@charset "UTF-8";
/* line 1, app/assets/stylesheets/buyer_offer.scss */
body {
  background-color: #ffff !important;
}

/* line 6, app/assets/stylesheets/buyer_offer.scss */
.faq {
  z-index: 1000;
  background-color: white;
  color: #323232;
  position: fixed;
  right: 5px;
  bottom: 30px;
  font-size: 13px;
}

/* line 16, app/assets/stylesheets/buyer_offer.scss */
.faq a {
  color: #2578bd;
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion {
  width: 25vw;
}

/* line 24, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion ul {
  background: #E2E2E2;
  margin: 0;
  padding: 0;
}

/* line 30, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav {
  position: relative;
  margin-bottom: 0px;
  list-style: none;
  background-color: white;
}

/* line 37, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav a {
  color: #2578bd;
  text-decoration: underline;
}

/* line 42, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav a:hover {
  color: #2578bd;
  text-decoration: underline;
}

/* line 47, app/assets/stylesheets/buyer_offer.scss */
.faq .nodec {
  text-decoration: none !important;
  color: #323232 !important;
}

/* line 52, app/assets/stylesheets/buyer_offer.scss */
.faq .nodec:hover {
  text-decoration: none !important;
  color: #323232 !important;
}

/* line 58, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav ul {
  display: none;
  /* hides all ul content by default (see exceptions in JS) */
  padding: 15px;
  margin: 0;
  background: #ffff;
}

/* line 65, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav li {
  margin-bottom: 3px;
  list-style: none;
}

/* line 70, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav p {
  padding: 15px;
  background: white;
  margin: 0;
  cursor: pointer;
}

/* line 76, app/assets/stylesheets/buyer_offer.scss */
.faq .lightgray {
  color: gray;
}

/* line 81, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav p i {
  font-size: 20px;
  position: absolute;
  right: 30px;
  line-height: 20px;
  transition: .2s;
  -webkit-transition: .2s;
  -ms-transition: .2s;
}

/* line 91, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav.open p i {
  transform: rotate(90deg);
}

/* line 95, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion a:hover, .faq .accordion .pagenav li.current_page_item a {
  text-decoration: underline;
}

/* line 102, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new {
  /* Mobile Small - Mobile Medium  */
  /* Mobile Medium - Mobile Large  */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Medium devices (landscape tablets, 768px and up) */
  /* Large devices (laptops/desktops, 992px and up) */
  /* Extra large devices (large laptops and desktops, 1200px and up) */
}

/* line 103, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .container {
  max-width: 1520px;
}

/* line 106, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .font-12 {
  font-size: 12px;
}

/* line 109, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress {
  margin-bottom: 30px;
  overflow: auto;
  color: #303030;
  padding-left: 0;
  display: inline-flex;
  clear: both;
  white-space: nowrap;
}

/* line 118, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li {
  list-style-type: none;
  font-weight: 500;
  float: left;
  position: relative;
  z-index: 555;
  width: 14%;
}

/* line 126, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #price:before {
  content: "1";
}

/* line 129, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #financing:before {
  content: "2";
}

/* line 132, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #downpmt:before {
  content: "3";
}

/* line 135, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #deposit:before {
  content: "4";
}

/* line 138, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #closing:before {
  content: "5";
}

/* line 141, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #contingencies:before {
  content: "6";
}

/* line 144, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #inclusions:before {
  content: "7";
}

/* line 147, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #rentback:before {
  content: "8";
}

/* line 150, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress #contactinfo:before {
  content: "9";
}

/* line 154, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li.active p {
  color: #FB5252;
  font-weight: bold;
  margin-top: 10px !important;
}

/* line 159, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li.active:after {
  background-color: #FB5252;
}

/* line 162, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li.completed:after {
  background-color: #FB5252;
}

/* line 165, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li.completed:before {
  background-color: #FB5252;
}

/* line 168, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
  width: 60%;
  left: 0;
}

/* line 174, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li.active:before {
  box-shadow: 0px 0px 0px 4px white inset;
  background-color: #FB5252;
  border: 1px solid #FB5252;
}

/* line 181, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li:before {
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
  margin: 0 20px auto;
  z-index: 555555;
  position: inherit;
}

/* line 193, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li:after {
  margin-left: 24%;
  content: '';
  width: 100%;
  height: 2px;
  background: #C9C9C9;
  position: absolute;
}

/* line 201, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li:nth-last-child(1)::after {
  width: 53%;
}

/* line 206, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress {
  font-size: 15px;
}

/* line 209, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
}

/* line 214, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyerform-progress li:after {
  top: 25px;
}

/* line 217, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .propAdd {
  margin: 0  !important;
}

/* line 221, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .sidenavBtn {
  z-index: 1000;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

/* line 230, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .sideNavActive:hover {
  cursor: pointer;
}

@media only screen and (max-width: 375px) {
  /* line 236, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 20%;
    margin-left: -21% !important;
  }
  /* line 241, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: none;
  }
  /* line 245, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 30px;
    height: 30px;
    line-height: 25px;
    margin: 0 0px auto;
  }
  /* line 251, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 18px;
  }
  /* line 254, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    margin-left: -35% !important;
    font-size: 11px;
  }
}

@media only screen and (min-width: 375px) and (max-width: 425px) {
  /* line 262, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 20%;
    margin-left: -20% !important;
  }
  /* line 267, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: none;
  }
  /* line 271, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin: 0 0px auto;
  }
  /* line 277, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 18px;
  }
  /* line 280, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    margin-left: -22% !important;
    font-size: 11px;
  }
}

@media only screen and (min-width: 425px) and (max-width: 525px) {
  /* line 289, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 20%;
    margin-left: -20% !important;
  }
  /* line 294, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: none;
  }
  /* line 298, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 35px;
    height: 35px;
    line-height: 30px;
    margin: 0 2px auto;
  }
  /* line 304, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 18px;
  }
  /* line 307, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    margin-left: -22% !important;
    font-size: 11px;
  }
}

@media only screen and (min-width: 525px) and (max-width: 600px) {
  /* line 315, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 20%;
    margin-left: -20% !important;
  }
  /* line 320, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: none;
  }
  /* line 324, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 40px;
    height: 40px;
    line-height: 35px;
    margin: 0 5px auto;
  }
  /* line 330, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 18px;
  }
  /* line 333, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    text-align: center !important;
    margin-left: -22% !important;
    font-size: 11px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  /* line 343, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 15%;
    margin-left: -7% !important;
  }
  /* line 348, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
  /* line 353, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 20px;
  }
  /* line 356, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 6px auto;
  }
  /* line 360, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 364, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    font-size: 10px;
  }
  /* line 367, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    margin-left: -9% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 850px) {
  /* line 375, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 15%;
    margin-left: -7% !important;
  }
  /* line 380, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
  /* line 385, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 20px;
  }
  /* line 388, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 10px auto;
  }
  /* line 392, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 396, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    font-size: 10px;
    text-align: center !important;
  }
  /* line 400, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    margin-left: -7% !important;
  }
}

@media only screen and (min-width: 850px) and (max-width: 992px) {
  /* line 409, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress {
    margin-top: 10%;
    margin-left: -2% !important;
  }
  /* line 414, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
  /* line 419, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 20px;
  }
  /* line 422, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 10px auto;
  }
  /* line 426, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 430, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    font-size: 11px;
    text-align: center !important;
  }
  /* line 434, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    margin-left: -6% !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 443, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
  /* line 448, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 20px;
  }
  /* line 451, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 14px auto;
  }
  /* line 455, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 459, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  /* line 466, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 45px;
    height: 45px;
    line-height: 40px;
  }
  /* line 471, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 20px;
  }
  /* line 474, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 20px auto;
  }
  /* line 478, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 482, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: block;
  }
  /* line 486, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    text-align: right !important;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 1600px) {
  /* line 496, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
  }
  /* line 502, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 25px;
  }
  /* line 505, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 21px auto;
  }
  /* line 509, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 513, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: block;
  }
  /* line 517, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    text-align: right !important;
    margin: 0 0 0 3.5vw !important;
  }
}

@media only screen and (min-width: 1600px) {
  /* line 526, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    width: 55px;
    height: 55px;
    line-height: 50px;
  }
  /* line 532, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:after {
    top: 25px;
  }
  /* line 535, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:before {
    margin: 0 25px auto;
  }
  /* line 539, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li:nth-last-child(1):after {
    width: 25%;
    left: 0;
  }
  /* line 543, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .buyerform-progress li p {
    display: block;
    font-size: 13px !important;
  }
  /* line 548, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .propAdd {
    text-align: right !important;
    margin: 0 0 0 4vw !important;
  }
}

@media only screen and (max-width: 1200px) {
  /* line 557, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .sidenavBtn {
    display: block;
  }
  /* line 561, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .accordion {
    min-width: 300px;
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 568, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .sidenavBtn {
    display: none;
  }
  /* line 572, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .accordion {
    display: block;
    width: 25vw;
  }
  /* line 578, app/assets/stylesheets/buyer_offer.scss */
  .buyer-offer-new .sideNavActive {
    display: none;
  }
}

/* line 585, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #questions {
  font-size: 23px;
  padding-top: 20px;
  font-weight: bold;
  padding-bottom: 30px !important;
  color: #303030;
  text-align: center;
}

/* line 594, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .short-heading {
  font-size: 21px;
}

/* line 598, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .custom_offer {
  padding: 6px 12px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 181px;
  border: 1px solid #ACABAB;
  margin-left: 20px;
}

/* line 606, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #down_pmt {
  width: 100%;
  border: 1px solid transparent;
  margin-left: 30px;
  margin-right: 30px;
}

/* line 612, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #down_pmt:hover,
.buyer-offer-new #down_pmt:active,
.buyer-offer-new #down_pmt:focus {
  outline: none;
}

/* line 618, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 622, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .mx-auto {
  margin-left: auto !important;
}

/* line 626, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .text-center {
  justify-content: center;
  color: #ACABAB;
}

/* line 633, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card {
  border: 2px solid #ACABAB;
  border-radius: 4px;
  margin-bottom: 10px;
  /* Added */
}

/* line 639, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card:hover {
  cursor: pointer;
  border: 2px solid #3B254E;
}

/* line 643, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card-input-element + .card {
  height: calc(45px + 2*1rem);
  -webkit-box-shadow: none;
  border-radius: 4px;
}

/* line 648, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card-input-element + .card:hover {
  cursor: pointer;
}

/* line 651, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card-input-element:checked + .card {
  border: 2px solid #3B254E;
  transition: border .3s;
}

/* line 657, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card-input-element + .card::before {
  /*content: '\e836';*/
  color: #ACABAB;
  font-family: 'Material Icons';
  font-size: 22px;
  animation-name: fadeInCheckbox;
  animation-duration: .5s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 669, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .card-input-element:checked + .card::before {
  /*content: '\e837';*/
  color: #FB5252;
  font-family: 'Material Icons';
  font-size: 22px;
  padding: 0px;
  margin: 0px;
  animation-name: fadeInCheckbox;
  animation-duration: .5s;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fadeInCheckbox {
  from {
    opacity: 0;
    transform: rotateZ(-20deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

/* line 706, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #p_title {
  display: block;
  margin-left: 20px;
  font-weight: bold;
}

/* line 712, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #p_note {
  font-weight: lighter;
  color: gray;
}

/* line 716, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #more_comp, .buyer-offer-new #n_comp, .buyer-offer-new #less_comp, .buyer-offer-new #cust_comp {
  position: absolute;
  right: 0;
  padding-right: 20px;
}

/* line 721, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #more_comp {
  color: #00D615;
}

/* line 724, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #n_comp {
  color: #E6BF00;
}

/* line 727, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #less_comp {
  color: #FF0000;
}

/* line 730, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #cust_comp {
  color: black;
}

/* line 733, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .choices {
  margin-left: 20px;
}

/* line 737, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .note_bg {
  right: 0px;
}

/* line 740, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .note {
  margin-top: 20px;
  opacity: 0.62;
  font-size: 18px;
  margin-bottom: 20px;
  justify-content: center !important;
  text-align: left;
  text-color: rgba(59, 37, 78, 0.83);
  background: rgba(59, 37, 78, 0.08);
  border-radius: 4px;
  padding: 20px 30px;
}

/* line 754, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .disclaimer {
  font-size: 20px;
  color: #303030;
  opacity: 0.62;
  margin-bottom: 30px;
  justify-content: center !important;
  text-align: left;
}

/* line 763, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #buyer_offer_closing_time {
  width: 100%;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid black;
}

/* line 770, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #add_info {
  margin-top: 20px;
}

/* line 774, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .choose {
  margin-left: 70px;
  font-weight: bold;
}

/* line 779, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .boxes {
  border: 1px solid #ACABAB;
}

/* line 782, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .boxes:hover {
  border: 1px solid #ACABAB;
}

/* line 787, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .contigence .card-input-element + .card::before {
  content: '\e835';
  font-size: 28px;
  padding-top: 17px;
}

/* line 792, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .contigence .card-input-element:checked + .card::before {
  content: '\e834';
  font-size: 28px;
}

/* line 796, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .others {
  max-width: 350px;
  min-width: 101px;
  border-radius: 4px;
  border: 1px solid #ACABAB;
  padding: 10px 20px;
}

/* line 804, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #_days {
  margin-left: 20px;
  width: 150px;
  border-radius: 4px;
  border: 1px solid #ACABAB;
  padding: 10px 20px;
}

/* line 811, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .contact_info_inputs {
  padding: 15px 30px;
  border: 1px solid #ACABAB;
  border-radius: 4px;
  margin-bottom: 30px;
}

/* line 818, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new #labels {
  font-weight: bold;
}

/* line 821, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .more_buyer {
  color: white;
  background-color: #3B254E;
  padding: 15px 0px;
}

/* line 829, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .buyer-offer-flow .offer-landing-sidebar {
  height: calc(100vh - 150px);
}

/* line 833, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .font-14 {
  font-size: 14px !important;
}

/* line 837, app/assets/stylesheets/buyer_offer.scss */
.buyer-offer-new .border-weight {
  border-width: thick !important;
}

/* line 842, app/assets/stylesheets/buyer_offer.scss */
.faq .accordion .pagenav p {
  padding-bottom: 0;
}

/* line 845, app/assets/stylesheets/buyer_offer.scss */
.image-caption-buyer {
  position: sticky;
  top: 65.2%;
  left: 0%;
  background: #FB5252;
  padding: 1px;
  width: -moz-fit-content;
  width: fit-content;
}

@font-face {
  font-family: 'Airbnb-Cereal-Book';
  src: local("Airbnb Cereal App Book"), local("AirbnbCerealBook"), url(http://localhost:3000/new_design/AirbnbCerealBook.woff) format("woff"), url(http://localhost:3000/new_design/AirbnbCerealBook.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb-Cereal-Medium';
  src: local("Airbnb Cereal App Medium"), local("AirbnbCerealMedium"), url(http://localhost:3000/new_design/AirbnbCerealMedium.woff) format("woff"), url(http://localhost:3000/new_design/AirbnbCerealMedium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb-Cereal-Bold';
  src: local("Airbnb Cereal App Bold"), local("AirbnbCerealBold"), url(http://localhost:3000/new_design/AirbnbCerealBold.woff) format("woff"), url(http://localhost:3000/new_design/AirbnbCerealBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Airbnb-Cereal-Extra-Bold';
  src: local("Airbnb Cereal App Extra Bold"), local("AirbnbCerealExtraBold"), url(http://localhost:3000/new_design/AirbnbCerealExtraBold.woff) format("woff"), url(http://localhost:3000/new_design/AirbnbCerealExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* line 184, app/assets/stylesheets/offer_wizard.scss */
.h-step {
  position: relative;
  font-weight: 500;
  opacity: 0.3;
}

/* line 190, app/assets/stylesheets/offer_wizard.scss */
.h-step.active, .h-step.completed {
  opacity: 1;
}

/* line 194, app/assets/stylesheets/offer_wizard.scss */
.h-step:after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-size: 12px;
  position: absolute;
  right: -6px;
  top: 5px;
  font-weight: 900;
}

/* line 204, app/assets/stylesheets/offer_wizard.scss */
.btn[disabled], .tabs button[disabled], .btn-submit[disabled] {
  cursor: default;
}

@media (max-width: 767.98px) {
  /* line 209, app/assets/stylesheets/offer_wizard.scss */
  .h-step:after {
    right: 8%;
  }
}

@media (max-width: 376px) {
  /* line 214, app/assets/stylesheets/offer_wizard.scss */
  ul.contract-stepper li {
    font-size: 10px;
  }
}

/* line 218, app/assets/stylesheets/offer_wizard.scss */
.h-step:last-child:after {
  content: '';
}

/* line 222, app/assets/stylesheets/offer_wizard.scss */
.w-300 {
  width: 300px !important;
}

/* line 226, app/assets/stylesheets/offer_wizard.scss */
.mx-w-23 {
  max-width: 23% !important;
}

/* line 229, app/assets/stylesheets/offer_wizard.scss */
.multistep_icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 7px;
  background: #232f39;
}

/* line 240, app/assets/stylesheets/offer_wizard.scss */
.multistep_icon i, .active .multistep_count, .completed .multistep_count {
  display: none;
}

/* line 244, app/assets/stylesheets/offer_wizard.scss */
.active .multistep_icon i, .completed .multistep_icon i {
  display: inline;
  font-size: 12px;
  color: #fff;
}

/* line 250, app/assets/stylesheets/offer_wizard.scss */
.completed .multistep_icon i:before {
  content: '\f00c';
}

/* line 254, app/assets/stylesheets/offer_wizard.scss */
.active .multistep_icon i:before, .completed.active .multistep_icon i:before {
  content: '\f124';
}

/* line 258, app/assets/stylesheets/offer_wizard.scss */
.multistep_count {
  color: #fff;
}

/* line 262, app/assets/stylesheets/offer_wizard.scss */
.active .multistep_icon, .completed .multistep_icon {
  background: #38274C;
}

/* line 266, app/assets/stylesheets/offer_wizard.scss */
.completed .text {
  opacity: 1;
}

/* line 270, app/assets/stylesheets/offer_wizard.scss */
.completed.active .text {
  opacity: 1;
}

/* line 274, app/assets/stylesheets/offer_wizard.scss */
.hidden, .c-step-1 .back {
  display: none;
}

/* line 278, app/assets/stylesheets/offer_wizard.scss */
.c-step-1 .form-buttons {
  justify-content: flex-end !important;
}

/* line 285, app/assets/stylesheets/offer_wizard.scss */
.offer-sidebar {
  background-color: #F5F5F5;
}

/* line 291, app/assets/stylesheets/offer_wizard.scss */
.offer-fimage-box {
  height: 250px;
  margin: 0 auto;
  width: 100%;
  background-size: cover;
  background-position: center center;
  border-radius: 7px;
}

/* line 299, app/assets/stylesheets/offer_wizard.scss */
.form-agent-photo {
  border-radius: 3px;
  width: 48px;
  height: 48px;
  background-size: cover;
}

/* line 305, app/assets/stylesheets/offer_wizard.scss */
.agent-default-photo {
  height: 35px !important;
  width: 60px !important;
}

/* line 309, app/assets/stylesheets/offer_wizard.scss */
.f-13 {
  font-size: 13px;
}

/* line 312, app/assets/stylesheets/offer_wizard.scss */
.f-18 {
  font-size: 18px;
}

/* line 316, app/assets/stylesheets/offer_wizard.scss */
.c-3B254E {
  color: #3B254E;
}

/* line 319, app/assets/stylesheets/offer_wizard.scss */
.offer-step:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: red;
}

/* line 328, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress {
  margin-bottom: 30px;
  overflow: hidden;
  color: #303030;
  padding-left: 0;
}

/* line 334, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li {
  list-style-type: none;
  font-weight: 500;
  float: left;
  position: relative;
  z-index: 555;
}

/* line 341, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress #account:before {
  content: "1";
}

/* line 344, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress #financing:before {
  content: "2";
}

/* line 347, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress #contingencies:before {
  content: "3";
}

/* line 350, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress #possession:before {
  content: "4";
}

/* line 353, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress #upload:before {
  content: "5";
}

/* line 359, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li:before {
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  padding: 2px;
  text-align: center;
  margin: 0 auto 10px auto;
  z-index: 555555;
  position: inherit;
}

/* line 371, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #C9C9C9;
  position: absolute;
}

/* line 378, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li:nth-child(1):after {
  width: 60%;
  right: 0;
}

/* line 382, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li:nth-last-child(1):after {
  width: 60%;
  left: 0;
}

/* line 386, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li.active:before {
  box-shadow: 0px 0px 0px 4px white inset;
  background-color: #FB5252;
  border: 1px solid #FB5252;
}

/* line 391, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li.active p {
  color: #FB5252;
}

/* line 394, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li.active:after {
  background-color: #FB5252;
}

/* line 397, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li.completed:after {
  background-color: #FB5252;
}

/* line 400, app/assets/stylesheets/offer_wizard.scss */
#offerform-progress li.completed:before {
  background-color: #FB5252;
}

/* line 404, app/assets/stylesheets/offer_wizard.scss */
.w-align-check {
  width: 120px;
}

/* line 407, app/assets/stylesheets/offer_wizard.scss */
.w-align-check-4 {
  width: 190px;
}

/* line 410, app/assets/stylesheets/offer_wizard.scss */
.kv-file-remove {
  /*display: none !important;*/
}

/* line 414, app/assets/stylesheets/offer_wizard.scss */
.offer-loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ff0046;
  /*border-color: aqua;*/
  width: 120px;
  height: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 440, app/assets/stylesheets/offer_wizard.scss */
#offer_errors {
  text-align: center;
  color: red;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}

@media screen and (max-width: 576px) {
  /* line 448, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li p {
    display: none;
  }
  /* line 451, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li:before {
    width: 35px;
    height: 35px;
    line-height: 31px;
  }
  /* line 456, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li:after {
    top: 18px;
  }
  /* line 459, app/assets/stylesheets/offer_wizard.scss */
  .timeline-btn {
    width: 100%;
  }
}

@media screen and (min-width: 576px) {
  /* line 464, app/assets/stylesheets/offer_wizard.scss */
  .timeline-btn {
    max-width: 387px;
    width: 387px;
  }
  /* line 468, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
  }
  /* line 473, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li:after {
    top: 25px;
  }
}

@media screen and (max-width: 768px) {
  /* line 478, app/assets/stylesheets/offer_wizard.scss */
  .offer-landing-hero {
    padding-bottom: 930px;
  }
}

@media screen and (min-width: 768px) {
  /* line 484, app/assets/stylesheets/offer_wizard.scss */
  .mt-md-22 {
    margin-top: 22px;
  }
  /* line 487, app/assets/stylesheets/offer_wizard.scss */
  .counter-offerc-card {
    margin-top: -130px;
  }
  /* line 490, app/assets/stylesheets/offer_wizard.scss */
  .offer-landing-hero {
    padding-bottom: 489px;
  }
}

@media screen and (max-width: 992px) {
  /* line 496, app/assets/stylesheets/offer_wizard.scss */
  .offer-sidebar {
    width: 100%;
    position: relative;
  }
  /* line 500, app/assets/stylesheets/offer_wizard.scss */
  .offer-content-inside {
    padding: 30px;
  }
  /* line 504, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li {
    font-size: 12px;
    width: 20%;
  }
}

@media screen and (min-width: 992px) {
  /* line 510, app/assets/stylesheets/offer_wizard.scss */
  .offer-landing-avatar-box {
    margin-top: -293px;
  }
  /* line 513, app/assets/stylesheets/offer_wizard.scss */
  .height-115 {
    height: 115px;
  }
  /* line 517, app/assets/stylesheets/offer_wizard.scss */
  .fixed-lg-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999;
  }
  /* line 524, app/assets/stylesheets/offer_wizard.scss */
  .offer-sidebar {
    height: calc(100vh - 72px);
    width: 420px;
    position: fixed;
    z-index: 1;
    top: 72px;
    left: 0;
    overflow-x: hidden;
  }
  /* line 533, app/assets/stylesheets/offer_wizard.scss */
  .offer-content-inside {
    padding: 40px;
  }
  /* line 537, app/assets/stylesheets/offer_wizard.scss */
  .buyer-offer-content-inside {
    padding: 100px !important;
  }
  /* line 542, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li {
    font-size: 12px;
    width: 20%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 551, app/assets/stylesheets/offer_wizard.scss */
  #offerform-progress li {
    font-size: 15px;
    width: 20%;
  }
}

/* line 559, app/assets/stylesheets/offer_wizard.scss */
.file-preview .fileinput-remove {
  display: none;
}

/* line 562, app/assets/stylesheets/offer_wizard.scss */
.kv-fileinput-error {
  display: none !important;
}

/* line 565, app/assets/stylesheets/offer_wizard.scss */
.file-preview {
  border: 2px dashed #3B254E !important;
  background-color: #EBEBEB;
  margin-bottom: 15px !important;
}

/* line 570, app/assets/stylesheets/offer_wizard.scss */
.file-drop-zone {
  border: 0px !important;
  margin: 0 !important;
  padding: 15px !important;
}

/* line 575, app/assets/stylesheets/offer_wizard.scss */
.krajee-default.file-preview-frame {
  width: 100%;
  border-radius: 4px;
  border: 2px solid #aea6b4 !important;
  box-shadow: none !important;
  padding: 10px !important;
  background-color: #f0f0f0;
  margin: 0px 0px 10px 0px !important;
}

/* line 584, app/assets/stylesheets/offer_wizard.scss */
.krajee-default .file-footer-buttons {
  margin-top: -30px;
}

/* line 587, app/assets/stylesheets/offer_wizard.scss */
.krajee-default.file-preview-frame .kv-file-content {
  width: 90px !important;
  height: auto !important;
  margin-right: 10px;
  float: left !important;
}

/* line 593, app/assets/stylesheets/offer_wizard.scss */
.file-upload-indicator {
  display: none;
}

/* line 596, app/assets/stylesheets/offer_wizard.scss */
.krajee-default .file-footer-caption {
  padding-top: 11px !important;
  display: table !important;
  text-align: start !important;
  margin-bottom: 0px !important;
}

/* line 602, app/assets/stylesheets/offer_wizard.scss */
.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: inherit !important;
}

/* line 605, app/assets/stylesheets/offer_wizard.scss */
.kv-file-content img {
  height: 50px !important;
}

/* line 608, app/assets/stylesheets/offer_wizard.scss */
.krajee-default .file-other-icon {
  font-size: 60px !important;
}

/* line 611, app/assets/stylesheets/offer_wizard.scss */
.kv-preview-data.file-preview-other-frame {
  width: auto !important;
  height: 55px !important;
}

/* line 615, app/assets/stylesheets/offer_wizard.scss */
button.kv-file-zoom, button.kv-file-upload {
  display: none;
}

/* line 618, app/assets/stylesheets/offer_wizard.scss */
.fileinput-upload.fileinput-upload-button {
  display: none;
}

/* line 621, app/assets/stylesheets/offer_wizard.scss */
.file-drop-zone-title:before {
  content: "\f093";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 90px;
  margin: 0 auto;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: rgba(251, 82, 82, 0.3);
  border-radius: 100%;
  color: #f35051;
  margin-bottom: 15px !important;
}

/* line 639, app/assets/stylesheets/offer_wizard.scss */
.offers-tabs a {
  padding: 3px 0px;
  font-size: 14px;
  margin-right: 16px;
  line-height: 30px;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  display: inline;
  border-bottom: 3px solid transparent;
  color: #ACABAB;
}

/* line 650, app/assets/stylesheets/offer_wizard.scss */
.offers-tabs {
  flex-wrap: nowrap;
  overflow-y: scroll;
  white-space: nowrap;
}

/* line 655, app/assets/stylesheets/offer_wizard.scss */
.offers-tabs::-webkit-scrollbar {
  display: none;
}

/* line 658, app/assets/stylesheets/offer_wizard.scss */
.offers-tabs a.active {
  border-bottom: 3px solid red;
  color: #23023F;
}

/* line 663, app/assets/stylesheets/offer_wizard.scss */
.offers-table table th {
  border-bottom: 0 !important;
  box-shadow: inset 0px -1px 0px #C5C5C6;
  border-top: 0;
  white-space: nowrap;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  font-weight: 500;
}

/* line 671, app/assets/stylesheets/offer_wizard.scss */
.offers-table .agent-info-box {
  background-color: #F6F8FA;
  padding: 10px 14px;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
}

/* line 678, app/assets/stylesheets/offer_wizard.scss */
.body-bg {
  background-color: #F6F8FA !important;
}

/* line 681, app/assets/stylesheets/offer_wizard.scss */
.offers-table table td {
  padding: 8px 0.75rem !important;
  border: 0 !important;
}

/* line 686, app/assets/stylesheets/offer_wizard.scss */
.offers-table {
  border: 0px solid #C9C9C9;
  border-radius: 4px;
}

/* line 690, app/assets/stylesheets/offer_wizard.scss */
.offers-table .avatar {
  width: 48px;
  height: 48px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 697, app/assets/stylesheets/offer_wizard.scss */
.offers-table .icon-circle {
  border: 2px solid #000000;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 100%;
  line-height: 22px;
  font-size: 14px;
}

/* line 706, app/assets/stylesheets/offer_wizard.scss */
.offers-table .icon-circle-grey {
  border: 1px solid #C9C9C9;
  height: 48px;
  width: 48px;
  text-align: center;
  border-radius: 4px;
  line-height: 46px;
  color: #535353;
  font-size: 14px;
}

/* line 716, app/assets/stylesheets/offer_wizard.scss */
.offers-table .counter-status {
  background: rgba(88, 178, 88, 0.1);
  border-radius: 19px;
  color: #58B258;
  padding: 6px 9px;
  display: inline;
}

/* line 723, app/assets/stylesheets/offer_wizard.scss */
.fw-400-book {
  font-family: "Airbnb-Cereal-Book", sans-serif;
}

/* line 726, app/assets/stylesheets/offer_wizard.scss */
.fw-700-bold {
  font-family: "Airbnb-Cereal-Bold", sans-serif;
}

/* line 729, app/assets/stylesheets/offer_wizard.scss */
.offer-image-unique {
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: center center;
  border-radius: 7px;
}

/* line 736, app/assets/stylesheets/offer_wizard.scss */
.offer-header-card {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border: 1px solid #C5C5C6;
  border-radius: 0;
  padding: 17px 14px;
}

/* line 742, app/assets/stylesheets/offer_wizard.scss */
.offer-shwo-icon-edit {
  border: 1px solid #C5C5C6;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  line-height: 38px;
  padding-left: 3px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99;
}

/* line 755, app/assets/stylesheets/offer_wizard.scss */
.c-7B7B7B {
  color: #7B7B7B;
}

/* line 758, app/assets/stylesheets/offer_wizard.scss */
.offer-show-coutetred-btn {
  background: #e0eff2;
  border-radius: 4px;
  color: #007896;
}

/* line 763, app/assets/stylesheets/offer_wizard.scss */
.counter-offer-header {
  background-image: url(http://localhost:3000/offdummy.jpg);
  height: 300px;
  background-size: cover;
  background-position: center center;
  border-radius: 4px;
  position: relative;
}

/* line 771, app/assets/stylesheets/offer_wizard.scss */
.counter-offer-overlay {
  background-color: #23023F;
  opacity: 0.73;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  border-radius: 4px;
}

/* line 781, app/assets/stylesheets/offer_wizard.scss */
.counter-offerc-card {
  box-shadow: 0px 3px 17px #0000000F;
  border: 0.5px solid #C9C9C9;
  border-radius: 4px;
  text-align: center;
  padding: 117px 25px;
  height: 379px;
  background-color: #fff;
  margin-bottom: 30px;
}

/* line 791, app/assets/stylesheets/offer_wizard.scss */
.offer-status-block {
  height: 252px;
  display: block;
}

/* line 795, app/assets/stylesheets/offer_wizard.scss */
.offer-status-block h6 {
  margin-top: 115px;
}

/* line 800, app/assets/stylesheets/offer_wizard.scss */
.w-150 {
  width: 150px;
  max-width: 150px;
}

/* line 804, app/assets/stylesheets/offer_wizard.scss */
.counter-tag {
  padding: 3px 14px;
  text-align: center;
  background-color: #007896;
  border-radius: 19px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

/* line 813, app/assets/stylesheets/offer_wizard.scss */
.icon-circle-grey {
  height: 48px;
  width: 48px;
  border-radius: 4px;
  border: 1px solid #C9C9C9;
  text-align: center;
  line-height: 48px;
}

/* line 821, app/assets/stylesheets/offer_wizard.scss */
.c-FFA200 {
  color: #FFA200;
}

/* line 824, app/assets/stylesheets/offer_wizard.scss */
.c-ACABAB {
  color: #ACABAB;
}

/* line 827, app/assets/stylesheets/offer_wizard.scss */
.border-transparent {
  border-color: transparent;
}

/* line 830, app/assets/stylesheets/offer_wizard.scss */
.b-c3B254E {
  border-color: #3B254E;
}

/* line 833, app/assets/stylesheets/offer_wizard.scss */
.offer-landing-hero {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}

/* line 839, app/assets/stylesheets/offer_wizard.scss */
.offer-landing-overlay {
  background: rgba(56, 39, 76, 0.8);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

/* line 847, app/assets/stylesheets/offer_wizard.scss */
.f-32 {
  font-size: 32px;
}

/* line 850, app/assets/stylesheets/offer_wizard.scss */
.offer-landing-avatar-box {
  background: #FFFFFF;
  border: 1px solid #C5C5C6;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 5px;
  padding: 11px;
}

/* line 859, app/assets/stylesheets/offer_wizard.scss */
.offer-landing-avatar {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}

/* line 865, app/assets/stylesheets/offer_wizard.scss */
.light-grey {
  color: #707070;
}

/* line 869, app/assets/stylesheets/offer_wizard.scss */
.c-C9C9C9 {
  color: #C9C9C9;
}

/* line 872, app/assets/stylesheets/offer_wizard.scss */
.f-12 {
  font-size: 12px;
}

/* line 875, app/assets/stylesheets/offer_wizard.scss */
.text-decoration-underline {
  text-decoration: underline;
}

/* line 878, app/assets/stylesheets/offer_wizard.scss */
.offer-respond-box {
  border: 1px solid #C5C5C6;
  box-sizing: border-box;
  border-radius: 5px;
  height: 121px;
}

/* line 884, app/assets/stylesheets/offer_wizard.scss */
.regular-radio {
  display: none;
}

/* line 888, app/assets/stylesheets/offer_wizard.scss */
.display-agent-info-box {
  min-width: 350px !important;
}

/* line 892, app/assets/stylesheets/offer_wizard.scss */
.regular-radio + label {
  border: 1px solid #C5C5C6;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  position: relative;
  padding: 80px 10px 20px 10px;
  cursor: pointer;
  font-size: 16px;
}

/* line 903, app/assets/stylesheets/offer_wizard.scss */
.regular-radio:checked + label, .regular-radio:checked + label:hover {
  background-color: #38274C;
  color: #fff;
}

/* line 907, app/assets/stylesheets/offer_wizard.scss */
.regular-radio + label:hover {
  background-color: #C5C5C6;
}

/* line 910, app/assets/stylesheets/offer_wizard.scss */
.offer-modal-footer {
  box-shadow: inset 0px 1px 0px #C5C5C6;
}

/* line 913, app/assets/stylesheets/offer_wizard.scss */
.bg-white {
  background-color: #fff;
}

/* line 916, app/assets/stylesheets/offer_wizard.scss */
.offer-form-left-box {
  filter: drop-shadow(0px 4px 16px rgba(56, 39, 76, 0.1));
  background-color: #fff;
  border: 1px solid #C5C5C6;
  border-radius: 5px;
}

/* line 923, app/assets/stylesheets/offer_wizard.scss */
.unread-status {
  background: #FF5733;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 930, app/assets/stylesheets/offer_wizard.scss */
.read-status {
  background: #9e9e9e;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 937, app/assets/stylesheets/offer_wizard.scss */
.rejected-status {
  background: #f35051;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 944, app/assets/stylesheets/offer_wizard.scss */
.accepted-status {
  background: #67b967;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 951, app/assets/stylesheets/offer_wizard.scss */
.countered-status {
  background: #faba40;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 958, app/assets/stylesheets/offer_wizard.scss */
.archived-status {
  background: #ff4500;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 966, app/assets/stylesheets/offer_wizard.scss */
.cancelled-status {
  background: #b22222;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 974, app/assets/stylesheets/offer_wizard.scss */
.awaiting-status {
  background: orange;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 982, app/assets/stylesheets/offer_wizard.scss */
.buyer-countered-status {
  background: #f35051;
  border-radius: 100px;
  color: #fff !important;
  padding: 6px 9px;
  display: inline;
}

/* line 989, app/assets/stylesheets/offer_wizard.scss */
.bg-trans {
  background-color: transparent !important;
}

/* line 992, app/assets/stylesheets/offer_wizard.scss */
.border-trans {
  border-color: transparent !important;
}

/* line 995, app/assets/stylesheets/offer_wizard.scss */
.grid-offer-header {
  height: 100px;
}

/* line 999, app/assets/stylesheets/offer_wizard.scss */
.custom-grid-offer-header {
  height: 140px;
}

/* line 1003, app/assets/stylesheets/offer_wizard.scss */
.grid-offer-status-header {
  margin-top: -10px;
}

/* line 1007, app/assets/stylesheets/offer_wizard.scss */
.grid-offer-icon {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  text-align: center;
  line-height: 34px;
  padding: 3px;
}

/* line 1015, app/assets/stylesheets/offer_wizard.scss */
.c-faa22f {
  color: #faa22f;
}

/* line 1018, app/assets/stylesheets/offer_wizard.scss */
.grid-list-data li {
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
}

/* line 1024, app/assets/stylesheets/offer_wizard.scss */
.grid-list-data-header li {
  display: flex;
  height: 50px;
  align-items: center;
}

/* line 1029, app/assets/stylesheets/offer_wizard.scss */
.activity-icon-box-thumb {
  width: 36px;
  height: 36px;
  background: #F6F8FA;
  border-radius: 5px;
  text-align: center;
  line-height: 36px;
}

/* line 1037, app/assets/stylesheets/offer_wizard.scss */
.activity-icon-box-circle {
  width: 36px;
  height: 36px;
  background: #F6F8FA;
  border-radius: 100%;
  text-align: center;
  line-height: 36px;
}

/* line 1045, app/assets/stylesheets/offer_wizard.scss */
.offer-grid-shadow {
  border: 1px solid #C5C5C6;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 10px;
}

/* line 1051, app/assets/stylesheets/offer_wizard.scss */
.dropdown-menu-offers {
  max-width: 345px;
}

/* line 1053, app/assets/stylesheets/offer_wizard.scss */
.dropdown-menu-offers .dropdown-item {
  max-width: 345px;
  flex-wrap: wrap;
}

/* line 1059, app/assets/stylesheets/offer_wizard.scss */
.offer-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #efefef66;
  z-index: 2;
}

/* line 1069, app/assets/stylesheets/offer_wizard.scss */
.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* line 1077, app/assets/stylesheets/offer_wizard.scss */
.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 1084, app/assets/stylesheets/offer_wizard.scss */
.spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ff0046;
  /*border-color: aqua;*/
  width: 120px;
  height: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* Safari */
  animation: spin 2s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* line 1104, app/assets/stylesheets/offer_wizard.scss */
.respond-box {
  border: 1px solid #C5C5C6;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 10px;
  cursor: pointer;
  width: 100%;
  font-size: inherit;
}

/* line 1115, app/assets/stylesheets/offer_wizard.scss */
.w-102 {
  width: 102px;
}

/* line 1118, app/assets/stylesheets/offer_wizard.scss */
.timeline-sidebar {
  box-shadow: inset 0px -1px 0px #C5C5C6;
  background-color: #fff;
  display: flow-root;
}

/* line 1123, app/assets/stylesheets/offer_wizard.scss */
.timeline-sidebar .card-header {
  border-bottom: 3px;
}

/* line 1126, app/assets/stylesheets/offer_wizard.scss */
.timeline-sidebar .card-body {
  padding-top: 0px;
}

/* line 1129, app/assets/stylesheets/offer_wizard.scss */
.timeline-sidebar .card {
  border-radius: 0;
}

/* line 1132, app/assets/stylesheets/offer_wizard.scss */
.acc-complete-tick {
  float: right;
  position: relative;
  z-index: 2;
}

/* line 1137, app/assets/stylesheets/offer_wizard.scss */
.panel-title[aria-expanded="false"]:after {
  content: "\f078";
  color: #090909;
  top: 14px;
  right: 28px;
  position: absolute;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  z-index: 1;
}

/* line 1148, app/assets/stylesheets/offer_wizard.scss */
.panel-title[aria-expanded="true"]:after {
  content: "\f077";
  color: #090909;
  top: 10px;
  right: 28px;
  position: absolute;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  z-index: 1;
}

/* line 1158, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper {
  list-style: none;
  display: block;
  padding: 20px 15px;
}

/* line 1163, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li {
  padding-right: 15px;
  display: inline-block;
  text-align: center;
  position: relative;
}

/* line 1169, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li img {
  right: 0;
  position: absolute;
  margin-top: -42px;
}

/* line 1174, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li.active .count {
  background-color: #FB5252;
  color: #fff;
}

/* line 1178, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li.active span {
  color: #FB5252;
}

/* line 1181, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li.completed .count {
  background-color: #38274C;
  display: block;
  color: #fff;
}

/* line 1186, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li.completed span {
  color: #38274C;
}

/* line 1189, app/assets/stylesheets/offer_wizard.scss */
ul.contract-stepper li .count {
  height: 40px;
  width: 40px;
  background-color: #F6F8FA;
  border-radius: 100%;
  display: block;
  line-height: 40px;
  margin: 0 auto 15px !important;
}

/* line 1198, app/assets/stylesheets/offer_wizard.scss */
.party-member-box {
  border: 1px solid #C5C5C6;
  border-radius: 5px;
  padding: 10px;
}

/* line 1203, app/assets/stylesheets/offer_wizard.scss */
.timeline-toggle:after {
  display: none !important;
}

/* line 1206, app/assets/stylesheets/offer_wizard.scss */
.trasaction-dates-acc-field {
  width: 100px !important;
  display: inline-block !important;
}

/* line 1210, app/assets/stylesheets/offer_wizard.scss */
.mt-neg-4 {
  margin-top: -4px;
}

/* line 1213, app/assets/stylesheets/offer_wizard.scss */
.select-email-box {
  border: 1px solid #C5C5C6;
  padding: 15px 10px;
}

/* line 1217, app/assets/stylesheets/offer_wizard.scss */
.BodyEmail-box {
  background: #F6F8FA;
  border: 1px solid #C5C5C6;
  box-sizing: border-box;
  border-radius: 5px;
}

/* line 1223, app/assets/stylesheets/offer_wizard.scss */
.keydate-box-preview {
  border-top: 1px solid #C5C5C6;
  border-right: 1px solid #C5C5C6;
  border-bottom: 1px solid #C5C5C6;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 27px 20px;
}

/* line 1231, app/assets/stylesheets/offer_wizard.scss */
.keydate-border-success {
  border-left: 7px solid #38274C;
}

/* line 1234, app/assets/stylesheets/offer_wizard.scss */
.keydate-border-danger {
  border-left: 7px solid #FB5252;
}

/* line 1237, app/assets/stylesheets/offer_wizard.scss */
.h-inherit {
  height: inherit;
}

/* line 1240, app/assets/stylesheets/offer_wizard.scss */
.transaction-agent {
  background: #DCDCDC;
  border-radius: 100px;
  color: #696969 !important;
  padding: 4px 8px;
  display: inline;
  font-size: 14px;
}

/* line 1248, app/assets/stylesheets/offer_wizard.scss */
.tra-result-date {
  width: 100px !important;
  display: inline-block;
}

/* line 1255, app/assets/stylesheets/offer_wizard.scss */
ul.timeline {
  list-style-type: none;
  position: relative;
}

/* line 1259, app/assets/stylesheets/offer_wizard.scss */
ul.timeline:before {
  content: ' ';
  background: black;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 1px;
  height: 88%;
  top: 20px;
  z-index: 400;
}

/* line 1270, app/assets/stylesheets/offer_wizard.scss */
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}

/* line 1274, app/assets/stylesheets/offer_wizard.scss */
ul.timeline > li:before {
  content: '✓';
  background: #0eb20e;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 0px solid #0eb20e;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
  color: white;
  padding: 0px 4px;
}

/* line 1289, app/assets/stylesheets/offer_wizard.scss */
hr.timeline {
  position: relative;
  top: 0;
  border: none;
  height: 9px;
  background: #eaecef;
  margin-bottom: 50px;
  width: 80%;
  margin-bottom: 0;
}

/* line 1300, app/assets/stylesheets/offer_wizard.scss */
.timeline-table {
  white-space: nowrap;
  overflow: hidden;
}

/* line 1305, app/assets/stylesheets/offer_wizard.scss */
.bookmark-offer ul {
  list-style: none;
  position: relative;
}

/* line 1309, app/assets/stylesheets/offer_wizard.scss */
.text-webkit-center {
  text-align: -webkit-center;
}

/* line 1312, app/assets/stylesheets/offer_wizard.scss */
div#centerDiv {
  width: 100%;
  text-align: center;
  border: 1px solid red;
}

/* line 1317, app/assets/stylesheets/offer_wizard.scss */
ul.centerUL {
  font-size: 18px;
  text-align: -webkit-center;
  color: #c2c2c2;
  margin: 2px auto;
  line-height: 1.4;
  padding-left: 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

/* line 1328, app/assets/stylesheets/offer_wizard.scss */
.centerUL li {
  display: inline;
  text-align: center;
}

/* line 1333, app/assets/stylesheets/offer_wizard.scss */
ul.centerUL > li:hover,
ul.centerUL > li:hover ~ li {
  color: #faa22f;
}

/* line 1339, app/assets/stylesheets/offer_wizard.scss */
.hide-input-spin-box input[type=number]::-webkit-inner-spin-button,
.hide-input-spin-box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 1348, app/assets/stylesheets/offer_wizard.scss */
.buyerOfferOptions .section1 {
  padding-left: 9%;
  padding-right: 9%;
}

/* line 1353, app/assets/stylesheets/offer_wizard.scss */
.buyerOfferOptions .buyerOptionImg {
  height: 100vh;
  width: 100%;
}

/* line 1359, app/assets/stylesheets/offer_wizard.scss */
.buyerOfferOptions input[type="radio"] {
  height: 45px;
  width: 45px;
}

/* line 1364, app/assets/stylesheets/offer_wizard.scss */
.buyerOfferOptions .card:hover {
  border: 1px solid black;
  cursor: pointer;
}

/* line 1369, app/assets/stylesheets/offer_wizard.scss */
.buyerOfferOptions .card:focus-within {
  border: 1px solid black;
}

/* line 1375, app/assets/stylesheets/offer_wizard.scss */
.offer-circle {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 4px;
  background: red;
  border: 2px solid red;
  color: white;
  text-align: center;
  margin-left: 50%;
  font-size: 15px;
  font-weight: bold;
}

/* line 1389, app/assets/stylesheets/offer_wizard.scss */
.image-caption {
  position: sticky;
  top: 95%;
  background: #FB5252;
  padding: 1px;
  width: -moz-fit-content;
  width: fit-content;
}

@media only screen and (max-width: 600px) {
  /* line 1399, app/assets/stylesheets/offer_wizard.scss */
  .owner-profile-pic {
    width: 140px;
    height: 140px;
  }
  /* line 1404, app/assets/stylesheets/offer_wizard.scss */
  .owner-name {
    text-align: center;
  }
  /* line 1408, app/assets/stylesheets/offer_wizard.scss */
  .client-offer-heading {
    font-size: 22px;
    text-align: center;
  }
}

/* line 1415, app/assets/stylesheets/offer_wizard.scss */
.grid-cards-border {
  border-radius: 11px !important;
}

/* line 1420, app/assets/stylesheets/offer_wizard.scss */
.modal-fields {
  padding-left: 40px !important;
}

/* line 1424, app/assets/stylesheets/offer_wizard.scss */
.modal-footer {
  background: #f6f8fa !important;
}

/* line 1428, app/assets/stylesheets/offer_wizard.scss */
.respond-modal {
  background: #ffffff !important;
}

/* line 1432, app/assets/stylesheets/offer_wizard.scss */
.property-active-status {
  background: #67b967 !important;
  color: #fff !important;
}

/* line 1437, app/assets/stylesheets/offer_wizard.scss */
.property-inactive-status {
  background: #E33E38 !important;
  color: #fff !important;
}

@font-face {
  font-family: "Airbnb-Cereal-Book";
  src: local("Airbnb Cereal App Book"), local("AirbnbCerealBook"), url(http://localhost:3000/new_design/AirbnbCerealBook.woff) format("woff"), url(http://localhost:3000/new_design/AirbnbCerealBook.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Airbnb-Cereal-Medium";
  src: local("Airbnb Cereal App Medium"), local("AirbnbCerealMedium"), url(http://localhost:3000/new_design/AirbnbCerealMedium.woff) format("woff"), url(http://localhost:3000/new_design/AirbnbCerealMedium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Airbnb-Cereal-Bold";
  src: local("Airbnb Cereal App Bold"), local("AirbnbCerealBold"), url(http://localhost:3000/new_design/AirbnbCerealBold.woff) format("woff"), url(http://localhost:3000/new_design/AirbnbCerealBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Airbnb-Cereal-Extra-Bold";
  src: local("Airbnb Cereal App Extra Bold"), local("AirbnbCerealExtraBold"), url(http://localhost:3000/new_design/AirbnbCerealExtraBold.woff) format("woff"), url(http://localhost:3000/new_design/AirbnbCerealExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #38274c;
  --secondary: #fb5252;
  --success: #58b258;
  --info: #6590ff;
  --warning: #ff8b00;
  --danger: #e33e38;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: "Airbnb-Cereal-Book", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #090909;
  text-align: left;
  background-color: #f6f8fa;
}

/* line 66, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 101, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 114, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 123, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #38274c;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #130d19;
  text-decoration: none;
}

/* line 202, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #aaaaaa;
  text-align: left;
  caption-side: bottom;
}

/* line 285, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.2rem;
}

/* line 305, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  /* line 414, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: calc(1.05rem + 0.6vw) ;
  }
}

/* line 426, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 482, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, .monthly .monthly-row .monthly-col:not(.today) .day {
  margin-bottom: 0;
  font-weight: unset;
  line-height: unset;
  color: #090909;
}

/* line 16, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 3.5rem;
}

@media (max-width: 1200px) {
  /* line 16, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
  h1, .h1 {
    font-size: calc(1.25rem + 3vw) ;
  }
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 3rem;
}

@media (max-width: 1200px) {
  /* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
  h2, .h2 {
    font-size: calc(1.2rem + 2.4vw) ;
  }
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
  h3, .h3 {
    font-size: calc(1.15rem + 1.8vw) ;
  }
}

/* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  /* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
  h4, .h4 {
    font-size: calc(1.1rem + 1.2vw) ;
  }
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  /* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
  h5, .h5 {
    font-size: calc(1.05rem + 0.6vw) ;
  }
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6, .monthly .monthly-row .monthly-col:not(.today) .day {
  font-size: 1.25rem;
}

@media (max-width: 1200px) {
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
  h6, .h6, .monthly .monthly-row .monthly-col:not(.today) .day {
    font-size: calc(1.025rem + 0.3vw) ;
  }
}

/* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

@media (max-width: 1200px) {
  /* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: calc(1.025rem + 0.3vw) ;
  }
}

/* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: unset;
}

@media (max-width: 1200px) {
  /* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: calc(1.5rem + 6vw) ;
  }
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: unset;
}

@media (max-width: 1200px) {
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: calc(1.45rem + 5.4vw) ;
  }
}

/* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: unset;
}

@media (max-width: 1200px) {
  /* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: calc(1.35rem + 4.2vw) ;
  }
}

/* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: unset;
}

@media (max-width: 1200px) {
  /* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: calc(1.25rem + 3vw) ;
  }
}

/* line 55, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #c5c5c6;
}

/* line 67, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/* line 73, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 89, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 95, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 20px;
  font-size: 1.25rem;
}

@media (max-width: 1200px) {
  /* line 112, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
  .blockquote {
    font-size: calc(1.025rem + 0.3vw) ;
  }
}

/* line 117, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 122, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #f6f8fa;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

/* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 10px;
  line-height: 1;
}

/* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 5px;
}

/* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 59, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 61, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  /* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 61, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  /* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }
  /* line 61, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  /* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 61, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  /* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 61, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  /* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 59, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-first {
    order: -1;
  }
  /* line 61, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-last {
    order: 13;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-0 {
    order: 0;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-1 {
    order: 1;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-2 {
    order: 2;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-3 {
    order: 3;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-4 {
    order: 4;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-5 {
    order: 5;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-6 {
    order: 6;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-7 {
    order: 7;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-8 {
    order: 8;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-9 {
    order: 9;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-10 {
    order: 10;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-11 {
    order: 11;
  }
  /* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xxl-12 {
    order: 12;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

/* line 5, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
  color: #090909;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #c5c5c6;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #c5c5c6;
}

/* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #c5c5c6;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #c5c5c6;
}

/* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #c5c5c6;
}

/* line 54, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #090909;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c7c3cd;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #988fa2;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #bab5c1;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bab5c1;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fecfcf;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #fda5a5;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #fdb6b6;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #fdb6b6;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #d0e9d0;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #a8d7a8;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #bfe1bf;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #bfe1bf;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #d4e0ff;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #afc5ff;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #bbceff;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #bbceff;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffdfb8;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffc37a;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffd49f;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffd49f;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f7c9c7;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f09b98;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f4b3b1;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f4b3b1;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #c5c5c6;
}

/* line 130, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 145, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 171, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

/* line 171, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control, .select2-container--default .select2-selection--single, input[type="email"],
input[type="password"],
input[type="text"],
input[type="number"],
input[type="file"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="url"],
input[type="week"],
input[type="search"],
input[type="tel"],
input[type="time"],
select,
textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.126rem + 2px);
  padding: 0.563rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #090909;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c5c5c6;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-control, .select2-container--default .select2-selection--single, input[type="email"],
input[type="password"],
input[type="text"],
input[type="number"],
input[type="file"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="url"],
input[type="week"],
input[type="search"],
input[type="tel"],
input[type="time"],
select,
textarea {
    transition: none;
  }
}

/* line 28, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand, .select2-container--default .select2-selection--single::-ms-expand, input[type="email"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="text"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="file"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="time"]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus, .select2-container--default .select2-selection--single:focus, input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
select:focus,
textarea:focus {
  color: #090909;
  background-color: #fff;
  border-color: #7652a0;
  outline: 0;
  box-shadow: none;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder, .select2-container--default .select2-selection--single::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="file"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="time"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #90949c;
  opacity: 1;
}
.form-control::placeholder, .select2-container--default .select2-selection--single::placeholder, input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="text"]::placeholder,
input[type="number"]::placeholder,
input[type="file"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="month"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="time"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #90949c;
  opacity: 1;
}

/* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .select2-container--default .select2-selection--single:disabled, input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="text"]:disabled,
input[type="number"]:disabled,
input[type="file"]:disabled,
input[type="date"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
select:disabled,
textarea:disabled, .form-control[readonly], .select2-container--default .select2-selection--single[readonly], input[readonly][type="email"],
input[readonly][type="password"],
input[readonly][type="text"],
input[readonly][type="number"],
input[readonly][type="file"],
input[readonly][type="date"],
input[readonly][type="datetime-local"],
input[readonly][type="month"],
input[readonly][type="url"],
input[readonly][type="week"],
input[readonly][type="search"],
input[readonly][type="tel"],
input[readonly][type="time"],
select[readonly],
textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
input.form-control[type="date"], .select2-container--default .select2-selection--single[type="date"],
input[type="date"],
select[type="date"],
textarea[type="date"],
input.form-control[type="time"],
.select2-container--default .select2-selection--single[type="time"],
input[type="time"],
select[type="time"],
textarea[type="time"],
input.form-control[type="datetime-local"],
.select2-container--default .select2-selection--single[type="datetime-local"],
input[type="datetime-local"],
select[type="datetime-local"],
textarea[type="datetime-local"],
input.form-control[type="month"],
.select2-container--default .select2-selection--single[type="month"],
input[type="month"],
select[type="month"],
textarea[type="month"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 67, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:-moz-focusring, .select2-container--default select.select2-selection--single:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #090909;
}

/* line 72, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value, .select2-container--default select.select2-selection--single:focus::-ms-value {
  color: #090909;
  background-color: #fff;
}

/* line 84, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.563rem + 1px);
  padding-bottom: calc(0.563rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.688rem + 1px);
  padding-bottom: calc(0.688rem + 1px);
  font-size: 1rem;
  line-height: 1.5;
}

/* line 112, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.157rem + 1px);
  padding-bottom: calc(0.157rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 125, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.563rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #090909;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.314rem + 2px);
  padding: 0.157rem 0.527rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
}

/* line 160, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1.376rem + 2px);
  padding: 0.688rem 1.04rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], .select2-container--default select.select2-selection--single[size], select.form-control[multiple], .select2-container--default select.select2-selection--single[multiple] {
  height: auto;
}

/* line 176, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control, .select2-container--default textarea.select2-selection--single {
  height: auto;
}

/* line 185, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check, .checkbox,
.radio {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #aaaaaa;
}

/* line 235, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #58b258;
}

/* line 52, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(88, 178, 88, 0.9);
  border-radius: 5px;
}

/* line 69, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 76, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .was-validated .select2-container--default .select2-selection--single:valid, .select2-container--default .was-validated .select2-selection--single:valid, .was-validated input[type="email"]:valid,
.was-validated input[type="password"]:valid,
.was-validated input[type="text"]:valid,
.was-validated input[type="number"]:valid,
.was-validated input[type="file"]:valid,
.was-validated input[type="date"]:valid,
.was-validated input[type="datetime-local"]:valid,
.was-validated input[type="month"]:valid,
.was-validated input[type="url"]:valid,
.was-validated input[type="week"]:valid,
.was-validated input[type="search"]:valid,
.was-validated input[type="tel"]:valid,
.was-validated input[type="time"]:valid,
.was-validated select:valid,
.was-validated textarea:valid, .form-control.is-valid, .select2-container--default .is-valid.select2-selection--single, input.is-valid[type="email"],
input.is-valid[type="password"],
input.is-valid[type="text"],
input.is-valid[type="number"],
input.is-valid[type="file"],
input.is-valid[type="date"],
input.is-valid[type="datetime-local"],
input.is-valid[type="month"],
input.is-valid[type="url"],
input.is-valid[type="week"],
input.is-valid[type="search"],
input.is-valid[type="tel"],
input.is-valid[type="time"],
select.is-valid,
textarea.is-valid {
  border-color: #58b258;
  padding-right: calc(1.5em + 1.126rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2358b258' 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.2815rem) center;
  background-size: calc(0.75em + 0.563rem) calc(0.75em + 0.563rem);
}

/* line 93, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .was-validated .select2-container--default .select2-selection--single:valid:focus, .select2-container--default .was-validated .select2-selection--single:valid:focus, .was-validated input[type="email"]:valid:focus,
.was-validated input[type="password"]:valid:focus,
.was-validated input[type="text"]:valid:focus,
.was-validated input[type="number"]:valid:focus,
.was-validated input[type="file"]:valid:focus,
.was-validated input[type="date"]:valid:focus,
.was-validated input[type="datetime-local"]:valid:focus,
.was-validated input[type="month"]:valid:focus,
.was-validated input[type="url"]:valid:focus,
.was-validated input[type="week"]:valid:focus,
.was-validated input[type="search"]:valid:focus,
.was-validated input[type="tel"]:valid:focus,
.was-validated input[type="time"]:valid:focus,
.was-validated select:valid:focus,
.was-validated textarea:valid:focus, .form-control.is-valid:focus, .select2-container--default .is-valid.select2-selection--single:focus, input.is-valid[type="email"]:focus,
input.is-valid[type="password"]:focus,
input.is-valid[type="text"]:focus,
input.is-valid[type="number"]:focus,
input.is-valid[type="file"]:focus,
input.is-valid[type="date"]:focus,
input.is-valid[type="datetime-local"]:focus,
input.is-valid[type="month"]:focus,
input.is-valid[type="url"]:focus,
input.is-valid[type="week"]:focus,
input.is-valid[type="search"]:focus,
input.is-valid[type="tel"]:focus,
input.is-valid[type="time"]:focus,
select.is-valid:focus,
textarea.is-valid:focus {
  border-color: #58b258;
  box-shadow: 0 0 0 0.2rem rgba(88, 178, 88, 0.25);
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:valid, .was-validated .select2-container--default select.select2-selection--single:valid, .select2-container--default .was-validated select.select2-selection--single:valid, select.form-control.is-valid, .select2-container--default select.is-valid.select2-selection--single {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, .was-validated .select2-container--default textarea.select2-selection--single:valid, .select2-container--default .was-validated textarea.select2-selection--single:valid, textarea.form-control.is-valid, .select2-container--default textarea.is-valid.select2-selection--single {
  padding-right: calc(1.5em + 1.126rem);
  background-position: top calc(0.375em + 0.2815rem) right calc(0.375em + 0.2815rem);
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .was-validated select:valid, .custom-select.is-valid, select.is-valid {
  border-color: #58b258;
  padding-right: calc(0.75em + 2.8445rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2358b258' 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") center right 2rem/calc(0.75em + 0.563rem) calc(0.75em + 0.563rem) no-repeat;
}

/* line 129, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .was-validated select:valid:focus, .custom-select.is-valid:focus, select.is-valid:focus {
  border-color: #58b258;
  box-shadow: 0 0 0 0.2rem rgba(88, 178, 88, 0.25);
}

/* line 138, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #58b258;
}

/* line 142, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 150, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .was-validated .checkbox .custom-control-input:valid ~ label, .checkbox .was-validated .custom-control-input:valid ~ label,
.was-validated .radio .custom-control-input:valid ~ label,
.radio .was-validated .custom-control-input:valid ~ label, .was-validated .checkbox input[type="checkbox"]:valid ~ .custom-control-label, .was-validated .checkbox input[type="checkbox"]:valid ~ label, .checkbox .was-validated input[type="checkbox"]:valid ~ .custom-control-label, .checkbox .was-validated input[type="checkbox"]:valid ~ label,
.was-validated .checkbox input[type="radio"]:valid ~ .custom-control-label,
.was-validated .checkbox input[type="radio"]:valid ~ label,
.checkbox .was-validated input[type="radio"]:valid ~ .custom-control-label,
.checkbox .was-validated input[type="radio"]:valid ~ label,
.was-validated .radio input[type="checkbox"]:valid ~ .custom-control-label,
.was-validated .radio input[type="checkbox"]:valid ~ label,
.radio .was-validated input[type="checkbox"]:valid ~ .custom-control-label,
.radio .was-validated input[type="checkbox"]:valid ~ label,
.was-validated .radio input[type="radio"]:valid ~ .custom-control-label,
.was-validated .radio input[type="radio"]:valid ~ label,
.radio .was-validated input[type="radio"]:valid ~ .custom-control-label,
.radio .was-validated input[type="radio"]:valid ~ label, .custom-control-input.is-valid ~ .custom-control-label, .checkbox .custom-control-input.is-valid ~ label,
.radio .custom-control-input.is-valid ~ label, .checkbox input.is-valid[type="checkbox"] ~ .custom-control-label, .checkbox input.is-valid[type="checkbox"] ~ label,
.checkbox input.is-valid[type="radio"] ~ .custom-control-label,
.checkbox input.is-valid[type="radio"] ~ label,
.radio input.is-valid[type="checkbox"] ~ .custom-control-label,
.radio input.is-valid[type="checkbox"] ~ label,
.radio input.is-valid[type="radio"] ~ .custom-control-label,
.radio input.is-valid[type="radio"] ~ label {
  color: #58b258;
}

/* line 153, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .was-validated .checkbox .custom-control-input:valid ~ label::before, .checkbox .was-validated .custom-control-input:valid ~ label::before,
.was-validated .radio .custom-control-input:valid ~ label::before,
.radio .was-validated .custom-control-input:valid ~ label::before, .was-validated .checkbox input[type="checkbox"]:valid ~ .custom-control-label::before, .was-validated .checkbox input[type="checkbox"]:valid ~ label::before, .checkbox .was-validated input[type="checkbox"]:valid ~ .custom-control-label::before, .checkbox .was-validated input[type="checkbox"]:valid ~ label::before,
.was-validated .checkbox input[type="radio"]:valid ~ .custom-control-label::before,
.was-validated .checkbox input[type="radio"]:valid ~ label::before,
.checkbox .was-validated input[type="radio"]:valid ~ .custom-control-label::before,
.checkbox .was-validated input[type="radio"]:valid ~ label::before,
.was-validated .radio input[type="checkbox"]:valid ~ .custom-control-label::before,
.was-validated .radio input[type="checkbox"]:valid ~ label::before,
.radio .was-validated input[type="checkbox"]:valid ~ .custom-control-label::before,
.radio .was-validated input[type="checkbox"]:valid ~ label::before,
.was-validated .radio input[type="radio"]:valid ~ .custom-control-label::before,
.was-validated .radio input[type="radio"]:valid ~ label::before,
.radio .was-validated input[type="radio"]:valid ~ .custom-control-label::before,
.radio .was-validated input[type="radio"]:valid ~ label::before, .custom-control-input.is-valid ~ .custom-control-label::before, .checkbox .custom-control-input.is-valid ~ label::before,
.radio .custom-control-input.is-valid ~ label::before, .checkbox input.is-valid[type="checkbox"] ~ .custom-control-label::before, .checkbox input.is-valid[type="checkbox"] ~ label::before,
.checkbox input.is-valid[type="radio"] ~ .custom-control-label::before,
.checkbox input.is-valid[type="radio"] ~ label::before,
.radio input.is-valid[type="checkbox"] ~ .custom-control-label::before,
.radio input.is-valid[type="checkbox"] ~ label::before,
.radio input.is-valid[type="radio"] ~ .custom-control-label::before,
.radio input.is-valid[type="radio"] ~ label::before {
  border-color: #58b258;
}

/* line 159, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .was-validated .checkbox .custom-control-input:valid:checked ~ label::before, .checkbox .was-validated .custom-control-input:valid:checked ~ label::before,
.was-validated .radio .custom-control-input:valid:checked ~ label::before,
.radio .was-validated .custom-control-input:valid:checked ~ label::before, .was-validated .checkbox input[type="checkbox"]:valid:checked ~ .custom-control-label::before, .was-validated .checkbox input[type="checkbox"]:valid:checked ~ label::before, .checkbox .was-validated input[type="checkbox"]:valid:checked ~ .custom-control-label::before, .checkbox .was-validated input[type="checkbox"]:valid:checked ~ label::before,
.was-validated .checkbox input[type="radio"]:valid:checked ~ .custom-control-label::before,
.was-validated .checkbox input[type="radio"]:valid:checked ~ label::before,
.checkbox .was-validated input[type="radio"]:valid:checked ~ .custom-control-label::before,
.checkbox .was-validated input[type="radio"]:valid:checked ~ label::before,
.was-validated .radio input[type="checkbox"]:valid:checked ~ .custom-control-label::before,
.was-validated .radio input[type="checkbox"]:valid:checked ~ label::before,
.radio .was-validated input[type="checkbox"]:valid:checked ~ .custom-control-label::before,
.radio .was-validated input[type="checkbox"]:valid:checked ~ label::before,
.was-validated .radio input[type="radio"]:valid:checked ~ .custom-control-label::before,
.was-validated .radio input[type="radio"]:valid:checked ~ label::before,
.radio .was-validated input[type="radio"]:valid:checked ~ .custom-control-label::before,
.radio .was-validated input[type="radio"]:valid:checked ~ label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before, .checkbox .custom-control-input.is-valid:checked ~ label::before,
.radio .custom-control-input.is-valid:checked ~ label::before, .checkbox input.is-valid[type="checkbox"]:checked ~ .custom-control-label::before, .checkbox input.is-valid[type="checkbox"]:checked ~ label::before,
.checkbox input.is-valid[type="radio"]:checked ~ .custom-control-label::before,
.checkbox input.is-valid[type="radio"]:checked ~ label::before,
.radio input.is-valid[type="checkbox"]:checked ~ .custom-control-label::before,
.radio input.is-valid[type="checkbox"]:checked ~ label::before,
.radio input.is-valid[type="radio"]:checked ~ .custom-control-label::before,
.radio input.is-valid[type="radio"]:checked ~ label::before {
  border-color: #7bc27b;
  background-color: #7bc27b;
}

/* line 166, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .was-validated .checkbox .custom-control-input:valid:focus ~ label::before, .checkbox .was-validated .custom-control-input:valid:focus ~ label::before,
.was-validated .radio .custom-control-input:valid:focus ~ label::before,
.radio .was-validated .custom-control-input:valid:focus ~ label::before, .was-validated .checkbox input[type="checkbox"]:valid:focus ~ .custom-control-label::before, .was-validated .checkbox input[type="checkbox"]:valid:focus ~ label::before, .checkbox .was-validated input[type="checkbox"]:valid:focus ~ .custom-control-label::before, .checkbox .was-validated input[type="checkbox"]:valid:focus ~ label::before,
.was-validated .checkbox input[type="radio"]:valid:focus ~ .custom-control-label::before,
.was-validated .checkbox input[type="radio"]:valid:focus ~ label::before,
.checkbox .was-validated input[type="radio"]:valid:focus ~ .custom-control-label::before,
.checkbox .was-validated input[type="radio"]:valid:focus ~ label::before,
.was-validated .radio input[type="checkbox"]:valid:focus ~ .custom-control-label::before,
.was-validated .radio input[type="checkbox"]:valid:focus ~ label::before,
.radio .was-validated input[type="checkbox"]:valid:focus ~ .custom-control-label::before,
.radio .was-validated input[type="checkbox"]:valid:focus ~ label::before,
.was-validated .radio input[type="radio"]:valid:focus ~ .custom-control-label::before,
.was-validated .radio input[type="radio"]:valid:focus ~ label::before,
.radio .was-validated input[type="radio"]:valid:focus ~ .custom-control-label::before,
.radio .was-validated input[type="radio"]:valid:focus ~ label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before, .checkbox .custom-control-input.is-valid:focus ~ label::before,
.radio .custom-control-input.is-valid:focus ~ label::before, .checkbox input.is-valid[type="checkbox"]:focus ~ .custom-control-label::before, .checkbox input.is-valid[type="checkbox"]:focus ~ label::before,
.checkbox input.is-valid[type="radio"]:focus ~ .custom-control-label::before,
.checkbox input.is-valid[type="radio"]:focus ~ label::before,
.radio input.is-valid[type="checkbox"]:focus ~ .custom-control-label::before,
.radio input.is-valid[type="checkbox"]:focus ~ label::before,
.radio input.is-valid[type="radio"]:focus ~ .custom-control-label::before,
.radio input.is-valid[type="radio"]:focus ~ label::before {
  box-shadow: 0 0 0 0.2rem rgba(88, 178, 88, 0.25);
}

/* line 170, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .checkbox .custom-control-input:valid:focus:not(:checked) ~ label::before, .checkbox .was-validated .custom-control-input:valid:focus:not(:checked) ~ label::before,
.was-validated .radio .custom-control-input:valid:focus:not(:checked) ~ label::before,
.radio .was-validated .custom-control-input:valid:focus:not(:checked) ~ label::before, .was-validated .checkbox input[type="checkbox"]:valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .checkbox input[type="checkbox"]:valid:focus:not(:checked) ~ label::before, .checkbox .was-validated input[type="checkbox"]:valid:focus:not(:checked) ~ .custom-control-label::before, .checkbox .was-validated input[type="checkbox"]:valid:focus:not(:checked) ~ label::before,
.was-validated .checkbox input[type="radio"]:valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .checkbox input[type="radio"]:valid:focus:not(:checked) ~ label::before,
.checkbox .was-validated input[type="radio"]:valid:focus:not(:checked) ~ .custom-control-label::before,
.checkbox .was-validated input[type="radio"]:valid:focus:not(:checked) ~ label::before,
.was-validated .radio input[type="checkbox"]:valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .radio input[type="checkbox"]:valid:focus:not(:checked) ~ label::before,
.radio .was-validated input[type="checkbox"]:valid:focus:not(:checked) ~ .custom-control-label::before,
.radio .was-validated input[type="checkbox"]:valid:focus:not(:checked) ~ label::before,
.was-validated .radio input[type="radio"]:valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .radio input[type="radio"]:valid:focus:not(:checked) ~ label::before,
.radio .was-validated input[type="radio"]:valid:focus:not(:checked) ~ .custom-control-label::before,
.radio .was-validated input[type="radio"]:valid:focus:not(:checked) ~ label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .checkbox .custom-control-input.is-valid:focus:not(:checked) ~ label::before,
.radio .custom-control-input.is-valid:focus:not(:checked) ~ label::before, .checkbox input.is-valid[type="checkbox"]:focus:not(:checked) ~ .custom-control-label::before, .checkbox input.is-valid[type="checkbox"]:focus:not(:checked) ~ label::before,
.checkbox input.is-valid[type="radio"]:focus:not(:checked) ~ .custom-control-label::before,
.checkbox input.is-valid[type="radio"]:focus:not(:checked) ~ label::before,
.radio input.is-valid[type="checkbox"]:focus:not(:checked) ~ .custom-control-label::before,
.radio input.is-valid[type="checkbox"]:focus:not(:checked) ~ label::before,
.radio input.is-valid[type="radio"]:focus:not(:checked) ~ .custom-control-label::before,
.radio input.is-valid[type="radio"]:focus:not(:checked) ~ label::before {
  border-color: #58b258;
}

/* line 180, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #58b258;
}

/* line 185, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #58b258;
  box-shadow: 0 0 0 0.2rem rgba(88, 178, 88, 0.25);
}

/* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #e33e38;
}

/* line 52, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(227, 62, 56, 0.9);
  border-radius: 5px;
}

/* line 69, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 76, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .was-validated .select2-container--default .select2-selection--single:invalid, .select2-container--default .was-validated .select2-selection--single:invalid, .was-validated input[type="email"]:invalid,
.was-validated input[type="password"]:invalid,
.was-validated input[type="text"]:invalid,
.was-validated input[type="number"]:invalid,
.was-validated input[type="file"]:invalid,
.was-validated input[type="date"]:invalid,
.was-validated input[type="datetime-local"]:invalid,
.was-validated input[type="month"]:invalid,
.was-validated input[type="url"]:invalid,
.was-validated input[type="week"]:invalid,
.was-validated input[type="search"]:invalid,
.was-validated input[type="tel"]:invalid,
.was-validated input[type="time"]:invalid,
.was-validated select:invalid,
.was-validated textarea:invalid, .form-control.is-invalid, .select2-container--default .is-invalid.select2-selection--single, input.is-invalid[type="email"],
input.is-invalid[type="password"],
input.is-invalid[type="text"],
input.is-invalid[type="number"],
input.is-invalid[type="file"],
input.is-invalid[type="date"],
input.is-invalid[type="datetime-local"],
input.is-invalid[type="month"],
input.is-invalid[type="url"],
input.is-invalid[type="week"],
input.is-invalid[type="search"],
input.is-invalid[type="tel"],
input.is-invalid[type="time"],
select.is-invalid,
textarea.is-invalid {
  border-color: #e33e38;
  padding-right: calc(1.5em + 1.126rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e33e38' viewBox='0 0 12 12'%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='%23e33e38' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.2815rem) center;
  background-size: calc(0.75em + 0.563rem) calc(0.75em + 0.563rem);
}

/* line 93, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .was-validated .select2-container--default .select2-selection--single:invalid:focus, .select2-container--default .was-validated .select2-selection--single:invalid:focus, .was-validated input[type="email"]:invalid:focus,
.was-validated input[type="password"]:invalid:focus,
.was-validated input[type="text"]:invalid:focus,
.was-validated input[type="number"]:invalid:focus,
.was-validated input[type="file"]:invalid:focus,
.was-validated input[type="date"]:invalid:focus,
.was-validated input[type="datetime-local"]:invalid:focus,
.was-validated input[type="month"]:invalid:focus,
.was-validated input[type="url"]:invalid:focus,
.was-validated input[type="week"]:invalid:focus,
.was-validated input[type="search"]:invalid:focus,
.was-validated input[type="tel"]:invalid:focus,
.was-validated input[type="time"]:invalid:focus,
.was-validated select:invalid:focus,
.was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .select2-container--default .is-invalid.select2-selection--single:focus, input.is-invalid[type="email"]:focus,
input.is-invalid[type="password"]:focus,
input.is-invalid[type="text"]:focus,
input.is-invalid[type="number"]:focus,
input.is-invalid[type="file"]:focus,
input.is-invalid[type="date"]:focus,
input.is-invalid[type="datetime-local"]:focus,
input.is-invalid[type="month"]:focus,
input.is-invalid[type="url"]:focus,
input.is-invalid[type="week"]:focus,
input.is-invalid[type="search"]:focus,
input.is-invalid[type="tel"]:focus,
input.is-invalid[type="time"]:focus,
select.is-invalid:focus,
textarea.is-invalid:focus {
  border-color: #e33e38;
  box-shadow: 0 0 0 0.2rem rgba(227, 62, 56, 0.25);
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated select.form-control:invalid, .was-validated .select2-container--default select.select2-selection--single:invalid, .select2-container--default .was-validated select.select2-selection--single:invalid, select.form-control.is-invalid, .select2-container--default select.is-invalid.select2-selection--single {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, .was-validated .select2-container--default textarea.select2-selection--single:invalid, .select2-container--default .was-validated textarea.select2-selection--single:invalid, textarea.form-control.is-invalid, .select2-container--default textarea.is-invalid.select2-selection--single {
  padding-right: calc(1.5em + 1.126rem);
  background-position: top calc(0.375em + 0.2815rem) right calc(0.375em + 0.2815rem);
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .was-validated select:invalid, .custom-select.is-invalid, select.is-invalid {
  border-color: #e33e38;
  padding-right: calc(0.75em + 2.8445rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e33e38' viewBox='0 0 12 12'%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='%23e33e38' stroke='none'/%3e%3c/svg%3e") center right 2rem/calc(0.75em + 0.563rem) calc(0.75em + 0.563rem) no-repeat;
}

/* line 129, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .was-validated select:invalid:focus, .custom-select.is-invalid:focus, select.is-invalid:focus {
  border-color: #e33e38;
  box-shadow: 0 0 0 0.2rem rgba(227, 62, 56, 0.25);
}

/* line 138, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e33e38;
}

/* line 142, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 150, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .was-validated .checkbox .custom-control-input:invalid ~ label, .checkbox .was-validated .custom-control-input:invalid ~ label,
.was-validated .radio .custom-control-input:invalid ~ label,
.radio .was-validated .custom-control-input:invalid ~ label, .was-validated .checkbox input[type="checkbox"]:invalid ~ .custom-control-label, .was-validated .checkbox input[type="checkbox"]:invalid ~ label, .checkbox .was-validated input[type="checkbox"]:invalid ~ .custom-control-label, .checkbox .was-validated input[type="checkbox"]:invalid ~ label,
.was-validated .checkbox input[type="radio"]:invalid ~ .custom-control-label,
.was-validated .checkbox input[type="radio"]:invalid ~ label,
.checkbox .was-validated input[type="radio"]:invalid ~ .custom-control-label,
.checkbox .was-validated input[type="radio"]:invalid ~ label,
.was-validated .radio input[type="checkbox"]:invalid ~ .custom-control-label,
.was-validated .radio input[type="checkbox"]:invalid ~ label,
.radio .was-validated input[type="checkbox"]:invalid ~ .custom-control-label,
.radio .was-validated input[type="checkbox"]:invalid ~ label,
.was-validated .radio input[type="radio"]:invalid ~ .custom-control-label,
.was-validated .radio input[type="radio"]:invalid ~ label,
.radio .was-validated input[type="radio"]:invalid ~ .custom-control-label,
.radio .was-validated input[type="radio"]:invalid ~ label, .custom-control-input.is-invalid ~ .custom-control-label, .checkbox .custom-control-input.is-invalid ~ label,
.radio .custom-control-input.is-invalid ~ label, .checkbox input.is-invalid[type="checkbox"] ~ .custom-control-label, .checkbox input.is-invalid[type="checkbox"] ~ label,
.checkbox input.is-invalid[type="radio"] ~ .custom-control-label,
.checkbox input.is-invalid[type="radio"] ~ label,
.radio input.is-invalid[type="checkbox"] ~ .custom-control-label,
.radio input.is-invalid[type="checkbox"] ~ label,
.radio input.is-invalid[type="radio"] ~ .custom-control-label,
.radio input.is-invalid[type="radio"] ~ label {
  color: #e33e38;
}

/* line 153, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .was-validated .checkbox .custom-control-input:invalid ~ label::before, .checkbox .was-validated .custom-control-input:invalid ~ label::before,
.was-validated .radio .custom-control-input:invalid ~ label::before,
.radio .was-validated .custom-control-input:invalid ~ label::before, .was-validated .checkbox input[type="checkbox"]:invalid ~ .custom-control-label::before, .was-validated .checkbox input[type="checkbox"]:invalid ~ label::before, .checkbox .was-validated input[type="checkbox"]:invalid ~ .custom-control-label::before, .checkbox .was-validated input[type="checkbox"]:invalid ~ label::before,
.was-validated .checkbox input[type="radio"]:invalid ~ .custom-control-label::before,
.was-validated .checkbox input[type="radio"]:invalid ~ label::before,
.checkbox .was-validated input[type="radio"]:invalid ~ .custom-control-label::before,
.checkbox .was-validated input[type="radio"]:invalid ~ label::before,
.was-validated .radio input[type="checkbox"]:invalid ~ .custom-control-label::before,
.was-validated .radio input[type="checkbox"]:invalid ~ label::before,
.radio .was-validated input[type="checkbox"]:invalid ~ .custom-control-label::before,
.radio .was-validated input[type="checkbox"]:invalid ~ label::before,
.was-validated .radio input[type="radio"]:invalid ~ .custom-control-label::before,
.was-validated .radio input[type="radio"]:invalid ~ label::before,
.radio .was-validated input[type="radio"]:invalid ~ .custom-control-label::before,
.radio .was-validated input[type="radio"]:invalid ~ label::before, .custom-control-input.is-invalid ~ .custom-control-label::before, .checkbox .custom-control-input.is-invalid ~ label::before,
.radio .custom-control-input.is-invalid ~ label::before, .checkbox input.is-invalid[type="checkbox"] ~ .custom-control-label::before, .checkbox input.is-invalid[type="checkbox"] ~ label::before,
.checkbox input.is-invalid[type="radio"] ~ .custom-control-label::before,
.checkbox input.is-invalid[type="radio"] ~ label::before,
.radio input.is-invalid[type="checkbox"] ~ .custom-control-label::before,
.radio input.is-invalid[type="checkbox"] ~ label::before,
.radio input.is-invalid[type="radio"] ~ .custom-control-label::before,
.radio input.is-invalid[type="radio"] ~ label::before {
  border-color: #e33e38;
}

/* line 159, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .was-validated .checkbox .custom-control-input:invalid:checked ~ label::before, .checkbox .was-validated .custom-control-input:invalid:checked ~ label::before,
.was-validated .radio .custom-control-input:invalid:checked ~ label::before,
.radio .was-validated .custom-control-input:invalid:checked ~ label::before, .was-validated .checkbox input[type="checkbox"]:invalid:checked ~ .custom-control-label::before, .was-validated .checkbox input[type="checkbox"]:invalid:checked ~ label::before, .checkbox .was-validated input[type="checkbox"]:invalid:checked ~ .custom-control-label::before, .checkbox .was-validated input[type="checkbox"]:invalid:checked ~ label::before,
.was-validated .checkbox input[type="radio"]:invalid:checked ~ .custom-control-label::before,
.was-validated .checkbox input[type="radio"]:invalid:checked ~ label::before,
.checkbox .was-validated input[type="radio"]:invalid:checked ~ .custom-control-label::before,
.checkbox .was-validated input[type="radio"]:invalid:checked ~ label::before,
.was-validated .radio input[type="checkbox"]:invalid:checked ~ .custom-control-label::before,
.was-validated .radio input[type="checkbox"]:invalid:checked ~ label::before,
.radio .was-validated input[type="checkbox"]:invalid:checked ~ .custom-control-label::before,
.radio .was-validated input[type="checkbox"]:invalid:checked ~ label::before,
.was-validated .radio input[type="radio"]:invalid:checked ~ .custom-control-label::before,
.was-validated .radio input[type="radio"]:invalid:checked ~ label::before,
.radio .was-validated input[type="radio"]:invalid:checked ~ .custom-control-label::before,
.radio .was-validated input[type="radio"]:invalid:checked ~ label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .checkbox .custom-control-input.is-invalid:checked ~ label::before,
.radio .custom-control-input.is-invalid:checked ~ label::before, .checkbox input.is-invalid[type="checkbox"]:checked ~ .custom-control-label::before, .checkbox input.is-invalid[type="checkbox"]:checked ~ label::before,
.checkbox input.is-invalid[type="radio"]:checked ~ .custom-control-label::before,
.checkbox input.is-invalid[type="radio"]:checked ~ label::before,
.radio input.is-invalid[type="checkbox"]:checked ~ .custom-control-label::before,
.radio input.is-invalid[type="checkbox"]:checked ~ label::before,
.radio input.is-invalid[type="radio"]:checked ~ .custom-control-label::before,
.radio input.is-invalid[type="radio"]:checked ~ label::before {
  border-color: #e96965;
  background-color: #e96965;
}

/* line 166, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .was-validated .checkbox .custom-control-input:invalid:focus ~ label::before, .checkbox .was-validated .custom-control-input:invalid:focus ~ label::before,
.was-validated .radio .custom-control-input:invalid:focus ~ label::before,
.radio .was-validated .custom-control-input:invalid:focus ~ label::before, .was-validated .checkbox input[type="checkbox"]:invalid:focus ~ .custom-control-label::before, .was-validated .checkbox input[type="checkbox"]:invalid:focus ~ label::before, .checkbox .was-validated input[type="checkbox"]:invalid:focus ~ .custom-control-label::before, .checkbox .was-validated input[type="checkbox"]:invalid:focus ~ label::before,
.was-validated .checkbox input[type="radio"]:invalid:focus ~ .custom-control-label::before,
.was-validated .checkbox input[type="radio"]:invalid:focus ~ label::before,
.checkbox .was-validated input[type="radio"]:invalid:focus ~ .custom-control-label::before,
.checkbox .was-validated input[type="radio"]:invalid:focus ~ label::before,
.was-validated .radio input[type="checkbox"]:invalid:focus ~ .custom-control-label::before,
.was-validated .radio input[type="checkbox"]:invalid:focus ~ label::before,
.radio .was-validated input[type="checkbox"]:invalid:focus ~ .custom-control-label::before,
.radio .was-validated input[type="checkbox"]:invalid:focus ~ label::before,
.was-validated .radio input[type="radio"]:invalid:focus ~ .custom-control-label::before,
.was-validated .radio input[type="radio"]:invalid:focus ~ label::before,
.radio .was-validated input[type="radio"]:invalid:focus ~ .custom-control-label::before,
.radio .was-validated input[type="radio"]:invalid:focus ~ label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .checkbox .custom-control-input.is-invalid:focus ~ label::before,
.radio .custom-control-input.is-invalid:focus ~ label::before, .checkbox input.is-invalid[type="checkbox"]:focus ~ .custom-control-label::before, .checkbox input.is-invalid[type="checkbox"]:focus ~ label::before,
.checkbox input.is-invalid[type="radio"]:focus ~ .custom-control-label::before,
.checkbox input.is-invalid[type="radio"]:focus ~ label::before,
.radio input.is-invalid[type="checkbox"]:focus ~ .custom-control-label::before,
.radio input.is-invalid[type="checkbox"]:focus ~ label::before,
.radio input.is-invalid[type="radio"]:focus ~ .custom-control-label::before,
.radio input.is-invalid[type="radio"]:focus ~ label::before {
  box-shadow: 0 0 0 0.2rem rgba(227, 62, 56, 0.25);
}

/* line 170, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .checkbox .custom-control-input:invalid:focus:not(:checked) ~ label::before, .checkbox .was-validated .custom-control-input:invalid:focus:not(:checked) ~ label::before,
.was-validated .radio .custom-control-input:invalid:focus:not(:checked) ~ label::before,
.radio .was-validated .custom-control-input:invalid:focus:not(:checked) ~ label::before, .was-validated .checkbox input[type="checkbox"]:invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .checkbox input[type="checkbox"]:invalid:focus:not(:checked) ~ label::before, .checkbox .was-validated input[type="checkbox"]:invalid:focus:not(:checked) ~ .custom-control-label::before, .checkbox .was-validated input[type="checkbox"]:invalid:focus:not(:checked) ~ label::before,
.was-validated .checkbox input[type="radio"]:invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .checkbox input[type="radio"]:invalid:focus:not(:checked) ~ label::before,
.checkbox .was-validated input[type="radio"]:invalid:focus:not(:checked) ~ .custom-control-label::before,
.checkbox .was-validated input[type="radio"]:invalid:focus:not(:checked) ~ label::before,
.was-validated .radio input[type="checkbox"]:invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .radio input[type="checkbox"]:invalid:focus:not(:checked) ~ label::before,
.radio .was-validated input[type="checkbox"]:invalid:focus:not(:checked) ~ .custom-control-label::before,
.radio .was-validated input[type="checkbox"]:invalid:focus:not(:checked) ~ label::before,
.was-validated .radio input[type="radio"]:invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .radio input[type="radio"]:invalid:focus:not(:checked) ~ label::before,
.radio .was-validated input[type="radio"]:invalid:focus:not(:checked) ~ .custom-control-label::before,
.radio .was-validated input[type="radio"]:invalid:focus:not(:checked) ~ label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .checkbox .custom-control-input.is-invalid:focus:not(:checked) ~ label::before,
.radio .custom-control-input.is-invalid:focus:not(:checked) ~ label::before, .checkbox input.is-invalid[type="checkbox"]:focus:not(:checked) ~ .custom-control-label::before, .checkbox input.is-invalid[type="checkbox"]:focus:not(:checked) ~ label::before,
.checkbox input.is-invalid[type="radio"]:focus:not(:checked) ~ .custom-control-label::before,
.checkbox input.is-invalid[type="radio"]:focus:not(:checked) ~ label::before,
.radio input.is-invalid[type="checkbox"]:focus:not(:checked) ~ .custom-control-label::before,
.radio input.is-invalid[type="checkbox"]:focus:not(:checked) ~ label::before,
.radio input.is-invalid[type="radio"]:focus:not(:checked) ~ .custom-control-label::before,
.radio input.is-invalid[type="radio"]:focus:not(:checked) ~ label::before {
  border-color: #e33e38;
}

/* line 180, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e33e38;
}

/* line 185, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e33e38;
  box-shadow: 0 0 0 0.2rem rgba(227, 62, 56, 0.25);
}

/* line 275, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check, .form-inline .checkbox,
.form-inline .radio {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .form-inline .select2-container--default .select2-selection--single, .select2-container--default .form-inline .select2-selection--single, .form-inline input[type="email"],
.form-inline input[type="password"],
.form-inline input[type="text"],
.form-inline input[type="number"],
.form-inline input[type="file"],
.form-inline input[type="date"],
.form-inline input[type="datetime-local"],
.form-inline input[type="month"],
.form-inline input[type="url"],
.form-inline input[type="week"],
.form-inline input[type="search"],
.form-inline input[type="tel"],
.form-inline input[type="time"],
.form-inline select,
.form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
.form-inline .custom-select,
.form-inline select {
    width: auto;
  }
  /* line 324, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check, .form-inline .checkbox,
.form-inline .radio {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control, .form-inline .checkbox,
.form-inline .radio {
    align-items: center;
    justify-content: center;
  }
  /* line 343, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label, .form-inline .checkbox label, .checkbox .form-inline label,
.form-inline .radio label,
.radio .form-inline label {
    margin-bottom: 0;
  }
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn, .tabs button, .btn-submit {
  display: inline-block;
  font-family: "Airbnb-Cereal-Bold", sans-serif;
  font-weight: 400;
  color: #090909;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.438rem 0.79rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  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) {
  /* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
  .btn, .tabs button, .btn-submit {
    transition: none;
  }
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover, .tabs button:hover, .btn-submit:hover {
  color: #090909;
  text-decoration: none;
}

/* line 27, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .tabs button:focus, .btn-submit:focus, .btn.focus, .tabs button.focus, .focus.btn-submit {
  outline: 0;
  box-shadow: none;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .tabs button.disabled, .disabled.btn-submit, .btn:disabled, .tabs button:disabled, .btn-submit:disabled {
  opacity: 0.65;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled), .tabs button:not(:disabled):not(.disabled), .btn-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, a.disabled.btn-submit,
fieldset:disabled a.btn,
fieldset:disabled a.btn-submit {
  pointer-events: none;
}

/* line 66, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary, .pricing .plan-main .btn, .pricing .single-plan:nth-child(2) .btn, .pricing .plan-main .btn-submit, .pricing .single-plan:nth-child(2) .btn-submit, .pricing .plan-main .tabs button, .tabs .pricing .plan-main button, .pricing .single-plan:nth-child(2) .tabs button, .tabs .pricing .single-plan:nth-child(2) button, .btn-submit {
  color: #fff;
  background-color: #38274c;
  border-color: #38274c;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover, .pricing .plan-main .btn:hover, .pricing .single-plan:nth-child(2) .btn:hover, .pricing .plan-main .btn-submit:hover, .pricing .single-plan:nth-child(2) .btn-submit:hover, .pricing .plan-main .tabs button:hover, .tabs .pricing .plan-main button:hover, .pricing .single-plan:nth-child(2) .tabs button:hover, .tabs .pricing .single-plan:nth-child(2) button:hover, .btn-submit:hover {
  color: #fff;
  background-color: #251a33;
  border-color: #1f162a;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .pricing .plan-main .btn:focus, .pricing .single-plan:nth-child(2) .btn:focus, .pricing .plan-main .btn-submit:focus, .pricing .single-plan:nth-child(2) .btn-submit:focus, .pricing .plan-main .tabs button:focus, .tabs .pricing .plan-main button:focus, .pricing .single-plan:nth-child(2) .tabs button:focus, .tabs .pricing .single-plan:nth-child(2) button:focus, .btn-submit:focus, .btn-primary.focus, .pricing .plan-main .focus.btn, .pricing .single-plan:nth-child(2) .focus.btn, .pricing .plan-main .focus.btn-submit, .pricing .single-plan:nth-child(2) .focus.btn-submit, .pricing .plan-main .tabs button.focus, .tabs .pricing .plan-main button.focus, .pricing .single-plan:nth-child(2) .tabs button.focus, .tabs .pricing .single-plan:nth-child(2) button.focus, .focus.btn-submit {
  color: #fff;
  background-color: #251a33;
  border-color: #1f162a;
  box-shadow: 0 0 0 0.2rem rgba(86, 71, 103, 0.5);
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .pricing .plan-main .disabled.btn, .pricing .single-plan:nth-child(2) .disabled.btn, .pricing .plan-main .disabled.btn-submit, .pricing .single-plan:nth-child(2) .disabled.btn-submit, .pricing .plan-main .tabs button.disabled, .tabs .pricing .plan-main button.disabled, .pricing .single-plan:nth-child(2) .tabs button.disabled, .tabs .pricing .single-plan:nth-child(2) button.disabled, .disabled.btn-submit, .btn-primary:disabled, .pricing .plan-main .btn:disabled, .pricing .single-plan:nth-child(2) .btn:disabled, .pricing .plan-main .btn-submit:disabled, .pricing .single-plan:nth-child(2) .btn-submit:disabled, .pricing .plan-main .tabs button:disabled, .tabs .pricing .plan-main button:disabled, .pricing .single-plan:nth-child(2) .tabs button:disabled, .tabs .pricing .single-plan:nth-child(2) button:disabled, .btn-submit:disabled {
  color: #fff;
  background-color: #38274c;
  border-color: #38274c;
}

/* line 43, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .pricing .plan-main .btn:not(:disabled):not(.disabled):active, .pricing .single-plan:nth-child(2) .btn:not(:disabled):not(.disabled):active, .pricing .plan-main .tabs button:not(:disabled):not(.disabled):active, .tabs .pricing .plan-main button:not(:disabled):not(.disabled):active, .pricing .single-plan:nth-child(2) .tabs button:not(:disabled):not(.disabled):active, .tabs .pricing .single-plan:nth-child(2) button:not(:disabled):not(.disabled):active, .btn-submit:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .pricing .plan-main .btn.active:not(:disabled):not(.disabled), .pricing .single-plan:nth-child(2) .btn.active:not(:disabled):not(.disabled), .pricing .plan-main .tabs button.active:not(:disabled):not(.disabled), .tabs .pricing .plan-main button.active:not(:disabled):not(.disabled), .pricing .single-plan:nth-child(2) .tabs button.active:not(:disabled):not(.disabled), .tabs .pricing .single-plan:nth-child(2) button.active:not(:disabled):not(.disabled), .btn-submit.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle, .pricing .plan-main .show > .dropdown-toggle.btn, .pricing .single-plan:nth-child(2) .show > .dropdown-toggle.btn, .pricing .plan-main .show > .dropdown-toggle.btn-submit, .pricing .single-plan:nth-child(2) .show > .dropdown-toggle.btn-submit, .pricing .plan-main .tabs .show > button.dropdown-toggle, .tabs .pricing .plan-main .show > button.dropdown-toggle, .pricing .single-plan:nth-child(2) .tabs .show > button.dropdown-toggle, .tabs .pricing .single-plan:nth-child(2) .show > button.dropdown-toggle, .show > .dropdown-toggle.btn-submit {
  color: #fff;
  background-color: #1f162a;
  border-color: #191122;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .pricing .plan-main .btn:not(:disabled):not(.disabled):active:focus, .pricing .single-plan:nth-child(2) .btn:not(:disabled):not(.disabled):active:focus, .pricing .plan-main .tabs button:not(:disabled):not(.disabled):active:focus, .tabs .pricing .plan-main button:not(:disabled):not(.disabled):active:focus, .pricing .single-plan:nth-child(2) .tabs button:not(:disabled):not(.disabled):active:focus, .tabs .pricing .single-plan:nth-child(2) button:not(:disabled):not(.disabled):active:focus, .btn-submit:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .pricing .plan-main .btn.active:not(:disabled):not(.disabled):focus, .pricing .single-plan:nth-child(2) .btn.active:not(:disabled):not(.disabled):focus, .pricing .plan-main .tabs button.active:not(:disabled):not(.disabled):focus, .tabs .pricing .plan-main button.active:not(:disabled):not(.disabled):focus, .pricing .single-plan:nth-child(2) .tabs button.active:not(:disabled):not(.disabled):focus, .tabs .pricing .single-plan:nth-child(2) button.active:not(:disabled):not(.disabled):focus, .btn-submit.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .pricing .plan-main .show > .dropdown-toggle.btn:focus, .pricing .single-plan:nth-child(2) .show > .dropdown-toggle.btn:focus, .pricing .plan-main .show > .dropdown-toggle.btn-submit:focus, .pricing .single-plan:nth-child(2) .show > .dropdown-toggle.btn-submit:focus, .pricing .plan-main .tabs .show > button.dropdown-toggle:focus, .tabs .pricing .plan-main .show > button.dropdown-toggle:focus, .pricing .single-plan:nth-child(2) .tabs .show > button.dropdown-toggle:focus, .tabs .pricing .single-plan:nth-child(2) .show > button.dropdown-toggle:focus, .show > .dropdown-toggle.btn-submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 71, 103, 0.5);
}

/* line 66, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #fb5252;
  border-color: #fb5252;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #fa2d2d;
  border-color: #fa2020;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #fa2d2d;
  border-color: #fa2020;
  box-shadow: 0 0 0 0.2rem rgba(252, 108, 108, 0.5);
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #fb5252;
  border-color: #fb5252;
}

/* line 43, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled), .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fa2020;
  border-color: #fa1414;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 108, 108, 0.5);
}

/* line 66, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #58b258;
  border-color: #58b258;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #489c48;
  border-color: #449344;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #489c48;
  border-color: #449344;
  box-shadow: 0 0 0 0.2rem rgba(113, 190, 113, 0.5);
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #58b258;
  border-color: #58b258;
}

/* line 43, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled), .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449344;
  border-color: #408a40;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(113, 190, 113, 0.5);
}

/* line 66, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #6590ff;
  border-color: #6590ff;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #3f74ff;
  border-color: #326bff;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #3f74ff;
  border-color: #326bff;
  box-shadow: 0 0 0 0.2rem rgba(124, 161, 255, 0.5);
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #6590ff;
  border-color: #6590ff;
}

/* line 43, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled), .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #326bff;
  border-color: #2562ff;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(124, 161, 255, 0.5);
}

/* line 66, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ff8b00;
  border-color: #ff8b00;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #d97600;
  border-color: #cc6f00;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #d97600;
  border-color: #cc6f00;
  box-shadow: 0 0 0 0.2rem rgba(222, 124, 6, 0.5);
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ff8b00;
  border-color: #ff8b00;
}

/* line 43, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled), .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc6f00;
  border-color: #bf6800;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 124, 6, 0.5);
}

/* line 66, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #e33e38;
  border-color: #e33e38;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #d7251e;
  border-color: #cb231d;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d7251e;
  border-color: #cb231d;
  box-shadow: 0 0 0 0.2rem rgba(231, 91, 86, 0.5);
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e33e38;
  border-color: #e33e38;
}

/* line 43, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled), .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #cb231d;
  border-color: #c0211b;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 91, 86, 0.5);
}

/* line 66, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled), .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 66, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled), .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 72, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #38274c;
  border-color: #38274c;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #38274c;
  border-color: #38274c;
}

/* line 74, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 39, 76, 0.5);
}

/* line 79, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #38274c;
  background-color: transparent;
}

/* line 85, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #38274c;
  border-color: #38274c;
}

/* line 92, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 39, 76, 0.5);
}

/* line 72, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #fb5252;
  border-color: #fb5252;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #fb5252;
  border-color: #fb5252;
}

/* line 74, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 82, 82, 0.5);
}

/* line 79, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fb5252;
  background-color: transparent;
}

/* line 85, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled), .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fb5252;
  border-color: #fb5252;
}

/* line 92, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 82, 82, 0.5);
}

/* line 72, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #58b258;
  border-color: #58b258;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #58b258;
  border-color: #58b258;
}

/* line 74, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 178, 88, 0.5);
}

/* line 79, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #58b258;
  background-color: transparent;
}

/* line 85, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled), .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #58b258;
  border-color: #58b258;
}

/* line 92, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 178, 88, 0.5);
}

/* line 72, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #6590ff;
  border-color: #6590ff;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #6590ff;
  border-color: #6590ff;
}

/* line 74, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 144, 255, 0.5);
}

/* line 79, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6590ff;
  background-color: transparent;
}

/* line 85, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled), .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #6590ff;
  border-color: #6590ff;
}

/* line 92, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 144, 255, 0.5);
}

/* line 72, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ff8b00;
  border-color: #ff8b00;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ff8b00;
  border-color: #ff8b00;
}

/* line 74, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 139, 0, 0.5);
}

/* line 79, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ff8b00;
  background-color: transparent;
}

/* line 85, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled), .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ff8b00;
  border-color: #ff8b00;
}

/* line 92, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 139, 0, 0.5);
}

/* line 72, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #e33e38;
  border-color: #e33e38;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e33e38;
  border-color: #e33e38;
}

/* line 74, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 62, 56, 0.5);
}

/* line 79, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e33e38;
  background-color: transparent;
}

/* line 85, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled), .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e33e38;
  border-color: #e33e38;
}

/* line 92, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 62, 56, 0.5);
}

/* line 72, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled), .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 72, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 74, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled), .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 92, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 83, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #38274c;
  text-decoration: none;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #130d19;
  text-decoration: none;
}

/* line 93, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}

/* line 98, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn, .tabs .btn-group-lg > button, .btn-group-lg > .btn-submit {
  padding: 0.688rem 1.04rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .tabs button, .btn-group-sm > .btn, .tabs .btn-group-sm > button, .btn-group-sm > .btn-submit {
  padding: 0.157rem 0.527rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
}

/* line 125, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block, .btn-submit {
  display: block;
  width: 100%;
}

/* line 130, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block, .btn-submit + .btn-block, .btn-block + .btn-submit, .btn-submit + .btn-submit {
  margin-top: 0.5rem;
}

/* line 139, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"], .btn-submit[type="submit"],
input.btn-block[type="reset"],
.btn-submit[type="reset"],
input.btn-block[type="button"],
.btn-submit[type="button"] {
  width: 100%;
}

/* line 1, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.width {
    transition: none;
  }
}

/* line 2, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #090909;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

/* line 42, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 42, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 10px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.8rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f2f2f2;
}

/* line 154, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #38274c;
}

/* line 161, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 178, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 0.8rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 0.8rem;
  color: #212529;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn, .tabs .btn-group > button, .btn-group > .btn-submit,
.btn-group-vertical > .btn,
.tabs .btn-group-vertical > button,
.btn-group-vertical > .btn-submit {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover, .tabs .btn-group > button:hover, .btn-group > .btn-submit:hover,
.btn-group-vertical > .btn:hover,
.tabs .btn-group-vertical > button:hover,
.btn-group-vertical > .btn-submit:hover {
  z-index: 1;
}

/* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .tabs .btn-group > button:focus, .btn-group > .btn-submit:focus, .btn-group > .btn:active, .tabs .btn-group > button:active, .btn-group > .btn-submit:active, .btn-group > .btn.active, .tabs .btn-group > button.active, .btn-group > .active.btn-submit,
.btn-group-vertical > .btn:focus,
.tabs .btn-group-vertical > button:focus,
.btn-group-vertical > .btn-submit:focus,
.btn-group-vertical > .btn:active,
.tabs .btn-group-vertical > button:active,
.btn-group-vertical > .btn-submit:active,
.btn-group-vertical > .btn.active,
.tabs .btn-group-vertical > button.active,
.btn-group-vertical > .active.btn-submit {
  z-index: 1;
}

/* line 28, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child), .tabs .btn-group > button:not(:first-child), .btn-group > .btn-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .tabs .btn-group > button:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.tabs .btn-group > .btn-group:not(:last-child) > button,
.btn-group > .btn-group:not(:last-child) > .btn-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child), .tabs .btn-group > button:not(:first-child), .btn-group > .btn-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.tabs .btn-group > .btn-group:not(:first-child) > button,
.btn-group > .btn-group:not(:first-child) > .btn-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5925rem;
  padding-left: 0.5925rem;
}

/* line 73, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .tabs button + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .tabs .btn-group-sm > button + .dropdown-toggle-split, .btn-group-sm > .btn-submit + .dropdown-toggle-split {
  padding-right: 0.39525rem;
  padding-left: 0.39525rem;
}

/* line 89, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .tabs .btn-group-lg > button + .dropdown-toggle-split, .btn-group-lg > .btn-submit + .dropdown-toggle-split {
  padding-right: 0.78rem;
  padding-left: 0.78rem;
}

/* line 111, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn, .tabs .btn-group-vertical > button, .btn-group-vertical > .btn-submit,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child), .tabs .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .btn-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .tabs .btn-group-vertical > button:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.tabs .btn-group-vertical > .btn-group:not(:last-child) > button,
.btn-group-vertical > .btn-group:not(:last-child) > .btn-submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child), .tabs .btn-group-vertical > button:not(:first-child), .btn-group-vertical > .btn-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.tabs .btn-group-vertical > .btn-group:not(:first-child) > button,
.btn-group-vertical > .btn-group:not(:first-child) > .btn-submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn, .tabs .btn-group-toggle > button, .btn-group-toggle > .btn-submit,
.btn-group-toggle > .btn-group > .btn,
.tabs .btn-group-toggle > .btn-group > button,
.btn-group-toggle > .btn-group > .btn-submit {
  margin-bottom: 0;
}

/* line 156, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"], .tabs .btn-group-toggle > button input[type="radio"], .btn-group-toggle > .btn-submit input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.tabs .btn-group-toggle > button input[type="checkbox"],
.btn-group-toggle > .btn-submit input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control, .select2-container--default .input-group > .select2-selection--single, .input-group > input[type="email"],
.input-group > input[type="password"],
.input-group > input[type="text"],
.input-group > input[type="number"],
.input-group > input[type="file"],
.input-group > input[type="date"],
.input-group > input[type="datetime-local"],
.input-group > input[type="month"],
.input-group > input[type="url"],
.input-group > input[type="week"],
.input-group > input[type="search"],
.input-group > input[type="tel"],
.input-group > input[type="time"],
.input-group > select,
.input-group > textarea,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control, .select2-container--default .input-group > .select2-selection--single + .form-control, .select2-container--default .input-group > .form-control + .select2-selection--single, .select2-container--default .input-group > .select2-selection--single + .select2-selection--single, .input-group > input[type="email"] + .form-control, .select2-container--default .input-group > input[type="email"] + .select2-selection--single,
.input-group > input[type="password"] + .form-control,
.select2-container--default .input-group > input[type="password"] + .select2-selection--single,
.input-group > input[type="text"] + .form-control,
.select2-container--default .input-group > input[type="text"] + .select2-selection--single,
.input-group > input[type="number"] + .form-control,
.select2-container--default .input-group > input[type="number"] + .select2-selection--single,
.input-group > input[type="file"] + .form-control,
.select2-container--default .input-group > input[type="file"] + .select2-selection--single,
.input-group > input[type="date"] + .form-control,
.select2-container--default .input-group > input[type="date"] + .select2-selection--single,
.input-group > input[type="datetime-local"] + .form-control,
.select2-container--default .input-group > input[type="datetime-local"] + .select2-selection--single,
.input-group > input[type="month"] + .form-control,
.select2-container--default .input-group > input[type="month"] + .select2-selection--single,
.input-group > input[type="url"] + .form-control,
.select2-container--default .input-group > input[type="url"] + .select2-selection--single,
.input-group > input[type="week"] + .form-control,
.select2-container--default .input-group > input[type="week"] + .select2-selection--single,
.input-group > input[type="search"] + .form-control,
.select2-container--default .input-group > input[type="search"] + .select2-selection--single,
.input-group > input[type="tel"] + .form-control,
.select2-container--default .input-group > input[type="tel"] + .select2-selection--single,
.input-group > input[type="time"] + .form-control,
.select2-container--default .input-group > input[type="time"] + .select2-selection--single,
.input-group > select + .form-control,
.select2-container--default .input-group > select + .select2-selection--single,
.input-group > textarea + .form-control,
.select2-container--default .input-group > textarea + .select2-selection--single, .input-group > .form-control + input[type="email"], .select2-container--default .input-group > .select2-selection--single + input[type="email"], .input-group > input[type="email"] + input[type="email"],
.input-group > input[type="password"] + input[type="email"],
.input-group > input[type="text"] + input[type="email"],
.input-group > input[type="number"] + input[type="email"],
.input-group > input[type="file"] + input[type="email"],
.input-group > input[type="date"] + input[type="email"],
.input-group > input[type="datetime-local"] + input[type="email"],
.input-group > input[type="month"] + input[type="email"],
.input-group > input[type="url"] + input[type="email"],
.input-group > input[type="week"] + input[type="email"],
.input-group > input[type="search"] + input[type="email"],
.input-group > input[type="tel"] + input[type="email"],
.input-group > input[type="time"] + input[type="email"],
.input-group > select + input[type="email"],
.input-group > textarea + input[type="email"],
.input-group > .form-control + input[type="password"],
.select2-container--default .input-group > .select2-selection--single + input[type="password"],
.input-group > input[type="email"] + input[type="password"],
.input-group > input[type="password"] + input[type="password"],
.input-group > input[type="text"] + input[type="password"],
.input-group > input[type="number"] + input[type="password"],
.input-group > input[type="file"] + input[type="password"],
.input-group > input[type="date"] + input[type="password"],
.input-group > input[type="datetime-local"] + input[type="password"],
.input-group > input[type="month"] + input[type="password"],
.input-group > input[type="url"] + input[type="password"],
.input-group > input[type="week"] + input[type="password"],
.input-group > input[type="search"] + input[type="password"],
.input-group > input[type="tel"] + input[type="password"],
.input-group > input[type="time"] + input[type="password"],
.input-group > select + input[type="password"],
.input-group > textarea + input[type="password"],
.input-group > .form-control + input[type="text"],
.select2-container--default .input-group > .select2-selection--single + input[type="text"],
.input-group > input[type="email"] + input[type="text"],
.input-group > input[type="password"] + input[type="text"],
.input-group > input[type="text"] + input[type="text"],
.input-group > input[type="number"] + input[type="text"],
.input-group > input[type="file"] + input[type="text"],
.input-group > input[type="date"] + input[type="text"],
.input-group > input[type="datetime-local"] + input[type="text"],
.input-group > input[type="month"] + input[type="text"],
.input-group > input[type="url"] + input[type="text"],
.input-group > input[type="week"] + input[type="text"],
.input-group > input[type="search"] + input[type="text"],
.input-group > input[type="tel"] + input[type="text"],
.input-group > input[type="time"] + input[type="text"],
.input-group > select + input[type="text"],
.input-group > textarea + input[type="text"],
.input-group > .form-control + input[type="number"],
.select2-container--default .input-group > .select2-selection--single + input[type="number"],
.input-group > input[type="email"] + input[type="number"],
.input-group > input[type="password"] + input[type="number"],
.input-group > input[type="text"] + input[type="number"],
.input-group > input[type="number"] + input[type="number"],
.input-group > input[type="file"] + input[type="number"],
.input-group > input[type="date"] + input[type="number"],
.input-group > input[type="datetime-local"] + input[type="number"],
.input-group > input[type="month"] + input[type="number"],
.input-group > input[type="url"] + input[type="number"],
.input-group > input[type="week"] + input[type="number"],
.input-group > input[type="search"] + input[type="number"],
.input-group > input[type="tel"] + input[type="number"],
.input-group > input[type="time"] + input[type="number"],
.input-group > select + input[type="number"],
.input-group > textarea + input[type="number"],
.input-group > .form-control + input[type="file"],
.select2-container--default .input-group > .select2-selection--single + input[type="file"],
.input-group > input[type="email"] + input[type="file"],
.input-group > input[type="password"] + input[type="file"],
.input-group > input[type="text"] + input[type="file"],
.input-group > input[type="number"] + input[type="file"],
.input-group > input[type="file"] + input[type="file"],
.input-group > input[type="date"] + input[type="file"],
.input-group > input[type="datetime-local"] + input[type="file"],
.input-group > input[type="month"] + input[type="file"],
.input-group > input[type="url"] + input[type="file"],
.input-group > input[type="week"] + input[type="file"],
.input-group > input[type="search"] + input[type="file"],
.input-group > input[type="tel"] + input[type="file"],
.input-group > input[type="time"] + input[type="file"],
.input-group > select + input[type="file"],
.input-group > textarea + input[type="file"],
.input-group > .form-control + input[type="date"],
.select2-container--default .input-group > .select2-selection--single + input[type="date"],
.input-group > input[type="email"] + input[type="date"],
.input-group > input[type="password"] + input[type="date"],
.input-group > input[type="text"] + input[type="date"],
.input-group > input[type="number"] + input[type="date"],
.input-group > input[type="file"] + input[type="date"],
.input-group > input[type="date"] + input[type="date"],
.input-group > input[type="datetime-local"] + input[type="date"],
.input-group > input[type="month"] + input[type="date"],
.input-group > input[type="url"] + input[type="date"],
.input-group > input[type="week"] + input[type="date"],
.input-group > input[type="search"] + input[type="date"],
.input-group > input[type="tel"] + input[type="date"],
.input-group > input[type="time"] + input[type="date"],
.input-group > select + input[type="date"],
.input-group > textarea + input[type="date"],
.input-group > .form-control + input[type="datetime-local"],
.select2-container--default .input-group > .select2-selection--single + input[type="datetime-local"],
.input-group > input[type="email"] + input[type="datetime-local"],
.input-group > input[type="password"] + input[type="datetime-local"],
.input-group > input[type="text"] + input[type="datetime-local"],
.input-group > input[type="number"] + input[type="datetime-local"],
.input-group > input[type="file"] + input[type="datetime-local"],
.input-group > input[type="date"] + input[type="datetime-local"],
.input-group > input[type="datetime-local"] + input[type="datetime-local"],
.input-group > input[type="month"] + input[type="datetime-local"],
.input-group > input[type="url"] + input[type="datetime-local"],
.input-group > input[type="week"] + input[type="datetime-local"],
.input-group > input[type="search"] + input[type="datetime-local"],
.input-group > input[type="tel"] + input[type="datetime-local"],
.input-group > input[type="time"] + input[type="datetime-local"],
.input-group > select + input[type="datetime-local"],
.input-group > textarea + input[type="datetime-local"],
.input-group > .form-control + input[type="month"],
.select2-container--default .input-group > .select2-selection--single + input[type="month"],
.input-group > input[type="email"] + input[type="month"],
.input-group > input[type="password"] + input[type="month"],
.input-group > input[type="text"] + input[type="month"],
.input-group > input[type="number"] + input[type="month"],
.input-group > input[type="file"] + input[type="month"],
.input-group > input[type="date"] + input[type="month"],
.input-group > input[type="datetime-local"] + input[type="month"],
.input-group > input[type="month"] + input[type="month"],
.input-group > input[type="url"] + input[type="month"],
.input-group > input[type="week"] + input[type="month"],
.input-group > input[type="search"] + input[type="month"],
.input-group > input[type="tel"] + input[type="month"],
.input-group > input[type="time"] + input[type="month"],
.input-group > select + input[type="month"],
.input-group > textarea + input[type="month"],
.input-group > .form-control + input[type="url"],
.select2-container--default .input-group > .select2-selection--single + input[type="url"],
.input-group > input[type="email"] + input[type="url"],
.input-group > input[type="password"] + input[type="url"],
.input-group > input[type="text"] + input[type="url"],
.input-group > input[type="number"] + input[type="url"],
.input-group > input[type="file"] + input[type="url"],
.input-group > input[type="date"] + input[type="url"],
.input-group > input[type="datetime-local"] + input[type="url"],
.input-group > input[type="month"] + input[type="url"],
.input-group > input[type="url"] + input[type="url"],
.input-group > input[type="week"] + input[type="url"],
.input-group > input[type="search"] + input[type="url"],
.input-group > input[type="tel"] + input[type="url"],
.input-group > input[type="time"] + input[type="url"],
.input-group > select + input[type="url"],
.input-group > textarea + input[type="url"],
.input-group > .form-control + input[type="week"],
.select2-container--default .input-group > .select2-selection--single + input[type="week"],
.input-group > input[type="email"] + input[type="week"],
.input-group > input[type="password"] + input[type="week"],
.input-group > input[type="text"] + input[type="week"],
.input-group > input[type="number"] + input[type="week"],
.input-group > input[type="file"] + input[type="week"],
.input-group > input[type="date"] + input[type="week"],
.input-group > input[type="datetime-local"] + input[type="week"],
.input-group > input[type="month"] + input[type="week"],
.input-group > input[type="url"] + input[type="week"],
.input-group > input[type="week"] + input[type="week"],
.input-group > input[type="search"] + input[type="week"],
.input-group > input[type="tel"] + input[type="week"],
.input-group > input[type="time"] + input[type="week"],
.input-group > select + input[type="week"],
.input-group > textarea + input[type="week"],
.input-group > .form-control + input[type="search"],
.select2-container--default .input-group > .select2-selection--single + input[type="search"],
.input-group > input[type="email"] + input[type="search"],
.input-group > input[type="password"] + input[type="search"],
.input-group > input[type="text"] + input[type="search"],
.input-group > input[type="number"] + input[type="search"],
.input-group > input[type="file"] + input[type="search"],
.input-group > input[type="date"] + input[type="search"],
.input-group > input[type="datetime-local"] + input[type="search"],
.input-group > input[type="month"] + input[type="search"],
.input-group > input[type="url"] + input[type="search"],
.input-group > input[type="week"] + input[type="search"],
.input-group > input[type="search"] + input[type="search"],
.input-group > input[type="tel"] + input[type="search"],
.input-group > input[type="time"] + input[type="search"],
.input-group > select + input[type="search"],
.input-group > textarea + input[type="search"],
.input-group > .form-control + input[type="tel"],
.select2-container--default .input-group > .select2-selection--single + input[type="tel"],
.input-group > input[type="email"] + input[type="tel"],
.input-group > input[type="password"] + input[type="tel"],
.input-group > input[type="text"] + input[type="tel"],
.input-group > input[type="number"] + input[type="tel"],
.input-group > input[type="file"] + input[type="tel"],
.input-group > input[type="date"] + input[type="tel"],
.input-group > input[type="datetime-local"] + input[type="tel"],
.input-group > input[type="month"] + input[type="tel"],
.input-group > input[type="url"] + input[type="tel"],
.input-group > input[type="week"] + input[type="tel"],
.input-group > input[type="search"] + input[type="tel"],
.input-group > input[type="tel"] + input[type="tel"],
.input-group > input[type="time"] + input[type="tel"],
.input-group > select + input[type="tel"],
.input-group > textarea + input[type="tel"],
.input-group > .form-control + input[type="time"],
.select2-container--default .input-group > .select2-selection--single + input[type="time"],
.input-group > input[type="email"] + input[type="time"],
.input-group > input[type="password"] + input[type="time"],
.input-group > input[type="text"] + input[type="time"],
.input-group > input[type="number"] + input[type="time"],
.input-group > input[type="file"] + input[type="time"],
.input-group > input[type="date"] + input[type="time"],
.input-group > input[type="datetime-local"] + input[type="time"],
.input-group > input[type="month"] + input[type="time"],
.input-group > input[type="url"] + input[type="time"],
.input-group > input[type="week"] + input[type="time"],
.input-group > input[type="search"] + input[type="time"],
.input-group > input[type="tel"] + input[type="time"],
.input-group > input[type="time"] + input[type="time"],
.input-group > select + input[type="time"],
.input-group > textarea + input[type="time"],
.input-group > .form-control + select,
.select2-container--default .input-group > .select2-selection--single + select,
.input-group > input[type="email"] + select,
.input-group > input[type="password"] + select,
.input-group > input[type="text"] + select,
.input-group > input[type="number"] + select,
.input-group > input[type="file"] + select,
.input-group > input[type="date"] + select,
.input-group > input[type="datetime-local"] + select,
.input-group > input[type="month"] + select,
.input-group > input[type="url"] + select,
.input-group > input[type="week"] + select,
.input-group > input[type="search"] + select,
.input-group > input[type="tel"] + select,
.input-group > input[type="time"] + select,
.input-group > select + select,
.input-group > textarea + select,
.input-group > .form-control + textarea,
.select2-container--default .input-group > .select2-selection--single + textarea,
.input-group > input[type="email"] + textarea,
.input-group > input[type="password"] + textarea,
.input-group > input[type="text"] + textarea,
.input-group > input[type="number"] + textarea,
.input-group > input[type="file"] + textarea,
.input-group > input[type="date"] + textarea,
.input-group > input[type="datetime-local"] + textarea,
.input-group > input[type="month"] + textarea,
.input-group > input[type="url"] + textarea,
.input-group > input[type="week"] + textarea,
.input-group > input[type="search"] + textarea,
.input-group > input[type="tel"] + textarea,
.input-group > input[type="time"] + textarea,
.input-group > select + textarea,
.input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.select2-container--default .input-group > .select2-selection--single + .custom-select,
.input-group > .form-control + select,
.select2-container--default .input-group > .select2-selection--single + select,
.input-group > input[type="email"] + .custom-select,
.input-group > input[type="email"] + select,
.input-group > input[type="password"] + .custom-select,
.input-group > input[type="password"] + select,
.input-group > input[type="text"] + .custom-select,
.input-group > input[type="text"] + select,
.input-group > input[type="number"] + .custom-select,
.input-group > input[type="number"] + select,
.input-group > input[type="file"] + .custom-select,
.input-group > input[type="file"] + select,
.input-group > input[type="date"] + .custom-select,
.input-group > input[type="date"] + select,
.input-group > input[type="datetime-local"] + .custom-select,
.input-group > input[type="datetime-local"] + select,
.input-group > input[type="month"] + .custom-select,
.input-group > input[type="month"] + select,
.input-group > input[type="url"] + .custom-select,
.input-group > input[type="url"] + select,
.input-group > input[type="week"] + .custom-select,
.input-group > input[type="week"] + select,
.input-group > input[type="search"] + .custom-select,
.input-group > input[type="search"] + select,
.input-group > input[type="tel"] + .custom-select,
.input-group > input[type="tel"] + select,
.input-group > input[type="time"] + .custom-select,
.input-group > input[type="time"] + select,
.input-group > select + .custom-select,
.input-group > select + select,
.input-group > textarea + .custom-select,
.input-group > textarea + select,
.input-group > .form-control + .custom-file,
.select2-container--default .input-group > .select2-selection--single + .custom-file,
.input-group > input[type="email"] + .custom-file,
.input-group > input[type="password"] + .custom-file,
.input-group > input[type="text"] + .custom-file,
.input-group > input[type="number"] + .custom-file,
.input-group > input[type="file"] + .custom-file,
.input-group > input[type="date"] + .custom-file,
.input-group > input[type="datetime-local"] + .custom-file,
.input-group > input[type="month"] + .custom-file,
.input-group > input[type="url"] + .custom-file,
.input-group > input[type="week"] + .custom-file,
.input-group > input[type="search"] + .custom-file,
.input-group > input[type="tel"] + .custom-file,
.input-group > input[type="time"] + .custom-file,
.input-group > select + .custom-file,
.input-group > textarea + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.select2-container--default .input-group > .form-control-plaintext + .select2-selection--single,
.input-group > .form-control-plaintext + input[type="email"],
.input-group > .form-control-plaintext + input[type="password"],
.input-group > .form-control-plaintext + input[type="text"],
.input-group > .form-control-plaintext + input[type="number"],
.input-group > .form-control-plaintext + input[type="file"],
.input-group > .form-control-plaintext + input[type="date"],
.input-group > .form-control-plaintext + input[type="datetime-local"],
.input-group > .form-control-plaintext + input[type="month"],
.input-group > .form-control-plaintext + input[type="url"],
.input-group > .form-control-plaintext + input[type="week"],
.input-group > .form-control-plaintext + input[type="search"],
.input-group > .form-control-plaintext + input[type="tel"],
.input-group > .form-control-plaintext + input[type="time"],
.input-group > .form-control-plaintext + select,
.input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.select2-container--default .input-group > .custom-select + .select2-selection--single,
.input-group > select + .form-control,
.select2-container--default .input-group > select + .select2-selection--single,
.input-group > .custom-select + input[type="email"],
.input-group > select + input[type="email"],
.input-group > .custom-select + input[type="password"],
.input-group > select + input[type="password"],
.input-group > .custom-select + input[type="text"],
.input-group > select + input[type="text"],
.input-group > .custom-select + input[type="number"],
.input-group > select + input[type="number"],
.input-group > .custom-select + input[type="file"],
.input-group > select + input[type="file"],
.input-group > .custom-select + input[type="date"],
.input-group > select + input[type="date"],
.input-group > .custom-select + input[type="datetime-local"],
.input-group > select + input[type="datetime-local"],
.input-group > .custom-select + input[type="month"],
.input-group > select + input[type="month"],
.input-group > .custom-select + input[type="url"],
.input-group > select + input[type="url"],
.input-group > .custom-select + input[type="week"],
.input-group > select + input[type="week"],
.input-group > .custom-select + input[type="search"],
.input-group > select + input[type="search"],
.input-group > .custom-select + input[type="tel"],
.input-group > select + input[type="tel"],
.input-group > .custom-select + input[type="time"],
.input-group > select + input[type="time"],
.input-group > .custom-select + select,
.input-group > select + select,
.input-group > .custom-select + textarea,
.input-group > select + textarea,
.input-group > .custom-select + .custom-select,
.input-group > select + .custom-select,
.input-group > .custom-select + select,
.input-group > select + select,
.input-group > .custom-select + .custom-file,
.input-group > select + .custom-file,
.input-group > .custom-file + .form-control,
.select2-container--default .input-group > .custom-file + .select2-selection--single,
.input-group > .custom-file + input[type="email"],
.input-group > .custom-file + input[type="password"],
.input-group > .custom-file + input[type="text"],
.input-group > .custom-file + input[type="number"],
.input-group > .custom-file + input[type="file"],
.input-group > .custom-file + input[type="date"],
.input-group > .custom-file + input[type="datetime-local"],
.input-group > .custom-file + input[type="month"],
.input-group > .custom-file + input[type="url"],
.input-group > .custom-file + input[type="week"],
.input-group > .custom-file + input[type="search"],
.input-group > .custom-file + input[type="tel"],
.input-group > .custom-file + input[type="time"],
.input-group > .custom-file + select,
.input-group > .custom-file + textarea,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus, .select2-container--default .input-group > .select2-selection--single:focus, .input-group > input[type="email"]:focus,
.input-group > input[type="password"]:focus,
.input-group > input[type="text"]:focus,
.input-group > input[type="number"]:focus,
.input-group > input[type="file"]:focus,
.input-group > input[type="date"]:focus,
.input-group > input[type="datetime-local"]:focus,
.input-group > input[type="month"]:focus,
.input-group > input[type="url"]:focus,
.input-group > input[type="week"]:focus,
.input-group > input[type="search"]:focus,
.input-group > input[type="tel"]:focus,
.input-group > input[type="time"]:focus,
.input-group > select:focus,
.input-group > textarea:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child), .select2-container--default .input-group > .select2-selection--single:not(:first-child), .input-group > input[type="email"]:not(:first-child),
.input-group > input[type="password"]:not(:first-child),
.input-group > input[type="text"]:not(:first-child),
.input-group > input[type="number"]:not(:first-child),
.input-group > input[type="file"]:not(:first-child),
.input-group > input[type="date"]:not(:first-child),
.input-group > input[type="datetime-local"]:not(:first-child),
.input-group > input[type="month"]:not(:first-child),
.input-group > input[type="url"]:not(:first-child),
.input-group > input[type="week"]:not(:first-child),
.input-group > input[type="search"]:not(:first-child),
.input-group > input[type="tel"]:not(:first-child),
.input-group > input[type="time"]:not(:first-child),
.input-group > select:not(:first-child),
.input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 60, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child), .select2-container--default .input-group:not(.has-validation) > .select2-selection--single:not(:last-child), .input-group:not(.has-validation) > input[type="email"]:not(:last-child),
.input-group:not(.has-validation) > input[type="password"]:not(:last-child),
.input-group:not(.has-validation) > input[type="text"]:not(:last-child),
.input-group:not(.has-validation) > input[type="number"]:not(:last-child),
.input-group:not(.has-validation) > input[type="file"]:not(:last-child),
.input-group:not(.has-validation) > input[type="date"]:not(:last-child),
.input-group:not(.has-validation) > input[type="datetime-local"]:not(:last-child),
.input-group:not(.has-validation) > input[type="month"]:not(:last-child),
.input-group:not(.has-validation) > input[type="url"]:not(:last-child),
.input-group:not(.has-validation) > input[type="week"]:not(:last-child),
.input-group:not(.has-validation) > input[type="search"]:not(:last-child),
.input-group:not(.has-validation) > input[type="tel"]:not(:last-child),
.input-group:not(.has-validation) > input[type="time"]:not(:last-child),
.input-group:not(.has-validation) > select:not(:last-child),
.input-group:not(.has-validation) > textarea:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3), .select2-container--default .input-group.has-validation > .select2-selection--single:nth-last-child(n + 3), .input-group.has-validation > input[type="email"]:nth-last-child(n + 3),
.input-group.has-validation > input[type="password"]:nth-last-child(n + 3),
.input-group.has-validation > input[type="text"]:nth-last-child(n + 3),
.input-group.has-validation > input[type="number"]:nth-last-child(n + 3),
.input-group.has-validation > input[type="file"]:nth-last-child(n + 3),
.input-group.has-validation > input[type="date"]:nth-last-child(n + 3),
.input-group.has-validation > input[type="datetime-local"]:nth-last-child(n + 3),
.input-group.has-validation > input[type="month"]:nth-last-child(n + 3),
.input-group.has-validation > input[type="url"]:nth-last-child(n + 3),
.input-group.has-validation > input[type="week"]:nth-last-child(n + 3),
.input-group.has-validation > input[type="search"]:nth-last-child(n + 3),
.input-group.has-validation > input[type="tel"]:nth-last-child(n + 3),
.input-group.has-validation > input[type="time"]:nth-last-child(n + 3),
.input-group.has-validation > select:nth-last-child(n + 3),
.input-group.has-validation > textarea:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn, .input-group-prepend .tabs button, .tabs .input-group-prepend button, .input-group-prepend .btn-submit,
.input-group-append .btn,
.input-group-append .tabs button,
.tabs .input-group-append button,
.input-group-append .btn-submit {
  position: relative;
  z-index: 2;
}

/* line 96, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus, .input-group-prepend .tabs button:focus, .tabs .input-group-prepend button:focus, .input-group-prepend .btn-submit:focus,
.input-group-append .btn:focus,
.input-group-append .tabs button:focus,
.tabs .input-group-append button:focus,
.input-group-append .btn-submit:focus {
  z-index: 3;
}

/* line 101, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn, .input-group-prepend .tabs button + .btn, .tabs .input-group-prepend button + .btn, .input-group-prepend .tabs .btn + button, .tabs .input-group-prepend .btn + button, .input-group-prepend .tabs button + button, .tabs .input-group-prepend button + button, .input-group-prepend .btn-submit + .btn, .input-group-prepend .tabs .btn-submit + button, .tabs .input-group-prepend .btn-submit + button, .input-group-prepend .btn + .btn-submit, .input-group-prepend .tabs button + .btn-submit, .tabs .input-group-prepend button + .btn-submit, .input-group-prepend .btn-submit + .btn-submit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .tabs button + .input-group-text,
.tabs .input-group-prepend button + .input-group-text,
.input-group-prepend .btn-submit + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .tabs .input-group-text + button,
.tabs .input-group-prepend .input-group-text + button,
.input-group-prepend .input-group-text + .btn-submit,
.input-group-append .btn + .btn,
.input-group-append .tabs button + .btn,
.tabs .input-group-append button + .btn,
.input-group-append .tabs .btn + button,
.tabs .input-group-append .btn + button,
.input-group-append .tabs button + button,
.tabs .input-group-append button + button,
.input-group-append .btn-submit + .btn,
.input-group-append .tabs .btn-submit + button,
.tabs .input-group-append .btn-submit + button,
.input-group-append .btn + .btn-submit,
.input-group-append .tabs button + .btn-submit,
.tabs .input-group-append button + .btn-submit,
.input-group-append .btn-submit + .btn-submit,
.input-group-append .btn + .input-group-text,
.input-group-append .tabs button + .input-group-text,
.tabs .input-group-append button + .input-group-text,
.input-group-append .btn-submit + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .tabs .input-group-text + button,
.tabs .input-group-append .input-group-text + button,
.input-group-append .input-group-text + .btn-submit {
  margin-left: -1px;
}

/* line 109, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 110, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 118, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.563rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #888888;
  text-align: center;
  white-space: nowrap;
  background-color: #f8fbff;
  border: 1px solid #c5c5c6;
  border-radius: 5px;
}

/* line 134, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea), .select2-container--default .input-group-lg > .select2-selection--single:not(textarea), .input-group-lg > input[type="email"]:not(textarea),
.input-group-lg > input[type="password"]:not(textarea),
.input-group-lg > input[type="text"]:not(textarea),
.input-group-lg > input[type="number"]:not(textarea),
.input-group-lg > input[type="file"]:not(textarea),
.input-group-lg > input[type="date"]:not(textarea),
.input-group-lg > input[type="datetime-local"]:not(textarea),
.input-group-lg > input[type="month"]:not(textarea),
.input-group-lg > input[type="url"]:not(textarea),
.input-group-lg > input[type="week"]:not(textarea),
.input-group-lg > input[type="search"]:not(textarea),
.input-group-lg > input[type="tel"]:not(textarea),
.input-group-lg > input[type="time"]:not(textarea),
.input-group-lg > select:not(textarea),
.input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.376rem + 2px);
}

/* line 151, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control, .select2-container--default .input-group-lg > .select2-selection--single, .input-group-lg > input[type="email"],
.input-group-lg > input[type="password"],
.input-group-lg > input[type="text"],
.input-group-lg > input[type="number"],
.input-group-lg > input[type="file"],
.input-group-lg > input[type="date"],
.input-group-lg > input[type="datetime-local"],
.input-group-lg > input[type="month"],
.input-group-lg > input[type="url"],
.input-group-lg > input[type="week"],
.input-group-lg > input[type="search"],
.input-group-lg > input[type="tel"],
.input-group-lg > input[type="time"],
.input-group-lg > select,
.input-group-lg > textarea,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.tabs .input-group-lg > .input-group-prepend > button,
.input-group-lg > .input-group-prepend > .btn-submit,
.input-group-lg > .input-group-append > .btn,
.tabs .input-group-lg > .input-group-append > button,
.input-group-lg > .input-group-append > .btn-submit {
  padding: 0.688rem 1.04rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 163, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea), .select2-container--default .input-group-sm > .select2-selection--single:not(textarea), .input-group-sm > input[type="email"]:not(textarea),
.input-group-sm > input[type="password"]:not(textarea),
.input-group-sm > input[type="text"]:not(textarea),
.input-group-sm > input[type="number"]:not(textarea),
.input-group-sm > input[type="file"]:not(textarea),
.input-group-sm > input[type="date"]:not(textarea),
.input-group-sm > input[type="datetime-local"]:not(textarea),
.input-group-sm > input[type="month"]:not(textarea),
.input-group-sm > input[type="url"]:not(textarea),
.input-group-sm > input[type="week"]:not(textarea),
.input-group-sm > input[type="search"]:not(textarea),
.input-group-sm > input[type="tel"]:not(textarea),
.input-group-sm > input[type="time"]:not(textarea),
.input-group-sm > select:not(textarea),
.input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.314rem + 2px);
}

/* line 168, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control, .select2-container--default .input-group-sm > .select2-selection--single, .input-group-sm > input[type="email"],
.input-group-sm > input[type="password"],
.input-group-sm > input[type="text"],
.input-group-sm > input[type="number"],
.input-group-sm > input[type="file"],
.input-group-sm > input[type="date"],
.input-group-sm > input[type="datetime-local"],
.input-group-sm > input[type="month"],
.input-group-sm > input[type="url"],
.input-group-sm > input[type="week"],
.input-group-sm > input[type="search"],
.input-group-sm > input[type="tel"],
.input-group-sm > input[type="time"],
.input-group-sm > select,
.input-group-sm > textarea,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.tabs .input-group-sm > .input-group-prepend > button,
.input-group-sm > .input-group-prepend > .btn-submit,
.input-group-sm > .input-group-append > .btn,
.tabs .input-group-sm > .input-group-append > button,
.input-group-sm > .input-group-append > .btn-submit {
  padding: 0.157rem 0.527rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
}

/* line 180, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select, .input-group-lg > select,
.input-group-sm > .custom-select,
.input-group-sm > select {
  padding-right: 2rem;
}

/* line 193, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn, .tabs .input-group > .input-group-prepend > button, .input-group > .input-group-prepend > .btn-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.tabs .input-group:not(.has-validation) > .input-group-append:not(:last-child) > button,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn-submit,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.tabs .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > button,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn-submit,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.tabs .input-group > .input-group-append:last-child > button:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .btn-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 204, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn, .tabs .input-group > .input-group-append > button, .input-group > .input-group-append > .btn-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.tabs .input-group > .input-group-prepend:not(:first-child) > button,
.input-group > .input-group-prepend:not(:first-child) > .btn-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.tabs .input-group > .input-group-prepend:first-child > button:not(:first-child),
.input-group > .input-group-prepend:first-child > .btn-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control, .checkbox,
.radio {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input, .checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.radio input[type="radio"] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before, .checkbox .custom-control-input:checked ~ label::before,
.radio .custom-control-input:checked ~ label::before, .checkbox input[type="checkbox"]:checked ~ .custom-control-label::before, .checkbox input[type="checkbox"]:checked ~ label::before,
.checkbox input[type="radio"]:checked ~ .custom-control-label::before,
.checkbox input[type="radio"]:checked ~ label::before,
.radio input[type="checkbox"]:checked ~ .custom-control-label::before,
.radio input[type="checkbox"]:checked ~ label::before,
.radio input[type="radio"]:checked ~ .custom-control-label::before,
.radio input[type="radio"]:checked ~ label::before {
  color: #fff;
  border-color: #38274c;
  background-color: #38274c;
}

/* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before, .checkbox .custom-control-input:focus ~ label::before,
.radio .custom-control-input:focus ~ label::before, .checkbox input[type="checkbox"]:focus ~ .custom-control-label::before, .checkbox input[type="checkbox"]:focus ~ label::before,
.checkbox input[type="radio"]:focus ~ .custom-control-label::before,
.checkbox input[type="radio"]:focus ~ label::before,
.radio input[type="checkbox"]:focus ~ .custom-control-label::before,
.radio input[type="checkbox"]:focus ~ label::before,
.radio input[type="radio"]:focus ~ .custom-control-label::before,
.radio input[type="radio"]:focus ~ label::before {
  box-shadow: none;
}

/* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .checkbox .custom-control-input:focus:not(:checked) ~ label::before,
.radio .custom-control-input:focus:not(:checked) ~ label::before, .checkbox input[type="checkbox"]:focus:not(:checked) ~ .custom-control-label::before, .checkbox input[type="checkbox"]:focus:not(:checked) ~ label::before,
.checkbox input[type="radio"]:focus:not(:checked) ~ .custom-control-label::before,
.checkbox input[type="radio"]:focus:not(:checked) ~ label::before,
.radio input[type="checkbox"]:focus:not(:checked) ~ .custom-control-label::before,
.radio input[type="checkbox"]:focus:not(:checked) ~ label::before,
.radio input[type="radio"]:focus:not(:checked) ~ .custom-control-label::before,
.radio input[type="radio"]:focus:not(:checked) ~ label::before {
  border-color: #7652a0;
}

/* line 52, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before, .checkbox .custom-control-input:not(:disabled):active ~ label::before,
.radio .custom-control-input:not(:disabled):active ~ label::before, .checkbox input[type="checkbox"]:not(:disabled):active ~ .custom-control-label::before, .checkbox input[type="checkbox"]:not(:disabled):active ~ label::before,
.checkbox input[type="radio"]:not(:disabled):active ~ .custom-control-label::before,
.checkbox input[type="radio"]:not(:disabled):active ~ label::before,
.radio input[type="checkbox"]:not(:disabled):active ~ .custom-control-label::before,
.radio input[type="checkbox"]:not(:disabled):active ~ label::before,
.radio input[type="radio"]:not(:disabled):active ~ .custom-control-label::before,
.radio input[type="radio"]:not(:disabled):active ~ label::before {
  color: #fff;
  background-color: #9070b6;
  border-color: #9070b6;
}

/* line 62, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .checkbox .custom-control-input[disabled] ~ label,
.radio .custom-control-input[disabled] ~ label, .checkbox input[disabled][type="checkbox"] ~ .custom-control-label, .checkbox input[disabled][type="checkbox"] ~ label,
.checkbox input[disabled][type="radio"] ~ .custom-control-label,
.checkbox input[disabled][type="radio"] ~ label,
.radio input[disabled][type="checkbox"] ~ .custom-control-label,
.radio input[disabled][type="checkbox"] ~ label,
.radio input[disabled][type="radio"] ~ .custom-control-label,
.radio input[disabled][type="radio"] ~ label, .custom-control-input:disabled ~ .custom-control-label, .checkbox .custom-control-input:disabled ~ label,
.radio .custom-control-input:disabled ~ label, .checkbox input[type="checkbox"]:disabled ~ .custom-control-label, .checkbox input[type="checkbox"]:disabled ~ label,
.checkbox input[type="radio"]:disabled ~ .custom-control-label,
.checkbox input[type="radio"]:disabled ~ label,
.radio input[type="checkbox"]:disabled ~ .custom-control-label,
.radio input[type="checkbox"]:disabled ~ label,
.radio input[type="radio"]:disabled ~ .custom-control-label,
.radio input[type="radio"]:disabled ~ label {
  color: #6c757d;
}

/* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .checkbox .custom-control-input[disabled] ~ label::before,
.radio .custom-control-input[disabled] ~ label::before, .checkbox input[disabled][type="checkbox"] ~ .custom-control-label::before, .checkbox input[disabled][type="checkbox"] ~ label::before,
.checkbox input[disabled][type="radio"] ~ .custom-control-label::before,
.checkbox input[disabled][type="radio"] ~ label::before,
.radio input[disabled][type="checkbox"] ~ .custom-control-label::before,
.radio input[disabled][type="checkbox"] ~ label::before,
.radio input[disabled][type="radio"] ~ .custom-control-label::before,
.radio input[disabled][type="radio"] ~ label::before, .custom-control-input:disabled ~ .custom-control-label::before, .checkbox .custom-control-input:disabled ~ label::before,
.radio .custom-control-input:disabled ~ label::before, .checkbox input[type="checkbox"]:disabled ~ .custom-control-label::before, .checkbox input[type="checkbox"]:disabled ~ label::before,
.checkbox input[type="radio"]:disabled ~ .custom-control-label::before,
.checkbox input[type="radio"]:disabled ~ label::before,
.radio input[type="checkbox"]:disabled ~ .custom-control-label::before,
.radio input[type="checkbox"]:disabled ~ label::before,
.radio input[type="radio"]:disabled ~ .custom-control-label::before,
.radio input[type="radio"]:disabled ~ label::before {
  background-color: #e9ecef;
}

/* line 76, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label, .checkbox label,
.radio label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before, .checkbox label::before,
.radio label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #c5c5c6;
}

/* line 99, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after, .checkbox label::after,
.radio label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before, .checkbox .custom-control-label::before, .custom-checkbox .checkbox label::before, .checkbox .checkbox label::before, .checkbox .custom-checkbox label::before,
.custom-checkbox .radio label::before,
.checkbox .radio label::before,
.radio .custom-checkbox label::before,
.radio .checkbox label::before {
  border-radius: 5px;
}

/* line 122, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .checkbox .custom-control-input:checked ~ .custom-control-label::after, .custom-checkbox .checkbox .custom-control-input:checked ~ label::after, .checkbox .checkbox .custom-control-input:checked ~ label::after, .checkbox .custom-checkbox .custom-control-input:checked ~ label::after,
.custom-checkbox .radio .custom-control-input:checked ~ label::after,
.checkbox .radio .custom-control-input:checked ~ label::after,
.radio .custom-checkbox .custom-control-input:checked ~ label::after,
.radio .checkbox .custom-control-input:checked ~ label::after, .custom-checkbox .checkbox input[type="checkbox"]:checked ~ .custom-control-label::after, .checkbox .checkbox input[type="checkbox"]:checked ~ .custom-control-label::after, .custom-checkbox .checkbox input[type="checkbox"]:checked ~ label::after, .checkbox .checkbox input[type="checkbox"]:checked ~ label::after, .checkbox .custom-checkbox input[type="checkbox"]:checked ~ .custom-control-label::after, .checkbox .custom-checkbox input[type="checkbox"]:checked ~ label::after,
.custom-checkbox .checkbox input[type="radio"]:checked ~ .custom-control-label::after,
.checkbox .checkbox input[type="radio"]:checked ~ .custom-control-label::after,
.custom-checkbox .checkbox input[type="radio"]:checked ~ label::after,
.checkbox .checkbox input[type="radio"]:checked ~ label::after,
.checkbox .custom-checkbox input[type="radio"]:checked ~ .custom-control-label::after,
.checkbox .custom-checkbox input[type="radio"]:checked ~ label::after,
.custom-checkbox .radio input[type="checkbox"]:checked ~ .custom-control-label::after,
.checkbox .radio input[type="checkbox"]:checked ~ .custom-control-label::after,
.custom-checkbox .radio input[type="checkbox"]:checked ~ label::after,
.checkbox .radio input[type="checkbox"]:checked ~ label::after,
.radio .custom-checkbox input[type="checkbox"]:checked ~ .custom-control-label::after,
.radio .checkbox input[type="checkbox"]:checked ~ .custom-control-label::after,
.radio .custom-checkbox input[type="checkbox"]:checked ~ label::after,
.radio .checkbox input[type="checkbox"]:checked ~ label::after,
.custom-checkbox .radio input[type="radio"]:checked ~ .custom-control-label::after,
.checkbox .radio input[type="radio"]:checked ~ .custom-control-label::after,
.custom-checkbox .radio input[type="radio"]:checked ~ label::after,
.checkbox .radio input[type="radio"]:checked ~ label::after,
.radio .custom-checkbox input[type="radio"]:checked ~ .custom-control-label::after,
.radio .checkbox input[type="radio"]:checked ~ .custom-control-label::after,
.radio .custom-checkbox input[type="radio"]:checked ~ label::after,
.radio .checkbox input[type="radio"]:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .custom-checkbox .checkbox .custom-control-input:indeterminate ~ label::before, .checkbox .checkbox .custom-control-input:indeterminate ~ label::before, .checkbox .custom-checkbox .custom-control-input:indeterminate ~ label::before,
.custom-checkbox .radio .custom-control-input:indeterminate ~ label::before,
.checkbox .radio .custom-control-input:indeterminate ~ label::before,
.radio .custom-checkbox .custom-control-input:indeterminate ~ label::before,
.radio .checkbox .custom-control-input:indeterminate ~ label::before, .custom-checkbox .checkbox input[type="checkbox"]:indeterminate ~ .custom-control-label::before, .checkbox .checkbox input[type="checkbox"]:indeterminate ~ .custom-control-label::before, .custom-checkbox .checkbox input[type="checkbox"]:indeterminate ~ label::before, .checkbox .checkbox input[type="checkbox"]:indeterminate ~ label::before, .checkbox .custom-checkbox input[type="checkbox"]:indeterminate ~ .custom-control-label::before, .checkbox .custom-checkbox input[type="checkbox"]:indeterminate ~ label::before,
.custom-checkbox .checkbox input[type="radio"]:indeterminate ~ .custom-control-label::before,
.checkbox .checkbox input[type="radio"]:indeterminate ~ .custom-control-label::before,
.custom-checkbox .checkbox input[type="radio"]:indeterminate ~ label::before,
.checkbox .checkbox input[type="radio"]:indeterminate ~ label::before,
.checkbox .custom-checkbox input[type="radio"]:indeterminate ~ .custom-control-label::before,
.checkbox .custom-checkbox input[type="radio"]:indeterminate ~ label::before,
.custom-checkbox .radio input[type="checkbox"]:indeterminate ~ .custom-control-label::before,
.checkbox .radio input[type="checkbox"]:indeterminate ~ .custom-control-label::before,
.custom-checkbox .radio input[type="checkbox"]:indeterminate ~ label::before,
.checkbox .radio input[type="checkbox"]:indeterminate ~ label::before,
.radio .custom-checkbox input[type="checkbox"]:indeterminate ~ .custom-control-label::before,
.radio .checkbox input[type="checkbox"]:indeterminate ~ .custom-control-label::before,
.radio .custom-checkbox input[type="checkbox"]:indeterminate ~ label::before,
.radio .checkbox input[type="checkbox"]:indeterminate ~ label::before,
.custom-checkbox .radio input[type="radio"]:indeterminate ~ .custom-control-label::before,
.checkbox .radio input[type="radio"]:indeterminate ~ .custom-control-label::before,
.custom-checkbox .radio input[type="radio"]:indeterminate ~ label::before,
.checkbox .radio input[type="radio"]:indeterminate ~ label::before,
.radio .custom-checkbox input[type="radio"]:indeterminate ~ .custom-control-label::before,
.radio .checkbox input[type="radio"]:indeterminate ~ .custom-control-label::before,
.radio .custom-checkbox input[type="radio"]:indeterminate ~ label::before,
.radio .checkbox input[type="radio"]:indeterminate ~ label::before {
  border-color: #38274c;
  background-color: #38274c;
}

/* line 133, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .custom-checkbox .checkbox .custom-control-input:indeterminate ~ label::after, .checkbox .checkbox .custom-control-input:indeterminate ~ label::after, .checkbox .custom-checkbox .custom-control-input:indeterminate ~ label::after,
.custom-checkbox .radio .custom-control-input:indeterminate ~ label::after,
.checkbox .radio .custom-control-input:indeterminate ~ label::after,
.radio .custom-checkbox .custom-control-input:indeterminate ~ label::after,
.radio .checkbox .custom-control-input:indeterminate ~ label::after, .custom-checkbox .checkbox input[type="checkbox"]:indeterminate ~ .custom-control-label::after, .checkbox .checkbox input[type="checkbox"]:indeterminate ~ .custom-control-label::after, .custom-checkbox .checkbox input[type="checkbox"]:indeterminate ~ label::after, .checkbox .checkbox input[type="checkbox"]:indeterminate ~ label::after, .checkbox .custom-checkbox input[type="checkbox"]:indeterminate ~ .custom-control-label::after, .checkbox .custom-checkbox input[type="checkbox"]:indeterminate ~ label::after,
.custom-checkbox .checkbox input[type="radio"]:indeterminate ~ .custom-control-label::after,
.checkbox .checkbox input[type="radio"]:indeterminate ~ .custom-control-label::after,
.custom-checkbox .checkbox input[type="radio"]:indeterminate ~ label::after,
.checkbox .checkbox input[type="radio"]:indeterminate ~ label::after,
.checkbox .custom-checkbox input[type="radio"]:indeterminate ~ .custom-control-label::after,
.checkbox .custom-checkbox input[type="radio"]:indeterminate ~ label::after,
.custom-checkbox .radio input[type="checkbox"]:indeterminate ~ .custom-control-label::after,
.checkbox .radio input[type="checkbox"]:indeterminate ~ .custom-control-label::after,
.custom-checkbox .radio input[type="checkbox"]:indeterminate ~ label::after,
.checkbox .radio input[type="checkbox"]:indeterminate ~ label::after,
.radio .custom-checkbox input[type="checkbox"]:indeterminate ~ .custom-control-label::after,
.radio .checkbox input[type="checkbox"]:indeterminate ~ .custom-control-label::after,
.radio .custom-checkbox input[type="checkbox"]:indeterminate ~ label::after,
.radio .checkbox input[type="checkbox"]:indeterminate ~ label::after,
.custom-checkbox .radio input[type="radio"]:indeterminate ~ .custom-control-label::after,
.checkbox .radio input[type="radio"]:indeterminate ~ .custom-control-label::after,
.custom-checkbox .radio input[type="radio"]:indeterminate ~ label::after,
.checkbox .radio input[type="radio"]:indeterminate ~ label::after,
.radio .custom-checkbox input[type="radio"]:indeterminate ~ .custom-control-label::after,
.radio .checkbox input[type="radio"]:indeterminate ~ .custom-control-label::after,
.radio .custom-checkbox input[type="radio"]:indeterminate ~ label::after,
.radio .checkbox input[type="radio"]:indeterminate ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .checkbox .custom-control-input:disabled:checked ~ label::before, .checkbox .checkbox .custom-control-input:disabled:checked ~ label::before, .checkbox .custom-checkbox .custom-control-input:disabled:checked ~ label::before,
.custom-checkbox .radio .custom-control-input:disabled:checked ~ label::before,
.checkbox .radio .custom-control-input:disabled:checked ~ label::before,
.radio .custom-checkbox .custom-control-input:disabled:checked ~ label::before,
.radio .checkbox .custom-control-input:disabled:checked ~ label::before, .custom-checkbox .checkbox input[type="checkbox"]:disabled:checked ~ .custom-control-label::before, .checkbox .checkbox input[type="checkbox"]:disabled:checked ~ .custom-control-label::before, .custom-checkbox .checkbox input[type="checkbox"]:disabled:checked ~ label::before, .checkbox .checkbox input[type="checkbox"]:disabled:checked ~ label::before, .checkbox .custom-checkbox input[type="checkbox"]:disabled:checked ~ .custom-control-label::before, .checkbox .custom-checkbox input[type="checkbox"]:disabled:checked ~ label::before,
.custom-checkbox .checkbox input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.checkbox .checkbox input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.custom-checkbox .checkbox input[type="radio"]:disabled:checked ~ label::before,
.checkbox .checkbox input[type="radio"]:disabled:checked ~ label::before,
.checkbox .custom-checkbox input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.checkbox .custom-checkbox input[type="radio"]:disabled:checked ~ label::before,
.custom-checkbox .radio input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.checkbox .radio input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.custom-checkbox .radio input[type="checkbox"]:disabled:checked ~ label::before,
.checkbox .radio input[type="checkbox"]:disabled:checked ~ label::before,
.radio .custom-checkbox input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.radio .checkbox input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.radio .custom-checkbox input[type="checkbox"]:disabled:checked ~ label::before,
.radio .checkbox input[type="checkbox"]:disabled:checked ~ label::before,
.custom-checkbox .radio input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.checkbox .radio input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.custom-checkbox .radio input[type="radio"]:disabled:checked ~ label::before,
.checkbox .radio input[type="radio"]:disabled:checked ~ label::before,
.radio .custom-checkbox input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.radio .checkbox input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.radio .custom-checkbox input[type="radio"]:disabled:checked ~ label::before,
.radio .checkbox input[type="radio"]:disabled:checked ~ label::before {
  background-color: rgba(56, 39, 76, 0.5);
}

/* line 142, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .checkbox .custom-control-input:disabled:indeterminate ~ label::before, .checkbox .checkbox .custom-control-input:disabled:indeterminate ~ label::before, .checkbox .custom-checkbox .custom-control-input:disabled:indeterminate ~ label::before,
.custom-checkbox .radio .custom-control-input:disabled:indeterminate ~ label::before,
.checkbox .radio .custom-control-input:disabled:indeterminate ~ label::before,
.radio .custom-checkbox .custom-control-input:disabled:indeterminate ~ label::before,
.radio .checkbox .custom-control-input:disabled:indeterminate ~ label::before, .custom-checkbox .checkbox input[type="checkbox"]:disabled:indeterminate ~ .custom-control-label::before, .checkbox .checkbox input[type="checkbox"]:disabled:indeterminate ~ .custom-control-label::before, .custom-checkbox .checkbox input[type="checkbox"]:disabled:indeterminate ~ label::before, .checkbox .checkbox input[type="checkbox"]:disabled:indeterminate ~ label::before, .checkbox .custom-checkbox input[type="checkbox"]:disabled:indeterminate ~ .custom-control-label::before, .checkbox .custom-checkbox input[type="checkbox"]:disabled:indeterminate ~ label::before,
.custom-checkbox .checkbox input[type="radio"]:disabled:indeterminate ~ .custom-control-label::before,
.checkbox .checkbox input[type="radio"]:disabled:indeterminate ~ .custom-control-label::before,
.custom-checkbox .checkbox input[type="radio"]:disabled:indeterminate ~ label::before,
.checkbox .checkbox input[type="radio"]:disabled:indeterminate ~ label::before,
.checkbox .custom-checkbox input[type="radio"]:disabled:indeterminate ~ .custom-control-label::before,
.checkbox .custom-checkbox input[type="radio"]:disabled:indeterminate ~ label::before,
.custom-checkbox .radio input[type="checkbox"]:disabled:indeterminate ~ .custom-control-label::before,
.checkbox .radio input[type="checkbox"]:disabled:indeterminate ~ .custom-control-label::before,
.custom-checkbox .radio input[type="checkbox"]:disabled:indeterminate ~ label::before,
.checkbox .radio input[type="checkbox"]:disabled:indeterminate ~ label::before,
.radio .custom-checkbox input[type="checkbox"]:disabled:indeterminate ~ .custom-control-label::before,
.radio .checkbox input[type="checkbox"]:disabled:indeterminate ~ .custom-control-label::before,
.radio .custom-checkbox input[type="checkbox"]:disabled:indeterminate ~ label::before,
.radio .checkbox input[type="checkbox"]:disabled:indeterminate ~ label::before,
.custom-checkbox .radio input[type="radio"]:disabled:indeterminate ~ .custom-control-label::before,
.checkbox .radio input[type="radio"]:disabled:indeterminate ~ .custom-control-label::before,
.custom-checkbox .radio input[type="radio"]:disabled:indeterminate ~ label::before,
.checkbox .radio input[type="radio"]:disabled:indeterminate ~ label::before,
.radio .custom-checkbox input[type="radio"]:disabled:indeterminate ~ .custom-control-label::before,
.radio .checkbox input[type="radio"]:disabled:indeterminate ~ .custom-control-label::before,
.radio .custom-checkbox input[type="radio"]:disabled:indeterminate ~ label::before,
.radio .checkbox input[type="radio"]:disabled:indeterminate ~ label::before {
  background-color: rgba(56, 39, 76, 0.5);
}

/* line 153, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before, .radio .custom-control-label::before, .custom-radio .checkbox label::before, .radio .checkbox label::before, .checkbox .custom-radio label::before, .checkbox .radio label::before,
.custom-radio .radio label::before,
.radio .radio label::before,
.radio .custom-radio label::before {
  border-radius: 50%;
}

/* line 159, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after, .radio .custom-control-input:checked ~ .custom-control-label::after, .custom-radio .checkbox .custom-control-input:checked ~ label::after, .radio .checkbox .custom-control-input:checked ~ label::after, .checkbox .custom-radio .custom-control-input:checked ~ label::after, .checkbox .radio .custom-control-input:checked ~ label::after,
.custom-radio .radio .custom-control-input:checked ~ label::after,
.radio .radio .custom-control-input:checked ~ label::after,
.radio .custom-radio .custom-control-input:checked ~ label::after, .custom-radio .checkbox input[type="checkbox"]:checked ~ .custom-control-label::after, .radio .checkbox input[type="checkbox"]:checked ~ .custom-control-label::after, .custom-radio .checkbox input[type="checkbox"]:checked ~ label::after, .radio .checkbox input[type="checkbox"]:checked ~ label::after, .checkbox .custom-radio input[type="checkbox"]:checked ~ .custom-control-label::after, .checkbox .radio input[type="checkbox"]:checked ~ .custom-control-label::after, .checkbox .custom-radio input[type="checkbox"]:checked ~ label::after, .checkbox .radio input[type="checkbox"]:checked ~ label::after,
.custom-radio .checkbox input[type="radio"]:checked ~ .custom-control-label::after,
.radio .checkbox input[type="radio"]:checked ~ .custom-control-label::after,
.custom-radio .checkbox input[type="radio"]:checked ~ label::after,
.radio .checkbox input[type="radio"]:checked ~ label::after,
.checkbox .custom-radio input[type="radio"]:checked ~ .custom-control-label::after,
.checkbox .radio input[type="radio"]:checked ~ .custom-control-label::after,
.checkbox .custom-radio input[type="radio"]:checked ~ label::after,
.checkbox .radio input[type="radio"]:checked ~ label::after,
.custom-radio .radio input[type="checkbox"]:checked ~ .custom-control-label::after,
.radio .radio input[type="checkbox"]:checked ~ .custom-control-label::after,
.custom-radio .radio input[type="checkbox"]:checked ~ label::after,
.radio .radio input[type="checkbox"]:checked ~ label::after,
.radio .custom-radio input[type="checkbox"]:checked ~ .custom-control-label::after,
.radio .custom-radio input[type="checkbox"]:checked ~ label::after,
.custom-radio .radio input[type="radio"]:checked ~ .custom-control-label::after,
.radio .radio input[type="radio"]:checked ~ .custom-control-label::after,
.custom-radio .radio input[type="radio"]:checked ~ label::after,
.radio .radio input[type="radio"]:checked ~ label::after,
.radio .custom-radio input[type="radio"]:checked ~ .custom-control-label::after,
.radio .custom-radio input[type="radio"]:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 165, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-radio .checkbox .custom-control-input:disabled:checked ~ label::before, .radio .checkbox .custom-control-input:disabled:checked ~ label::before, .checkbox .custom-radio .custom-control-input:disabled:checked ~ label::before, .checkbox .radio .custom-control-input:disabled:checked ~ label::before,
.custom-radio .radio .custom-control-input:disabled:checked ~ label::before,
.radio .radio .custom-control-input:disabled:checked ~ label::before,
.radio .custom-radio .custom-control-input:disabled:checked ~ label::before, .custom-radio .checkbox input[type="checkbox"]:disabled:checked ~ .custom-control-label::before, .radio .checkbox input[type="checkbox"]:disabled:checked ~ .custom-control-label::before, .custom-radio .checkbox input[type="checkbox"]:disabled:checked ~ label::before, .radio .checkbox input[type="checkbox"]:disabled:checked ~ label::before, .checkbox .custom-radio input[type="checkbox"]:disabled:checked ~ .custom-control-label::before, .checkbox .radio input[type="checkbox"]:disabled:checked ~ .custom-control-label::before, .checkbox .custom-radio input[type="checkbox"]:disabled:checked ~ label::before, .checkbox .radio input[type="checkbox"]:disabled:checked ~ label::before,
.custom-radio .checkbox input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.radio .checkbox input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.custom-radio .checkbox input[type="radio"]:disabled:checked ~ label::before,
.radio .checkbox input[type="radio"]:disabled:checked ~ label::before,
.checkbox .custom-radio input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.checkbox .radio input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.checkbox .custom-radio input[type="radio"]:disabled:checked ~ label::before,
.checkbox .radio input[type="radio"]:disabled:checked ~ label::before,
.custom-radio .radio input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.radio .radio input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.custom-radio .radio input[type="checkbox"]:disabled:checked ~ label::before,
.radio .radio input[type="checkbox"]:disabled:checked ~ label::before,
.radio .custom-radio input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.radio .custom-radio input[type="checkbox"]:disabled:checked ~ label::before,
.custom-radio .radio input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.radio .radio input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.custom-radio .radio input[type="radio"]:disabled:checked ~ label::before,
.radio .radio input[type="radio"]:disabled:checked ~ label::before,
.radio .custom-radio input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.radio .custom-radio input[type="radio"]:disabled:checked ~ label::before {
  background-color: rgba(56, 39, 76, 0.5);
}

/* line 176, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before, .custom-switch .checkbox label::before, .checkbox .custom-switch label::before,
.custom-switch .radio label::before,
.radio .custom-switch label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after, .custom-switch .checkbox label::after, .checkbox .custom-switch label::after,
.custom-switch .radio label::after,
.radio .custom-switch label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #c5c5c6;
  border-radius: 0.5rem;
  transition: transform 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) {
  /* line 188, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after, .custom-switch .checkbox label::after, .checkbox .custom-switch label::after,
.custom-switch .radio label::after,
.radio .custom-switch label::after {
    transition: none;
  }
}

/* line 201, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after, .custom-switch .checkbox .custom-control-input:checked ~ label::after, .checkbox .custom-switch .custom-control-input:checked ~ label::after,
.custom-switch .radio .custom-control-input:checked ~ label::after,
.radio .custom-switch .custom-control-input:checked ~ label::after, .custom-switch .checkbox input[type="checkbox"]:checked ~ .custom-control-label::after, .custom-switch .checkbox input[type="checkbox"]:checked ~ label::after, .checkbox .custom-switch input[type="checkbox"]:checked ~ .custom-control-label::after, .checkbox .custom-switch input[type="checkbox"]:checked ~ label::after,
.custom-switch .checkbox input[type="radio"]:checked ~ .custom-control-label::after,
.custom-switch .checkbox input[type="radio"]:checked ~ label::after,
.checkbox .custom-switch input[type="radio"]:checked ~ .custom-control-label::after,
.checkbox .custom-switch input[type="radio"]:checked ~ label::after,
.custom-switch .radio input[type="checkbox"]:checked ~ .custom-control-label::after,
.custom-switch .radio input[type="checkbox"]:checked ~ label::after,
.radio .custom-switch input[type="checkbox"]:checked ~ .custom-control-label::after,
.radio .custom-switch input[type="checkbox"]:checked ~ label::after,
.custom-switch .radio input[type="radio"]:checked ~ .custom-control-label::after,
.custom-switch .radio input[type="radio"]:checked ~ label::after,
.radio .custom-switch input[type="radio"]:checked ~ .custom-control-label::after,
.radio .custom-switch input[type="radio"]:checked ~ label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-switch .checkbox .custom-control-input:disabled:checked ~ label::before, .checkbox .custom-switch .custom-control-input:disabled:checked ~ label::before,
.custom-switch .radio .custom-control-input:disabled:checked ~ label::before,
.radio .custom-switch .custom-control-input:disabled:checked ~ label::before, .custom-switch .checkbox input[type="checkbox"]:disabled:checked ~ .custom-control-label::before, .custom-switch .checkbox input[type="checkbox"]:disabled:checked ~ label::before, .checkbox .custom-switch input[type="checkbox"]:disabled:checked ~ .custom-control-label::before, .checkbox .custom-switch input[type="checkbox"]:disabled:checked ~ label::before,
.custom-switch .checkbox input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.custom-switch .checkbox input[type="radio"]:disabled:checked ~ label::before,
.checkbox .custom-switch input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.checkbox .custom-switch input[type="radio"]:disabled:checked ~ label::before,
.custom-switch .radio input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.custom-switch .radio input[type="checkbox"]:disabled:checked ~ label::before,
.radio .custom-switch input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.radio .custom-switch input[type="checkbox"]:disabled:checked ~ label::before,
.custom-switch .radio input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.custom-switch .radio input[type="radio"]:disabled:checked ~ label::before,
.radio .custom-switch input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.radio .custom-switch input[type="radio"]:disabled:checked ~ label::before {
  background-color: rgba(56, 39, 76, 0.5);
}

/* line 221, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select, select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.126rem + 2px);
  padding: 0.563rem 2rem 0.563rem 1rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #090909;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
  border: 1px solid #c5c5c6;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 238, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus, select:focus {
  border-color: #7652a0;
  outline: 0;
  box-shadow: none;
}

/* line 248, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value, select:focus::-ms-value {
  color: #090909;
  background-color: #fff;
}

/* line 259, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], select[multiple], .custom-select[size]:not([size="1"]), select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}

/* line 266, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled, select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand, select::-ms-expand {
  display: none;
}

/* line 277, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring, select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #090909;
}

/* line 283, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.314rem + 2px);
  padding-top: 0.157rem;
  padding-bottom: 0.157rem;
  padding-left: 0.527rem;
  font-size: 0.875rem;
}

/* line 291, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1.376rem + 2px);
  padding-top: 0.688rem;
  padding-bottom: 0.688rem;
  padding-left: 1.04rem;
  font-size: 1rem;
}

/* line 304, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.126rem + 2px);
  margin-bottom: 0;
}

/* line 312, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.126rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #7652a0;
  box-shadow: none;
}

/* line 327, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.126rem + 2px);
  padding: 0.563rem 1rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #090909;
  background-color: #fff;
  border: 1px solid #c5c5c6;
  border-radius: 5px;
}

/* line 361, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.126rem);
  padding: 0.563rem 1rem;
  line-height: 1.5;
  color: #090909;
  content: "Browse";
  background-color: #f8fbff;
  border-left: inherit;
  border-radius: 0 5px 5px 0;
}

/* line 385, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 392, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}

/* line 397, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f6f8fa, none;
}

/* line 398, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f6f8fa, none;
}

/* line 399, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f6f8fa, none;
}

/* line 402, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #38274c;
  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) {
  /* line 406, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 417, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #9070b6;
}

/* line 422, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #38274c;
  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) {
  /* line 433, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 443, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #9070b6;
}

/* line 448, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 459, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #38274c;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 459, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 472, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #9070b6;
}

/* line 477, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 488, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before, .checkbox label::before,
.radio label::before,
.custom-file-label,
.custom-select,
select {
  transition: 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) {
  /* line 522, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before, .checkbox label::before,
.radio label::before,
.custom-file-label,
.custom-select,
select {
    transition: none;
  }
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f6f8fa;
  border-color: #dee2e6 #dee2e6 #f6f8fa;
}

/* line 64, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 5px;
}

/* line 84, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #38274c;
}

/* line 97, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 105, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 119, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 122, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 12.5px 20px;
}

/* line 28, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 20px;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 154, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 191, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  /* line 206, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 191, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  /* line 206, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 154, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 191, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  /* line 206, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 154, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 191, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  /* line 206, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 156, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  /* line 154, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 184, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* line 191, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-sm,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  /* line 206, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

/* line 154, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 10px;
  padding-left: 10px;
}

/* line 191, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}

/* line 206, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: #38274c;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #38274c;
}

/* line 241, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: #090909;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #38274c;
}

/* line 248, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #38274c;
}

/* line 261, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: #090909;
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 266, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23090909' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 270, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: #090909;
}

/* line 272, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: #38274c;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #38274c;
}

/* line 284, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 293, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 300, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 313, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 318, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 322, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 5px;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #fff;
}

/* line 90, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: 4px 4px 0 0;
}

/* line 95, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #fff;
}

/* line 101, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 111, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 4px;
}

/* line 134, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 146, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 155, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}

/* line 269, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 272, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 5px;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 5px;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #38274c;
  background-color: #fff;
  border: 1px solid #c5c5c6;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #130d19;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

/* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 41, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 46, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #38274c;
  border-color: #38274c;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  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) {
  /* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 25, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge, .tabs button .badge, .btn-submit .badge {
  position: relative;
  top: -1px;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #38274c;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #1f162a;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 39, 76, 0.5);
}

/* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #fb5252;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #fa2020;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 82, 82, 0.5);
}

/* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #58b258;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #449344;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(88, 178, 88, 0.5);
}

/* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #6590ff;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #326bff;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(101, 144, 255, 0.5);
}

/* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ff8b00;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #cc6f00;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 139, 0, 0.5);
}

/* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #e33e38;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #cb231d;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 62, 56, 0.5);
}

/* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 5px;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #1d1428;
  background-color: #d7d4db;
  border-color: #c7c3cd;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #bab5c1;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #040306;
}

/* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #832b2b;
  background-color: #fedcdc;
  border-color: #fecfcf;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #fdb6b6;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #5d1e1e;
}

/* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #2e5d2e;
  background-color: #def0de;
  border-color: #d0e9d0;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #bfe1bf;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #1d3b1d;
}

/* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #354b85;
  background-color: #e0e9ff;
  border-color: #d4e0ff;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #bbceff;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #263661;
}

/* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #854800;
  background-color: #ffe8cc;
  border-color: #ffdfb8;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffd49f;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #522c00;
}

/* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #76201d;
  background-color: #f9d8d7;
  border-color: #f7c9c7;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f4b3b1;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #4d1513;
}

/* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 9, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 5px;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #38274c;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 5px;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #090909;
  background-color: #e9ecef;
}

/* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #38274c;
  border-color: #38274c;
}

/* line 77, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 100, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
}

/* line 105, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
}

/* line 110, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  /* line 105, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  /* line 105, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 96, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  /* line 105, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 96, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  /* line 105, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 96, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 100, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  /* line 105, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  /* line 110, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 137, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #1d1428;
  background-color: #c7c3cd;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #1d1428;
  background-color: #bab5c1;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1d1428;
  border-color: #1d1428;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #832b2b;
  background-color: #fecfcf;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #832b2b;
  background-color: #fdb6b6;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #832b2b;
  border-color: #832b2b;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #2e5d2e;
  background-color: #d0e9d0;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #2e5d2e;
  background-color: #bfe1bf;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #2e5d2e;
  border-color: #2e5d2e;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #354b85;
  background-color: #d4e0ff;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #354b85;
  background-color: #bbceff;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #354b85;
  border-color: #354b85;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #854800;
  background-color: #ffdfb8;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #854800;
  background-color: #ffd49f;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #854800;
  border-color: #854800;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #76201d;
  background-color: #f7c9c7;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #76201d;
  background-color: #f4b3b1;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #76201d;
  border-color: #76201d;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

@media (max-width: 1200px) {
  /* line 1, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
  .close {
    font-size: calc(1.05rem + 0.6vw) ;
  }
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}

/* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered, .modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before, .modal-dialog::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 91, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable, .modal-dialog-scrollable.modal-dialog {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content, .modal-dialog-scrollable.modal-dialog .modal-content {
  max-height: none;
}

/* line 100, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before, .modal-dialog-scrollable.modal-dialog::before {
  content: none;
}

/* line 107, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  outline: 0;
}

/* line 125, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 135, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #c5c5c6;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 149, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #c5c5c6;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 185, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 520px;
    margin: 1.75rem auto;
  }
  /* line 207, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 215, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered, .modal-dialog {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before, .modal-dialog::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 228, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 412px;
  }
}

@media (min-width: 992px) {
  /* line 232, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 239, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Airbnb-Cereal-Book", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}

/* line 1, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Airbnb-Cereal-Book", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #090909;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #090909;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 114, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 120, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 135, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 138, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 148, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 162, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 180, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 190, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.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: .75s linear infinite spinner-border;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 3, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #38274c !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #1f162a !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #fb5252 !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #fa2020 !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #58b258 !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #449344 !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #6590ff !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #326bff !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ff8b00 !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc6f00 !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #e33e38 !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #cb231d !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border, .MyCardElement {
  border: 1px solid #c5c5c6 !important;
}

/* line 8, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #c5c5c6 !important;
}

/* line 9, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #c5c5c6 !important;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #c5c5c6 !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #c5c5c6 !important;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #38274c !important;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #fb5252 !important;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success {
  border-color: #58b258 !important;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #6590ff !important;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ff8b00 !important;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #e33e38 !important;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm, .MyCardElement {
  border-radius: 5px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 5px !important;
}

/* line 41, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

/* line 46, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 56, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 61, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 3, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

/* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 28, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 41, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 42, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 46, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 28, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 41, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 42, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 46, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 28, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 41, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 42, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 46, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 28, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 41, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 42, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 25, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 26, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 27, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 28, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 29, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 33, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 35, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 41, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 42, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 44, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 46, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 8, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 9, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 8, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 9, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 8, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 9, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 8, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 9, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  /* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxl-left {
    float: left !important;
  }
  /* line 8, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxl-right {
    float: right !important;
  }
  /* line 9, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xxl-none {
    float: none !important;
  }
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 5px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 5px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 5px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 5px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 5px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 10px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 10px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 10px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2,
.my-2 {
  margin-bottom: 10px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 10px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 15px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 15px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 15px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 15px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 15px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 30px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 30px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 30px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 30px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 30px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 60px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 60px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 60px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 60px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 60px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-s1 {
  margin: 1px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-s1,
.my-s1 {
  margin-top: 1px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-s1,
.mx-s1 {
  margin-right: 1px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-s1,
.my-s1 {
  margin-bottom: 1px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-s1,
.mx-s1 {
  margin-left: 1px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-s2 {
  margin: 2px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-s2,
.my-s2 {
  margin-top: 2px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-s2,
.mx-s2 {
  margin-right: 2px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-s2,
.my-s2 {
  margin-bottom: 2px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-s2,
.mx-s2 {
  margin-left: 2px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-s3 {
  margin: 3px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-s3,
.my-s3 {
  margin-top: 3px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-s3,
.mx-s3 {
  margin-right: 3px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-s3,
.my-s3 {
  margin-bottom: 3px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-s3,
.mx-s3 {
  margin-left: 3px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-s4 {
  margin: 4px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-s4,
.my-s4 {
  margin-top: 4px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-s4,
.mx-s4 {
  margin-right: 4px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-s4,
.my-s4 {
  margin-bottom: 4px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-s4,
.mx-s4 {
  margin-left: 4px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-6 {
  margin: 6px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-6,
.my-6 {
  margin-top: 6px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-6,
.mx-6 {
  margin-right: 6px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-6,
.my-6 {
  margin-bottom: 6px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-6,
.mx-6 {
  margin-left: 6px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-7 {
  margin: 7px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-7,
.my-7 {
  margin-top: 7px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-7,
.mx-7 {
  margin-right: 7px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-7,
.my-7 {
  margin-bottom: 7px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-7,
.mx-7 {
  margin-left: 7px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-8 {
  margin: 8px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-8,
.my-8 {
  margin-top: 8px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-8,
.mx-8 {
  margin-right: 8px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-8,
.my-8 {
  margin-bottom: 8px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-8,
.mx-8 {
  margin-left: 8px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-12 {
  margin: 12px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-12,
.my-12 {
  margin-top: 12px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-12,
.mx-12 {
  margin-right: 12px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-12,
.my-12 {
  margin-bottom: 12px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-12,
.mx-12 {
  margin-left: 12px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-14 {
  margin: 14px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-14,
.my-14 {
  margin-top: 14px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-14,
.mx-14 {
  margin-right: 14px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-14,
.my-14 {
  margin-bottom: 14px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-14,
.mx-14 {
  margin-left: 14px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-16 {
  margin: 16px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-16,
.my-16 {
  margin-top: 16px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-16,
.mx-16 {
  margin-right: 16px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-16,
.my-16 {
  margin-bottom: 16px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-16,
.mx-16 {
  margin-left: 16px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-17 {
  margin: 17px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-17,
.my-17 {
  margin-top: 17px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-17,
.mx-17 {
  margin-right: 17px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-17,
.my-17 {
  margin-bottom: 17px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-17,
.mx-17 {
  margin-left: 17px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-18 {
  margin: 18px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-18,
.my-18 {
  margin-top: 18px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-18,
.mx-18 {
  margin-right: 18px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-18,
.my-18 {
  margin-bottom: 18px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-18,
.mx-18 {
  margin-left: 18px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-20 {
  margin: 20px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-20,
.my-20 {
  margin-top: 20px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-20,
.mx-20 {
  margin-right: 20px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-20,
.mx-20 {
  margin-left: 20px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-24 {
  margin: 24px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-24,
.my-24 {
  margin-top: 24px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-24,
.mx-24 {
  margin-right: 24px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-24,
.my-24 {
  margin-bottom: 24px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-24,
.mx-24 {
  margin-left: 24px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-25 {
  margin: 25px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-25,
.my-25 {
  margin-top: 25px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-25,
.mx-25 {
  margin-right: 25px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-25,
.my-25 {
  margin-bottom: 25px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-25,
.mx-25 {
  margin-left: 25px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-28 {
  margin: 28px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-28,
.my-28 {
  margin-top: 28px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-28,
.mx-28 {
  margin-right: 28px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-28,
.my-28 {
  margin-bottom: 28px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-28,
.mx-28 {
  margin-left: 28px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-30 {
  margin: 30px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-30,
.my-30 {
  margin-top: 30px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-30,
.mx-30 {
  margin-right: 30px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-30,
.mx-30 {
  margin-left: 30px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-32 {
  margin: 32px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-32,
.my-32 {
  margin-top: 32px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-32,
.mx-32 {
  margin-right: 32px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-32,
.my-32 {
  margin-bottom: 32px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-32,
.mx-32 {
  margin-left: 32px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-35 {
  margin: 35px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-35,
.my-35 {
  margin-top: 35px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-35,
.mx-35 {
  margin-right: 35px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-35,
.my-35 {
  margin-bottom: 35px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-35,
.mx-35 {
  margin-left: 35px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-40 {
  margin: 40px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-40,
.my-40 {
  margin-top: 40px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-40,
.mx-40 {
  margin-right: 40px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-40,
.mx-40 {
  margin-left: 40px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-43 {
  margin: 43px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-43,
.my-43 {
  margin-top: 43px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-43,
.mx-43 {
  margin-right: 43px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-43,
.my-43 {
  margin-bottom: 43px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-43,
.mx-43 {
  margin-left: 43px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-45 {
  margin: 45px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-45,
.my-45 {
  margin-top: 45px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-45,
.mx-45 {
  margin-right: 45px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-45,
.my-45 {
  margin-bottom: 45px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-45,
.mx-45 {
  margin-left: 45px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-47 {
  margin: 47px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-47,
.my-47 {
  margin-top: 47px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-47,
.mx-47 {
  margin-right: 47px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-47,
.my-47 {
  margin-bottom: 47px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-47,
.mx-47 {
  margin-left: 47px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-50 {
  margin: 50px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-50,
.my-50 {
  margin-top: 50px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-50,
.mx-50 {
  margin-right: 50px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-50,
.mx-50 {
  margin-left: 50px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-52 {
  margin: 52px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-52,
.my-52 {
  margin-top: 52px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-52,
.mx-52 {
  margin-right: 52px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-52,
.my-52 {
  margin-bottom: 52px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-52,
.mx-52 {
  margin-left: 52px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-55 {
  margin: 55px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-55,
.my-55 {
  margin-top: 55px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-55,
.mx-55 {
  margin-right: 55px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-55,
.my-55 {
  margin-bottom: 55px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-55,
.mx-55 {
  margin-left: 55px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-60 {
  margin: 60px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-60,
.my-60 {
  margin-top: 60px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-60,
.mx-60 {
  margin-right: 60px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-60,
.my-60 {
  margin-bottom: 60px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-60,
.mx-60 {
  margin-left: 60px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-64 {
  margin: 64px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-64,
.my-64 {
  margin-top: 64px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-64,
.mx-64 {
  margin-right: 64px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-64,
.my-64 {
  margin-bottom: 64px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-64,
.mx-64 {
  margin-left: 64px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-75 {
  margin: 75px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-75,
.my-75 {
  margin-top: 75px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-75,
.mx-75 {
  margin-right: 75px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-75,
.my-75 {
  margin-bottom: 75px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-75,
.mx-75 {
  margin-left: 75px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-76 {
  margin: 76px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-76,
.my-76 {
  margin-top: 76px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-76,
.mx-76 {
  margin-right: 76px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-76,
.my-76 {
  margin-bottom: 76px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-76,
.mx-76 {
  margin-left: 76px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 5px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1 {
  padding-top: 5px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 5px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1 {
  padding-bottom: 5px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 5px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 10px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2 {
  padding-top: 10px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 10px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2 {
  padding-bottom: 10px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 10px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3, .MyCardElement {
  padding: 15px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 15px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3,
.page-center .card-body,
.center-cards .card-body {
  padding-right: 15px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 15px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3,
.page-center .card-body,
.center-cards .card-body {
  padding-left: 15px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 30px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 30px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4 {
  padding-right: 30px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 30px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4 {
  padding-left: 30px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 60px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 60px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 60px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 60px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 60px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-s1 {
  padding: 1px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-s1,
.py-s1 {
  padding-top: 1px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-s1,
.px-s1 {
  padding-right: 1px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-s1,
.py-s1 {
  padding-bottom: 1px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-s1,
.px-s1 {
  padding-left: 1px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-s2 {
  padding: 2px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-s2,
.py-s2 {
  padding-top: 2px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-s2,
.px-s2 {
  padding-right: 2px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-s2,
.py-s2 {
  padding-bottom: 2px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-s2,
.px-s2 {
  padding-left: 2px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-s3 {
  padding: 3px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-s3,
.py-s3 {
  padding-top: 3px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-s3,
.px-s3 {
  padding-right: 3px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-s3,
.py-s3 {
  padding-bottom: 3px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-s3,
.px-s3 {
  padding-left: 3px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-s4 {
  padding: 4px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-s4,
.py-s4 {
  padding-top: 4px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-s4,
.px-s4 {
  padding-right: 4px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-s4,
.py-s4 {
  padding-bottom: 4px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-s4,
.px-s4 {
  padding-left: 4px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-6 {
  padding: 6px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-6,
.py-6 {
  padding-top: 6px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-6,
.px-6 {
  padding-right: 6px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-6,
.py-6 {
  padding-bottom: 6px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-6,
.px-6 {
  padding-left: 6px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-7 {
  padding: 7px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-7,
.py-7 {
  padding-top: 7px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-7,
.px-7 {
  padding-right: 7px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-7,
.py-7 {
  padding-bottom: 7px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-7,
.px-7 {
  padding-left: 7px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-8 {
  padding: 8px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-8,
.py-8 {
  padding-top: 8px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-8,
.px-8 {
  padding-right: 8px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-8,
.py-8 {
  padding-bottom: 8px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-8,
.px-8 {
  padding-left: 8px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-12 {
  padding: 12px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-12,
.py-12 {
  padding-top: 12px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-12,
.px-12 {
  padding-right: 12px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-12,
.py-12 {
  padding-bottom: 12px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-12,
.px-12 {
  padding-left: 12px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-14 {
  padding: 14px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-14,
.py-14 {
  padding-top: 14px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-14,
.px-14 {
  padding-right: 14px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-14,
.py-14 {
  padding-bottom: 14px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-14,
.px-14 {
  padding-left: 14px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-16 {
  padding: 16px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-16,
.py-16 {
  padding-top: 16px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-16,
.px-16 {
  padding-right: 16px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-16,
.py-16 {
  padding-bottom: 16px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-16,
.px-16 {
  padding-left: 16px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-17 {
  padding: 17px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-17,
.py-17 {
  padding-top: 17px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-17,
.px-17 {
  padding-right: 17px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-17,
.py-17 {
  padding-bottom: 17px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-17,
.px-17 {
  padding-left: 17px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-18 {
  padding: 18px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-18,
.py-18 {
  padding-top: 18px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-18,
.px-18 {
  padding-right: 18px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-18,
.py-18 {
  padding-bottom: 18px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-18,
.px-18 {
  padding-left: 18px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-20 {
  padding: 20px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-20,
.py-20 {
  padding-top: 20px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-20,
.px-20 {
  padding-right: 20px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-20,
.px-20 {
  padding-left: 20px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-24 {
  padding: 24px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-24,
.py-24 {
  padding-top: 24px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-24,
.px-24 {
  padding-right: 24px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-24,
.py-24 {
  padding-bottom: 24px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-24,
.px-24 {
  padding-left: 24px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-25 {
  padding: 25px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-25,
.py-25 {
  padding-top: 25px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-25,
.px-25 {
  padding-right: 25px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-25,
.py-25 {
  padding-bottom: 25px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-25,
.px-25 {
  padding-left: 25px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-28 {
  padding: 28px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-28,
.py-28 {
  padding-top: 28px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-28,
.px-28 {
  padding-right: 28px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-28,
.py-28 {
  padding-bottom: 28px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-28,
.px-28 {
  padding-left: 28px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-30 {
  padding: 30px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-30,
.py-30,
.page-center .card-body,
.center-cards .card-body {
  padding-top: 30px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-30,
.px-30 {
  padding-right: 30px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-30,
.py-30,
.page-center .card-body,
.center-cards .card-body {
  padding-bottom: 30px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-30,
.px-30 {
  padding-left: 30px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-32 {
  padding: 32px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-32,
.py-32 {
  padding-top: 32px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-32,
.px-32 {
  padding-right: 32px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-32,
.py-32 {
  padding-bottom: 32px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-32,
.px-32 {
  padding-left: 32px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-35 {
  padding: 35px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-35,
.py-35 {
  padding-top: 35px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-35,
.px-35 {
  padding-right: 35px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-35,
.py-35 {
  padding-bottom: 35px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-35,
.px-35 {
  padding-left: 35px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-40 {
  padding: 40px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-40,
.py-40 {
  padding-top: 40px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-40,
.px-40 {
  padding-right: 40px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-40,
.px-40 {
  padding-left: 40px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-43 {
  padding: 43px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-43,
.py-43 {
  padding-top: 43px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-43,
.px-43 {
  padding-right: 43px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-43,
.py-43 {
  padding-bottom: 43px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-43,
.px-43 {
  padding-left: 43px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-45 {
  padding: 45px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-45,
.py-45 {
  padding-top: 45px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-45,
.px-45 {
  padding-right: 45px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-45,
.py-45 {
  padding-bottom: 45px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-45,
.px-45 {
  padding-left: 45px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-47 {
  padding: 47px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-47,
.py-47 {
  padding-top: 47px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-47,
.px-47 {
  padding-right: 47px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-47,
.py-47 {
  padding-bottom: 47px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-47,
.px-47 {
  padding-left: 47px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-50 {
  padding: 50px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-50,
.py-50 {
  padding-top: 50px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-50,
.px-50 {
  padding-right: 50px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-50,
.px-50 {
  padding-left: 50px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-52 {
  padding: 52px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-52,
.py-52 {
  padding-top: 52px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-52,
.px-52 {
  padding-right: 52px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-52,
.py-52 {
  padding-bottom: 52px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-52,
.px-52 {
  padding-left: 52px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-55 {
  padding: 55px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-55,
.py-55 {
  padding-top: 55px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-55,
.px-55 {
  padding-right: 55px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-55,
.py-55 {
  padding-bottom: 55px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-55,
.px-55 {
  padding-left: 55px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-60 {
  padding: 60px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-60,
.py-60 {
  padding-top: 60px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-60,
.px-60 {
  padding-right: 60px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-60,
.py-60 {
  padding-bottom: 60px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-60,
.px-60 {
  padding-left: 60px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-64 {
  padding: 64px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-64,
.py-64 {
  padding-top: 64px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-64,
.px-64 {
  padding-right: 64px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-64,
.py-64 {
  padding-bottom: 64px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-64,
.px-64 {
  padding-left: 64px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-75 {
  padding: 75px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-75,
.py-75 {
  padding-top: 75px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-75,
.px-75 {
  padding-right: 75px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-75,
.px-75 {
  padding-left: 75px !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-76 {
  padding: 76px !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-76,
.py-76 {
  padding-top: 76px !important;
}

/* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-76,
.px-76 {
  padding-right: 76px !important;
}

/* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-76,
.py-76 {
  padding-bottom: 76px !important;
}

/* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-76,
.px-76 {
  padding-left: 76px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -5px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -5px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -5px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -5px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -5px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -10px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -10px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -10px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -10px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -10px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -15px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -15px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -15px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -15px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -15px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -30px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -30px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -30px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -30px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -30px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -60px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -60px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -60px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -60px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -60px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-ns1 {
  margin: -1px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-ns1,
.my-ns1 {
  margin-top: -1px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-ns1,
.mx-ns1 {
  margin-right: -1px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-ns1,
.my-ns1 {
  margin-bottom: -1px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-ns1,
.mx-ns1 {
  margin-left: -1px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-ns2 {
  margin: -2px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-ns2,
.my-ns2 {
  margin-top: -2px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-ns2,
.mx-ns2 {
  margin-right: -2px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-ns2,
.my-ns2 {
  margin-bottom: -2px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-ns2,
.mx-ns2 {
  margin-left: -2px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-ns3 {
  margin: -3px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-ns3,
.my-ns3 {
  margin-top: -3px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-ns3,
.mx-ns3 {
  margin-right: -3px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-ns3,
.my-ns3 {
  margin-bottom: -3px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-ns3,
.mx-ns3 {
  margin-left: -3px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-ns4 {
  margin: -4px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-ns4,
.my-ns4 {
  margin-top: -4px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-ns4,
.mx-ns4 {
  margin-right: -4px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-ns4,
.my-ns4 {
  margin-bottom: -4px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-ns4,
.mx-ns4 {
  margin-left: -4px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n6 {
  margin: -6px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n6,
.my-n6 {
  margin-top: -6px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n6,
.mx-n6 {
  margin-right: -6px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n6,
.my-n6 {
  margin-bottom: -6px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n6,
.mx-n6 {
  margin-left: -6px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n7 {
  margin: -7px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n7,
.my-n7 {
  margin-top: -7px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n7,
.mx-n7 {
  margin-right: -7px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n7,
.my-n7 {
  margin-bottom: -7px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n7,
.mx-n7 {
  margin-left: -7px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n8 {
  margin: -8px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n8,
.my-n8 {
  margin-top: -8px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n8,
.mx-n8 {
  margin-right: -8px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n8,
.my-n8 {
  margin-bottom: -8px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n8,
.mx-n8 {
  margin-left: -8px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n12 {
  margin: -12px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n12,
.my-n12 {
  margin-top: -12px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n12,
.mx-n12 {
  margin-right: -12px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n12,
.my-n12 {
  margin-bottom: -12px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n12,
.mx-n12 {
  margin-left: -12px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n14 {
  margin: -14px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n14,
.my-n14 {
  margin-top: -14px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n14,
.mx-n14 {
  margin-right: -14px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n14,
.my-n14 {
  margin-bottom: -14px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n14,
.mx-n14 {
  margin-left: -14px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n16 {
  margin: -16px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n16,
.my-n16 {
  margin-top: -16px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n16,
.mx-n16 {
  margin-right: -16px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n16,
.my-n16 {
  margin-bottom: -16px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n16,
.mx-n16 {
  margin-left: -16px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n17 {
  margin: -17px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n17,
.my-n17 {
  margin-top: -17px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n17,
.mx-n17 {
  margin-right: -17px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n17,
.my-n17 {
  margin-bottom: -17px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n17,
.mx-n17 {
  margin-left: -17px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n18 {
  margin: -18px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n18,
.my-n18 {
  margin-top: -18px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n18,
.mx-n18 {
  margin-right: -18px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n18,
.my-n18 {
  margin-bottom: -18px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n18,
.mx-n18 {
  margin-left: -18px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n20 {
  margin: -20px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n20,
.my-n20 {
  margin-top: -20px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n20,
.mx-n20 {
  margin-right: -20px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n20,
.my-n20 {
  margin-bottom: -20px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n20,
.mx-n20 {
  margin-left: -20px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n24 {
  margin: -24px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n24,
.my-n24 {
  margin-top: -24px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n24,
.mx-n24 {
  margin-right: -24px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n24,
.my-n24 {
  margin-bottom: -24px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n24,
.mx-n24 {
  margin-left: -24px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n25 {
  margin: -25px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n25,
.my-n25 {
  margin-top: -25px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n25,
.mx-n25 {
  margin-right: -25px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n25,
.my-n25 {
  margin-bottom: -25px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n25,
.mx-n25 {
  margin-left: -25px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n28 {
  margin: -28px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n28,
.my-n28 {
  margin-top: -28px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n28,
.mx-n28 {
  margin-right: -28px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n28,
.my-n28 {
  margin-bottom: -28px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n28,
.mx-n28 {
  margin-left: -28px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n30 {
  margin: -30px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n30,
.my-n30 {
  margin-top: -30px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n30,
.mx-n30 {
  margin-right: -30px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n30,
.my-n30 {
  margin-bottom: -30px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n30,
.mx-n30 {
  margin-left: -30px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n32 {
  margin: -32px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n32,
.my-n32 {
  margin-top: -32px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n32,
.mx-n32 {
  margin-right: -32px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n32,
.my-n32 {
  margin-bottom: -32px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n32,
.mx-n32 {
  margin-left: -32px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n35 {
  margin: -35px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n35,
.my-n35 {
  margin-top: -35px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n35,
.mx-n35 {
  margin-right: -35px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n35,
.my-n35 {
  margin-bottom: -35px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n35,
.mx-n35 {
  margin-left: -35px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n40 {
  margin: -40px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n40,
.my-n40 {
  margin-top: -40px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n40,
.mx-n40 {
  margin-right: -40px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n40,
.my-n40 {
  margin-bottom: -40px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n40,
.mx-n40 {
  margin-left: -40px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n43 {
  margin: -43px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n43,
.my-n43 {
  margin-top: -43px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n43,
.mx-n43 {
  margin-right: -43px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n43,
.my-n43 {
  margin-bottom: -43px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n43,
.mx-n43 {
  margin-left: -43px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n45 {
  margin: -45px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n45,
.my-n45 {
  margin-top: -45px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n45,
.mx-n45 {
  margin-right: -45px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n45,
.my-n45 {
  margin-bottom: -45px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n45,
.mx-n45 {
  margin-left: -45px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n47 {
  margin: -47px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n47,
.my-n47 {
  margin-top: -47px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n47,
.mx-n47 {
  margin-right: -47px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n47,
.my-n47 {
  margin-bottom: -47px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n47,
.mx-n47 {
  margin-left: -47px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n50 {
  margin: -50px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n50,
.my-n50 {
  margin-top: -50px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n50,
.mx-n50 {
  margin-right: -50px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n50,
.my-n50 {
  margin-bottom: -50px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n50,
.mx-n50 {
  margin-left: -50px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n52 {
  margin: -52px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n52,
.my-n52 {
  margin-top: -52px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n52,
.mx-n52 {
  margin-right: -52px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n52,
.my-n52 {
  margin-bottom: -52px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n52,
.mx-n52 {
  margin-left: -52px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n55 {
  margin: -55px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n55,
.my-n55 {
  margin-top: -55px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n55,
.mx-n55 {
  margin-right: -55px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n55,
.my-n55 {
  margin-bottom: -55px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n55,
.mx-n55 {
  margin-left: -55px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n60 {
  margin: -60px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n60,
.my-n60 {
  margin-top: -60px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n60,
.mx-n60 {
  margin-right: -60px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n60,
.my-n60 {
  margin-bottom: -60px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n60,
.mx-n60 {
  margin-left: -60px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n64 {
  margin: -64px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n64,
.my-n64 {
  margin-top: -64px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n64,
.mx-n64 {
  margin-right: -64px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n64,
.my-n64 {
  margin-bottom: -64px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n64,
.mx-n64 {
  margin-left: -64px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n75 {
  margin: -75px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n75,
.my-n75 {
  margin-top: -75px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n75,
.mx-n75 {
  margin-right: -75px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n75,
.my-n75 {
  margin-bottom: -75px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n75,
.mx-n75 {
  margin-left: -75px !important;
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n76 {
  margin: -76px !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n76,
.my-n76 {
  margin-top: -76px !important;
}

/* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n76,
.mx-n76 {
  margin-right: -76px !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n76,
.my-n76 {
  margin-bottom: -76px !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n76,
.mx-n76 {
  margin-left: -76px !important;
}

/* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 54, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 57, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 5px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 5px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 5px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 5px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 5px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 10px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 10px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 10px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 10px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 10px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 15px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 15px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 15px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 15px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 15px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-s1 {
    margin: 1px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-s1,
.my-sm-s1 {
    margin-top: 1px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-s1,
.mx-sm-s1 {
    margin-right: 1px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-s1,
.my-sm-s1 {
    margin-bottom: 1px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-s1,
.mx-sm-s1 {
    margin-left: 1px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-s2 {
    margin: 2px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-s2,
.my-sm-s2 {
    margin-top: 2px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-s2,
.mx-sm-s2 {
    margin-right: 2px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-s2,
.my-sm-s2 {
    margin-bottom: 2px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-s2,
.mx-sm-s2 {
    margin-left: 2px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-s3 {
    margin: 3px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-s3,
.my-sm-s3 {
    margin-top: 3px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-s3,
.mx-sm-s3 {
    margin-right: 3px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-s3,
.my-sm-s3 {
    margin-bottom: 3px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-s3,
.mx-sm-s3 {
    margin-left: 3px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-s4 {
    margin: 4px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-s4,
.my-sm-s4 {
    margin-top: 4px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-s4,
.mx-sm-s4 {
    margin-right: 4px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-s4,
.my-sm-s4 {
    margin-bottom: 4px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-s4,
.mx-sm-s4 {
    margin-left: 4px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-6 {
    margin: 6px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-6,
.my-sm-6 {
    margin-top: 6px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 6px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 6px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 6px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-7 {
    margin: 7px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-7,
.my-sm-7 {
    margin-top: 7px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 7px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 7px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 7px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-8 {
    margin: 8px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-8,
.my-sm-8 {
    margin-top: 8px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-8,
.mx-sm-8 {
    margin-right: 8px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 8px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-8,
.mx-sm-8 {
    margin-left: 8px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-12 {
    margin: 12px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-12,
.my-sm-12 {
    margin-top: 12px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-12,
.mx-sm-12 {
    margin-right: 12px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 12px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-12,
.mx-sm-12 {
    margin-left: 12px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-14 {
    margin: 14px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-14,
.my-sm-14 {
    margin-top: 14px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-14,
.mx-sm-14 {
    margin-right: 14px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-14,
.my-sm-14 {
    margin-bottom: 14px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-14,
.mx-sm-14 {
    margin-left: 14px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-16 {
    margin: 16px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-16,
.my-sm-16 {
    margin-top: 16px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-16,
.mx-sm-16 {
    margin-right: 16px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 16px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-16,
.mx-sm-16 {
    margin-left: 16px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-17 {
    margin: 17px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-17,
.my-sm-17 {
    margin-top: 17px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-17,
.mx-sm-17 {
    margin-right: 17px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-17,
.my-sm-17 {
    margin-bottom: 17px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-17,
.mx-sm-17 {
    margin-left: 17px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-18 {
    margin: 18px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-18,
.my-sm-18 {
    margin-top: 18px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-18,
.mx-sm-18 {
    margin-right: 18px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-18,
.my-sm-18 {
    margin-bottom: 18px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-18,
.mx-sm-18 {
    margin-left: 18px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-20 {
    margin: 20px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-20,
.my-sm-20 {
    margin-top: 20px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-20,
.mx-sm-20 {
    margin-right: 20px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 20px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-20,
.mx-sm-20 {
    margin-left: 20px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-24 {
    margin: 24px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-24,
.my-sm-24 {
    margin-top: 24px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-24,
.mx-sm-24 {
    margin-right: 24px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-24,
.my-sm-24 {
    margin-bottom: 24px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-24,
.mx-sm-24 {
    margin-left: 24px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-25 {
    margin: 25px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-25,
.my-sm-25 {
    margin-top: 25px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-25,
.mx-sm-25 {
    margin-right: 25px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-25,
.my-sm-25 {
    margin-bottom: 25px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-25,
.mx-sm-25 {
    margin-left: 25px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-28 {
    margin: 28px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-28,
.my-sm-28 {
    margin-top: 28px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-28,
.mx-sm-28 {
    margin-right: 28px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-28,
.my-sm-28 {
    margin-bottom: 28px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-28,
.mx-sm-28 {
    margin-left: 28px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-30 {
    margin: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-30,
.my-sm-30 {
    margin-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-30,
.mx-sm-30 {
    margin-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-30,
.mx-sm-30 {
    margin-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-32 {
    margin: 32px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-32,
.my-sm-32 {
    margin-top: 32px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-32,
.mx-sm-32 {
    margin-right: 32px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-32,
.my-sm-32 {
    margin-bottom: 32px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-32,
.mx-sm-32 {
    margin-left: 32px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-35 {
    margin: 35px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-35,
.my-sm-35 {
    margin-top: 35px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-35,
.mx-sm-35 {
    margin-right: 35px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-35,
.my-sm-35 {
    margin-bottom: 35px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-35,
.mx-sm-35 {
    margin-left: 35px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-40 {
    margin: 40px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-40,
.my-sm-40 {
    margin-top: 40px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-40,
.mx-sm-40 {
    margin-right: 40px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 40px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-40,
.mx-sm-40 {
    margin-left: 40px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-43 {
    margin: 43px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-43,
.my-sm-43 {
    margin-top: 43px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-43,
.mx-sm-43 {
    margin-right: 43px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-43,
.my-sm-43 {
    margin-bottom: 43px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-43,
.mx-sm-43 {
    margin-left: 43px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-45 {
    margin: 45px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-45,
.my-sm-45 {
    margin-top: 45px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-45,
.mx-sm-45 {
    margin-right: 45px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-45,
.my-sm-45 {
    margin-bottom: 45px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-45,
.mx-sm-45 {
    margin-left: 45px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-47 {
    margin: 47px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-47,
.my-sm-47 {
    margin-top: 47px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-47,
.mx-sm-47 {
    margin-right: 47px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-47,
.my-sm-47 {
    margin-bottom: 47px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-47,
.mx-sm-47 {
    margin-left: 47px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-50 {
    margin: 50px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-50,
.my-sm-50 {
    margin-top: 50px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-50,
.mx-sm-50 {
    margin-right: 50px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-50,
.my-sm-50 {
    margin-bottom: 50px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-50,
.mx-sm-50 {
    margin-left: 50px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-52 {
    margin: 52px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-52,
.my-sm-52 {
    margin-top: 52px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-52,
.mx-sm-52 {
    margin-right: 52px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-52,
.my-sm-52 {
    margin-bottom: 52px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-52,
.mx-sm-52 {
    margin-left: 52px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-55 {
    margin: 55px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-55,
.my-sm-55 {
    margin-top: 55px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-55,
.mx-sm-55 {
    margin-right: 55px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-55,
.my-sm-55 {
    margin-bottom: 55px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-55,
.mx-sm-55 {
    margin-left: 55px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-60 {
    margin: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-60,
.my-sm-60 {
    margin-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-60,
.mx-sm-60 {
    margin-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-60,
.mx-sm-60 {
    margin-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-64 {
    margin: 64px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-64,
.my-sm-64 {
    margin-top: 64px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-64,
.mx-sm-64 {
    margin-right: 64px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-64,
.my-sm-64 {
    margin-bottom: 64px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-64,
.mx-sm-64 {
    margin-left: 64px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-75 {
    margin: 75px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-75,
.my-sm-75 {
    margin-top: 75px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-75,
.mx-sm-75 {
    margin-right: 75px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-75,
.my-sm-75 {
    margin-bottom: 75px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-75,
.mx-sm-75 {
    margin-left: 75px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-76 {
    margin: 76px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-76,
.my-sm-76 {
    margin-top: 76px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-76,
.mx-sm-76 {
    margin-right: 76px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-76,
.my-sm-76 {
    margin-bottom: 76px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-76,
.mx-sm-76 {
    margin-left: 76px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 5px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 5px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 5px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 5px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 5px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 10px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 10px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 10px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 10px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 10px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 15px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 15px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 15px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 15px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 15px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-s1 {
    padding: 1px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-s1,
.py-sm-s1 {
    padding-top: 1px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-s1,
.px-sm-s1 {
    padding-right: 1px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-s1,
.py-sm-s1 {
    padding-bottom: 1px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-s1,
.px-sm-s1 {
    padding-left: 1px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-s2 {
    padding: 2px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-s2,
.py-sm-s2 {
    padding-top: 2px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-s2,
.px-sm-s2 {
    padding-right: 2px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-s2,
.py-sm-s2 {
    padding-bottom: 2px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-s2,
.px-sm-s2 {
    padding-left: 2px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-s3 {
    padding: 3px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-s3,
.py-sm-s3 {
    padding-top: 3px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-s3,
.px-sm-s3 {
    padding-right: 3px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-s3,
.py-sm-s3 {
    padding-bottom: 3px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-s3,
.px-sm-s3 {
    padding-left: 3px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-s4 {
    padding: 4px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-s4,
.py-sm-s4 {
    padding-top: 4px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-s4,
.px-sm-s4 {
    padding-right: 4px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-s4,
.py-sm-s4 {
    padding-bottom: 4px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-s4,
.px-sm-s4 {
    padding-left: 4px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-6 {
    padding: 6px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-6,
.py-sm-6 {
    padding-top: 6px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-6,
.px-sm-6 {
    padding-right: 6px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 6px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-6,
.px-sm-6 {
    padding-left: 6px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-7 {
    padding: 7px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-7,
.py-sm-7 {
    padding-top: 7px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-7,
.px-sm-7 {
    padding-right: 7px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 7px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-7,
.px-sm-7 {
    padding-left: 7px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-8 {
    padding: 8px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-8,
.py-sm-8 {
    padding-top: 8px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-8,
.px-sm-8 {
    padding-right: 8px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 8px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-8,
.px-sm-8 {
    padding-left: 8px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-12 {
    padding: 12px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-12,
.py-sm-12 {
    padding-top: 12px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-12,
.px-sm-12 {
    padding-right: 12px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 12px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-12,
.px-sm-12 {
    padding-left: 12px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-14 {
    padding: 14px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-14,
.py-sm-14 {
    padding-top: 14px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-14,
.px-sm-14 {
    padding-right: 14px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-14,
.py-sm-14 {
    padding-bottom: 14px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-14,
.px-sm-14 {
    padding-left: 14px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-16 {
    padding: 16px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-16,
.py-sm-16 {
    padding-top: 16px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-16,
.px-sm-16 {
    padding-right: 16px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 16px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-16,
.px-sm-16 {
    padding-left: 16px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-17 {
    padding: 17px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-17,
.py-sm-17 {
    padding-top: 17px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-17,
.px-sm-17 {
    padding-right: 17px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-17,
.py-sm-17 {
    padding-bottom: 17px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-17,
.px-sm-17 {
    padding-left: 17px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-18 {
    padding: 18px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-18,
.py-sm-18 {
    padding-top: 18px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-18,
.px-sm-18 {
    padding-right: 18px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-18,
.py-sm-18 {
    padding-bottom: 18px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-18,
.px-sm-18 {
    padding-left: 18px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-20 {
    padding: 20px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-20,
.py-sm-20 {
    padding-top: 20px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-20,
.px-sm-20 {
    padding-right: 20px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 20px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-20,
.px-sm-20 {
    padding-left: 20px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-24 {
    padding: 24px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-24,
.py-sm-24 {
    padding-top: 24px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-24,
.px-sm-24 {
    padding-right: 24px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-24,
.py-sm-24 {
    padding-bottom: 24px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-24,
.px-sm-24 {
    padding-left: 24px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-25 {
    padding: 25px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-25,
.py-sm-25 {
    padding-top: 25px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-25,
.px-sm-25 {
    padding-right: 25px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-25,
.py-sm-25 {
    padding-bottom: 25px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-25,
.px-sm-25 {
    padding-left: 25px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-28 {
    padding: 28px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-28,
.py-sm-28 {
    padding-top: 28px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-28,
.px-sm-28 {
    padding-right: 28px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-28,
.py-sm-28 {
    padding-bottom: 28px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-28,
.px-sm-28 {
    padding-left: 28px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-30 {
    padding: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-30,
.py-sm-30 {
    padding-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-30,
.px-sm-30 {
    padding-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-30,
.px-sm-30 {
    padding-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-32 {
    padding: 32px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-32,
.py-sm-32 {
    padding-top: 32px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-32,
.px-sm-32 {
    padding-right: 32px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-32,
.py-sm-32 {
    padding-bottom: 32px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-32,
.px-sm-32 {
    padding-left: 32px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-35 {
    padding: 35px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-35,
.py-sm-35 {
    padding-top: 35px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-35,
.px-sm-35 {
    padding-right: 35px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-35,
.py-sm-35 {
    padding-bottom: 35px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-35,
.px-sm-35 {
    padding-left: 35px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-40 {
    padding: 40px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-40,
.py-sm-40 {
    padding-top: 40px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-40,
.px-sm-40 {
    padding-right: 40px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 40px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-40,
.px-sm-40 {
    padding-left: 40px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-43 {
    padding: 43px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-43,
.py-sm-43 {
    padding-top: 43px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-43,
.px-sm-43 {
    padding-right: 43px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-43,
.py-sm-43 {
    padding-bottom: 43px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-43,
.px-sm-43 {
    padding-left: 43px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-45 {
    padding: 45px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-45,
.py-sm-45 {
    padding-top: 45px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-45,
.px-sm-45 {
    padding-right: 45px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-45,
.py-sm-45 {
    padding-bottom: 45px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-45,
.px-sm-45 {
    padding-left: 45px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-47 {
    padding: 47px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-47,
.py-sm-47 {
    padding-top: 47px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-47,
.px-sm-47 {
    padding-right: 47px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-47,
.py-sm-47 {
    padding-bottom: 47px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-47,
.px-sm-47 {
    padding-left: 47px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-50, .page-center .card-body,
.center-cards .card-body {
    padding: 50px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-50,
.py-sm-50 {
    padding-top: 50px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-50,
.px-sm-50 {
    padding-right: 50px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-50,
.py-sm-50 {
    padding-bottom: 50px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-50,
.px-sm-50 {
    padding-left: 50px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-52 {
    padding: 52px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-52,
.py-sm-52 {
    padding-top: 52px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-52,
.px-sm-52 {
    padding-right: 52px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-52,
.py-sm-52 {
    padding-bottom: 52px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-52,
.px-sm-52 {
    padding-left: 52px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-55 {
    padding: 55px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-55,
.py-sm-55 {
    padding-top: 55px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-55,
.px-sm-55 {
    padding-right: 55px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-55,
.py-sm-55 {
    padding-bottom: 55px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-55,
.px-sm-55 {
    padding-left: 55px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-60 {
    padding: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-60,
.py-sm-60 {
    padding-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-60,
.px-sm-60 {
    padding-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-60,
.px-sm-60 {
    padding-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-64 {
    padding: 64px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-64,
.py-sm-64 {
    padding-top: 64px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-64,
.px-sm-64 {
    padding-right: 64px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-64,
.py-sm-64 {
    padding-bottom: 64px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-64,
.px-sm-64 {
    padding-left: 64px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-75 {
    padding: 75px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-75,
.py-sm-75 {
    padding-top: 75px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-75,
.px-sm-75 {
    padding-right: 75px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-75,
.py-sm-75 {
    padding-bottom: 75px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-75,
.px-sm-75 {
    padding-left: 75px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-76 {
    padding: 76px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-76,
.py-sm-76 {
    padding-top: 76px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-76,
.px-sm-76 {
    padding-right: 76px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-76,
.py-sm-76 {
    padding-bottom: 76px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-76,
.px-sm-76 {
    padding-left: 76px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -5px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -5px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -5px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -5px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -5px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -10px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -10px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -10px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -10px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -10px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -15px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -15px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -15px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -15px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -15px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -30px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -30px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -30px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -30px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -30px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -60px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -60px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -60px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -60px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -60px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-ns1 {
    margin: -1px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-ns1,
.my-sm-ns1 {
    margin-top: -1px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-ns1,
.mx-sm-ns1 {
    margin-right: -1px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-ns1,
.my-sm-ns1 {
    margin-bottom: -1px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-ns1,
.mx-sm-ns1 {
    margin-left: -1px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-ns2 {
    margin: -2px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-ns2,
.my-sm-ns2 {
    margin-top: -2px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-ns2,
.mx-sm-ns2 {
    margin-right: -2px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-ns2,
.my-sm-ns2 {
    margin-bottom: -2px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-ns2,
.mx-sm-ns2 {
    margin-left: -2px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-ns3 {
    margin: -3px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-ns3,
.my-sm-ns3 {
    margin-top: -3px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-ns3,
.mx-sm-ns3 {
    margin-right: -3px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-ns3,
.my-sm-ns3 {
    margin-bottom: -3px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-ns3,
.mx-sm-ns3 {
    margin-left: -3px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-ns4 {
    margin: -4px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-ns4,
.my-sm-ns4 {
    margin-top: -4px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-ns4,
.mx-sm-ns4 {
    margin-right: -4px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-ns4,
.my-sm-ns4 {
    margin-bottom: -4px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-ns4,
.mx-sm-ns4 {
    margin-left: -4px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n6 {
    margin: -6px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -6px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -6px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -6px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -6px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n7 {
    margin: -7px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -7px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -7px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -7px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -7px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n8 {
    margin: -8px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -8px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -8px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -8px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -8px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n12 {
    margin: -12px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -12px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -12px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -12px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -12px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n14 {
    margin: -14px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n14,
.my-sm-n14 {
    margin-top: -14px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n14,
.mx-sm-n14 {
    margin-right: -14px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n14,
.my-sm-n14 {
    margin-bottom: -14px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n14,
.mx-sm-n14 {
    margin-left: -14px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n16 {
    margin: -16px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n16,
.my-sm-n16 {
    margin-top: -16px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n16,
.mx-sm-n16 {
    margin-right: -16px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n16,
.my-sm-n16 {
    margin-bottom: -16px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n16,
.mx-sm-n16 {
    margin-left: -16px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n17 {
    margin: -17px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n17,
.my-sm-n17 {
    margin-top: -17px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n17,
.mx-sm-n17 {
    margin-right: -17px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n17,
.my-sm-n17 {
    margin-bottom: -17px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n17,
.mx-sm-n17 {
    margin-left: -17px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n18 {
    margin: -18px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n18,
.my-sm-n18 {
    margin-top: -18px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n18,
.mx-sm-n18 {
    margin-right: -18px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n18,
.my-sm-n18 {
    margin-bottom: -18px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n18,
.mx-sm-n18 {
    margin-left: -18px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n20 {
    margin: -20px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -20px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -20px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -20px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -20px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n24 {
    margin: -24px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n24,
.my-sm-n24 {
    margin-top: -24px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n24,
.mx-sm-n24 {
    margin-right: -24px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n24,
.my-sm-n24 {
    margin-bottom: -24px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n24,
.mx-sm-n24 {
    margin-left: -24px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n25 {
    margin: -25px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n25,
.my-sm-n25 {
    margin-top: -25px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n25,
.mx-sm-n25 {
    margin-right: -25px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n25,
.my-sm-n25 {
    margin-bottom: -25px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n25,
.mx-sm-n25 {
    margin-left: -25px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n28 {
    margin: -28px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n28,
.my-sm-n28 {
    margin-top: -28px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n28,
.mx-sm-n28 {
    margin-right: -28px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n28,
.my-sm-n28 {
    margin-bottom: -28px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n28,
.mx-sm-n28 {
    margin-left: -28px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n30 {
    margin: -30px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n30,
.my-sm-n30 {
    margin-top: -30px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n30,
.mx-sm-n30 {
    margin-right: -30px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n30,
.my-sm-n30 {
    margin-bottom: -30px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n30,
.mx-sm-n30 {
    margin-left: -30px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n32 {
    margin: -32px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n32,
.my-sm-n32 {
    margin-top: -32px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n32,
.mx-sm-n32 {
    margin-right: -32px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n32,
.my-sm-n32 {
    margin-bottom: -32px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n32,
.mx-sm-n32 {
    margin-left: -32px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n35 {
    margin: -35px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n35,
.my-sm-n35 {
    margin-top: -35px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n35,
.mx-sm-n35 {
    margin-right: -35px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n35,
.my-sm-n35 {
    margin-bottom: -35px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n35,
.mx-sm-n35 {
    margin-left: -35px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n40 {
    margin: -40px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -40px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -40px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -40px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -40px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n43 {
    margin: -43px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n43,
.my-sm-n43 {
    margin-top: -43px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n43,
.mx-sm-n43 {
    margin-right: -43px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n43,
.my-sm-n43 {
    margin-bottom: -43px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n43,
.mx-sm-n43 {
    margin-left: -43px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n45 {
    margin: -45px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n45,
.my-sm-n45 {
    margin-top: -45px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n45,
.mx-sm-n45 {
    margin-right: -45px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n45,
.my-sm-n45 {
    margin-bottom: -45px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n45,
.mx-sm-n45 {
    margin-left: -45px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n47 {
    margin: -47px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n47,
.my-sm-n47 {
    margin-top: -47px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n47,
.mx-sm-n47 {
    margin-right: -47px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n47,
.my-sm-n47 {
    margin-bottom: -47px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n47,
.mx-sm-n47 {
    margin-left: -47px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n50 {
    margin: -50px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n50,
.my-sm-n50 {
    margin-top: -50px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n50,
.mx-sm-n50 {
    margin-right: -50px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n50,
.my-sm-n50 {
    margin-bottom: -50px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n50,
.mx-sm-n50 {
    margin-left: -50px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n52 {
    margin: -52px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n52,
.my-sm-n52 {
    margin-top: -52px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n52,
.mx-sm-n52 {
    margin-right: -52px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n52,
.my-sm-n52 {
    margin-bottom: -52px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n52,
.mx-sm-n52 {
    margin-left: -52px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n55 {
    margin: -55px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n55,
.my-sm-n55 {
    margin-top: -55px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n55,
.mx-sm-n55 {
    margin-right: -55px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n55,
.my-sm-n55 {
    margin-bottom: -55px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n55,
.mx-sm-n55 {
    margin-left: -55px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n60 {
    margin: -60px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n60,
.my-sm-n60 {
    margin-top: -60px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n60,
.mx-sm-n60 {
    margin-right: -60px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n60,
.my-sm-n60 {
    margin-bottom: -60px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n60,
.mx-sm-n60 {
    margin-left: -60px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n64 {
    margin: -64px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n64,
.my-sm-n64 {
    margin-top: -64px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n64,
.mx-sm-n64 {
    margin-right: -64px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n64,
.my-sm-n64 {
    margin-bottom: -64px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n64,
.mx-sm-n64 {
    margin-left: -64px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n75 {
    margin: -75px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n75,
.my-sm-n75 {
    margin-top: -75px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n75,
.mx-sm-n75 {
    margin-right: -75px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n75,
.my-sm-n75 {
    margin-bottom: -75px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n75,
.mx-sm-n75 {
    margin-left: -75px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n76 {
    margin: -76px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n76,
.my-sm-n76 {
    margin-top: -76px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n76,
.mx-sm-n76 {
    margin-right: -76px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n76,
.my-sm-n76 {
    margin-bottom: -76px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n76,
.mx-sm-n76 {
    margin-left: -76px !important;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 54, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 5px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 5px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 5px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 5px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 5px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 10px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 10px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 10px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 10px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 10px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 15px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 15px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 15px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 15px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 15px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-s1 {
    margin: 1px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-s1,
.my-md-s1 {
    margin-top: 1px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-s1,
.mx-md-s1 {
    margin-right: 1px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-s1,
.my-md-s1 {
    margin-bottom: 1px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-s1,
.mx-md-s1 {
    margin-left: 1px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-s2 {
    margin: 2px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-s2,
.my-md-s2 {
    margin-top: 2px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-s2,
.mx-md-s2 {
    margin-right: 2px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-s2,
.my-md-s2 {
    margin-bottom: 2px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-s2,
.mx-md-s2 {
    margin-left: 2px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-s3 {
    margin: 3px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-s3,
.my-md-s3 {
    margin-top: 3px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-s3,
.mx-md-s3 {
    margin-right: 3px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-s3,
.my-md-s3 {
    margin-bottom: 3px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-s3,
.mx-md-s3 {
    margin-left: 3px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-s4 {
    margin: 4px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-s4,
.my-md-s4 {
    margin-top: 4px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-s4,
.mx-md-s4 {
    margin-right: 4px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-s4,
.my-md-s4 {
    margin-bottom: 4px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-s4,
.mx-md-s4 {
    margin-left: 4px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-6 {
    margin: 6px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-6,
.my-md-6 {
    margin-top: 6px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-6,
.mx-md-6 {
    margin-right: 6px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-6,
.my-md-6 {
    margin-bottom: 6px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-6,
.mx-md-6 {
    margin-left: 6px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-7 {
    margin: 7px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-7,
.my-md-7 {
    margin-top: 7px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-7,
.mx-md-7 {
    margin-right: 7px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-7,
.my-md-7 {
    margin-bottom: 7px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-7,
.mx-md-7 {
    margin-left: 7px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-8 {
    margin: 8px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-8,
.my-md-8 {
    margin-top: 8px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-8,
.mx-md-8 {
    margin-right: 8px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-8,
.my-md-8 {
    margin-bottom: 8px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-8,
.mx-md-8 {
    margin-left: 8px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-12 {
    margin: 12px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-12,
.my-md-12 {
    margin-top: 12px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-12,
.mx-md-12 {
    margin-right: 12px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-12,
.my-md-12 {
    margin-bottom: 12px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-12,
.mx-md-12 {
    margin-left: 12px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-14 {
    margin: 14px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-14,
.my-md-14 {
    margin-top: 14px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-14,
.mx-md-14 {
    margin-right: 14px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-14,
.my-md-14 {
    margin-bottom: 14px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-14,
.mx-md-14 {
    margin-left: 14px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-16 {
    margin: 16px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-16,
.my-md-16 {
    margin-top: 16px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-16,
.mx-md-16 {
    margin-right: 16px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-16,
.my-md-16 {
    margin-bottom: 16px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-16,
.mx-md-16 {
    margin-left: 16px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-17 {
    margin: 17px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-17,
.my-md-17 {
    margin-top: 17px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-17,
.mx-md-17 {
    margin-right: 17px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-17,
.my-md-17 {
    margin-bottom: 17px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-17,
.mx-md-17 {
    margin-left: 17px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-18 {
    margin: 18px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-18,
.my-md-18 {
    margin-top: 18px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-18,
.mx-md-18 {
    margin-right: 18px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-18,
.my-md-18 {
    margin-bottom: 18px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-18,
.mx-md-18 {
    margin-left: 18px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-20 {
    margin: 20px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-20,
.my-md-20 {
    margin-top: 20px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-20,
.mx-md-20 {
    margin-right: 20px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-20,
.my-md-20 {
    margin-bottom: 20px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-20,
.mx-md-20 {
    margin-left: 20px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-24 {
    margin: 24px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-24,
.my-md-24 {
    margin-top: 24px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-24,
.mx-md-24 {
    margin-right: 24px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-24,
.my-md-24 {
    margin-bottom: 24px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-24,
.mx-md-24 {
    margin-left: 24px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-25 {
    margin: 25px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-25,
.my-md-25 {
    margin-top: 25px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-25,
.mx-md-25 {
    margin-right: 25px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-25,
.my-md-25 {
    margin-bottom: 25px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-25,
.mx-md-25 {
    margin-left: 25px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-28 {
    margin: 28px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-28,
.my-md-28 {
    margin-top: 28px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-28,
.mx-md-28 {
    margin-right: 28px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-28,
.my-md-28 {
    margin-bottom: 28px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-28,
.mx-md-28 {
    margin-left: 28px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-30 {
    margin: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-30,
.my-md-30 {
    margin-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-30,
.mx-md-30 {
    margin-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-30,
.my-md-30 {
    margin-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-30,
.mx-md-30 {
    margin-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-32 {
    margin: 32px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-32,
.my-md-32 {
    margin-top: 32px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-32,
.mx-md-32 {
    margin-right: 32px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-32,
.my-md-32 {
    margin-bottom: 32px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-32,
.mx-md-32 {
    margin-left: 32px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-35 {
    margin: 35px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-35,
.my-md-35 {
    margin-top: 35px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-35,
.mx-md-35 {
    margin-right: 35px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-35,
.my-md-35 {
    margin-bottom: 35px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-35,
.mx-md-35 {
    margin-left: 35px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-40 {
    margin: 40px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-40,
.my-md-40 {
    margin-top: 40px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-40,
.mx-md-40 {
    margin-right: 40px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-40,
.my-md-40 {
    margin-bottom: 40px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-40,
.mx-md-40 {
    margin-left: 40px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-43 {
    margin: 43px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-43,
.my-md-43 {
    margin-top: 43px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-43,
.mx-md-43 {
    margin-right: 43px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-43,
.my-md-43 {
    margin-bottom: 43px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-43,
.mx-md-43 {
    margin-left: 43px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-45 {
    margin: 45px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-45,
.my-md-45 {
    margin-top: 45px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-45,
.mx-md-45 {
    margin-right: 45px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-45,
.my-md-45 {
    margin-bottom: 45px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-45,
.mx-md-45 {
    margin-left: 45px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-47 {
    margin: 47px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-47,
.my-md-47 {
    margin-top: 47px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-47,
.mx-md-47 {
    margin-right: 47px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-47,
.my-md-47 {
    margin-bottom: 47px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-47,
.mx-md-47 {
    margin-left: 47px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-50 {
    margin: 50px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-50,
.my-md-50 {
    margin-top: 50px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-50,
.mx-md-50 {
    margin-right: 50px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-50,
.my-md-50 {
    margin-bottom: 50px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-50,
.mx-md-50 {
    margin-left: 50px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-52 {
    margin: 52px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-52,
.my-md-52 {
    margin-top: 52px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-52,
.mx-md-52 {
    margin-right: 52px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-52,
.my-md-52 {
    margin-bottom: 52px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-52,
.mx-md-52 {
    margin-left: 52px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-55 {
    margin: 55px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-55,
.my-md-55 {
    margin-top: 55px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-55,
.mx-md-55 {
    margin-right: 55px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-55,
.my-md-55 {
    margin-bottom: 55px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-55,
.mx-md-55 {
    margin-left: 55px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-60 {
    margin: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-60,
.my-md-60 {
    margin-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-60,
.mx-md-60 {
    margin-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-60,
.my-md-60 {
    margin-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-60,
.mx-md-60 {
    margin-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-64 {
    margin: 64px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-64,
.my-md-64 {
    margin-top: 64px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-64,
.mx-md-64 {
    margin-right: 64px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-64,
.my-md-64 {
    margin-bottom: 64px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-64,
.mx-md-64 {
    margin-left: 64px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-75 {
    margin: 75px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-75,
.my-md-75 {
    margin-top: 75px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-75,
.mx-md-75 {
    margin-right: 75px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-75,
.my-md-75 {
    margin-bottom: 75px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-75,
.mx-md-75 {
    margin-left: 75px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-76 {
    margin: 76px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-76,
.my-md-76 {
    margin-top: 76px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-76,
.mx-md-76 {
    margin-right: 76px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-76,
.my-md-76 {
    margin-bottom: 76px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-76,
.mx-md-76 {
    margin-left: 76px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 5px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 5px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 5px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 5px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 5px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 10px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 10px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 10px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 10px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 10px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 15px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 15px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 15px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 15px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 15px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-s1 {
    padding: 1px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-s1,
.py-md-s1 {
    padding-top: 1px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-s1,
.px-md-s1 {
    padding-right: 1px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-s1,
.py-md-s1 {
    padding-bottom: 1px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-s1,
.px-md-s1 {
    padding-left: 1px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-s2 {
    padding: 2px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-s2,
.py-md-s2 {
    padding-top: 2px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-s2,
.px-md-s2 {
    padding-right: 2px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-s2,
.py-md-s2 {
    padding-bottom: 2px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-s2,
.px-md-s2 {
    padding-left: 2px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-s3 {
    padding: 3px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-s3,
.py-md-s3 {
    padding-top: 3px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-s3,
.px-md-s3 {
    padding-right: 3px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-s3,
.py-md-s3 {
    padding-bottom: 3px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-s3,
.px-md-s3 {
    padding-left: 3px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-s4 {
    padding: 4px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-s4,
.py-md-s4 {
    padding-top: 4px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-s4,
.px-md-s4 {
    padding-right: 4px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-s4,
.py-md-s4 {
    padding-bottom: 4px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-s4,
.px-md-s4 {
    padding-left: 4px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-6 {
    padding: 6px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-6,
.py-md-6 {
    padding-top: 6px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-6,
.px-md-6 {
    padding-right: 6px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-6,
.py-md-6 {
    padding-bottom: 6px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-6,
.px-md-6 {
    padding-left: 6px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-7 {
    padding: 7px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-7,
.py-md-7 {
    padding-top: 7px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-7,
.px-md-7 {
    padding-right: 7px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-7,
.py-md-7 {
    padding-bottom: 7px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-7,
.px-md-7 {
    padding-left: 7px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-8 {
    padding: 8px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-8,
.py-md-8 {
    padding-top: 8px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-8,
.px-md-8 {
    padding-right: 8px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-8,
.py-md-8 {
    padding-bottom: 8px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-8,
.px-md-8 {
    padding-left: 8px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-12 {
    padding: 12px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-12,
.py-md-12 {
    padding-top: 12px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-12,
.px-md-12 {
    padding-right: 12px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-12,
.py-md-12 {
    padding-bottom: 12px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-12,
.px-md-12 {
    padding-left: 12px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-14 {
    padding: 14px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-14,
.py-md-14 {
    padding-top: 14px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-14,
.px-md-14 {
    padding-right: 14px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-14,
.py-md-14 {
    padding-bottom: 14px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-14,
.px-md-14 {
    padding-left: 14px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-16 {
    padding: 16px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-16,
.py-md-16 {
    padding-top: 16px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-16,
.px-md-16 {
    padding-right: 16px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-16,
.py-md-16 {
    padding-bottom: 16px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-16,
.px-md-16 {
    padding-left: 16px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-17 {
    padding: 17px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-17,
.py-md-17 {
    padding-top: 17px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-17,
.px-md-17 {
    padding-right: 17px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-17,
.py-md-17 {
    padding-bottom: 17px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-17,
.px-md-17 {
    padding-left: 17px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-18 {
    padding: 18px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-18,
.py-md-18 {
    padding-top: 18px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-18,
.px-md-18 {
    padding-right: 18px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-18,
.py-md-18 {
    padding-bottom: 18px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-18,
.px-md-18 {
    padding-left: 18px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-20 {
    padding: 20px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-20,
.py-md-20 {
    padding-top: 20px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-20,
.px-md-20 {
    padding-right: 20px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-20,
.py-md-20 {
    padding-bottom: 20px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-20,
.px-md-20 {
    padding-left: 20px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-24 {
    padding: 24px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-24,
.py-md-24 {
    padding-top: 24px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-24,
.px-md-24 {
    padding-right: 24px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-24,
.py-md-24 {
    padding-bottom: 24px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-24,
.px-md-24 {
    padding-left: 24px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-25 {
    padding: 25px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-25,
.py-md-25 {
    padding-top: 25px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-25,
.px-md-25 {
    padding-right: 25px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-25,
.py-md-25 {
    padding-bottom: 25px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-25,
.px-md-25 {
    padding-left: 25px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-28 {
    padding: 28px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-28,
.py-md-28 {
    padding-top: 28px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-28,
.px-md-28 {
    padding-right: 28px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-28,
.py-md-28 {
    padding-bottom: 28px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-28,
.px-md-28 {
    padding-left: 28px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-30 {
    padding: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-30,
.py-md-30 {
    padding-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-30,
.px-md-30 {
    padding-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-30,
.py-md-30 {
    padding-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-30,
.px-md-30 {
    padding-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-32 {
    padding: 32px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-32,
.py-md-32 {
    padding-top: 32px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-32,
.px-md-32 {
    padding-right: 32px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-32,
.py-md-32 {
    padding-bottom: 32px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-32,
.px-md-32 {
    padding-left: 32px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-35 {
    padding: 35px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-35,
.py-md-35 {
    padding-top: 35px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-35,
.px-md-35 {
    padding-right: 35px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-35,
.py-md-35 {
    padding-bottom: 35px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-35,
.px-md-35 {
    padding-left: 35px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-40 {
    padding: 40px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-40,
.py-md-40 {
    padding-top: 40px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-40,
.px-md-40 {
    padding-right: 40px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-40,
.py-md-40 {
    padding-bottom: 40px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-40,
.px-md-40 {
    padding-left: 40px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-43 {
    padding: 43px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-43,
.py-md-43 {
    padding-top: 43px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-43,
.px-md-43 {
    padding-right: 43px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-43,
.py-md-43 {
    padding-bottom: 43px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-43,
.px-md-43 {
    padding-left: 43px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-45 {
    padding: 45px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-45,
.py-md-45 {
    padding-top: 45px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-45,
.px-md-45 {
    padding-right: 45px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-45,
.py-md-45 {
    padding-bottom: 45px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-45,
.px-md-45 {
    padding-left: 45px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-47 {
    padding: 47px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-47,
.py-md-47 {
    padding-top: 47px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-47,
.px-md-47 {
    padding-right: 47px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-47,
.py-md-47 {
    padding-bottom: 47px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-47,
.px-md-47 {
    padding-left: 47px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-50 {
    padding: 50px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-50,
.py-md-50 {
    padding-top: 50px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-50,
.px-md-50 {
    padding-right: 50px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-50,
.py-md-50 {
    padding-bottom: 50px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-50,
.px-md-50 {
    padding-left: 50px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-52 {
    padding: 52px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-52,
.py-md-52 {
    padding-top: 52px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-52,
.px-md-52 {
    padding-right: 52px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-52,
.py-md-52 {
    padding-bottom: 52px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-52,
.px-md-52 {
    padding-left: 52px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-55 {
    padding: 55px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-55,
.py-md-55 {
    padding-top: 55px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-55,
.px-md-55 {
    padding-right: 55px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-55,
.py-md-55 {
    padding-bottom: 55px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-55,
.px-md-55 {
    padding-left: 55px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-60 {
    padding: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-60,
.py-md-60 {
    padding-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-60,
.px-md-60 {
    padding-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-60,
.py-md-60 {
    padding-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-60,
.px-md-60 {
    padding-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-64 {
    padding: 64px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-64,
.py-md-64 {
    padding-top: 64px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-64,
.px-md-64 {
    padding-right: 64px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-64,
.py-md-64 {
    padding-bottom: 64px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-64,
.px-md-64 {
    padding-left: 64px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-75 {
    padding: 75px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-75,
.py-md-75 {
    padding-top: 75px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-75,
.px-md-75 {
    padding-right: 75px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-75,
.py-md-75 {
    padding-bottom: 75px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-75,
.px-md-75 {
    padding-left: 75px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-76 {
    padding: 76px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-76,
.py-md-76 {
    padding-top: 76px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-76,
.px-md-76 {
    padding-right: 76px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-76,
.py-md-76 {
    padding-bottom: 76px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-76,
.px-md-76 {
    padding-left: 76px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -5px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -5px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -5px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -5px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -5px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -10px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -10px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -10px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -10px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -10px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -15px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -15px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -15px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -15px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -15px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -30px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -30px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -30px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -30px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -30px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -60px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -60px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -60px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -60px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -60px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-ns1 {
    margin: -1px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-ns1,
.my-md-ns1 {
    margin-top: -1px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-ns1,
.mx-md-ns1 {
    margin-right: -1px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-ns1,
.my-md-ns1 {
    margin-bottom: -1px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-ns1,
.mx-md-ns1 {
    margin-left: -1px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-ns2 {
    margin: -2px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-ns2,
.my-md-ns2 {
    margin-top: -2px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-ns2,
.mx-md-ns2 {
    margin-right: -2px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-ns2,
.my-md-ns2 {
    margin-bottom: -2px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-ns2,
.mx-md-ns2 {
    margin-left: -2px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-ns3 {
    margin: -3px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-ns3,
.my-md-ns3 {
    margin-top: -3px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-ns3,
.mx-md-ns3 {
    margin-right: -3px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-ns3,
.my-md-ns3 {
    margin-bottom: -3px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-ns3,
.mx-md-ns3 {
    margin-left: -3px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-ns4 {
    margin: -4px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-ns4,
.my-md-ns4 {
    margin-top: -4px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-ns4,
.mx-md-ns4 {
    margin-right: -4px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-ns4,
.my-md-ns4 {
    margin-bottom: -4px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-ns4,
.mx-md-ns4 {
    margin-left: -4px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n6 {
    margin: -6px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n6,
.my-md-n6 {
    margin-top: -6px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -6px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -6px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -6px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n7 {
    margin: -7px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n7,
.my-md-n7 {
    margin-top: -7px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -7px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -7px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -7px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n8 {
    margin: -8px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n8,
.my-md-n8 {
    margin-top: -8px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n8,
.mx-md-n8 {
    margin-right: -8px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -8px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n8,
.mx-md-n8 {
    margin-left: -8px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n12 {
    margin: -12px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n12,
.my-md-n12 {
    margin-top: -12px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n12,
.mx-md-n12 {
    margin-right: -12px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -12px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n12,
.mx-md-n12 {
    margin-left: -12px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n14 {
    margin: -14px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n14,
.my-md-n14 {
    margin-top: -14px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n14,
.mx-md-n14 {
    margin-right: -14px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n14,
.my-md-n14 {
    margin-bottom: -14px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n14,
.mx-md-n14 {
    margin-left: -14px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n16 {
    margin: -16px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n16,
.my-md-n16 {
    margin-top: -16px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n16,
.mx-md-n16 {
    margin-right: -16px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -16px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n16,
.mx-md-n16 {
    margin-left: -16px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n17 {
    margin: -17px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n17,
.my-md-n17 {
    margin-top: -17px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n17,
.mx-md-n17 {
    margin-right: -17px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n17,
.my-md-n17 {
    margin-bottom: -17px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n17,
.mx-md-n17 {
    margin-left: -17px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n18 {
    margin: -18px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n18,
.my-md-n18 {
    margin-top: -18px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n18,
.mx-md-n18 {
    margin-right: -18px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n18,
.my-md-n18 {
    margin-bottom: -18px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n18,
.mx-md-n18 {
    margin-left: -18px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n20 {
    margin: -20px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n20,
.my-md-n20 {
    margin-top: -20px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n20,
.mx-md-n20 {
    margin-right: -20px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -20px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n20,
.mx-md-n20 {
    margin-left: -20px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n24 {
    margin: -24px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n24,
.my-md-n24 {
    margin-top: -24px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n24,
.mx-md-n24 {
    margin-right: -24px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n24,
.my-md-n24 {
    margin-bottom: -24px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n24,
.mx-md-n24 {
    margin-left: -24px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n25 {
    margin: -25px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n25,
.my-md-n25 {
    margin-top: -25px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n25,
.mx-md-n25 {
    margin-right: -25px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n25,
.my-md-n25 {
    margin-bottom: -25px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n25,
.mx-md-n25 {
    margin-left: -25px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n28 {
    margin: -28px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n28,
.my-md-n28 {
    margin-top: -28px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n28,
.mx-md-n28 {
    margin-right: -28px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n28,
.my-md-n28 {
    margin-bottom: -28px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n28,
.mx-md-n28 {
    margin-left: -28px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n30 {
    margin: -30px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n30,
.my-md-n30 {
    margin-top: -30px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n30,
.mx-md-n30 {
    margin-right: -30px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n30,
.my-md-n30 {
    margin-bottom: -30px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n30,
.mx-md-n30 {
    margin-left: -30px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n32 {
    margin: -32px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n32,
.my-md-n32 {
    margin-top: -32px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n32,
.mx-md-n32 {
    margin-right: -32px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n32,
.my-md-n32 {
    margin-bottom: -32px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n32,
.mx-md-n32 {
    margin-left: -32px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n35 {
    margin: -35px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n35,
.my-md-n35 {
    margin-top: -35px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n35,
.mx-md-n35 {
    margin-right: -35px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n35,
.my-md-n35 {
    margin-bottom: -35px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n35,
.mx-md-n35 {
    margin-left: -35px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n40 {
    margin: -40px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n40,
.my-md-n40 {
    margin-top: -40px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n40,
.mx-md-n40 {
    margin-right: -40px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -40px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n40,
.mx-md-n40 {
    margin-left: -40px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n43 {
    margin: -43px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n43,
.my-md-n43 {
    margin-top: -43px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n43,
.mx-md-n43 {
    margin-right: -43px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n43,
.my-md-n43 {
    margin-bottom: -43px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n43,
.mx-md-n43 {
    margin-left: -43px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n45 {
    margin: -45px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n45,
.my-md-n45 {
    margin-top: -45px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n45,
.mx-md-n45 {
    margin-right: -45px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n45,
.my-md-n45 {
    margin-bottom: -45px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n45,
.mx-md-n45 {
    margin-left: -45px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n47 {
    margin: -47px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n47,
.my-md-n47 {
    margin-top: -47px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n47,
.mx-md-n47 {
    margin-right: -47px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n47,
.my-md-n47 {
    margin-bottom: -47px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n47,
.mx-md-n47 {
    margin-left: -47px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n50 {
    margin: -50px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n50,
.my-md-n50 {
    margin-top: -50px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n50,
.mx-md-n50 {
    margin-right: -50px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n50,
.my-md-n50 {
    margin-bottom: -50px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n50,
.mx-md-n50 {
    margin-left: -50px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n52 {
    margin: -52px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n52,
.my-md-n52 {
    margin-top: -52px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n52,
.mx-md-n52 {
    margin-right: -52px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n52,
.my-md-n52 {
    margin-bottom: -52px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n52,
.mx-md-n52 {
    margin-left: -52px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n55 {
    margin: -55px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n55,
.my-md-n55 {
    margin-top: -55px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n55,
.mx-md-n55 {
    margin-right: -55px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n55,
.my-md-n55 {
    margin-bottom: -55px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n55,
.mx-md-n55 {
    margin-left: -55px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n60 {
    margin: -60px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n60,
.my-md-n60 {
    margin-top: -60px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n60,
.mx-md-n60 {
    margin-right: -60px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n60,
.my-md-n60 {
    margin-bottom: -60px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n60,
.mx-md-n60 {
    margin-left: -60px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n64 {
    margin: -64px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n64,
.my-md-n64 {
    margin-top: -64px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n64,
.mx-md-n64 {
    margin-right: -64px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n64,
.my-md-n64 {
    margin-bottom: -64px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n64,
.mx-md-n64 {
    margin-left: -64px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n75 {
    margin: -75px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n75,
.my-md-n75 {
    margin-top: -75px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n75,
.mx-md-n75 {
    margin-right: -75px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n75,
.my-md-n75 {
    margin-bottom: -75px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n75,
.mx-md-n75 {
    margin-left: -75px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n76 {
    margin: -76px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n76,
.my-md-n76 {
    margin-top: -76px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n76,
.mx-md-n76 {
    margin-right: -76px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n76,
.my-md-n76 {
    margin-bottom: -76px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n76,
.mx-md-n76 {
    margin-left: -76px !important;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 54, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 5px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 5px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 5px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 5px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 5px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 10px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 10px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 10px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 10px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 10px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 15px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 15px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 15px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 15px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 15px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-s1 {
    margin: 1px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-s1,
.my-lg-s1 {
    margin-top: 1px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-s1,
.mx-lg-s1 {
    margin-right: 1px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-s1,
.my-lg-s1 {
    margin-bottom: 1px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-s1,
.mx-lg-s1 {
    margin-left: 1px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-s2 {
    margin: 2px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-s2,
.my-lg-s2 {
    margin-top: 2px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-s2,
.mx-lg-s2 {
    margin-right: 2px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-s2,
.my-lg-s2 {
    margin-bottom: 2px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-s2,
.mx-lg-s2 {
    margin-left: 2px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-s3 {
    margin: 3px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-s3,
.my-lg-s3 {
    margin-top: 3px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-s3,
.mx-lg-s3 {
    margin-right: 3px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-s3,
.my-lg-s3 {
    margin-bottom: 3px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-s3,
.mx-lg-s3 {
    margin-left: 3px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-s4 {
    margin: 4px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-s4,
.my-lg-s4 {
    margin-top: 4px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-s4,
.mx-lg-s4 {
    margin-right: 4px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-s4,
.my-lg-s4 {
    margin-bottom: 4px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-s4,
.mx-lg-s4 {
    margin-left: 4px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-6 {
    margin: 6px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-6,
.my-lg-6 {
    margin-top: 6px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 6px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 6px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 6px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-7 {
    margin: 7px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-7,
.my-lg-7 {
    margin-top: 7px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 7px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 7px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 7px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-8 {
    margin: 8px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-8,
.my-lg-8 {
    margin-top: 8px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-8,
.mx-lg-8 {
    margin-right: 8px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 8px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-8,
.mx-lg-8 {
    margin-left: 8px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-12 {
    margin: 12px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-12,
.my-lg-12 {
    margin-top: 12px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-12,
.mx-lg-12 {
    margin-right: 12px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 12px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-12,
.mx-lg-12 {
    margin-left: 12px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-14 {
    margin: 14px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-14,
.my-lg-14 {
    margin-top: 14px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-14,
.mx-lg-14 {
    margin-right: 14px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 14px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-14,
.mx-lg-14 {
    margin-left: 14px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-16 {
    margin: 16px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-16,
.my-lg-16 {
    margin-top: 16px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-16,
.mx-lg-16 {
    margin-right: 16px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 16px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-16,
.mx-lg-16 {
    margin-left: 16px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-17 {
    margin: 17px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-17,
.my-lg-17 {
    margin-top: 17px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-17,
.mx-lg-17 {
    margin-right: 17px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-17,
.my-lg-17 {
    margin-bottom: 17px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-17,
.mx-lg-17 {
    margin-left: 17px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-18 {
    margin: 18px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-18,
.my-lg-18 {
    margin-top: 18px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-18,
.mx-lg-18 {
    margin-right: 18px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-18,
.my-lg-18 {
    margin-bottom: 18px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-18,
.mx-lg-18 {
    margin-left: 18px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-20 {
    margin: 20px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-20,
.my-lg-20 {
    margin-top: 20px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-20,
.mx-lg-20 {
    margin-right: 20px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 20px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-20,
.mx-lg-20 {
    margin-left: 20px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-24 {
    margin: 24px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-24,
.my-lg-24 {
    margin-top: 24px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-24,
.mx-lg-24 {
    margin-right: 24px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-24,
.my-lg-24 {
    margin-bottom: 24px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-24,
.mx-lg-24 {
    margin-left: 24px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-25 {
    margin: 25px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-25,
.my-lg-25 {
    margin-top: 25px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-25,
.mx-lg-25 {
    margin-right: 25px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-25,
.my-lg-25 {
    margin-bottom: 25px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-25,
.mx-lg-25 {
    margin-left: 25px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-28 {
    margin: 28px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-28,
.my-lg-28 {
    margin-top: 28px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-28,
.mx-lg-28 {
    margin-right: 28px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-28,
.my-lg-28 {
    margin-bottom: 28px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-28,
.mx-lg-28 {
    margin-left: 28px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-30 {
    margin: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-30,
.my-lg-30 {
    margin-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-30,
.mx-lg-30 {
    margin-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-30,
.mx-lg-30 {
    margin-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-32 {
    margin: 32px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-32,
.my-lg-32 {
    margin-top: 32px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-32,
.mx-lg-32 {
    margin-right: 32px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-32,
.my-lg-32 {
    margin-bottom: 32px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-32,
.mx-lg-32 {
    margin-left: 32px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-35 {
    margin: 35px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-35,
.my-lg-35 {
    margin-top: 35px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-35,
.mx-lg-35 {
    margin-right: 35px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-35,
.my-lg-35 {
    margin-bottom: 35px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-35,
.mx-lg-35 {
    margin-left: 35px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-40 {
    margin: 40px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-40,
.my-lg-40 {
    margin-top: 40px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-40,
.mx-lg-40 {
    margin-right: 40px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 40px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-40,
.mx-lg-40 {
    margin-left: 40px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-43 {
    margin: 43px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-43,
.my-lg-43 {
    margin-top: 43px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-43,
.mx-lg-43 {
    margin-right: 43px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-43,
.my-lg-43 {
    margin-bottom: 43px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-43,
.mx-lg-43 {
    margin-left: 43px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-45 {
    margin: 45px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-45,
.my-lg-45 {
    margin-top: 45px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-45,
.mx-lg-45 {
    margin-right: 45px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-45,
.my-lg-45 {
    margin-bottom: 45px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-45,
.mx-lg-45 {
    margin-left: 45px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-47 {
    margin: 47px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-47,
.my-lg-47 {
    margin-top: 47px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-47,
.mx-lg-47 {
    margin-right: 47px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-47,
.my-lg-47 {
    margin-bottom: 47px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-47,
.mx-lg-47 {
    margin-left: 47px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-50 {
    margin: 50px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-50,
.my-lg-50 {
    margin-top: 50px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-50,
.mx-lg-50 {
    margin-right: 50px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-50,
.my-lg-50 {
    margin-bottom: 50px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-50,
.mx-lg-50 {
    margin-left: 50px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-52 {
    margin: 52px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-52,
.my-lg-52 {
    margin-top: 52px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-52,
.mx-lg-52 {
    margin-right: 52px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-52,
.my-lg-52 {
    margin-bottom: 52px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-52,
.mx-lg-52 {
    margin-left: 52px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-55 {
    margin: 55px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-55,
.my-lg-55 {
    margin-top: 55px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-55,
.mx-lg-55 {
    margin-right: 55px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-55,
.my-lg-55 {
    margin-bottom: 55px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-55,
.mx-lg-55 {
    margin-left: 55px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-60 {
    margin: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-60,
.my-lg-60 {
    margin-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-60,
.mx-lg-60 {
    margin-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-60,
.mx-lg-60 {
    margin-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-64 {
    margin: 64px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-64,
.my-lg-64 {
    margin-top: 64px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-64,
.mx-lg-64 {
    margin-right: 64px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-64,
.my-lg-64 {
    margin-bottom: 64px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-64,
.mx-lg-64 {
    margin-left: 64px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-75 {
    margin: 75px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-75,
.my-lg-75 {
    margin-top: 75px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-75,
.mx-lg-75 {
    margin-right: 75px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-75,
.my-lg-75 {
    margin-bottom: 75px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-75,
.mx-lg-75 {
    margin-left: 75px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-76 {
    margin: 76px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-76,
.my-lg-76 {
    margin-top: 76px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-76,
.mx-lg-76 {
    margin-right: 76px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-76,
.my-lg-76 {
    margin-bottom: 76px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-76,
.mx-lg-76 {
    margin-left: 76px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 5px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 5px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 5px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 5px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 5px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 10px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 10px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 10px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 10px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 10px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 15px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 15px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 15px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 15px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 15px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-s1 {
    padding: 1px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-s1,
.py-lg-s1 {
    padding-top: 1px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-s1,
.px-lg-s1 {
    padding-right: 1px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-s1,
.py-lg-s1 {
    padding-bottom: 1px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-s1,
.px-lg-s1 {
    padding-left: 1px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-s2 {
    padding: 2px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-s2,
.py-lg-s2 {
    padding-top: 2px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-s2,
.px-lg-s2 {
    padding-right: 2px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-s2,
.py-lg-s2 {
    padding-bottom: 2px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-s2,
.px-lg-s2 {
    padding-left: 2px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-s3 {
    padding: 3px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-s3,
.py-lg-s3 {
    padding-top: 3px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-s3,
.px-lg-s3 {
    padding-right: 3px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-s3,
.py-lg-s3 {
    padding-bottom: 3px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-s3,
.px-lg-s3 {
    padding-left: 3px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-s4 {
    padding: 4px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-s4,
.py-lg-s4 {
    padding-top: 4px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-s4,
.px-lg-s4 {
    padding-right: 4px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-s4,
.py-lg-s4 {
    padding-bottom: 4px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-s4,
.px-lg-s4 {
    padding-left: 4px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-6 {
    padding: 6px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-6,
.py-lg-6 {
    padding-top: 6px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-6,
.px-lg-6 {
    padding-right: 6px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 6px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-6,
.px-lg-6 {
    padding-left: 6px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-7 {
    padding: 7px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-7,
.py-lg-7 {
    padding-top: 7px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-7,
.px-lg-7 {
    padding-right: 7px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 7px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-7,
.px-lg-7 {
    padding-left: 7px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-8 {
    padding: 8px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-8,
.py-lg-8 {
    padding-top: 8px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-8,
.px-lg-8 {
    padding-right: 8px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 8px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-8,
.px-lg-8 {
    padding-left: 8px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-12 {
    padding: 12px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-12,
.py-lg-12 {
    padding-top: 12px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-12,
.px-lg-12 {
    padding-right: 12px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 12px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-12,
.px-lg-12 {
    padding-left: 12px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-14 {
    padding: 14px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-14,
.py-lg-14 {
    padding-top: 14px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-14,
.px-lg-14 {
    padding-right: 14px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 14px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-14,
.px-lg-14 {
    padding-left: 14px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-16 {
    padding: 16px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-16,
.py-lg-16 {
    padding-top: 16px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-16,
.px-lg-16 {
    padding-right: 16px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 16px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-16,
.px-lg-16 {
    padding-left: 16px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-17 {
    padding: 17px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-17,
.py-lg-17 {
    padding-top: 17px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-17,
.px-lg-17 {
    padding-right: 17px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-17,
.py-lg-17 {
    padding-bottom: 17px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-17,
.px-lg-17 {
    padding-left: 17px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-18 {
    padding: 18px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-18,
.py-lg-18 {
    padding-top: 18px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-18,
.px-lg-18 {
    padding-right: 18px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-18,
.py-lg-18 {
    padding-bottom: 18px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-18,
.px-lg-18 {
    padding-left: 18px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-20 {
    padding: 20px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-20,
.py-lg-20 {
    padding-top: 20px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-20,
.px-lg-20 {
    padding-right: 20px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 20px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-20,
.px-lg-20 {
    padding-left: 20px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-24 {
    padding: 24px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-24,
.py-lg-24 {
    padding-top: 24px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-24,
.px-lg-24 {
    padding-right: 24px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-24,
.py-lg-24 {
    padding-bottom: 24px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-24,
.px-lg-24 {
    padding-left: 24px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-25 {
    padding: 25px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-25,
.py-lg-25 {
    padding-top: 25px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-25,
.px-lg-25 {
    padding-right: 25px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-25,
.py-lg-25 {
    padding-bottom: 25px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-25,
.px-lg-25 {
    padding-left: 25px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-28 {
    padding: 28px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-28,
.py-lg-28 {
    padding-top: 28px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-28,
.px-lg-28 {
    padding-right: 28px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-28,
.py-lg-28 {
    padding-bottom: 28px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-28,
.px-lg-28 {
    padding-left: 28px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-30 {
    padding: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-30,
.py-lg-30 {
    padding-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-30,
.px-lg-30 {
    padding-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-30,
.px-lg-30 {
    padding-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-32 {
    padding: 32px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-32,
.py-lg-32 {
    padding-top: 32px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-32,
.px-lg-32 {
    padding-right: 32px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-32,
.py-lg-32 {
    padding-bottom: 32px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-32,
.px-lg-32 {
    padding-left: 32px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-35 {
    padding: 35px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-35,
.py-lg-35 {
    padding-top: 35px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-35,
.px-lg-35 {
    padding-right: 35px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-35,
.py-lg-35 {
    padding-bottom: 35px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-35,
.px-lg-35 {
    padding-left: 35px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-40 {
    padding: 40px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-40,
.py-lg-40 {
    padding-top: 40px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-40,
.px-lg-40 {
    padding-right: 40px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 40px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-40,
.px-lg-40 {
    padding-left: 40px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-43 {
    padding: 43px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-43,
.py-lg-43 {
    padding-top: 43px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-43,
.px-lg-43 {
    padding-right: 43px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-43,
.py-lg-43 {
    padding-bottom: 43px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-43,
.px-lg-43 {
    padding-left: 43px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-45 {
    padding: 45px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-45,
.py-lg-45 {
    padding-top: 45px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-45,
.px-lg-45 {
    padding-right: 45px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-45,
.py-lg-45 {
    padding-bottom: 45px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-45,
.px-lg-45 {
    padding-left: 45px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-47 {
    padding: 47px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-47,
.py-lg-47 {
    padding-top: 47px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-47,
.px-lg-47 {
    padding-right: 47px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-47,
.py-lg-47 {
    padding-bottom: 47px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-47,
.px-lg-47 {
    padding-left: 47px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-50 {
    padding: 50px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-50,
.py-lg-50 {
    padding-top: 50px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-50,
.px-lg-50 {
    padding-right: 50px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-50,
.py-lg-50 {
    padding-bottom: 50px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-50,
.px-lg-50 {
    padding-left: 50px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-52 {
    padding: 52px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-52,
.py-lg-52 {
    padding-top: 52px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-52,
.px-lg-52 {
    padding-right: 52px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-52,
.py-lg-52 {
    padding-bottom: 52px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-52,
.px-lg-52 {
    padding-left: 52px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-55 {
    padding: 55px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-55,
.py-lg-55 {
    padding-top: 55px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-55,
.px-lg-55 {
    padding-right: 55px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-55,
.py-lg-55 {
    padding-bottom: 55px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-55,
.px-lg-55 {
    padding-left: 55px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-60 {
    padding: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-60,
.py-lg-60 {
    padding-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-60,
.px-lg-60 {
    padding-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-60,
.px-lg-60 {
    padding-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-64 {
    padding: 64px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-64,
.py-lg-64 {
    padding-top: 64px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-64,
.px-lg-64 {
    padding-right: 64px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-64,
.py-lg-64 {
    padding-bottom: 64px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-64,
.px-lg-64 {
    padding-left: 64px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-75 {
    padding: 75px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-75,
.py-lg-75 {
    padding-top: 75px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-75,
.px-lg-75 {
    padding-right: 75px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-75,
.py-lg-75 {
    padding-bottom: 75px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-75,
.px-lg-75 {
    padding-left: 75px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-76 {
    padding: 76px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-76,
.py-lg-76 {
    padding-top: 76px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-76,
.px-lg-76 {
    padding-right: 76px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-76,
.py-lg-76 {
    padding-bottom: 76px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-76,
.px-lg-76 {
    padding-left: 76px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -5px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -5px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -5px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -5px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -5px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -10px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -10px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -10px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -10px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -10px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -15px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -15px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -15px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -15px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -15px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -30px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -30px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -30px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -30px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -30px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -60px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -60px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -60px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -60px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -60px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-ns1 {
    margin: -1px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-ns1,
.my-lg-ns1 {
    margin-top: -1px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-ns1,
.mx-lg-ns1 {
    margin-right: -1px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-ns1,
.my-lg-ns1 {
    margin-bottom: -1px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-ns1,
.mx-lg-ns1 {
    margin-left: -1px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-ns2 {
    margin: -2px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-ns2,
.my-lg-ns2 {
    margin-top: -2px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-ns2,
.mx-lg-ns2 {
    margin-right: -2px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-ns2,
.my-lg-ns2 {
    margin-bottom: -2px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-ns2,
.mx-lg-ns2 {
    margin-left: -2px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-ns3 {
    margin: -3px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-ns3,
.my-lg-ns3 {
    margin-top: -3px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-ns3,
.mx-lg-ns3 {
    margin-right: -3px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-ns3,
.my-lg-ns3 {
    margin-bottom: -3px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-ns3,
.mx-lg-ns3 {
    margin-left: -3px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-ns4 {
    margin: -4px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-ns4,
.my-lg-ns4 {
    margin-top: -4px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-ns4,
.mx-lg-ns4 {
    margin-right: -4px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-ns4,
.my-lg-ns4 {
    margin-bottom: -4px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-ns4,
.mx-lg-ns4 {
    margin-left: -4px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n6 {
    margin: -6px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -6px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -6px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -6px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -6px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n7 {
    margin: -7px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -7px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -7px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -7px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -7px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n8 {
    margin: -8px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -8px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -8px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -8px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -8px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n12 {
    margin: -12px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -12px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -12px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -12px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -12px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n14 {
    margin: -14px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n14,
.my-lg-n14 {
    margin-top: -14px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n14,
.mx-lg-n14 {
    margin-right: -14px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n14,
.my-lg-n14 {
    margin-bottom: -14px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n14,
.mx-lg-n14 {
    margin-left: -14px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n16 {
    margin: -16px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -16px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -16px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -16px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -16px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n17 {
    margin: -17px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n17,
.my-lg-n17 {
    margin-top: -17px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n17,
.mx-lg-n17 {
    margin-right: -17px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n17,
.my-lg-n17 {
    margin-bottom: -17px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n17,
.mx-lg-n17 {
    margin-left: -17px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n18 {
    margin: -18px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n18,
.my-lg-n18 {
    margin-top: -18px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n18,
.mx-lg-n18 {
    margin-right: -18px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n18,
.my-lg-n18 {
    margin-bottom: -18px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n18,
.mx-lg-n18 {
    margin-left: -18px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n20 {
    margin: -20px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -20px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -20px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -20px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -20px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n24 {
    margin: -24px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n24,
.my-lg-n24 {
    margin-top: -24px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n24,
.mx-lg-n24 {
    margin-right: -24px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n24,
.my-lg-n24 {
    margin-bottom: -24px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n24,
.mx-lg-n24 {
    margin-left: -24px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n25 {
    margin: -25px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n25,
.my-lg-n25 {
    margin-top: -25px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n25,
.mx-lg-n25 {
    margin-right: -25px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n25,
.my-lg-n25 {
    margin-bottom: -25px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n25,
.mx-lg-n25 {
    margin-left: -25px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n28 {
    margin: -28px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n28,
.my-lg-n28 {
    margin-top: -28px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n28,
.mx-lg-n28 {
    margin-right: -28px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n28,
.my-lg-n28 {
    margin-bottom: -28px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n28,
.mx-lg-n28 {
    margin-left: -28px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n30 {
    margin: -30px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n30,
.my-lg-n30 {
    margin-top: -30px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n30,
.mx-lg-n30 {
    margin-right: -30px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n30,
.my-lg-n30 {
    margin-bottom: -30px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n30,
.mx-lg-n30 {
    margin-left: -30px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n32 {
    margin: -32px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n32,
.my-lg-n32 {
    margin-top: -32px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n32,
.mx-lg-n32 {
    margin-right: -32px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n32,
.my-lg-n32 {
    margin-bottom: -32px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n32,
.mx-lg-n32 {
    margin-left: -32px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n35 {
    margin: -35px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n35,
.my-lg-n35 {
    margin-top: -35px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n35,
.mx-lg-n35 {
    margin-right: -35px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n35,
.my-lg-n35 {
    margin-bottom: -35px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n35,
.mx-lg-n35 {
    margin-left: -35px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n40 {
    margin: -40px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -40px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -40px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -40px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -40px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n43 {
    margin: -43px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n43,
.my-lg-n43 {
    margin-top: -43px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n43,
.mx-lg-n43 {
    margin-right: -43px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n43,
.my-lg-n43 {
    margin-bottom: -43px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n43,
.mx-lg-n43 {
    margin-left: -43px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n45 {
    margin: -45px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n45,
.my-lg-n45 {
    margin-top: -45px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n45,
.mx-lg-n45 {
    margin-right: -45px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n45,
.my-lg-n45 {
    margin-bottom: -45px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n45,
.mx-lg-n45 {
    margin-left: -45px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n47 {
    margin: -47px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n47,
.my-lg-n47 {
    margin-top: -47px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n47,
.mx-lg-n47 {
    margin-right: -47px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n47,
.my-lg-n47 {
    margin-bottom: -47px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n47,
.mx-lg-n47 {
    margin-left: -47px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n50 {
    margin: -50px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n50,
.my-lg-n50 {
    margin-top: -50px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n50,
.mx-lg-n50 {
    margin-right: -50px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n50,
.my-lg-n50 {
    margin-bottom: -50px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n50,
.mx-lg-n50 {
    margin-left: -50px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n52 {
    margin: -52px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n52,
.my-lg-n52 {
    margin-top: -52px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n52,
.mx-lg-n52 {
    margin-right: -52px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n52,
.my-lg-n52 {
    margin-bottom: -52px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n52,
.mx-lg-n52 {
    margin-left: -52px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n55 {
    margin: -55px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n55,
.my-lg-n55 {
    margin-top: -55px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n55,
.mx-lg-n55 {
    margin-right: -55px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n55,
.my-lg-n55 {
    margin-bottom: -55px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n55,
.mx-lg-n55 {
    margin-left: -55px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n60 {
    margin: -60px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n60,
.my-lg-n60 {
    margin-top: -60px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n60,
.mx-lg-n60 {
    margin-right: -60px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n60,
.my-lg-n60 {
    margin-bottom: -60px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n60,
.mx-lg-n60 {
    margin-left: -60px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n64 {
    margin: -64px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n64,
.my-lg-n64 {
    margin-top: -64px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n64,
.mx-lg-n64 {
    margin-right: -64px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n64,
.my-lg-n64 {
    margin-bottom: -64px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n64,
.mx-lg-n64 {
    margin-left: -64px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n75 {
    margin: -75px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n75,
.my-lg-n75 {
    margin-top: -75px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n75,
.mx-lg-n75 {
    margin-right: -75px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n75,
.my-lg-n75 {
    margin-bottom: -75px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n75,
.mx-lg-n75 {
    margin-left: -75px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n76 {
    margin: -76px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n76,
.my-lg-n76 {
    margin-top: -76px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n76,
.mx-lg-n76 {
    margin-right: -76px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n76,
.my-lg-n76 {
    margin-bottom: -76px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n76,
.mx-lg-n76 {
    margin-left: -76px !important;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 54, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 5px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 5px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 5px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 5px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 5px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 10px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 10px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 10px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 10px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 10px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 15px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 15px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 15px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 15px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 15px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-s1 {
    margin: 1px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-s1,
.my-xl-s1 {
    margin-top: 1px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-s1,
.mx-xl-s1 {
    margin-right: 1px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-s1,
.my-xl-s1 {
    margin-bottom: 1px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-s1,
.mx-xl-s1 {
    margin-left: 1px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-s2 {
    margin: 2px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-s2,
.my-xl-s2 {
    margin-top: 2px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-s2,
.mx-xl-s2 {
    margin-right: 2px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-s2,
.my-xl-s2 {
    margin-bottom: 2px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-s2,
.mx-xl-s2 {
    margin-left: 2px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-s3 {
    margin: 3px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-s3,
.my-xl-s3 {
    margin-top: 3px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-s3,
.mx-xl-s3 {
    margin-right: 3px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-s3,
.my-xl-s3 {
    margin-bottom: 3px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-s3,
.mx-xl-s3 {
    margin-left: 3px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-s4 {
    margin: 4px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-s4,
.my-xl-s4 {
    margin-top: 4px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-s4,
.mx-xl-s4 {
    margin-right: 4px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-s4,
.my-xl-s4 {
    margin-bottom: 4px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-s4,
.mx-xl-s4 {
    margin-left: 4px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-6 {
    margin: 6px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-6,
.my-xl-6 {
    margin-top: 6px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 6px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 6px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 6px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-7 {
    margin: 7px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-7,
.my-xl-7 {
    margin-top: 7px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 7px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 7px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 7px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-8 {
    margin: 8px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-8,
.my-xl-8 {
    margin-top: 8px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-8,
.mx-xl-8 {
    margin-right: 8px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 8px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-8,
.mx-xl-8 {
    margin-left: 8px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-12 {
    margin: 12px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-12,
.my-xl-12 {
    margin-top: 12px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-12,
.mx-xl-12 {
    margin-right: 12px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 12px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-12,
.mx-xl-12 {
    margin-left: 12px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-14 {
    margin: 14px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-14,
.my-xl-14 {
    margin-top: 14px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-14,
.mx-xl-14 {
    margin-right: 14px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-14,
.my-xl-14 {
    margin-bottom: 14px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-14,
.mx-xl-14 {
    margin-left: 14px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-16 {
    margin: 16px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-16,
.my-xl-16 {
    margin-top: 16px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-16,
.mx-xl-16 {
    margin-right: 16px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 16px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-16,
.mx-xl-16 {
    margin-left: 16px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-17 {
    margin: 17px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-17,
.my-xl-17 {
    margin-top: 17px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-17,
.mx-xl-17 {
    margin-right: 17px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-17,
.my-xl-17 {
    margin-bottom: 17px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-17,
.mx-xl-17 {
    margin-left: 17px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-18 {
    margin: 18px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-18,
.my-xl-18 {
    margin-top: 18px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-18,
.mx-xl-18 {
    margin-right: 18px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-18,
.my-xl-18 {
    margin-bottom: 18px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-18,
.mx-xl-18 {
    margin-left: 18px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-20 {
    margin: 20px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-20,
.my-xl-20 {
    margin-top: 20px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-20,
.mx-xl-20 {
    margin-right: 20px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 20px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-20,
.mx-xl-20 {
    margin-left: 20px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-24 {
    margin: 24px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-24,
.my-xl-24 {
    margin-top: 24px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-24,
.mx-xl-24 {
    margin-right: 24px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-24,
.my-xl-24 {
    margin-bottom: 24px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-24,
.mx-xl-24 {
    margin-left: 24px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-25 {
    margin: 25px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-25,
.my-xl-25 {
    margin-top: 25px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-25,
.mx-xl-25 {
    margin-right: 25px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-25,
.my-xl-25 {
    margin-bottom: 25px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-25,
.mx-xl-25 {
    margin-left: 25px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-28 {
    margin: 28px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-28,
.my-xl-28 {
    margin-top: 28px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-28,
.mx-xl-28 {
    margin-right: 28px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-28,
.my-xl-28 {
    margin-bottom: 28px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-28,
.mx-xl-28 {
    margin-left: 28px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-30 {
    margin: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-30,
.my-xl-30 {
    margin-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-30,
.mx-xl-30 {
    margin-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-30,
.my-xl-30 {
    margin-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-30,
.mx-xl-30 {
    margin-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-32 {
    margin: 32px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-32,
.my-xl-32 {
    margin-top: 32px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-32,
.mx-xl-32 {
    margin-right: 32px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-32,
.my-xl-32 {
    margin-bottom: 32px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-32,
.mx-xl-32 {
    margin-left: 32px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-35 {
    margin: 35px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-35,
.my-xl-35 {
    margin-top: 35px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-35,
.mx-xl-35 {
    margin-right: 35px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-35,
.my-xl-35 {
    margin-bottom: 35px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-35,
.mx-xl-35 {
    margin-left: 35px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-40 {
    margin: 40px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-40,
.my-xl-40 {
    margin-top: 40px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-40,
.mx-xl-40 {
    margin-right: 40px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 40px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-40,
.mx-xl-40 {
    margin-left: 40px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-43 {
    margin: 43px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-43,
.my-xl-43 {
    margin-top: 43px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-43,
.mx-xl-43 {
    margin-right: 43px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-43,
.my-xl-43 {
    margin-bottom: 43px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-43,
.mx-xl-43 {
    margin-left: 43px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-45 {
    margin: 45px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-45,
.my-xl-45 {
    margin-top: 45px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-45,
.mx-xl-45 {
    margin-right: 45px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-45,
.my-xl-45 {
    margin-bottom: 45px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-45,
.mx-xl-45 {
    margin-left: 45px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-47 {
    margin: 47px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-47,
.my-xl-47 {
    margin-top: 47px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-47,
.mx-xl-47 {
    margin-right: 47px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-47,
.my-xl-47 {
    margin-bottom: 47px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-47,
.mx-xl-47 {
    margin-left: 47px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-50 {
    margin: 50px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-50,
.my-xl-50 {
    margin-top: 50px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-50,
.mx-xl-50 {
    margin-right: 50px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-50,
.my-xl-50 {
    margin-bottom: 50px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-50,
.mx-xl-50 {
    margin-left: 50px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-52 {
    margin: 52px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-52,
.my-xl-52 {
    margin-top: 52px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-52,
.mx-xl-52 {
    margin-right: 52px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-52,
.my-xl-52 {
    margin-bottom: 52px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-52,
.mx-xl-52 {
    margin-left: 52px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-55 {
    margin: 55px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-55,
.my-xl-55 {
    margin-top: 55px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-55,
.mx-xl-55 {
    margin-right: 55px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-55,
.my-xl-55 {
    margin-bottom: 55px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-55,
.mx-xl-55 {
    margin-left: 55px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-60 {
    margin: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-60,
.my-xl-60 {
    margin-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-60,
.mx-xl-60 {
    margin-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-60,
.mx-xl-60 {
    margin-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-64 {
    margin: 64px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-64,
.my-xl-64 {
    margin-top: 64px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-64,
.mx-xl-64 {
    margin-right: 64px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-64,
.my-xl-64 {
    margin-bottom: 64px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-64,
.mx-xl-64 {
    margin-left: 64px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-75 {
    margin: 75px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-75,
.my-xl-75 {
    margin-top: 75px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-75,
.mx-xl-75 {
    margin-right: 75px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-75,
.my-xl-75 {
    margin-bottom: 75px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-75,
.mx-xl-75 {
    margin-left: 75px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-76 {
    margin: 76px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-76,
.my-xl-76 {
    margin-top: 76px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-76,
.mx-xl-76 {
    margin-right: 76px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-76,
.my-xl-76 {
    margin-bottom: 76px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-76,
.mx-xl-76 {
    margin-left: 76px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 5px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 5px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 5px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 5px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 5px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 10px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 10px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 10px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 10px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 10px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 15px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 15px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 15px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 15px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 15px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-s1 {
    padding: 1px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-s1,
.py-xl-s1 {
    padding-top: 1px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-s1,
.px-xl-s1 {
    padding-right: 1px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-s1,
.py-xl-s1 {
    padding-bottom: 1px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-s1,
.px-xl-s1 {
    padding-left: 1px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-s2 {
    padding: 2px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-s2,
.py-xl-s2 {
    padding-top: 2px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-s2,
.px-xl-s2 {
    padding-right: 2px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-s2,
.py-xl-s2 {
    padding-bottom: 2px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-s2,
.px-xl-s2 {
    padding-left: 2px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-s3 {
    padding: 3px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-s3,
.py-xl-s3 {
    padding-top: 3px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-s3,
.px-xl-s3 {
    padding-right: 3px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-s3,
.py-xl-s3 {
    padding-bottom: 3px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-s3,
.px-xl-s3 {
    padding-left: 3px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-s4 {
    padding: 4px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-s4,
.py-xl-s4 {
    padding-top: 4px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-s4,
.px-xl-s4 {
    padding-right: 4px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-s4,
.py-xl-s4 {
    padding-bottom: 4px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-s4,
.px-xl-s4 {
    padding-left: 4px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-6 {
    padding: 6px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-6,
.py-xl-6 {
    padding-top: 6px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-6,
.px-xl-6 {
    padding-right: 6px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 6px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-6,
.px-xl-6 {
    padding-left: 6px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-7 {
    padding: 7px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-7,
.py-xl-7 {
    padding-top: 7px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-7,
.px-xl-7 {
    padding-right: 7px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 7px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-7,
.px-xl-7 {
    padding-left: 7px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-8 {
    padding: 8px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-8,
.py-xl-8 {
    padding-top: 8px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-8,
.px-xl-8 {
    padding-right: 8px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 8px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-8,
.px-xl-8 {
    padding-left: 8px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-12 {
    padding: 12px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-12,
.py-xl-12 {
    padding-top: 12px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-12,
.px-xl-12 {
    padding-right: 12px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 12px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-12,
.px-xl-12 {
    padding-left: 12px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-14 {
    padding: 14px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-14,
.py-xl-14 {
    padding-top: 14px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-14,
.px-xl-14 {
    padding-right: 14px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-14,
.py-xl-14 {
    padding-bottom: 14px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-14,
.px-xl-14 {
    padding-left: 14px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-16 {
    padding: 16px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-16,
.py-xl-16 {
    padding-top: 16px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-16,
.px-xl-16 {
    padding-right: 16px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 16px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-16,
.px-xl-16 {
    padding-left: 16px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-17 {
    padding: 17px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-17,
.py-xl-17 {
    padding-top: 17px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-17,
.px-xl-17 {
    padding-right: 17px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-17,
.py-xl-17 {
    padding-bottom: 17px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-17,
.px-xl-17 {
    padding-left: 17px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-18 {
    padding: 18px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-18,
.py-xl-18 {
    padding-top: 18px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-18,
.px-xl-18 {
    padding-right: 18px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-18,
.py-xl-18 {
    padding-bottom: 18px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-18,
.px-xl-18 {
    padding-left: 18px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-20 {
    padding: 20px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-20,
.py-xl-20 {
    padding-top: 20px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-20,
.px-xl-20 {
    padding-right: 20px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 20px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-20,
.px-xl-20 {
    padding-left: 20px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-24 {
    padding: 24px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-24,
.py-xl-24 {
    padding-top: 24px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-24,
.px-xl-24 {
    padding-right: 24px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-24,
.py-xl-24 {
    padding-bottom: 24px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-24,
.px-xl-24 {
    padding-left: 24px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-25 {
    padding: 25px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-25,
.py-xl-25 {
    padding-top: 25px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-25,
.px-xl-25 {
    padding-right: 25px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-25,
.py-xl-25 {
    padding-bottom: 25px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-25,
.px-xl-25 {
    padding-left: 25px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-28 {
    padding: 28px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-28,
.py-xl-28 {
    padding-top: 28px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-28,
.px-xl-28 {
    padding-right: 28px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-28,
.py-xl-28 {
    padding-bottom: 28px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-28,
.px-xl-28 {
    padding-left: 28px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-30 {
    padding: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-30,
.py-xl-30 {
    padding-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-30,
.px-xl-30 {
    padding-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-30,
.py-xl-30 {
    padding-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-30,
.px-xl-30 {
    padding-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-32 {
    padding: 32px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-32,
.py-xl-32 {
    padding-top: 32px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-32,
.px-xl-32 {
    padding-right: 32px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-32,
.py-xl-32 {
    padding-bottom: 32px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-32,
.px-xl-32 {
    padding-left: 32px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-35 {
    padding: 35px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-35,
.py-xl-35 {
    padding-top: 35px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-35,
.px-xl-35 {
    padding-right: 35px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-35,
.py-xl-35 {
    padding-bottom: 35px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-35,
.px-xl-35 {
    padding-left: 35px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-40 {
    padding: 40px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-40,
.py-xl-40 {
    padding-top: 40px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-40,
.px-xl-40 {
    padding-right: 40px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 40px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-40,
.px-xl-40 {
    padding-left: 40px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-43 {
    padding: 43px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-43,
.py-xl-43 {
    padding-top: 43px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-43,
.px-xl-43 {
    padding-right: 43px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-43,
.py-xl-43 {
    padding-bottom: 43px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-43,
.px-xl-43 {
    padding-left: 43px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-45 {
    padding: 45px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-45,
.py-xl-45 {
    padding-top: 45px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-45,
.px-xl-45 {
    padding-right: 45px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-45,
.py-xl-45 {
    padding-bottom: 45px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-45,
.px-xl-45 {
    padding-left: 45px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-47 {
    padding: 47px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-47,
.py-xl-47 {
    padding-top: 47px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-47,
.px-xl-47 {
    padding-right: 47px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-47,
.py-xl-47 {
    padding-bottom: 47px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-47,
.px-xl-47 {
    padding-left: 47px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-50 {
    padding: 50px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-50,
.py-xl-50 {
    padding-top: 50px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-50,
.px-xl-50 {
    padding-right: 50px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-50,
.py-xl-50 {
    padding-bottom: 50px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-50,
.px-xl-50 {
    padding-left: 50px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-52 {
    padding: 52px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-52,
.py-xl-52 {
    padding-top: 52px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-52,
.px-xl-52 {
    padding-right: 52px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-52,
.py-xl-52 {
    padding-bottom: 52px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-52,
.px-xl-52 {
    padding-left: 52px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-55 {
    padding: 55px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-55,
.py-xl-55 {
    padding-top: 55px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-55,
.px-xl-55 {
    padding-right: 55px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-55,
.py-xl-55 {
    padding-bottom: 55px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-55,
.px-xl-55 {
    padding-left: 55px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-60 {
    padding: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-60,
.py-xl-60 {
    padding-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-60,
.px-xl-60 {
    padding-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-60,
.px-xl-60 {
    padding-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-64 {
    padding: 64px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-64,
.py-xl-64 {
    padding-top: 64px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-64,
.px-xl-64 {
    padding-right: 64px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-64,
.py-xl-64 {
    padding-bottom: 64px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-64,
.px-xl-64 {
    padding-left: 64px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-75 {
    padding: 75px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-75,
.py-xl-75 {
    padding-top: 75px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-75,
.px-xl-75 {
    padding-right: 75px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-75,
.py-xl-75 {
    padding-bottom: 75px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-75,
.px-xl-75 {
    padding-left: 75px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-76 {
    padding: 76px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-76,
.py-xl-76 {
    padding-top: 76px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-76,
.px-xl-76 {
    padding-right: 76px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-76,
.py-xl-76 {
    padding-bottom: 76px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-76,
.px-xl-76 {
    padding-left: 76px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -5px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -5px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -5px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -5px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -5px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -10px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -10px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -10px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -10px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -10px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -15px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -15px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -15px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -15px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -15px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -30px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -30px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -30px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -30px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -30px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -60px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -60px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -60px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -60px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -60px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-ns1 {
    margin: -1px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-ns1,
.my-xl-ns1 {
    margin-top: -1px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-ns1,
.mx-xl-ns1 {
    margin-right: -1px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-ns1,
.my-xl-ns1 {
    margin-bottom: -1px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-ns1,
.mx-xl-ns1 {
    margin-left: -1px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-ns2 {
    margin: -2px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-ns2,
.my-xl-ns2 {
    margin-top: -2px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-ns2,
.mx-xl-ns2 {
    margin-right: -2px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-ns2,
.my-xl-ns2 {
    margin-bottom: -2px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-ns2,
.mx-xl-ns2 {
    margin-left: -2px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-ns3 {
    margin: -3px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-ns3,
.my-xl-ns3 {
    margin-top: -3px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-ns3,
.mx-xl-ns3 {
    margin-right: -3px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-ns3,
.my-xl-ns3 {
    margin-bottom: -3px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-ns3,
.mx-xl-ns3 {
    margin-left: -3px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-ns4 {
    margin: -4px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-ns4,
.my-xl-ns4 {
    margin-top: -4px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-ns4,
.mx-xl-ns4 {
    margin-right: -4px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-ns4,
.my-xl-ns4 {
    margin-bottom: -4px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-ns4,
.mx-xl-ns4 {
    margin-left: -4px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n6 {
    margin: -6px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -6px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -6px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -6px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -6px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n7 {
    margin: -7px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -7px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -7px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -7px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -7px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n8 {
    margin: -8px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -8px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -8px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -8px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -8px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n12 {
    margin: -12px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -12px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -12px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -12px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -12px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n14 {
    margin: -14px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n14,
.my-xl-n14 {
    margin-top: -14px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n14,
.mx-xl-n14 {
    margin-right: -14px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n14,
.my-xl-n14 {
    margin-bottom: -14px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n14,
.mx-xl-n14 {
    margin-left: -14px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n16 {
    margin: -16px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -16px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -16px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -16px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -16px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n17 {
    margin: -17px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n17,
.my-xl-n17 {
    margin-top: -17px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n17,
.mx-xl-n17 {
    margin-right: -17px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n17,
.my-xl-n17 {
    margin-bottom: -17px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n17,
.mx-xl-n17 {
    margin-left: -17px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n18 {
    margin: -18px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n18,
.my-xl-n18 {
    margin-top: -18px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n18,
.mx-xl-n18 {
    margin-right: -18px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n18,
.my-xl-n18 {
    margin-bottom: -18px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n18,
.mx-xl-n18 {
    margin-left: -18px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n20 {
    margin: -20px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -20px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -20px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -20px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -20px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n24 {
    margin: -24px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n24,
.my-xl-n24 {
    margin-top: -24px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n24,
.mx-xl-n24 {
    margin-right: -24px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n24,
.my-xl-n24 {
    margin-bottom: -24px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n24,
.mx-xl-n24 {
    margin-left: -24px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n25 {
    margin: -25px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n25,
.my-xl-n25 {
    margin-top: -25px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n25,
.mx-xl-n25 {
    margin-right: -25px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n25,
.my-xl-n25 {
    margin-bottom: -25px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n25,
.mx-xl-n25 {
    margin-left: -25px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n28 {
    margin: -28px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n28,
.my-xl-n28 {
    margin-top: -28px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n28,
.mx-xl-n28 {
    margin-right: -28px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n28,
.my-xl-n28 {
    margin-bottom: -28px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n28,
.mx-xl-n28 {
    margin-left: -28px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n30 {
    margin: -30px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n30,
.my-xl-n30 {
    margin-top: -30px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n30,
.mx-xl-n30 {
    margin-right: -30px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n30,
.my-xl-n30 {
    margin-bottom: -30px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n30,
.mx-xl-n30 {
    margin-left: -30px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n32 {
    margin: -32px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n32,
.my-xl-n32 {
    margin-top: -32px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n32,
.mx-xl-n32 {
    margin-right: -32px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n32,
.my-xl-n32 {
    margin-bottom: -32px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n32,
.mx-xl-n32 {
    margin-left: -32px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n35 {
    margin: -35px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n35,
.my-xl-n35 {
    margin-top: -35px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n35,
.mx-xl-n35 {
    margin-right: -35px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n35,
.my-xl-n35 {
    margin-bottom: -35px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n35,
.mx-xl-n35 {
    margin-left: -35px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n40 {
    margin: -40px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -40px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -40px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -40px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -40px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n43 {
    margin: -43px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n43,
.my-xl-n43 {
    margin-top: -43px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n43,
.mx-xl-n43 {
    margin-right: -43px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n43,
.my-xl-n43 {
    margin-bottom: -43px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n43,
.mx-xl-n43 {
    margin-left: -43px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n45 {
    margin: -45px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n45,
.my-xl-n45 {
    margin-top: -45px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n45,
.mx-xl-n45 {
    margin-right: -45px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n45,
.my-xl-n45 {
    margin-bottom: -45px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n45,
.mx-xl-n45 {
    margin-left: -45px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n47 {
    margin: -47px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n47,
.my-xl-n47 {
    margin-top: -47px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n47,
.mx-xl-n47 {
    margin-right: -47px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n47,
.my-xl-n47 {
    margin-bottom: -47px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n47,
.mx-xl-n47 {
    margin-left: -47px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n50 {
    margin: -50px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n50,
.my-xl-n50 {
    margin-top: -50px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n50,
.mx-xl-n50 {
    margin-right: -50px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n50,
.my-xl-n50 {
    margin-bottom: -50px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n50,
.mx-xl-n50 {
    margin-left: -50px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n52 {
    margin: -52px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n52,
.my-xl-n52 {
    margin-top: -52px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n52,
.mx-xl-n52 {
    margin-right: -52px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n52,
.my-xl-n52 {
    margin-bottom: -52px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n52,
.mx-xl-n52 {
    margin-left: -52px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n55 {
    margin: -55px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n55,
.my-xl-n55 {
    margin-top: -55px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n55,
.mx-xl-n55 {
    margin-right: -55px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n55,
.my-xl-n55 {
    margin-bottom: -55px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n55,
.mx-xl-n55 {
    margin-left: -55px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n60 {
    margin: -60px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n60,
.my-xl-n60 {
    margin-top: -60px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n60,
.mx-xl-n60 {
    margin-right: -60px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n60,
.my-xl-n60 {
    margin-bottom: -60px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n60,
.mx-xl-n60 {
    margin-left: -60px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n64 {
    margin: -64px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n64,
.my-xl-n64 {
    margin-top: -64px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n64,
.mx-xl-n64 {
    margin-right: -64px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n64,
.my-xl-n64 {
    margin-bottom: -64px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n64,
.mx-xl-n64 {
    margin-left: -64px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n75 {
    margin: -75px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n75,
.my-xl-n75 {
    margin-top: -75px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n75,
.mx-xl-n75 {
    margin-right: -75px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n75,
.my-xl-n75 {
    margin-bottom: -75px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n75,
.mx-xl-n75 {
    margin-left: -75px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n76 {
    margin: -76px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n76,
.my-xl-n76 {
    margin-top: -76px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n76,
.mx-xl-n76 {
    margin-right: -76px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n76,
.my-xl-n76 {
    margin-bottom: -76px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n76,
.mx-xl-n76 {
    margin-left: -76px !important;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-1 {
    margin: 5px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 5px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 5px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 5px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 5px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-2 {
    margin: 10px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 10px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 10px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 10px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 10px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-3 {
    margin: 15px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 15px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 15px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 15px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 15px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-4 {
    margin: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-5 {
    margin: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-s1 {
    margin: 1px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-s1,
.my-xxl-s1 {
    margin-top: 1px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-s1,
.mx-xxl-s1 {
    margin-right: 1px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-s1,
.my-xxl-s1 {
    margin-bottom: 1px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-s1,
.mx-xxl-s1 {
    margin-left: 1px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-s2 {
    margin: 2px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-s2,
.my-xxl-s2 {
    margin-top: 2px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-s2,
.mx-xxl-s2 {
    margin-right: 2px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-s2,
.my-xxl-s2 {
    margin-bottom: 2px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-s2,
.mx-xxl-s2 {
    margin-left: 2px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-s3 {
    margin: 3px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-s3,
.my-xxl-s3 {
    margin-top: 3px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-s3,
.mx-xxl-s3 {
    margin-right: 3px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-s3,
.my-xxl-s3 {
    margin-bottom: 3px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-s3,
.mx-xxl-s3 {
    margin-left: 3px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-s4 {
    margin: 4px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-s4,
.my-xxl-s4 {
    margin-top: 4px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-s4,
.mx-xxl-s4 {
    margin-right: 4px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-s4,
.my-xxl-s4 {
    margin-bottom: 4px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-s4,
.mx-xxl-s4 {
    margin-left: 4px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-6 {
    margin: 6px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 6px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 6px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 6px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 6px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-7 {
    margin: 7px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 7px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 7px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 7px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 7px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-8 {
    margin: 8px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 8px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 8px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 8px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 8px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-12 {
    margin: 12px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-12,
.my-xxl-12 {
    margin-top: 12px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-12,
.mx-xxl-12 {
    margin-right: 12px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-12,
.my-xxl-12 {
    margin-bottom: 12px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-12,
.mx-xxl-12 {
    margin-left: 12px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-14 {
    margin: 14px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-14,
.my-xxl-14 {
    margin-top: 14px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-14,
.mx-xxl-14 {
    margin-right: 14px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-14,
.my-xxl-14 {
    margin-bottom: 14px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-14,
.mx-xxl-14 {
    margin-left: 14px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-16 {
    margin: 16px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-16,
.my-xxl-16 {
    margin-top: 16px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-16,
.mx-xxl-16 {
    margin-right: 16px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-16,
.my-xxl-16 {
    margin-bottom: 16px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-16,
.mx-xxl-16 {
    margin-left: 16px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-17 {
    margin: 17px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-17,
.my-xxl-17 {
    margin-top: 17px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-17,
.mx-xxl-17 {
    margin-right: 17px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-17,
.my-xxl-17 {
    margin-bottom: 17px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-17,
.mx-xxl-17 {
    margin-left: 17px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-18 {
    margin: 18px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-18,
.my-xxl-18 {
    margin-top: 18px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-18,
.mx-xxl-18 {
    margin-right: 18px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-18,
.my-xxl-18 {
    margin-bottom: 18px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-18,
.mx-xxl-18 {
    margin-left: 18px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-20 {
    margin: 20px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 20px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 20px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 20px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 20px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-24 {
    margin: 24px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-24,
.my-xxl-24 {
    margin-top: 24px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-24,
.mx-xxl-24 {
    margin-right: 24px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-24,
.my-xxl-24 {
    margin-bottom: 24px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-24,
.mx-xxl-24 {
    margin-left: 24px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-25 {
    margin: 25px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-25,
.my-xxl-25 {
    margin-top: 25px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-25,
.mx-xxl-25 {
    margin-right: 25px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-25,
.my-xxl-25 {
    margin-bottom: 25px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-25,
.mx-xxl-25 {
    margin-left: 25px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-28 {
    margin: 28px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-28,
.my-xxl-28 {
    margin-top: 28px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-28,
.mx-xxl-28 {
    margin-right: 28px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-28,
.my-xxl-28 {
    margin-bottom: 28px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-28,
.mx-xxl-28 {
    margin-left: 28px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-30 {
    margin: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-30,
.my-xxl-30 {
    margin-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-30,
.mx-xxl-30 {
    margin-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-30,
.my-xxl-30 {
    margin-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-30,
.mx-xxl-30 {
    margin-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-32 {
    margin: 32px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-32,
.my-xxl-32 {
    margin-top: 32px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-32,
.mx-xxl-32 {
    margin-right: 32px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-32,
.my-xxl-32 {
    margin-bottom: 32px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-32,
.mx-xxl-32 {
    margin-left: 32px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-35 {
    margin: 35px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-35,
.my-xxl-35 {
    margin-top: 35px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-35,
.mx-xxl-35 {
    margin-right: 35px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-35,
.my-xxl-35 {
    margin-bottom: 35px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-35,
.mx-xxl-35 {
    margin-left: 35px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-40 {
    margin: 40px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-40,
.my-xxl-40 {
    margin-top: 40px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-40,
.mx-xxl-40 {
    margin-right: 40px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-40,
.my-xxl-40 {
    margin-bottom: 40px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-40,
.mx-xxl-40 {
    margin-left: 40px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-43 {
    margin: 43px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-43,
.my-xxl-43 {
    margin-top: 43px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-43,
.mx-xxl-43 {
    margin-right: 43px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-43,
.my-xxl-43 {
    margin-bottom: 43px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-43,
.mx-xxl-43 {
    margin-left: 43px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-45 {
    margin: 45px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-45,
.my-xxl-45 {
    margin-top: 45px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-45,
.mx-xxl-45 {
    margin-right: 45px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-45,
.my-xxl-45 {
    margin-bottom: 45px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-45,
.mx-xxl-45 {
    margin-left: 45px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-47 {
    margin: 47px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-47,
.my-xxl-47 {
    margin-top: 47px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-47,
.mx-xxl-47 {
    margin-right: 47px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-47,
.my-xxl-47 {
    margin-bottom: 47px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-47,
.mx-xxl-47 {
    margin-left: 47px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-50 {
    margin: 50px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-50,
.my-xxl-50 {
    margin-top: 50px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-50,
.mx-xxl-50 {
    margin-right: 50px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-50,
.my-xxl-50 {
    margin-bottom: 50px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-50,
.mx-xxl-50 {
    margin-left: 50px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-52 {
    margin: 52px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-52,
.my-xxl-52 {
    margin-top: 52px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-52,
.mx-xxl-52 {
    margin-right: 52px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-52,
.my-xxl-52 {
    margin-bottom: 52px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-52,
.mx-xxl-52 {
    margin-left: 52px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-55 {
    margin: 55px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-55,
.my-xxl-55 {
    margin-top: 55px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-55,
.mx-xxl-55 {
    margin-right: 55px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-55,
.my-xxl-55 {
    margin-bottom: 55px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-55,
.mx-xxl-55 {
    margin-left: 55px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-60 {
    margin: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-60,
.my-xxl-60 {
    margin-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-60,
.mx-xxl-60 {
    margin-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-60,
.my-xxl-60 {
    margin-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-60,
.mx-xxl-60 {
    margin-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-64 {
    margin: 64px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-64,
.my-xxl-64 {
    margin-top: 64px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-64,
.mx-xxl-64 {
    margin-right: 64px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-64,
.my-xxl-64 {
    margin-bottom: 64px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-64,
.mx-xxl-64 {
    margin-left: 64px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-75 {
    margin: 75px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-75,
.my-xxl-75 {
    margin-top: 75px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-75,
.mx-xxl-75 {
    margin-right: 75px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-75,
.my-xxl-75 {
    margin-bottom: 75px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-75,
.mx-xxl-75 {
    margin-left: 75px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-76 {
    margin: 76px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-76,
.my-xxl-76 {
    margin-top: 76px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-76,
.mx-xxl-76 {
    margin-right: 76px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-76,
.my-xxl-76 {
    margin-bottom: 76px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-76,
.mx-xxl-76 {
    margin-left: 76px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-1 {
    padding: 5px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 5px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 5px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 5px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 5px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-2 {
    padding: 10px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 10px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 10px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 10px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 10px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-3 {
    padding: 15px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 15px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 15px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 15px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 15px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-4 {
    padding: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-5 {
    padding: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-s1 {
    padding: 1px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-s1,
.py-xxl-s1 {
    padding-top: 1px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-s1,
.px-xxl-s1 {
    padding-right: 1px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-s1,
.py-xxl-s1 {
    padding-bottom: 1px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-s1,
.px-xxl-s1 {
    padding-left: 1px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-s2 {
    padding: 2px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-s2,
.py-xxl-s2 {
    padding-top: 2px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-s2,
.px-xxl-s2 {
    padding-right: 2px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-s2,
.py-xxl-s2 {
    padding-bottom: 2px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-s2,
.px-xxl-s2 {
    padding-left: 2px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-s3 {
    padding: 3px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-s3,
.py-xxl-s3 {
    padding-top: 3px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-s3,
.px-xxl-s3 {
    padding-right: 3px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-s3,
.py-xxl-s3 {
    padding-bottom: 3px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-s3,
.px-xxl-s3 {
    padding-left: 3px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-s4 {
    padding: 4px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-s4,
.py-xxl-s4 {
    padding-top: 4px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-s4,
.px-xxl-s4 {
    padding-right: 4px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-s4,
.py-xxl-s4 {
    padding-bottom: 4px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-s4,
.px-xxl-s4 {
    padding-left: 4px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-6 {
    padding: 6px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 6px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 6px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 6px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 6px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-7 {
    padding: 7px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 7px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 7px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 7px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 7px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-8 {
    padding: 8px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 8px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 8px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 8px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 8px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-12 {
    padding: 12px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-12,
.py-xxl-12 {
    padding-top: 12px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-12,
.px-xxl-12 {
    padding-right: 12px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-12,
.py-xxl-12 {
    padding-bottom: 12px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-12,
.px-xxl-12 {
    padding-left: 12px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-14 {
    padding: 14px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-14,
.py-xxl-14 {
    padding-top: 14px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-14,
.px-xxl-14 {
    padding-right: 14px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-14,
.py-xxl-14 {
    padding-bottom: 14px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-14,
.px-xxl-14 {
    padding-left: 14px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-16 {
    padding: 16px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-16,
.py-xxl-16 {
    padding-top: 16px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-16,
.px-xxl-16 {
    padding-right: 16px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-16,
.py-xxl-16 {
    padding-bottom: 16px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-16,
.px-xxl-16 {
    padding-left: 16px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-17 {
    padding: 17px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-17,
.py-xxl-17 {
    padding-top: 17px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-17,
.px-xxl-17 {
    padding-right: 17px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-17,
.py-xxl-17 {
    padding-bottom: 17px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-17,
.px-xxl-17 {
    padding-left: 17px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-18 {
    padding: 18px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-18,
.py-xxl-18 {
    padding-top: 18px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-18,
.px-xxl-18 {
    padding-right: 18px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-18,
.py-xxl-18 {
    padding-bottom: 18px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-18,
.px-xxl-18 {
    padding-left: 18px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-20 {
    padding: 20px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 20px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 20px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 20px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 20px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-24 {
    padding: 24px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-24,
.py-xxl-24 {
    padding-top: 24px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-24,
.px-xxl-24 {
    padding-right: 24px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-24,
.py-xxl-24 {
    padding-bottom: 24px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-24,
.px-xxl-24 {
    padding-left: 24px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-25 {
    padding: 25px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-25,
.py-xxl-25 {
    padding-top: 25px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-25,
.px-xxl-25 {
    padding-right: 25px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-25,
.py-xxl-25 {
    padding-bottom: 25px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-25,
.px-xxl-25 {
    padding-left: 25px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-28 {
    padding: 28px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-28,
.py-xxl-28 {
    padding-top: 28px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-28,
.px-xxl-28 {
    padding-right: 28px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-28,
.py-xxl-28 {
    padding-bottom: 28px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-28,
.px-xxl-28 {
    padding-left: 28px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-30 {
    padding: 30px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-30,
.py-xxl-30 {
    padding-top: 30px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-30,
.px-xxl-30 {
    padding-right: 30px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-30,
.py-xxl-30 {
    padding-bottom: 30px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-30,
.px-xxl-30 {
    padding-left: 30px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-32 {
    padding: 32px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-32,
.py-xxl-32 {
    padding-top: 32px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-32,
.px-xxl-32 {
    padding-right: 32px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-32,
.py-xxl-32 {
    padding-bottom: 32px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-32,
.px-xxl-32 {
    padding-left: 32px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-35 {
    padding: 35px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-35,
.py-xxl-35 {
    padding-top: 35px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-35,
.px-xxl-35 {
    padding-right: 35px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-35,
.py-xxl-35 {
    padding-bottom: 35px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-35,
.px-xxl-35 {
    padding-left: 35px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-40 {
    padding: 40px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-40,
.py-xxl-40 {
    padding-top: 40px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-40,
.px-xxl-40 {
    padding-right: 40px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-40,
.py-xxl-40 {
    padding-bottom: 40px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-40,
.px-xxl-40 {
    padding-left: 40px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-43 {
    padding: 43px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-43,
.py-xxl-43 {
    padding-top: 43px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-43,
.px-xxl-43 {
    padding-right: 43px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-43,
.py-xxl-43 {
    padding-bottom: 43px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-43,
.px-xxl-43 {
    padding-left: 43px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-45 {
    padding: 45px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-45,
.py-xxl-45 {
    padding-top: 45px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-45,
.px-xxl-45 {
    padding-right: 45px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-45,
.py-xxl-45 {
    padding-bottom: 45px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-45,
.px-xxl-45 {
    padding-left: 45px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-47 {
    padding: 47px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-47,
.py-xxl-47 {
    padding-top: 47px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-47,
.px-xxl-47 {
    padding-right: 47px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-47,
.py-xxl-47 {
    padding-bottom: 47px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-47,
.px-xxl-47 {
    padding-left: 47px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-50 {
    padding: 50px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-50,
.py-xxl-50 {
    padding-top: 50px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-50,
.px-xxl-50 {
    padding-right: 50px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-50,
.py-xxl-50 {
    padding-bottom: 50px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-50,
.px-xxl-50 {
    padding-left: 50px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-52 {
    padding: 52px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-52,
.py-xxl-52 {
    padding-top: 52px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-52,
.px-xxl-52 {
    padding-right: 52px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-52,
.py-xxl-52 {
    padding-bottom: 52px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-52,
.px-xxl-52 {
    padding-left: 52px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-55 {
    padding: 55px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-55,
.py-xxl-55 {
    padding-top: 55px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-55,
.px-xxl-55 {
    padding-right: 55px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-55,
.py-xxl-55 {
    padding-bottom: 55px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-55,
.px-xxl-55 {
    padding-left: 55px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-60 {
    padding: 60px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-60,
.py-xxl-60 {
    padding-top: 60px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-60,
.px-xxl-60 {
    padding-right: 60px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-60,
.py-xxl-60 {
    padding-bottom: 60px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-60,
.px-xxl-60 {
    padding-left: 60px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-64 {
    padding: 64px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-64,
.py-xxl-64 {
    padding-top: 64px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-64,
.px-xxl-64 {
    padding-right: 64px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-64,
.py-xxl-64 {
    padding-bottom: 64px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-64,
.px-xxl-64 {
    padding-left: 64px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-75 {
    padding: 75px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-75,
.py-xxl-75 {
    padding-top: 75px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-75,
.px-xxl-75 {
    padding-right: 75px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-75,
.py-xxl-75 {
    padding-bottom: 75px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-75,
.px-xxl-75 {
    padding-left: 75px !important;
  }
  /* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xxl-76 {
    padding: 76px !important;
  }
  /* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xxl-76,
.py-xxl-76 {
    padding-top: 76px !important;
  }
  /* line 15, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xxl-76,
.px-xxl-76 {
    padding-right: 76px !important;
  }
  /* line 18, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xxl-76,
.py-xxl-76 {
    padding-bottom: 76px !important;
  }
  /* line 21, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xxl-76,
.px-xxl-76 {
    padding-left: 76px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n1 {
    margin: -5px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -5px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -5px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -5px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -5px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n2 {
    margin: -10px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -10px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -10px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -10px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -10px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n3 {
    margin: -15px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -15px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -15px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -15px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -15px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n4 {
    margin: -30px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -30px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -30px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -30px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -30px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n5 {
    margin: -60px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -60px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -60px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -60px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -60px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-ns1 {
    margin: -1px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-ns1,
.my-xxl-ns1 {
    margin-top: -1px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-ns1,
.mx-xxl-ns1 {
    margin-right: -1px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-ns1,
.my-xxl-ns1 {
    margin-bottom: -1px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-ns1,
.mx-xxl-ns1 {
    margin-left: -1px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-ns2 {
    margin: -2px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-ns2,
.my-xxl-ns2 {
    margin-top: -2px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-ns2,
.mx-xxl-ns2 {
    margin-right: -2px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-ns2,
.my-xxl-ns2 {
    margin-bottom: -2px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-ns2,
.mx-xxl-ns2 {
    margin-left: -2px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-ns3 {
    margin: -3px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-ns3,
.my-xxl-ns3 {
    margin-top: -3px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-ns3,
.mx-xxl-ns3 {
    margin-right: -3px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-ns3,
.my-xxl-ns3 {
    margin-bottom: -3px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-ns3,
.mx-xxl-ns3 {
    margin-left: -3px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-ns4 {
    margin: -4px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-ns4,
.my-xxl-ns4 {
    margin-top: -4px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-ns4,
.mx-xxl-ns4 {
    margin-right: -4px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-ns4,
.my-xxl-ns4 {
    margin-bottom: -4px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-ns4,
.mx-xxl-ns4 {
    margin-left: -4px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n6 {
    margin: -6px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -6px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -6px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -6px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -6px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n7 {
    margin: -7px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -7px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -7px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -7px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -7px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n8 {
    margin: -8px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -8px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -8px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -8px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -8px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n12 {
    margin: -12px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n12,
.my-xxl-n12 {
    margin-top: -12px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n12,
.mx-xxl-n12 {
    margin-right: -12px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n12,
.my-xxl-n12 {
    margin-bottom: -12px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n12,
.mx-xxl-n12 {
    margin-left: -12px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n14 {
    margin: -14px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n14,
.my-xxl-n14 {
    margin-top: -14px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n14,
.mx-xxl-n14 {
    margin-right: -14px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n14,
.my-xxl-n14 {
    margin-bottom: -14px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n14,
.mx-xxl-n14 {
    margin-left: -14px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n16 {
    margin: -16px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n16,
.my-xxl-n16 {
    margin-top: -16px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n16,
.mx-xxl-n16 {
    margin-right: -16px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n16,
.my-xxl-n16 {
    margin-bottom: -16px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n16,
.mx-xxl-n16 {
    margin-left: -16px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n17 {
    margin: -17px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n17,
.my-xxl-n17 {
    margin-top: -17px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n17,
.mx-xxl-n17 {
    margin-right: -17px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n17,
.my-xxl-n17 {
    margin-bottom: -17px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n17,
.mx-xxl-n17 {
    margin-left: -17px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n18 {
    margin: -18px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n18,
.my-xxl-n18 {
    margin-top: -18px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n18,
.mx-xxl-n18 {
    margin-right: -18px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n18,
.my-xxl-n18 {
    margin-bottom: -18px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n18,
.mx-xxl-n18 {
    margin-left: -18px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n20 {
    margin: -20px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -20px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -20px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -20px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -20px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n24 {
    margin: -24px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n24,
.my-xxl-n24 {
    margin-top: -24px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n24,
.mx-xxl-n24 {
    margin-right: -24px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n24,
.my-xxl-n24 {
    margin-bottom: -24px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n24,
.mx-xxl-n24 {
    margin-left: -24px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n25 {
    margin: -25px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n25,
.my-xxl-n25 {
    margin-top: -25px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n25,
.mx-xxl-n25 {
    margin-right: -25px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n25,
.my-xxl-n25 {
    margin-bottom: -25px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n25,
.mx-xxl-n25 {
    margin-left: -25px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n28 {
    margin: -28px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n28,
.my-xxl-n28 {
    margin-top: -28px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n28,
.mx-xxl-n28 {
    margin-right: -28px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n28,
.my-xxl-n28 {
    margin-bottom: -28px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n28,
.mx-xxl-n28 {
    margin-left: -28px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n30 {
    margin: -30px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n30,
.my-xxl-n30 {
    margin-top: -30px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n30,
.mx-xxl-n30 {
    margin-right: -30px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n30,
.my-xxl-n30 {
    margin-bottom: -30px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n30,
.mx-xxl-n30 {
    margin-left: -30px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n32 {
    margin: -32px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n32,
.my-xxl-n32 {
    margin-top: -32px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n32,
.mx-xxl-n32 {
    margin-right: -32px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n32,
.my-xxl-n32 {
    margin-bottom: -32px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n32,
.mx-xxl-n32 {
    margin-left: -32px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n35 {
    margin: -35px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n35,
.my-xxl-n35 {
    margin-top: -35px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n35,
.mx-xxl-n35 {
    margin-right: -35px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n35,
.my-xxl-n35 {
    margin-bottom: -35px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n35,
.mx-xxl-n35 {
    margin-left: -35px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n40 {
    margin: -40px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n40,
.my-xxl-n40 {
    margin-top: -40px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n40,
.mx-xxl-n40 {
    margin-right: -40px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n40,
.my-xxl-n40 {
    margin-bottom: -40px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n40,
.mx-xxl-n40 {
    margin-left: -40px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n43 {
    margin: -43px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n43,
.my-xxl-n43 {
    margin-top: -43px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n43,
.mx-xxl-n43 {
    margin-right: -43px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n43,
.my-xxl-n43 {
    margin-bottom: -43px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n43,
.mx-xxl-n43 {
    margin-left: -43px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n45 {
    margin: -45px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n45,
.my-xxl-n45 {
    margin-top: -45px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n45,
.mx-xxl-n45 {
    margin-right: -45px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n45,
.my-xxl-n45 {
    margin-bottom: -45px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n45,
.mx-xxl-n45 {
    margin-left: -45px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n47 {
    margin: -47px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n47,
.my-xxl-n47 {
    margin-top: -47px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n47,
.mx-xxl-n47 {
    margin-right: -47px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n47,
.my-xxl-n47 {
    margin-bottom: -47px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n47,
.mx-xxl-n47 {
    margin-left: -47px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n50 {
    margin: -50px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n50,
.my-xxl-n50 {
    margin-top: -50px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n50,
.mx-xxl-n50 {
    margin-right: -50px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n50,
.my-xxl-n50 {
    margin-bottom: -50px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n50,
.mx-xxl-n50 {
    margin-left: -50px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n52 {
    margin: -52px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n52,
.my-xxl-n52 {
    margin-top: -52px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n52,
.mx-xxl-n52 {
    margin-right: -52px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n52,
.my-xxl-n52 {
    margin-bottom: -52px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n52,
.mx-xxl-n52 {
    margin-left: -52px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n55 {
    margin: -55px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n55,
.my-xxl-n55 {
    margin-top: -55px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n55,
.mx-xxl-n55 {
    margin-right: -55px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n55,
.my-xxl-n55 {
    margin-bottom: -55px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n55,
.mx-xxl-n55 {
    margin-left: -55px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n60 {
    margin: -60px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n60,
.my-xxl-n60 {
    margin-top: -60px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n60,
.mx-xxl-n60 {
    margin-right: -60px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n60,
.my-xxl-n60 {
    margin-bottom: -60px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n60,
.mx-xxl-n60 {
    margin-left: -60px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n64 {
    margin: -64px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n64,
.my-xxl-n64 {
    margin-top: -64px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n64,
.mx-xxl-n64 {
    margin-right: -64px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n64,
.my-xxl-n64 {
    margin-bottom: -64px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n64,
.mx-xxl-n64 {
    margin-left: -64px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n75 {
    margin: -75px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n75,
.my-xxl-n75 {
    margin-top: -75px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n75,
.mx-xxl-n75 {
    margin-right: -75px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n75,
.my-xxl-n75 {
    margin-bottom: -75px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n75,
.mx-xxl-n75 {
    margin-left: -75px !important;
  }
  /* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-n76 {
    margin: -76px !important;
  }
  /* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-n76,
.my-xxl-n76 {
    margin-top: -76px !important;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-n76,
.mx-xxl-n76 {
    margin-right: -76px !important;
  }
  /* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-n76,
.my-xxl-n76 {
    margin-bottom: -76px !important;
  }
  /* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-n76,
.mx-xxl-n76 {
    margin-left: -76px !important;
  }
  /* line 47, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 48, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }
  /* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }
  /* line 54, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 57, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !important;
  }
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate, .custom-file-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 22, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxl-left {
    text-align: left !important;
  }
  /* line 23, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxl-right {
    text-align: right !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

/* line 30, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #38274c !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #130d19 !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #fb5252 !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #f90707 !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #58b258 !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, a.text-success:focus {
  color: #3c823c !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #6590ff !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #1959ff !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ff8b00 !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #b36100 !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #e33e38 !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #b51f19 !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #090909 !important;
}

/* line 52, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted {
  color: #aaaaaa !important;
}

/* line 54, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 24, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn):not(.btn-submit) {
    text-decoration: underline;
  }
  /* line 34, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 49, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 52, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  /* line 58, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 63, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 70, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 83, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }
  /* line 86, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 91, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 94, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 98, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 101, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 108, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  /* line 114, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 117, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #c5c5c6;
  }
  /* line 125, ../.rbenv/versions/3.3.7/lib/ruby/gems/3.3.0/gems/bootstrap-4.6.2.1/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #c5c5c6;
  }
}

/* line 192, app/assets/stylesheets/new_design/new_design.scss */
h1,
.h1 {
  line-height: 64px;
  font-family: "Airbnb-Cereal-Extra-Bold", sans-serif;
}

/* line 198, app/assets/stylesheets/new_design/new_design.scss */
h2,
.h2 {
  line-height: 56px;
  font-family: "Airbnb-Cereal-Bold", sans-serif;
}

/* line 204, app/assets/stylesheets/new_design/new_design.scss */
h3,
.h3 {
  line-height: 48px;
  font-family: "Airbnb-Cereal-Bold", sans-serif;
}

/* line 210, app/assets/stylesheets/new_design/new_design.scss */
h4,
.h4 {
  line-height: 40px;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
}

/* line 216, app/assets/stylesheets/new_design/new_design.scss */
h5,
.h5 {
  line-height: 32px;
  font-family: "Airbnb-Cereal-Bold", sans-serif;
}

/* line 222, app/assets/stylesheets/new_design/new_design.scss */
h6,
.h6,
.monthly .monthly-row .monthly-col:not(.today) .day {
  line-height: 28px;
  font-family: "Airbnb-Cereal-Bold", sans-serif;
}

/* line 229, app/assets/stylesheets/new_design/new_design.scss */
.subtitle-sm, .counting, .listings_calendar .time, .card-settings .headings .step .step-number, .tour-steps .badge-details, .calendar-dots div, .monthly .monthly-row .monthly-col .booking, .calendar-tabs a, .calendar-week-dates .right-side .col .day-name, .daily .calendar-bookings .single-date .booking,
.weekly .calendar-bookings .single-date .booking, .daily .left-times .calendar-time,
.weekly .left-times .calendar-time, .pricing-tabs .tabb, .pricing .card-price .period, .table-billing th, .table-bookings th, .table-feedback th, .badge-count, .divider-or, .badge-today, .subtitle-lg, .tour-steps .badge-secondary-date, .monthly-days .col span, .monthly .monthly-row .monthly-col.today .day, .calendar-week-dates .right-side .col .day, .calendar-date, .pricing .plan-main .card::before, .pricing .single-plan:nth-child(2) .card::before, .card-billing .billing-cycle, .calendar-row .time {
  font-family: "Airbnb-Cereal-Bold", sans-serif;
  color: #090909;
}

/* line 234, app/assets/stylesheets/new_design/new_design.scss */
.subtitle-md {
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  color: #090909;
}

/* line 238, app/assets/stylesheets/new_design/new_design.scss */
.subtitle-sm, .counting, .listings_calendar .time, .card-settings .headings .step .step-number, .tour-steps .badge-details, .calendar-dots div, .monthly .monthly-row .monthly-col .booking, .calendar-tabs a, .calendar-week-dates .right-side .col .day-name, .daily .calendar-bookings .single-date .booking,
.weekly .calendar-bookings .single-date .booking, .daily .left-times .calendar-time,
.weekly .left-times .calendar-time, .pricing-tabs .tabb, .pricing .card-price .period, .table-billing th, .table-bookings th, .table-feedback th, .badge-count, .divider-or, .badge-today {
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 245, app/assets/stylesheets/new_design/new_design.scss */
.caption {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.04rem;
  color: #707070;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
}

/* line 254, app/assets/stylesheets/new_design/new_design.scss */
.font-sm, span.email-ids, .warning-import, .error-import, .pricing .card ul li, .card-changePassword .form-control, .card-changePassword .select2-container--default .select2-selection--single, .select2-container--default .card-changePassword .select2-selection--single, .card-changePassword input[type="email"],
.card-changePassword input[type="password"],
.card-changePassword input[type="text"],
.card-changePassword input[type="number"],
.card-changePassword input[type="file"],
.card-changePassword input[type="date"],
.card-changePassword input[type="datetime-local"],
.card-changePassword input[type="month"],
.card-changePassword input[type="url"],
.card-changePassword input[type="week"],
.card-changePassword input[type="search"],
.card-changePassword input[type="tel"],
.card-changePassword input[type="time"],
.card-changePassword select,
.card-changePassword textarea, .card-changePassword label:not(.btn):not(.btn-submit), .card-profileSettings .form-control, .card-profileSettings .select2-container--default .select2-selection--single, .select2-container--default .card-profileSettings .select2-selection--single, .card-profileSettings input[type="email"],
.card-profileSettings input[type="password"],
.card-profileSettings input[type="text"],
.card-profileSettings input[type="number"],
.card-profileSettings input[type="file"],
.card-profileSettings input[type="date"],
.card-profileSettings input[type="datetime-local"],
.card-profileSettings input[type="month"],
.card-profileSettings input[type="url"],
.card-profileSettings input[type="week"],
.card-profileSettings input[type="search"],
.card-profileSettings input[type="tel"],
.card-profileSettings input[type="time"],
.card-profileSettings select,
.card-profileSettings textarea,
.card-profileSettings .input-group-text, .card-profileSettings label:not(.btn):not(.btn-submit), .form-control, .select2-container--default .select2-selection--single, input[type="email"],
input[type="password"],
input[type="text"],
input[type="number"],
input[type="file"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="url"],
input[type="week"],
input[type="search"],
input[type="tel"],
input[type="time"],
select,
textarea,
.input-group-text, .table-bookings td, .table-feedback td, .badge-active-light,
.badge-inactive-light,
.badge-default-light,
.badge-pending-light,
.badge-rescheduled-light,
.badge-brescheduled-light,
.badge-draft-light,
.badge-approved-light,
.badge-cancelled-light,
.badge-myself,
.badge-team-member,
.badge-seller {
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 260, app/assets/stylesheets/new_design/new_design.scss */
.subtitle-large {
  font-weight: 700;
}

/* line 264, app/assets/stylesheets/new_design/new_design.scss */
body,
button,
.btn,
.tabs button,
.btn-submit {
  letter-spacing: 0.03em !important;
}

/* line 270, app/assets/stylesheets/new_design/new_design.scss */
html {
  scroll-behavior: smooth;
}

@media (max-width: 991.98px) {
  /* line 276, app/assets/stylesheets/new_design/new_design.scss */
  body {
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {
  /* line 282, app/assets/stylesheets/new_design/new_design.scss */
  body {
    font-size: 0.9rem;
  }
}

/* line 299, app/assets/stylesheets/new_design/new_design.scss */
.fs-20 {
  font-size: 20px;
}

@media (max-width: 991.98px) {
  /* line 299, app/assets/stylesheets/new_design/new_design.scss */
  .fs-20 {
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  /* line 299, app/assets/stylesheets/new_design/new_design.scss */
  .fs-20 {
    font-size: 16.5px;
  }
}

/* line 303, app/assets/stylesheets/new_design/new_design.scss */
.fs-30 {
  font-size: 30px;
}

@media (max-width: 991.98px) {
  /* line 303, app/assets/stylesheets/new_design/new_design.scss */
  .fs-30 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  /* line 303, app/assets/stylesheets/new_design/new_design.scss */
  .fs-30 {
    font-size: 26.5px;
  }
}

/* line 307, app/assets/stylesheets/new_design/new_design.scss */
.fs-40 {
  font-size: 40px;
}

@media (max-width: 991.98px) {
  /* line 307, app/assets/stylesheets/new_design/new_design.scss */
  .fs-40 {
    font-size: 38px;
  }
}

@media (max-width: 767.98px) {
  /* line 307, app/assets/stylesheets/new_design/new_design.scss */
  .fs-40 {
    font-size: 36.5px;
  }
}

/* line 310, app/assets/stylesheets/new_design/new_design.scss */
.fs-14 {
  font-size: 14px;
}

/* line 320, app/assets/stylesheets/new_design/new_design.scss */
.fw-100 {
  font-weight: 100;
}

/* line 324, app/assets/stylesheets/new_design/new_design.scss */
.fw-200 {
  font-weight: 200;
}

/* line 328, app/assets/stylesheets/new_design/new_design.scss */
.fw-300 {
  font-weight: 300;
}

/* line 332, app/assets/stylesheets/new_design/new_design.scss */
.fw-400 {
  font-weight: 400;
}

/* line 336, app/assets/stylesheets/new_design/new_design.scss */
.fw-500 {
  font-weight: 500;
}

/* line 340, app/assets/stylesheets/new_design/new_design.scss */
.fw-600 {
  font-weight: 600;
}

/* line 344, app/assets/stylesheets/new_design/new_design.scss */
.fw-700 {
  font-weight: 700;
}

/* line 348, app/assets/stylesheets/new_design/new_design.scss */
.fw-800 {
  font-weight: 800;
}

/* line 352, app/assets/stylesheets/new_design/new_design.scss */
.fw-900 {
  font-weight: 900;
}

/* line 362, app/assets/stylesheets/new_design/new_design.scss */
.bg-fafafa {
  background-color: #fafafa;
}

/* line 372, app/assets/stylesheets/new_design/new_design.scss */
.color-fafafa {
  color: #fafafa;
}

/* line 378, app/assets/stylesheets/new_design/new_design.scss */
.page-center,
.center-cards {
  display: flex;
  justify-content: center;
}

/* line 382, app/assets/stylesheets/new_design/new_design.scss */
.page-center .card,
.center-cards .card {
  margin: 30px 0;
  display: flex;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.05));
}

/* line 392, app/assets/stylesheets/new_design/new_design.scss */
.page-center .devise-bg,
.center-cards .devise-bg {
  background: #38274c url(http://localhost:3000/new_design/devise-bg.png);
  height: calc(100vh - 71px);
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 401, app/assets/stylesheets/new_design/new_design.scss */
.page-center {
  height: calc(100vh - 71px);
  align-items: center;
}

/* line 406, app/assets/stylesheets/new_design/new_design.scss */
.btn-google {
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 40px;
}

/* line 411, app/assets/stylesheets/new_design/new_design.scss */
.btn-google .devise-social-text {
  width: 100%;
  text-align: center;
}

/* line 415, app/assets/stylesheets/new_design/new_design.scss */
.btn-google .devise-social-icons {
  display: inline-flex;
  text-align: center;
  height: 100%;
  width: 35px;
}

/* line 420, app/assets/stylesheets/new_design/new_design.scss */
.btn-google .devise-social-icons img {
  margin: auto;
  width: 18px;
}

/* line 435, app/assets/stylesheets/new_design/new_design.scss */
input[type="email"],
input[type="password"],
input[type="text"],
input[type="number"],
input[type="file"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="url"],
input[type="week"],
input[type="search"],
input[type="tel"],
input[type="time"],
select,
textarea {
  box-shadow: none;
  filter: none;
}

/* line 459, app/assets/stylesheets/new_design/new_design.scss */
textarea.form-control, .select2-container--default textarea.select2-selection--single {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 5px;
  height: auto;
  min-height: 45px;
}

/* line 467, app/assets/stylesheets/new_design/new_design.scss */
input[type="file"] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 472, app/assets/stylesheets/new_design/new_design.scss */
.password_show .fas {
  position: absolute;
  line-height: 16px;
  right: 22px;
  top: calc(50% - 8px);
  cursor: pointer;
  font-size: 16px;
  color: #38274c;
}

/* line 482, app/assets/stylesheets/new_design/new_design.scss */
.needs-validation .password_show .fas {
  display: none;
}

/* line 486, app/assets/stylesheets/new_design/new_design.scss */
select[multiple],
.nav-tabs .nav-link,
.nav-pills .nav-link,
.alert,
.badge,
.list-group,
.img-thumbnail {
  border-radius: 5px;
}

/* line 496, app/assets/stylesheets/new_design/new_design.scss */
input[type="checkbox"],
input[type="radio"] {
  filter: hue-rotate(45deg);
}

/* line 502, app/assets/stylesheets/new_design/new_design.scss */
.form-control:-webkit-autofill, .select2-container--default .select2-selection--single:-webkit-autofill, input[type="email"]:-webkit-autofill,
input[type="password"]:-webkit-autofill,
input[type="text"]:-webkit-autofill,
input[type="number"]:-webkit-autofill,
input[type="file"]:-webkit-autofill,
input[type="date"]:-webkit-autofill,
input[type="datetime-local"]:-webkit-autofill,
input[type="month"]:-webkit-autofill,
input[type="url"]:-webkit-autofill,
input[type="week"]:-webkit-autofill,
input[type="search"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="time"]:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill, .form-control:-webkit-autofill:hover, .form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: #090909;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* line 510, app/assets/stylesheets/new_design/new_design.scss */
.form-control:-webkit-autofill::first-line, .select2-container--default .select2-selection--single:-webkit-autofill::first-line, input[type="email"]:-webkit-autofill::first-line,
input[type="password"]:-webkit-autofill::first-line,
input[type="text"]:-webkit-autofill::first-line,
input[type="number"]:-webkit-autofill::first-line,
input[type="file"]:-webkit-autofill::first-line,
input[type="date"]:-webkit-autofill::first-line,
input[type="datetime-local"]:-webkit-autofill::first-line,
input[type="month"]:-webkit-autofill::first-line,
input[type="url"]:-webkit-autofill::first-line,
input[type="week"]:-webkit-autofill::first-line,
input[type="search"]:-webkit-autofill::first-line,
input[type="tel"]:-webkit-autofill::first-line,
input[type="time"]:-webkit-autofill::first-line,
select:-webkit-autofill::first-line,
textarea:-webkit-autofill::first-line {
  font-family: "Airbnb-Cereal-Book", sans-serif;
  font-size: 14px;
}

/* line 531, app/assets/stylesheets/new_design/new_design.scss */
.radio input[type="radio"]:not(:disabled):active ~ label::before,
.radio input[type="radio"]:not(:disabled):focus ~ label::before,
.radio input[type="radio"]:checked ~ label::before {
  background: radial-gradient(circle at center, #38274c 40%, #ffffff 40%);
  border-color: #38274c !important;
}

/* line 537, app/assets/stylesheets/new_design/new_design.scss */
.radio .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .radio .checkbox input[type="checkbox"]:not(:disabled):active ~ .custom-control-label::before,
.radio .checkbox input[type="radio"]:not(:disabled):active ~ .custom-control-label::before,
.radio input[type="checkbox"]:not(:disabled):active ~ .custom-control-label::before,
.radio input[type="radio"]:not(:disabled):active ~ .custom-control-label::before, .radio .checkbox .custom-control-input:not(:disabled):active ~ label::before, .radio .checkbox input[type="checkbox"]:not(:disabled):active ~ label::before,
.radio .checkbox input[type="radio"]:not(:disabled):active ~ label::before,
.radio .custom-control-input:not(:disabled):active ~ label::before,
.radio input[type="checkbox"]:not(:disabled):active ~ label::before,
.radio input[type="radio"]:not(:disabled):active ~ label::before {
  background-color: #38274c;
  border-color: #38274c;
}

/* line 541, app/assets/stylesheets/new_design/new_design.scss */
.radio label::before {
  border-radius: 50%;
}

/* line 546, app/assets/stylesheets/new_design/new_design.scss */
.custom-file-label {
  cursor: pointer;
}

/* line 553, app/assets/stylesheets/new_design/new_design.scss */
.checkbox .custom-control-label::before, .checkbox label::before {
  border-radius: 2px;
  transition: none;
}

/* line 557, app/assets/stylesheets/new_design/new_design.scss */
.checkbox .custom-control-input:checked ~ .custom-control-label::after, .checkbox input[type="checkbox"]:checked ~ .custom-control-label::after,
.checkbox input[type="radio"]:checked ~ .custom-control-label::after,
.checkbox .radio input[type="checkbox"]:checked ~ .custom-control-label::after,
.checkbox .radio input[type="radio"]:checked ~ .custom-control-label::after, .checkbox .custom-control-input:checked ~ label::after, .checkbox input[type="checkbox"]:checked ~ label::after,
.checkbox input[type="radio"]:checked ~ label::after,
.checkbox .radio input[type="checkbox"]:checked ~ label::after,
.checkbox .radio input[type="radio"]:checked ~ label::after,
.checkbox .radio .custom-control-input:checked ~ label::after {
  content: "\f00c";
  font-weight: 900;
  top: -1.01px;
  left: -1.34rem;
  font-size: 11px;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  background-image: none;
}

/* line 567, app/assets/stylesheets/new_design/new_design.scss */
.checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .checkbox input[type="checkbox"]:not(:disabled):active ~ .custom-control-label::before,
.checkbox input[type="radio"]:not(:disabled):active ~ .custom-control-label::before,
.checkbox .radio input[type="checkbox"]:not(:disabled):active ~ .custom-control-label::before,
.checkbox .radio input[type="radio"]:not(:disabled):active ~ .custom-control-label::before, .checkbox .custom-control-input:not(:disabled):active ~ label::before, .checkbox input[type="checkbox"]:not(:disabled):active ~ label::before,
.checkbox input[type="radio"]:not(:disabled):active ~ label::before,
.checkbox .radio input[type="checkbox"]:not(:disabled):active ~ label::before,
.checkbox .radio input[type="radio"]:not(:disabled):active ~ label::before,
.checkbox .radio .custom-control-input:not(:disabled):active ~ label::before {
  background-color: #fff;
  border-color: #38274c;
}

/* line 573, app/assets/stylesheets/new_design/new_design.scss */
.custom-control-input:focus ~ .custom-control-label::before, .checkbox input[type="checkbox"]:focus ~ .custom-control-label::before,
.checkbox input[type="radio"]:focus ~ .custom-control-label::before,
.radio input[type="checkbox"]:focus ~ .custom-control-label::before,
.radio input[type="radio"]:focus ~ .custom-control-label::before, .checkbox .custom-control-input:focus ~ label::before, .checkbox input[type="checkbox"]:focus ~ label::before,
.checkbox input[type="radio"]:focus ~ label::before,
.radio .custom-control-input:focus ~ label::before,
.radio input[type="checkbox"]:focus ~ label::before,
.radio input[type="radio"]:focus ~ label::before {
  border-color: #c5c5c6 !important;
}

/* line 577, app/assets/stylesheets/new_design/new_design.scss */
.custom-control-label, .checkbox label,
.radio label {
  line-height: 25px;
}

/* line 583, app/assets/stylesheets/new_design/new_design.scss */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* line 586, app/assets/stylesheets/new_design/new_design.scss */
::-webkit-scrollbar-track {
  background: transparent;
}

/* line 589, app/assets/stylesheets/new_design/new_design.scss */
::-webkit-scrollbar-thumb {
  background: transparent;
  background-color: #fb5252;
  border-radius: 3px;
}

/* line 596, app/assets/stylesheets/new_design/new_design.scss */
.tabs::-webkit-scrollbar {
  height: 0px;
}

/* line 600, app/assets/stylesheets/new_design/new_design.scss */
.sidenav-menu::-webkit-scrollbar,
.monthly::-webkit-scrollbar,
.weekly::-webkit-scrollbar,
.daily::-webkit-scrollbar,
.calendar-row::-webkit-scrollbar,
#listing_settings::-webkit-scrollbar {
  width: 3px;
}

/* line 611, app/assets/stylesheets/new_design/new_design.scss */
.modal-header {
  align-items: center;
}

/* line 613, app/assets/stylesheets/new_design/new_design.scss */
.modal-header h5 {
  font-size: 18px;
}

/* line 618, app/assets/stylesheets/new_design/new_design.scss */
.close {
  line-height: 0.5;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  font-family: auto;
  color: #090909;
  float: none;
}

/* line 634, app/assets/stylesheets/new_design/new_design.scss */
.card {
  border-color: #c5c5c6;
}

/* line 638, app/assets/stylesheets/new_design/new_design.scss */
.card-header {
  background-color: #fff;
  border-bottom: 1px solid #c5c5c6;
}

/* line 645, app/assets/stylesheets/new_design/new_design.scss */
.input-group-append .btn, .input-group-append .tabs button, .tabs .input-group-append button, .input-group-append .btn-submit {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 650, app/assets/stylesheets/new_design/new_design.scss */
:focus,
button:focus {
  box-shadow: none !important;
  outline: none;
}

/* line 656, app/assets/stylesheets/new_design/new_design.scss */
.btn-link {
  padding: 0;
}

/* line 660, app/assets/stylesheets/new_design/new_design.scss */
.btn-block, .btn-submit {
  border-radius: 5px;
}

/* line 664, app/assets/stylesheets/new_design/new_design.scss */
.btn-icon {
  display: inline-flex;
  align-items: center;
}

/* line 668, app/assets/stylesheets/new_design/new_design.scss */
.btn-icon.btn-primary img, .pricing .plan-main .btn-icon.btn img, .pricing .single-plan:nth-child(2) .btn-icon.btn img, .pricing .plan-main .btn-icon.btn-submit img, .pricing .single-plan:nth-child(2) .btn-icon.btn-submit img, .pricing .plan-main .tabs button.btn-icon img, .tabs .pricing .plan-main button.btn-icon img, .pricing .single-plan:nth-child(2) .tabs button.btn-icon img, .tabs .pricing .single-plan:nth-child(2) button.btn-icon img, .btn-icon.btn-submit img,
.btn-icon.btn-primary i,
.pricing .plan-main .btn-icon.btn i,
.pricing .single-plan:nth-child(2) .btn-icon.btn i,
.pricing .plan-main .btn-icon.btn-submit i,
.pricing .single-plan:nth-child(2) .btn-icon.btn-submit i,
.pricing .plan-main .tabs button.btn-icon i,
.tabs .pricing .plan-main button.btn-icon i,
.pricing .single-plan:nth-child(2) .tabs button.btn-icon i,
.tabs .pricing .single-plan:nth-child(2) button.btn-icon i,
.btn-icon.btn-submit i {
  margin-right: 13px;
  margin-left: 5px;
}

/* line 673, app/assets/stylesheets/new_design/new_design.scss */
.btn-icon.btn-primary i, .pricing .plan-main .btn-icon.btn i, .pricing .single-plan:nth-child(2) .btn-icon.btn i, .pricing .plan-main .btn-icon.btn-submit i, .pricing .single-plan:nth-child(2) .btn-icon.btn-submit i, .pricing .plan-main .tabs button.btn-icon i, .tabs .pricing .plan-main button.btn-icon i, .pricing .single-plan:nth-child(2) .tabs button.btn-icon i, .tabs .pricing .single-plan:nth-child(2) button.btn-icon i, .btn-icon.btn-submit i {
  font-size: 14px;
}

/* line 678, app/assets/stylesheets/new_design/new_design.scss */
.btn-icon.btn-light img,
.btn-icon.btn-light i {
  margin-right: 10.62px;
  margin-left: 2.62px;
}

/* line 683, app/assets/stylesheets/new_design/new_design.scss */
.btn-icon.btn-light i {
  font-size: 18.75px;
}

/* line 687, app/assets/stylesheets/new_design/new_design.scss */
.btn-icon.btn-sm, .tabs button.btn-icon, .btn-group-sm > .btn-icon.btn, .btn-group-sm > .btn-icon.btn-submit {
  padding-top: 0.282rem;
  padding-bottom: 0.282rem;
}

/* line 693, app/assets/stylesheets/new_design/new_design.scss */
.btn-only-icon {
  box-shadow: none !important;
}

/* line 695, app/assets/stylesheets/new_design/new_design.scss */
.btn-only-icon.btn-primary, .pricing .plan-main .btn-only-icon.btn, .pricing .single-plan:nth-child(2) .btn-only-icon.btn, .pricing .plan-main .btn-only-icon.btn-submit, .pricing .single-plan:nth-child(2) .btn-only-icon.btn-submit, .pricing .plan-main .tabs button.btn-only-icon, .tabs .pricing .plan-main button.btn-only-icon, .pricing .single-plan:nth-child(2) .tabs button.btn-only-icon, .tabs .pricing .single-plan:nth-child(2) button.btn-only-icon, .btn-only-icon.btn-submit {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 698, app/assets/stylesheets/new_design/new_design.scss */
.btn-only-icon.btn-primary.btn-lg, .pricing .plan-main .btn-only-icon.btn-lg.btn, .pricing .single-plan:nth-child(2) .btn-only-icon.btn-lg.btn, .pricing .plan-main .btn-only-icon.btn-lg.btn-submit, .pricing .plan-main .tabs button.btn-only-icon.btn-lg, .tabs .pricing .plan-main button.btn-only-icon.btn-lg, .pricing .single-plan:nth-child(2) .tabs button.btn-only-icon.btn-lg, .tabs .pricing .single-plan:nth-child(2) button.btn-only-icon.btn-lg, .btn-only-icon.btn-lg.btn-submit, .btn-group-lg > .btn-only-icon.btn-primary.btn, .pricing .plan-main .btn-group-lg > .btn-only-icon.btn, .pricing .single-plan:nth-child(2) .btn-group-lg > .btn-only-icon.btn, .tabs .btn-group-lg > button.btn-primary, .pricing .plan-main .tabs .btn-group-lg > button, .tabs .pricing .plan-main .btn-group-lg > button, .pricing .single-plan:nth-child(2) .tabs .btn-group-lg > button, .tabs .pricing .single-plan:nth-child(2) .btn-group-lg > button, .btn-group-lg > .btn-only-icon.btn-submit {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 702, app/assets/stylesheets/new_design/new_design.scss */
.btn-only-icon.btn-primary.btn-sm, .pricing .plan-main .btn-only-icon.btn-sm.btn, .pricing .single-plan:nth-child(2) .btn-only-icon.btn-sm.btn, .pricing .plan-main .btn-only-icon.btn-sm.btn-submit, .tabs button.btn-primary, .pricing .plan-main .tabs button, .tabs .pricing .plan-main button, .pricing .single-plan:nth-child(2) .tabs button, .tabs .pricing .single-plan:nth-child(2) button, .btn-only-icon.btn-sm.btn-submit, .tabs button.btn-only-icon.btn-submit, .btn-group-sm > .btn-only-icon.btn-primary.btn, .pricing .plan-main .btn-group-sm > .btn-only-icon.btn, .pricing .single-plan:nth-child(2) .btn-group-sm > .btn-only-icon.btn, .btn-group-sm > .btn-only-icon.btn-submit {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* line 706, app/assets/stylesheets/new_design/new_design.scss */
.btn-only-icon.btn-primary i, .pricing .plan-main .btn-only-icon.btn i, .pricing .single-plan:nth-child(2) .btn-only-icon.btn i, .pricing .plan-main .btn-only-icon.btn-submit i, .pricing .single-plan:nth-child(2) .btn-only-icon.btn-submit i, .pricing .plan-main .tabs button.btn-only-icon i, .tabs .pricing .plan-main button.btn-only-icon i, .pricing .single-plan:nth-child(2) .tabs button.btn-only-icon i, .tabs .pricing .single-plan:nth-child(2) button.btn-only-icon i, .btn-only-icon.btn-submit i {
  font-size: 14px;
}

/* line 710, app/assets/stylesheets/new_design/new_design.scss */
.btn-only-icon.btn-light {
  padding-left: 0.602rem;
  padding-right: 0.602rem;
}

/* line 713, app/assets/stylesheets/new_design/new_design.scss */
.btn-only-icon.btn-light.btn-lg, .btn-group-lg > .btn-light.btn, .tabs .btn-group-lg > button.btn-light, .btn-group-lg > .btn-light.btn-submit {
  padding-left: 0.852rem;
  padding-right: 0.852rem;
}

/* line 717, app/assets/stylesheets/new_design/new_design.scss */
.btn-only-icon.btn-light.btn-sm, .tabs button.btn-light, .btn-group-sm > .btn-light.btn, .btn-group-sm > .btn-light.btn-submit {
  padding-left: 0.352rem;
  padding-right: 0.352rem;
}

/* line 721, app/assets/stylesheets/new_design/new_design.scss */
.btn-only-icon.btn-light i {
  font-size: 18.75px;
}

/* line 725, app/assets/stylesheets/new_design/new_design.scss */
.btn-only-icon.btn-sm, .tabs button.btn-only-icon, .btn-group-sm > .btn-only-icon.btn, .btn-group-sm > .btn-only-icon.btn-submit {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 731, app/assets/stylesheets/new_design/new_design.scss */
.btn-outline-primary {
  background-color: #fff;
}

/* line 735, app/assets/stylesheets/new_design/new_design.scss */
.btn-light {
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  color: #38274c;
  background-color: #ffffff;
  border: 1px solid #c5c5c6;
}

/* line 740, app/assets/stylesheets/new_design/new_design.scss */
.btn-light:not(.btn-disabled) {
  box-shadow: 0px 6px 20px 0px rgba(56, 39, 76, 0.16);
}

/* line 743, app/assets/stylesheets/new_design/new_design.scss */
.btn-light:hover, .btn-light:focus, .btn-light:active {
  background-color: #f2edf6;
}

/* line 748, app/assets/stylesheets/new_design/new_design.scss */
.btn-light:active:focus {
  background-color: #d9d0e2;
  box-shadow: none;
}

/* line 752, app/assets/stylesheets/new_design/new_design.scss */
.btn-light:disabled {
  pointer-events: none;
  background: #f6f6f6;
}

/* line 759, app/assets/stylesheets/new_design/new_design.scss */
.btn-primary:hover, .pricing .plan-main .btn:hover, .pricing .single-plan:nth-child(2) .btn:hover, .pricing .plan-main .btn-submit:hover, .pricing .single-plan:nth-child(2) .btn-submit:hover, .pricing .plan-main .tabs button:hover, .tabs .pricing .plan-main button:hover, .pricing .single-plan:nth-child(2) .tabs button:hover, .tabs .pricing .single-plan:nth-child(2) button:hover, .btn-submit:hover, .btn-primary:focus, .pricing .plan-main .btn:focus, .pricing .single-plan:nth-child(2) .btn:focus, .pricing .plan-main .btn-submit:focus, .pricing .single-plan:nth-child(2) .btn-submit:focus, .pricing .plan-main .tabs button:focus, .tabs .pricing .plan-main button:focus, .pricing .single-plan:nth-child(2) .tabs button:focus, .tabs .pricing .single-plan:nth-child(2) button:focus, .btn-submit:focus, .btn-primary:active, .pricing .plan-main .btn:active, .pricing .single-plan:nth-child(2) .btn:active, .pricing .plan-main .btn-submit:active, .pricing .single-plan:nth-child(2) .btn-submit:active, .pricing .plan-main .tabs button:active, .tabs .pricing .plan-main button:active, .pricing .single-plan:nth-child(2) .tabs button:active, .tabs .pricing .single-plan:nth-child(2) button:active, .btn-submit:active {
  background-color: #8d38e3;
  border-color: #8d38e3;
}

/* line 765, app/assets/stylesheets/new_design/new_design.scss */
.btn-primary:active:focus, .pricing .plan-main .btn:active:focus, .pricing .single-plan:nth-child(2) .btn:active:focus, .pricing .plan-main .btn-submit:active:focus, .pricing .plan-main .tabs button:active:focus, .tabs .pricing .plan-main button:active:focus, .pricing .single-plan:nth-child(2) .tabs button:active:focus, .tabs .pricing .single-plan:nth-child(2) button:active:focus, .btn-submit:active:focus {
  background-color: #38274c;
  box-shadow: none;
}

/* line 773, app/assets/stylesheets/new_design/new_design.scss */
.new_design_header {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #c5c5c6;
}

/* line 783, app/assets/stylesheets/new_design/new_design.scss */
.card-calendar .card-header {
  padding: 12px 16px;
}

/* line 786, app/assets/stylesheets/new_design/new_design.scss */
.card-calendar .card-body {
  padding: 5px 0 0 0;
}

/* line 791, app/assets/stylesheets/new_design/new_design.scss */
.calendar-row {
  max-height: calc(100vh - 183px);
  overflow-y: auto;
  padding: 0 17px;
}

/* line 795, app/assets/stylesheets/new_design/new_design.scss */
.calendar-row .col {
  position: relative;
  border-radius: 5px;
}

/* line 799, app/assets/stylesheets/new_design/new_design.scss */
.calendar-row .fixed-date {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 0 0 13px;
  z-index: 1;
  padding-top: 6px;
  position: sticky;
  top: 0;
  background-color: #ffffff;
}

/* line 809, app/assets/stylesheets/new_design/new_design.scss */
.calendar-row .all-times {
  padding: 0 13px;
  margin-top: 16px;
}

/* line 813, app/assets/stylesheets/new_design/new_design.scss */
.calendar-row .today {
  border: 1px solid #38274c;
}

/* line 816, app/assets/stylesheets/new_design/new_design.scss */
.calendar-row .time {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #38274c;
  border-radius: 5px;
  padding: 11px 0;
  text-align: center;
  margin-bottom: 15px;
}

/* line 825, app/assets/stylesheets/new_design/new_design.scss */
.calendar-row .time:hover {
  background-color: #f6f8fa;
}

/* line 828, app/assets/stylesheets/new_design/new_design.scss */
.calendar-row .time:focus, .calendar-row .time:active {
  background-color: #38274c !important;
  color: #fff !important;
}

/* line 833, app/assets/stylesheets/new_design/new_design.scss */
.calendar-row .time.selected {
  color: #ffffff;
  font-size: 16px;
  background-color: #38274c;
  line-height: 1.2;
  padding: 3.5px 0;
}

/* line 839, app/assets/stylesheets/new_design/new_design.scss */
.calendar-row .time.selected:before {
  content: "Confirm\a";
  white-space: pre;
}

/* line 844, app/assets/stylesheets/new_design/new_design.scss */
.calendar-row .time.disabled, .calendar-row .time[data-available="disabled"] {
  text-decoration: line-through;
  pointer-events: none;
  border-color: #c5c5c666;
  color: #09090933;
  background-color: #ffffff33;
}

/* line 855, app/assets/stylesheets/new_design/new_design.scss */
.btn-disabled {
  pointer-events: none;
  opacity: 40%;
}

/* line 860, app/assets/stylesheets/new_design/new_design.scss */
.disable-element {
  pointer-events: none;
  opacity: 80%;
}

/* line 865, app/assets/stylesheets/new_design/new_design.scss */
.disable-element-btn {
  pointer-events: none;
  background-color: #f6f6f6;
}

/* line 870, app/assets/stylesheets/new_design/new_design.scss */
.btn.btn-light.disable-dropdown, .tabs button.btn-light.disable-dropdown, .btn-light.disable-dropdown.btn-submit {
  pointer-events: none;
  background: #e9ecef !important;
}

/* line 875, app/assets/stylesheets/new_design/new_design.scss */
.scroll-section {
  padding-bottom: 33px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 130px;
  background: linear-gradient(180deg, #ffffffaa 0%, #ffffff 100%);
}

/* line 887, app/assets/stylesheets/new_design/new_design.scss */
.btn-scroll {
  display: inline-flex;
  align-items: center;
  padding: 16px 21.75px;
  border-radius: 60px;
  color: #38274c;
  border: 2px solid #fb5252;
  background-color: #fff;
}

/* line 895, app/assets/stylesheets/new_design/new_design.scss */
.btn-scroll img {
  margin-right: 15px;
}

/* line 900, app/assets/stylesheets/new_design/new_design.scss */
.badge-today {
  color: #fff;
  background-color: #38274c;
  border-radius: 30px;
  padding: 3.5px 15.77px;
  position: absolute;
  top: 8px;
  right: 8px;
}

@media (max-width: 1199.98px) {
  /* line 912, app/assets/stylesheets/new_design/new_design.scss */
  .badge-today {
    font-size: 12px;
    padding: 3.5px 10px;
  }
}

/* line 918, app/assets/stylesheets/new_design/new_design.scss */
.monthYear {
  display: inline-block;
}

@media (max-width: 1199.98px) {
  /* line 923, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-row {
    padding: 0 13px;
  }
  /* line 925, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-row .all-times {
    padding: 0 8px;
  }
}

@media (max-width: 767.98px) {
  /* line 932, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-row {
    max-height: calc(100vh - 239px);
  }
}

@media (max-width: 575.98px) {
  /* line 938, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-row {
    max-height: calc(100vh - 219px);
  }
  /* line 941, app/assets/stylesheets/new_design/new_design.scss */
  .card-calendar .card-header {
    padding: 10px 5px;
  }
  /* line 943, app/assets/stylesheets/new_design/new_design.scss */
  .card-calendar .card-header .btn-light {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* line 952, app/assets/stylesheets/new_design/new_design.scss */
.booking-section {
  padding: 16px;
  justify-content: space-between;
  border: 1px solid #c5c5c6;
  border-radius: 5px;
  align-items: center;
  background-color: #fff;
}

/* line 959, app/assets/stylesheets/new_design/new_design.scss */
.booking-section .booking-image {
  border-radius: 5px;
  margin-right: 16px;
}

/* line 963, app/assets/stylesheets/new_design/new_design.scss */
.booking-section h6 {
  display: inline-block;
}

/* line 966, app/assets/stylesheets/new_design/new_design.scss */
.booking-section .btn-fixwidth-200 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 200px;
}

/* line 973, app/assets/stylesheets/new_design/new_design.scss */
.divider-or {
  color: #fb5252;
}

/* line 976, app/assets/stylesheets/new_design/new_design.scss */
.divider-or hr {
  border-color: #fb5252;
}

@media (max-width: 575.98px) {
  /* line 982, app/assets/stylesheets/new_design/new_design.scss */
  .booking-section {
    text-align: center;
  }
  /* line 984, app/assets/stylesheets/new_design/new_design.scss */
  .booking-section .booking-image {
    margin-right: 0;
    width: 60px;
    height: 60px;
  }
  /* line 989, app/assets/stylesheets/new_design/new_design.scss */
  .booking-section h6 {
    margin-top: 10px;
    display: block;
  }
  /* line 993, app/assets/stylesheets/new_design/new_design.scss */
  .booking-section .btn, .booking-section .tabs button, .tabs .booking-section button, .booking-section .btn-submit {
    width: 180px;
    padding: 0.5rem 0;
    font-size: 14px;
    margin-top: 10px;
  }
}

/* line 1005, app/assets/stylesheets/new_design/new_design.scss */
.card-property .card-header {
  padding: 15px 15px;
}

/* line 1008, app/assets/stylesheets/new_design/new_design.scss */
.card-property .card-body {
  padding: 15px 15px;
}

/* line 1010, app/assets/stylesheets/new_design/new_design.scss */
.card-property .card-body img {
  margin: 2px 15px 0 0;
  max-width: 735px;
}

/* line 1017, app/assets/stylesheets/new_design/new_design.scss */
.badge-active {
  background-color: #58b258;
  font-family: "Airbnb-Cereal-Book", sans-serif;
  border-radius: 30px;
  color: #fff;
  padding: 2px 8.18px;
}

/* line 1026, app/assets/stylesheets/new_design/new_design.scss */
.badge-draft-light {
  background-color: #e5e5e5;
  color: #707070;
}

/* line 1030, app/assets/stylesheets/new_design/new_design.scss */
.badge-active-light, .badge-approved-light {
  background-color: rgba(88, 178, 88, 0.1);
  color: #58b258;
}

/* line 1035, app/assets/stylesheets/new_design/new_design.scss */
.badge-inactive-light {
  background-color: rgba(227, 62, 56, 0.1);
  color: #e33e38;
}

/* line 1039, app/assets/stylesheets/new_design/new_design.scss */
.badge-default-light {
  background-color: rgba(101, 144, 255, 0.1);
  color: #6590ff;
}

/* line 1043, app/assets/stylesheets/new_design/new_design.scss */
.badge-pending-light {
  background-color: rgba(255, 139, 0, 0.1);
  color: #ff8b00;
}

/* line 1047, app/assets/stylesheets/new_design/new_design.scss */
.badge-rescheduled-light, .badge-cancelled-light {
  background-color: rgba(227, 62, 56, 0.1);
  color: #e33e38;
}

/* line 1052, app/assets/stylesheets/new_design/new_design.scss */
.badge-brescheduled-light {
  background-color: rgba(56, 39, 76, 0.1);
  color: #38274c;
}

/* line 1056, app/assets/stylesheets/new_design/new_design.scss */
.badge-myself {
  background-color: #e8f6fd;
  color: #1ba2e8;
}

/* line 1060, app/assets/stylesheets/new_design/new_design.scss */
.badge-team-member {
  background-color: #eef7ee;
  color: #58b258;
}

/* line 1064, app/assets/stylesheets/new_design/new_design.scss */
.badge-seller {
  background-color: #f4ebfc;
  color: #8344db;
}

/* line 1070, app/assets/stylesheets/new_design/new_design.scss */
.badge-active-light,
.badge-inactive-light,
.badge-default-light,
.badge-pending-light,
.badge-rescheduled-light,
.badge-brescheduled-light,
.badge-draft-light,
.badge-approved-light,
.badge-cancelled-light,
.badge-myself,
.badge-team-member,
.badge-seller {
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  padding: 5px 9.7px;
  border-radius: 30px;
}

/* line 1086, app/assets/stylesheets/new_design/new_design.scss */
.badge-active-light.badge-sm,
.badge-inactive-light.badge-sm,
.badge-default-light.badge-sm,
.badge-pending-light.badge-sm,
.badge-rescheduled-light.badge-sm,
.badge-brescheduled-light.badge-sm,
.badge-draft-light.badge-sm,
.badge-approved-light.badge-sm,
.badge-cancelled-light.badge-sm,
.badge-myself.badge-sm,
.badge-team-member.badge-sm,
.badge-seller.badge-sm {
  padding: 3.5px 7px !important;
  font-size: 12px;
}

@media (max-width: 575.98px) {
  /* line 1093, app/assets/stylesheets/new_design/new_design.scss */
  .badge-active-light,
.badge-inactive-light,
.badge-default-light,
.badge-pending-light,
.badge-rescheduled-light,
.badge-brescheduled-light,
.badge-draft-light,
.badge-approved-light,
.badge-cancelled-light {
    font-size: 12px;
    padding: 3px 6px;
    margin-top: 3px;
  }
}

/* line 1108, app/assets/stylesheets/new_design/new_design.scss */
.proposed-time {
  padding: 16px;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #fb5252;
}

/* line 1116, app/assets/stylesheets/new_design/new_design.scss */
.confirmation-form {
  background-color: #fff;
  border: 1px solid #c5c5c6;
  padding: 16px;
  border-radius: 5px;
}

/* line 1121, app/assets/stylesheets/new_design/new_design.scss */
.confirmation-form h6 {
  margin-bottom: 15px;
}

/* line 1124, app/assets/stylesheets/new_design/new_design.scss */
.confirmation-form .form-group {
  margin-bottom: 12px;
}

/* line 1129, app/assets/stylesheets/new_design/new_design.scss */
label {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}

/* line 1135, app/assets/stylesheets/new_design/new_design.scss */
label.subtitle-lg, .tour-steps label.badge-secondary-date, .monthly .monthly-row .monthly-col.today label.day, .calendar-week-dates .right-side .col label.day, label.calendar-date, .pricing .plan-main label.card::before, .pricing .single-plan:nth-child(2) label.card::before, .card-billing label.billing-cycle, .calendar-row label.time {
  font-size: 16px;
}

/* line 1139, app/assets/stylesheets/new_design/new_design.scss */
.input-group-text {
  background-color: #f6f8fa;
}

@media (min-width: 680px) {
  /* line 1144, app/assets/stylesheets/new_design/new_design.scss */
  .w-center-content {
    width: 540px;
  }
}

@media (min-width: 411px) {
  /* line 1150, app/assets/stylesheets/new_design/new_design.scss */
  .h-property-card {
    width: 330px;
  }
}

@media (min-width: 780px) {
  /* line 1156, app/assets/stylesheets/new_design/new_design.scss */
  .btn-absolute {
    position: absolute;
  }
}

/* line 1162, app/assets/stylesheets/new_design/new_design.scss */
.confirmed-appointment {
  background-color: #fff;
  border: 1px solid #c5c5c6;
  padding: 15px 16px 16px 16px;
  border-radius: 5px;
  text-align: center;
}

/* line 1168, app/assets/stylesheets/new_design/new_design.scss */
.confirmed-appointment img {
  margin-bottom: 19px;
}

/* line 1171, app/assets/stylesheets/new_design/new_design.scss */
.confirmed-appointment .font-book {
  margin-top: 10px;
}

/* line 1174, app/assets/stylesheets/new_design/new_design.scss */
.confirmed-appointment .labels {
  margin-top: 23px;
  font-size: 14px;
  margin-bottom: 5px;
  font-family: "Airbnb-Cereal-Book", sans-serif;
}

/* line 1182, app/assets/stylesheets/new_design/new_design.scss */
.help-contact {
  background-color: #fff;
  border: 1px solid #c5c5c6;
  padding: 18px 16px 20px 16px;
  border-radius: 5px;
}

/* line 1187, app/assets/stylesheets/new_design/new_design.scss */
.help-contact .image-column {
  margin-top: 20px;
}

/* line 1189, app/assets/stylesheets/new_design/new_design.scss */
.help-contact .image-column > img {
  border-radius: 5px;
  margin-right: 24px;
}

/* line 1193, app/assets/stylesheets/new_design/new_design.scss */
.help-contact .image-column h6 {
  margin-top: 5px;
  margin-bottom: 22px;
}

/* line 1198, app/assets/stylesheets/new_design/new_design.scss */
.help-contact .details {
  color: #707070;
  font-family: "Airbnb-Cereal-Book", sans-serif;
}

/* line 1199, app/assets/stylesheets/new_design/new_design.scss */
.help-contact .details:not(:last-child) {
  margin-bottom: 12px;
}

/* line 1204, app/assets/stylesheets/new_design/new_design.scss */
.help-contact .details .image {
  width: 20px;
  text-align: center;
  margin-right: 20px;
}

/* line 1209, app/assets/stylesheets/new_design/new_design.scss */
.help-contact .details a {
  color: #707070;
}

/* line 1215, app/assets/stylesheets/new_design/new_design.scss */
#spinner {
  display: none;
  position: absolute;
  top: calc(50vh - 60px);
  left: calc(50vw - 60px);
  z-index: 9999;
}

/* line 1224, app/assets/stylesheets/new_design/new_design.scss */
.hidden {
  display: none !important;
}

/* line 1228, app/assets/stylesheets/new_design/new_design.scss */
.hide {
  display: none;
}

/* line 1232, app/assets/stylesheets/new_design/new_design.scss */
.banner-header {
  background-color: #fff;
  padding: 15.5px 30px;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
}

/* line 1238, app/assets/stylesheets/new_design/new_design.scss */
#layoutSidenav {
  display: flex;
}

/* line 1240, app/assets/stylesheets/new_design/new_design.scss */
#layoutSidenav #layoutSidenav_nav {
  flex-basis: 270px;
  flex-shrink: 0;
  transition: transform 0.15s ease-in-out;
  z-index: 1038;
  transform: translateX(-270px);
}

/* line 1247, app/assets/stylesheets/new_design/new_design.scss */
#layoutSidenav #layoutSidenav_content {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  flex-grow: 1;
  min-height: calc(100vh - 60px);
  margin-left: -270px;
}

/* line 1260, app/assets/stylesheets/new_design/new_design.scss */
.sidenav-toggled #layoutSidenav #layoutSidenav_nav {
  transform: translateX(0);
}

/* line 1263, app/assets/stylesheets/new_design/new_design.scss */
.sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000vh;
  background: #000;
  z-index: 1037;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}

/* line 1279, app/assets/stylesheets/new_design/new_design.scss */
.nav-fixed .topnav {
  z-index: 1039;
}

/* line 1282, app/assets/stylesheets/new_design/new_design.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav {
  transition: 0.4s linear;
  width: 270px;
  background: #fff;
  box-shadow: 0px 6px 20px rgba(56, 39, 76, 0.16);
  z-index: 1038;
}

/* line 1288, app/assets/stylesheets/new_design/new_design.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu {
  overflow-y: auto;
}

/* line 1291, app/assets/stylesheets/new_design/new_design.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu::-webkit-scrollbar-thumb {
  background-color: white;
}

/* line 1294, app/assets/stylesheets/new_design/new_design.scss */
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav .sidenav-menu:hover::-webkit-scrollbar-thumb {
  background-color: #c5c5c6;
}

/* line 1300, app/assets/stylesheets/new_design/new_design.scss */
.topnav {
  height: 60px;
  z-index: 1039;
}

/* line 1303, app/assets/stylesheets/new_design/new_design.scss */
.topnav .nav-link {
  display: flex;
  align-items: center;
  padding: 0px !important;
}

/* line 1307, app/assets/stylesheets/new_design/new_design.scss */
.topnav .nav-link img {
  margin-right: 10.25px;
}

/* line 1311, app/assets/stylesheets/new_design/new_design.scss */
.topnav .navbar-brand {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 1315, app/assets/stylesheets/new_design/new_design.scss */
.topnav .navbar-brand img {
  width: 122.3px;
}

/* line 1318, app/assets/stylesheets/new_design/new_design.scss */
.topnav #sidebarToggle {
  padding: 0.19rem 0.28rem 0.22rem 0.28rem !important;
  border: 1px solid #c5c5c6;
  border-radius: 2px;
}

/* line 1322, app/assets/stylesheets/new_design/new_design.scss */
.topnav #sidebarToggle img {
  width: 24px !important;
}

/* line 1328, app/assets/stylesheets/new_design/new_design.scss */
.sidenav {
  position: sticky;
  top: 60px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 60px);
  flex-wrap: nowrap;
}

/* line 1335, app/assets/stylesheets/new_design/new_design.scss */
.sidenav .sidenav-menu {
  flex-grow: 1;
}

/* line 1337, app/assets/stylesheets/new_design/new_design.scss */
.sidenav .sidenav-menu .nav {
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 15px;
}

/* line 1341, app/assets/stylesheets/new_design/new_design.scss */
.sidenav .sidenav-menu .nav .nav-link {
  display: flex;
  align-items: center;
  padding: 0.625rem 1rem 0.625rem 1.125rem;
  position: relative;
}

/* line 1346, app/assets/stylesheets/new_design/new_design.scss */
.sidenav .sidenav-menu .nav .nav-link span {
  margin-top: 4px;
  transition: 0.4s linear;
}

/* line 1350, app/assets/stylesheets/new_design/new_design.scss */
.sidenav .sidenav-menu .nav .nav-link .nav-link-icon {
  width: 32.75px;
}

/* line 1353, app/assets/stylesheets/new_design/new_design.scss */
.sidenav .sidenav-menu .nav .nav-link .sidenav-collapse-arrow {
  -webkit-text-stroke: 1px #fff;
  font-size: 18px;
  display: inline-block;
  margin-left: auto;
  transition: transform 0.15s ease;
  margin-bottom: -2px;
}

/* line 1361, app/assets/stylesheets/new_design/new_design.scss */
.sidenav .sidenav-menu .nav .nav-link.collapsed .sidenav-collapse-arrow {
  transform: rotate(-90deg);
}

/* line 1365, app/assets/stylesheets/new_design/new_design.scss */
.sidenav .sidenav-menu .nav .sidenav-menu-nested {
  margin-left: 15px;
  margin-top: 0;
  flex-direction: column;
}

/* line 1374, app/assets/stylesheets/new_design/new_design.scss */
.sidenav-light {
  background-color: #fff;
}

/* line 1377, app/assets/stylesheets/new_design/new_design.scss */
.sidenav-light .sidenav-menu .nav-link,
.sidenav-light .sidenav-menu .nav-link .nav-link-icon,
.sidenav-light .sidenav-menu .nav-link .sidenav-collapse-arrow {
  color: #090909;
}

/* line 1382, app/assets/stylesheets/new_design/new_design.scss */
.sidenav-light .sidenav-menu .nav-link:hover {
  background: #f2f2f2;
}

/* line 1385, app/assets/stylesheets/new_design/new_design.scss */
.sidenav-light .sidenav-menu .nav-link:hover,
.sidenav-light .sidenav-menu .nav-link.active,
.sidenav-light .sidenav-menu .nav-link.active .nav-link-icon,
.sidenav-light .sidenav-menu .nav-link:hover .nav-link-icon,
.sidenav-light .sidenav-menu .nav-link:hover .sidenav-collapse-arrow .fas,
.sidenav-light .sidenav-menu .nav-link.active .sidenav-collapse-arrow .fas {
  color: #38274c;
  background-color: #f6f8fa;
}

/* line 1400, app/assets/stylesheets/new_design/new_design.scss */
.statistics .card {
  border: 1px solid #c5c5c6;
}

/* line 1403, app/assets/stylesheets/new_design/new_design.scss */
.statistics .card-body {
  padding: 30px 5px 25px 5px;
}

/* line 1406, app/assets/stylesheets/new_design/new_design.scss */
.statistics .number {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  margin-top: 5px;
}

/* line 1416, app/assets/stylesheets/new_design/new_design.scss */
.swal2-top-end .swal2-popup {
  padding: 15px 5px;
  max-width: 370px !important;
}

/* line 1421, app/assets/stylesheets/new_design/new_design.scss */
.swal2-top-end .swal2-html-container {
  font-size: 16px;
  font-weight: 500;
}

/* line 1426, app/assets/stylesheets/new_design/new_design.scss */
.swal2-close {
  font-size: 1.9rem !important;
  color: #000 !important;
}

/* line 1431, app/assets/stylesheets/new_design/new_design.scss */
.swal2-confirm {
  background-color: #38274c !important;
}

@media (max-width: 1487.98px) {
  /* line 1437, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-menu .nav-link span {
    font-size: 14px;
  }
}

@media (max-width: 1488px) and (min-width: 992px) {
  /* line 1443, app/assets/stylesheets/new_design/new_design.scss */
  .nav-fixed #layoutSidenav #layoutSidenav_nav {
    width: 220px;
    flex-basis: 220px;
  }
  /* line 1447, app/assets/stylesheets/new_design/new_design.scss */
  #layoutSidenav #layoutSidenav_content {
    margin-left: 0;
  }
  /* line 1450, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav .sidenav-menu .nav .nav-link {
    padding: 0.625rem 0.7rem;
  }
  /* line 1452, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav .sidenav-menu .nav .nav-link .badge-count {
    right: 0.7rem;
  }
}

@media (min-width: 992px) {
  /* line 1459, app/assets/stylesheets/new_design/new_design.scss */
  .offer-sidebar-agent-info {
    bottom: 20px;
  }
  /* line 1462, app/assets/stylesheets/new_design/new_design.scss */
  .offer-landing-dashboard {
    margin-left: 470px;
  }
  /* line 1465, app/assets/stylesheets/new_design/new_design.scss */
  .offer-landing-sidebar {
    width: 470px;
    height: calc(100vh - 60px);
    position: fixed;
  }
  /* line 1470, app/assets/stylesheets/new_design/new_design.scss */
  .zillow-area {
    border-left: 3px solid #000000;
  }
  /* line 1473, app/assets/stylesheets/new_design/new_design.scss */
  .apps-card {
    height: 645px;
  }
  /* line 1477, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav .sidebar-collapse {
    display: block;
  }
  /* line 1482, app/assets/stylesheets/new_design/new_design.scss */
  #layoutSidenav #layoutSidenav_nav {
    transform: translateX(0);
  }
  /* line 1485, app/assets/stylesheets/new_design/new_design.scss */
  #layoutSidenav #layoutSidenav_content {
    margin-left: 0;
  }
  /* line 1490, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_nav {
    flex-basis: 100px;
    transform: translateX(0);
  }
  /* line 1493, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_nav .nav-link {
    flex-direction: column;
    padding: 7px 5px;
  }
  /* line 1496, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_nav .nav-link.hidden {
    display: flex !important;
  }
  /* line 1500, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_nav .user-info {
    display: none;
  }
  /* line 1503, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_nav .nav-link span {
    font-size: 11.7px;
  }
  /* line 1506, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_nav .badge-count {
    display: none;
  }
  /* line 1509, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_nav .nav-link .sidenav-collapse-arrow {
    display: none;
  }
  /* line 1512, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_nav .nav-link {
    text-align: center;
    justify-content: center;
  }
  /* line 1516, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_nav .nav-link-icon {
    margin-right: 0;
  }
  /* line 1519, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_nav .sidenav-menu-nested {
    margin-left: 0;
  }
  /* line 1523, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_content {
    margin-left: 0;
  }
  /* line 1525, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
    display: none;
  }
  /* line 1530, app/assets/stylesheets/new_design/new_design.scss */
  .h-review-box-card {
    height: 480px;
  }
  /* line 1533, app/assets/stylesheets/new_design/new_design.scss */
  .review-name {
    position: absolute;
    bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  /* line 1540, app/assets/stylesheets/new_design/new_design.scss */
  .nav-fixed #layoutSidenav #layoutSidenav_nav {
    width: 220px;
    flex-basis: 220px;
  }
  /* line 1544, app/assets/stylesheets/new_design/new_design.scss */
  #layoutSidenav #layoutSidenav_content {
    margin-left: -220px;
  }
}

@media (min-width: 992px) {
  /* line 1550, app/assets/stylesheets/new_design/new_design.scss */
  .max-w-lg-12 {
    max-width: 12%;
  }
  /* line 1553, app/assets/stylesheets/new_design/new_design.scss */
  .position-lg-absolute {
    position: absolute;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  /* line 1557, app/assets/stylesheets/new_design/new_design.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  /* line 1561, app/assets/stylesheets/new_design/new_design.scss */
  .offer-landing-dashboard {
    margin-left: 600px;
  }
  /* line 1564, app/assets/stylesheets/new_design/new_design.scss */
  .offer-landing-sidebar {
    width: 600px;
    height: calc(100vh - 60px);
    position: fixed;
  }
  /* line 1569, app/assets/stylesheets/new_design/new_design.scss */
  .show-booking-w-date {
    min-width: 215px;
  }
  /* line 1572, app/assets/stylesheets/new_design/new_design.scss */
  .show-booking-w-time {
    min-width: 190px;
  }
  /* line 1575, app/assets/stylesheets/new_design/new_design.scss */
  .user-detail-push {
    margin-right: 60px;
  }
}

@media (min-width: 992px) {
  /* line 1583, app/assets/stylesheets/new_design/new_design.scss */
  .navbar .dropdown-toggle {
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 1588, app/assets/stylesheets/new_design/new_design.scss */
  .navbar .dropdown-toggle .header-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 8px;
  }
}

/* line 1598, app/assets/stylesheets/new_design/new_design.scss */
.offer-sidebar-image {
  height: calc(100vh - 390px);
}

/* line 1602, app/assets/stylesheets/new_design/new_design.scss */
.user-info {
  border-top: 1px solid #c5c5c6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}

/* line 1608, app/assets/stylesheets/new_design/new_design.scss */
.user-info .profile-pic {
  border-radius: 3px;
  margin-right: 11px;
}

/* line 1612, app/assets/stylesheets/new_design/new_design.scss */
.user-info .user-name {
  max-width: calc(100% - 30px);
  overflow: hidden;
}

/* line 1619, app/assets/stylesheets/new_design/new_design.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-color: #c5c5c6;
  display: flex;
  align-items: center;
}

/* line 1623, app/assets/stylesheets/new_design/new_design.scss */
table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-data {
  margin-left: 5px;
}

/* line 1628, app/assets/stylesheets/new_design/new_design.scss */
.custom-select-sm {
  padding-right: 1rem;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 6'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.2rem center/8px 12px;
}

/* line 1633, app/assets/stylesheets/new_design/new_design.scss */
div.dataTables_wrapper div.dataTables_filter {
  display: inline-block;
}

/* line 1635, app/assets/stylesheets/new_design/new_design.scss */
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
  position: relative;
}

/* line 1642, app/assets/stylesheets/new_design/new_design.scss */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
}

/* line 1646, app/assets/stylesheets/new_design/new_design.scss */
div.dataTables_wrapper div.dataTables_length label {
  margin-bottom: 0;
}

/* line 1649, app/assets/stylesheets/new_design/new_design.scss */
div.dataTables_wrapper div.dataTables_length select {
  border-radius: 3px;
  padding: 4px 15px 5px 6px !important;
  border-radius: 3px;
  height: 30px;
}

/* line 1658, app/assets/stylesheets/new_design/new_design.scss */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"] {
  padding: 0;
}

/* line 1662, app/assets/stylesheets/new_design/new_design.scss */
div.dt-buttons {
  padding-right: 10px;
  width: auto;
  margin-bottom: 0;
}

/* line 1668, app/assets/stylesheets/new_design/new_design.scss */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
}

@media (max-width: 634.98px) {
  /* line 1673, app/assets/stylesheets/new_design/new_design.scss */
  div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    width: 100%;
  }
  /* line 1677, app/assets/stylesheets/new_design/new_design.scss */
  div.dt-buttons {
    margin-bottom: 10px;
  }
}

/* line 1685, app/assets/stylesheets/new_design/new_design.scss */
table.dataTable.dtr-inline.collapsed > tbody tr > th.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody tr > td.dtr-control:before {
  content: "\f055";
  font-family: "Font Awesome 5 Free";
  box-shadow: none;
  color: #38274c;
  font-weight: 600;
  top: calc(50% - 0.5em);
  margin-top: 0;
  border: 0;
  background-color: transparent !important;
}

/* line 1699, app/assets/stylesheets/new_design/new_design.scss */
table.dataTable.dtr-inline.collapsed > tbody tr.parent > th.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody tr.parent > td.dtr-control:before {
  content: "\f056" !important;
}

/* line 1706, app/assets/stylesheets/new_design/new_design.scss */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: block;
}

/* line 1710, app/assets/stylesheets/new_design/new_design.scss */
.dtr-title:after {
  content: ":";
}

@media (max-width: 991.98px) {
  /* line 1715, app/assets/stylesheets/new_design/new_design.scss */
  .dt-buttons .btn, .dt-buttons .tabs button, .tabs .dt-buttons button, .dt-buttons .btn-submit {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

/* line 1721, app/assets/stylesheets/new_design/new_design.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 0px;
  border-top-width: 0px;
}

/* line 1732, app/assets/stylesheets/new_design/new_design.scss */
.sorting:after, .sorting:before, .sorting_asc:after, .sorting_asc:before, .sorting_desc:after, .sorting_desc:before {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

/* line 1739, app/assets/stylesheets/new_design/new_design.scss */
.sorting:after, .sorting_asc:after, .sorting_desc:after {
  right: 0.2em !important;
  content: "\f30c" !important;
}

/* line 1743, app/assets/stylesheets/new_design/new_design.scss */
.sorting:before, .sorting_asc:before, .sorting_desc:before {
  right: 0.8em !important;
  content: "\f309" !important;
}

/* line 1750, app/assets/stylesheets/new_design/new_design.scss */
.table.dataTable > tbody > tr.child span.dtr-title {
  font-weight: 700;
}

/* line 1754, app/assets/stylesheets/new_design/new_design.scss */
.search-label {
  opacity: 0;
  z-index: -1;
  position: absolute;
  left: 24px;
  top: 12px;
  font-size: 14px;
  color: #90949c;
}

/* line 1765, app/assets/stylesheets/new_design/new_design.scss */
.table {
  margin-bottom: 0;
  background-color: #fff;
  width: 100% !important;
}

/* line 1769, app/assets/stylesheets/new_design/new_design.scss */
.table.dataTable {
  margin: 0 !important;
}

/* line 1772, app/assets/stylesheets/new_design/new_design.scss */
.table th {
  font-weight: 700;
}

/* line 1781, app/assets/stylesheets/new_design/new_design.scss */
#listingsAccordion .card {
  border-radius: 10px;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  margin-top: 8px;
  overflow: visible;
}

/* line 1786, app/assets/stylesheets/new_design/new_design.scss */
#listingsAccordion .card .card-header:not(.collapsed),
#listingsAccordion .card .card-header.collapsed:hover {
  background-color: #f6f8fa;
}

/* line 1790, app/assets/stylesheets/new_design/new_design.scss */
#listingsAccordion .card .collapse {
  padding-bottom: 5px;
  border-bottom: 1px solid #c5c5c6;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* line 1796, app/assets/stylesheets/new_design/new_design.scss */
#listingsAccordion .card .card-header {
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: none;
}

/* line 1805, app/assets/stylesheets/new_design/new_design.scss */
#listingsAccordion .card .card-header.collapsed {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 1px solid #c5c5c6;
}

/* line 1810, app/assets/stylesheets/new_design/new_design.scss */
#listingsAccordion .card .card-header .property-image {
  border-radius: 4px;
}

/* line 1813, app/assets/stylesheets/new_design/new_design.scss */
#listingsAccordion .card .card-header .subtitle-lg, #listingsAccordion .card .card-header .tour-steps .badge-secondary-date, .tour-steps #listingsAccordion .card .card-header .badge-secondary-date, #listingsAccordion .card .card-header .monthly-days .col span, .monthly-days .col #listingsAccordion .card .card-header span, #listingsAccordion .card .card-header .monthly .monthly-row .monthly-col.today .day, .monthly .monthly-row .monthly-col.today #listingsAccordion .card .card-header .day, #listingsAccordion .card .card-header .calendar-week-dates .right-side .col .day, .calendar-week-dates .right-side .col #listingsAccordion .card .card-header .day, #listingsAccordion .card .card-header .calendar-date, #listingsAccordion .card .card-header .pricing .plan-main .card::before, .pricing .plan-main #listingsAccordion .card .card-header .card::before, #listingsAccordion .card .card-header .pricing .single-plan:nth-child(2) .card::before, .pricing .single-plan:nth-child(2) #listingsAccordion .card .card-header .card::before, #listingsAccordion .card .card-header .card-billing .billing-cycle, .card-billing #listingsAccordion .card .card-header .billing-cycle, #listingsAccordion .card .card-header .calendar-row .time, .calendar-row #listingsAccordion .card .card-header .time {
  margin: 0 10px;
}

/* line 1817, app/assets/stylesheets/new_design/new_design.scss */
#listingsAccordion .card .card-body {
  padding: 12px 16px 0 16px;
}

/* line 1819, app/assets/stylesheets/new_design/new_design.scss */
#listingsAccordion .card .card-body .top-section {
  align-items: center;
  justify-content: space-between;
}

/* line 1827, app/assets/stylesheets/new_design/new_design.scss */
.link-section {
  align-items: center;
  background-color: #f6f8fa;
  color: #707070;
  padding: 4px 4px 4px 12px;
  border: 1px solid #c5c5c6;
  border-radius: 5px;
  cursor: pointer;
}

/* line 1837, app/assets/stylesheets/new_design/new_design.scss */
.tabs {
  flex-wrap: nowrap !important;
  overflow: auto;
  align-items: center;
  display: flex;
}

/* line 1842, app/assets/stylesheets/new_design/new_design.scss */
.tabs input[type="radio"]:checked ~ label {
  color: #090909;
  border-bottom-color: #fb5252;
}

/* line 1846, app/assets/stylesheets/new_design/new_design.scss */
.tabs a,
.tabs label {
  flex-shrink: 0;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  display: inline-block;
  padding: 10px 16px;
  color: #707070;
  border-bottom: 3px solid transparent;
  margin-bottom: 0;
  cursor: pointer;
}

/* line 1856, app/assets/stylesheets/new_design/new_design.scss */
.tabs a.active,
.tabs label.active {
  color: #090909;
  border-bottom-color: #fb5252;
}

/* line 1861, app/assets/stylesheets/new_design/new_design.scss */
.tabs button {
  flex-shrink: 0;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  border-radius: 0;
  display: inline-block;
  padding: 10px 16px;
  color: #707070;
  border: 0;
  border-bottom: 3px solid transparent;
}

/* line 1872, app/assets/stylesheets/new_design/new_design.scss */
.tabs button.active {
  color: #090909;
  border-bottom-color: #fb5252;
}

/* line 1879, app/assets/stylesheets/new_design/new_design.scss */
.badge-count {
  background-color: #f6f8fa;
  border-radius: 30px;
  padding: 6.02px 10.85px;
  color: #38274c;
}

/* line 1887, app/assets/stylesheets/new_design/new_design.scss */
.nav-link .badge-count {
  line-height: 18px;
  background-color: #fb5252;
  color: #fff;
  position: absolute;
  right: 1rem;
}

/* line 1896, app/assets/stylesheets/new_design/new_design.scss */
.active .badge-count {
  background-color: #fb5252;
  color: #fff;
}

/* line 1901, app/assets/stylesheets/new_design/new_design.scss */
.t-checkbox {
  padding-right: 0;
  width: 25px;
}

/* line 1906, app/assets/stylesheets/new_design/new_design.scss */
.mw-1155 {
  max-width: 1158px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1912, app/assets/stylesheets/new_design/new_design.scss */
.mw-210 {
  max-width: 210px;
}

/* line 1916, app/assets/stylesheets/new_design/new_design.scss */
.mw-330 {
  max-width: 330px;
}

/* line 1920, app/assets/stylesheets/new_design/new_design.scss */
.mw-135 {
  max-width: 135px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1926, app/assets/stylesheets/new_design/new_design.scss */
.mw-1190 {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1932, app/assets/stylesheets/new_design/new_design.scss */
.mw-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1938, app/assets/stylesheets/new_design/new_design.scss */
.mw-450 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1944, app/assets/stylesheets/new_design/new_design.scss */
.mw-400 {
  max-width: 400px;
}

/* line 1948, app/assets/stylesheets/new_design/new_design.scss */
.mw-330 {
  max-width: 330px;
}

/* line 1952, app/assets/stylesheets/new_design/new_design.scss */
.mw-350 {
  max-width: 350px;
}

/* line 1956, app/assets/stylesheets/new_design/new_design.scss */
.w-450 {
  max-width: 450px;
}

/* line 1960, app/assets/stylesheets/new_design/new_design.scss */
.mw-540 {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

/* line 1966, app/assets/stylesheets/new_design/new_design.scss */
.mw-550 {
  max-width: 550px;
}

@media (max-width: 767.98px) {
  /* line 1971, app/assets/stylesheets/new_design/new_design.scss */
  .mw-550 {
    max-width: 490px;
  }
}

/* line 1976, app/assets/stylesheets/new_design/new_design.scss */
.single-request {
  position: relative;
  padding: 8px 16px;
}

/* line 1979, app/assets/stylesheets/new_design/new_design.scss */
.single-request:not(:last-child) {
  border-bottom: 1px solid #c5c5c6;
}

/* line 1982, app/assets/stylesheets/new_design/new_design.scss */
.single-request .actions > *:not(:last-child) {
  margin-right: 3px;
}

/* line 1988, app/assets/stylesheets/new_design/new_design.scss */
.table-feedback thead tr {
  background-color: #f6f8fa;
}

/* line 1993, app/assets/stylesheets/new_design/new_design.scss */
.table-feedback th:first-child,
.table-feedback td:first-child {
  padding-left: 16px;
}

/* line 1996, app/assets/stylesheets/new_design/new_design.scss */
.table-feedback th:last-child,
.table-feedback td:last-child {
  padding-right: 16px;
}

/* line 2000, app/assets/stylesheets/new_design/new_design.scss */
.table-feedback th {
  font-weight: 500;
  border: 0 !important;
  padding: 12px 5px;
}

/* line 2006, app/assets/stylesheets/new_design/new_design.scss */
.table-feedback td {
  vertical-align: middle;
  padding: 16px 5px;
}

/* line 2016, app/assets/stylesheets/new_design/new_design.scss */
.table-feedback th:first-child,
.table-feedback td:first-child {
  padding-left: 16px;
}

/* line 2019, app/assets/stylesheets/new_design/new_design.scss */
.table-feedback th:last-child,
.table-feedback td:last-child {
  padding-right: 5px;
}

/* line 2026, app/assets/stylesheets/new_design/new_design.scss */
.table-bookings thead tr {
  background-color: #f6f8fa;
}

/* line 2031, app/assets/stylesheets/new_design/new_design.scss */
.table-bookings th:first-child,
.table-bookings td:first-child {
  padding-left: 16px;
}

/* line 2034, app/assets/stylesheets/new_design/new_design.scss */
.table-bookings th:last-child,
.table-bookings td:last-child {
  padding-right: 16px;
}

/* line 2038, app/assets/stylesheets/new_design/new_design.scss */
.table-bookings th {
  font-weight: 500;
  border: 0 !important;
  padding: 12px 5px;
}

/* line 2044, app/assets/stylesheets/new_design/new_design.scss */
.table-bookings td {
  vertical-align: middle;
  padding: 8px 5px;
}

@media (max-width: 340px) {
  /* line 2055, app/assets/stylesheets/new_design/new_design.scss */
  .table-bookings th:first-child,
.table-bookings td:first-child {
    padding-left: 9px;
  }
  /* line 2058, app/assets/stylesheets/new_design/new_design.scss */
  .table-bookings th:last-child,
.table-bookings td:last-child {
    padding-right: 9px;
  }
}

/* line 2065, app/assets/stylesheets/new_design/new_design.scss */
.user-details {
  width: 245px;
  word-break: break-all;
  padding: 8px 12px;
  background-color: #f6f8fa;
}

/* line 2070, app/assets/stylesheets/new_design/new_design.scss */
.user-details img {
  margin-right: 14px;
}

/* line 2073, app/assets/stylesheets/new_design/new_design.scss */
.user-details .font-xs {
  font-size: 12px;
  line-height: 20px;
  color: #707070;
  text-decoration: underline;
  display: block;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
}

@media (max-width: 640px) {
  /* line 2084, app/assets/stylesheets/new_design/new_design.scss */
  .user-details {
    width: 210px;
  }
  /* line 2086, app/assets/stylesheets/new_design/new_design.scss */
  .user-details img {
    width: 35px;
    height: 35px;
    margin-right: 8px;
  }
}

/* line 2094, app/assets/stylesheets/new_design/new_design.scss */
.bulk-options {
  display: none;
  position: absolute;
  top: -47px;
  right: 155px;
}

/* line 2101, app/assets/stylesheets/new_design/new_design.scss */
.bulk-options.requests {
  display: none;
  position: absolute;
  top: -43px;
  right: 16px;
}

/* line 2106, app/assets/stylesheets/new_design/new_design.scss */
.bulk-options.requests .btn, .bulk-options.requests .btn-submit, .bulk-options.requests .tabs button, .tabs .bulk-options.requests button {
  padding: 0.3rem 0.7rem;
}

@media (max-width: 1410px) and (min-width: 1336px) {
  /* line 2112, app/assets/stylesheets/new_design/new_design.scss */
  .list-body .top-section .btn-lg, .list-body .top-section .btn-group-lg > .btn, .list-body .top-section .btn-group-lg > .btn-submit, .list-body .top-section .tabs .btn-group-lg > button, .tabs .list-body .top-section .btn-group-lg > button {
    padding: 0.6rem 0.79rem;
  }
  /* line 2115, app/assets/stylesheets/new_design/new_design.scss */
  .list-body .top-section .btn:not(.btn-lg), .list-body .top-section .btn-submit:not(.btn-lg), .list-body .top-section .tabs button:not(.btn-lg), .tabs .list-body .top-section button:not(.btn-lg) {
    padding: 0.3rem 0.527rem;
  }
}

@media (max-width: 1336px) {
  /* line 2121, app/assets/stylesheets/new_design/new_design.scss */
  .list-body .top-section .btn, .list-body .top-section .btn-submit, .list-body .top-section .tabs button, .tabs .list-body .top-section button {
    font-size: 14px;
  }
  /* line 2124, app/assets/stylesheets/new_design/new_design.scss */
  .list-body .top-section .btn:not(.btn-lg), .list-body .top-section .btn-submit:not(.btn-lg), .list-body .top-section .tabs button:not(.btn-lg), .tabs .list-body .top-section button:not(.btn-lg) {
    padding: 0.3rem 0.527rem;
  }
  /* line 2127, app/assets/stylesheets/new_design/new_design.scss */
  .list-body .top-section .btn.btn-lg, .list-body .top-section .btn-lg.btn-submit, .list-body .top-section .tabs button.btn-lg, .tabs .list-body .top-section button.btn-lg, .list-body .top-section .btn-group-lg > .btn, .list-body .top-section .btn-group-lg > .btn-submit, .list-body .top-section .tabs .btn-group-lg > button, .tabs .list-body .top-section .btn-group-lg > button {
    padding: 0.5rem 0.527rem;
  }
}

/* line 2132, app/assets/stylesheets/new_design/new_design.scss */
.pending .actions-buttons {
  width: 353px;
  text-align: right;
  margin-left: 10px;
}

@media (max-width: 1239px) {
  /* line 2139, app/assets/stylesheets/new_design/new_design.scss */
  .pending .actions-buttons {
    width: 293px;
  }
  /* line 2142, app/assets/stylesheets/new_design/new_design.scss */
  .single-request .btn:not(.btn-lg), .single-request .btn-submit:not(.btn-lg), .single-request .tabs button:not(.btn-lg), .tabs .single-request button:not(.btn-lg) {
    padding: 0.3rem 0.527rem;
  }
  /* line 2145, app/assets/stylesheets/new_design/new_design.scss */
  .list-body .top-section .btn.btn-lg, .list-body .top-section .btn-lg.btn-submit, .list-body .top-section .tabs button.btn-lg, .tabs .list-body .top-section button.btn-lg, .list-body .top-section .btn-group-lg > .btn, .list-body .top-section .btn-group-lg > .btn-submit, .list-body .top-section .tabs .btn-group-lg > button, .tabs .list-body .top-section .btn-group-lg > button {
    padding: 0.5rem 0.6rem;
  }
}

/* line 2150, app/assets/stylesheets/new_design/new_design.scss */
.listingsearched-item {
  scroll-behavior: smooth;
}

@media (min-width: 420px) {
  /* line 2155, app/assets/stylesheets/new_design/new_design.scss */
  .opt-digit input {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}

@media (max-width: 420px) {
  /* line 2163, app/assets/stylesheets/new_design/new_design.scss */
  .opt-digit input {
    width: 42px;
    height: 42px;
    margin-right: 6px;
  }
  /* line 2168, app/assets/stylesheets/new_design/new_design.scss */
  .opt-digit input:nth-last-child(3) {
    margin-right: 0px;
  }
}

@media (min-width: 420px) {
  /* line 2174, app/assets/stylesheets/new_design/new_design.scss */
  .opt-digit input {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}

@media (max-width: 420px) {
  /* line 2182, app/assets/stylesheets/new_design/new_design.scss */
  .opt-digit input {
    width: 42px;
    height: 42px;
    margin-right: 6px;
  }
  /* line 2187, app/assets/stylesheets/new_design/new_design.scss */
  .opt-digit input:nth-last-child(3) {
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  /* line 2193, app/assets/stylesheets/new_design/new_design.scss */
  .listingsearched-item {
    max-height: calc(100vh - 242px);
    overflow-y: auto;
  }
  /* line 2197, app/assets/stylesheets/new_design/new_design.scss */
  .desc-width {
    width: 317px;
  }
  /* line 2200, app/assets/stylesheets/new_design/new_design.scss */
  .map-sidebar {
    position: fixed !important;
    top: 173px;
    height: calc(100vh - 60px);
    width: 400px;
    right: 0;
  }
  /* line 2207, app/assets/stylesheets/new_design/new_design.scss */
  .listing-searched {
    margin-right: 400px;
    position: fixed;
  }
}

@media (max-width: 1200px) {
  /* line 2214, app/assets/stylesheets/new_design/new_design.scss */
  .map-sidebar {
    margin-right: 15px;
    height: calc(100vh - 60px);
  }
  /* line 2218, app/assets/stylesheets/new_design/new_design.scss */
  .listing-searched {
    margin-right: 15px;
  }
  /* line 2221, app/assets/stylesheets/new_design/new_design.scss */
  .show-booking-w-date {
    min-width: 150px;
  }
  /* line 2224, app/assets/stylesheets/new_design/new_design.scss */
  .show-booking-w-time {
    min-width: 150px;
  }
  /* line 2227, app/assets/stylesheets/new_design/new_design.scss */
  .user-detail-push {
    margin-right: 20px !important;
  }
}

@media (max-width: 1227px) {
  /* line 2236, app/assets/stylesheets/new_design/new_design.scss */
  .list-body .top-section .btn img, .list-body .top-section .btn-submit img, .list-body .top-section .tabs button img, .tabs .list-body .top-section button img {
    width: 15px;
    margin-right: 8px;
  }
}

@media (max-width: 1207px) {
  /* line 2243, app/assets/stylesheets/new_design/new_design.scss */
  .list-body .top-section .btn.mr-7, .list-body .top-section .mr-7.btn-submit, .list-body .top-section .tabs button.mr-7, .tabs .list-body .top-section button.mr-7 {
    margin-right: 5px !important;
  }
  /* line 2246, app/assets/stylesheets/new_design/new_design.scss */
  #listingsAccordion .card .link-section {
    padding-left: 8px;
  }
}

@media (max-width: 1199.98px) {
  /* line 2252, app/assets/stylesheets/new_design/new_design.scss */
  .pending .actions-buttons {
    width: 123px;
  }
  /* line 2255, app/assets/stylesheets/new_design/new_design.scss */
  .tabs button {
    padding: 10px 9px;
    margin-right: 0px;
  }
}

@media (max-width: 1199.98px) {
  /* line 2262, app/assets/stylesheets/new_design/new_design.scss */
  .tabs button .badge-count {
    padding: 4.52px 9.18px;
  }
}

@media (max-width: 1100px) {
  /* line 2268, app/assets/stylesheets/new_design/new_design.scss */
  .single-request {
    padding: 8px 10px;
  }
}

@media (max-width: 1020px) and (min-width: 992px) {
  /* line 2274, app/assets/stylesheets/new_design/new_design.scss */
  .single-request .image {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 575.98px) {
  /* line 2281, app/assets/stylesheets/new_design/new_design.scss */
  .user-details {
    width: 100%;
  }
  /* line 2284, app/assets/stylesheets/new_design/new_design.scss */
  .single-request .actions-buttons {
    width: auto !important;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  /* line 2289, app/assets/stylesheets/new_design/new_design.scss */
  .single-request .actions-buttons .btn, .single-request .actions-buttons .btn-submit, .single-request .actions-buttons .tabs button, .tabs .single-request .actions-buttons button {
    font-size: 13px !important;
  }
  /* line 2293, app/assets/stylesheets/new_design/new_design.scss */
  .list-body .btn:not(.single-tab), .list-body .btn-submit:not(.single-tab), .list-body .tabs button:not(.single-tab), .tabs .list-body button:not(.single-tab),
.banner-header .btn,
.banner-header .btn-submit,
.banner-header .tabs button,
.tabs .banner-header button {
    padding: 0.3rem 0.427rem !important;
    font-size: 14px;
  }
  /* line 2297, app/assets/stylesheets/new_design/new_design.scss */
  .list-body .btn:not(.single-tab) img, .list-body .btn-submit:not(.single-tab) img, .list-body .tabs button:not(.single-tab) img, .tabs .list-body button:not(.single-tab) img,
.banner-header .btn img,
.banner-header .btn-submit img,
.banner-header .tabs button img,
.tabs .banner-header button img {
    width: 15px;
    margin-right: 8px;
  }
  /* line 2302, app/assets/stylesheets/new_design/new_design.scss */
  .bulk-options {
    right: 10px;
  }
  /* line 2305, app/assets/stylesheets/new_design/new_design.scss */
  .banner-header {
    padding: 8px 12px;
  }
}

/* line 2310, app/assets/stylesheets/new_design/new_design.scss */
.tabs button:last-child {
  margin-right: 0;
}

/* line 2316, app/assets/stylesheets/new_design/new_design.scss */
.card-requests .card-header {
  padding: 1px 16px 0 16px;
  border-bottom: 0;
}

/* line 2320, app/assets/stylesheets/new_design/new_design.scss */
.card-requests .card-body {
  padding: 0;
}

/* line 2325, app/assets/stylesheets/new_design/new_design.scss */
.request-date {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  background-color: #f6f8fa;
}

/* line 2332, app/assets/stylesheets/new_design/new_design.scss */
.light-gray, .calendar-dots div, .monthly .monthly-row .monthly-col:not(.today) .day, .calendar-week-dates .right-side .col .day-name {
  color: #707070;
}

/* line 2336, app/assets/stylesheets/new_design/new_design.scss */
.dark-gray {
  color: #090909;
}

/* line 2340, app/assets/stylesheets/new_design/new_design.scss */
.no-booking {
  background-color: #fff;
  text-align: center;
  padding: 46px 16px;
}

/* line 2344, app/assets/stylesheets/new_design/new_design.scss */
.no-booking img {
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  /* line 2350, app/assets/stylesheets/new_design/new_design.scss */
  .serched-gallery-lg-grid {
    height: 183px;
  }
  /* line 2353, app/assets/stylesheets/new_design/new_design.scss */
  .static-section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 2357, app/assets/stylesheets/new_design/new_design.scss */
  .white-section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 2361, app/assets/stylesheets/new_design/new_design.scss */
  .white-large-section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 2365, app/assets/stylesheets/new_design/new_design.scss */
  .neutral-large-section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* line 2369, app/assets/stylesheets/new_design/new_design.scss */
  .neutral-section-space {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  /* line 2376, app/assets/stylesheets/new_design/new_design.scss */
  .serched-gallery-lg-grid {
    height: 376px;
  }
  /* line 2379, app/assets/stylesheets/new_design/new_design.scss */
  .static-section-space {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  /* line 2383, app/assets/stylesheets/new_design/new_design.scss */
  .mb-md-96 {
    margin-bottom: 96px;
  }
  /* line 2386, app/assets/stylesheets/new_design/new_design.scss */
  .neutral-section-space {
    padding-top: 85px;
    padding-bottom: 75px;
  }
  /* line 2390, app/assets/stylesheets/new_design/new_design.scss */
  .white-section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  /* line 2394, app/assets/stylesheets/new_design/new_design.scss */
  .neutral-large-section-space {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  /* line 2398, app/assets/stylesheets/new_design/new_design.scss */
  .white-large-section-space {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  /* line 2402, app/assets/stylesheets/new_design/new_design.scss */
  .modal-dialog:not(.modal-lg,
.modal-sm) {
    max-width: 620px;
  }
  /* line 2406, app/assets/stylesheets/new_design/new_design.scss */
  .h-lh-md-56 {
    line-height: 56px;
  }
  /* line 2409, app/assets/stylesheets/new_design/new_design.scss */
  .h-md-lh-40 {
    line-height: 40px;
  }
  /* line 2412, app/assets/stylesheets/new_design/new_design.scss */
  .min-h-45 {
    height: 45px;
  }
}

/* line 2417, app/assets/stylesheets/new_design/new_design.scss */
.text-underline {
  text-decoration: underline;
}

/* line 2421, app/assets/stylesheets/new_design/new_design.scss */
.link_url {
  max-height: 36px;
  overflow: hidden;
  word-break: break-all;
  line-height: 36px;
}

/* line 2428, app/assets/stylesheets/new_design/new_design.scss */
#toast-container > div {
  opacity: 1 !important;
  font-size: 15px;
}

/* line 2433, app/assets/stylesheets/new_design/new_design.scss */
#toast-container > .toast-success {
  background-color: #58b258;
}

/* line 2437, app/assets/stylesheets/new_design/new_design.scss */
#toast-container > .toast-error {
  background-color: #e33e38;
}

/* line 2441, app/assets/stylesheets/new_design/new_design.scss */
#toast-container > .toast-warning {
  background-color: #e33e38;
}

/* line 2445, app/assets/stylesheets/new_design/new_design.scss */
#toast-container > .toast-info {
  background-color: #6590ff;
}

/* line 2453, app/assets/stylesheets/new_design/new_design.scss */
.form-control.email, .select2-container--default .email.select2-selection--single, input.email[type="email"],
input.email[type="password"],
input.email[type="text"],
input.email[type="number"],
input.email[type="file"],
input.email[type="date"],
input.email[type="datetime-local"],
input.email[type="month"],
input.email[type="url"],
input.email[type="week"],
input.email[type="search"],
input.email[type="tel"],
input.email[type="time"],
select.email,
textarea.email,
.input-group-text.email {
  background-color: #ececec;
  color: #757575;
}

/* line 2459, app/assets/stylesheets/new_design/new_design.scss */
.card-profileSettings {
  justify-content: space-between;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  max-width: 730px;
  border: 1px solid #c5c5c6;
}

/* line 2466, app/assets/stylesheets/new_design/new_design.scss */
.card-profileSettings img {
  border-radius: 50%;
  display: block;
}

/* line 2473, app/assets/stylesheets/new_design/new_design.scss */
.card-profileSettings .form-group {
  margin-bottom: 32px;
}

/* line 2479, app/assets/stylesheets/new_design/new_design.scss */
.card-profileSettings .form-control.email, .card-profileSettings .select2-container--default .email.select2-selection--single, .select2-container--default .card-profileSettings .email.select2-selection--single, .card-profileSettings input.email[type="email"],
.card-profileSettings input.email[type="password"],
.card-profileSettings input.email[type="text"],
.card-profileSettings input.email[type="number"],
.card-profileSettings input.email[type="file"],
.card-profileSettings input.email[type="date"],
.card-profileSettings input.email[type="datetime-local"],
.card-profileSettings input.email[type="month"],
.card-profileSettings input.email[type="url"],
.card-profileSettings input.email[type="week"],
.card-profileSettings input.email[type="search"],
.card-profileSettings input.email[type="tel"],
.card-profileSettings input.email[type="time"],
.card-profileSettings select.email,
.card-profileSettings textarea.email,
.card-profileSettings .input-group-text.email {
  color: #09090955;
}

/* line 2483, app/assets/stylesheets/new_design/new_design.scss */
.card-profileSettings #Change-Password {
  cursor: pointer;
  color: #fb5252;
}

/* line 2489, app/assets/stylesheets/new_design/new_design.scss */
.card-changePassword {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  max-width: 540px;
  border: 1px solid #c5c5c6;
}

/* line 2498, app/assets/stylesheets/new_design/new_design.scss */
.card-changePassword .form-group {
  margin-bottom: 16px;
}

/* line 2507, app/assets/stylesheets/new_design/new_design.scss */
.card-billing {
  border-radius: 10px;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border: 1px solid #c5c5c6;
  background-color: #fff;
  padding: 16px;
}

/* line 2513, app/assets/stylesheets/new_design/new_design.scss */
.card-billing .billing-cycle {
  margin-top: 16px;
  color: #38274c;
  background-color: rgba(56, 39, 76, 0.1);
  padding: 4px;
}

/* line 2521, app/assets/stylesheets/new_design/new_design.scss */
.card-billing .actions .btn:not(:last-child), .card-billing .actions .btn-submit:not(:last-child), .card-billing .actions .tabs button:not(:last-child), .tabs .card-billing .actions button:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 1070px) {
  /* line 2528, app/assets/stylesheets/new_design/new_design.scss */
  .card-billing .btn, .card-billing .btn-submit, .card-billing .tabs button, .tabs .card-billing button {
    padding: 0.3rem 0.527rem;
    font-size: 14px;
  }
  /* line 2531, app/assets/stylesheets/new_design/new_design.scss */
  .card-billing .btn:not(:last-child), .card-billing .btn-submit:not(:last-child), .card-billing .tabs button:not(:last-child), .tabs .card-billing button:not(:last-child) {
    margin-right: 5px;
  }
}

@media (max-width: 710px) {
  /* line 2538, app/assets/stylesheets/new_design/new_design.scss */
  .card-billing .actions .btn, .card-billing .actions .btn-submit, .card-billing .actions .tabs button, .tabs .card-billing .actions button {
    margin: 5px 0 !important;
  }
}

/* line 2543, app/assets/stylesheets/new_design/new_design.scss */
.table-billing {
  margin-top: 20px;
}

/* line 2545, app/assets/stylesheets/new_design/new_design.scss */
.table-billing th {
  font-weight: 500;
  padding: 4px;
  border: 0;
  border-bottom: 1px solid #c5c5c6 !important;
}

/* line 2552, app/assets/stylesheets/new_design/new_design.scss */
.table-billing td {
  padding: 16px 4px 0 4px;
  border: 0;
}

/* line 2559, app/assets/stylesheets/new_design/new_design.scss */
.table-archived td,
.table-archived th {
  vertical-align: middle;
}

@media (min-width: 768px) {
  /* line 2567, app/assets/stylesheets/new_design/new_design.scss */
  .table-billing th,
.table-billing td {
    width: 25% !important;
  }
  /* line 2573, app/assets/stylesheets/new_design/new_design.scss */
  .table-invoices th,
.table-invoices td {
    width: 20% !important;
  }
}

@media (min-width: 1071px) {
  /* line 2581, app/assets/stylesheets/new_design/new_design.scss */
  .btn-invoice {
    min-width: 158px;
  }
}

@media (max-width: 1070.98px) {
  /* line 2587, app/assets/stylesheets/new_design/new_design.scss */
  .btn-invoice {
    min-width: 137px;
  }
}

/* line 2592, app/assets/stylesheets/new_design/new_design.scss */
.card-plan {
  border: 1px solid #c5c5c6;
  padding: 16px;
  background-color: white;
}

/* line 2596, app/assets/stylesheets/new_design/new_design.scss */
.card-plan .plan {
  align-items: center;
  justify-content: space-between;
}

/* line 2602, app/assets/stylesheets/new_design/new_design.scss */
.card-payment {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border: 1px solid #c5c5c6;
}

/* line 2607, app/assets/stylesheets/new_design/new_design.scss */
.card-payment .payment-method {
  padding-bottom: 16px;
  padding-top: 16px;
  align-items: center;
  justify-content: space-between;
}

/* line 2612, app/assets/stylesheets/new_design/new_design.scss */
.card-payment .payment-method:not(:last-child) {
  border-bottom: 1px solid #c5c5c6;
}

/* line 2615, app/assets/stylesheets/new_design/new_design.scss */
.card-payment .payment-method .badge-default-light {
  margin-left: 24px;
}

@media (max-width: 575.98px) {
  /* line 2622, app/assets/stylesheets/new_design/new_design.scss */
  .card-plan .btn, .card-plan .btn-submit, .card-plan .tabs button, .tabs .card-plan button,
.card-payment .btn:not(.btn-only-icon),
.card-payment .btn-submit:not(.btn-only-icon),
.card-payment .tabs button:not(.btn-only-icon),
.tabs .card-payment button:not(.btn-only-icon),
.card-calendar .btn,
.card-calendar .btn-submit,
.card-calendar .tabs button,
.tabs .card-calendar button {
    padding: 0.3rem 0.527rem;
    font-size: 14px;
  }
  /* line 2627, app/assets/stylesheets/new_design/new_design.scss */
  .card-plan .btn img, .card-plan .btn-submit img, .card-plan .tabs button img, .tabs .card-plan button img,
.card-payment .btn:not(.btn-only-icon) img,
.card-payment .btn-submit:not(.btn-only-icon) img,
.card-payment .tabs button:not(.btn-only-icon) img,
.tabs .card-payment button:not(.btn-only-icon) img,
.card-calendar .btn img,
.card-calendar .btn-submit img,
.card-calendar .tabs button img,
.tabs .card-calendar button img {
    width: 15px;
  }
  /* line 2631, app/assets/stylesheets/new_design/new_design.scss */
  .btn-only-icon {
    padding: 0.19rem 0.485rem 0.22rem 0.485rem !important;
  }
  /* line 2633, app/assets/stylesheets/new_design/new_design.scss */
  .btn-only-icon img {
    width: 15px;
  }
}

/* line 2642, app/assets/stylesheets/new_design/new_design.scss */
.pricing .card {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 6px 20px rgba(56, 39, 76, 0.16);
}

/* line 2646, app/assets/stylesheets/new_design/new_design.scss */
.pricing .card ul {
  border-radius: 0;
}

/* line 2648, app/assets/stylesheets/new_design/new_design.scss */
.pricing .card ul li {
  display: flex;
  padding: 8px 0 8px 3.75px;
  border-bottom: 0;
}

/* line 2653, app/assets/stylesheets/new_design/new_design.scss */
.pricing .card ul li img {
  margin-top: 4px;
  margin-right: 11px;
}

/* line 2659, app/assets/stylesheets/new_design/new_design.scss */
.pricing .card .card-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0;
  padding-top: 16px;
  padding-bottom: 0;
  background-color: #fff;
  border-bottom: 0;
}

/* line 2669, app/assets/stylesheets/new_design/new_design.scss */
.pricing .card .card-title {
  margin-bottom: 0;
}

/* line 2673, app/assets/stylesheets/new_design/new_design.scss */
.pricing .single-plan:nth-child(2) {
  z-index: 1;
}

/* line 2678, app/assets/stylesheets/new_design/new_design.scss */
.pricing .plan-main .card, .pricing .single-plan:nth-child(2) .card {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #fb5252;
  margin-top: -32px;
}

/* line 2683, app/assets/stylesheets/new_design/new_design.scss */
.pricing .plan-main .card::before, .pricing .single-plan:nth-child(2) .card::before {
  padding: 4px;
  content: "Most Popular";
  background: #fb5252;
  color: #fff;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 2698, app/assets/stylesheets/new_design/new_design.scss */
.pricing .card-price {
  display: flex;
  align-items: center;
}

/* line 2701, app/assets/stylesheets/new_design/new_design.scss */
.pricing .card-price .period {
  margin-left: 8px;
}

/* line 2707, app/assets/stylesheets/new_design/new_design.scss */
.pricing .btn-group .btn:not(:first-child), .pricing .btn-group .btn-submit:not(:first-child), .pricing .btn-group .tabs button:not(:first-child), .tabs .pricing .btn-group button:not(:first-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 2711, app/assets/stylesheets/new_design/new_design.scss */
.pricing .btn-group .btn:not(:last-child), .pricing .btn-group .btn-submit:not(:last-child), .pricing .btn-group .tabs button:not(:last-child), .tabs .pricing .btn-group button:not(:last-child) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 2716, app/assets/stylesheets/new_design/new_design.scss */
.pricing .tab-content > .active {
  display: flex;
}

/* line 2719, app/assets/stylesheets/new_design/new_design.scss */
.pricing .btn-choose-plan {
  border-radius: 0;
}

/* line 2725, app/assets/stylesheets/new_design/new_design.scss */
.pricing-tabs .tabb.active {
  cursor: default;
}

/* line 2728, app/assets/stylesheets/new_design/new_design.scss */
.pricing-tabs label {
  margin-bottom: 0;
}

/* line 2731, app/assets/stylesheets/new_design/new_design.scss */
.pricing-tabs .custom-switch {
  z-index: 0;
  padding-left: 2.75rem;
}

/* line 2735, app/assets/stylesheets/new_design/new_design.scss */
.pricing-tabs .custom-switch input:not(:checked) ~ .custom-control-label::after, .pricing-tabs .custom-switch .checkbox input:not(:checked) ~ label::after, .checkbox .pricing-tabs .custom-switch input:not(:checked) ~ label::after,
.pricing-tabs .custom-switch .radio input:not(:checked) ~ label::after,
.radio .pricing-tabs .custom-switch input:not(:checked) ~ label::after {
  background-color: #fff;
}

/* line 2738, app/assets/stylesheets/new_design/new_design.scss */
.pricing-tabs .custom-switch input:not(:checked) ~ .custom-control-label::before, .pricing-tabs .custom-switch .checkbox input:not(:checked) ~ label::before, .checkbox .pricing-tabs .custom-switch input:not(:checked) ~ label::before,
.pricing-tabs .custom-switch .radio input:not(:checked) ~ label::before,
.radio .pricing-tabs .custom-switch input:not(:checked) ~ label::before {
  background-color: #c5c5c6;
}

/* line 2743, app/assets/stylesheets/new_design/new_design.scss */
.pricing-tabs .tabb {
  cursor: pointer;
  color: #707070;
}

@media (min-width: 576px) {
  /* line 2757, app/assets/stylesheets/new_design/new_design.scss */
  .listing-filter-card {
    max-width: 300px;
    width: 300px;
  }
}

@media (min-width: 576px) {
  /* line 2764, app/assets/stylesheets/new_design/new_design.scss */
  .list-price-heading {
    position: absolute;
    bottom: 0;
  }
  /* line 2768, app/assets/stylesheets/new_design/new_design.scss */
  #MobileAppModal .modal-dialog {
    max-width: 450px !important;
  }
  /* line 2771, app/assets/stylesheets/new_design/new_design.scss */
  .listing-filter-card {
    max-width: 400px;
    width: 400px;
  }
  /* line 2775, app/assets/stylesheets/new_design/new_design.scss */
  .list-price-heading {
    position: absolute;
    bottom: 0;
  }
  /* line 2780, app/assets/stylesheets/new_design/new_design.scss */
  #month .card-header {
    height: 320px;
  }
  /* line 2785, app/assets/stylesheets/new_design/new_design.scss */
  #year .card-header {
    height: 320px;
  }
  /* line 2789, app/assets/stylesheets/new_design/new_design.scss */
  .h-21 {
    height: 21px;
  }
  /* line 2792, app/assets/stylesheets/new_design/new_design.scss */
  .h-63 {
    height: 63px;
  }
}

/* line 2797, app/assets/stylesheets/new_design/new_design.scss */
.tick-muted {
  color: #c5c5c6;
}

/* line 2802, app/assets/stylesheets/new_design/new_design.scss */
.w-date {
  width: 184px;
}

/* line 2806, app/assets/stylesheets/new_design/new_design.scss */
.w-time {
  min-width: 107px;
}

/* line 2810, app/assets/stylesheets/new_design/new_design.scss */
.w-address,
.w-address2 {
  display: flex;
  align-items: center;
  width: 238px;
}

/* line 2817, app/assets/stylesheets/new_design/new_design.scss */
.w-appointment {
  width: 212px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  /* line 2823, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled {
    overflow: hidden;
  }
  /* line 2825, app/assets/stylesheets/new_design/new_design.scss */
  .sidenav-toggled #app_download {
    display: block !important;
  }
  /* line 2829, app/assets/stylesheets/new_design/new_design.scss */
  .logout-link {
    display: flex !important;
  }
  /* line 2832, app/assets/stylesheets/new_design/new_design.scss */
  .user-info {
    display: none;
  }
  /* line 2835, app/assets/stylesheets/new_design/new_design.scss */
  .w-date {
    width: 176px;
  }
  /* line 2838, app/assets/stylesheets/new_design/new_design.scss */
  .w-time {
    min-width: 103px;
  }
  /* line 2841, app/assets/stylesheets/new_design/new_design.scss */
  .w-address {
    width: 168px;
  }
  /* line 2844, app/assets/stylesheets/new_design/new_design.scss */
  .w-address2 {
    width: 215px;
  }
  /* line 2847, app/assets/stylesheets/new_design/new_design.scss */
  .w-appointment {
    width: 204px;
  }
}

@media (max-width: 767.98px) {
  /* line 2853, app/assets/stylesheets/new_design/new_design.scss */
  .w-address-60 {
    width: calc(65vw - 60px);
  }
}

@media (max-width: 575.98px) {
  /* line 2859, app/assets/stylesheets/new_design/new_design.scss */
  .w-address {
    width: calc(100vw - 161px);
  }
  /* line 2862, app/assets/stylesheets/new_design/new_design.scss */
  .w-address-60 {
    width: calc(100vw - 60px);
  }
  /* line 2865, app/assets/stylesheets/new_design/new_design.scss */
  .w-address2 {
    width: calc(100vw - 75px);
  }
  /* line 2868, app/assets/stylesheets/new_design/new_design.scss */
  .w-date {
    width: 168px;
  }
  /* line 2871, app/assets/stylesheets/new_design/new_design.scss */
  .w-appointment {
    width: 181px;
  }
}

/* line 2876, app/assets/stylesheets/new_design/new_design.scss */
.plan-disabled {
  opacity: 0.5;
  cursor: default !important;
}

/* line 2879, app/assets/stylesheets/new_design/new_design.scss */
.plan-disabled:hover, .plan-disabled:focus, .plan-disabled:active {
  background-color: initial !important;
  color: initial !important;
}

/* line 2887, app/assets/stylesheets/new_design/new_design.scss */
.login-modal .form-group {
  margin-bottom: 10px;
}

/* line 2892, app/assets/stylesheets/new_design/new_design.scss */
.select2-container--default .select2-selection--single {
  padding: 2px;
}

/* line 2897, app/assets/stylesheets/new_design/new_design.scss */
.select2-container--default .select2-selection--single:focus {
  outline: 0 !important;
}

/* line 2901, app/assets/stylesheets/new_design/new_design.scss */
.select2-selection__rendered {
  line-height: 34px !important;
}

/* line 2905, app/assets/stylesheets/new_design/new_design.scss */
.select2-selection--single .select2-selection__arrow {
  top: 10px !important;
}

/* line 2909, app/assets/stylesheets/new_design/new_design.scss */
.select2-results__option {
  font-size: 14px;
}

/* line 2913, app/assets/stylesheets/new_design/new_design.scss */
.select2-search__field:focus {
  outline: 0 !important;
}

/* line 2917, app/assets/stylesheets/new_design/new_design.scss */
.select2-search__field {
  font-size: 14px;
}

/* line 2921, app/assets/stylesheets/new_design/new_design.scss */
#upload-demo {
  display: none;
}

/* line 2926, app/assets/stylesheets/new_design/new_design.scss */
.bookings-calendar {
  background-color: #fff;
}

/* line 2928, app/assets/stylesheets/new_design/new_design.scss */
.bookings-calendar .header {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #c5c5c6;
}

/* line 2936, app/assets/stylesheets/new_design/new_design.scss */
.calendar-date {
  padding: 14px 16px;
  background-color: #f6f8fa;
}

/* line 2942, app/assets/stylesheets/new_design/new_design.scss */
.daily,
.weekly {
  overflow-y: auto;
}

/* line 2945, app/assets/stylesheets/new_design/new_design.scss */
.daily .left-times,
.weekly .left-times {
  width: 95px;
}

/* line 2947, app/assets/stylesheets/new_design/new_design.scss */
.daily .left-times .calendar-time,
.weekly .left-times .calendar-time {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 12px;
}

/* line 2956, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .single-date,
.weekly .calendar-bookings .single-date {
  height: 59.5px;
}

/* line 2958, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .single-date .booking,
.weekly .calendar-bookings .single-date .booking {
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  border-left: 2px solid;
  padding-left: 8px;
}

/* line 2966, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .single-date .booking.approved,
.weekly .calendar-bookings .single-date .booking.approved {
  border-color: #28a745;
  background-color: rgba(88, 178, 88, 0.2);
}

/* line 2970, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .single-date .booking.pending,
.weekly .calendar-bookings .single-date .booking.pending {
  border-color: #ff8b00;
  background-color: rgba(255, 139, 0, 0.2);
}

/* line 2974, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .single-date .booking.rescheduled,
.weekly .calendar-bookings .single-date .booking.rescheduled {
  border-color: #e33e38;
  background-color: rgba(227, 62, 56, 0.2);
}

/* line 2978, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .single-date .booking.brescheduled,
.weekly .calendar-bookings .single-date .booking.brescheduled {
  border-color: #38274c;
  background-color: rgba(56, 39, 76, 0.1);
}

/* line 2982, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .single-date .booking.m-approved,
.weekly .calendar-bookings .single-date .booking.m-approved {
  border-color: #3e803e;
  background-color: rgba(62, 128, 62, 0.2);
}

/* line 2986, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .single-date .booking.m-pending,
.weekly .calendar-bookings .single-date .booking.m-pending {
  border-color: #cc6f00;
  background-color: rgba(204, 111, 0, 0.2);
}

/* line 2990, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .single-date .booking.m-rescheduled,
.weekly .calendar-bookings .single-date .booking.m-rescheduled {
  border-color: #b0201a;
  background-color: rgba(176, 32, 26, 0.2);
}

/* line 2994, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .single-date .booking.m-brescheduled,
.weekly .calendar-bookings .single-date .booking.m-brescheduled {
  border-color: #8d6db2;
  background-color: rgba(141, 109, 178, 0.2);
}

/* line 2999, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .single-date span,
.weekly .calendar-bookings .single-date span {
  word-break: break-all;
  max-height: 21px;
  overflow: hidden;
}

/* line 3008, app/assets/stylesheets/new_design/new_design.scss */
.daily {
  max-height: calc(100vh - 339px);
}

/* line 3011, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .single-date {
  border-top: 1px solid #c5c5c6;
  padding: 8px;
}

/* line 3015, app/assets/stylesheets/new_design/new_design.scss */
.daily .calendar-bookings .booking {
  margin: 0 5px 0 0;
}

/* line 3021, app/assets/stylesheets/new_design/new_design.scss */
.weekly {
  max-height: calc(100vh - 287px);
}

/* line 3023, app/assets/stylesheets/new_design/new_design.scss */
.weekly .calendar-bookings {
  border-bottom: 1px solid #c5c5c6;
}

/* line 3025, app/assets/stylesheets/new_design/new_design.scss */
.weekly .calendar-bookings .single-date {
  padding: 8px 0;
}

/* line 3027, app/assets/stylesheets/new_design/new_design.scss */
.weekly .calendar-bookings .single-date:not(:last-child) {
  border-right: 1px solid #c5c5c6;
}

/* line 3030, app/assets/stylesheets/new_design/new_design.scss */
.weekly .calendar-bookings .single-date .booking {
  margin: 0 5px 0 5px;
}

/* line 3032, app/assets/stylesheets/new_design/new_design.scss */
.weekly .calendar-bookings .single-date .booking span {
  word-break: break-all;
  max-height: 21px;
  overflow: hidden;
}

/* line 3042, app/assets/stylesheets/new_design/new_design.scss */
.calendar-week-dates {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
}

/* line 3048, app/assets/stylesheets/new_design/new_design.scss */
.calendar-week-dates .left-side {
  width: 95px;
}

/* line 3052, app/assets/stylesheets/new_design/new_design.scss */
.calendar-week-dates .right-side .col {
  border-bottom: 1px solid #c5c5c6;
  padding: 12px 16px 8px 16px;
  border-left: 1px solid #c5c5c6;
}

/* line 3056, app/assets/stylesheets/new_design/new_design.scss */
.calendar-week-dates .right-side .col .day-name {
  margin-bottom: 8px;
}

/* line 3061, app/assets/stylesheets/new_design/new_design.scss */
.calendar-week-dates .right-side .col .day {
  display: inline-flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 15px !important;
}

/* line 3070, app/assets/stylesheets/new_design/new_design.scss */
.calendar-week-dates .right-side .col.today .day {
  width: 32px;
  color: #fff;
  background: #6590ff;
}

/* line 3079, app/assets/stylesheets/new_design/new_design.scss */
.calendar-tabs {
  background-color: #f6f8fa;
  display: inline-flex;
  align-items: center;
  border: 1px solid #c5c5c6;
  border-radius: 5px;
  text-align: center;
  padding: 4px 6px;
}

/* line 3087, app/assets/stylesheets/new_design/new_design.scss */
.calendar-tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38.4px;
}

/* line 3093, app/assets/stylesheets/new_design/new_design.scss */
.calendar-tabs a:not(.active) {
  cursor: pointer;
  width: 97px;
  margin: 0 3px;
}

/* line 3098, app/assets/stylesheets/new_design/new_design.scss */
.calendar-tabs a.active {
  width: 103px;
}

/* line 3101, app/assets/stylesheets/new_design/new_design.scss */
.calendar-tabs a.active, .calendar-tabs a:hover {
  background-color: #fff;
  box-shadow: 0px 6px 20px rgba(56, 39, 76, 0.16);
  border-radius: 5px;
}

/* line 3111, app/assets/stylesheets/new_design/new_design.scss */
.calendar-nav .btn:not(:last-child), .calendar-nav .btn-submit:not(:last-child), .calendar-nav .tabs button:not(:last-child), .tabs .calendar-nav button:not(:last-child) {
  margin-right: 13px;
}

@media (max-width: 1249.98px) {
  /* line 3118, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-nav .btn:not(:last-child), .calendar-nav .btn-submit:not(:last-child), .calendar-nav .tabs button:not(:last-child), .tabs .calendar-nav button:not(:last-child) {
    margin-right: 5px;
  }
}

@media (max-width: 1199.98px) {
  /* line 3127, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-tabs a:not(.active) {
    width: 72px;
  }
  /* line 3130, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-tabs a.active {
    width: 80px;
  }
  /* line 3136, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-nav .btn:not(:last-child), .calendar-nav .btn-submit:not(:last-child), .calendar-nav .tabs button:not(:last-child), .tabs .calendar-nav button:not(:last-child) {
    margin-right: 5px;
  }
  /* line 3139, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-nav .btn, .calendar-nav .btn-submit, .calendar-nav .tabs button, .tabs .calendar-nav button {
    padding: 0.5rem 0.7rem !important;
    font-size: 14px;
  }
  /* line 3144, app/assets/stylesheets/new_design/new_design.scss */
  .bookings-calendar h5 {
    font-size: 19px;
  }
}

@media (max-width: 767.98px) {
  /* line 3151, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-tabs a {
    height: 35px;
  }
  /* line 3153, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-tabs a:not(.active) {
    width: 67px;
  }
  /* line 3156, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-tabs a.active {
    width: 73px;
  }
  /* line 3161, app/assets/stylesheets/new_design/new_design.scss */
  .header h5 {
    font-size: 16px;
    line-height: 43px;
  }
  /* line 3166, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-nav .btn, .calendar-nav .btn-submit, .calendar-nav .tabs button, .tabs .calendar-nav button {
    padding: 0.5rem 0.7rem !important;
    font-size: 14px;
  }
  /* line 3169, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-nav .btn:not(:last-child), .calendar-nav .btn-submit:not(:last-child), .calendar-nav .tabs button:not(:last-child), .tabs .calendar-nav button:not(:last-child) {
    margin-right: 3px;
  }
}

@media (max-width: 455.98px) {
  /* line 3177, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-tabs {
    margin: 0;
  }
  /* line 3180, app/assets/stylesheets/new_design/new_design.scss */
  .header h5 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 2px;
  }
  /* line 3187, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-nav .btn, .calendar-nav .btn-submit, .calendar-nav .tabs button, .tabs .calendar-nav button {
    padding: 0.4rem 0.55rem !important;
    font-size: 12px;
  }
  /* line 3190, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-nav .btn:not(:last-child), .calendar-nav .btn-submit:not(:last-child), .calendar-nav .tabs button:not(:last-child), .tabs .calendar-nav button:not(:last-child) {
    margin-right: 0px;
  }
}

@media (max-width: 405.98px) {
  /* line 3198, app/assets/stylesheets/new_design/new_design.scss */
  .header h5 {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  /* line 3203, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-nav {
    display: block !important;
    text-align: center;
    float: none !important;
  }
}

/* line 3210, app/assets/stylesheets/new_design/new_design.scss */
.popover-user {
  background-color: #f6f8fa;
  padding: 8px;
  display: flex;
  align-items: center;
}

/* line 3217, app/assets/stylesheets/new_design/new_design.scss */
.calendar-popover {
  z-index: 0;
  min-width: 380px;
  box-shadow: 0px 6px 20px rgba(56, 39, 76, 0.16);
  border-radius: 5px;
}

/* line 3222, app/assets/stylesheets/new_design/new_design.scss */
.calendar-popover .popover-body {
  padding: 0;
}

/* line 3227, app/assets/stylesheets/new_design/new_design.scss */
.monthly {
  overflow: auto;
  max-height: calc(100vh - 267px);
}

/* line 3230, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row {
  min-height: 115px;
}

/* line 3232, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row:not(:last-child) .monthly-col {
  border-bottom: 1px solid #c5c5c6;
}

/* line 3235, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 8px 12px;
  min-height: 100%;
  line-height: 33px !important;
}

/* line 3247, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .day {
  display: inline-flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* line 3254, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col.today .day {
  width: 32px;
  color: #fff;
  background: #6590ff;
}

/* line 3260, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col:not(:last-child) {
  border-right: 1px solid #c5c5c6;
}

/* line 3263, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col.not_in_month .day {
  color: #c5c5c6 !important;
}

/* line 3266, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .bookings-month {
  width: 100%;
}

/* line 3269, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .booking {
  width: 100%;
  cursor: pointer;
  border-left: 2px solid;
  display: inline-flex;
  padding: 4px 0 4px 8px;
}

/* line 3276, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .booking:not(:last-child) {
  margin-bottom: 2px;
}

/* line 3279, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .booking span {
  display: inline-block;
  word-break: break-all;
  max-height: 20px;
  overflow: hidden;
}

/* line 3285, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .booking.plus {
  border-color: #e5e5e5;
  background-color: #e5e5e5;
}

/* line 3289, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .booking.approved {
  border-color: #28a745;
  background-color: rgba(88, 178, 88, 0.2);
}

/* line 3293, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .booking.pending {
  border-color: #ff8b00;
  background-color: rgba(255, 139, 0, 0.2);
}

/* line 3297, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .booking.rescheduled {
  border-color: #e33e38;
  background-color: rgba(227, 62, 56, 0.2);
}

/* line 3301, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .booking.brescheduled {
  border-color: #38274c;
  background-color: rgba(56, 39, 76, 0.1);
}

/* line 3305, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .booking.m-approved {
  border-color: #3e803e;
  background-color: rgba(62, 128, 62, 0.2);
}

/* line 3309, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .booking.m-pending {
  border-color: #cc6f00;
  background-color: rgba(204, 111, 0, 0.2);
}

/* line 3313, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .booking.m-rescheduled {
  border-color: #b0201a;
  background-color: rgba(176, 32, 26, 0.2);
}

/* line 3317, app/assets/stylesheets/new_design/new_design.scss */
.monthly .monthly-row .monthly-col .booking.m-brescheduled {
  border-color: #8d6db2;
  background-color: rgba(141, 109, 178, 0.2);
}

@media (max-width: 1199.98px) {
  /* line 3327, app/assets/stylesheets/new_design/new_design.scss */
  .weekly {
    max-height: calc(100vh - 256px);
  }
  /* line 3330, app/assets/stylesheets/new_design/new_design.scss */
  .monthly {
    max-height: calc(100vh - 256px);
  }
  /* line 3333, app/assets/stylesheets/new_design/new_design.scss */
  .daily {
    max-height: calc(100vh - 308px);
  }
}

@media (max-width: 991.98px) {
  /* line 3340, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .weekly {
    max-height: calc(100vh - 330px);
  }
  /* line 3343, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .monthly {
    max-height: calc(100vh - 330px);
  }
  /* line 3346, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .daily {
    max-height: calc(100vh - 385px);
  }
}

@media (max-width: 767.98px) {
  /* line 3354, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .weekly {
    max-height: calc(100vh - 375px);
  }
  /* line 3357, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .monthly {
    max-height: calc(100vh - 375px);
  }
  /* line 3360, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .daily {
    max-height: calc(100vh - 430px);
  }
  /* line 3364, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .single-date {
    text-align: center;
  }
  /* line 3367, app/assets/stylesheets/new_design/new_design.scss */
  .weekly,
.monthly {
    max-height: calc(100vh - 299px);
  }
  /* line 3371, app/assets/stylesheets/new_design/new_design.scss */
  .monthly {
    max-height: calc(100vh - 307px);
  }
  /* line 3374, app/assets/stylesheets/new_design/new_design.scss */
  .daily {
    max-height: calc(100vh - 350px);
  }
  /* line 3377, app/assets/stylesheets/new_design/new_design.scss */
  .bookings-month {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  /* line 3382, app/assets/stylesheets/new_design/new_design.scss */
  .plus-dot {
    margin-top: 4px;
    padding: 3px 4px 3px 3px;
    border-radius: 20px;
    background-color: #e5e5e5;
    font-size: 12px;
    display: inline-block;
    font-family: "Airbnb-Cereal-Medium", sans-serif;
    line-height: 14px;
  }
}

@media (max-width: 575.98px) {
  /* line 3396, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .weekly {
    max-height: calc(100vh - 355px);
  }
  /* line 3399, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .daily {
    max-height: calc(100vh - 405px);
  }
  /* line 3403, app/assets/stylesheets/new_design/new_design.scss */
  .weekly {
    max-height: calc(100vh - 277px);
  }
  /* line 3406, app/assets/stylesheets/new_design/new_design.scss */
  .daily {
    max-height: calc(100vh - 326px);
  }
}

@media (max-width: 455.98px) {
  /* line 3413, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .weekly {
    max-height: calc(100vh - 340px);
  }
  /* line 3416, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .daily {
    max-height: calc(100vh - 390px);
  }
  /* line 3420, app/assets/stylesheets/new_design/new_design.scss */
  .weekly {
    max-height: calc(100vh - 264px);
  }
  /* line 3423, app/assets/stylesheets/new_design/new_design.scss */
  .daily {
    max-height: calc(100vh - 313px);
  }
}

@media (max-width: 405.98px) {
  /* line 3430, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .weekly {
    max-height: calc(100vh - 335px);
  }
  /* line 3433, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .daily {
    max-height: calc(100vh - 390px);
  }
  /* line 3437, app/assets/stylesheets/new_design/new_design.scss */
  .weekly {
    max-height: calc(100vh - 297px);
  }
  /* line 3440, app/assets/stylesheets/new_design/new_design.scss */
  .daily {
    max-height: calc(100vh - 346px);
  }
}

/* line 3445, app/assets/stylesheets/new_design/new_design.scss */
.bg-body {
  background-color: #f6f8fa;
}

/* line 3447, app/assets/stylesheets/new_design/new_design.scss */
.bg-body .calendar-popover-content {
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 5px;
}

/* line 3451, app/assets/stylesheets/new_design/new_design.scss */
.bg-body .calendar-popover-content:not(:last-child) {
  margin-bottom: 12px;
}

/* line 3457, app/assets/stylesheets/new_design/new_design.scss */
.monthly-days {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  border-bottom: 1px solid #c5c5c6;
}

/* line 3463, app/assets/stylesheets/new_design/new_design.scss */
.monthly-days .col {
  padding: 12px;
}

/* line 3465, app/assets/stylesheets/new_design/new_design.scss */
.monthly-days .col:not(:last-child) {
  border-right: 1px solid #c5c5c6;
}

@media (max-width: 1199.98px) {
  /* line 3477, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .row-bookings .calendar-bookings .booking {
    font-size: 13px;
    padding: 3px 0 3px 5px;
  }
  /* line 3481, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .row-bookings .calendar-bookings .single-date {
    height: 36px;
    padding: 5px 0;
  }
  /* line 3486, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .left-times {
    width: 91px;
  }
  /* line 3490, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .left-side {
    width: 91px;
  }
  /* line 3494, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .right-side .col {
    padding: 12px 10px 8px 10px;
  }
  /* line 3502, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row .monthly-col {
    padding: 8px 10px;
  }
  /* line 3504, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row .monthly-col .booking {
    font-size: 13px;
    padding: 3px 0 3px 5px;
  }
  /* line 3512, app/assets/stylesheets/new_design/new_design.scss */
  .monthly-days .col {
    padding: 8px;
  }
  /* line 3514, app/assets/stylesheets/new_design/new_design.scss */
  .monthly-days .col span {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  /* line 3524, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row .monthly-col {
    padding: 5px 8px;
  }
  /* line 3526, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row .monthly-col:not(.today) .day {
    font-size: 16px !important;
  }
  /* line 3529, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row .monthly-col .day {
    height: 28px;
  }
  /* line 3532, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row .monthly-col.today .day {
    line-height: 14px;
    font-size: 15px;
    width: 28px;
  }
  /* line 3541, app/assets/stylesheets/new_design/new_design.scss */
  .monthly-days .col {
    padding: 5px;
  }
  /* line 3543, app/assets/stylesheets/new_design/new_design.scss */
  .monthly-days .col span {
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  /* line 3552, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row {
    min-height: 50px;
  }
  /* line 3555, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row .monthly-col:not(.today) .day {
    font-size: 14px !important;
  }
  /* line 3558, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row .monthly-col .day {
    height: 25px;
  }
  /* line 3561, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row .monthly-col.today .day {
    font-size: 13px;
    width: 25px;
  }
  /* line 3570, app/assets/stylesheets/new_design/new_design.scss */
  .monthly-days .col span {
    font-size: 13px;
  }
}

/* line 3578, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dots div {
  align-items: center;
  line-height: 14px;
}

/* line 3586, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 4px;
}

/* line 3592, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot.dot-pending {
  background-color: #ff8b00;
}

/* line 3595, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot.dot-approved, .calendar-dot.dot-active {
  background-color: #58b258;
}

/* line 3599, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot.dot-rescheduled, .calendar-dot.dot-inactive {
  background-color: #fb5252;
}

/* line 3603, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot.dot-brescheduled, .calendar-dot.dot-both {
  background-color: #38274c;
}

/* line 3607, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot.dot-m-pending {
  background-color: #cc6f00;
}

/* line 3610, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot.dot-m-approved {
  background-color: #3e803e;
}

/* line 3613, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot.dot-m-rescheduled {
  background-color: #b0201a;
}

/* line 3616, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot.dot-m-brescheduled {
  background-color: #8d6db2;
}

/* line 3621, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot-booking {
  margin-top: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

/* line 3627, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot-booking:not(:last-child) {
  margin-right: 3px;
}

/* line 3630, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot-booking.dot-pending {
  background-color: #ff8b00;
}

/* line 3633, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot-booking.dot-approved {
  background-color: #58b258;
}

/* line 3636, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot-booking.dot-rescheduled {
  background-color: #fb5252;
}

/* line 3639, app/assets/stylesheets/new_design/new_design.scss */
.calendar-dot-booking.dot-brescheduled {
  background-color: #38274c;
}

@media (max-width: 400.98px) {
  /* line 3645, app/assets/stylesheets/new_design/new_design.scss */
  .bookings-month {
    justify-content: center;
  }
  /* line 3650, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row .monthly-col {
    padding: 4px;
    align-items: center;
  }
  /* line 3653, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row .monthly-col:not(.today) .day {
    font-size: 13px !important;
  }
  /* line 3656, app/assets/stylesheets/new_design/new_design.scss */
  .monthly .monthly-row .monthly-col.today .day {
    font-size: 12px;
  }
  /* line 3664, app/assets/stylesheets/new_design/new_design.scss */
  .monthly-days .col span {
    font-size: 12px;
  }
}

/* mixin for multiline */
/* line 3699, app/assets/stylesheets/new_design/new_design.scss */
.property-name,
.card-header:hover .property-name {
  word-break: break-all;
}

/* line 3704, app/assets/stylesheets/new_design/new_design.scss */
.property-address {
  overflow: hidden;
  position: relative;
  line-height: 18px;
  max-height: 90px;
  padding-right: 1em;
  word-break: break-all;
  display: inline-block;
}

/* line 3682, app/assets/stylesheets/new_design/new_design.scss */
.property-address:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 3688, app/assets/stylesheets/new_design/new_design.scss */
.property-address:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #fff;
}

/* line 3710, app/assets/stylesheets/new_design/new_design.scss */
.name-overflow {
  height: 26px;
  overflow: hidden;
}

/* line 3715, app/assets/stylesheets/new_design/new_design.scss */
.text-break-all {
  word-break: break-all;
}

@media (max-width: 575.98px) {
  /* line 3721, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .left-times {
    width: 72px;
  }
  /* line 3723, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .left-times .calendar-time {
    font-size: 13px;
    padding: 0 5px;
  }
  /* line 3729, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .left-side {
    width: 72px;
  }
  /* line 3733, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .right-side .col {
    padding: 5px;
  }
  /* line 3735, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .right-side .col .day-name {
    font-size: 13px;
  }
  /* line 3738, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .right-side .col:not(.today) .day {
    font-size: 14px !important;
  }
  /* line 3741, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .right-side .col .day {
    height: 25px;
  }
  /* line 3744, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .right-side .col.today .day {
    font-size: 13px;
    width: 25px;
  }
}

@media (max-width: 400.98px) {
  /* line 3756, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .left-times {
    width: 66px;
  }
  /* line 3758, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .left-times .calendar-time {
    font-size: 12px;
    padding: 0 4px;
  }
  /* line 3764, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .left-side {
    width: 66px;
  }
  /* line 3768, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .right-side .col {
    padding: 4px;
  }
  /* line 3770, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .right-side .col .day-name {
    margin-bottom: 5px;
  }
  /* line 3773, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .right-side .col:not(.today) .day {
    font-size: 13px !important;
  }
  /* line 3776, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .right-side .col .day {
    height: 21px;
  }
  /* line 3779, app/assets/stylesheets/new_design/new_design.scss */
  .weekly .calendar-week-dates .right-side .col.today .day {
    font-size: 11px;
    width: 21px;
  }
}

/* line 3789, app/assets/stylesheets/new_design/new_design.scss */
.property-show .monthly {
  max-height: 100% !important;
}

/* line 3793, app/assets/stylesheets/new_design/new_design.scss */
.dropdown-toggle {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  /* line 3799, app/assets/stylesheets/new_design/new_design.scss */
  .actions-dropdown .dropdown-toggle.btn, .actions-dropdown .dropdown-toggle.btn-submit, .actions-dropdown .tabs button.dropdown-toggle, .tabs .actions-dropdown button.dropdown-toggle,
.copy-link-sm {
    padding: 0.4rem 0.7rem !important;
    font-size: 15px !important;
  }
}

@media (max-width: 575.98px) {
  /* line 3807, app/assets/stylesheets/new_design/new_design.scss */
  .actions-dropdown .dropdown-toggle.btn, .actions-dropdown .dropdown-toggle.btn-submit, .actions-dropdown .tabs button.dropdown-toggle, .tabs .actions-dropdown button.dropdown-toggle,
.copy-link-sm {
    padding: 0.3rem 0.4rem !important;
    font-size: 12px !important;
  }
}

/* line 3815, app/assets/stylesheets/new_design/new_design.scss */
#map {
  width: 600px;
  height: 400px;
}

/* line 3820, app/assets/stylesheets/new_design/new_design.scss */
.cursor-pointer {
  cursor: pointer !important;
}

/* line 3824, app/assets/stylesheets/new_design/new_design.scss */
.cursor-drag {
  cursor: url("https://ssl.gstatic.com/ui/v1/icons/mail/images/2/openhand.cur"), default;
}

/* line 3826, app/assets/stylesheets/new_design/new_design.scss */
.cursor-drag:active {
  cursor: grabbing;
}

/* line 3831, app/assets/stylesheets/new_design/new_design.scss */
.all_times {
  text-align: center;
}

/* line 3833, app/assets/stylesheets/new_design/new_design.scss */
.all_times .time {
  display: inline-block;
  width: calc(33.33% - 10px);
  text-align: center;
  padding: 9px 5px 5px 5px;
  border: 1px solid #c5c5c6;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  margin: 5px;
}

/* line 3843, app/assets/stylesheets/new_design/new_design.scss */
.all_times .time:hover {
  background-color: #f6f8fa;
}

/* line 3846, app/assets/stylesheets/new_design/new_design.scss */
.all_times .time.disabled {
  pointer-events: none;
  background-color: #f6f8fa;
  opacity: 0.5;
  color: #707070;
}

/* line 3852, app/assets/stylesheets/new_design/new_design.scss */
.all_times .time.selected {
  border-color: #fb5252;
  color: #fb5252;
}

/* line 3860, app/assets/stylesheets/new_design/new_design.scss */
.unchecked.all_times .time {
  width: calc(25% - 10px);
}

@media (max-width: 400px) {
  /* line 3867, app/assets/stylesheets/new_design/new_design.scss */
  .unchecked.all_times .time {
    width: calc(33.333% - 10px);
  }
}

/* line 3876, app/assets/stylesheets/new_design/new_design.scss */
.tour .w-87 {
  width: 87px;
}

/* line 3879, app/assets/stylesheets/new_design/new_design.scss */
.tour .w-138 {
  width: 138px;
}

/* line 3882, app/assets/stylesheets/new_design/new_design.scss */
.tour .w-124 {
  width: 124px;
}

/* line 3885, app/assets/stylesheets/new_design/new_design.scss */
.tour .w-63 {
  width: 63px;
}

/* line 3888, app/assets/stylesheets/new_design/new_design.scss */
.tour .w-193 {
  width: 193px;
}

/* line 3891, app/assets/stylesheets/new_design/new_design.scss */
.tour .w-152 {
  width: 152px;
}

/* line 3894, app/assets/stylesheets/new_design/new_design.scss */
.tour .w-300 {
  width: 300px;
}

/* line 3897, app/assets/stylesheets/new_design/new_design.scss */
.tour .w-387 {
  width: 387px;
}

/* line 3900, app/assets/stylesheets/new_design/new_design.scss */
.tour .w-363 {
  width: 363px;
}

/* line 3903, app/assets/stylesheets/new_design/new_design.scss */
.tour .w-99 {
  width: 99px;
}

/* line 3907, app/assets/stylesheets/new_design/new_design.scss */
.tour thead th {
  text-align: center;
}

/* line 3910, app/assets/stylesheets/new_design/new_design.scss */
.tour td {
  vertical-align: middle;
}

/* line 3915, app/assets/stylesheets/new_design/new_design.scss */
.tour .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .tour .custom-switch .checkbox input[type="checkbox"]:disabled:checked ~ .custom-control-label::before, .checkbox .tour .custom-switch input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.tour .custom-switch .checkbox input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.checkbox .tour .custom-switch input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.tour .custom-switch .radio input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.radio .tour .custom-switch input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.tour .custom-switch .radio input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.radio .tour .custom-switch input[type="radio"]:disabled:checked ~ .custom-control-label::before, .tour .custom-switch .checkbox .custom-control-input:disabled:checked ~ label::before, .checkbox .tour .custom-switch .custom-control-input:disabled:checked ~ label::before, .tour .custom-switch .checkbox input[type="checkbox"]:disabled:checked ~ label::before, .checkbox .tour .custom-switch input[type="checkbox"]:disabled:checked ~ label::before,
.tour .custom-switch .checkbox input[type="radio"]:disabled:checked ~ label::before,
.checkbox .tour .custom-switch input[type="radio"]:disabled:checked ~ label::before,
.tour .custom-switch .radio .custom-control-input:disabled:checked ~ label::before,
.radio .tour .custom-switch .custom-control-input:disabled:checked ~ label::before,
.tour .custom-switch .radio input[type="checkbox"]:disabled:checked ~ label::before,
.radio .tour .custom-switch input[type="checkbox"]:disabled:checked ~ label::before,
.tour .custom-switch .radio input[type="radio"]:disabled:checked ~ label::before,
.radio .tour .custom-switch input[type="radio"]:disabled:checked ~ label::before {
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}

/* line 3920, app/assets/stylesheets/new_design/new_design.scss */
.tour .custom-switch .custom-control-input ~ .custom-control-label span:before, .tour .custom-switch .checkbox input[type="checkbox"] ~ .custom-control-label span:before, .checkbox .tour .custom-switch input[type="checkbox"] ~ .custom-control-label span:before,
.tour .custom-switch .checkbox input[type="radio"] ~ .custom-control-label span:before,
.checkbox .tour .custom-switch input[type="radio"] ~ .custom-control-label span:before,
.tour .custom-switch .radio input[type="checkbox"] ~ .custom-control-label span:before,
.radio .tour .custom-switch input[type="checkbox"] ~ .custom-control-label span:before,
.tour .custom-switch .radio input[type="radio"] ~ .custom-control-label span:before,
.radio .tour .custom-switch input[type="radio"] ~ .custom-control-label span:before, .tour .custom-switch .checkbox .custom-control-input ~ label span:before, .checkbox .tour .custom-switch .custom-control-input ~ label span:before, .tour .custom-switch .checkbox input[type="checkbox"] ~ label span:before, .checkbox .tour .custom-switch input[type="checkbox"] ~ label span:before,
.tour .custom-switch .checkbox input[type="radio"] ~ label span:before,
.checkbox .tour .custom-switch input[type="radio"] ~ label span:before,
.tour .custom-switch .radio .custom-control-input ~ label span:before,
.radio .tour .custom-switch .custom-control-input ~ label span:before,
.tour .custom-switch .radio input[type="checkbox"] ~ label span:before,
.radio .tour .custom-switch input[type="checkbox"] ~ label span:before,
.tour .custom-switch .radio input[type="radio"] ~ label span:before,
.radio .tour .custom-switch input[type="radio"] ~ label span:before {
  content: "Off";
}

/* line 3925, app/assets/stylesheets/new_design/new_design.scss */
.tour .custom-switch .custom-control-input:checked ~ .custom-control-label span:before, .tour .custom-switch .checkbox input[type="checkbox"]:checked ~ .custom-control-label span:before, .checkbox .tour .custom-switch input[type="checkbox"]:checked ~ .custom-control-label span:before,
.tour .custom-switch .checkbox input[type="radio"]:checked ~ .custom-control-label span:before,
.checkbox .tour .custom-switch input[type="radio"]:checked ~ .custom-control-label span:before,
.tour .custom-switch .radio input[type="checkbox"]:checked ~ .custom-control-label span:before,
.radio .tour .custom-switch input[type="checkbox"]:checked ~ .custom-control-label span:before,
.tour .custom-switch .radio input[type="radio"]:checked ~ .custom-control-label span:before,
.radio .tour .custom-switch input[type="radio"]:checked ~ .custom-control-label span:before, .tour .custom-switch .checkbox .custom-control-input:checked ~ label span:before, .checkbox .tour .custom-switch .custom-control-input:checked ~ label span:before, .tour .custom-switch .checkbox input[type="checkbox"]:checked ~ label span:before, .checkbox .tour .custom-switch input[type="checkbox"]:checked ~ label span:before,
.tour .custom-switch .checkbox input[type="radio"]:checked ~ label span:before,
.checkbox .tour .custom-switch input[type="radio"]:checked ~ label span:before,
.tour .custom-switch .radio .custom-control-input:checked ~ label span:before,
.radio .tour .custom-switch .custom-control-input:checked ~ label span:before,
.tour .custom-switch .radio input[type="checkbox"]:checked ~ label span:before,
.radio .tour .custom-switch input[type="checkbox"]:checked ~ label span:before,
.tour .custom-switch .radio input[type="radio"]:checked ~ label span:before,
.radio .tour .custom-switch input[type="radio"]:checked ~ label span:before {
  content: "On";
}

/* line 3928, app/assets/stylesheets/new_design/new_design.scss */
.tour .custom-switch .custom-control-input:checked ~ .custom-control-label::before, .tour .custom-switch .checkbox input[type="checkbox"]:checked ~ .custom-control-label::before, .checkbox .tour .custom-switch input[type="checkbox"]:checked ~ .custom-control-label::before,
.tour .custom-switch .checkbox input[type="radio"]:checked ~ .custom-control-label::before,
.checkbox .tour .custom-switch input[type="radio"]:checked ~ .custom-control-label::before,
.tour .custom-switch .radio input[type="checkbox"]:checked ~ .custom-control-label::before,
.radio .tour .custom-switch input[type="checkbox"]:checked ~ .custom-control-label::before,
.tour .custom-switch .radio input[type="radio"]:checked ~ .custom-control-label::before,
.radio .tour .custom-switch input[type="radio"]:checked ~ .custom-control-label::before, .tour .custom-switch .checkbox .custom-control-input:checked ~ label::before, .checkbox .tour .custom-switch .custom-control-input:checked ~ label::before, .tour .custom-switch .checkbox input[type="checkbox"]:checked ~ label::before, .checkbox .tour .custom-switch input[type="checkbox"]:checked ~ label::before,
.tour .custom-switch .checkbox input[type="radio"]:checked ~ label::before,
.checkbox .tour .custom-switch input[type="radio"]:checked ~ label::before,
.tour .custom-switch .radio .custom-control-input:checked ~ label::before,
.radio .tour .custom-switch .custom-control-input:checked ~ label::before,
.tour .custom-switch .radio input[type="checkbox"]:checked ~ label::before,
.radio .tour .custom-switch input[type="checkbox"]:checked ~ label::before,
.tour .custom-switch .radio input[type="radio"]:checked ~ label::before,
.radio .tour .custom-switch input[type="radio"]:checked ~ label::before {
  background-color: #58b258;
  border-color: #58b258;
}

/* line 3935, app/assets/stylesheets/new_design/new_design.scss */
.tour .position-number {
  margin-left: 11px;
  margin-right: 16px;
}

/* line 3941, app/assets/stylesheets/new_design/new_design.scss */
.position-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #38274c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 14px;
}

/* line 3953, app/assets/stylesheets/new_design/new_design.scss */
.w-99 img {
  height: 18px;
}

@media (max-width: 1500.98px) {
  /* line 3958, app/assets/stylesheets/new_design/new_design.scss */
  .w-99 img {
    height: 17px;
  }
  /* line 3962, app/assets/stylesheets/new_design/new_design.scss */
  .tour .position-number {
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: 12px;
  }
  /* line 3969, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-91 {
    width: 80px;
  }
  /* line 3972, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-300 {
    width: 225px;
  }
  /* line 3975, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-391 {
    width: 305px;
  }
  /* line 3978, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-99 {
    width: 85px;
  }
}

@media (max-width: 465px) {
  /* line 3986, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-300 {
    width: calc(100vw - 163px);
  }
}

/* line 3991, app/assets/stylesheets/new_design/new_design.scss */
.tour-heading {
  filter: drop-shadow(0px 4px 16px rgba(56, 39, 76, 0.1));
  text-align: center;
  padding: 16px;
  background-color: #fff;
}

/* line 3996, app/assets/stylesheets/new_design/new_design.scss */
.tour-heading h5 {
  margin-bottom: 8px;
}

/* line 4001, app/assets/stylesheets/new_design/new_design.scss */
.badges-tour .badge-details {
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  bottom: -16px;
  width: 100%;
  font-size: 13px;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  padding: 6px 5px 6px 5px;
  border: 1px solid #c5c5c6;
  border-radius: 50px;
  background-color: #fff;
}

/* line 4016, app/assets/stylesheets/new_design/new_design.scss */
.instatours-mobile .badge-details {
  display: inline-block;
  text-align: center;
  left: 0;
  bottom: -16px;
  font-size: 14px;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  padding: 8px 20px 6px 20px;
  border: 1px solid #c5c5c6;
  border-radius: 50px;
  background-color: #fff;
}

/* line 4029, app/assets/stylesheets/new_design/new_design.scss */
.form-submit-row:last-child .badge-details {
  display: none;
}

/* line 4033, app/assets/stylesheets/new_design/new_design.scss */
.instatours-mobile .form-submit-row:last-child {
  margin-bottom: 20px;
}

/* line 4037, app/assets/stylesheets/new_design/new_design.scss */
.tour-steps {
  text-align: center;
  background-color: #fff;
}

/* line 4040, app/assets/stylesheets/new_design/new_design.scss */
.tour-steps .position-number {
  left: -30px;
}

/* line 4043, app/assets/stylesheets/new_design/new_design.scss */
.tour-steps .badge-secondary-date {
  color: #fb5252;
  padding: 8px 12px;
  border: 1px solid #fb5252;
  border-radius: 50px;
  display: inline-block;
}

/* line 4051, app/assets/stylesheets/new_design/new_design.scss */
.tour-steps .badge-details {
  padding: 8px 8px 6px 8px;
  border: 1px solid #c5c5c6;
  border-radius: 50px;
  display: inline-block;
}

/* line 4057, app/assets/stylesheets/new_design/new_design.scss */
.tour-steps .badge-details img {
  margin-right: 9px;
}

/* line 4061, app/assets/stylesheets/new_design/new_design.scss */
.tour-steps .card {
  text-align: left;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.2);
  border: 0;
}

/* line 4065, app/assets/stylesheets/new_design/new_design.scss */
.tour-steps .card .card-body {
  padding: 8px 12px 12px 12px;
}

/* line 4069, app/assets/stylesheets/new_design/new_design.scss */
.tour-steps .btn-end-tour {
  pointer-events: none;
}

/* line 4074, app/assets/stylesheets/new_design/new_design.scss */
.tour-map #map {
  height: 100vh;
}

@media (max-width: 380px) {
  /* line 4079, app/assets/stylesheets/new_design/new_design.scss */
  .col-property-tour {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  /* line 4084, app/assets/stylesheets/new_design/new_design.scss */
  .tour-steps .position-number {
    margin-right: 0 !important;
    left: -13px;
  }
  /* line 4088, app/assets/stylesheets/new_design/new_design.scss */
  .col-relative {
    height: 33px;
  }
  /* line 4091, app/assets/stylesheets/new_design/new_design.scss */
  .col-end-tour {
    margin-left: 0 !important;
  }
}

/* line 4097, app/assets/stylesheets/new_design/new_design.scss */
.custom-switch .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .custom-switch .checkbox input[type="checkbox"]:not(:disabled):active ~ .custom-control-label::before, .checkbox .custom-switch input[type="checkbox"]:not(:disabled):active ~ .custom-control-label::before,
.custom-switch .checkbox input[type="radio"]:not(:disabled):active ~ .custom-control-label::before,
.checkbox .custom-switch input[type="radio"]:not(:disabled):active ~ .custom-control-label::before,
.custom-switch .radio input[type="checkbox"]:not(:disabled):active ~ .custom-control-label::before,
.radio .custom-switch input[type="checkbox"]:not(:disabled):active ~ .custom-control-label::before,
.custom-switch .radio input[type="radio"]:not(:disabled):active ~ .custom-control-label::before,
.radio .custom-switch input[type="radio"]:not(:disabled):active ~ .custom-control-label::before, .custom-switch .checkbox .custom-control-input:not(:disabled):active ~ label::before, .checkbox .custom-switch .custom-control-input:not(:disabled):active ~ label::before, .custom-switch .checkbox input[type="checkbox"]:not(:disabled):active ~ label::before, .checkbox .custom-switch input[type="checkbox"]:not(:disabled):active ~ label::before,
.custom-switch .checkbox input[type="radio"]:not(:disabled):active ~ label::before,
.checkbox .custom-switch input[type="radio"]:not(:disabled):active ~ label::before,
.custom-switch .radio .custom-control-input:not(:disabled):active ~ label::before,
.radio .custom-switch .custom-control-input:not(:disabled):active ~ label::before,
.custom-switch .radio input[type="checkbox"]:not(:disabled):active ~ label::before,
.radio .custom-switch input[type="checkbox"]:not(:disabled):active ~ label::before,
.custom-switch .radio input[type="radio"]:not(:disabled):active ~ label::before,
.radio .custom-switch input[type="radio"]:not(:disabled):active ~ label::before {
  background-color: #fff;
  border-color: #38274c;
}

/* line 4102, app/assets/stylesheets/new_design/new_design.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-switch .checkbox input[type="checkbox"]:disabled:checked ~ .custom-control-label::before, .checkbox .custom-switch input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.custom-switch .checkbox input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.checkbox .custom-switch input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.custom-switch .radio input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.radio .custom-switch input[type="checkbox"]:disabled:checked ~ .custom-control-label::before,
.custom-switch .radio input[type="radio"]:disabled:checked ~ .custom-control-label::before,
.radio .custom-switch input[type="radio"]:disabled:checked ~ .custom-control-label::before, .custom-switch .checkbox .custom-control-input:disabled:checked ~ label::before, .checkbox .custom-switch .custom-control-input:disabled:checked ~ label::before, .custom-switch .checkbox input[type="checkbox"]:disabled:checked ~ label::before, .checkbox .custom-switch input[type="checkbox"]:disabled:checked ~ label::before,
.custom-switch .checkbox input[type="radio"]:disabled:checked ~ label::before,
.checkbox .custom-switch input[type="radio"]:disabled:checked ~ label::before,
.custom-switch .radio .custom-control-input:disabled:checked ~ label::before,
.radio .custom-switch .custom-control-input:disabled:checked ~ label::before,
.custom-switch .radio input[type="checkbox"]:disabled:checked ~ label::before,
.radio .custom-switch input[type="checkbox"]:disabled:checked ~ label::before,
.custom-switch .radio input[type="radio"]:disabled:checked ~ label::before,
.radio .custom-switch input[type="radio"]:disabled:checked ~ label::before {
  background-color: #b2b2b2 !important;
  border-color: #b2b2b2 !important;
}

/* line 4107, app/assets/stylesheets/new_design/new_design.scss */
.custom-switch .custom-control-input ~ .custom-control-label span:before, .custom-switch .checkbox input[type="checkbox"] ~ .custom-control-label span:before, .checkbox .custom-switch input[type="checkbox"] ~ .custom-control-label span:before,
.custom-switch .checkbox input[type="radio"] ~ .custom-control-label span:before,
.checkbox .custom-switch input[type="radio"] ~ .custom-control-label span:before,
.custom-switch .radio input[type="checkbox"] ~ .custom-control-label span:before,
.radio .custom-switch input[type="checkbox"] ~ .custom-control-label span:before,
.custom-switch .radio input[type="radio"] ~ .custom-control-label span:before,
.radio .custom-switch input[type="radio"] ~ .custom-control-label span:before, .custom-switch .checkbox .custom-control-input ~ label span:before, .checkbox .custom-switch .custom-control-input ~ label span:before, .custom-switch .checkbox input[type="checkbox"] ~ label span:before, .checkbox .custom-switch input[type="checkbox"] ~ label span:before,
.custom-switch .checkbox input[type="radio"] ~ label span:before,
.checkbox .custom-switch input[type="radio"] ~ label span:before,
.custom-switch .radio .custom-control-input ~ label span:before,
.radio .custom-switch .custom-control-input ~ label span:before,
.custom-switch .radio input[type="checkbox"] ~ label span:before,
.radio .custom-switch input[type="checkbox"] ~ label span:before,
.custom-switch .radio input[type="radio"] ~ label span:before,
.radio .custom-switch input[type="radio"] ~ label span:before {
  content: "Off";
}

/* line 4112, app/assets/stylesheets/new_design/new_design.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label span:before, .custom-switch .checkbox input[type="checkbox"]:checked ~ .custom-control-label span:before, .checkbox .custom-switch input[type="checkbox"]:checked ~ .custom-control-label span:before,
.custom-switch .checkbox input[type="radio"]:checked ~ .custom-control-label span:before,
.checkbox .custom-switch input[type="radio"]:checked ~ .custom-control-label span:before,
.custom-switch .radio input[type="checkbox"]:checked ~ .custom-control-label span:before,
.radio .custom-switch input[type="checkbox"]:checked ~ .custom-control-label span:before,
.custom-switch .radio input[type="radio"]:checked ~ .custom-control-label span:before,
.radio .custom-switch input[type="radio"]:checked ~ .custom-control-label span:before, .custom-switch .checkbox .custom-control-input:checked ~ label span:before, .checkbox .custom-switch .custom-control-input:checked ~ label span:before, .custom-switch .checkbox input[type="checkbox"]:checked ~ label span:before, .checkbox .custom-switch input[type="checkbox"]:checked ~ label span:before,
.custom-switch .checkbox input[type="radio"]:checked ~ label span:before,
.checkbox .custom-switch input[type="radio"]:checked ~ label span:before,
.custom-switch .radio .custom-control-input:checked ~ label span:before,
.radio .custom-switch .custom-control-input:checked ~ label span:before,
.custom-switch .radio input[type="checkbox"]:checked ~ label span:before,
.radio .custom-switch input[type="checkbox"]:checked ~ label span:before,
.custom-switch .radio input[type="radio"]:checked ~ label span:before,
.radio .custom-switch input[type="radio"]:checked ~ label span:before {
  content: "On";
}

/* line 4115, app/assets/stylesheets/new_design/new_design.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::before, .custom-switch .checkbox input[type="checkbox"]:checked ~ .custom-control-label::before, .checkbox .custom-switch input[type="checkbox"]:checked ~ .custom-control-label::before,
.custom-switch .checkbox input[type="radio"]:checked ~ .custom-control-label::before,
.checkbox .custom-switch input[type="radio"]:checked ~ .custom-control-label::before,
.custom-switch .radio input[type="checkbox"]:checked ~ .custom-control-label::before,
.radio .custom-switch input[type="checkbox"]:checked ~ .custom-control-label::before,
.custom-switch .radio input[type="radio"]:checked ~ .custom-control-label::before,
.radio .custom-switch input[type="radio"]:checked ~ .custom-control-label::before, .custom-switch .checkbox .custom-control-input:checked ~ label::before, .checkbox .custom-switch .custom-control-input:checked ~ label::before, .custom-switch .checkbox input[type="checkbox"]:checked ~ label::before, .checkbox .custom-switch input[type="checkbox"]:checked ~ label::before,
.custom-switch .checkbox input[type="radio"]:checked ~ label::before,
.checkbox .custom-switch input[type="radio"]:checked ~ label::before,
.custom-switch .radio .custom-control-input:checked ~ label::before,
.radio .custom-switch .custom-control-input:checked ~ label::before,
.custom-switch .radio input[type="checkbox"]:checked ~ label::before,
.radio .custom-switch input[type="checkbox"]:checked ~ label::before,
.custom-switch .radio input[type="radio"]:checked ~ label::before,
.radio .custom-switch input[type="radio"]:checked ~ label::before {
  background-color: #58b258;
  border-color: #58b258;
}

/* line 4123, app/assets/stylesheets/new_design/new_design.scss */
.position-number {
  margin-left: 11px;
  margin-right: 16px;
}

/* line 4128, app/assets/stylesheets/new_design/new_design.scss */
.position-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #38274c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 14px;
}

@media (max-width: 1500.98px) {
  /* line 4141, app/assets/stylesheets/new_design/new_design.scss */
  .w-99 img {
    height: 17px;
  }
  /* line 4145, app/assets/stylesheets/new_design/new_design.scss */
  .tour .position-number {
    width: 32px;
    height: 32px;
    margin-left: 8px;
    margin-right: 12px;
  }
  /* line 4152, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-87 {
    width: 80px;
  }
  /* line 4155, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-300 {
    width: 225px;
  }
  /* line 4158, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-387 {
    width: 315px;
  }
  /* line 4161, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-99 {
    width: 85px;
  }
}

@media (max-width: 1350.98px) {
  /* line 4170, app/assets/stylesheets/new_design/new_design.scss */
  .tour .position-number {
    margin-left: 5px;
    margin-right: 9px;
  }
  /* line 4175, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-87 {
    width: 70px;
  }
  /* line 4178, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-300 {
    width: 165px;
  }
  /* line 4181, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-387 {
    width: 246px;
  }
}

@media (max-width: 465px) {
  /* line 4189, app/assets/stylesheets/new_design/new_design.scss */
  .tour .w-300 {
    width: calc(100vw - 163px);
  }
}

/* line 4194, app/assets/stylesheets/new_design/new_design.scss */
.tour-heading {
  filter: drop-shadow(0px 4px 16px rgba(56, 39, 76, 0.1));
  text-align: center;
  padding: 16px;
  background-color: #fff;
}

/* line 4199, app/assets/stylesheets/new_design/new_design.scss */
.tour-heading h5 {
  margin-bottom: 8px;
}

/* line 4204, app/assets/stylesheets/new_design/new_design.scss */
.badges-tour .badge-details {
  position: absolute;
  display: block;
  text-align: center;
  left: 0;
  bottom: -16px;
  width: 100%;
  font-size: 13px;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  padding: 6px 5px 6px 5px;
  border: 1px solid #c5c5c6;
  border-radius: 50px;
  background-color: #fff;
}

/* line 4219, app/assets/stylesheets/new_design/new_design.scss */
.instatours-mobile .badge-details {
  display: inline-block;
  text-align: center;
  left: 0;
  bottom: -16px;
  font-size: 14px;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  padding: 8px 20px 6px 20px;
  border: 1px solid #c5c5c6;
  border-radius: 50px;
  background-color: #fff;
}

/* line 4232, app/assets/stylesheets/new_design/new_design.scss */
.form-submit-row:last-child .badge-details {
  display: none;
}

/* line 4236, app/assets/stylesheets/new_design/new_design.scss */
.instatours-mobile .form-submit-row:last-child {
  margin-bottom: 20px;
}

/* line 4240, app/assets/stylesheets/new_design/new_design.scss */
.tour-steps {
  text-align: center;
  background-color: #fff;
}

/* line 4243, app/assets/stylesheets/new_design/new_design.scss */
.tour-steps .badge-secondary-date {
  color: #fb5252;
  padding: 8px 12px;
  border: 1px solid #fb5252;
  border-radius: 50px;
  display: inline-block;
}

/* line 4251, app/assets/stylesheets/new_design/new_design.scss */
.tour-steps .font-book {
  font-family: "Airbnb-Cereal-Book", sans-serif;
}

/* line 4256, app/assets/stylesheets/new_design/new_design.scss */
.tour-user-details {
  background-color: #fff;
  border: 1px solid #c5c5c6;
  border-radius: 5px;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  display: flex;
  align-items: center;
}

/* line 4263, app/assets/stylesheets/new_design/new_design.scss */
.tour-user-details .w-20 {
  width: 20px;
  margin-right: 6px;
}

/* line 4267, app/assets/stylesheets/new_design/new_design.scss */
.tour-user-details .details {
  line-height: 16px;
  color: #707070;
}

@media (min-width: 768px) {
  /* line 4274, app/assets/stylesheets/new_design/new_design.scss */
  .tour-user-details {
    background-color: #f6f8fa;
    position: absolute;
    top: -185px;
  }
}

@media (max-width: 767.98px) {
  /* line 4282, app/assets/stylesheets/new_design/new_design.scss */
  .tour-map #map {
    height: 500px;
  }
  /* line 4285, app/assets/stylesheets/new_design/new_design.scss */
  .badge-count {
    padding: 3.02px 8.85px;
    color: #38274c;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  /* line 4294, app/assets/stylesheets/new_design/new_design.scss */
  .tour-user-details .details img {
    width: 15px;
  }
}

@media (max-width: 380.98px) {
  /* line 4302, app/assets/stylesheets/new_design/new_design.scss */
  .tour-user-details .profilePic {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 1279.98px) {
  /* line 4310, app/assets/stylesheets/new_design/new_design.scss */
  .table-instatours {
    display: none;
  }
}

@media (max-width: 575.98px) {
  /* line 4317, app/assets/stylesheets/new_design/new_design.scss */
  .approval-mob img {
    width: 15px;
  }
  /* line 4320, app/assets/stylesheets/new_design/new_design.scss */
  .approval-mob .font-sm, .approval-mob span.email-ids, .approval-mob .warning-import, .approval-mob .error-import, .approval-mob .badge-active-light,
.approval-mob .badge-inactive-light,
.approval-mob .badge-default-light,
.approval-mob .badge-pending-light,
.approval-mob .badge-rescheduled-light,
.approval-mob .badge-brescheduled-light,
.approval-mob .badge-draft-light,
.approval-mob .badge-approved-light,
.approval-mob .badge-cancelled-light,
.approval-mob .badge-myself,
.approval-mob .badge-team-member,
.approval-mob .badge-seller, .approval-mob .table-feedback td, .table-feedback .approval-mob td, .approval-mob .table-bookings td, .table-bookings .approval-mob td, .approval-mob .form-control, .approval-mob input[type="email"],
.approval-mob input[type="password"],
.approval-mob input[type="text"],
.approval-mob input[type="number"],
.approval-mob input[type="file"],
.approval-mob input[type="date"],
.approval-mob input[type="datetime-local"],
.approval-mob input[type="month"],
.approval-mob input[type="url"],
.approval-mob input[type="week"],
.approval-mob input[type="search"],
.approval-mob input[type="tel"],
.approval-mob input[type="time"],
.approval-mob select,
.approval-mob textarea,
.approval-mob .input-group-text, .approval-mob .card-profileSettings label:not(.btn):not(.btn-submit), .card-profileSettings .approval-mob label:not(.btn):not(.btn-submit), .approval-mob .card-profileSettings .form-control, .card-profileSettings .approval-mob .form-control, .approval-mob .card-profileSettings input[type="email"], .card-profileSettings .approval-mob input[type="email"],
.approval-mob .card-profileSettings input[type="password"],
.card-profileSettings .approval-mob input[type="password"],
.approval-mob .card-profileSettings input[type="text"],
.card-profileSettings .approval-mob input[type="text"],
.approval-mob .card-profileSettings input[type="number"],
.card-profileSettings .approval-mob input[type="number"],
.approval-mob .card-profileSettings input[type="file"],
.card-profileSettings .approval-mob input[type="file"],
.approval-mob .card-profileSettings input[type="date"],
.card-profileSettings .approval-mob input[type="date"],
.approval-mob .card-profileSettings input[type="datetime-local"],
.card-profileSettings .approval-mob input[type="datetime-local"],
.approval-mob .card-profileSettings input[type="month"],
.card-profileSettings .approval-mob input[type="month"],
.approval-mob .card-profileSettings input[type="url"],
.card-profileSettings .approval-mob input[type="url"],
.approval-mob .card-profileSettings input[type="week"],
.card-profileSettings .approval-mob input[type="week"],
.approval-mob .card-profileSettings input[type="search"],
.card-profileSettings .approval-mob input[type="search"],
.approval-mob .card-profileSettings input[type="tel"],
.card-profileSettings .approval-mob input[type="tel"],
.approval-mob .card-profileSettings input[type="time"],
.card-profileSettings .approval-mob input[type="time"],
.approval-mob .card-profileSettings select,
.card-profileSettings .approval-mob select,
.approval-mob .card-profileSettings textarea,
.card-profileSettings .approval-mob textarea,
.approval-mob .card-profileSettings .input-group-text,
.card-profileSettings .approval-mob .input-group-text, .approval-mob .card-changePassword label:not(.btn):not(.btn-submit), .card-changePassword .approval-mob label:not(.btn):not(.btn-submit), .approval-mob .card-changePassword .form-control, .card-changePassword .approval-mob .form-control, .approval-mob .card-changePassword input[type="email"], .card-changePassword .approval-mob input[type="email"],
.approval-mob .card-changePassword input[type="password"],
.card-changePassword .approval-mob input[type="password"],
.approval-mob .card-changePassword input[type="text"],
.card-changePassword .approval-mob input[type="text"],
.approval-mob .card-changePassword input[type="number"],
.card-changePassword .approval-mob input[type="number"],
.approval-mob .card-changePassword input[type="file"],
.card-changePassword .approval-mob input[type="file"],
.approval-mob .card-changePassword input[type="date"],
.card-changePassword .approval-mob input[type="date"],
.approval-mob .card-changePassword input[type="datetime-local"],
.card-changePassword .approval-mob input[type="datetime-local"],
.approval-mob .card-changePassword input[type="month"],
.card-changePassword .approval-mob input[type="month"],
.approval-mob .card-changePassword input[type="url"],
.card-changePassword .approval-mob input[type="url"],
.approval-mob .card-changePassword input[type="week"],
.card-changePassword .approval-mob input[type="week"],
.approval-mob .card-changePassword input[type="search"],
.card-changePassword .approval-mob input[type="search"],
.approval-mob .card-changePassword input[type="tel"],
.card-changePassword .approval-mob input[type="tel"],
.approval-mob .card-changePassword input[type="time"],
.card-changePassword .approval-mob input[type="time"],
.approval-mob .card-changePassword select,
.card-changePassword .approval-mob select,
.approval-mob .card-changePassword textarea,
.card-changePassword .approval-mob textarea, .approval-mob .pricing .card ul li, .pricing .card ul .approval-mob li, .approval-mob .select2-container--default .select2-selection--single, .select2-container--default .approval-mob .select2-selection--single, .approval-mob .card-profileSettings .select2-container--default .select2-selection--single, .card-profileSettings .select2-container--default .approval-mob .select2-selection--single, .approval-mob .select2-container--default .card-profileSettings .select2-selection--single, .select2-container--default .card-profileSettings .approval-mob .select2-selection--single, .approval-mob .card-changePassword .select2-container--default .select2-selection--single, .card-changePassword .select2-container--default .approval-mob .select2-selection--single, .approval-mob .select2-container--default .card-changePassword .select2-selection--single, .select2-container--default .card-changePassword .approval-mob .select2-selection--single {
    font-size: 13px;
    padding-top: 0 !important;
  }
}

@media (min-width: 768px) {
  /* line 4328, app/assets/stylesheets/new_design/new_design.scss */
  .w-167 {
    width: 167px;
  }
}

@media (min-width: 1280px) {
  /* line 4334, app/assets/stylesheets/new_design/new_design.scss */
  .instatours-mobile {
    display: none;
  }
}

/* line 4339, app/assets/stylesheets/new_design/new_design.scss */
.shadow-footer {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
}

/* line 4343, app/assets/stylesheets/new_design/new_design.scss */
.decline .checkbox label:after {
  left: -1.5rem !important;
}

@media (max-width: 575.98px) {
  /* line 4348, app/assets/stylesheets/new_design/new_design.scss */
  .picked {
    font-size: 14px;
    padding: 8px;
  }
}

/* line 4354, app/assets/stylesheets/new_design/new_design.scss */
.clear-time {
  text-decoration: underline;
  font-size: 12px;
  margin-top: 7px;
  cursor: pointer;
  text-align: center;
}

/* line 4362, app/assets/stylesheets/new_design/new_design.scss */
.w-470 {
  max-width: 470px;
}

/* line 4366, app/assets/stylesheets/new_design/new_design.scss */
.w-570 {
  max-width: 570px;
}

/* line 4370, app/assets/stylesheets/new_design/new_design.scss */
#error_explanation ul {
  padding-left: 20px;
  margin-bottom: 15px;
  color: #e33e38;
}

/* line 4376, app/assets/stylesheets/new_design/new_design.scss */
.error-import {
  margin-bottom: 16px;
  background-color: #fff1f0;
  border: 1px solid #e33e38;
  padding: 9px 16px;
}

/* line 4384, app/assets/stylesheets/new_design/new_design.scss */
.warning-import {
  margin-bottom: 16px;
  background-color: #ff8b001a;
  border: 1px solid #ff8b00;
  padding: 9px 16px;
}

/* line 4392, app/assets/stylesheets/new_design/new_design.scss */
span.email-ids {
  float: left;
  /* padding: 4px; */
  border: 1px solid #c5c5c6;
  margin-right: 8px;
  margin-bottom: 5px;
  background: #fff;
  padding: 4px 8px;
  border-radius: 2px;
}

/* line 4404, app/assets/stylesheets/new_design/new_design.scss */
span.cancel-email {
  border: 1px solid #ccc;
  width: 18px;
  display: block;
  float: right;
  text-align: center;
  margin-left: 20px;
  border-radius: 49%;
  height: 18px;
  line-height: 15px;
  margin-top: 1px;
  cursor: pointer;
}

/* line 4418, app/assets/stylesheets/new_design/new_design.scss */
.all-mail {
  width: 100%;
}

/* line 4422, app/assets/stylesheets/new_design/new_design.scss */
.email-id-row {
  border: 1px solid #ccc;
}

/* line 4426, app/assets/stylesheets/new_design/new_design.scss */
.email-id-row input {
  border: 0;
  outline: 0;
}

/* line 4431, app/assets/stylesheets/new_design/new_design.scss */
span.to-input {
  display: block;
  float: left;
  padding-right: 11px;
}

/* line 4437, app/assets/stylesheets/new_design/new_design.scss */
.email-id-row {
  padding-top: 6px;
  padding-bottom: 7px;
  /*margin-top: 23px;*/
}

/* line 4443, app/assets/stylesheets/new_design/new_design.scss */
.w-226 {
  width: 226px;
}

/* line 4447, app/assets/stylesheets/new_design/new_design.scss */
.feedback-header {
  padding: 16px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c5c5c6;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

/* line 4455, app/assets/stylesheets/new_design/new_design.scss */
.feedback-header img {
  border-radius: 4px;
  margin-right: 12px;
}

/* line 4461, app/assets/stylesheets/new_design/new_design.scss */
.question-explain {
  display: none;
  padding: 0 16px 0 42px;
}

/* line 4464, app/assets/stylesheets/new_design/new_design.scss */
.question-explain > div {
  border-top: 1px solid #c5c5c6;
  padding-top: 12px;
}

/* line 4470, app/assets/stylesheets/new_design/new_design.scss */
.feedback-question {
  padding: 16px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c5c5c6;
  margin-bottom: 16px;
}

/* line 4479, app/assets/stylesheets/new_design/new_design.scss */
.feedback-option .radio {
  padding: 12px 16px 0 25px;
  display: flex;
  align-items: center;
}

/* line 4483, app/assets/stylesheets/new_design/new_design.scss */
.feedback-option .radio label {
  font-size: 16px;
  width: 100%;
  padding-left: 16px;
}

/* line 4487, app/assets/stylesheets/new_design/new_design.scss */
.feedback-option .radio label span {
  border-bottom: 1px solid #c5c5c6;
  padding-bottom: 11px;
  display: block;
}

/* line 4493, app/assets/stylesheets/new_design/new_design.scss */
.feedback-option .radio:last-child label span {
  border-bottom: 0;
}

/* line 4499, app/assets/stylesheets/new_design/new_design.scss */
#lottie {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  text-align: center;
  opacity: 1;
}

/* line 4508, app/assets/stylesheets/new_design/new_design.scss */
#lottie > div {
  position: absolute;
  height: 100%;
  z-index: 1;
  width: 100%;
}

@media (min-width: 1200px) {
  /* line 4517, app/assets/stylesheets/new_design/new_design.scss */
  #lottie {
    margin-top: -200px;
  }
  /* line 4520, app/assets/stylesheets/new_design/new_design.scss */
  .modal-xl {
    max-width: 1140px !important;
  }
}

@media (max-width: 1199.98px) and (min-width: 992px) {
  /* line 4526, app/assets/stylesheets/new_design/new_design.scss */
  #lottie {
    margin-top: -150px;
  }
}

@media (max-width: 1199.98px) {
  /* line 4532, app/assets/stylesheets/new_design/new_design.scss */
  .bg-light-white {
    background-color: #ffffff77;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  /* line 4538, app/assets/stylesheets/new_design/new_design.scss */
  #lottie {
    margin-top: -100px;
  }
}

@media (max-width: 550.98px) {
  /* line 4544, app/assets/stylesheets/new_design/new_design.scss */
  .h-lh-md-56 {
    font-size: 25px;
  }
}

@media (max-width: 400.98px) {
  /* line 4550, app/assets/stylesheets/new_design/new_design.scss */
  .h-lh-md-56 {
    font-size: 20px;
  }
}

/* line 4555, app/assets/stylesheets/new_design/new_design.scss */
.z-1 {
  z-index: 1;
}

/* line 4559, app/assets/stylesheets/new_design/new_design.scss */
.pricing-info {
  background-color: #6590ff1a;
  border: 1px solid #6590ff;
  padding: 9px 16px;
  display: flex;
  border-radius: 5px;
  margin-bottom: 12px;
}

/* line 4568, app/assets/stylesheets/new_design/new_design.scss */
.mw-662 {
  max-width: 662px;
  margin-left: auto;
  margin-right: auto;
}

/* line 4572, app/assets/stylesheets/new_design/new_design.scss */
.mw-662 .price {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 5px;
  margin-bottom: 12px;
  background-color: #fff;
}

/* line 4580, app/assets/stylesheets/new_design/new_design.scss */
.pricing-block {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  padding: 24px 16px 12px 16px;
}

/* line 4586, app/assets/stylesheets/new_design/new_design.scss */
.home_hero-section {
  background-image: url(http://localhost:3000/NewHomeD.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 4593, app/assets/stylesheets/new_design/new_design.scss */
.h-letter-spacing {
  letter-spacing: 0.03em;
}

/* line 4597, app/assets/stylesheets/new_design/new_design.scss */
.h-lh-24 {
  line-height: 24px;
}

/* line 4601, app/assets/stylesheets/new_design/new_design.scss */
.h-feature-card {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 20px;
  background-color: #fff;
  padding: 48px 0px;
  margin-top: -65px;
}

/* line 4609, app/assets/stylesheets/new_design/new_design.scss */
.bg-white {
  background-color: #fff;
}

/* line 4613, app/assets/stylesheets/new_design/new_design.scss */
.h-pie-bg {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 30px;
}

/* line 4619, app/assets/stylesheets/new_design/new_design.scss */
.h-neutral-section {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
}

/* line 4623, app/assets/stylesheets/new_design/new_design.scss */
.h-complicated-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 25px 15px;
  margin-bottom: 20px;
  display: inline-block;
}

/* line 4631, app/assets/stylesheets/new_design/new_design.scss */
.h-img-video {
  cursor: pointer;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

/* line 4636, app/assets/stylesheets/new_design/new_design.scss */
.h-property-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 27px 15px;
  margin: auto;
}

/* line 4643, app/assets/stylesheets/new_design/new_design.scss */
.h-propert-inner-card {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 20px;
  padding: 18px 1px;
  height: 145px;
  width: 194px;
  margin: auto;
}

/* line 4653, app/assets/stylesheets/new_design/new_design.scss */
.h-propert-inner-card-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 1px;
  height: 145px;
  width: 194px;
  margin: auto;
}

/* line 4662, app/assets/stylesheets/new_design/new_design.scss */
.h-statement-card {
  background: #ffffff;
  border-radius: 20px;
}

/* line 4667, app/assets/stylesheets/new_design/new_design.scss */
.agent-header-card {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  border-radius: 20px;
  padding: 40px;
  max-width: 534px;
  display: block;
  margin: 0 auto;
}

/* line 4676, app/assets/stylesheets/new_design/new_design.scss */
.new_footer-design {
  background-color: #38274c;
}

/* line 4680, app/assets/stylesheets/new_design/new_design.scss */
.bg-fcfcfe {
  background-color: #fcfcfe;
}

/* line 4684, app/assets/stylesheets/new_design/new_design.scss */
.bg-body-form {
  background-color: #f6f8fa !important;
}

/* line 4688, app/assets/stylesheets/new_design/new_design.scss */
.footer-field {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #746882 !important;
  border-radius: 0 !important;
}

/* line 4695, app/assets/stylesheets/new_design/new_design.scss */
.footer-submit-btn {
  border-radius: 4px !important;
  border: 1px solid #c5c5c6 !important;
}

/* line 4700, app/assets/stylesheets/new_design/new_design.scss */
.f-14 {
  font-size: 14px;
}

/* line 4704, app/assets/stylesheets/new_design/new_design.scss */
.opacity-7 {
  opacity: 0.7;
}

/* line 4709, app/assets/stylesheets/new_design/new_design.scss */
.analytic-header-card {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 0px;
  border: 0;
}

/* line 4715, app/assets/stylesheets/new_design/new_design.scss */
.analytic-header-box {
  background-color: #f6f8fa;
  border: 1px solid #c5c5c6;
  padding: 16px;
  border-radius: 5px;
}

/* line 4722, app/assets/stylesheets/new_design/new_design.scss */
.analytic-address-image {
  width: 84px;
  height: 80px;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 4731, app/assets/stylesheets/new_design/new_design.scss */
.f-32 {
  font-size: 32px;
}

/* line 4735, app/assets/stylesheets/new_design/new_design.scss */
.f-16 {
  font-size: 16px;
}

/* line 4739, app/assets/stylesheets/new_design/new_design.scss */
.f-18 {
  font-size: 18px;
}

/* line 4743, app/assets/stylesheets/new_design/new_design.scss */
.c-light-gray {
  color: #707070;
}

/* line 4747, app/assets/stylesheets/new_design/new_design.scss */
.analytic-chart {
  overflow-x: auto;
}

/* line 4751, app/assets/stylesheets/new_design/new_design.scss */
.f-14 {
  font-size: 14px;
}

/* line 4755, app/assets/stylesheets/new_design/new_design.scss */
.f-24 {
  font-size: 24px;
}

/* line 4759, app/assets/stylesheets/new_design/new_design.scss */
.f-28 {
  font-size: 28px;
}

/* line 4763, app/assets/stylesheets/new_design/new_design.scss */
.f-12 {
  font-size: 12px;
}

/* line 4768, app/assets/stylesheets/new_design/new_design.scss */
.analytic-header-card {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 0px;
  border: 0;
}

/* line 4774, app/assets/stylesheets/new_design/new_design.scss */
.analytic-header-box {
  background-color: #f6f8fa;
  border: 1px solid #c5c5c6;
  padding: 16px;
  border-radius: 5px;
}

/* line 4781, app/assets/stylesheets/new_design/new_design.scss */
.analytic-address-image {
  width: 84px;
  height: 80px;
  border-radius: 5px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 4790, app/assets/stylesheets/new_design/new_design.scss */
.f-32 {
  font-size: 32px;
}

/* line 4794, app/assets/stylesheets/new_design/new_design.scss */
.f-16 {
  font-size: 16px;
}

/* line 4798, app/assets/stylesheets/new_design/new_design.scss */
.c-light-gray {
  color: #707070;
}

/* line 4802, app/assets/stylesheets/new_design/new_design.scss */
.analytic-chart {
  overflow-x: auto;
}

/* line 4806, app/assets/stylesheets/new_design/new_design.scss */
.f-14 {
  font-size: 14px;
}

/* line 4810, app/assets/stylesheets/new_design/new_design.scss */
.f-24 {
  font-size: 24px;
}

/* line 4814, app/assets/stylesheets/new_design/new_design.scss */
.f-28 {
  font-size: 28px;
}

/* line 4818, app/assets/stylesheets/new_design/new_design.scss */
.f-12 {
  font-size: 12px;
}

/* line 4822, app/assets/stylesheets/new_design/new_design.scss */
.iframe-map {
  border: 0;
  position: sticky;
  top: 76px;
}

/* line 4826, app/assets/stylesheets/new_design/new_design.scss */
.iframe-map > div {
  height: calc(100vh - 76px);
}

/* line 4833, app/assets/stylesheets/new_design/new_design.scss */
.analytics-year .dropdown-toggle:after,
.breaks-days .dropdown-toggle:after {
  padding: 5px;
  background-image: url(http://localhost:3000/new_design/ArrowSquareDown.svg);
  display: inline-block;
  margin-left: 0.855em;
  content: "";
  border: 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 4844, app/assets/stylesheets/new_design/new_design.scss */
.analytics-year .dropdown-menu,
.breaks-days .dropdown-menu {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 5px;
  padding: 5px 10px;
}

/* line 4849, app/assets/stylesheets/new_design/new_design.scss */
.analytics-year .checkbox,
.breaks-days .checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 4856, app/assets/stylesheets/new_design/new_design.scss */
.btn-light.dropdown-toggle,
.show > .btn-light.dropdown-toggle {
  background-color: #ffffff !important;
}

/* line 4859, app/assets/stylesheets/new_design/new_design.scss */
.btn-light.dropdown-toggle:hover, .btn-light.dropdown-toggle:focus, .btn-light.dropdown-toggle:active,
.show > .btn-light.dropdown-toggle:hover,
.show > .btn-light.dropdown-toggle:focus,
.show > .btn-light.dropdown-toggle:active {
  background-color: #ffffff !important;
}

/* line 4864, app/assets/stylesheets/new_design/new_design.scss */
.btn-light.dropdown-toggle:active:focus,
.show > .btn-light.dropdown-toggle:active:focus {
  background-color: #ffffff !important;
}

/* line 4869, app/assets/stylesheets/new_design/new_design.scss */
.h-review-box-card {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  padding: 24px;
}

/* line 4874, app/assets/stylesheets/new_design/new_design.scss */
.analytic-graph-card {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  border-radius: 10px;
  padding: 40px;
  height: 710px;
  position: relative;
}

/* line 4882, app/assets/stylesheets/new_design/new_design.scss */
.soon-btn {
  background: #8d38e3;
  border-radius: 40px;
  font-size: 14px;
  color: #fff;
}

/* line 4889, app/assets/stylesheets/new_design/new_design.scss */
.soon-btn:hover {
  color: #fff;
}

/* line 4893, app/assets/stylesheets/new_design/new_design.scss */
.graph-image-absolute {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
}

/* line 4903, app/assets/stylesheets/new_design/new_design.scss */
.apps-card {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  border-radius: 10px;
  padding: 130px 30px 30px 30px;
}

/* line 4909, app/assets/stylesheets/new_design/new_design.scss */
.tours-card {
  border: 1px solid #c5c5c6;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-between;
}

/* line 4917, app/assets/stylesheets/new_design/new_design.scss */
.tours-card .index-images {
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-start;
}

/* line 4921, app/assets/stylesheets/new_design/new_design.scss */
.tours-card .index-images::-webkit-scrollbar {
  height: 0px;
}

@media (max-width: 1199.98px) {
  /* line 4928, app/assets/stylesheets/new_design/new_design.scss */
  .tours-card h5 {
    font-size: 20px;
  }
  /* line 4931, app/assets/stylesheets/new_design/new_design.scss */
  .tours-card .info h5 {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  /* line 4937, app/assets/stylesheets/new_design/new_design.scss */
  .tours-card .info h5 {
    font-size: 16px;
  }
  /* line 4940, app/assets/stylesheets/new_design/new_design.scss */
  .actions-mob img {
    width: 18px;
  }
}

/* line 4945, app/assets/stylesheets/new_design/new_design.scss */
.drop-navbar-typo {
  font-size: 16px;
  font-family: "Airbnb-Cereal-Book", sans-serif;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* line 4953, app/assets/stylesheets/new_design/new_design.scss */
.calendar-nav .dropdown-toggle:after {
  padding: 8px;
  background-image: url(http://localhost:3000/new_design/ArrowSquareDown.svg);
  display: inline-block;
  margin-left: 0.855em;
  content: "";
  border: 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 4964, app/assets/stylesheets/new_design/new_design.scss */
.calendar-nav .dropdown-menu {
  min-width: 260px;
  border-radius: 10px;
  padding: 8px 20px 8px 20px;
}

/* line 4969, app/assets/stylesheets/new_design/new_design.scss */
.calendar-nav .checkbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 4974, app/assets/stylesheets/new_design/new_design.scss */
.calendar-nav .child-checkboxes {
  padding-left: 20px;
}

/* line 4979, app/assets/stylesheets/new_design/new_design.scss */
.mls-card {
  padding: 36px 24px;
  border-radius: 10px;
}

/* line 4984, app/assets/stylesheets/new_design/new_design.scss */
.img-ball {
  width: 126px;
  height: 126px;
  display: inline-flex;
  align-items: center;
}

/* line 4991, app/assets/stylesheets/new_design/new_design.scss */
.min-w-125 {
  min-width: 125px;
}

/* line 4995, app/assets/stylesheets/new_design/new_design.scss */
.instaproperty-address {
  height: 65px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 5003, app/assets/stylesheets/new_design/new_design.scss */
.scroll {
  height: 100%;
  z-index: 5;
}

/* line 5006, app/assets/stylesheets/new_design/new_design.scss */
.scroll img {
  height: 100%;
  cursor: pointer;
}

/* line 5010, app/assets/stylesheets/new_design/new_design.scss */
.scroll.left-scroll {
  left: 0;
  display: none;
  position: sticky;
}

/* line 5015, app/assets/stylesheets/new_design/new_design.scss */
.scroll.right-scroll {
  position: absolute;
  justify-content: flex-end;
  right: 0;
}

/* line 5022, app/assets/stylesheets/new_design/new_design.scss */
.main-unsigned {
  min-height: calc(100vh - 567px);
}

/* line 5026, app/assets/stylesheets/new_design/new_design.scss */
.main-signed {
  min-height: calc(100vh - 71px);
}

@media (max-width: 570px) {
  /* line 5031, app/assets/stylesheets/new_design/new_design.scss */
  .w-140 {
    width: 140px !important;
  }
}

@media (min-width: 767.98px) {
  /* line 5037, app/assets/stylesheets/new_design/new_design.scss */
  .w-md-197 {
    width: 197px !important;
  }
  /* line 5040, app/assets/stylesheets/new_design/new_design.scss */
  .ml-md-197 {
    margin-left: 197px;
  }
}

/* line 5045, app/assets/stylesheets/new_design/new_design.scss */
.min-w-250 {
  min-width: 250px;
}

/* line 5049, app/assets/stylesheets/new_design/new_design.scss */
.sorting_disabled {
  cursor: default !important;
}

/* line 5051, app/assets/stylesheets/new_design/new_design.scss */
.sorting_disabled::before, .sorting_disabled::after {
  content: "" !important;
}

/* line 5058, app/assets/stylesheets/new_design/new_design.scss */
.card-settings {
  background-color: #fff;
  border: 1px solid #c5c5c6;
  border-radius: 10px;
}

/* line 5062, app/assets/stylesheets/new_design/new_design.scss */
.card-settings .headings {
  border-bottom: 1px solid #c5c5c6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-x: auto;
}

/* line 5069, app/assets/stylesheets/new_design/new_design.scss */
.card-settings .headings .step {
  text-align: center;
}

/* line 5071, app/assets/stylesheets/new_design/new_design.scss */
.card-settings .headings .step .step-number {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

/* line 5082, app/assets/stylesheets/new_design/new_design.scss */
.card-settings .headings .step.remaining .step-number {
  background-color: #f6f8fa;
  color: #38274c;
}

/* line 5086, app/assets/stylesheets/new_design/new_design.scss */
.card-settings .headings .step.remaining .subtitle-sm, .card-settings .headings .step.remaining .counting, .card-settings .headings .step.remaining .listings_calendar .time, .listings_calendar .card-settings .headings .step.remaining .time, .card-settings .headings .step.remaining .badge-today, .card-settings .headings .step.remaining .divider-or, .card-settings .headings .step.remaining .badge-count, .card-settings .headings .step.remaining .table-feedback th, .table-feedback .card-settings .headings .step.remaining th, .card-settings .headings .step.remaining .table-bookings th, .table-bookings .card-settings .headings .step.remaining th, .card-settings .headings .step.remaining .table-billing th, .table-billing .card-settings .headings .step.remaining th, .card-settings .headings .step.remaining .pricing .card-price .period, .pricing .card-price .card-settings .headings .step.remaining .period, .card-settings .headings .step.remaining .pricing-tabs .tabb, .pricing-tabs .card-settings .headings .step.remaining .tabb, .card-settings .headings .step.remaining .daily .left-times .calendar-time, .daily .left-times .card-settings .headings .step.remaining .calendar-time,
.card-settings .headings .step.remaining .weekly .left-times .calendar-time,
.weekly .left-times .card-settings .headings .step.remaining .calendar-time, .card-settings .headings .step.remaining .daily .calendar-bookings .single-date .booking, .daily .calendar-bookings .single-date .card-settings .headings .step.remaining .booking,
.card-settings .headings .step.remaining .weekly .calendar-bookings .single-date .booking,
.weekly .calendar-bookings .single-date .card-settings .headings .step.remaining .booking, .card-settings .headings .step.remaining .calendar-week-dates .right-side .col .day-name, .calendar-week-dates .right-side .col .card-settings .headings .step.remaining .day-name, .card-settings .headings .step.remaining .calendar-tabs a, .calendar-tabs .card-settings .headings .step.remaining a, .card-settings .headings .step.remaining .monthly .monthly-row .monthly-col .booking, .monthly .monthly-row .monthly-col .card-settings .headings .step.remaining .booking, .card-settings .headings .step.remaining .calendar-dots div, .calendar-dots .card-settings .headings .step.remaining div, .card-settings .headings .step.remaining .tour-steps .badge-details, .tour-steps .card-settings .headings .step.remaining .badge-details, .card-settings .headings .step.remaining .step-number {
  color: #707070;
}

/* line 5091, app/assets/stylesheets/new_design/new_design.scss */
.card-settings .headings .step.active .step-number {
  background-color: #fb5252;
  color: #ffffff;
}

/* line 5097, app/assets/stylesheets/new_design/new_design.scss */
.card-settings .headings .step.completed .step-number {
  background-color: #38274c;
  color: #ffffff;
}

/* line 5106, app/assets/stylesheets/new_design/new_design.scss */
.bg-hover {
  background-color: #8d38e3;
}

/* line 5110, app/assets/stylesheets/new_design/new_design.scss */
#listing_settings {
  max-height: calc(100vh - 312px);
  overflow: auto;
}

/* line 5113, app/assets/stylesheets/new_design/new_design.scss */
#listing_settings .card-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 5119, app/assets/stylesheets/new_design/new_design.scss */
#listing_settings [aria-expanded="true"] {
  background-color: #f4ebfc;
}

/* line 5121, app/assets/stylesheets/new_design/new_design.scss */
#listing_settings [aria-expanded="true"] div {
  color: #38274c;
}

/* line 5125, app/assets/stylesheets/new_design/new_design.scss */
#listing_settings .radio:not(.radio-default) {
  border: 1px solid #c5c5c6;
  border-radius: 5px;
  padding-left: 40px;
  margin-bottom: 12px;
}

/* line 5130, app/assets/stylesheets/new_design/new_design.scss */
#listing_settings .radio:not(.radio-default) input[type="radio"] {
  left: 16px;
  top: 0.74rem;
}

/* line 5134, app/assets/stylesheets/new_design/new_design.scss */
#listing_settings .radio:not(.radio-default) label.subtitle-sm, #listing_settings .radio:not(.radio-default) label.counting, #listing_settings .radio:not(.radio-default) .listings_calendar label.time, .listings_calendar #listing_settings .radio:not(.radio-default) label.time {
  width: 100%;
  padding: 8.5px 10px 8.5px 0;
  cursor: pointer;
}

/* line 5138, app/assets/stylesheets/new_design/new_design.scss */
#listing_settings .radio:not(.radio-default) label.subtitle-sm::before, #listing_settings .radio:not(.radio-default) label.counting::before, #listing_settings .radio:not(.radio-default) .listings_calendar label.time::before, .listings_calendar #listing_settings .radio:not(.radio-default) label.time::before, #listing_settings .radio:not(.radio-default) label.subtitle-sm::after, #listing_settings .radio:not(.radio-default) label.counting::after, #listing_settings .radio:not(.radio-default) .listings_calendar label.time::after, .listings_calendar #listing_settings .radio:not(.radio-default) label.time::after {
  top: 0.74rem;
}

/* line 5144, app/assets/stylesheets/new_design/new_design.scss */
#listing_settings .radio:not(.radio-default) label:not(.subtitle-sm):not(.counting):not(.badge-today):not(.divider-or):not(.badge-count)::before, #listing_settings .radio:not(.radio-default) label:not(.subtitle-sm):not(.counting):not(.badge-today):not(.divider-or):not(.badge-count)::after {
  display: none;
}

/* line 5152, app/assets/stylesheets/new_design/new_design.scss */
[type="radio"]:checked + label.btn-light {
  border-color: #fb5252;
  color: #fb5252;
}

/* line 5157, app/assets/stylesheets/new_design/new_design.scss */
.button-group [type="radio"]:not(:checked) + label.btn:nth-of-type(2) {
  border-left-width: 0;
}

/* line 5161, app/assets/stylesheets/new_design/new_design.scss */
.button-group [type="radio"]:checked + label.btn:nth-of-type(2) {
  border-left-width: 1px;
  border-right-width: 1px;
}

/* line 5167, app/assets/stylesheets/new_design/new_design.scss */
.available_times [type="checkbox"] ~ label {
  width: 32px;
}

/* line 5170, app/assets/stylesheets/new_design/new_design.scss */
.available_times select {
  height: 40px;
}

/* line 5176, app/assets/stylesheets/new_design/new_design.scss */
.listings_calendar .not-available-pattern {
  margin-top: 7px;
  min-height: calc(100vh - 443px);
  position: relative;
  height: calc(100% - 80px);
  background: repeating-linear-gradient(-45deg, #d2d2d2, #d2d2d2 2px, #f6f8fa 3px, #f6f8fa 18.35px);
}

/* line 5182, app/assets/stylesheets/new_design/new_design.scss */
.listings_calendar .not-available-pattern span {
  font-size: 14px;
}

/* line 5186, app/assets/stylesheets/new_design/new_design.scss */
.listings_calendar .time {
  pointer-events: none;
}

/* line 5190, app/assets/stylesheets/new_design/new_design.scss */
.listings_calendar .all-times {
  margin-top: 8px;
  padding: 0 5px;
}

/* line 5194, app/assets/stylesheets/new_design/new_design.scss */
.listings_calendar .calendar-row {
  max-height: calc(100vh - 374px) !important;
  padding: 0 10px;
}

/* line 5197, app/assets/stylesheets/new_design/new_design.scss */
.listings_calendar .calendar-row .time {
  margin-bottom: 10px;
}

/* line 5201, app/assets/stylesheets/new_design/new_design.scss */
.listings_calendar .card-calendar {
  border: 0;
}

/* line 5203, app/assets/stylesheets/new_design/new_design.scss */
.listings_calendar .card-calendar .card-header {
  padding: 8px 10px;
}

/* line 5206, app/assets/stylesheets/new_design/new_design.scss */
.listings_calendar .card-calendar .card-body {
  padding-bottom: 0;
}

/* line 5210, app/assets/stylesheets/new_design/new_design.scss */
.listings_calendar .scroll-section {
  padding-bottom: 15px;
}

@media (max-width: 1300px) {
  /* line 5217, app/assets/stylesheets/new_design/new_design.scss */
  .listings_calendar .time {
    font-size: 13.5px;
    padding: 8px 0;
    margin-bottom: 10px;
  }
  /* line 5222, app/assets/stylesheets/new_design/new_design.scss */
  .listings_calendar .all-times {
    padding: 0 3px;
  }
}

/* line 5229, app/assets/stylesheets/new_design/new_design.scss */
.counting {
  width: 36px;
  height: 36px;
  background-color: #fb5252;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 5241, app/assets/stylesheets/new_design/new_design.scss */
.first .counting {
  background-color: #f6f8fa;
  color: #38274c;
}

/* line 5246, app/assets/stylesheets/new_design/new_design.scss */
.gradient {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  border-radius: 10px;
}

/* line 5251, app/assets/stylesheets/new_design/new_design.scss */
.mw-150 {
  max-width: 150px;
}

/* line 5255, app/assets/stylesheets/new_design/new_design.scss */
.mw-80 {
  max-width: 80px;
}

/* line 5259, app/assets/stylesheets/new_design/new_design.scss */
.account-success {
  font-size: 14px;
  background-color: #58b2581a;
  border: 1px solid #58b258;
  padding: 9px 16px;
  display: flex;
  border-radius: 5px;
}

/* line 5269, app/assets/stylesheets/new_design/new_design.scss */
.searched-list-view {
  display: inline-block;
  width: 100%;
}

/* line 5274, app/assets/stylesheets/new_design/new_design.scss */
.listing-searched {
  border-radius: 10px 0px 0px 0px;
  background-color: #fff;
}

/* line 5279, app/assets/stylesheets/new_design/new_design.scss */
.search-banner-fixed {
  position: sticky;
  top: 60px;
  z-index: 555;
}

/* line 5285, app/assets/stylesheets/new_design/new_design.scss */
.search-result-banner {
  box-shadow: inset 0px -1px 0px #c5c5c6;
  padding: 18px 16px;
  position: sticky;
  display: block;
  top: 0px;
  background: #fff;
  z-index: 2;
}

/* line 5295, app/assets/stylesheets/new_design/new_design.scss */
.listing-searched-box {
  background: #ffffff;
  border: 1px solid #c5c5c6;
  border-radius: 10px;
}

/* line 5301, app/assets/stylesheets/new_design/new_design.scss */
.searched-list-grid-img {
  max-height: 200px;
  height: 200px;
  max-width: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  border-radius: 10px 10px 0px 0px;
  position: relative;
}

/* line 5312, app/assets/stylesheets/new_design/new_design.scss */
.listing-price-btn {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 100px;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

/* line 5322, app/assets/stylesheets/new_design/new_design.scss */
.listing-price-status {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 100px;
  background-color: #fff;
  padding: 6px 10px;
  position: absolute;
  top: 15px;
  left: 15px;
}

/* line 5332, app/assets/stylesheets/new_design/new_design.scss */
.searched-list-view {
  border: 1px solid #c5c5c6;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 8px 16px 8px 8px;
}

/* line 5339, app/assets/stylesheets/new_design/new_design.scss */
.searched-list-img {
  width: 140px;
  height: 140px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
}

/* line 5347, app/assets/stylesheets/new_design/new_design.scss */
.bottom-0 {
  bottom: 0;
}

/* line 5351, app/assets/stylesheets/new_design/new_design.scss */
.listing-filter-card {
  border: 1px solid #c5c5c6;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 10px;
  padding: 16px;
  top: 150px;
  right: 10px;
  position: fixed;
  background-color: #fff;
  z-index: 1050;
  overflow: auto;
  max-height: calc(100vh - 160px);
  max-width: 400px;
}

/* line 5367, app/assets/stylesheets/new_design/new_design.scss */
.serched-gallery-lg-grid {
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

/* line 5373, app/assets/stylesheets/new_design/new_design.scss */
.serched-gallery-sm-grid {
  height: 183px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

/* line 5380, app/assets/stylesheets/new_design/new_design.scss */
.searched-btn-all {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 100px;
  padding: 12px;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

/* line 5390, app/assets/stylesheets/new_design/new_design.scss */
#custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}

/* line 5395, app/assets/stylesheets/new_design/new_design.scss */
#custCarousel .carousel-indicators > li {
  width: 50px;
}

/* line 5399, app/assets/stylesheets/new_design/new_design.scss */
#custCarousel .carousel-item img {
  max-height: calc(100vh - 200px);
  max-height: calc(100vh - 100px);
}

/* line 5404, app/assets/stylesheets/new_design/new_design.scss */
#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

/* line 5409, app/assets/stylesheets/new_design/new_design.scss */
#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

/* line 5413, app/assets/stylesheets/new_design/new_design.scss */
#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

/* line 5417, app/assets/stylesheets/new_design/new_design.scss */
#sliderModal .modal-body,
#sliderModal .modal-header {
  background-color: black;
}

/* line 5422, app/assets/stylesheets/new_design/new_design.scss */
#sliderModal.modal {
  background-color: black;
}

/* line 5426, app/assets/stylesheets/new_design/new_design.scss */
#sliderModal .close {
  opacity: 1;
  color: #fff;
}

/* line 5431, app/assets/stylesheets/new_design/new_design.scss */
.searched-keydetail-box {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  border-radius: 10px;
  padding: 12px;
}

/* line 5437, app/assets/stylesheets/new_design/new_design.scss */
.searched-next-step-card {
  background: #38274c;
  border: 1px solid #c5c5c6;
  box-shadow: inset -1px 0px 0px #c5c5c6;
  border-radius: 10px;
  padding: 35px 14px 35px 14px;
  margin: auto;
}

/* line 5446, app/assets/stylesheets/new_design/new_design.scss */
.w-160 {
  width: 160px;
}

/* line 5450, app/assets/stylesheets/new_design/new_design.scss */
.listing-detail-tabs .nav-tabs {
  border-bottom: 0px;
}

/* line 5454, app/assets/stylesheets/new_design/new_design.scss */
.listing-detail-tabs .nav-item {
  color: #707070;
  border-color: #c5c5c6;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
  padding: 12px 16px;
}

/* line 5461, app/assets/stylesheets/new_design/new_design.scss */
.listing-detail-tabs .nav-item:hover {
  border-color: #fb5252;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  border-radius: 0px;
}

/* line 5469, app/assets/stylesheets/new_design/new_design.scss */
.listing-detail-tabs .nav-item.active {
  background-color: #fff;
  border-color: #fb5252;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  color: #090909;
  border-radius: 0px;
}

/* line 5478, app/assets/stylesheets/new_design/new_design.scss */
.listng-detail-agent-photo {
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

/* line 5487, app/assets/stylesheets/new_design/new_design.scss */
.offer-landing-sidebar {
  background-color: #fff;
}

/* line 5491, app/assets/stylesheets/new_design/new_design.scss */
.offer-landing-dashboard {
  width: 100%;
}

/* line 5495, app/assets/stylesheets/new_design/new_design.scss */
.offer-landing-card {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
}

/* line 5499, app/assets/stylesheets/new_design/new_design.scss */
.offer-sidebar-image {
  background-position: center;
  background-size: cover;
  width: 100%;
}

/* line 5505, app/assets/stylesheets/new_design/new_design.scss */
.mobile-link-card {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  border-radius: 10px;
  padding: 10px;
}

/* line 5511, app/assets/stylesheets/new_design/new_design.scss */
.sidenav-toggled #app_download {
  display: none;
}

/* line 5515, app/assets/stylesheets/new_design/new_design.scss */
#MobileAppModal .modal-body {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 5521, app/assets/stylesheets/new_design/new_design.scss */
.store-btn {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 5px;
  padding: 10px 18px;
  font-size: 12px;
  width: 150px;
}

/* line 5530, app/assets/stylesheets/new_design/new_design.scss */
.mt-neg-5 {
  margin-top: -5px;
}

/* line 5534, app/assets/stylesheets/new_design/new_design.scss */
.appmodal-close-btn {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
}

@media (max-width: 767.98px) {
  /* line 5544, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .calendar-tabs a {
    height: 38px !important;
    width: 33.333% !important;
  }
  /* line 5549, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .header h5 {
    display: inline-block;
    text-align: left;
    margin-bottom: 0px;
  }
  /* line 5554, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .calendar-nav {
    display: inline-block !important;
    text-align: right;
    float: right !important;
  }
}

/* line 5562, app/assets/stylesheets/new_design/new_design.scss */
.serched-gallery-lg-grid {
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

/* line 5568, app/assets/stylesheets/new_design/new_design.scss */
.serched-gallery-sm-grid {
  height: 183px;
  border-radius: 10px;
  background-position: center;
  background-size: cover;
}

/* line 5575, app/assets/stylesheets/new_design/new_design.scss */
.searched-btn-all {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 100px;
  padding: 12px;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

/* line 5585, app/assets/stylesheets/new_design/new_design.scss */
#custCarousel .carousel-indicators {
  position: static;
  margin-top: 20px;
}

/* line 5590, app/assets/stylesheets/new_design/new_design.scss */
#custCarousel .carousel-indicators > li {
  width: 50px;
}

/* line 5594, app/assets/stylesheets/new_design/new_design.scss */
#custCarousel .carousel-item img {
  max-height: calc(100vh - 200px);
  max-height: calc(100vh - 100px);
}

/* line 5599, app/assets/stylesheets/new_design/new_design.scss */
#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

/* line 5604, app/assets/stylesheets/new_design/new_design.scss */
#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

/* line 5608, app/assets/stylesheets/new_design/new_design.scss */
#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

/* line 5612, app/assets/stylesheets/new_design/new_design.scss */
#sliderModal .modal-body,
#sliderModal .modal-header {
  background-color: black;
}

/* line 5617, app/assets/stylesheets/new_design/new_design.scss */
#sliderModal.modal {
  background-color: black;
}

/* line 5621, app/assets/stylesheets/new_design/new_design.scss */
#sliderModal .close {
  opacity: 1;
  color: #fff;
}

/* line 5626, app/assets/stylesheets/new_design/new_design.scss */
.searched-keydetail-box {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  border-radius: 10px;
  padding: 12px;
}

/* line 5632, app/assets/stylesheets/new_design/new_design.scss */
.searched-next-step-card {
  background: #38274c;
  border: 1px solid #c5c5c6;
  box-shadow: inset -1px 0px 0px #c5c5c6;
  border-radius: 10px;
  padding: 35px 14px 35px 14px;
  margin: auto;
}

/* line 5641, app/assets/stylesheets/new_design/new_design.scss */
.w-160 {
  width: 160px;
}

/* line 5645, app/assets/stylesheets/new_design/new_design.scss */
.w-95 label {
  width: 95px;
}

/* line 5649, app/assets/stylesheets/new_design/new_design.scss */
.available_duration select {
  width: 198px;
}

@media (max-width: 450px) {
  /* line 5655, app/assets/stylesheets/new_design/new_design.scss */
  .available_duration label {
    font-size: 13px;
    width: 80px;
  }
  /* line 5659, app/assets/stylesheets/new_design/new_design.scss */
  .available_duration select {
    font-size: 13px !important;
    padding: 6px 5px;
    max-width: 80px;
    height: 33px;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.3rem center/8px 10px no-repeat;
  }
  /* line 5665, app/assets/stylesheets/new_design/new_design.scss */
  .available_duration select:disabled {
    background-color: #e9ecef;
  }
}

@media (max-width: 340px) {
  /* line 5674, app/assets/stylesheets/new_design/new_design.scss */
  .available_duration label {
    font-size: 12px;
    width: 73px;
  }
  /* line 5678, app/assets/stylesheets/new_design/new_design.scss */
  .available_duration select {
    font-size: 12px !important;
    padding: 5px 4px;
    max-width: 77px;
    height: 31px;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.3rem center/8px 10px no-repeat;
  }
}

@media (max-width: 991.98px) {
  /* line 5690, app/assets/stylesheets/new_design/new_design.scss */
  .modalListingPhoto .cr-viewport {
    width: 487.619047619px !important;
    height: 365.714285714px !important;
  }
}

@media (max-width: 767.98px) {
  /* line 5700, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .calendar-tabs a {
    height: 38px !important;
    width: 33.333% !important;
  }
  /* line 5705, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .header h5 {
    display: inline-block;
    text-align: left;
    margin-bottom: 0px;
  }
  /* line 5710, app/assets/stylesheets/new_design/new_design.scss */
  .mobile .calendar-nav {
    display: inline-block !important;
    text-align: right;
    float: right !important;
  }
}

@media (max-width: 991.98px) {
  /* line 5719, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-actions-mobile {
    z-index: 1;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #fff;
    padding: 16px 0;
    box-shadow: 0px -6px 16px rgba(56, 39, 76, 0.1);
  }
  /* line 5731, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-actions-mobile .btn, .calendar-actions-mobile .btn-submit, .calendar-actions-mobile .tabs button, .tabs .calendar-actions-mobile button {
    height: 48px !important;
    width: 30% !important;
    margin: 0 !important;
    font-size: 16px !important;
  }
  /* line 5736, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-actions-mobile .btn img, .calendar-actions-mobile .btn-submit img, .calendar-actions-mobile .tabs button img, .tabs .calendar-actions-mobile button img {
    width: 18px !important;
  }
}

/* line 5743, app/assets/stylesheets/new_design/new_design.scss */
.mls-profile-radius {
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  /* line 5749, app/assets/stylesheets/new_design/new_design.scss */
  .modalListingPhoto .cr-boundary {
    height: calc(100vw - 80px) !important;
  }
  /* line 5752, app/assets/stylesheets/new_design/new_design.scss */
  .modalListingPhoto .cr-viewport {
    width: calc(100vw - 55px) !important;
    height: calc(100vw - 119px) !important;
  }
}

/* line 5759, app/assets/stylesheets/new_design/new_design.scss */
.approval-type label::before,
.approval-type label::after {
  left: 0;
  top: calc(50% - 8px);
}

/* line 5765, app/assets/stylesheets/new_design/new_design.scss */
.approval-type input[type="radio"] {
  left: 24px;
  top: calc(50% - 8px);
}

/* line 5770, app/assets/stylesheets/new_design/new_design.scss */
.approval-agent {
  border: 1px solid #c5c5c6;
  border-radius: 5px;
  height: 100%;
  max-width: 200px;
  min-width: 156px;
  padding: 12px;
}

/* line 5779, app/assets/stylesheets/new_design/new_design.scss */
.add-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #fb5252;
  border-radius: 5px;
  height: 100%;
  cursor: pointer;
}

/* line 5790, app/assets/stylesheets/new_design/new_design.scss */
.button-group .btn:first-of-type, .button-group .btn-submit:first-of-type, .button-group .tabs button:first-of-type, .tabs .button-group button:first-of-type {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 5795, app/assets/stylesheets/new_design/new_design.scss */
.button-group .btn:last-of-type, .button-group .btn-submit:last-of-type, .button-group .tabs button:last-of-type, .tabs .button-group button:last-of-type {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

@media (max-width: 575px) {
  /* line 5801, app/assets/stylesheets/new_design/new_design.scss */
  .button-group .btn.btn-light, .button-group .btn-light.btn-submit, .button-group .tabs button.btn-light, .tabs .button-group button.btn-light {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/* line 5807, app/assets/stylesheets/new_design/new_design.scss */
.contact-search {
  background-color: #f6f8fa;
  border-radius: 10px;
  margin-bottom: 8px;
  justify-content: space-between;
}

/* line 5812, app/assets/stylesheets/new_design/new_design.scss */
.contact-search .user-image {
  border-radius: 50%;
}

/* line 5817, app/assets/stylesheets/new_design/new_design.scss */
.custom-feedback {
  background: linear-gradient(309.81deg, #f6f8fa 10.67%, #f2edf7 96.91%);
  border-radius: 10px;
  padding: 12px;
}

/* line 5823, app/assets/stylesheets/new_design/new_design.scss */
.request-feedback {
  opacity: 0.4;
  pointer-events: none;
}

/* line 5828, app/assets/stylesheets/new_design/new_design.scss */
.approval-type label {
  cursor: pointer;
}

/* line 5832, app/assets/stylesheets/new_design/new_design.scss */
.calendar-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #00000044;
  left: 0;
  right: 0;
  z-index: 5;
}

/* line 5840, app/assets/stylesheets/new_design/new_design.scss */
.calendar-overlay img {
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

/* line 5847, app/assets/stylesheets/new_design/new_design.scss */
#property_max_date {
  max-width: 170px;
}

@media (max-width: 767.98px) {
  /* line 5852, app/assets/stylesheets/new_design/new_design.scss */
  #property_max_date {
    max-width: 140px;
  }
}

/* line 5857, app/assets/stylesheets/new_design/new_design.scss */
input#property_max_date[type="date" i]::-webkit-calendar-picker-indicator {
  margin-inline-start: 5px;
}

/* line 5861, app/assets/stylesheets/new_design/new_design.scss */
.listing-detail-tabs .nav-tabs {
  border-bottom: 0px;
}

@media (max-width: 991.98px) {
  /* line 5866, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-actions-mobile {
    z-index: 1;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #fff;
    padding: 16px 0;
    box-shadow: 0px -6px 16px rgba(56, 39, 76, 0.1);
  }
  /* line 5878, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-actions-mobile .btn, .calendar-actions-mobile .btn-submit, .calendar-actions-mobile .tabs button, .tabs .calendar-actions-mobile button {
    height: 48px !important;
    width: 30% !important;
    margin: 0 !important;
    font-size: 16px !important;
  }
  /* line 5883, app/assets/stylesheets/new_design/new_design.scss */
  .calendar-actions-mobile .btn img, .calendar-actions-mobile .btn-submit img, .calendar-actions-mobile .tabs button img, .tabs .calendar-actions-mobile button img {
    width: 18px !important;
  }
}

/* line 5890, app/assets/stylesheets/new_design/new_design.scss */
.listing-detail-tabs .nav-item.active {
  background-color: #fff;
  border-color: #fb5252;
  border-style: solid;
  border-width: 0px 0px 2px 0px;
  color: #090909;
  border-radius: 0px;
}

/* line 5899, app/assets/stylesheets/new_design/new_design.scss */
.listng-detail-agent-photo {
  width: 180px;
  height: 180px;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
}

/* line 5908, app/assets/stylesheets/new_design/new_design.scss */
.office-setup-card {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 10px;
}

/* line 5913, app/assets/stylesheets/new_design/new_design.scss */
.office-setup-lisiting-img {
  height: 80px;
  width: 80px;
  background-position: center;
  background-size: cover;
  border-radius: 7px;
}

/* line 5921, app/assets/stylesheets/new_design/new_design.scss */
.office-close-badge {
  background: #e33e38;
  border-radius: 100px;
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
}

/* line 5929, app/assets/stylesheets/new_design/new_design.scss */
.office-setup-agent-img {
  height: 48px;
  width: 48px;
  background-position: center;
  background-size: cover;
  border-radius: 7px;
}

/* line 5937, app/assets/stylesheets/new_design/new_design.scss */
.office-setup-links {
  list-style: none;
  display: flex;
  overflow: auto;
  padding-left: 0;
  white-space: nowrap;
}

/* line 5945, app/assets/stylesheets/new_design/new_design.scss */
.office-setup-links::-webkit-scrollbar {
  display: none;
}

/* line 5949, app/assets/stylesheets/new_design/new_design.scss */
.office-setup-links li a {
  line-height: 40px;
  color: #707070;
}

/* line 5954, app/assets/stylesheets/new_design/new_design.scss */
.office-setup-links li.active {
  border-bottom: 3px solid #fb5252;
}

/* line 5958, app/assets/stylesheets/new_design/new_design.scss */
.office-setup-links li.active a,
.office-setup-links li a:hover {
  color: #090909;
}

/* line 5963, app/assets/stylesheets/new_design/new_design.scss */
.office-setup-links li {
  border-bottom: 2px solid transparent;
  margin: 15px 5px 0px 5px;
}

/* line 5969, app/assets/stylesheets/new_design/new_design.scss */
.office-setup .dropdown-toggle:after {
  padding: 8px;
  background-image: url(http://localhost:3000/new_design/ArrowSquareDown.svg);
  display: inline-block;
  margin-left: 0.855em;
  content: "";
  border: 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 5980, app/assets/stylesheets/new_design/new_design.scss */
.office-setup .dropdown-menu {
  min-width: 150px;
}

/* line 5986, app/assets/stylesheets/new_design/new_design.scss */
.calendars .weekly {
  max-height: calc(100vh - 303px) !important;
}

/* line 5989, app/assets/stylesheets/new_design/new_design.scss */
.calendars .daily {
  max-height: calc(100vh - 355px) !important;
}

/* line 5992, app/assets/stylesheets/new_design/new_design.scss */
.calendars .monthly .monthly-row {
  min-height: 115px !important;
}

@media (max-width: 991.98px) {
  /* line 5999, app/assets/stylesheets/new_design/new_design.scss */
  .calendars .weekly {
    max-height: calc(100vh - 293px) !important;
  }
  /* line 6002, app/assets/stylesheets/new_design/new_design.scss */
  .calendars .daily {
    max-height: calc(100vh - 344px) !important;
  }
  /* line 6006, app/assets/stylesheets/new_design/new_design.scss */
  .w-450 {
    width: 300px;
  }
}

@media (max-width: 767.98px) {
  /* line 6013, app/assets/stylesheets/new_design/new_design.scss */
  .calendars .weekly {
    max-height: calc(100vh - 273px) !important;
  }
  /* line 6016, app/assets/stylesheets/new_design/new_design.scss */
  .calendars .daily {
    max-height: calc(100vh - 323px) !important;
  }
  /* line 6019, app/assets/stylesheets/new_design/new_design.scss */
  .calendars .monthly .monthly-row {
    min-height: 50px !important;
  }
}

@media (max-width: 575.98px) {
  /* line 6027, app/assets/stylesheets/new_design/new_design.scss */
  .calendars .weekly {
    max-height: calc(100vh - 313px) !important;
  }
  /* line 6030, app/assets/stylesheets/new_design/new_design.scss */
  .calendars .daily {
    max-height: calc(100vh - 362px) !important;
  }
}

@media (max-width: 455.98px) {
  /* line 6038, app/assets/stylesheets/new_design/new_design.scss */
  .calendars .weekly {
    max-height: calc(100vh - 300px) !important;
  }
  /* line 6041, app/assets/stylesheets/new_design/new_design.scss */
  .calendars .daily {
    max-height: calc(100vh - 349px) !important;
  }
}

@media (max-width: 405.98px) {
  /* line 6049, app/assets/stylesheets/new_design/new_design.scss */
  .calendars .weekly {
    max-height: calc(100vh - 332px) !important;
  }
  /* line 6052, app/assets/stylesheets/new_design/new_design.scss */
  .calendars .daily {
    max-height: calc(100vh - 382px) !important;
  }
  /* line 6056, app/assets/stylesheets/new_design/new_design.scss */
  .w-450 {
    width: 270px;
  }
  /* line 6059, app/assets/stylesheets/new_design/new_design.scss */
  .back-calendar {
    width: 15px;
  }
  /* line 6062, app/assets/stylesheets/new_design/new_design.scss */
  .monthYear {
    font-size: 15.5px;
    line-height: 19px;
  }
}

@media (min-width: 576px) {
  /* line 6069, app/assets/stylesheets/new_design/new_design.scss */
  .mw-img {
    max-width: calc(100% - 80px);
  }
}

@media (max-width: 576px) {
  /* line 6075, app/assets/stylesheets/new_design/new_design.scss */
  .lock-size-small {
    font-size: 12px;
  }
  /* line 6078, app/assets/stylesheets/new_design/new_design.scss */
  .lock-btn-img {
    width: auto !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1200px) {
  /* line 6085, app/assets/stylesheets/new_design/new_design.scss */
  .text-xl-break {
    word-break: break-word;
  }
}

/* line 6090, app/assets/stylesheets/new_design/new_design.scss */
.notification-alert-card {
  border: 1px solid #ff8b00;
  background: #ffe8cd;
}

/* line 6095, app/assets/stylesheets/new_design/new_design.scss */
.hide-cross-notify {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  border-radius: 100%;
  line-height: 25px;
  text-align: center;
}

/* line 6107, app/assets/stylesheets/new_design/new_design.scss */
.hide-cross-notify:hover {
  border: 2px solid #fb5252;
}

/* line 6111, app/assets/stylesheets/new_design/new_design.scss */
.progress-score {
  width: 45px;
  height: 45px;
  background: none;
  position: relative;
}

/* line 6118, app/assets/stylesheets/new_design/new_design.scss */
.progress-score::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 6129, app/assets/stylesheets/new_design/new_design.scss */
.progress-score > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

/* line 6138, app/assets/stylesheets/new_design/new_design.scss */
.progress-score .progress-left {
  left: 0;
}

/* line 6142, app/assets/stylesheets/new_design/new_design.scss */
.progress-score .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}

/* line 6152, app/assets/stylesheets/new_design/new_design.scss */
.progress-score .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
}

/* line 6161, app/assets/stylesheets/new_design/new_design.scss */
.progress-score .progress-right {
  right: 0;
}

/* line 6165, app/assets/stylesheets/new_design/new_design.scss */
.progress-score .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
}

/* line 6174, app/assets/stylesheets/new_design/new_design.scss */
.progress-score .progress-value {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 6180, app/assets/stylesheets/new_design/new_design.scss */
.card-shadow {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
}

/* line 6184, app/assets/stylesheets/new_design/new_design.scss */
.mw-fit-content {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/* line 6188, app/assets/stylesheets/new_design/new_design.scss */
.pricing-tab-box {
  background: #ffffff;
  border: 1px solid #c5c5c6;
  border-radius: 100px;
  padding: 3px;
  display: inline-block;
  margin: auto;
}

/* line 6197, app/assets/stylesheets/new_design/new_design.scss */
.price-btn-box.active {
  text-align: center;
  padding: 8px 12px;
  background: #38274c;
  border-radius: 100px;
  color: #fff;
}

/* line 6205, app/assets/stylesheets/new_design/new_design.scss */
.price-btn-box {
  text-align: center;
  padding: 8px 12px;
  background: transparent;
  border-radius: 100px;
  color: #fff;
}

/* line 6213, app/assets/stylesheets/new_design/new_design.scss */
.ml-8 {
  margin-left: 8px;
}

/* line 6217, app/assets/stylesheets/new_design/new_design.scss */
.discount-btn {
  padding: 9px 12px;
  background: rgba(88, 178, 88, 0.1);
  border: 1px solid #58b258;
  box-sizing: border-box;
  border-radius: 100px;
  color: #58b258;
  text-align: center;
  display: inline-block;
}

/* line 6228, app/assets/stylesheets/new_design/new_design.scss */
.not-available-pattern {
  margin-top: 15px;
  min-height: calc(100vh - 359px);
  position: relative;
  height: calc(100% - 100px);
  background-color: #f6f8fa;
  opacity: 1;
  background: repeating-linear-gradient(-45deg, #d2d2d2, #d2d2d2 2px, #f6f8fa 3px, #f6f8fa 21.1px);
  border-left: 1px solid #c5c5c6;
  border-right: 1px solid #c5c5c6;
}

/* line 6238, app/assets/stylesheets/new_design/new_design.scss */
.not-available-pattern span {
  transform: rotate(-90deg);
  position: sticky;
  top: 50%;
  text-align: center;
  display: flex;
}

/* line 6247, app/assets/stylesheets/new_design/new_design.scss */
.drop-actions {
  margin-left: 5px;
}

/* line 6249, app/assets/stylesheets/new_design/new_design.scss */
.drop-actions .dropdown-item {
  font-size: 16px;
}

/* line 6251, app/assets/stylesheets/new_design/new_design.scss */
.drop-actions .dropdown-item.active, .drop-actions .dropdown-item:active {
  background-color: #f2f2f2;
  color: #090909;
}

/* line 6257, app/assets/stylesheets/new_design/new_design.scss */
.drop-actions .dropdown-toggle.btn, .drop-actions .dropdown-toggle.btn-submit, .drop-actions .tabs button.dropdown-toggle, .tabs .drop-actions button.dropdown-toggle {
  padding: 13px 20.5px !important;
}

/* line 6259, app/assets/stylesheets/new_design/new_design.scss */
.drop-actions .dropdown-toggle.btn img, .drop-actions .dropdown-toggle.btn-submit img, .drop-actions .tabs button.dropdown-toggle img, .tabs .drop-actions button.dropdown-toggle img {
  width: 5px !important;
  margin: 0 !important;
}

/* line 6263, app/assets/stylesheets/new_design/new_design.scss */
.drop-actions .dropdown-toggle.btn::before, .drop-actions .dropdown-toggle.btn-submit::before, .drop-actions .tabs button.dropdown-toggle::before, .tabs .drop-actions button.dropdown-toggle::before {
  border: 0;
  margin: 0;
}

@media (max-width: 576px) {
  /* line 6271, app/assets/stylesheets/new_design/new_design.scss */
  .booking-badge {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  /* line 6277, app/assets/stylesheets/new_design/new_design.scss */
  .drop-actions .dropdown-item {
    font-size: 16px;
  }
  /* line 6280, app/assets/stylesheets/new_design/new_design.scss */
  .drop-actions .dropdown-toggle.btn, .drop-actions .dropdown-toggle.btn-submit, .drop-actions .tabs button.dropdown-toggle, .tabs .drop-actions button.dropdown-toggle {
    padding: 5px 11px !important;
  }
}

/* line 6286, app/assets/stylesheets/new_design/new_design.scss */
.select2-hidden-accessible {
  margin-top: 65px;
}

/* line 6290, app/assets/stylesheets/new_design/new_design.scss */
.stats-spinner {
  font-size: 20px;
  -webkit-text-stroke: 2px #fff;
}

/* line 6295, app/assets/stylesheets/new_design/new_design.scss */
#switchPlan {
  padding: 0.563rem 1.3rem 0.563rem 0.3rem !important;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.5rem center/8px 10px no-repeat !important;
}

/* line 6300, app/assets/stylesheets/new_design/new_design.scss */
.buyer-table {
  border: 1px solid #c5c5c6;
  filter: drop-shadow(0px 4px 16px rgba(56, 39, 76, 0.1));
  border-radius: 10px;
}

/* line 6306, app/assets/stylesheets/new_design/new_design.scss */
.buyer-table table {
  border-radius: 10px;
}

/* line 6310, app/assets/stylesheets/new_design/new_design.scss */
.buyer-table thead th {
  font-weight: 500;
  color: #38274c;
  border-top: 0;
  border-bottom: 0;
}

/* line 6317, app/assets/stylesheets/new_design/new_design.scss */
.buyer-table thead th:first-child {
  border-top-left-radius: 10px;
}

/* line 6321, app/assets/stylesheets/new_design/new_design.scss */
.buyer-table thead th:last-child {
  border-top-right-radius: 10px;
}

/* line 6325, app/assets/stylesheets/new_design/new_design.scss */
.buyer-table thead {
  background-color: #f6f8fa;
}

/* line 6329, app/assets/stylesheets/new_design/new_design.scss */
.buyer-showing-box {
  background: #ffffff;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 5px;
  padding: 16px;
}

/* line 6336, app/assets/stylesheets/new_design/new_design.scss */
.buyer-shwoing-active {
  padding: 4px 8px;
  background: #58b258;
  border-radius: 100px;
  color: #fff;
}

/* line 6343, app/assets/stylesheets/new_design/new_design.scss */
.buyer-shwoing-pending {
  padding: 4px 8px;
  background: #ff8b00;
  border-radius: 100px;
  color: #fff;
}

/* line 6350, app/assets/stylesheets/new_design/new_design.scss */
.buyer-shwoing-img {
  border-radius: 5px;
  width: 64px;
  height: 48px;
  background-size: cover;
}

/* line 6357, app/assets/stylesheets/new_design/new_design.scss */
.btn-orange:hover {
  background-color: #fb525242;
  color: #fb5252;
}

/* line 6362, app/assets/stylesheets/new_design/new_design.scss */
.btn-orange {
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  color: #fb5252;
}

/* line 6367, app/assets/stylesheets/new_design/new_design.scss */
.custom-switch input[type="checkbox"] ~ span:after {
  content: "No";
}

/* line 6371, app/assets/stylesheets/new_design/new_design.scss */
.custom-switch input[type="checkbox"]:checked ~ span:after {
  content: "Yes";
}

/* line 6375, app/assets/stylesheets/new_design/new_design.scss */
.body-bg {
  background: #f6f8fa !important;
}

/* line 6379, app/assets/stylesheets/new_design/new_design.scss */
.error-box-number {
  background: #FFEEEE;
  border: 1px solid #FFA39E;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 12px;
}

/* line 6387, app/assets/stylesheets/new_design/new_design.scss */
.opt-digit input {
  display: inline-block;
  text-align: center;
}

/* line 6392, app/assets/stylesheets/new_design/new_design.scss */
.opt-digit input::-webkit-outer-spin-button,
.opt-digit input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 6398, app/assets/stylesheets/new_design/new_design.scss */
.opt-digit input[type=number] {
  -moz-appearance: textfield;
}

/* line 6402, app/assets/stylesheets/new_design/new_design.scss */
.select-account li:hover {
  background-color: #F4EBFC;
}

/* line 6406, app/assets/stylesheets/new_design/new_design.scss */
ul.select-account {
  border-radius: 10px;
}

/* line 6410, app/assets/stylesheets/new_design/new_design.scss */
.select-account li {
  border: 1px solid #C2C2C2;
}

/* line 6414, app/assets/stylesheets/new_design/new_design.scss */
.mx-350 {
  max-width: 350px;
}

/* line 6418, app/assets/stylesheets/new_design/new_design.scss */
.arrow-back-link {
  position: absolute;
  margin-left: -35px;
  margin-top: -2px;
}

/* line 6424, app/assets/stylesheets/new_design/new_design.scss */
.otp-back-link {
  position: absolute;
  margin-left: -16%;
  margin-top: -2px;
}

/* line 6430, app/assets/stylesheets/new_design/new_design.scss */
.error-box-number {
  background: #FFEEEE;
  border: 1px solid #FFA39E;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 12px;
}

/* line 6438, app/assets/stylesheets/new_design/new_design.scss */
.opt-digit input {
  display: inline-block;
  text-align: center;
}

/* line 6443, app/assets/stylesheets/new_design/new_design.scss */
.opt-digit input::-webkit-outer-spin-button,
.opt-digit input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 6449, app/assets/stylesheets/new_design/new_design.scss */
.opt-digit input[type=number] {
  -moz-appearance: textfield;
}

/* line 6453, app/assets/stylesheets/new_design/new_design.scss */
.select-account li:hover {
  background-color: #F4EBFC;
}

/* line 6457, app/assets/stylesheets/new_design/new_design.scss */
ul.select-account {
  border-radius: 10px;
}

/* line 6461, app/assets/stylesheets/new_design/new_design.scss */
.select-account li {
  border: 1px solid #C2C2C2;
}

/* line 6465, app/assets/stylesheets/new_design/new_design.scss */
.mx-350 {
  max-width: 350px;
}

/* line 6469, app/assets/stylesheets/new_design/new_design.scss */
.arrow-back-link {
  position: absolute;
  margin-left: -35px;
  margin-top: -2px;
}

/* line 6475, app/assets/stylesheets/new_design/new_design.scss */
.otp-back-link {
  position: absolute;
  margin-left: -16%;
  margin-top: -2px;
}

/* line 6481, app/assets/stylesheets/new_design/new_design.scss */
.username-caption {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02rem;
  color: #707070;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  margin-top: 5px;
}

/* line 6490, app/assets/stylesheets/new_design/new_design.scss */
.approval-type label {
  border-width: 2px !important;
}

/* line 6494, app/assets/stylesheets/new_design/new_design.scss */
#contactSelection ~ .select2 {
  width: 100% !important;
}

/* line 6498, app/assets/stylesheets/new_design/new_design.scss */
.font-base {
  font-size: 1rem;
}

/* line 6502, app/assets/stylesheets/new_design/new_design.scss */
.contact-table {
  margin-top: 12px;
}

/* line 6504, app/assets/stylesheets/new_design/new_design.scss */
.contact-table th:first-child,
.contact-table td:first-child {
  padding-left: 0;
}

/* line 6508, app/assets/stylesheets/new_design/new_design.scss */
.contact-table th:last-child,
.contact-table td:last-child {
  padding-right: 0;
}

/* line 6512, app/assets/stylesheets/new_design/new_design.scss */
.contact-table thead tr {
  background-color: #fff;
}

/* line 6515, app/assets/stylesheets/new_design/new_design.scss */
.contact-table td {
  padding: 16px 5px;
}

/* line 6517, app/assets/stylesheets/new_design/new_design.scss */
.contact-table td .subtitle-lg, .contact-table td .calendar-row .time, .calendar-row .contact-table td .time, .contact-table td .card-billing .billing-cycle, .card-billing .contact-table td .billing-cycle, .contact-table td .pricing .plan-main .card::before, .pricing .plan-main .contact-table td .card::before, .contact-table td .pricing .single-plan:nth-child(2) .card::before, .pricing .single-plan:nth-child(2) .contact-table td .card::before, .contact-table td .calendar-date, .contact-table td .calendar-week-dates .right-side .col .day, .calendar-week-dates .right-side .col .contact-table td .day, .contact-table td .monthly .monthly-row .monthly-col.today .day, .monthly .monthly-row .monthly-col.today .contact-table td .day, .contact-table td .monthly-days .col span, .monthly-days .col .contact-table td span, .contact-table td .tour-steps .badge-secondary-date, .tour-steps .contact-table td .badge-secondary-date {
  font-size: 1rem;
}

/* line 6523, app/assets/stylesheets/new_design/new_design.scss */
#searchContact form {
  height: calc(100% - 28px);
}

/* line 6527, app/assets/stylesheets/new_design/new_design.scss */
.new-booking-center {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 10px;
}

/* line 6533, app/assets/stylesheets/new_design/new_design.scss */
.new-booking-gr-card {
  background: linear-gradient(309.81deg, #F6F8FA 10.67%, #F2EDF7 96.91%);
  border: 1px solid #C2C2C2;
  border-radius: 10px;
}

/* line 6539, app/assets/stylesheets/new_design/new_design.scss */
.border-radius-7 {
  border-radius: 7px;
}

/* line 6543, app/assets/stylesheets/new_design/new_design.scss */
.border-radius-4 {
  border-radius: 4px;
}

/* line 6547, app/assets/stylesheets/new_design/new_design.scss */
.new-booking-time-box {
  background: rgba(251, 82, 82, 0.1);
  border-radius: 10px;
  padding: 16px;
}

/* line 6553, app/assets/stylesheets/new_design/new_design.scss */
.new-booking-notactive-box {
  background: #F6F8FA;
  border-radius: 10px;
  padding: 16px;
}

/* line 6559, app/assets/stylesheets/new_design/new_design.scss */
.new-booking-Pending-box {
  background: #FFF3E6;
  padding: 16px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 6566, app/assets/stylesheets/new_design/new_design.scss */
.new-booking-Approved-box {
  background: rgba(88, 178, 88, 0.1);
  padding: 16px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 6573, app/assets/stylesheets/new_design/new_design.scss */
.new-booking-warning-box {
  background: rgba(88, 178, 88, 0.1);
  padding: 16px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 6580, app/assets/stylesheets/new_design/new_design.scss */
.new-booking-buyer-alert {
  background: rgba(101, 144, 255, 0.1);
  border: 1px solid #6590FF;
  border-radius: 5px;
  padding: 9px 16px;
}

/* line 6587, app/assets/stylesheets/new_design/new_design.scss */
.new-booking-selection-box {
  background: #FFFFFF;
  border: 1px solid #C2C2C2;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 16px;
}

/* line 6595, app/assets/stylesheets/new_design/new_design.scss */
.booking-selected {
  background: linear-gradient(309.81deg, #F6F8FA 10.67%, #F2EDF7 96.91%);
  border: 1px solid #8D38E3;
}

/* line 6600, app/assets/stylesheets/new_design/new_design.scss */
.new-booking-img-small {
  width: 42px;
  height: 32px;
  border-radius: 4px;
  background-size: cover;
}

/* line 6607, app/assets/stylesheets/new_design/new_design.scss */
.new-booking-card {
  border: 1px solid #C2C2C2;
  border-radius: 10px;
}

/* line 6612, app/assets/stylesheets/new_design/new_design.scss */
.img-agent {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
}

/* line 6619, app/assets/stylesheets/new_design/new_design.scss */
.mw-1110 {
  max-width: 1110px;
}

/* line 6623, app/assets/stylesheets/new_design/new_design.scss */
.py-155 {
  padding-top: 155px;
  padding-bottom: 155px;
}

/* line 6628, app/assets/stylesheets/new_design/new_design.scss */
.errorpage-card {
  border: 1px solid #c2c2c2;
  border-radius: 10px;
}

/* line 6633, app/assets/stylesheets/new_design/new_design.scss */
.search-results-div {
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-left: 1px solid #c5c5c6;
  border-right: 1px solid #c5c5c6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 6642, app/assets/stylesheets/new_design/new_design.scss */
.contactsearch:focus {
  border-color: #c5c5c6 !important;
}

/* line 6647, app/assets/stylesheets/new_design/new_design.scss */
#searchContact form {
  height: calc(100% - 28px);
}

/* line 6651, app/assets/stylesheets/new_design/new_design.scss */
.lock-index-box {
  background: #FFFFFF;
  border: 1px solid #C5C5C6;
  box-shadow: 0px 4px 16px rgba(56, 39, 76, 0.1);
  border-radius: 10px;
  padding: 16px;
}

/* line 6659, app/assets/stylesheets/new_design/new_design.scss */
.body-bg {
  background-color: #f6f8fa;
}

/* line 6663, app/assets/stylesheets/new_design/new_design.scss */
.lockshow-info {
  background: linear-gradient(309.81deg, #F6F8FA 10.67%, #F2EDF7 96.91%);
  border-radius: 10px;
  padding: 16px;
}

/* line 6669, app/assets/stylesheets/new_design/new_design.scss */
.bt-lock-info {
  background: rgba(101, 144, 255, 0.1);
  border: 1px solid #6590FF;
  border-radius: 5px;
  padding: 9px 16px 9px 16px;
}

/* line 6676, app/assets/stylesheets/new_design/new_design.scss */
.lock-show-table table th,
.lock-edit-table table th {
  font-weight: 500;
  border-bottom: 0;
}

/* line 6682, app/assets/stylesheets/new_design/new_design.scss */
.lock-show-table,
.lock-edit-table {
  border: 1px solid #C5C5C6;
  border-radius: 10px;
  border-top: 0;
}

/* line 6689, app/assets/stylesheets/new_design/new_design.scss */
.lock-show-table td,
.lock-edit-table td {
  height: 56px;
}

/* line 6694, app/assets/stylesheets/new_design/new_design.scss */
.h-inherit {
  height: inherit;
}

/* line 6698, app/assets/stylesheets/new_design/new_design.scss */
.lock-history-table td {
  height: 112px;
}

/* line 6702, app/assets/stylesheets/new_design/new_design.scss */
.lock-history-table table th {
  font-weight: 500;
  background: #F6F8FA;
  border-bottom: 0;
}

/* line 6708, app/assets/stylesheets/new_design/new_design.scss */
.lock-history-table {
  border: 1px solid #C5C5C6;
  border-top: 0;
  filter: drop-shadow(0px 4px 16px rgba(56, 39, 76, 0.1));
  border-radius: 10px;
}

/* line 6715, app/assets/stylesheets/new_design/new_design.scss */
.lock-show-row {
  height: 80px;
}

/* line 6719, app/assets/stylesheets/new_design/new_design.scss */
.lock-show-item {
  border-top: 1px solid #C5C5C6;
}

/* line 6723, app/assets/stylesheets/new_design/new_design.scss */
.lock-show-heading-row {
  height: 45px;
}

/* line 6727, app/assets/stylesheets/new_design/new_design.scss */
.lock-show-card {
  border: 1px solid #C5C5C6;
  border-radius: 10px;
}

/* line 6732, app/assets/stylesheets/new_design/new_design.scss */
.top-mt-2 {
  margin-top: 2px;
}

/* line 6736, app/assets/stylesheets/new_design/new_design.scss */
.search-result {
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #c5c5c6;
  color: #090909;
}

/* line 6743, app/assets/stylesheets/new_design/new_design.scss */
.search-result:hover {
  background-color: #f6f8fa;
}

/* line 6746, app/assets/stylesheets/new_design/new_design.scss */
.search-result:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 6752, app/assets/stylesheets/new_design/new_design.scss */
.email-contact {
  max-width: 330px;
}

@media (max-width: 435px) {
  /* line 6757, app/assets/stylesheets/new_design/new_design.scss */
  .email-contact {
    max-width: calc(100vw - 106px);
  }
}

/* line 6762, app/assets/stylesheets/new_design/new_design.scss */
.all-times-mobile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px !important;
}

/* line 6768, app/assets/stylesheets/new_design/new_design.scss */
.all-times-mobile .time {
  flex-shrink: 0;
  width: 32%;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  font-size: 14px;
}

/* line 6779, app/assets/stylesheets/new_design/new_design.scss */
.plus-booking {
  flex-shrink: 0;
  margin: 0 0 5px 0;
  margin-top: 4px;
  padding: 4px 5px 4px 4px;
  border-radius: 20px;
  background-color: #e5e5e5;
  font-size: 13px;
  display: inline-block;
  font-family: "Airbnb-Cereal-Medium", sans-serif;
  line-height: 14px;
}

/* line 6792, app/assets/stylesheets/new_design/new_design.scss */
.combine-login a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

/* line 6798, app/assets/stylesheets/new_design/new_design.scss */
.combine-login a.active {
  box-shadow: inset 0px -3px 0px #FB5252;
}

/* line 6802, app/assets/stylesheets/new_design/new_design.scss */
.dropdown-btn {
  padding: 0.5rem 1rem !important;
}

/* line 6806, app/assets/stylesheets/new_design/new_design.scss */
.dropdown-btn:after {
  display: none;
}

/* line 6810, app/assets/stylesheets/new_design/new_design.scss */
.fixed-date-mobile {
  text-align: center;
  padding: 5px 5px 0 5px !important;
  cursor: pointer;
  border-radius: 0 !important;
}

/* line 6815, app/assets/stylesheets/new_design/new_design.scss */
.fixed-date-mobile h5 {
  font-family: "Airbnb-Cereal-Medium", sans-serif !important;
}

/* line 6818, app/assets/stylesheets/new_design/new_design.scss */
.fixed-date-mobile.active {
  background-color: #FFEEEE;
  border-bottom: 3px solid #FB5252;
}

/* line 6824, app/assets/stylesheets/new_design/new_design.scss */
.calendar-row-mobile {
  max-height: calc(100vh - 214px) !important;
}

/* line 6828, app/assets/stylesheets/new_design/new_design.scss */
.card-calendar-mobile .card-header .btn-light {
  padding: 8px 13px !important;
}

/* line 6832, app/assets/stylesheets/new_design/new_design.scss */
.pending_badge {
  padding: 4px 8px;
  background-color: #FF8B00;
  text-align: center;
  color: #fff;
  border-radius: 100px;
}

/* line 6840, app/assets/stylesheets/new_design/new_design.scss */
.approved_badge {
  padding: 4px 8px;
  background-color: #58B258;
  text-align: center;
  color: #fff;
  border-radius: 100px;
}

/* line 6848, app/assets/stylesheets/new_design/new_design.scss */
.cancel_badge {
  background-color: #E33E38;
  padding: 4px 8px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
}

/* line 6856, app/assets/stylesheets/new_design/new_design.scss */
.h-lh-28 {
  line-height: 28px;
}

/* line 6860, app/assets/stylesheets/new_design/new_design.scss */
.text-break-word {
  word-break: break-word;
}

/* line 6864, app/assets/stylesheets/new_design/new_design.scss */
.img-48 {
  max-width: 48px;
  max-height: 48px;
}

/* line 6869, app/assets/stylesheets/new_design/new_design.scss */
.check-absolute {
  position: absolute;
  top: 9px;
  left: 20px;
}

/* line 6875, app/assets/stylesheets/new_design/new_design.scss */
.h-0 {
  height: 0 !important;
}

/* line 6881, app/assets/stylesheets/new_design/new_design.scss */
.btn.prev-month:focus, .prev-month.btn-submit:focus, .tabs button.prev-month:focus, .btn.prev-month:active, .prev-month.btn-submit:active, .tabs button.prev-month:active, .btn.next-month:focus, .next-month.btn-submit:focus, .tabs button.next-month:focus, .btn.next-month:active, .next-month.btn-submit:active, .tabs button.next-month:active {
  background-color: #fff;
}

/* line 6887, app/assets/stylesheets/new_design/new_design.scss */
.highcharts-reset-zoom {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
}

/* line 6897, app/assets/stylesheets/new_design/new_design.scss */
.loading-chart {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 6902, app/assets/stylesheets/new_design/new_design.scss */
.loading-chart img {
  height: 65px;
  opacity: 0.5;
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* line 6923, app/assets/stylesheets/new_design/new_design.scss */
.meta-overlay {
  position: fixed;
  padding: 0px 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000b8;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  text-align: center;
}

/* line 6939, app/assets/stylesheets/new_design/new_design.scss */
#newPricingTab {
  max-width: 752px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

/* line 6943, app/assets/stylesheets/new_design/new_design.scss */
#newPricingTab li {
  max-width: 376px;
  width: 100%;
  text-align: center;
}

/* line 6947, app/assets/stylesheets/new_design/new_design.scss */
#newPricingTab li a {
  background-color: #fff;
  border-radius: 0px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  font-weight: 500;
  color: #757575;
  padding: 11px 16px 10px;
}

/* line 6959, app/assets/stylesheets/new_design/new_design.scss */
#newPricingTab li a.active {
  box-shadow: inset 0px -3px 0px #FB5252 !important;
  color: #090909 !important;
}

/* line 6963, app/assets/stylesheets/new_design/new_design.scss */
#newPricingTab li a:hover {
  color: #090909;
}

/* line 6969, app/assets/stylesheets/new_design/new_design.scss */
.c-757575 {
  color: #757575;
}

/* line 6972, app/assets/stylesheets/new_design/new_design.scss */
.c-090909 {
  color: #090909;
}

/* line 6975, app/assets/stylesheets/new_design/new_design.scss */
.mw-380 {
  max-width: 380px;
}

/* line 6978, app/assets/stylesheets/new_design/new_design.scss */
.popular-card {
  background: #fb5252;
  border-radius: 10px 10px 0px 0px;
  padding: 5px 4px 3px 4px;
}

/* line 6984, app/assets/stylesheets/new_design/new_design.scss */
.mh-610 {
  max-height: 607px;
}

/* line 6987, app/assets/stylesheets/new_design/new_design.scss */
.customize-text {
  height: 198px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 6993, app/assets/stylesheets/new_design/new_design.scss */
.mw-376 {
  max-width: 376px;
}

/* line 6996, app/assets/stylesheets/new_design/new_design.scss */
.modal-open {
  padding-right: 0px !important;
}

/* line 7000, app/assets/stylesheets/new_design/new_design.scss */
.new_password_eye {
  position: absolute;
  right: 0px;
  top: 20px;
  cursor: pointer;
  padding: 20px 10px;
}

/* line 7007, app/assets/stylesheets/new_design/new_design.scss */
.listing-filter-card select {
  background: #fff url(http://localhost:3000/CaretDown.svg) right 1rem center/12px 10px no-repeat !important;
}
