.navbar-dark .navbar-nav .nav-link.nav-active {
  border-top: 3px solid #da5e27!important;
}

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

.breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
  content: "\f111" !important;
  padding: 0 12px 0 0px !important;
  font-family: "Font Awesome 5 Free";
  font-size: 7px;
  font-weight: bold;
  vertical-align: middle;
  color: #ffffff !important;
  float: none;
}

.orange-text {
  color: #da5e27 !important;
}

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

.dark-theme {
  background-color: #131313 !important;
  content: "";
  background: url(../img/homepage/pattern-dirt.svg);
  background-position: center center;
  background-repeat: repeat;
}

.light-theme {
  background-color: white !important;
}

.linkactive {
  color: #da5e27 !important;
}

.link-white {
  color: #fff !important;
}

.h-100vh {
  height: 100vh;
}

.h-50vh {
  height: 50vh;
}

.bg-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  backface-visibility: hidden;
}

.bg-container.overlay::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(31, 39, 73, 0.5);
}

.overlay-20::before {
  background-color: rgba(31, 39, 73, 0.2) !important;
}

.bg-overlay-dark-5 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-5:before {
  content: " ";
  background: #000000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-overlay-dark-7 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-7:before {
  content: " ";
  background: #000000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-overlay-dark-4 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-4:before {
  content: " ";
  background: #000000;
  opacity: 0.55;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#waveCanvas {
  height: 500px !important;
  width: 100% !important;
}

.list-group-number span {
  font-weight: 700;
  background: #da5e27;
  color: #fdfdfd;
  font-weight: 600;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  display: block;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  font-size: 12px;
}

.title {
  padding: 0 0 30px;
}

.text-gray {
  color: rgb(63, 63, 63);
}

.btn-outline-secondary {
  --fi-btn-color: #f5f4f8;
  --fi-btn-border-color: #f5f4f8;
  --fi-btn-hover-color: #000;
  --fi-btn-hover-bg: #f5f4f8;
  --fi-btn-hover-border-color: #f5f4f8;
  --fi-btn-focus-shadow-rgb: 245, 244, 248;
  --fi-btn-active-color: #000;
  --fi-btn-active-bg: #f5f4f8;
  --fi-btn-active-border-color: #f5f4f8;
  --fi-btn-active-shadow: unset;
  --fi-btn-disabled-color: #f5f4f8;
  --fi-btn-disabled-bg: transparent;
  --fi-btn-disabled-border-color: #f5f4f8;
  --fi-gradient: none;
}

.btn-outline-secondary {
  border-color: #d5d2dc;
  color: white !important;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.show,
.btn-outline-secondary.dropdown-toggle.show {
  color: #1f1b2d !important;
  background-color: #f5f4f8;
  border-color: #d5d2dc !important;
}

.btn-grad {
  color: #ffffff;
  background: linear-gradient(150deg, #c04d1c 0%, #da5e27 50%, #c04d1c 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 260% 100%;
  background-position: right bottom;
  border: 0;
  line-height: 1.92;
}
.btn-grad.active,
.btn-grad:active,
.btn-grad:focus,
.btn-grad:hover {
  color: #ffffff;
  background-position: left bottom;
}
.btn-grad.btn-sm,
.btn-group-sm > .btn-grad.btn {
  line-height: 1.8;
}

.ms-md-n2 {
  margin-left: -0.5rem !important;
}

.btn-vid {
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  outline: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-vid {
  display: inline-block;
  font-weight: 500;
  line-height: 1.6;
  color: #f0f0f0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 3px;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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,
    -webkit-box-shadow 0.15s ease-in-out;
}

.btn-vid i {
  margin-right: 10px;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-group-number .list-group-item-action {
  font-weight: 500;
}
.list-group-inline .list-group-item {
  border: none;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  padding: 0.425rem 0;
  margin-right: 30px;
  width: auto;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #ffffff;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #ffffff;
}

.text-grey {
  color: #343a40;
}

.accordion.job-accordion-line .job-accordion-item:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.accordion.job-accordion-line .job-accordion-item {
  margin-bottom: 15px;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-bottom: 0;
}

.job-accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.job-accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.job-accordion.accordion-line .job-accordion-header {
  position: relative;
}
.job-accordion-header {
  margin-bottom: 0;
}

.accordion.job-accordion-line
  .job-accordion-header
  .job-accordion-button.collapsed:before {
  content: "\f067";
  background: #f0f1f3;
  color: #343a40;
}

.accordion.job-accordion-line .job-accordion-header .job-accordion-button {
  background-color: transparent;
  font-weight: 700;
  color: #da5e27;
  border: none;
  padding-left: 50px;
  padding-right: 15px;
}

.job-accordion-item:first-of-type .job-accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion .job-accordion-button {
  text-align: left;
  margin-bottom: 0;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
.job-accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border-radius 0.15s ease,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

.accordion.job-accordion-line
  .job-accordion-header
  .job-accordion-button:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  line-height: 1.8;
  font-weight: bolder;
  font-size: 10px;
  left: 8px;
  padding: 5px;
  color: #343a40;
  background: #da5e27;
  color: #ffffff;
  padding: 10px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 7px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.job-accordion-collapse {
  border: none;
}

.bold {
  font-weight: 500;
}

.dropshadow-light {
  filter: drop-shadow(0 6mm 7mm #bbbcbc);
}

.side-img {
  width: 100%;
}

.col-side-by-side {
  width: 100%;
}

@media (min-width: 992px) {
  .side-copy {
    width: 33%;
  }
  .side-img {
    width: 63%;
  }
  .col-side-by-side {
    width: 50%;
  }
}

/*feature-box */
.feature-box {
  padding: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box .feature-box-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}
.feature-box .feature-box-icon {
  font-size: 50px;
  padding: 20px 0;
  line-height: 24px;
}
.feature-box .feature-box-desc {
  margin: 0;
}

/*feature box style 1*/
.feature-box.f-style-1 {
  padding: 20px;
}
.feature-box.f-style-1 .feature-box-icon {
  font-size: 60px;
}
.feature-box.f-style-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 5px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box.f-style-1:hover.f-style-1:before,
.feature-box.f-style-1.active.f-style-1:before {
  opacity: 1;
  visibility: visible;
}
.feature-box.f-style-1.f-style-1:hover,
.feature-box.f-style-1.f-style-1.active {
  -webkit-box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
  box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
}

/*feature-box style 2*/
.feature-box.f-style-2 {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
  box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
}
.feature-box.f-style-2 .feature-box-icon {
  font-size: 72px;
  margin-left: -30px;
  float: left;
  margin-right: 30px;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box.f-style-2 .feature-box-title {
  margin-top: 20px;
}
.feature-box.f-style-2 a {
  display: block;
}
.feature-box.f-style-2 .feature-box-desc {
  clear: both;
}
.feature-box.f-style-2:hover {
  -webkit-box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
  box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
}
.feature-box.f-style-2:hover .feature-box-icon {
  margin-left: 0px;
  margin-right: 10px;
}

/*feature-box style 3*/
.feature-box.f-style-3 {
  padding: 30px;
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-bottom-width: 5px;
}
.feature-box.f-style-3:hover {
  border-color: #4cbd89;
  -webkit-box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.1);
  box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.1);
}
.feature-box.f-style-3 .feature-box-icon {
  font-size: 50px;
  margin-left: 0px;
  float: left;
  margin-right: 30px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-box.f-style-3 .feature-box-title {
  margin-top: 10px;
  padding-left: 80px;
}
.feature-box.f-style-3 a {
  display: block;
}
.feature-box.f-style-3 .feature-box-desc {
  padding-left: 80px;
}

/*feature-box style 4*/
.feature-box.f-style-4 .feature-box-icon {
  font-size: 50px;
  margin-left: 0px;
  float: left;
  margin-right: 10px;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box.f-style-4 .feature-box-title {
  margin-top: 0px;
  padding-left: 70px;
}
.feature-box.f-style-4 a {
  display: block;
}
.feature-box.f-style-4 .feature-box-desc {
  padding-left: 70px;
}

/*feature-box style 5*/
.feature-box.f-style-5 {
  padding: 20px;
}
.feature-box.f-style-5:hover {
  -webkit-box-shadow: 0 10px 40px 0 rgba(119, 135, 147, 0.15);
  box-shadow: 0 10px 40px 0 rgba(119, 135, 147, 0.15);
}
.feature-box.f-style-5 .feature-box-icon {
  font-size: 30px;
  padding: 20px;
  margin-left: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .feature-box.f-style-2 .feature-box-icon {
    margin-left: 0;
  }

  .feature-box.f-style-2 .feature-box-title {
    clear: both;
  }
}

.notification-bar {
  transform: translate(0px, 50px);
  background-color: black;
  display: flex;
  align-items: center;
  position: relative;
  animation-name: example;
  animation-duration: 2.5s;
}

@keyframes example {
  50% {
    background-color: #da5e27;
    left: 0px;
    top: 0px;
  }
  100% {
    background-color: black;
    left: 0px;
    top: 0px;
  }
}

.text-color-change {
  animation-name: textcolorchange;
  animation-duration: 2.5s;
}

@keyframes textcolorchange {
  50% {
    color: white;
  }
  100% {
    color: #da5e27;
  }
}

.bg-danger {
  background-color: #da5e27 !important;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transform: translate(-5px, -3px);
}

.stock-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0px;
}

.stock-btn-group p {
  margin: 0px 10px;
}

.stock-btn-group a {
  background-color: #da5e27; /* Green background */
  border: 1px solid #c14e1c; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  margin: 2px 2px;
  display: block;
}

/* Clear floats (clearfix hack) */
.stock-btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.stock-btn-group a:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.stock-btn-group a:hover {
  background-color: #c14e1c;
}

.stock-btn-group-contact a {
  margin: 2px 2px;
}

.stock-btn-group-contact {
  margin-top: 25px;
}

.stock-title {
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .stock-btn-group {
  }
}

@media (max-width: 500px) {
  .stock-btn-group-contact {
    flex-direction: column;
  }
  .stock-btn-group-contact a button {
    width: 100%;
  }
}

.refnumber {
  transition: 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-133%, 260%);
  -ms-transform: translate(-133%, 260%);
  text-align: center;
  text-shadow: 0 0 3px black;
}

.reenie {
  font-family: "Reenie Beanie", cursive !important;
  font-size: 2em;
}

.white-drop {
  filter: drop-shadow(0 10mm 5mm #fff);
}

.floorplan-overlap {
  transform: translate(-34px, 100px);
  z-index: 1;
}

.floorplan-title {
  transform: translate(-34px, 100px);
}

.transform-floorplan-cont {
  transform: translate(0px, -100px);
}

@media (max-width: 900px) {
  .transform-floorplan-cont {
    flex-direction: column;
  }
  .d-wrap {
    flex-wrap: wrap;
  }
}

.floorplan-overlap {
  transform: translate(-34px, 100px);
  z-index: 1;
}

/*FIBER STOCK CUSTOM CSS*/
.card-nav-light .card-nav-link,
.card-light .card-nav-link {
  border-top-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.65);
}
.card-nav-light .card-nav-link::before,
.card-light .card-nav-link::before {
  background-color: #fff;
}
.card-nav-light .card-nav-link:hover,
.card-light .card-nav-link:hover {
  color: #fff;
}
.card-nav-light .card-nav-link.active,
.card-light .card-nav-link.active {
  color: #fff;
}
.card-light .card-title {
  color: #fff;
}
.card-light .card-header,
.card-light .card-footer {
  border-color: rgba(255, 255, 255, 0.15);
}
.card-light.bg-transparent.card-hover:hover,
.card-light.bg-transparent.card-active {
  background-color: rgba(255, 255, 255, 0.04) !important;
}
.card-light.card-hover:hover,
.card-light.card-active {
  border-color: rgba(255, 255, 255, 0.15);
}
.card-light.card-hover:hover.border-light,
.card-light.card-active.border-light {
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.card-hover {
  transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    box-shadow 0.2s ease-in-out !important;
}
.card-hover:hover,
.card-hover.show {
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08),
    0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
.card-hover.shadow-sm:hover,
.card-hover.shadow-sm.show {
  box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12),
    0 0.25rem 1rem rgba(31, 27, 45, 0.12) !important;
}
.card-hover[class^="bg-"]:hover,
.card-hover[class*=" bg-"]:hover,
.card-hover[class*=" bg-"].active,
.card-hover[class*=" bg-"].show {
  background-color: #fff !important;
}
.tns-carousel-wrapper {
  position: relative;
}
.tns-carousel-wrapper .tns-carousel-inner {
  position: relative;
  display: flex;
  overflow: hidden;
  touch-action: manipulation;
  opacity: 0;
}
.tns-carousel-wrapper .tns-carousel-inner:active {
  cursor: -webkit-grab;
  cursor: grab;
}
.tns-carousel-wrapper .tns-carousel-inner.tns-slider {
  display: block;
  opacity: 1;
}
.tns-carousel-wrapper .tns-carousel-inner > * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tns-carousel-wrapper .tns-carousel-inner.tns-horizontal:not(.tns-gallery) {
  display: flex;
}
.tns-carousel-wrapper .tns-carousel-inner.position-absolute {
  z-index: 0;
}

.card-img-top .tns-horizontal {
  align-items: flex-start;
}

@supports (-ms-ime-align: auto) {
  .tns-carousel-wrapper .tns-carousel-inner.tns-horizontal:not(.tns-gallery) {
    display: block;
  }
}
.tns-carousel-wrapper .tns-controls:focus {
  outline: none;
}
.tns-carousel-wrapper [data-controls] {
  position: absolute;
  top: 50%;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -1.125rem;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background-color: #fff;
  color: #454056;
  font-size: 0.75rem;
  line-height: 2.25rem -0.25rem;
  text-align: center;
  border: 0;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08),
    0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
  z-index: 10;
}
.tns-carousel-wrapper [data-controls]:hover {
  color: #da5e27;
  box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12),
    0 0.25rem 1rem rgba(31, 27, 45, 0.12);
}
.tns-carousel-wrapper [data-controls][disabled] {
  opacity: 0 !important;
  visibility: hidden;
}
.tns-carousel-wrapper.tns-carousel-light [data-controls] {
  background-color: rgba(255, 255, 255, 0.04);
  color: #fff;
  box-shadow: none;
}
.tns-carousel-wrapper.tns-carousel-light [data-controls]:hover {
  background-color: #fff;
  color: #da5e27;
}
.tns-carousel-wrapper [data-controls="prev"] {
  left: 1rem;
}
.tns-carousel-wrapper [data-controls="prev"] > i:not(.fi-chevron-up) {
  margin-right: 0.0625rem;
}
.tns-carousel-wrapper [data-controls="prev"] > i.fi-chevron-up {
  margin-bottom: 0.125rem;
}
.tns-carousel-wrapper [data-controls="next"] {
  right: 1rem;
}
.tns-carousel-wrapper [data-controls="next"] > i:not(.fi-chevron-down) {
  margin-left: 0.0625rem;
}
.tns-carousel-wrapper:not(.tns-controls-static):not(
    [class^="tns-controls-outside"]
  ):not([class*=" tns-controls-outside"])
  [data-controls] {
  opacity: 0;
}
.tns-carousel-wrapper:not(.tns-controls-static):not(
    [class^="tns-controls-outside"]
  ):not([class*=" tns-controls-outside"])
  [data-controls="prev"] {
  transform: translateX(1rem);
}
.tns-carousel-wrapper:not(.tns-controls-static):not(
    [class^="tns-controls-outside"]
  ):not([class*=" tns-controls-outside"])
  [data-controls="next"] {
  transform: translateX(-1rem);
}
.tns-carousel-wrapper:not(.tns-controls-static):not(
    [class^="tns-controls-outside"]
  ):not([class*=" tns-controls-outside"]):hover
  [data-controls] {
  transform: none;
  opacity: 1;
}
.tns-carousel-wrapper.tns-nav-outside [data-controls] {
  margin-top: -2.9rem;
}
.tns-carousel-controls {
  display: flex;
}
.tns-carousel-controls button {
  display: none;
}
.tns-carousel-controls:focus {
  outline: none;
}
.tns-carousel-controls [data-controls] {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background-color: #fff;
  color: #454056;
  font-size: 0.75rem;
  line-height: 2.25rem -0.25rem;
  text-align: center;
  z-index: 10;
  border: 0;
  box-shadow: 0 0.125rem 0.125rem -0.125rem rgba(31, 27, 45, 0.08),
    0 0.25rem 0.75rem rgba(31, 27, 45, 0.08);
}
.tns-carousel-controls [data-controls]:hover {
  color: #da5e27;
  box-shadow: 0 0.125rem 0.5rem -0.25rem rgba(31, 27, 45, 0.12),
    0 0.25rem 1rem rgba(31, 27, 45, 0.12);
}
.tns-carousel-controls [data-controls][disabled] {
  opacity: 0 !important;
  visibility: hidden;
}
.tns-carousel-controls [data-controls="prev"] > i:not(.fi-chevron-up) {
  margin-right: 0.0625rem;
}
.tns-carousel-controls [data-controls="prev"] > i.fi-chevron-up {
  margin-bottom: 0.125rem;
}
.tns-carousel-controls [data-controls="next"] > i:not(.fi-chevron-down) {
  margin-left: 0.0625rem;
}
.tns-carousel-controls.tns-carousel-light [data-controls] {
  background-color: rgba(255, 255, 255, 0.04);
  color: #fff;
  box-shadow: none;
}
.tns-carousel-controls.tns-carousel-light [data-controls]:hover {
  background-color: #fff;
  color: #da5e27;
}

.tns-carousel-wrapper:not(.tns-nav-outside) .tns-nav {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1rem;
  text-align: center;
}
.tns-carousel-wrapper [data-nav] {
  display: inline-block;
  width: 1rem;
  height: 0.375rem;
  margin: 0 0.3rem;
  padding: 0;
  transition: width 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border: 0;
  border-radius: 50rem;
  background-color: rgba(255, 255, 255, 0.4);
}
.tns-carousel-wrapper [data-nav]:focus {
  outline: none;
}
.tns-carousel-wrapper [data-nav].tns-nav-active {
  width: 2rem;
  background-color: #fff;
}
.tns-carousel-wrapper.tns-nav-outside .tns-nav {
  padding-top: 1.25rem;
  padding-bottom: 1rem;
  text-align: center;
}
.tns-carousel-wrapper.tns-nav-outside:not(.tns-carousel-light) [data-nav] {
  background-color: rgba(102, 98, 118, 0.4);
}
.tns-carousel-wrapper.tns-nav-outside:not(.tns-carousel-light)
  [data-nav].tns-nav-active {
  background-color: #666276;
}
.tns-carousel-wrapper.tns-nav-outside-flush .tns-nav {
  padding: 0;
}

.tns-controls-outside-sm .tns-controls {
  display: none;
}
@media (min-width: 500px) {
  .tns-controls-outside-sm .tns-controls {
    display: block;
  }
  .tns-controls-outside-sm [data-controls="prev"] {
    left: -3rem;
  }
  .tns-controls-outside-sm [data-controls="next"] {
    right: -3rem;
  }
}
.tns-controls-outside-md .tns-controls {
  display: none;
}
@media (min-width: 768px) {
  .tns-controls-outside-md .tns-controls {
    display: block;
  }
  .tns-controls-outside-md [data-controls="prev"] {
    left: -3rem;
  }
  .tns-controls-outside-md [data-controls="next"] {
    right: -3rem;
  }
}
.tns-controls-outside-lg .tns-controls {
  display: none;
}
@media (min-width: 992px) {
  .tns-controls-outside-lg .tns-controls {
    display: block;
  }
  .tns-controls-outside-lg [data-controls="prev"] {
    left: -3rem;
  }
  .tns-controls-outside-lg [data-controls="next"] {
    right: -3rem;
  }
}
.tns-controls-outside-xl .tns-controls {
  display: none;
}
@media (min-width: 1200px) {
  .tns-controls-outside-xl .tns-controls {
    display: block;
  }
  .tns-controls-outside-xl [data-controls="prev"] {
    left: -3rem;
  }
  .tns-controls-outside-xl [data-controls="next"] {
    right: -3rem;
  }
}
.tns-controls-outside-xxl .tns-controls {
  display: none;
}
@media (min-width: 1400px) {
  .tns-controls-outside-xxl .tns-controls {
    display: block;
  }
  .tns-controls-outside-xxl [data-controls="prev"] {
    left: -3rem;
  }
  .tns-controls-outside-xxl [data-controls="next"] {
    right: -3rem;
  }
}
.tns-controls-outside .tns-controls {
  display: none;
}
.tns-controls-outside .tns-controls {
  display: block;
}
.tns-controls-outside [data-controls="prev"] {
  left: -3rem;
}
.tns-controls-outside [data-controls="next"] {
  right: -3rem;
}

.tns-slides-count {
  position: absolute;
  display: flex;
  align-items: center;
  right: 1.5rem;
  bottom: 1.25rem;
  z-index: 10;
}

.tns-thumbnails {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.4375rem;
  margin-left: -0.4375rem;
  padding: 0.4375rem 0;
  list-style: none;
}
.tns-thumbnails:focus {
  outline: none;
}

.tns-thumbnail {
  display: block;
  width: 20%;
  margin: 0;
  padding: 0.4375rem;
  cursor: pointer;
}
.tns-thumbnail:focus {
  outline: none;
}
.tns-thumbnail > img {
  display: block;
  width: 100%;
  transition: opacity 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  opacity: 0.6;
}
.tns-thumbnail:hover > img {
  opacity: 1;
}
.tns-thumbnail.tns-nav-active {
  pointer-events: none;
  cursor: default;
}
.tns-thumbnail.tns-nav-active > img {
  border-color: #da5e27;
  opacity: 1;
}

@media (max-width: 499.98px) {
  .tns-thumbnails {
    margin-right: -0.291375rem;
    margin-left: -0.291375rem;
    padding: 0.291375rem 0;
  }
  .tns-thumbnail {
    width: 33.33%;
    padding: 0.291375rem;
  }
}
.card > .card-img-hover .tns-nav {
  display: none;
}
.card > .card-img-hover [data-controls] {
  transform: none !important;
  background: none;
  color: #fff;
  font-size: 1.03125rem;
  box-shadow: none;
}
.card > .card-img-hover [data-controls="prev"] {
  left: 0.25rem;
}
.card > .card-img-hover [data-controls="next"] {
  right: 0.25rem;
}
.card:hover > .card-img-hover [data-controls] {
  opacity: 1 !important;
}

.tns-center .tns-inner {
  margin-right: -1rem !important;
}
@media (min-width: 768px) {
  .tns-center .tns-inner {
    margin: 0 15% 0 16.5% !important;
  }
  .tns-center .tns-item {
    transition: opacity 0.15s ease-in-out;
    opacity: 0.6;
  }
  .tns-center .tns-item.tns-slide-active.active:not(.tns-slide-cloned) {
    opacity: 1;
  }
}

.tns-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tns-item .from-top,
.tns-item .from-bottom,
.tns-item .from-start,
.tns-item .from-end,
.tns-item .scale-up,
.tns-item .scale-down {
  transition: all 0.45s 0.3s ease-in-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tns-item .from-top {
  transform: translateY(-45px);
}
.tns-item .from-bottom {
  transform: translateY(45px);
}
.tns-item .from-start {
  transform: translateX(-45px);
}
.tns-item .from-end {
  transform: translateX(45px);
}
.tns-item .scale-up {
  transform: scale(0.8);
}
.tns-item .scale-down {
  transform: scale(1.2);
}
.tns-item .delay-1 {
  transition-delay: 0.5s;
}
.tns-item .delay-2 {
  transition-delay: 0.7s;
}
.tns-item .delay-3 {
  transition-delay: 0.9s;
}
.tns-item .delay-4 {
  transition-delay: 1.1s;
}
.tns-item.tns-slide-active .from-top,
.tns-item.tns-slide-active .from-bottom {
  transform: translateY(0);
  opacity: 1;
}
.tns-item.tns-slide-active .from-start,
.tns-item.tns-slide-active .from-end {
  transform: translateX(0);
  opacity: 1;
}
.tns-item.tns-slide-active .scale-up,
.tns-item.tns-slide-active .scale-down {
  transform: scale(1);
  opacity: 1;
}
.card-img-hover {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.card-img-hover .img-overlay {
  opacity: 0 !important;
}
.card-img-hover .content-overlay {
  position: absolute;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}
.card-img-hover .position-absolute {
  z-index: 5;
}

.card:hover > .card-img-hover .img-overlay {
  opacity: 0.33 !important;
}
.card:hover > .card-img-hover .img-overlay.opacity-25 {
  opacity: 0.25 !important;
}
.card:hover > .card-img-hover .img-overlay.opacity-50 {
  opacity: 0.5 !important;
}
.card:hover > .card-img-hover .img-overlay.opacity-60 {
  opacity: 0.6 !important;
}
.card:hover > .card-img-hover .img-overlay.opacity-65 {
  opacity: 0.65 !important;
}
.card:hover > .card-img-hover .img-overlay.opacity-70 {
  opacity: 0.7 !important;
}
.card:hover > .card-img-hover .content-overlay {
  opacity: 1;
}
.card > .card-img-hover .tns-nav {
  display: none;
}
.card > .card-img-hover [data-controls] {
  transform: none !important;
  background: none;
  color: #fff;
  font-size: 1.03125rem;
  box-shadow: none;
}
.card > .card-img-hover [data-controls="prev"] {
  left: 0.25rem;
}
.card > .card-img-hover [data-controls="next"] {
  right: 0.25rem;
}
.card:hover > .card-img-hover [data-controls] {
  opacity: 1 !important;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--fi-card-img-overlay-padding);
  border-radius: var(--fi-card-inner-border-radius);
}
.card-img-hover .img-overlay {
  opacity: 0 !important;
}
.card:hover > .card-img-hover .img-overlay {
  opacity: 0.33 !important;
}
.card:hover > .card-img-hover .img-overlay.opacity-25 {
  opacity: 0.25 !important;
}
.card:hover > .card-img-hover .img-overlay.opacity-50 {
  opacity: 0.5 !important;
}
.card:hover > .card-img-hover .img-overlay.opacity-60 {
  opacity: 0.6 !important;
}
.card:hover > .card-img-hover .img-overlay.opacity-65 {
  opacity: 0.65 !important;
}
.card:hover > .card-img-hover .img-overlay.opacity-70 {
  opacity: 0.7 !important;
}
.card:hover > .card-img-hover .content-overlay {
  opacity: 1;
}
.img-overlay,
.img-gradient-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease-in-out;
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
}

.badge {
  --fi-badge-padding-x: 0.75em;
  --fi-badge-padding-y: 0.4375em;
  --fi-badge-font-size: 0.8125em;
  --fi-badge-font-weight: normal;
  --fi-badge-color: #fff;
  --fi-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--fi-badge-padding-y) var(--fi-badge-padding-x);
  font-size: var(--fi-badge-font-size);
  font-weight: var(--fi-badge-font-weight);
  line-height: 1;
  color: var(--fi-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--fi-badge-border-radius);
}
.nav-light .nav-link,
.nav-link-light {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.nav-light .nav-link:hover,
.nav-light .nav-link:focus,
.nav-link-light:hover,
.nav-link-light:focus {
  color: #fff;
}
.nav-light .nav-link.active,
.nav-link-light.active {
  color: #fff;
}
.nav-light .nav-link.disabled,
.nav-link-light.disabled {
  color: rgba(255, 255, 255, 0.4);
}
.nav-light .nav-link > i,
.nav-link-light > i {
  transition: opacity 0.25s ease-in-out;
}
.nav-light .nav-link:hover > i,
.nav-light .nav-link.active > i,
.nav-link-light:hover > i,
.nav-link-light.active > i {
  opacity: 1 !important;
}

.card {
  --fi-card-spacer-y: 1.25rem;
  --fi-card-spacer-x: 1.25rem;
  --fi-card-title-spacer-y: 0.5rem;
  --fi-card-border-width: 1px;
  --fi-card-border-color: #efecf3;
  --fi-card-border-radius: 0.75rem;
  --fi-card-box-shadow: ;
  --fi-card-inner-border-radius: calc(0.75rem - 1px);
  --fi-card-cap-padding-y: 1rem;
  --fi-card-cap-padding-x: 1.25rem;
  --fi-card-cap-bg: transparent;
  --fi-card-cap-color: ;
  --fi-card-height: ;
  --fi-card-color: ;
  --fi-card-bg: #fff;
  --fi-card-img-overlay-padding: 1rem;
  --fi-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--fi-card-height);
  word-wrap: break-word;
  background-color: var(--fi-card-bg);
  background-clip: border-box;
  border: var(--fi-card-border-width) solid var(--fi-card-border-color);
  border-radius: var(--fi-card-border-radius);
  box-shadow: var(--fi-card-box-shadow);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--fi-card-inner-border-radius);
  border-top-right-radius: var(--fi-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--fi-card-inner-border-radius);
  border-bottom-left-radius: var(--fi-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--fi-card-spacer-y) var(--fi-card-spacer-x);
  color: var(--fi-card-color);
}

.card-title {
  margin-bottom: var(--fi-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--fi-card-title-spacer-y));
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: var(--fi-card-spacer-x);
}

.card-header {
  padding: var(--fi-card-cap-padding-y) var(--fi-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--fi-card-cap-color);
  background-color: var(--fi-card-cap-bg);
  border-bottom: var(--fi-card-border-width) solid var(--fi-card-border-color);
}
.card-header:first-child {
  border-radius: var(--fi-card-inner-border-radius)
    var(--fi-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--fi-card-cap-padding-y) var(--fi-card-cap-padding-x);
  color: var(--fi-card-cap-color);
  background-color: var(--fi-card-cap-bg);
  border-top: var(--fi-card-border-width) solid var(--fi-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--fi-card-inner-border-radius)
    var(--fi-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--fi-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--fi-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--fi-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--fi-card-bg);
  border-bottom-color: var(--fi-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--fi-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--fi-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--fi-card-img-overlay-padding);
  border-radius: var(--fi-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--fi-card-inner-border-radius);
  border-top-right-radius: var(--fi-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--fi-card-inner-border-radius);
  border-bottom-left-radius: var(--fi-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--fi-card-group-margin);
}
@media (min-width: 500px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-light {
  border-color: #da5e27;
  background-color: rgba(255, 255, 255, 0.04);
  color: #fff;
}
.btn {
  --fi-btn-padding-x: 1.5rem;
  --fi-btn-padding-y: 0.575rem;
  --fi-btn-font-family: ;
  --fi-btn-font-size: 1rem;
  --fi-btn-line-height: 1.5;
  --fi-btn-bg: transparent;
  --fi-btn-border-width: 1px;
  --fi-btn-border-color: transparent;
  --fi-btn-border-radius: 0.5rem;
  --fi-btn-hover-border-color: transparent;
  --fi-btn-box-shadow: unset;
  --fi-btn-disabled-opacity: 0.65;
  --fi-btn-focus-box-shadow: 0 0 0 0 rgba(var(--fi-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--fi-btn-padding-y) var(--fi-btn-padding-x);
  font-family: var(--fi-btn-font-family);
  font-size: var(--fi-btn-font-size);
  font-weight: var(--fi-btn-font-weight);
  line-height: var(--fi-btn-line-height);
  color: var(--fi-btn-color);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--fi-btn-border-width) solid var(--fi-btn-border-color);
  border-radius: var(--fi-btn-border-radius);
  background-color: var(--fi-btn-bg);
  box-shadow: var(--fi-btn-box-shadow);
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--fi-btn-hover-color);
  background-color: var(--fi-btn-hover-bg);
  border-color: var(--fi-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--fi-btn-color);
  background-color: var(--fi-btn-bg);
  border-color: var(--fi-btn-border-color);
}
.btn:focus-visible {
  color: var(--fi-btn-hover-color);
  background-color: var(--fi-btn-hover-bg);
  border-color: var(--fi-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--fi-btn-box-shadow), var(--fi-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--fi-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--fi-btn-box-shadow), var(--fi-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--fi-btn-active-color);
  background-color: var(--fi-btn-active-bg);
  border-color: var(--fi-btn-active-border-color);
  box-shadow: var(--fi-btn-active-shadow);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--fi-btn-active-shadow), var(--fi-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--fi-btn-disabled-color);
  pointer-events: none;
  background-color: var(--fi-btn-disabled-bg);
  border-color: var(--fi-btn-disabled-border-color);
  opacity: var(--fi-btn-disabled-opacity);
  box-shadow: none;
}

.btn-primary {
  --fi-btn-color: #000;
  --fi-btn-bg: #da5e27;
  --fi-btn-border-color: #da5e27;
  --fi-btn-hover-color: #000;
  --fi-btn-hover-bg: #da5e27;
  --fi-btn-hover-border-color: #da5e27;
  --fi-btn-focus-shadow-rgb: 215, 73, 42;
  --fi-btn-active-color: #000;
  --fi-btn-active-bg: #fd785a;
  --fi-btn-active-border-color: #da5e27;
  --fi-btn-active-shadow: unset;
  --fi-btn-disabled-color: #000;
  --fi-btn-disabled-bg: #da5e27;
  --fi-btn-disabled-border-color: #da5e27;
}
.btn-primary {
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.show {
  background-color: #fd390e;
  border-color: #fd390e;
  color: #fff !important;
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
}

.fs-xs {
  font-size: 0.75rem !important;
}
.fs-sm {
  font-size: 0.875rem !important;
}

@media (max-width: 910px) {
  .hide-mobile {
    display: none;
  }
}

.breadcrumb {
  --fi-breadcrumb-padding-x: 0;
  --fi-breadcrumb-padding-y: 0;
  --fi-breadcrumb-margin-bottom: 1rem;
  --fi-breadcrumb-font-size: 0.875rem;
  --fi-breadcrumb-bg: transparent;
  --fi-breadcrumb-border-radius: ;
  --fi-breadcrumb-divider-color: #9691a4;
  --fi-breadcrumb-item-padding-x: 0.625rem;
  --fi-breadcrumb-item-active-color: #da5e27;
  display: flex;
  flex-wrap: wrap;
  padding: var(--fi-breadcrumb-padding-y) var(--fi-breadcrumb-padding-x);
  margin-bottom: var(--fi-breadcrumb-margin-bottom);
  font-size: var(--fi-breadcrumb-font-size);
  list-style: none;
  background-color: var(--fi-breadcrumb-bg);
  border-radius: var(--fi-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--fi-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--fi-breadcrumb-item-padding-x);
  color: var(--fi-breadcrumb-divider-color);
  content: var(--fi-breadcrumb-divider, "\e952")
    /* rtl: var(--fi-breadcrumb-divider, "\e951") */;
}
.breadcrumb-item.active {
  color: var(--fi-breadcrumb-item-active-color);
}

.breadcrumb-item + .breadcrumb-item::before {
  margin-top: 0.25rem;
  font-family: "finder-icons";
  font-size: 0.7em;
}

.breadcrumb-item > a {
  color: #9691a4;
  text-decoration: none;
}
.breadcrumb-item > a:hover {
  color: #454056;
}

.breadcrumb-light .breadcrumb-item > a {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-light .breadcrumb-item > a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.breadcrumb-light .breadcrumb-item.active {
  color: #fff;
}
.breadcrumb-light .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

@font-face {
  font-family: "finder-icons";
  src: url("../fiber-trailers/stock/fonts/finder-icons.ttf?7648j3")
      format("truetype"),
    url("../fonts/finder-icons.woff?7648j3") format("woff"),
    url("../fonts/finder-icons.svg?7648j3#finder-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="fi-"],
[class*=" fi-"] {
  display: inline-block;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "finder-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  line-height: 1;
}

.fi-airbnb:before {
  content: "\e900";
}

.fi-behance:before {
  content: "\e901";
}

.fi-dribbble:before {
  content: "\e902";
}

.fi-dropbox:before {
  content: "\e903";
}

.fi-facebook-square:before {
  content: "\e904";
}

.fi-facebook:before {
  content: "\e905";
}

.fi-foursquare:before {
  content: "\e906";
}

.fi-github:before {
  content: "\e907";
}

.fi-google-drive:before {
  content: "\e908";
}

.fi-google-play:before {
  content: "\e909";
}

.fi-google:before {
  content: "\e90a";
}

.fi-hangouts:before {
  content: "\e90b";
}

.fi-instagram:before {
  content: "\e90c";
}

.fi-linkedin:before {
  content: "\e90d";
}

.fi-medium:before {
  content: "\e90e";
}

.fi-messenger:before {
  content: "\e90f";
}

.fi-odnoklassniki:before {
  content: "\e910";
}

.fi-paypal:before {
  content: "\e911";
}

.fi-pinterest:before {
  content: "\e912";
}

.fi-rss:before {
  content: "\e913";
}

.fi-skype:before {
  content: "\e914";
}

.fi-slack:before {
  content: "\e915";
}

.fi-snapchat:before {
  content: "\e916";
}

.fi-soundcloud:before {
  content: "\e917";
}

.fi-telegram-circle:before {
  content: "\e918";
}

.fi-telegram:before {
  content: "\e919";
}

.fi-tumblr:before {
  content: "\e91a";
}

.fi-twitch:before {
  content: "\e91b";
}

.fi-twitter:before {
  content: "\e91c";
}

.fi-viber:before {
  content: "\e91d";
}

.fi-vimeo:before {
  content: "\e91e";
}

.fi-vk:before {
  content: "\e91f";
}

.fi-wechat:before {
  content: "\e920";
}

.fi-whatsapp:before {
  content: "\e921";
}

.fi-youtube:before {
  content: "\e922";
}

.fi-alarm:before {
  content: "\e923";
}

.fi-alert-circle:before {
  content: "\e924";
}

.fi-alert-octagon:before {
  content: "\e925";
}

.fi-alert-triange:before {
  content: "\e926";
}

.fi-align-justify:before {
  content: "\e927";
}

.fi-align-left:before {
  content: "\e928";
}

.fi-align-right:before {
  content: "\e929";
}

.fi-anchor:before {
  content: "\e92a";
}

.fi-archive:before {
  content: "\e92b";
}

.fi-arrow-back-up:before {
  content: "\e92c";
}

.fi-arrow-back:before {
  content: "\e92d";
}

.fi-arrow-down:before {
  content: "\e92e";
}

.fi-arrow-forward-up:before {
  content: "\e92f";
}

.fi-arrow-forward:before {
  content: "\e930";
}

.fi-arrow-left:before {
  content: "\e931";
}

.fi-arrow-long-down:before {
  content: "\e932";
}

.fi-arrow-long-left:before {
  content: "\e933";
}

.fi-arrow-long-right:before {
  content: "\e934";
}

.fi-arrow-long-up:before {
  content: "\e935";
}

.fi-arrow-right:before {
  content: "\e936";
}

.fi-arrow-up:before {
  content: "\e937";
}

.fi-arrows-sort:before {
  content: "\e938";
}

.fi-award:before {
  content: "\e939";
}

.fi-bell-off:before {
  content: "\e93a";
}

.fi-bell-on:before {
  content: "\e93b";
}

.fi-bell:before {
  content: "\e93c";
}

.fi-bookmark-filled:before {
  content: "\e93d";
}

.fi-bookmark:before {
  content: "\e93e";
}

.fi-briefcase:before {
  content: "\e93f";
}

.fi-building:before {
  content: "\e940";
}

.fi-calendar-alt:before {
  content: "\e942";
}

.fi-calendar:before {
  content: "\e943";
}

.fi-camera-plus:before {
  content: "\e944";
}

.fi-car:before {
  content: "\e945";
}

.fi-cart:before {
  content: "\e946";
}

.fi-cash:before {
  content: "\e947";
}

.fi-chat-circle:before {
  content: "\e948";
}

.fi-chat-left:before {
  content: "\e949";
}

.fi-chat-right:before {
  content: "\e94a";
}

.fi-check-circle:before {
  content: "\e94b";
}

.fi-check:before {
  content: "\e94c";
}

.fi-checkbox-checked-alt:before {
  content: "\e94d";
}

.fi-checkbox-checked:before {
  content: "\e94e";
}

.fi-checkbox:before {
  content: "\e94f";
}

.fi-chevron-down:before {
  content: "\e950";
}

.fi-chevron-left:before {
  content: "\e951";
}

.fi-chevron-right:before {
  content: "\e952";
}

.fi-chevron-up:before {
  content: "\e953";
}

.fi-chevrons-left:before {
  content: "\e954";
}

.fi-chevrons-right:before {
  content: "\e955";
}

.fi-clock:before {
  content: "\e956";
}

.fi-cloud-download:before {
  content: "\e957";
}

.fi-cloud-upload:before {
  content: "\e958";
}

.fi-corner-down-left:before {
  content: "\e959";
}

.fi-corner-down-right:before {
  content: "\e95a";
}

.fi-corner-left-down:before {
  content: "\e95b";
}

.fi-corner-left-up:before {
  content: "\e95c";
}

.fi-corner-right-down:before {
  content: "\e95d";
}

.fi-corner-right-up:before {
  content: "\e95e";
}

.fi-corner-up-left:before {
  content: "\e95f";
}

.fi-corner-up-right:before {
  content: "\e960";
}

.fi-credit-card-off:before {
  content: "\e961";
}

.fi-credit-card:before {
  content: "\e962";
}

.fi-cup:before {
  content: "\e963";
}

.fi-dashboard:before {
  content: "\e964";
}

.fi-device-desktop:before {
  content: "\e965";
}

.fi-device-laptop:before {
  content: "\e966";
}

.fi-device-mobile:before {
  content: "\e967";
}

.fi-device-tablet:before {
  content: "\e968";
}

.fi-dislike:before {
  content: "\e969";
}

.fi-dots-horisontal:before {
  content: "\e96a";
}

.fi-dots-vertical:before {
  content: "\e96b";
}

.fi-download-file:before {
  content: "\e96c";
}

.fi-download:before {
  content: "\e96d";
}

.fi-edit:before {
  content: "\e96e";
}

.fi-expand:before {
  content: "\e96f";
}

.fi-external-link:before {
  content: "\e970";
}

.fi-eye-off:before {
  content: "\e971";
}

.fi-eye-on:before {
  content: "\e972";
}

.fi-file-clean:before {
  content: "\e973";
}

.fi-file:before {
  content: "\e974";
}

.fi-filter-alt-horizontal:before {
  content: "\e975";
}

.fi-filter-alt-vertical:before {
  content: "\e976";
}

.fi-filter-off:before {
  content: "\e977";
}

.fi-filter:before {
  content: "\e978";
}

.fi-flag:before {
  content: "\e979";
}

.fi-flame:before {
  content: "\e97a";
}

.fi-folder-minus:before {
  content: "\e97b";
}

.fi-folder-off:before {
  content: "\e97c";
}

.fi-folder-plus:before {
  content: "\e97d";
}

.fi-folder-x:before {
  content: "\e97e";
}

.fi-folder:before {
  content: "\e97f";
}

.fi-folders:before {
  content: "\e980";
}

.fi-footer:before {
  content: "\e981";
}

.fi-friends:before {
  content: "\e982";
}

.fi-geo:before {
  content: "\e983";
}

.fi-gift:before {
  content: "\e984";
}

.fi-glass:before {
  content: "\e985";
}

.fi-globe:before {
  content: "\e986";
}

.fi-grid:before {
  content: "\e987";
}

.fi-header:before {
  content: "\e988";
}

.fi-heart-filled:before {
  content: "\e989";
}

.fi-heart:before {
  content: "\e98a";
}

.fi-help:before {
  content: "\e98b";
}

.fi-home:before {
  content: "\e98c";
}

.fi-image:before {
  content: "\e98d";
}

.fi-info-circle:before {
  content: "\e98e";
}

.fi-info-square:before {
  content: "\e98f";
}

.fi-layers:before {
  content: "\e990";
}

.fi-like:before {
  content: "\e991";
}

.fi-link:before {
  content: "\e992";
}

.fi-list:before {
  content: "\e993";
}

.fi-lock:before {
  content: "\e994";
}

.fi-login:before {
  content: "\e995";
}

.fi-logout:before {
  content: "\e996";
}

.fi-mail:before {
  content: "\e997";
}

.fi-man:before {
  content: "\e998";
}

.fi-map-pin:before {
  content: "\e999";
}

.fi-map-pins:before {
  content: "\e99a";
}

.fi-map:before {
  content: "\e99b";
}

.fi-microphone:before {
  content: "\e99c";
}

.fi-minus-circle:before {
  content: "\e99d";
}

.fi-minus-square:before {
  content: "\e99e";
}

.fi-minus:before {
  content: "\e99f";
}

.fi-music:before {
  content: "\e9a0";
}

.fi-paperclip:before {
  content: "\e9a1";
}

.fi-pencil:before {
  content: "\e9a2";
}

.fi-phone:before {
  content: "\e9a3";
}

.fi-pinned:before {
  content: "\e9a4";
}

.fi-plane:before {
  content: "\e9a5";
}

.fi-play-circle:before {
  content: "\e9a6";
}

.fi-play-filled:before {
  content: "\e9a7";
}

.fi-play:before {
  content: "\e9a8";
}

.fi-plus-circle:before {
  content: "\e9a9";
}

.fi-plus-square:before {
  content: "\e9aa";
}

.fi-plus:before {
  content: "\e9ab";
}

.fi-power:before {
  content: "\e9ac";
}

.fi-refresh:before {
  content: "\e9ad";
}

.fi-reply:before {
  content: "\e9ae";
}

.fi-rotate-left:before {
  content: "\e9af";
}

.fi-rotate-right:before {
  content: "\e9b0";
}

.fi-route:before {
  content: "\e9b1";
}

.fi-search:before {
  content: "\e9b2";
}

.fi-send:before {
  content: "\e9b3";
}

.fi-settings:before {
  content: "\e9b4";
}

.fi-share:before {
  content: "\e9b5";
}

.fi-sidebar-left:before {
  content: "\e9b6";
}

.fi-sidebar-right:before {
  content: "\e9b7";
}

.fi-star-filled:before {
  content: "\e9b8";
}

.fi-star-half:before {
  content: "\e9b9";
}

.fi-star:before {
  content: "\e9ba";
}

.fi-switch-horizontal:before {
  content: "\e9bb";
}

.fi-switch-vertical:before {
  content: "\e9bc";
}

.fi-ticket:before {
  content: "\e9bd";
}

.fi-trash:before {
  content: "\e9be";
}

.fi-truck:before {
  content: "\e9bf";
}

.fi-unlock:before {
  content: "\e9c0";
}

.fi-upload-file:before {
  content: "\e9c1";
}

.fi-upload:before {
  content: "\e9c2";
}

.fi-user-check:before {
  content: "\e9c3";
}

.fi-user-minus:before {
  content: "\e9c4";
}

.fi-user-plus:before {
  content: "\e9c5";
}

.fi-user-x:before {
  content: "\e9c6";
}

.fi-user:before {
  content: "\e9c7";
}

.fi-users:before {
  content: "\e9c8";
}

.fi-video-off:before {
  content: "\e9c9";
}

.fi-video:before {
  content: "\e9ca";
}

.fi-wallet:before {
  content: "\e9cb";
}

.fi-woman:before {
  content: "\e9cc";
}

.fi-x-circle:before {
  content: "\e9cd";
}

.fi-x-square:before {
  content: "\e9ce";
}

.fi-x:before {
  content: "\e9cf";
}

.fi-zoom-in:before {
  content: "\e9d0";
}

.fi-zoom-out:before {
  content: "\e9d1";
}

.fi-accounting:before {
  content: "\e9d2";
}

.fi-apartment:before {
  content: "\e9d3";
}

.fi-bath:before {
  content: "\e9d4";
}

.fi-bed:before {
  content: "\e9d5";
}

.fi-billboard-house:before {
  content: "\e9d6";
}

.fi-cafe:before {
  content: "\e9d7";
}

.fi-calculator:before {
  content: "\e9d8";
}

.fi-cctv:before {
  content: "\e9d9";
}

.fi-cocktail:before {
  content: "\e9da";
}

.fi-computer:before {
  content: "\e9db";
}

.fi-disco-ball:before {
  content: "\e9dc";
}

.fi-dish:before {
  content: "\e9dd";
}

.fi-double-bed:before {
  content: "\e9de";
}

.fi-dumbell:before {
  content: "\e9df";
}

.fi-entertainment:before {
  content: "\e9e0";
}

.fi-gearbox:before {
  content: "\e9e1";
}

.fi-hotel-bell:before {
  content: "\e9e2";
}

.fi-house-chosen:before {
  content: "\e9e3";
}

.fi-iron:before {
  content: "\e9e4";
}

.fi-laundry:before {
  content: "\e9e5";
}

.fi-makeup:before {
  content: "\e9e6";
}

.fi-meds:before {
  content: "\e9e7";
}

.fi-museum:before {
  content: "\e9e8";
}

.fi-no-smoke:before {
  content: "\e9e9";
}

.fi-parking:before {
  content: "\e9ea";
}

.fi-pet:before {
  content: "\e9eb";
}

.fi-petrol:before {
  content: "\e9ec";
}

.fi-pie-chart:before {
  content: "\e9ed";
}

.fi-plant:before {
  content: "\e9ee";
}

.fi-real-estate-buy:before {
  content: "\e9ef";
}

.fi-real-estate-house:before {
  content: "\e9f0";
}

.fi-rent:before {
  content: "\e9f1";
}

.fi-security:before {
  content: "\e9f2";
}

.fi-shop:before {
  content: "\e9f3";
}

.fi-shopping-bag:before {
  content: "\e9f4";
}

.fi-single-bed:before {
  content: "\e9f5";
}

.fi-snowflake:before {
  content: "\e9f6";
}

.fi-spa:before {
  content: "\e9f7";
}

.fi-swimming-pool:before {
  content: "\e9f8";
}

.fi-thermometer:before {
  content: "\e9f9";
}

.fi-tv:before {
  content: "\e9fa";
}

.fi-wifi:before {
  content: "\e9fb";
}

.fi-quote:before {
  content: "\e9fc";
}

.fi-xing:before {
  content: "\e9fd";
}

.fi-discord:before {
  content: "\e9fe";
}

.fi-tiktok:before {
  content: "\e9ff";
}

.fi-education:before {
  content: "\ea00";
}

.fi-code:before {
  content: "\ea01";
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}


.navbar-dark .navbar-nav .nav-link.nav-active {
  border-top: 3px solid #da5e27;
}

.breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
  content: "\f111" !important;
  padding: 0 12px 0 0px !important;
  font-family: "Font Awesome 5 Free";
  font-size: 7px;
  font-weight: bold;
  vertical-align: middle;
  color: #ffffff !important;
  float: none;
}

.orange-text {
  color: #da5e27!important;
}

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

.dark-theme {
background-color: #131313!important;
content: "";
background: url(../img/homepage/pattern-dirt.svg);
background-position: center center;
background-repeat: repeat;
}

.light-theme {
background-color: white!important;
}

.linkactive {
  color: #da5e27!important;
}

.link-white {
  color: #fff!important;
}

.h-100vh {
height: 100vh;
}

.h-50vh {
height: 50vh;
}

.bg-container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: hidden;
margin: 0;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
backface-visibility: hidden;
}

.bg-container.overlay::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
background-color: rgba(31, 39, 73, .5);
}

.overlay-20::before {
background-color: rgba(31, 39, 73, .2) !important;
}

.bg-overlay-dark-5 {
position: relative;
z-index: 1;
}
.bg-overlay-dark-5:before {
content: " ";
background: #000000;
opacity: 0.5;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}



.bg-overlay-dark-7 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-7:before {
  content: " ";
  background: #000000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-overlay-dark-4 {
  position: relative;
  z-index: 1;
}
.bg-overlay-dark-4:before {
  content: " ";
  background: #000000;
  opacity: 0.55;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#waveCanvas {
  height: 500px !important;
  width: 100% !important;
}


.list-group-number span {
  font-weight: 700;
  background: #da5e27;
  color: #fdfdfd;
  font-weight: 600;
  height: 22px;
  width: 22px;
  line-height: 22px;
  text-align: center;
  display: block;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
  margin-top: 1px;
  font-size: 12px;
}

.title {
  padding: 0 0 30px;
}

.btn-grad {
  color: #ffffff;
  background: linear-gradient(150deg, #c04d1c 0%, #da5e27 50%, #c04d1c 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 260% 100%;
  background-position: right bottom;
  border: 0;
  line-height: 1.92;
}
.btn-grad.active, .btn-grad:active, .btn-grad:focus, .btn-grad:hover {
  color: #ffffff;
  background-position: left bottom;
}
.btn-grad.btn-sm, .btn-group-sm > .btn-grad.btn {
  line-height: 1.8;
}

.ms-md-n2 {
  margin-left: -0.5rem !important;
}

.btn-vid {
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 6px;
  outline: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-vid {
  display: inline-block;
  font-weight: 500;
  line-height: 1.6;
  color: #f0f0f0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border-radius: 3px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-vid i {
  margin-right: 10px;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-group-number .list-group-item-action {
  font-weight: 500;
}
.list-group-inline .list-group-item {
  border: none;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  padding: 0.425rem 0;
  margin-right: 30px;
  width: auto;
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #ffffff;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #ffffff;
}

.text-grey {
color: #343a40;
}


.accordion.job-accordion-line .job-accordion-item:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.accordion.job-accordion-line .job-accordion-item {
  margin-bottom: 15px;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  margin-bottom: 0;
}

.job-accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.job-accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.job-accordion.accordion-line .job-accordion-header {
  position: relative;
}
.job-accordion-header {
  margin-bottom: 0;
}

.accordion.job-accordion-line .job-accordion-header .job-accordion-button.collapsed:before {
  content: "\f067";
  background: #f0f1f3;
  color: #343a40;
}

.accordion.job-accordion-line .job-accordion-header .job-accordion-button {
  background-color: transparent;
  font-weight: 700;
  color: #da5e27;
  border: none;
  padding-left: 50px;
  padding-right: 15px;
}

.job-accordion-item:first-of-type .job-accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion .job-accordion-button {
  text-align: left;
  margin-bottom: 0;
}
button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: pointer;
}
.job-accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

.accordion.job-accordion-line .job-accordion-header .job-accordion-button:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  line-height: 1.8;
  font-weight: bolder;
  font-size: 10px;
  left: 8px;
  padding: 5px;
  color: #343a40;
  background: #da5e27;
  color: #ffffff;
  padding: 10px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 7px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.job-accordion-collapse {
  border: none;
}

.bold {
  font-weight: 500;
  
}

.dropshadow-light {
  filter: drop-shadow(0 6mm 7mm #bbbcbc);
}


.side-img {
  width: 100%;
}

.col-side-by-side {
  width: 100%;
}

@media (min-width: 992px) {
  .side-copy {
      width: 33%;
  }
  .side-img {
      width: 63%;
  }
  .col-side-by-side {
      width: 50%;
  }
}

/*feature-box */
.feature-box {
  padding: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box .feature-box-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}
.feature-box .feature-box-icon {
  font-size: 50px;
  padding: 20px 0;
  line-height: 24px;
}
.feature-box .feature-box-desc {
  margin: 0;
}

/*feature box style 1*/
.feature-box.f-style-1 {
  padding: 20px;
}
.feature-box.f-style-1 .feature-box-icon {
  font-size: 60px;
}
.feature-box.f-style-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 5px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box.f-style-1:hover.f-style-1:before, .feature-box.f-style-1.active.f-style-1:before {
  opacity: 1;
  visibility: visible;
}
.feature-box.f-style-1.f-style-1:hover, .feature-box.f-style-1.f-style-1.active {
  -webkit-box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
          box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
}

/*feature-box style 2*/
.feature-box.f-style-2 {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
          box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
}
.feature-box.f-style-2 .feature-box-icon {
  font-size: 72px;
  margin-left: -30px;
  float: left;
  margin-right: 30px;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box.f-style-2 .feature-box-title {
  margin-top: 20px;
}
.feature-box.f-style-2 a {
  display: block;
}
.feature-box.f-style-2 .feature-box-desc {
  clear: both;
}
.feature-box.f-style-2:hover {
  -webkit-box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
          box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
}
.feature-box.f-style-2:hover .feature-box-icon {
  margin-left: 0px;
  margin-right: 10px;
}

/*feature-box style 3*/
.feature-box.f-style-3 {
  padding: 30px;
  border: solid 2px rgba(0, 0, 0, 0.1);
  border-bottom-width: 5px;
}
.feature-box.f-style-3:hover {
  border-color: #4cbd89;
  -webkit-box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.1);
          box-shadow: 0px 0px 20px rgba(83, 88, 93, 0.1);
}
.feature-box.f-style-3 .feature-box-icon {
  font-size: 50px;
  margin-left: 0px;
  float: left;
  margin-right: 30px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.feature-box.f-style-3 .feature-box-title {
  margin-top: 10px;
  padding-left: 80px;
}
.feature-box.f-style-3 a {
  display: block;
}
.feature-box.f-style-3 .feature-box-desc {
  padding-left: 80px;
}

/*feature-box style 4*/
.feature-box.f-style-4 .feature-box-icon {
  font-size: 50px;
  margin-left: 0px;
  float: left;
  margin-right: 10px;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.feature-box.f-style-4 .feature-box-title {
  margin-top: 0px;
  padding-left: 70px;
}
.feature-box.f-style-4 a {
  display: block;
}
.feature-box.f-style-4 .feature-box-desc {
  padding-left: 70px;
}

/*feature-box style 5*/
.feature-box.f-style-5 {
  padding: 20px;
}
.feature-box.f-style-5:hover {
  -webkit-box-shadow: 0 10px 40px 0 rgba(119, 135, 147, 0.15);
          box-shadow: 0 10px 40px 0 rgba(119, 135, 147, 0.15);
}
.feature-box.f-style-5 .feature-box-icon {
  font-size: 30px;
  padding: 20px;
  margin-left: 5px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .feature-box.f-style-2 .feature-box-icon {
    margin-left: 0;
  }

  .feature-box.f-style-2 .feature-box-title {
    clear: both;
  }
}


#countdown {
font-size: 5em;
  font-weight: 500;
  color: #da5e27;
  font-family: fantasy;
}

.notification-bar {
  transform: translate(0px, 50px);
  background-color: black;
  display: flex;
  align-items: center;
  position: relative;
  animation-name: example;
  animation-duration: 2.5s;
}

@media (max-width: 993PX) {
    .notification-bar {
      transform: translate(0px, 0px);
  }
}

@keyframes example {
50%  {background-color: #da5e27; left:0px; top:0px;}
100% {background-color:black; left:0px; top:0px;}
}

.text-color-change {
animation-name: textcolorchange;
animation-duration: 2.5s;
}

@keyframes textcolorchange {
50%  {color: white; }
100% {color: #da5e27; }
}

.bg-danger {
background-color: #da5e27 !important;
}
.badge {
display: inline-block;
padding: 0.35em 0.65em;
font-size: 0.75em;
font-weight: 400;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
transform: translate(-5px, -3px);
}

.stock-btn-group {
display: flex;
align-items: center;
justify-content: center;
margin: 5px 0px;
}

.stock-btn-group p{
margin: 0px 10px;
}

.stock-btn-group a {
background-color: #da5e27; /* Green background */
border: 1px solid #c14e1c; /* Green border */
color: white; /* White text */
padding: 10px 24px; /* Some padding */
cursor: pointer; /* Pointer/hand icon */
margin: 2px 2px;
display: block;
}

/* Clear floats (clearfix hack) */
.stock-btn-group:after {
content: "";
clear: both;
display: table;
}

.stock-btn-group a:not(:last-child) {
border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.stock-btn-group a:hover {
background-color: #c14e1c;
}

.stock-btn-group-contact a {
margin: 2px 2px;
}

.stock-btn-group-contact {
margin-top: 25px;
}

.stock-title {
margin-bottom: 30px;
}

@media (max-width: 800px) {
.stock-btn-group {

}
}

@media (max-width: 500px) {
.stock-btn-group-contact {
  flex-direction: column;
}
.stock-btn-group-contact a button{
  width: 100%;
}
}

.refnumber {
transition: .5s ease;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-133%, 260%);
-ms-transform: translate(-133%, 260%);
text-align: center;
text-shadow: 0 0 3px black;
}

.reenie {
font-family: 'Reenie Beanie', cursive;
font-size: 2em;
}

.white-drop {
filter: drop-shadow(0 10mm 5mm #fff);
}

.floorplan-overlap {
  transform: translate(-34px, 100px);
  z-index: 1;
}

.floorplan-title {
transform: translate(-34px, 100px);
}

.transform-floorplan-cont {
transform: translate(0px, -100px);
}

@media (max-width: 900px) {
.transform-floorplan-cont {
  flex-direction: column;
}
}

.hidden {
display: none!important;
}

.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}

.switch input {
display: none!important;
}

.slider {
position: absolute!important;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
border-radius: 34px;
cursor: pointer;
transition: 0.4s;
}

.slider:before {
position: absolute!important;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
border-radius: 50%;
transition: 0.4s;
}

input:checked + .slider {
background-color: #da5e27;
}

input:checked + .slider:before {
transform: translateX(26px);
}
.toggle-text {
position: absolute;
width: 100%;
text-align: center;
pointer-events: none;
font-size: 12px;
}

/* CUSTOM CSS */
html {
  scroll-behavior: smooth;
}

.rv-logo-height {
  height: 60px!important;
}

.rv-positioning {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130px;
}

.hover-bg:hover {
  background: #f7f7f7;
}

.nav-unit-info {
  text-align: center;
  color: #cacaca;
}

.nav-unit-info p {
  font-size: smaller;
  font-weight: 100;
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
  .indicator {
    display: none;
  }
}

.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}

.bg-holder.overlayx:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bg-holder.overlayx-0:before {
  background: rgba(0, 0, 0, 0.7);
}
.bg-holder.overlayx-1:before {
  background: rgba(0, 0, 0, 0.55);
}
.bg-holder.overlayx-2:before {
  background: rgba(0, 0, 0, 0.4);
}
.bg-holder .bg-video {
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  min-width: 100%;
}
.bg-holder .bg-youtube {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.fs-4x {
  font-size: 3.157rem !important;
}


.fs-md--1 {
  font-size: 0.75rem !important;
}

.fs-md-0 {
  font-size: 1rem !important;
}

.fs-md-1 {
  font-size: 1.333rem !important;
}

.fs-md-2 {
  font-size: 1.777rem !important;
}

.fs-md-3 {
  font-size: 2.369rem !important;
}

.fs-md-4 {
  font-size: 3.157rem !important;
}

.fs-md-5 {
  font-size: 4.199rem !important;
}

.fs-md-6 {
  font-size: 5.584rem !important;
}

.fs-md-7 {
  font-size: 7.427rem !important;
}

.fs-md-8 {
  font-size: 9.878rem !important;
}

.relative{
  position: relative;
}

.scale {
  transition: transform .2s;
}

.scale:hover {
  transform: scale(1.03);
}

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

footer {
  content: "";
  background: url(../../img/homepage/pattern.png);
  background-position: center center;
  background-repeat: repeat;
  background-color: #212529!important;
}

.h-500 {
  height: 500px;
}

.ms-horizon {
  background-image: url("../img/motorsports/ms-hero-bg.jpg");
  background-color: #f6f7f9;
  background-position: 50% 56%;
}

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

.w-80 {
  width: 80%;
}

@media (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
  .ms-horizon {
    background-image: none;
    background-color: #f6f7f9!important;
  }
  .stack-mobile {
    flex-wrap: wrap;
    padding-top: 0px!important;
    margin-top: 0px!important;
  }
}

#spec-tables tbody td {
  text-align: center;
}

#hero-img {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/intech-lite-trailer.jpg);
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  background-color: #000!important;
  display: flex!important;
  flex-direction: column!important;
  justify-content: center!important;
  align-items: center!important;
}


.nav-pills .nav-link-solid.active,
.nav-pills .show>.nav-link-solid,
.nav-tabs .nav-item.show .nav-link-solid,
.nav-tabs .nav-link-solid.active,
.navbar-light .navbar-nav .nav-link-solid:focus,
.navbar-light .navbar-nav .nav-link-solid:hover,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-nav .nav-link-solid.active,
.navbar-light .navbar-nav .show>.nav-link-solid,
.navbar-light.fixed .nav-link-solid:focus,
.navbar-light.fixed .nav-link-solid:hover {
  background: #da5e27;
  color: white;
}

.nav-tabs.nav-pills .nav-link-solid {
  border-color: transparent;
  box-shadow: 0 0 0 0.05rem rgba(8, 60, 130, 0.06), 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04);
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}

.nav-tabs .nav-link-solid {
  background: #fff;
  transition: all 0.2s ease-in-out;
  font-size: 0.85rem;
  padding: 0.6rem 1.3rem;
}
.nav-pills .nav-link-solid {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

@media (min-width: 992px) {
.py-lg-11a {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
}
}


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

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

.length-tab {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.length-tab:hover {
  background-color: #f7f7f7;
}

@media (max-width: 550px) {
  .tab-title {
    font-size: .9rem;
  }
}

.orange-tabs {

}
.orange-tabs .active {
  border-bottom-color: #da5e27!important;
  border-width: 5px;
}
.orange-tabs .nav-item:hover {
 

}

.color-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.2);
}

.bg-darker{
  background-color: #121415 !important;
}

.title-gray {
  color: #5a5a5a!important;
}

@media (max-width: 576px) {
.col-xsm-6 {
  flex: 0 0 auto;
  width: 50%;
}
}

ul.no-bullet {
  margin-left: 0;
  list-style: none;
}

.double-faded-underline {
  display: block;
  height: 2px;
  margin-bottom: 1.5em;
  background: linear-gradient(to right,rgba(228,124,71,0) 0,#e47c47 50%,rgba(228,124,71,0) 100%);
}

.post-title {
  font-size: 16px;
}

.refnumber {
  transition: 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-133%, 260%);
  -ms-transform: translate(-133%, 260%);
  text-align: center;
  text-shadow: 0 0 3px black;
}

.info-style tr th {
  font-weight: 400;
  padding: 0.1rem 0.5rem;
}

.info-headers tr th{
  font-weight: 700;
  padding: 0.1rem 0.5rem!important;
}

.gray-border {
  border: 1px solid #f1f1f1;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: #f6f7f9!important;
}

.fs-16 {
  font-size: 0.8rem !important;
}

.ls-xl {
  letter-spacing: 0.05rem !important;
}

.fs-4a {
  font-size: 3.157rem !important;
}

.fs-22 {
  font-size: 1.1rem !important;
}

.font-dark {
 color: #666666;
}

.stock-badge {
  padding: 28px 100px;
  font-size: large;
  rotate: 5px;
  rotate: -43deg;
  transform: translate(-78px, -58px);
  font-weight: 800;
}

@media (max-width: 992px) {
  .stock-badge {
    padding: 15px 79px;
    font-size: large;
    rotate: 5px;
    rotate: -41deg;
    transform: translate(-71px, -46px);
}
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pb-7 {
  padding-bottom: 1.75rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.pb-9 {
  padding-bottom: 2.25rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pb-11 {
  padding-bottom: 3rem !important;
}
.pb-12 {
  padding-bottom: 3.5rem !important;
}
.pb-13 {
  padding-bottom: 4rem !important;
}
.pb-14 {
  padding-bottom: 4.5rem !important;
}
.pb-15 {
  padding-bottom: 5rem !important;
}
.pb-16 {
  padding-bottom: 6rem !important;
}
.pb-17 {
  padding-bottom: 7rem !important;
}
.pb-18 {
  padding-bottom: 8rem !important;
}
.pb-19 {
  padding-bottom: 9rem !important;
}
.pb-20 {
  padding-bottom: 10rem !important;
}
.pb-21 {
  padding-bottom: 12.5rem !important;
}
.pb-22 {
  padding-bottom: 15rem !important;
}
.pb-23 {
  padding-bottom: 17.5rem !important;
}
.pb-24 {
  padding-bottom: 20rem !important;
}
.pb-25 {
  padding-bottom: 22.5rem !important;
}

.ps-6 {
  padding-left: 1.5rem !important;
}
.ps-7 {
  padding-left: 1.75rem !important;
}
.ps-8 {
  padding-left: 2rem !important;
}
.ps-9 {
  padding-left: 2.25rem !important;
}
.ps-10 {
  padding-left: 2.5rem !important;
}
.ps-11 {
  padding-left: 3rem !important;
}
.ps-12 {
  padding-left: 3.5rem !important;
}
.ps-13 {
  padding-left: 4rem !important;
}
.ps-14 {
  padding-left: 4.5rem !important;
}
.ps-15 {
  padding-left: 5rem !important;
}
.ps-16 {
  padding-left: 6rem !important;
}
.ps-17 {
  padding-left: 7rem !important;
}
.ps-18 {
  padding-left: 8rem !important;
}
.ps-19 {
  padding-left: 9rem !important;
}
.ps-20 {
  padding-left: 10rem !important;
}
.ps-21 {
  padding-left: 12.5rem !important;
}
.ps-22 {
  padding-left: 15rem !important;
}
.ps-23 {
  padding-left: 17.5rem !important;
}
.ps-24 {
  padding-left: 20rem !important;
}
.ps-25 {
  padding-left: 22.5rem !important;
}


.gap-6 {
  gap: 1.5rem !important;
}
.gap-7 {
  gap: 1.75rem !important;
}
.gap-8 {
  gap: 2rem !important;
}
.gap-9 {
  gap: 2.25rem !important;
}
.gap-10 {
  gap: 2.5rem !important;
}
.gap-11 {
  gap: 3rem !important;
}
.gap-12 {
  gap: 3.5rem !important;
}
.gap-13 {
  gap: 4rem !important;
}
.gap-14 {
  gap: 4.5rem !important;
}
.gap-15 {
  gap: 5rem !important;
}
.gap-16 {
  gap: 6rem !important;
}
.gap-17 {
  gap: 7rem !important;
}
.gap-18 {
  gap: 8rem !important;
}
.gap-19 {
  gap: 9rem !important;
}
.gap-20 {
  gap: 10rem !important;
}
.gap-21 {
  gap: 12.5rem !important;
}
.gap-22 {
  gap: 15rem !important;
}
.gap-23 {
  gap: 17.5rem !important;
}
.gap-24 {
  gap: 20rem !important;
}
.gap-25 {
  gap: 22.5rem !important;
}

.pe-6 {
  padding-right: 1.5rem !important;
}
.pe-7 {
  padding-right: 1.75rem !important;
}
.pe-8 {
  padding-right: 2rem !important;
}
.pe-9 {
  padding-right: 2.25rem !important;
}
.pe-10 {
  padding-right: 2.5rem !important;
}
.pe-11 {
  padding-right: 3rem !important;
}
.pe-12 {
  padding-right: 3.5rem !important;
}
.pe-13 {
  padding-right: 4rem !important;
}
.pe-14 {
  padding-right: 4.5rem !important;
}
.pe-15 {
  padding-right: 5rem !important;
}
.pe-16 {
  padding-right: 6rem !important;
}
.pe-17 {
  padding-right: 7rem !important;
}
.pe-18 {
  padding-right: 8rem !important;
}
.pe-19 {
  padding-right: 9rem !important;
}
.pe-20 {
  padding-right: 10rem !important;
}
.pe-21 {
  padding-right: 12.5rem !important;
}
.pe-22 {
  padding-right: 15rem !important;
}
.pe-23 {
  padding-right: 17.5rem !important;
}
.pe-24 {
  padding-right: 20rem !important;
}
.pe-25 {
  padding-right: 22.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}
.pt-7 {
  padding-top: 1.75rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pt-9 {
  padding-top: 2.25rem !important;
}
.pt-10 {
  padding-top: 2.5rem !important;
}
.pt-11 {
  padding-top: 3rem !important;
}
.pt-12 {
  padding-top: 3.5rem !important;
}
.pt-13 {
  padding-top: 4rem !important;
}
.pt-14 {
  padding-top: 4.5rem !important;
}
.pt-15 {
  padding-top: 5rem !important;
}
.pt-16 {
  padding-top: 6rem !important;
}
.pt-17 {
  padding-top: 7rem !important;
}
.pt-18 {
  padding-top: 8rem !important;
}
.pt-19 {
  padding-top: 9rem !important;
}
.pt-20 {
  padding-top: 10rem !important;
}
.pt-21 {
  padding-top: 12.5rem !important;
}
.pt-22 {
  padding-top: 15rem !important;
}
.pt-23 {
  padding-top: 17.5rem !important;
}
.pt-24 {
  padding-top: 20rem !important;
}
.pt-25 {
  padding-top: 22.5rem !important;
}

.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 0.75rem !important;
}
.m-4 {
  margin: 1rem !important;
}
.m-5 {
  margin: 1.25rem !important;
}
.m-6 {
  margin: 1.5rem !important;
}
.m-7 {
  margin: 1.75rem !important;
}
.m-8 {
  margin: 2rem !important;
}
.m-9 {
  margin: 2.25rem !important;
}
.m-10 {
  margin: 2.5rem !important;
}
.m-11 {
  margin: 3rem !important;
}
.m-12 {
  margin: 3.5rem !important;
}
.m-13 {
  margin: 4rem !important;
}
.m-14 {
  margin: 4.5rem !important;
}
.m-15 {
  margin: 5rem !important;
}
.m-16 {
  margin: 6rem !important;
}
.m-17 {
  margin: 7rem !important;
}
.m-18 {
  margin: 8rem !important;
}
.m-19 {
  margin: 9rem !important;
}
.m-20 {
  margin: 10rem !important;
}
.m-21 {
  margin: 12.5rem !important;
}
.m-22 {
  margin: 15rem !important;
}
.m-23 {
  margin: 17.5rem !important;
}
.m-24 {
  margin: 20rem !important;
}
.m-25 {
  margin: 22.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}
.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}
.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-11 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-12 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
.mx-13 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.mx-14 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
.mx-15 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-16 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.mx-17 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}
.mx-18 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}
.mx-19 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}
.mx-20 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.mx-21 {
  margin-right: 12.5rem !important;3
  margin-left: 12.5rem !important;
}
.mx-22 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}
.mx-23 {
  margin-right: 17.5rem !important;
  margin-left: 17.5rem !important;
}
.mx-24 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}
.mx-25 {
  margin-right: 22.5rem !important;
  margin-left: 22.5rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-11 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-12 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-13 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-14 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.my-15 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-16 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-17 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-18 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-19 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-20 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-21 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}
.my-22 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.my-23 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important;
}
.my-24 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}
.my-25 {
  margin-top: 22.5rem !important;
  margin-bottom: 22.5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-7 {
  margin-top: 1.75rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-9 {
  margin-top: 2.25rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-11 {
  margin-top: 3rem !important;
}
.mt-12 {
  margin-top: 3.5rem !important;
}
.mt-13 {
  margin-top: 4rem !important;
}
.mt-14 {
  margin-top: 4.5rem !important;
}
.mt-15 {
  margin-top: 5rem !important;
}
.mt-16 {
  margin-top: 6rem !important;
}
.mt-17 {
  margin-top: 7rem !important;
}
.mt-18 {
  margin-top: 8rem !important;
}
.mt-19 {
  margin-top: 9rem !important;
}
.mt-20 {
  margin-top: 10rem !important;
}
.mt-21 {
  margin-top: 12.5rem !important;
}
.mt-22 {
  margin-top: 15rem !important;
}
.mt-23 {
  margin-top: 17.5rem !important;
}
.mt-24 {
  margin-top: 20rem !important;
}
.mt-25 {
  margin-top: 22.5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 0.75rem !important;
}
.me-4 {
  margin-right: 1rem !important;
}
.me-5 {
  margin-right: 1.25rem !important;
}
.me-6 {
  margin-right: 1.5rem !important;
}
.me-7 {
  margin-right: 1.75rem !important;
}
.me-8 {
  margin-right: 2rem !important;
}
.me-9 {
  margin-right: 2.25rem !important;
}
.me-10 {
  margin-right: 2.5rem !important;
}
.me-11 {
  margin-right: 3rem !important;
}
.me-12 {
  margin-right: 3.5rem !important;
}
.me-13 {
  margin-right: 4rem !important;
}
.me-14 {
  margin-right: 4.5rem !important;
}
.me-15 {
  margin-right: 5rem !important;
}
.me-16 {
  margin-right: 6rem !important;
}
.me-17 {
  margin-right: 7rem !important;
}
.me-18 {
  margin-right: 8rem !important;
}
.me-19 {
  margin-right: 9rem !important;
}
.me-20 {
  margin-right: 10rem !important;
}
.me-21 {
  margin-right: 12.5rem !important;
}
.me-22 {
  margin-right: 15rem !important;
}
.me-23 {
  margin-right: 17.5rem !important;
}
.me-24 {
  margin-right: 20rem !important;
}
.me-25 {
  margin-right: 22.5rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mb-7 {
  margin-bottom: 1.75rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.mb-9 {
  margin-bottom: 2.25rem !important;
}
.mb-10 {
  margin-bottom: 2.5rem !important;
}
.mb-11 {
  margin-bottom: 3rem !important;
}
.mb-12 {
  margin-bottom: 3.5rem !important;
}
.mb-13 {
  margin-bottom: 4rem !important;
}
.mb-14 {
  margin-bottom: 4.5rem !important;
}
.mb-15 {
  margin-bottom: 5rem !important;
}
.mb-16 {
  margin-bottom: 6rem !important;
}
.mb-17 {
  margin-bottom: 7rem !important;
}
.mb-18 {
  margin-bottom: 8rem !important;
}
.mb-19 {
  margin-bottom: 9rem !important;
}
.mb-20 {
  margin-bottom: 10rem !important;
}
.mb-21 {
  margin-bottom: 12.5rem !important;
}
.mb-22 {
  margin-bottom: 15rem !important;
}
.mb-23 {
  margin-bottom: 17.5rem !important;
}
.mb-24 {
  margin-bottom: 20rem !important;
}
.mb-25 {
  margin-bottom: 22.5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 0.75rem !important;
}
.ms-4 {
  margin-left: 1rem !important;
}
.ms-5 {
  margin-left: 1.25rem !important;
}
.ms-6 {
  margin-left: 1.5rem !important;
}
.ms-7 {
  margin-left: 1.75rem !important;
}
.ms-8 {
  margin-left: 2rem !important;
}
.ms-9 {
  margin-left: 2.25rem !important;
}
.ms-10 {
  margin-left: 2.5rem !important;
}
.ms-11 {
  margin-left: 3rem !important;
}
.ms-12 {
  margin-left: 3.5rem !important;
}
.ms-13 {
  margin-left: 4rem !important;
}
.ms-14 {
  margin-left: 4.5rem !important;
}
.ms-15 {
  margin-left: 5rem !important;
}
.ms-16 {
  margin-left: 6rem !important;
}
.ms-17 {
  margin-left: 7rem !important;
}
.ms-18 {
  margin-left: 8rem !important;
}
.ms-19 {
  margin-left: 9rem !important;
}
.ms-20 {
  margin-left: 10rem !important;
}
.ms-21 {
  margin-left: 12.5rem !important;
}
.ms-22 {
  margin-left: 15rem !important;
}
.ms-23 {
  margin-left: 17.5rem !important;
}
.ms-24 {
  margin-left: 20rem !important;
}
.ms-25 {
  margin-left: 22.5rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.m-n3 {
  margin: -0.75rem !important;
}
.m-n4 {
  margin: -1rem !important;
}
.m-n5 {
  margin: -1.25rem !important;
}
.m-n6 {
  margin: -1.5rem !important;
}
.m-n7 {
  margin: -1.75rem !important;
}
.m-n8 {
  margin: -2rem !important;
}
.m-n9 {
  margin: -2.25rem !important;
}
.m-n10 {
  margin: -2.5rem !important;
}
.m-n11 {
  margin: -3rem !important;
}
.m-n12 {
  margin: -3.5rem !important;
}
.m-n13 {
  margin: -4rem !important;
}
.m-n14 {
  margin: -4.5rem !important;
}
.m-n15 {
  margin: -5rem !important;
}
.m-n16 {
  margin: -6rem !important;
}
.m-n17 {
  margin: -7rem !important;
}
.m-n18 {
  margin: -8rem !important;
}
.m-n19 {
  margin: -9rem !important;
}
.m-n20 {
  margin: -10rem !important;
}
.m-n21 {
  margin: -12.5rem !important;
}
.m-n22 {
  margin: -15rem !important;
}
.m-n23 {
  margin: -17.5rem !important;
}
.m-n24 {
  margin: -20rem !important;
}
.m-n25 {
  margin: -22.5rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}
.mx-n4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-n5 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}
.mx-n6 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mx-n7 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}
.mx-n8 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}
.mx-n9 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}
.mx-n10 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}
.mx-n11 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.mx-n12 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}
.mx-n13 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}
.mx-n14 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}
.mx-n15 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}
.mx-n16 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}
.mx-n17 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}
.mx-n18 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}
.mx-n19 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}
.mx-n20 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}
.mx-n21 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}
.mx-n22 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}
.mx-n23 {
  margin-right: -17.5rem !important;
  margin-left: -17.5rem !important;
}
.mx-n24 {
  margin-right: -20rem !important;
  margin-left: -20rem !important;
}
.mx-n25 {
  margin-right: -22.5rem !important;
  margin-left: -22.5rem !important;
}
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}
.my-n4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}
.my-n6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-n7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}
.my-n8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.my-n9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}
.my-n10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}
.my-n11 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.my-n12 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}
.my-n13 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.my-n14 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}
.my-n15 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.my-n16 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}
.my-n17 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}
.my-n18 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}
.my-n19 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}
.my-n20 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
.my-n21 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}
.my-n22 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}
.my-n23 {
  margin-top: -17.5rem !important;
  margin-bottom: -17.5rem !important;
}
.my-n24 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}
.my-n25 {
  margin-top: -22.5rem !important;
  margin-bottom: -22.5rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -0.75rem !important;
}
.mt-n4 {
  margin-top: -1rem !important;
}
.mt-n5 {
  margin-top: -1.25rem !important;
}
.mt-n6 {
  margin-top: -1.5rem !important;
}
.mt-n7 {
  margin-top: -1.75rem !important;
}
.mt-n8 {
  margin-top: -2rem !important;
}
.mt-n9 {
  margin-top: -2.25rem !important;
}
.mt-n10 {
  margin-top: -2.5rem !important;
}
.mt-n11 {
  margin-top: -3rem !important;
}
.mt-n12 {
  margin-top: -3.5rem !important;
}
.mt-n13 {
  margin-top: -4rem !important;
}
.mt-n14 {
  margin-top: -4.5rem !important;
}
.mt-n15 {
  margin-top: -5rem !important;
}
.mt-n16 {
  margin-top: -6rem !important;
}
.mt-n17 {
  margin-top: -7rem !important;
}
.mt-n18 {
  margin-top: -8rem !important;
}
.mt-n19 {
  margin-top: -9rem !important;
}
.mt-n20 {
  margin-top: -10rem !important;
}
.mt-n21 {
  margin-top: -12.5rem !important;
}
.mt-n22 {
  margin-top: -15rem !important;
}
.mt-n23 {
  margin-top: -17.5rem !important;
}
.mt-n24 {
  margin-top: -20rem !important;
}
.mt-n25 {
  margin-top: -22.5rem !important;
}
.me-n1 {
  margin-right: -0.25rem !important;
}
.me-n2 {
  margin-right: -0.5rem !important;
}
.me-n3 {
  margin-right: -0.75rem !important;
}
.me-n4 {
  margin-right: -1rem !important;
}
.me-n5 {
  margin-right: -1.25rem !important;
}
.me-n6 {
  margin-right: -1.5rem !important;
}
.me-n7 {
  margin-right: -1.75rem !important;
}
.me-n8 {
  margin-right: -2rem !important;
}
.me-n9 {
  margin-right: -2.25rem !important;
}
.me-n10 {
  margin-right: -2.5rem !important;
}
.me-n11 {
  margin-right: -3rem !important;
}
.me-n12 {
  margin-right: -3.5rem !important;
}
.me-n13 {
  margin-right: -4rem !important;
}
.me-n14 {
  margin-right: -4.5rem !important;
}
.me-n15 {
  margin-right: -5rem !important;
}
.me-n16 {
  margin-right: -6rem !important;
}
.me-n17 {
  margin-right: -7rem !important;
}
.me-n18 {
  margin-right: -8rem !important;
}
.me-n19 {
  margin-right: -9rem !important;
}
.me-n20 {
  margin-right: -10rem !important;
}
.me-n21 {
  margin-right: -12.5rem !important;
}
.me-n22 {
  margin-right: -15rem !important;
}
.me-n23 {
  margin-right: -17.5rem !important;
}
.me-n24 {
  margin-right: -20rem !important;
}
.me-n25 {
  margin-right: -22.5rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -0.75rem !important;
}
.mb-n4 {
  margin-bottom: -1rem !important;
}
.mb-n5 {
  margin-bottom: -1.25rem !important;
}
.mb-n6 {
  margin-bottom: -1.5rem !important;
}
.mb-n7 {
  margin-bottom: -1.75rem !important;
}
.mb-n8 {
  margin-bottom: -2rem !important;
}
.mb-n9 {
  margin-bottom: -2.25rem !important;
}
.mb-n10 {
  margin-bottom: -2.5rem !important;
}
.mb-n11 {
  margin-bottom: -3rem !important;
}
.mb-n12 {
  margin-bottom: -3.5rem !important;
}
.mb-n13 {
  margin-bottom: -4rem !important;
}
.mb-n14 {
  margin-bottom: -4.5rem !important;
}
.mb-n15 {
  margin-bottom: -5rem !important;
}
.mb-n16 {
  margin-bottom: -6rem !important;
}
.mb-n17 {
  margin-bottom: -7rem !important;
}
.mb-n18 {
  margin-bottom: -8rem !important;
}
.mb-n19 {
  margin-bottom: -9rem !important;
}
.mb-n20 {
  margin-bottom: -10rem !important;
}
.mb-n21 {
  margin-bottom: -12.5rem !important;
}
.mb-n22 {
  margin-bottom: -15rem !important;
}
.mb-n23 {
  margin-bottom: -17.5rem !important;
}
.mb-n24 {
  margin-bottom: -20rem !important;
}
.mb-n25 {
  margin-bottom: -22.5rem !important;
}
.ms-n1 {
  margin-left: -0.25rem !important;
}
.ms-n2 {
  margin-left: -0.5rem !important;
}
.ms-n3 {
  margin-left: -0.75rem !important;
}
.ms-n4 {
  margin-left: -1rem !important;
}
.ms-n5 {
  margin-left: -1.25rem !important;
}
.ms-n6 {
  margin-left: -1.5rem !important;
}
.ms-n7 {
  margin-left: -1.75rem !important;
}
.ms-n8 {
  margin-left: -2rem !important;
}
.ms-n9 {
  margin-left: -2.25rem !important;
}
.ms-n10 {
  margin-left: -2.5rem !important;
}
.ms-n11 {
  margin-left: -3rem !important;
}
.ms-n12 {
  margin-left: -3.5rem !important;
}
.ms-n13 {
  margin-left: -4rem !important;
}
.ms-n14 {
  margin-left: -4.5rem !important;
}
.ms-n15 {
  margin-left: -5rem !important;
}
.ms-n16 {
  margin-left: -6rem !important;
}
.ms-n17 {
  margin-left: -7rem !important;
}
.ms-n18 {
  margin-left: -8rem !important;
}
.ms-n19 {
  margin-left: -9rem !important;
}
.ms-n20 {
  margin-left: -10rem !important;
}
.ms-n21 {
  margin-left: -12.5rem !important;
}
.ms-n22 {
  margin-left: -15rem !important;
}
.ms-n23 {
  margin-left: -17.5rem !important;
}
.ms-n24 {
  margin-left: -20rem !important;
}
.ms-n25 {
  margin-left: -22.5rem !important;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 0.75rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 0.75rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 1.25rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 1.25rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 1.5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 1.5rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 1.75rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 1.75rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 2rem;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 2rem;
}
.g-9,
.gx-9 {
  --bs-gutter-x: 2.25rem;
}
.g-9,
.gy-9 {
  --bs-gutter-y: 2.25rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 2.5rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 2.5rem;
}
.g-11,
.gx-11 {
  --bs-gutter-x: 3rem;
}
.g-11,
.gy-11 {
  --bs-gutter-y: 3rem;
}
.g-12,
.gx-12 {
  --bs-gutter-x: 3.5rem;
}
.g-12,
.gy-12 {
  --bs-gutter-y: 3.5rem;
}
.g-13,
.gx-13 {
  --bs-gutter-x: 4rem;
}
.g-13,
.gy-13 {
  --bs-gutter-y: 4rem;
}
.g-14,
.gx-14 {
  --bs-gutter-x: 4.5rem;
}
.g-14,
.gy-14 {
  --bs-gutter-y: 4.5rem;
}
.g-15,
.gx-15 {
  --bs-gutter-x: 5rem;
}
.g-15,
.gy-15 {
  --bs-gutter-y: 5rem;
}
.g-16,
.gx-16 {
  --bs-gutter-x: 6rem;
}
.g-16,
.gy-16 {
  --bs-gutter-y: 6rem;
}
.g-17,
.gx-17 {
  --bs-gutter-x: 7rem;
}
.g-17,
.gy-17 {
  --bs-gutter-y: 7rem;
}
.g-18,
.gx-18 {
  --bs-gutter-x: 8rem;
}
.g-18,
.gy-18 {
  --bs-gutter-y: 8rem;
}
.g-19,
.gx-19 {
  --bs-gutter-x: 9rem;
}
.g-19,
.gy-19 {
  --bs-gutter-y: 9rem;
}
.g-20,
.gx-20 {
  --bs-gutter-x: 10rem;
}
.g-20,
.gy-20 {
  --bs-gutter-y: 10rem;
}
.g-21,
.gx-21 {
  --bs-gutter-x: 12.5rem;
}
.g-21,
.gy-21 {
  --bs-gutter-y: 12.5rem;
}
.g-22,
.gx-22 {
  --bs-gutter-x: 15rem;
}
.g-22,
.gy-22 {
  --bs-gutter-y: 15rem;
}
.g-23,
.gx-23 {
  --bs-gutter-x: 17.5rem;
}
.g-23,
.gy-23 {
  --bs-gutter-y: 17.5rem;
}
.g-24,
.gx-24 {
  --bs-gutter-x: 20rem;
}
.g-24,
.gy-24 {
  --bs-gutter-y: 20rem;
}
.g-25,
.gx-25 {
  --bs-gutter-x: 22.5rem;
}
.g-25,
.gy-25 {
  --bs-gutter-y: 22.5rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-sm-7>* {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-sm-8>* {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-sm-9>* {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-sm-10>* {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-sm-11>* {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-sm-12>* {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-19,
  .gx-sm-19 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-19,
  .gy-sm-19 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-21,
  .gx-sm-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-21,
  .gy-sm-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-22,
  .gx-sm-22 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-22,
  .gy-sm-22 {
    --bs-gutter-y: 15rem;
  }
  .g-sm-23,
  .gx-sm-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-sm-23,
  .gy-sm-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 20rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 20rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 22.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-md-7>* {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-md-8>* {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-md-9>* {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-md-10>* {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-md-11>* {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-md-12>* {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-20 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 2rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 2rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 3rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 3rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 4rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 4rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 5rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 5rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 6rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 6rem;
  }
  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 7rem;
  }
  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 7rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 8rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 8rem;
  }
  .g-md-19,
  .gx-md-19 {
    --bs-gutter-x: 9rem;
  }
  .g-md-19,
  .gy-md-19 {
    --bs-gutter-y: 9rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 10rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 10rem;
  }
  .g-md-21,
  .gx-md-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-21,
  .gy-md-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-22,
  .gx-md-22 {
    --bs-gutter-x: 15rem;
  }
  .g-md-22,
  .gy-md-22 {
    --bs-gutter-y: 15rem;
  }
  .g-md-23,
  .gx-md-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-md-23,
  .gy-md-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 20rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 20rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 22.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-lg-7>* {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-lg-8>* {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-lg-9>* {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-lg-10>* {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-lg-11>* {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-lg-12>* {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-20 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-19,
  .gx-lg-19 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-19,
  .gy-lg-19 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-21,
  .gx-lg-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-21,
  .gy-lg-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-22,
  .gx-lg-22 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-22,
  .gy-lg-22 {
    --bs-gutter-y: 15rem;
  }
  .g-lg-23,
  .gx-lg-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-lg-23,
  .gy-lg-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 20rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 20rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 22.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xl-7>* {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xl-8>* {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xl-9>* {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xl-10>* {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xl-11>* {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xl-12>* {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-19,
  .gx-xl-19 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-19,
  .gy-xl-19 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-21,
  .gx-xl-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-21,
  .gy-xl-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xl-22,
  .gx-xl-22 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-22,
  .gy-xl-22 {
    --bs-gutter-y: 15rem;
  }
  .g-xl-23,
  .gx-xl-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xl-23,
  .gy-xl-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 20rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 20rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 22.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .row-cols-xxl-7>* {
    flex: 0 0 auto;
    width: 14.2857142857%;
  }
  .row-cols-xxl-8>* {
    flex: 0 0 auto;
    width: 12.5%;
  }
  .row-cols-xxl-9>* {
    flex: 0 0 auto;
    width: 11.1111111111%;
  }
  .row-cols-xxl-10>* {
    flex: 0 0 auto;
    width: 10%;
  }
  .row-cols-xxl-11>* {
    flex: 0 0 auto;
    width: 9.0909090909%;
  }
  .row-cols-xxl-12>* {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 2.25rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 2.25rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 3.5rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 4.5rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-17,
  .gx-xxl-17 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-17,
  .gy-xxl-17 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-18,
  .gx-xxl-18 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-18,
  .gy-xxl-18 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-19,
  .gx-xxl-19 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-19,
  .gy-xxl-19 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-21,
  .gx-xxl-21 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-21,
  .gy-xxl-21 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xxl-22,
  .gx-xxl-22 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-22,
  .gy-xxl-22 {
    --bs-gutter-y: 15rem;
  }
  .g-xxl-23,
  .gx-xxl-23 {
    --bs-gutter-x: 17.5rem;
  }
  .g-xxl-23,
  .gy-xxl-23 {
    --bs-gutter-y: 17.5rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 20rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 20rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 22.5rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 22.5rem;
  }
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.icon-svg,
.icon-svg.icon-svg-lg {
  width: 3rem;
  height: 3rem;
}
.icon-svg.icon-svg-md {
  width: 2.6rem;
  height: 2.6rem;
}
.icon-svg.icon-svg-sm {
  width: 2.2rem;
  height: 2.2rem;
}
.icon-svg.icon-svg-xs {
  width: 1.8rem;
  height: 1.8rem;
}
.svg-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 3rem;
  height: 3rem;
}
.svg-bg .icon-svg {
  width: 1.3rem;
  height: 1.3rem;
}
.svg-bg.svg-bg-lg {
  width: 4rem;
  height: 4rem;
}
.svg-bg.svg-bg-lg .icon-svg {
  width: 1.5rem;
  height: 1.5rem;
}

.order-md-0 {
  order: 0 !important;
}
.order-md-1 {
  order: 1 !important;
}
.order-md-2 {
  order: 2 !important;
}
.order-md-3 {
  order: 3 !important;
}
.order-md-4 {
  order: 4 !important;
}
.order-md-5 {
  order: 5 !important;
}
.order-md-last {
  order: 6 !important;
}
.m-md-0 {
  margin: 0 !important;
}
.m-md-1 {
  margin: 0.25rem !important;
}
.m-md-2 {
  margin: 0.5rem !important;
}
.m-md-3 {
  margin: 0.75rem !important;
}
.m-md-4 {
  margin: 1rem !important;
}
.m-md-5 {
  margin: 1.25rem !important;
}
.m-md-6 {
  margin: 1.5rem !important;
}
.m-md-7 {
  margin: 1.75rem !important;
}
.m-md-8 {
  margin: 2rem !important;
}
.m-md-9 {
  margin: 2.25rem !important;
}
.m-md-10 {
  margin: 2.5rem !important;
}
.m-md-11 {
  margin: 3rem !important;
}
.m-md-12 {
  margin: 3.5rem !important;
}
.m-md-13 {
  margin: 4rem !important;
}
.m-md-14 {
  margin: 4.5rem !important;
}
.m-md-15 {
  margin: 5rem !important;
}
.m-md-16 {
  margin: 6rem !important;
}
.m-md-17 {
  margin: 7rem !important;
}
.m-md-18 {
  margin: 8rem !important;
}
.m-md-19 {
  margin: 9rem !important;
}
.m-md-20 {
  margin: 10rem !important;
}
.m-md-21 {
  margin: 12.5rem !important;
}
.m-md-22 {
  margin: 15rem !important;
}
.m-md-23 {
  margin: 17.5rem !important;
}
.m-md-24 {
  margin: 20rem !important;
}
.m-md-25 {
  margin: 22.5rem !important;
}
.m-md-auto {
  margin: auto !important;
}
.mx-md-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-md-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-md-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-md-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}
.mx-md-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-md-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.mx-md-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-md-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}
.mx-md-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}
.mx-md-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}
.mx-md-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-md-11 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-md-12 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}
.mx-md-13 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}
.mx-md-14 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}
.mx-md-15 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-md-16 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}
.mx-md-17 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}
.mx-md-18 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}
.mx-md-19 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}
.mx-md-20 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.mx-md-21 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}
.mx-md-22 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}
.mx-md-23 {
  margin-right: 17.5rem !important;
  margin-left: 17.5rem !important;
}
.mx-md-24 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}
.mx-md-25 {
  margin-right: 22.5rem !important;
  margin-left: 22.5rem !important;
}
.mx-md-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-md-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-md-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-md-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-md-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-md-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-md-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-md-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.my-md-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-md-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}
.my-md-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-md-11 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-md-12 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-md-13 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}
.my-md-14 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}
.my-md-15 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-md-16 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}
.my-md-17 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}
.my-md-18 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}
.my-md-19 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}
.my-md-20 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-md-21 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}
.my-md-22 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}
.my-md-23 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important;
}
.my-md-24 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}
.my-md-25 {
  margin-top: 22.5rem !important;
  margin-bottom: 22.5rem !important;
}
.my-md-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-md-0 {
  margin-top: 0 !important;
}
.mt-md-1 {
  margin-top: 0.25rem !important;
}
.mt-md-2 {
  margin-top: 0.5rem !important;
}
.mt-md-3 {
  margin-top: 0.75rem !important;
}
.mt-md-4 {
  margin-top: 1rem !important;
}
.mt-md-5 {
  margin-top: 1.25rem !important;
}
.mt-md-6 {
  margin-top: 1.5rem !important;
}
.mt-md-7 {
  margin-top: 1.75rem !important;
}
.mt-md-8 {
  margin-top: 2rem !important;
}
.mt-md-9 {
  margin-top: 2.25rem !important;
}
.mt-md-10 {
  margin-top: 2.5rem !important;
}
.mt-md-11 {
  margin-top: 3rem !important;
}
.mt-md-12 {
  margin-top: 3.5rem !important;
}
.mt-md-13 {
  margin-top: 4rem !important;
}
.mt-md-14 {
  margin-top: 4.5rem !important;
}
.mt-md-15 {
  margin-top: 5rem !important;
}
.mt-md-16 {
  margin-top: 6rem !important;
}
.mt-md-17 {
  margin-top: 7rem !important;
}
.mt-md-18 {
  margin-top: 8rem !important;
}
.mt-md-19 {
  margin-top: 9rem !important;
}
.mt-md-20 {
  margin-top: 10rem !important;
}
.mt-md-21 {
  margin-top: 12.5rem !important;
}
.mt-md-22 {
  margin-top: 15rem !important;
}
.mt-md-23 {
  margin-top: 17.5rem !important;
}
.mt-md-24 {
  margin-top: 20rem !important;
}
.mt-md-25 {
  margin-top: 22.5rem !important;
}
.mt-md-auto {
  margin-top: auto !important;
}
.me-md-0 {
  margin-right: 0 !important;
}
.me-md-1 {
  margin-right: 0.25rem !important;
}
.me-md-2 {
  margin-right: 0.5rem !important;
}
.me-md-3 {
  margin-right: 0.75rem !important;
}
.me-md-4 {
  margin-right: 1rem !important;
}
.me-md-5 {
  margin-right: 1.25rem !important;
}
.me-md-6 {
  margin-right: 1.5rem !important;
}
.me-md-7 {
  margin-right: 1.75rem !important;
}
.me-md-8 {
  margin-right: 2rem !important;
}
.me-md-9 {
  margin-right: 2.25rem !important;
}
.me-md-10 {
  margin-right: 2.5rem !important;
}
.me-md-11 {
  margin-right: 3rem !important;
}
.me-md-12 {
  margin-right: 3.5rem !important;
}
.me-md-13 {
  margin-right: 4rem !important;
}
.me-md-14 {
  margin-right: 4.5rem !important;
}
.me-md-15 {
  margin-right: 5rem !important;
}
.me-md-16 {
  margin-right: 6rem !important;
}
.me-md-17 {
  margin-right: 7rem !important;
}
.me-md-18 {
  margin-right: 8rem !important;
}
.me-md-19 {
  margin-right: 9rem !important;
}
.me-md-20 {
  margin-right: 10rem !important;
}
.me-md-21 {
  margin-right: 12.5rem !important;
}
.me-md-22 {
  margin-right: 15rem !important;
}
.me-md-23 {
  margin-right: 17.5rem !important;
}
.me-md-24 {
  margin-right: 20rem !important;
}
.me-md-25 {
  margin-right: 22.5rem !important;
}
.me-md-auto {
  margin-right: auto !important;
}
.mb-md-0 {
  margin-bottom: 0 !important;
}
.mb-md-1 {
  margin-bottom: 0.25rem !important;
}
.mb-md-2 {
  margin-bottom: 0.5rem !important;
}
.mb-md-3 {
  margin-bottom: 0.75rem !important;
}
.mb-md-4 {
  margin-bottom: 1rem !important;
}
.mb-md-5 {
  margin-bottom: 1.25rem !important;
}
.mb-md-6 {
  margin-bottom: 1.5rem !important;
}
.mb-md-7 {
  margin-bottom: 1.75rem !important;
}
.mb-md-8 {
  margin-bottom: 2rem !important;
}
.mb-md-9 {
  margin-bottom: 2.25rem !important;
}
.mb-md-10 {
  margin-bottom: 2.5rem !important;
}
.mb-md-11 {
  margin-bottom: 3rem !important;
}
.mb-md-12 {
  margin-bottom: 3.5rem !important;
}
.mb-md-13 {
  margin-bottom: 4rem !important;
}
.mb-md-14 {
  margin-bottom: 4.5rem !important;
}
.mb-md-15 {
  margin-bottom: 5rem !important;
}
.mb-md-16 {
  margin-bottom: 6rem !important;
}
.mb-md-17 {
  margin-bottom: 7rem !important;
}
.mb-md-18 {
  margin-bottom: 8rem !important;
}
.mb-md-19 {
  margin-bottom: 9rem !important;
}
.mb-md-20 {
  margin-bottom: 10rem !important;
}
.mb-md-21 {
  margin-bottom: 12.5rem !important;
}
.mb-md-22 {
  margin-bottom: 15rem !important;
}
.mb-md-23 {
  margin-bottom: 17.5rem !important;
}
.mb-md-24 {
  margin-bottom: 20rem !important;
}
.mb-md-25 {
  margin-bottom: 22.5rem !important;
}
.mb-md-auto {
  margin-bottom: auto !important;
}
.ms-md-0 {
  margin-left: 0 !important;
}
.ms-md-1 {
  margin-left: 0.25rem !important;
}
.ms-md-2 {
  margin-left: 0.5rem !important;
}
.ms-md-3 {
  margin-left: 0.75rem !important;
}
.ms-md-4 {
  margin-left: 1rem !important;
}
.ms-md-5 {
  margin-left: 1.25rem !important;
}
.ms-md-6 {
  margin-left: 1.5rem !important;
}
.ms-md-7 {
  margin-left: 1.75rem !important;
}
.ms-md-8 {
  margin-left: 2rem !important;
}
.ms-md-9 {
  margin-left: 2.25rem !important;
}
.ms-md-10 {
  margin-left: 2.5rem !important;
}
.ms-md-11 {
  margin-left: 3rem !important;
}
.ms-md-12 {
  margin-left: 3.5rem !important;
}
.ms-md-13 {
  margin-left: 4rem !important;
}
.ms-md-14 {
  margin-left: 4.5rem !important;
}
.ms-md-15 {
  margin-left: 5rem !important;
}
.ms-md-16 {
  margin-left: 6rem !important;
}
.ms-md-17 {
  margin-left: 7rem !important;
}
.ms-md-18 {
  margin-left: 8rem !important;
}
.ms-md-19 {
  margin-left: 9rem !important;
}
.ms-md-20 {
  margin-left: 10rem !important;
}
.ms-md-21 {
  margin-left: 12.5rem !important;
}
.ms-md-22 {
  margin-left: 15rem !important;
}
.ms-md-23 {
  margin-left: 17.5rem !important;
}
.ms-md-24 {
  margin-left: 20rem !important;
}
.ms-md-25 {
  margin-left: 22.5rem !important;
}
.ms-md-auto {
  margin-left: auto !important;
}
.m-md-n1 {
  margin: -0.25rem !important;
}
.m-md-n2 {
  margin: -0.5rem !important;
}
.m-md-n3 {
  margin: -0.75rem !important;
}
.m-md-n4 {
  margin: -1rem !important;
}
.m-md-n5 {
  margin: -1.25rem !important;
}
.m-md-n6 {
  margin: -1.5rem !important;
}
.m-md-n7 {
  margin: -1.75rem !important;
}
.m-md-n8 {
  margin: -2rem !important;
}
.m-md-n9 {
  margin: -2.25rem !important;
}
.m-md-n10 {
  margin: -2.5rem !important;
}
.m-md-n11 {
  margin: -3rem !important;
}
.m-md-n12 {
  margin: -3.5rem !important;
}
.m-md-n13 {
  margin: -4rem !important;
}
.m-md-n14 {
  margin: -4.5rem !important;
}
.m-md-n15 {
  margin: -5rem !important;
}
.m-md-n16 {
  margin: -6rem !important;
}
.m-md-n17 {
  margin: -7rem !important;
}
.m-md-n18 {
  margin: -8rem !important;
}
.m-md-n19 {
  margin: -9rem !important;
}
.m-md-n20 {
  margin: -10rem !important;
}
.m-md-n21 {
  margin: -12.5rem !important;
}
.m-md-n22 {
  margin: -15rem !important;
}
.m-md-n23 {
  margin: -17.5rem !important;
}
.m-md-n24 {
  margin: -20rem !important;
}
.m-md-n25 {
  margin: -22.5rem !important;
}
.mx-md-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mx-md-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-md-n3 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important;
}
.mx-md-n4 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-md-n5 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}
.mx-md-n6 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mx-md-n7 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important;
}
.mx-md-n8 {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
}
.mx-md-n9 {
  margin-right: -2.25rem !important;
  margin-left: -2.25rem !important;
}
.mx-md-n10 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}
.mx-md-n11 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.mx-md-n12 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important;
}
.mx-md-n13 {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
}
.mx-md-n14 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important;
}
.mx-md-n15 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}
.mx-md-n16 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}
.mx-md-n17 {
  margin-right: -7rem !important;
  margin-left: -7rem !important;
}
.mx-md-n18 {
  margin-right: -8rem !important;
  margin-left: -8rem !important;
}
.mx-md-n19 {
  margin-right: -9rem !important;
  margin-left: -9rem !important;
}
.mx-md-n20 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}
.mx-md-n21 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}
.mx-md-n22 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}
.mx-md-n23 {
  margin-right: -17.5rem !important;
  margin-left: -17.5rem !important;
}
.mx-md-n24 {
  margin-right: -20rem !important;
  margin-left: -20rem !important;
}
.mx-md-n25 {
  margin-right: -22.5rem !important;
  margin-left: -22.5rem !important;
}
.my-md-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-md-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-md-n3 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}
.my-md-n4 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-md-n5 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}
.my-md-n6 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-md-n7 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important;
}
.my-md-n8 {
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}
.my-md-n9 {
  margin-top: -2.25rem !important;
  margin-bottom: -2.25rem !important;
}
.my-md-n10 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}
.my-md-n11 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.my-md-n12 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important;
}
.my-md-n13 {
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}
.my-md-n14 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important;
}
.my-md-n15 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.my-md-n16 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}
.my-md-n17 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}
.my-md-n18 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}
.my-md-n19 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important;
}
.my-md-n20 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
.my-md-n21 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}
.my-md-n22 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}
.my-md-n23 {
  margin-top: -17.5rem !important;
  margin-bottom: -17.5rem !important;
}
.my-md-n24 {
  margin-top: -20rem !important;
  margin-bottom: -20rem !important;
}
.my-md-n25 {
  margin-top: -22.5rem !important;
  margin-bottom: -22.5rem !important;
}
.mt-md-n1 {
  margin-top: -0.25rem !important;
}
.mt-md-n2 {
  margin-top: -0.5rem !important;
}
.mt-md-n3 {
  margin-top: -0.75rem !important;
}
.mt-md-n4 {
  margin-top: -1rem !important;
}
.mt-md-n5 {
  margin-top: -1.25rem !important;
}
.mt-md-n6 {
  margin-top: -1.5rem !important;
}
.mt-md-n7 {
  margin-top: -1.75rem !important;
}
.mt-md-n8 {
  margin-top: -2rem !important;
}
.mt-md-n9 {
  margin-top: -2.25rem !important;
}
.mt-md-n10 {
  margin-top: -2.5rem !important;
}
.mt-md-n11 {
  margin-top: -3rem !important;
}
.mt-md-n12 {
  margin-top: -3.5rem !important;
}
.mt-md-n13 {
  margin-top: -4rem !important;
}
.mt-md-n14 {
  margin-top: -4.5rem !important;
}
.mt-md-n15 {
  margin-top: -5rem !important;
}
.mt-md-n16 {
  margin-top: -6rem !important;
}
.mt-md-n17 {
  margin-top: -7rem !important;
}
.mt-md-n18 {
  margin-top: -8rem !important;
}
.mt-md-n19 {
  margin-top: -9rem !important;
}
.mt-md-n20 {
  margin-top: -10rem !important;
}
.mt-md-n21 {
  margin-top: -12.5rem !important;
}
.mt-md-n22 {
  margin-top: -15rem !important;
}
.mt-md-n23 {
  margin-top: -17.5rem !important;
}
.mt-md-n24 {
  margin-top: -20rem !important;
}
.mt-md-n25 {
  margin-top: -22.5rem !important;
}
.me-md-n1 {
  margin-right: -0.25rem !important;
}
.me-md-n2 {
  margin-right: -0.5rem !important;
}
.me-md-n3 {
  margin-right: -0.75rem !important;
}
.me-md-n4 {
  margin-right: -1rem !important;
}
.me-md-n5 {
  margin-right: -1.25rem !important;
}
.me-md-n6 {
  margin-right: -1.5rem !important;
}
.me-md-n7 {
  margin-right: -1.75rem !important;
}
.me-md-n8 {
  margin-right: -2rem !important;
}
.me-md-n9 {
  margin-right: -2.25rem !important;
}
.me-md-n10 {
  margin-right: -2.5rem !important;
}
.me-md-n11 {
  margin-right: -3rem !important;
}
.me-md-n12 {
  margin-right: -3.5rem !important;
}
.me-md-n13 {
  margin-right: -4rem !important;
}
.me-md-n14 {
  margin-right: -4.5rem !important;
}
.me-md-n15 {
  margin-right: -5rem !important;
}
.me-md-n16 {
  margin-right: -6rem !important;
}
.me-md-n17 {
  margin-right: -7rem !important;
}
.me-md-n18 {
  margin-right: -8rem !important;
}
.me-md-n19 {
  margin-right: -9rem !important;
}
.me-md-n20 {
  margin-right: -10rem !important;
}
.me-md-n21 {
  margin-right: -12.5rem !important;
}
.me-md-n22 {
  margin-right: -15rem !important;
}
.me-md-n23 {
  margin-right: -17.5rem !important;
}
.me-md-n24 {
  margin-right: -20rem !important;
}
.me-md-n25 {
  margin-right: -22.5rem !important;
}
.mb-md-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-md-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-md-n3 {
  margin-bottom: -0.75rem !important;
}
.mb-md-n4 {
  margin-bottom: -1rem !important;
}
.mb-md-n5 {
  margin-bottom: -1.25rem !important;
}
.mb-md-n6 {
  margin-bottom: -1.5rem !important;
}
.mb-md-n7 {
  margin-bottom: -1.75rem !important;
}
.mb-md-n8 {
  margin-bottom: -2rem !important;
}
.mb-md-n9 {
  margin-bottom: -2.25rem !important;
}
.mb-md-n10 {
  margin-bottom: -2.5rem !important;
}
.mb-md-n11 {
  margin-bottom: -3rem !important;
}
.mb-md-n12 {
  margin-bottom: -3.5rem !important;
}
.mb-md-n13 {
  margin-bottom: -4rem !important;
}
.mb-md-n14 {
  margin-bottom: -4.5rem !important;
}
.mb-md-n15 {
  margin-bottom: -5rem !important;
}
.mb-md-n16 {
  margin-bottom: -6rem !important;
}
.mb-md-n17 {
  margin-bottom: -7rem !important;
}
.mb-md-n18 {
  margin-bottom: -8rem !important;
}
.mb-md-n19 {
  margin-bottom: -9rem !important;
}
.mb-md-n20 {
  margin-bottom: -10rem !important;
}
.mb-md-n21 {
  margin-bottom: -12.5rem !important;
}
.mb-md-n22 {
  margin-bottom: -15rem !important;
}
.mb-md-n23 {
  margin-bottom: -17.5rem !important;
}
.mb-md-n24 {
  margin-bottom: -20rem !important;
}
.mb-md-n25 {
  margin-bottom: -22.5rem !important;
}
.ms-md-n1 {
  margin-left: -0.25rem !important;
}
.ms-md-n2 {
  margin-left: -0.5rem !important;
}
.ms-md-n3 {
  margin-left: -0.75rem !important;
}
.ms-md-n4 {
  margin-left: -1rem !important;
}
.ms-md-n5 {
  margin-left: -1.25rem !important;
}
.ms-md-n6 {
  margin-left: -1.5rem !important;
}
.ms-md-n7 {
  margin-left: -1.75rem !important;
}
.ms-md-n8 {
  margin-left: -2rem !important;
}
.ms-md-n9 {
  margin-left: -2.25rem !important;
}
.ms-md-n10 {
  margin-left: -2.5rem !important;
}
.ms-md-n11 {
  margin-left: -3rem !important;
}
.ms-md-n12 {
  margin-left: -3.5rem !important;
}
.ms-md-n13 {
  margin-left: -4rem !important;
}
.ms-md-n14 {
  margin-left: -4.5rem !important;
}
.ms-md-n15 {
  margin-left: -5rem !important;
}
.ms-md-n16 {
  margin-left: -6rem !important;
}
.ms-md-n17 {
  margin-left: -7rem !important;
}
.ms-md-n18 {
  margin-left: -8rem !important;
}
.ms-md-n19 {
  margin-left: -9rem !important;
}
.ms-md-n20 {
  margin-left: -10rem !important;
}
.ms-md-n21 {
  margin-left: -12.5rem !important;
}
.ms-md-n22 {
  margin-left: -15rem !important;
}
.ms-md-n23 {
  margin-left: -17.5rem !important;
}
.ms-md-n24 {
  margin-left: -20rem !important;
}
.ms-md-n25 {
  margin-left: -22.5rem !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2rem !important;
  }
  .m-sm-9 {
    margin: 2.25rem !important;
  }
  .m-sm-10 {
    margin: 2.5rem !important;
  }
  .m-sm-11 {
    margin: 3rem !important;
  }
  .m-sm-12 {
    margin: 3.5rem !important;
  }
  .m-sm-13 {
    margin: 4rem !important;
  }
  .m-sm-14 {
    margin: 4.5rem !important;
  }
  .m-sm-15 {
    margin: 5rem !important;
  }
  .m-sm-16 {
    margin: 6rem !important;
  }
  .m-sm-17 {
    margin: 7rem !important;
  }
  .m-sm-18 {
    margin: 8rem !important;
  }
  .m-sm-19 {
    margin: 9rem !important;
  }
  .m-sm-20 {
    margin: 10rem !important;
  }
  .m-sm-21 {
    margin: 12.5rem !important;
  }
  .m-sm-22 {
    margin: 15rem !important;
  }
  .m-sm-23 {
    margin: 17.5rem !important;
  }
  .m-sm-24 {
    margin: 20rem !important;
  }
  .m-sm-25 {
    margin: 22.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-sm-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-sm-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-13 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-14 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-sm-15 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-16 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-17 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-19 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-21 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-22 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-23 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-sm-24 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-sm-25 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-13 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-14 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-sm-15 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-16 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-17 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-19 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-21 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-22 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-23 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-sm-24 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-sm-25 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mt-sm-4 {
    margin-top: 1rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-8 {
    margin-top: 2rem !important;
  }
  .mt-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-11 {
    margin-top: 3rem !important;
  }
  .mt-sm-12 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-13 {
    margin-top: 4rem !important;
  }
  .mt-sm-14 {
    margin-top: 4.5rem !important;
  }
  .mt-sm-15 {
    margin-top: 5rem !important;
  }
  .mt-sm-16 {
    margin-top: 6rem !important;
  }
  .mt-sm-17 {
    margin-top: 7rem !important;
  }
  .mt-sm-18 {
    margin-top: 8rem !important;
  }
  .mt-sm-19 {
    margin-top: 9rem !important;
  }
  .mt-sm-20 {
    margin-top: 10rem !important;
  }
  .mt-sm-21 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-22 {
    margin-top: 15rem !important;
  }
  .mt-sm-23 {
    margin-top: 17.5rem !important;
  }
  .mt-sm-24 {
    margin-top: 20rem !important;
  }
  .mt-sm-25 {
    margin-top: 22.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 0.75rem !important;
  }
  .me-sm-4 {
    margin-right: 1rem !important;
  }
  .me-sm-5 {
    margin-right: 1.25rem !important;
  }
  .me-sm-6 {
    margin-right: 1.5rem !important;
  }
  .me-sm-7 {
    margin-right: 1.75rem !important;
  }
  .me-sm-8 {
    margin-right: 2rem !important;
  }
  .me-sm-9 {
    margin-right: 2.25rem !important;
  }
  .me-sm-10 {
    margin-right: 2.5rem !important;
  }
  .me-sm-11 {
    margin-right: 3rem !important;
  }
  .me-sm-12 {
    margin-right: 3.5rem !important;
  }
  .me-sm-13 {
    margin-right: 4rem !important;
  }
  .me-sm-14 {
    margin-right: 4.5rem !important;
  }
  .me-sm-15 {
    margin-right: 5rem !important;
  }
  .me-sm-16 {
    margin-right: 6rem !important;
  }
  .me-sm-17 {
    margin-right: 7rem !important;
  }
  .me-sm-18 {
    margin-right: 8rem !important;
  }
  .me-sm-19 {
    margin-right: 9rem !important;
  }
  .me-sm-20 {
    margin-right: 10rem !important;
  }
  .me-sm-21 {
    margin-right: 12.5rem !important;
  }
  .me-sm-22 {
    margin-right: 15rem !important;
  }
  .me-sm-23 {
    margin-right: 17.5rem !important;
  }
  .me-sm-24 {
    margin-right: 20rem !important;
  }
  .me-sm-25 {
    margin-right: 22.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 4.5rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-17 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-19 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-21 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-22 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-23 {
    margin-bottom: 17.5rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 20rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 22.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.75rem !important;
  }
  .ms-sm-4 {
    margin-left: 1rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-6 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 1.75rem !important;
  }
  .ms-sm-8 {
    margin-left: 2rem !important;
  }
  .ms-sm-9 {
    margin-left: 2.25rem !important;
  }
  .ms-sm-10 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-11 {
    margin-left: 3rem !important;
  }
  .ms-sm-12 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-13 {
    margin-left: 4rem !important;
  }
  .ms-sm-14 {
    margin-left: 4.5rem !important;
  }
  .ms-sm-15 {
    margin-left: 5rem !important;
  }
  .ms-sm-16 {
    margin-left: 6rem !important;
  }
  .ms-sm-17 {
    margin-left: 7rem !important;
  }
  .ms-sm-18 {
    margin-left: 8rem !important;
  }
  .ms-sm-19 {
    margin-left: 9rem !important;
  }
  .ms-sm-20 {
    margin-left: 10rem !important;
  }
  .ms-sm-21 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-22 {
    margin-left: 15rem !important;
  }
  .ms-sm-23 {
    margin-left: 17.5rem !important;
  }
  .ms-sm-24 {
    margin-left: 20rem !important;
  }
  .ms-sm-25 {
    margin-left: 22.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  .m-sm-n8 {
    margin: -2rem !important;
  }
  .m-sm-n9 {
    margin: -2.25rem !important;
  }
  .m-sm-n10 {
    margin: -2.5rem !important;
  }
  .m-sm-n11 {
    margin: -3rem !important;
  }
  .m-sm-n12 {
    margin: -3.5rem !important;
  }
  .m-sm-n13 {
    margin: -4rem !important;
  }
  .m-sm-n14 {
    margin: -4.5rem !important;
  }
  .m-sm-n15 {
    margin: -5rem !important;
  }
  .m-sm-n16 {
    margin: -6rem !important;
  }
  .m-sm-n17 {
    margin: -7rem !important;
  }
  .m-sm-n18 {
    margin: -8rem !important;
  }
  .m-sm-n19 {
    margin: -9rem !important;
  }
  .m-sm-n20 {
    margin: -10rem !important;
  }
  .m-sm-n21 {
    margin: -12.5rem !important;
  }
  .m-sm-n22 {
    margin: -15rem !important;
  }
  .m-sm-n23 {
    margin: -17.5rem !important;
  }
  .m-sm-n24 {
    margin: -20rem !important;
  }
  .m-sm-n25 {
    margin: -22.5rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-sm-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-sm-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-sm-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n11 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n12 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-sm-n13 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-sm-n14 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-sm-n15 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n16 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n17 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-sm-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-sm-n19 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-sm-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n21 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-sm-n22 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-sm-n23 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-sm-n24 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-sm-n25 {
    margin-right: -22.5rem !important;
    margin-left: -22.5rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-sm-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-sm-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-sm-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-sm-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n11 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n12 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-sm-n13 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-sm-n14 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-sm-n15 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n16 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n17 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-sm-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-sm-n19 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-sm-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n21 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-sm-n22 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-sm-n23 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-sm-n24 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-sm-n25 {
    margin-top: -22.5rem !important;
    margin-bottom: -22.5rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1rem !important;
  }
  .mt-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-sm-n8 {
    margin-top: -2rem !important;
  }
  .mt-sm-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-sm-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n11 {
    margin-top: -3rem !important;
  }
  .mt-sm-n12 {
    margin-top: -3.5rem !important;
  }
  .mt-sm-n13 {
    margin-top: -4rem !important;
  }
  .mt-sm-n14 {
    margin-top: -4.5rem !important;
  }
  .mt-sm-n15 {
    margin-top: -5rem !important;
  }
  .mt-sm-n16 {
    margin-top: -6rem !important;
  }
  .mt-sm-n17 {
    margin-top: -7rem !important;
  }
  .mt-sm-n18 {
    margin-top: -8rem !important;
  }
  .mt-sm-n19 {
    margin-top: -9rem !important;
  }
  .mt-sm-n20 {
    margin-top: -10rem !important;
  }
  .mt-sm-n21 {
    margin-top: -12.5rem !important;
  }
  .mt-sm-n22 {
    margin-top: -15rem !important;
  }
  .mt-sm-n23 {
    margin-top: -17.5rem !important;
  }
  .mt-sm-n24 {
    margin-top: -20rem !important;
  }
  .mt-sm-n25 {
    margin-top: -22.5rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .me-sm-n4 {
    margin-right: -1rem !important;
  }
  .me-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .me-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n7 {
    margin-right: -1.75rem !important;
  }
  .me-sm-n8 {
    margin-right: -2rem !important;
  }
  .me-sm-n9 {
    margin-right: -2.25rem !important;
  }
  .me-sm-n10 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n11 {
    margin-right: -3rem !important;
  }
  .me-sm-n12 {
    margin-right: -3.5rem !important;
  }
  .me-sm-n13 {
    margin-right: -4rem !important;
  }
  .me-sm-n14 {
    margin-right: -4.5rem !important;
  }
  .me-sm-n15 {
    margin-right: -5rem !important;
  }
  .me-sm-n16 {
    margin-right: -6rem !important;
  }
  .me-sm-n17 {
    margin-right: -7rem !important;
  }
  .me-sm-n18 {
    margin-right: -8rem !important;
  }
  .me-sm-n19 {
    margin-right: -9rem !important;
  }
  .me-sm-n20 {
    margin-right: -10rem !important;
  }
  .me-sm-n21 {
    margin-right: -12.5rem !important;
  }
  .me-sm-n22 {
    margin-right: -15rem !important;
  }
  .me-sm-n23 {
    margin-right: -17.5rem !important;
  }
  .me-sm-n24 {
    margin-right: -20rem !important;
  }
  .me-sm-n25 {
    margin-right: -22.5rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -2rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -4rem !important;
  }
  .mb-sm-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mb-sm-n15 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n16 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n17 {
    margin-bottom: -7rem !important;
  }
  .mb-sm-n18 {
    margin-bottom: -8rem !important;
  }
  .mb-sm-n19 {
    margin-bottom: -9rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mb-sm-n22 {
    margin-bottom: -15rem !important;
  }
  .mb-sm-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mb-sm-n24 {
    margin-bottom: -20rem !important;
  }
  .mb-sm-n25 {
    margin-bottom: -22.5rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1rem !important;
  }
  .ms-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n7 {
    margin-left: -1.75rem !important;
  }
  .ms-sm-n8 {
    margin-left: -2rem !important;
  }
  .ms-sm-n9 {
    margin-left: -2.25rem !important;
  }
  .ms-sm-n10 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n11 {
    margin-left: -3rem !important;
  }
  .ms-sm-n12 {
    margin-left: -3.5rem !important;
  }
  .ms-sm-n13 {
    margin-left: -4rem !important;
  }
  .ms-sm-n14 {
    margin-left: -4.5rem !important;
  }
  .ms-sm-n15 {
    margin-left: -5rem !important;
  }
  .ms-sm-n16 {
    margin-left: -6rem !important;
  }
  .ms-sm-n17 {
    margin-left: -7rem !important;
  }
  .ms-sm-n18 {
    margin-left: -8rem !important;
  }
  .ms-sm-n19 {
    margin-left: -9rem !important;
  }
  .ms-sm-n20 {
    margin-left: -10rem !important;
  }
  .ms-sm-n21 {
    margin-left: -12.5rem !important;
  }
  .ms-sm-n22 {
    margin-left: -15rem !important;
  }
  .ms-sm-n23 {
    margin-left: -17.5rem !important;
  }
  .ms-sm-n24 {
    margin-left: -20rem !important;
  }
  .ms-sm-n25 {
    margin-left: -22.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2rem !important;
  }
  .p-sm-9 {
    padding: 2.25rem !important;
  }
  .p-sm-10 {
    padding: 2.5rem !important;
  }
  .p-sm-11 {
    padding: 3rem !important;
  }
  .p-sm-12 {
    padding: 3.5rem !important;
  }
  .p-sm-13 {
    padding: 4rem !important;
  }
  .p-sm-14 {
    padding: 4.5rem !important;
  }
  .p-sm-15 {
    padding: 5rem !important;
  }
  .p-sm-16 {
    padding: 6rem !important;
  }
  .p-sm-17 {
    padding: 7rem !important;
  }
  .p-sm-18 {
    padding: 8rem !important;
  }
  .p-sm-19 {
    padding: 9rem !important;
  }
  .p-sm-20 {
    padding: 10rem !important;
  }
  .p-sm-21 {
    padding: 12.5rem !important;
  }
  .p-sm-22 {
    padding: 15rem !important;
  }
  .p-sm-23 {
    padding: 17.5rem !important;
  }
  .p-sm-24 {
    padding: 20rem !important;
  }
  .p-sm-25 {
    padding: 22.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-sm-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-sm-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-14 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-sm-15 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-16 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-17 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-19 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-21 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sm-22 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-sm-23 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-sm-24 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-sm-25 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-14 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-sm-15 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-16 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-17 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-19 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-21 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sm-22 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-sm-23 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-sm-24 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-sm-25 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pt-sm-4 {
    padding-top: 1rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-8 {
    padding-top: 2rem !important;
  }
  .pt-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-11 {
    padding-top: 3rem !important;
  }
  .pt-sm-12 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-13 {
    padding-top: 4rem !important;
  }
  .pt-sm-14 {
    padding-top: 4.5rem !important;
  }
  .pt-sm-15 {
    padding-top: 5rem !important;
  }
  .pt-sm-16 {
    padding-top: 6rem !important;
  }
  .pt-sm-17 {
    padding-top: 7rem !important;
  }
  .pt-sm-18 {
    padding-top: 8rem !important;
  }
  .pt-sm-19 {
    padding-top: 9rem !important;
  }
  .pt-sm-20 {
    padding-top: 10rem !important;
  }
  .pt-sm-21 {
    padding-top: 12.5rem !important;
  }
  .pt-sm-22 {
    padding-top: 15rem !important;
  }
  .pt-sm-23 {
    padding-top: 17.5rem !important;
  }
  .pt-sm-24 {
    padding-top: 20rem !important;
  }
  .pt-sm-25 {
    padding-top: 22.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pe-sm-4 {
    padding-right: 1rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pe-sm-8 {
    padding-right: 2rem !important;
  }
  .pe-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pe-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-11 {
    padding-right: 3rem !important;
  }
  .pe-sm-12 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-13 {
    padding-right: 4rem !important;
  }
  .pe-sm-14 {
    padding-right: 4.5rem !important;
  }
  .pe-sm-15 {
    padding-right: 5rem !important;
  }
  .pe-sm-16 {
    padding-right: 6rem !important;
  }
  .pe-sm-17 {
    padding-right: 7rem !important;
  }
  .pe-sm-18 {
    padding-right: 8rem !important;
  }
  .pe-sm-19 {
    padding-right: 9rem !important;
  }
  .pe-sm-20 {
    padding-right: 10rem !important;
  }
  .pe-sm-21 {
    padding-right: 12.5rem !important;
  }
  .pe-sm-22 {
    padding-right: 15rem !important;
  }
  .pe-sm-23 {
    padding-right: 17.5rem !important;
  }
  .pe-sm-24 {
    padding-right: 20rem !important;
  }
  .pe-sm-25 {
    padding-right: 22.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 4.5rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-19 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-21 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sm-22 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-23 {
    padding-bottom: 17.5rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 20rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 22.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.75rem !important;
  }
  .ps-sm-4 {
    padding-left: 1rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-6 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 1.75rem !important;
  }
  .ps-sm-8 {
    padding-left: 2rem !important;
  }
  .ps-sm-9 {
    padding-left: 2.25rem !important;
  }
  .ps-sm-10 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-11 {
    padding-left: 3rem !important;
  }
  .ps-sm-12 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-13 {
    padding-left: 4rem !important;
  }
  .ps-sm-14 {
    padding-left: 4.5rem !important;
  }
  .ps-sm-15 {
    padding-left: 5rem !important;
  }
  .ps-sm-16 {
    padding-left: 6rem !important;
  }
  .ps-sm-17 {
    padding-left: 7rem !important;
  }
  .ps-sm-18 {
    padding-left: 8rem !important;
  }
  .ps-sm-19 {
    padding-left: 9rem !important;
  }
  .ps-sm-20 {
    padding-left: 10rem !important;
  }
  .ps-sm-21 {
    padding-left: 12.5rem !important;
  }
  .ps-sm-22 {
    padding-left: 15rem !important;
  }
  .ps-sm-23 {
    padding-left: 17.5rem !important;
  }
  .ps-sm-24 {
    padding-left: 20rem !important;
  }
  .ps-sm-25 {
    padding-left: 22.5rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 0.75rem !important;
  }
  .gap-sm-4 {
    gap: 1rem !important;
  }
  .gap-sm-5 {
    gap: 1.25rem !important;
  }
  .gap-sm-6 {
    gap: 1.5rem !important;
  }
  .gap-sm-7 {
    gap: 1.75rem !important;
  }
  .gap-sm-8 {
    gap: 2rem !important;
  }
  .gap-sm-9 {
    gap: 2.25rem !important;
  }
  .gap-sm-10 {
    gap: 2.5rem !important;
  }
  .gap-sm-11 {
    gap: 3rem !important;
  }
  .gap-sm-12 {
    gap: 3.5rem !important;
  }
  .gap-sm-13 {
    gap: 4rem !important;
  }
  .gap-sm-14 {
    gap: 4.5rem !important;
  }
  .gap-sm-15 {
    gap: 5rem !important;
  }
  .gap-sm-16 {
    gap: 6rem !important;
  }
  .gap-sm-17 {
    gap: 7rem !important;
  }
  .gap-sm-18 {
    gap: 8rem !important;
  }
  .gap-sm-19 {
    gap: 9rem !important;
  }
  .gap-sm-20 {
    gap: 10rem !important;
  }
  .gap-sm-21 {
    gap: 12.5rem !important;
  }
  .gap-sm-22 {
    gap: 15rem !important;
  }
  .gap-sm-23 {
    gap: 17.5rem !important;
  }
  .gap-sm-24 {
    gap: 20rem !important;
  }
  .gap-sm-25 {
    gap: 22.5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2rem !important;
  }
  .m-md-9 {
    margin: 2.25rem !important;
  }
  .m-md-10 {
    margin: 2.5rem !important;
  }
  .m-md-11 {
    margin: 3rem !important;
  }
  .m-md-12 {
    margin: 3.5rem !important;
  }
  .m-md-13 {
    margin: 4rem !important;
  }
  .m-md-14 {
    margin: 4.5rem !important;
  }
  .m-md-15 {
    margin: 5rem !important;
  }
  .m-md-16 {
    margin: 6rem !important;
  }
  .m-md-17 {
    margin: 7rem !important;
  }
  .m-md-18 {
    margin: 8rem !important;
  }
  .m-md-19 {
    margin: 9rem !important;
  }
  .m-md-20 {
    margin: 10rem !important;
  }
  .m-md-21 {
    margin: 12.5rem !important;
  }
  .m-md-22 {
    margin: 15rem !important;
  }
  .m-md-23 {
    margin: 17.5rem !important;
  }
  .m-md-24 {
    margin: 20rem !important;
  }
  .m-md-25 {
    margin: 22.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-md-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-md-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-13 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-14 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-md-15 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-16 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-17 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-19 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-21 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-22 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-23 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-md-24 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-md-25 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-13 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-14 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-md-15 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-16 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-17 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-19 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-21 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-22 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-23 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-md-24 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-md-25 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 0.75rem !important;
  }
  .mt-md-4 {
    margin-top: 1rem !important;
  }
  .mt-md-5 {
    margin-top: 1.25rem !important;
  }
  .mt-md-6 {
    margin-top: 1.5rem !important;
  }
  .mt-md-7 {
    margin-top: 1.75rem !important;
  }
  .mt-md-8 {
    margin-top: 2rem !important;
  }
  .mt-md-9 {
    margin-top: 2.25rem !important;
  }
  .mt-md-10 {
    margin-top: 2.5rem !important;
  }
  .mt-md-11 {
    margin-top: 3rem !important;
  }
  .mt-md-12 {
    margin-top: 3.5rem !important;
  }
  .mt-md-13 {
    margin-top: 4rem !important;
  }
  .mt-md-14 {
    margin-top: 4.5rem !important;
  }
  .mt-md-15 {
    margin-top: 5rem !important;
  }
  .mt-md-16 {
    margin-top: 6rem !important;
  }
  .mt-md-17 {
    margin-top: 7rem !important;
  }
  .mt-md-18 {
    margin-top: 8rem !important;
  }
  .mt-md-19 {
    margin-top: 9rem !important;
  }
  .mt-md-20 {
    margin-top: 10rem !important;
  }
  .mt-md-21 {
    margin-top: 12.5rem !important;
  }
  .mt-md-22 {
    margin-top: 15rem !important;
  }
  .mt-md-23 {
    margin-top: 17.5rem !important;
  }
  .mt-md-24 {
    margin-top: 20rem !important;
  }
  .mt-md-25 {
    margin-top: 22.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 0.75rem !important;
  }
  .me-md-4 {
    margin-right: 1rem !important;
  }
  .me-md-5 {
    margin-right: 1.25rem !important;
  }
  .me-md-6 {
    margin-right: 1.5rem !important;
  }
  .me-md-7 {
    margin-right: 1.75rem !important;
  }
  .me-md-8 {
    margin-right: 2rem !important;
  }
  .me-md-9 {
    margin-right: 2.25rem !important;
  }
  .me-md-10 {
    margin-right: 2.5rem !important;
  }
  .me-md-11 {
    margin-right: 3rem !important;
  }
  .me-md-12 {
    margin-right: 3.5rem !important;
  }
  .me-md-13 {
    margin-right: 4rem !important;
  }
  .me-md-14 {
    margin-right: 4.5rem !important;
  }
  .me-md-15 {
    margin-right: 5rem !important;
  }
  .me-md-16 {
    margin-right: 6rem !important;
  }
  .me-md-17 {
    margin-right: 7rem !important;
  }
  .me-md-18 {
    margin-right: 8rem !important;
  }
  .me-md-19 {
    margin-right: 9rem !important;
  }
  .me-md-20 {
    margin-right: 10rem !important;
  }
  .me-md-21 {
    margin-right: 12.5rem !important;
  }
  .me-md-22 {
    margin-right: 15rem !important;
  }
  .me-md-23 {
    margin-right: 17.5rem !important;
  }
  .me-md-24 {
    margin-right: 20rem !important;
  }
  .me-md-25 {
    margin-right: 22.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-8 {
    margin-bottom: 2rem !important;
  }
  .mb-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-11 {
    margin-bottom: 3rem !important;
  }
  .mb-md-12 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 4rem !important;
  }
  .mb-md-14 {
    margin-bottom: 4.5rem !important;
  }
  .mb-md-15 {
    margin-bottom: 5rem !important;
  }
  .mb-md-16 {
    margin-bottom: 6rem !important;
  }
  .mb-md-17 {
    margin-bottom: 7rem !important;
  }
  .mb-md-18 {
    margin-bottom: 8rem !important;
  }
  .mb-md-19 {
    margin-bottom: 9rem !important;
  }
  .mb-md-20 {
    margin-bottom: 10rem !important;
  }
  .mb-md-21 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-22 {
    margin-bottom: 15rem !important;
  }
  .mb-md-23 {
    margin-bottom: 17.5rem !important;
  }
  .mb-md-24 {
    margin-bottom: 20rem !important;
  }
  .mb-md-25 {
    margin-bottom: 22.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 0.75rem !important;
  }
  .ms-md-4 {
    margin-left: 1rem !important;
  }
  .ms-md-5 {
    margin-left: 1.25rem !important;
  }
  .ms-md-6 {
    margin-left: 1.5rem !important;
  }
  .ms-md-7 {
    margin-left: 1.75rem !important;
  }
  .ms-md-8 {
    margin-left: 2rem !important;
  }
  .ms-md-9 {
    margin-left: 2.25rem !important;
  }
  .ms-md-10 {
    margin-left: 2.5rem !important;
  }
  .ms-md-11 {
    margin-left: 3rem !important;
  }
  .ms-md-12 {
    margin-left: 3.5rem !important;
  }
  .ms-md-13 {
    margin-left: 4rem !important;
  }
  .ms-md-14 {
    margin-left: 4.5rem !important;
  }
  .ms-md-15 {
    margin-left: 5rem !important;
  }
  .ms-md-16 {
    margin-left: 6rem !important;
  }
  .ms-md-17 {
    margin-left: 7rem !important;
  }
  .ms-md-18 {
    margin-left: 8rem !important;
  }
  .ms-md-19 {
    margin-left: 9rem !important;
  }
  .ms-md-20 {
    margin-left: 10rem !important;
  }
  .ms-md-21 {
    margin-left: 12.5rem !important;
  }
  .ms-md-22 {
    margin-left: 15rem !important;
  }
  .ms-md-23 {
    margin-left: 17.5rem !important;
  }
  .ms-md-24 {
    margin-left: 20rem !important;
  }
  .ms-md-25 {
    margin-left: 22.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  .m-md-n8 {
    margin: -2rem !important;
  }
  .m-md-n9 {
    margin: -2.25rem !important;
  }
  .m-md-n10 {
    margin: -2.5rem !important;
  }
  .m-md-n11 {
    margin: -3rem !important;
  }
  .m-md-n12 {
    margin: -3.5rem !important;
  }
  .m-md-n13 {
    margin: -4rem !important;
  }
  .m-md-n14 {
    margin: -4.5rem !important;
  }
  .m-md-n15 {
    margin: -5rem !important;
  }
  .m-md-n16 {
    margin: -6rem !important;
  }
  .m-md-n17 {
    margin: -7rem !important;
  }
  .m-md-n18 {
    margin: -8rem !important;
  }
  .m-md-n19 {
    margin: -9rem !important;
  }
  .m-md-n20 {
    margin: -10rem !important;
  }
  .m-md-n21 {
    margin: -12.5rem !important;
  }
  .m-md-n22 {
    margin: -15rem !important;
  }
  .m-md-n23 {
    margin: -17.5rem !important;
  }
  .m-md-n24 {
    margin: -20rem !important;
  }
  .m-md-n25 {
    margin: -22.5rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-md-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-md-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-md-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-md-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n11 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n12 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-md-n13 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-md-n14 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-md-n15 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n16 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n17 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-md-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-md-n19 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-md-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n21 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-md-n22 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-md-n23 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-md-n24 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-md-n25 {
    margin-right: -22.5rem !important;
    margin-left: -22.5rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-md-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-md-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-md-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-md-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n11 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n12 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-md-n13 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-md-n14 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-md-n15 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n16 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n17 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-md-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-md-n19 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-md-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n21 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-md-n22 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-md-n23 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-md-n24 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-md-n25 {
    margin-top: -22.5rem !important;
    margin-bottom: -22.5rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-md-n4 {
    margin-top: -1rem !important;
  }
  .mt-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-md-n8 {
    margin-top: -2rem !important;
  }
  .mt-md-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-md-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n11 {
    margin-top: -3rem !important;
  }
  .mt-md-n12 {
    margin-top: -3.5rem !important;
  }
  .mt-md-n13 {
    margin-top: -4rem !important;
  }
  .mt-md-n14 {
    margin-top: -4.5rem !important;
  }
  .mt-md-n15 {
    margin-top: -5rem !important;
  }
  .mt-md-n16 {
    margin-top: -6rem !important;
  }
  .mt-md-n17 {
    margin-top: -7rem !important;
  }
  .mt-md-n18 {
    margin-top: -8rem !important;
  }
  .mt-md-n19 {
    margin-top: -9rem !important;
  }
  .mt-md-n20 {
    margin-top: -10rem !important;
  }
  .mt-md-n21 {
    margin-top: -12.5rem !important;
  }
  .mt-md-n22 {
    margin-top: -15rem !important;
  }
  .mt-md-n23 {
    margin-top: -17.5rem !important;
  }
  .mt-md-n24 {
    margin-top: -20rem !important;
  }
  .mt-md-n25 {
    margin-top: -22.5rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -0.75rem !important;
  }
  .me-md-n4 {
    margin-right: -1rem !important;
  }
  .me-md-n5 {
    margin-right: -1.25rem !important;
  }
  .me-md-n6 {
    margin-right: -1.5rem !important;
  }
  .me-md-n7 {
    margin-right: -1.75rem !important;
  }
  .me-md-n8 {
    margin-right: -2rem !important;
  }
  .me-md-n9 {
    margin-right: -2.25rem !important;
  }
  .me-md-n10 {
    margin-right: -2.5rem !important;
  }
  .me-md-n11 {
    margin-right: -3rem !important;
  }
  .me-md-n12 {
    margin-right: -3.5rem !important;
  }
  .me-md-n13 {
    margin-right: -4rem !important;
  }
  .me-md-n14 {
    margin-right: -4.5rem !important;
  }
  .me-md-n15 {
    margin-right: -5rem !important;
  }
  .me-md-n16 {
    margin-right: -6rem !important;
  }
  .me-md-n17 {
    margin-right: -7rem !important;
  }
  .me-md-n18 {
    margin-right: -8rem !important;
  }
  .me-md-n19 {
    margin-right: -9rem !important;
  }
  .me-md-n20 {
    margin-right: -10rem !important;
  }
  .me-md-n21 {
    margin-right: -12.5rem !important;
  }
  .me-md-n22 {
    margin-right: -15rem !important;
  }
  .me-md-n23 {
    margin-right: -17.5rem !important;
  }
  .me-md-n24 {
    margin-right: -20rem !important;
  }
  .me-md-n25 {
    margin-right: -22.5rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -2rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -4rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mb-md-n15 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n16 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n17 {
    margin-bottom: -7rem !important;
  }
  .mb-md-n18 {
    margin-bottom: -8rem !important;
  }
  .mb-md-n19 {
    margin-bottom: -9rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mb-md-n22 {
    margin-bottom: -15rem !important;
  }
  .mb-md-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mb-md-n24 {
    margin-bottom: -20rem !important;
  }
  .mb-md-n25 {
    margin-bottom: -22.5rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-md-n4 {
    margin-left: -1rem !important;
  }
  .ms-md-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n7 {
    margin-left: -1.75rem !important;
  }
  .ms-md-n8 {
    margin-left: -2rem !important;
  }
  .ms-md-n9 {
    margin-left: -2.25rem !important;
  }
  .ms-md-n10 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n11 {
    margin-left: -3rem !important;
  }
  .ms-md-n12 {
    margin-left: -3.5rem !important;
  }
  .ms-md-n13 {
    margin-left: -4rem !important;
  }
  .ms-md-n14 {
    margin-left: -4.5rem !important;
  }
  .ms-md-n15 {
    margin-left: -5rem !important;
  }
  .ms-md-n16 {
    margin-left: -6rem !important;
  }
  .ms-md-n17 {
    margin-left: -7rem !important;
  }
  .ms-md-n18 {
    margin-left: -8rem !important;
  }
  .ms-md-n19 {
    margin-left: -9rem !important;
  }
  .ms-md-n20 {
    margin-left: -10rem !important;
  }
  .ms-md-n21 {
    margin-left: -12.5rem !important;
  }
  .ms-md-n22 {
    margin-left: -15rem !important;
  }
  .ms-md-n23 {
    margin-left: -17.5rem !important;
  }
  .ms-md-n24 {
    margin-left: -20rem !important;
  }
  .ms-md-n25 {
    margin-left: -22.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2rem !important;
  }
  .p-md-9 {
    padding: 2.25rem !important;
  }
  .p-md-10 {
    padding: 2.5rem !important;
  }
  .p-md-11 {
    padding: 3rem !important;
  }
  .p-md-12 {
    padding: 3.5rem !important;
  }
  .p-md-13 {
    padding: 4rem !important;
  }
  .p-md-14 {
    padding: 4.5rem !important;
  }
  .p-md-15 {
    padding: 5rem !important;
  }
  .p-md-16 {
    padding: 6rem !important;
  }
  .p-md-17 {
    padding: 7rem !important;
  }
  .p-md-18 {
    padding: 8rem !important;
  }
  .p-md-19 {
    padding: 9rem !important;
  }
  .p-md-20 {
    padding: 10rem !important;
  }
  .p-md-21 {
    padding: 12.5rem !important;
  }
  .p-md-22 {
    padding: 15rem !important;
  }
  .p-md-23 {
    padding: 17.5rem !important;
  }
  .p-md-24 {
    padding: 20rem !important;
  }
  .p-md-25 {
    padding: 22.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-md-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-md-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-14 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-md-15 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-16 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-17 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-19 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-21 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-md-22 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-md-23 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-md-24 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-md-25 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-14 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-md-15 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-16 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-17 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-19 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-21 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-md-22 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-md-23 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-md-24 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-md-25 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 0.75rem !important;
  }
  .pt-md-4 {
    padding-top: 1rem !important;
  }
  .pt-md-5 {
    padding-top: 1.25rem !important;
  }
  .pt-md-6 {
    padding-top: 1.5rem !important;
  }
  .pt-md-7 {
    padding-top: 1.75rem !important;
  }
  .pt-md-8 {
    padding-top: 2rem !important;
  }
  .pt-md-9 {
    padding-top: 2.25rem !important;
  }
  .pt-md-10 {
    padding-top: 2.5rem !important;
  }
  .pt-md-11 {
    padding-top: 3rem !important;
  }
  .pt-md-12 {
    padding-top: 3.5rem !important;
  }
  .pt-md-13 {
    padding-top: 4rem !important;
  }
  .pt-md-14 {
    padding-top: 4.5rem !important;
  }
  .pt-md-15 {
    padding-top: 5rem !important;
  }
  .pt-md-16 {
    padding-top: 6rem !important;
  }
  .pt-md-17 {
    padding-top: 7rem !important;
  }
  .pt-md-18 {
    padding-top: 8rem !important;
  }
  .pt-md-19 {
    padding-top: 9rem !important;
  }
  .pt-md-20 {
    padding-top: 10rem !important;
  }
  .pt-md-21 {
    padding-top: 12.5rem !important;
  }
  .pt-md-22 {
    padding-top: 15rem !important;
  }
  .pt-md-23 {
    padding-top: 17.5rem !important;
  }
  .pt-md-24 {
    padding-top: 20rem !important;
  }
  .pt-md-25 {
    padding-top: 22.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 0.75rem !important;
  }
  .pe-md-4 {
    padding-right: 1rem !important;
  }
  .pe-md-5 {
    padding-right: 1.25rem !important;
  }
  .pe-md-6 {
    padding-right: 1.5rem !important;
  }
  .pe-md-7 {
    padding-right: 1.75rem !important;
  }
  .pe-md-8 {
    padding-right: 2rem !important;
  }
  .pe-md-9 {
    padding-right: 2.25rem !important;
  }
  .pe-md-10 {
    padding-right: 2.5rem !important;
  }
  .pe-md-11 {
    padding-right: 3rem !important;
  }
  .pe-md-12 {
    padding-right: 3.5rem !important;
  }
  .pe-md-13 {
    padding-right: 4rem !important;
  }
  .pe-md-14 {
    padding-right: 4.5rem !important;
  }
  .pe-md-15 {
    padding-right: 5rem !important;
  }
  .pe-md-16 {
    padding-right: 6rem !important;
  }
  .pe-md-17 {
    padding-right: 7rem !important;
  }
  .pe-md-18 {
    padding-right: 8rem !important;
  }
  .pe-md-19 {
    padding-right: 9rem !important;
  }
  .pe-md-20 {
    padding-right: 10rem !important;
  }
  .pe-md-21 {
    padding-right: 12.5rem !important;
  }
  .pe-md-22 {
    padding-right: 15rem !important;
  }
  .pe-md-23 {
    padding-right: 17.5rem !important;
  }
  .pe-md-24 {
    padding-right: 20rem !important;
  }
  .pe-md-25 {
    padding-right: 22.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-8 {
    padding-bottom: 2rem !important;
  }
  .pb-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-11 {
    padding-bottom: 3rem !important;
  }
  .pb-md-12 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 4rem !important;
  }
  .pb-md-14 {
    padding-bottom: 4.5rem !important;
  }
  .pb-md-15 {
    padding-bottom: 5rem !important;
  }
  .pb-md-16 {
    padding-bottom: 6rem !important;
  }
  .pb-md-17 {
    padding-bottom: 7rem !important;
  }
  .pb-md-18 {
    padding-bottom: 8rem !important;
  }
  .pb-md-19 {
    padding-bottom: 9rem !important;
  }
  .pb-md-20 {
    padding-bottom: 10rem !important;
  }
  .pb-md-21 {
    padding-bottom: 12.5rem !important;
  }
  .pb-md-22 {
    padding-bottom: 15rem !important;
  }
  .pb-md-23 {
    padding-bottom: 17.5rem !important;
  }
  .pb-md-24 {
    padding-bottom: 20rem !important;
  }
  .pb-md-25 {
    padding-bottom: 22.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 0.75rem !important;
  }
  .ps-md-4 {
    padding-left: 1rem !important;
  }
  .ps-md-5 {
    padding-left: 1.25rem !important;
  }
  .ps-md-6 {
    padding-left: 1.5rem !important;
  }
  .ps-md-7 {
    padding-left: 1.75rem !important;
  }
  .ps-md-8 {
    padding-left: 2rem !important;
  }
  .ps-md-9 {
    padding-left: 2.25rem !important;
  }
  .ps-md-10 {
    padding-left: 2.5rem !important;
  }
  .ps-md-11 {
    padding-left: 3rem !important;
  }
  .ps-md-12 {
    padding-left: 3.5rem !important;
  }
  .ps-md-13 {
    padding-left: 4rem !important;
  }
  .ps-md-14 {
    padding-left: 4.5rem !important;
  }
  .ps-md-15 {
    padding-left: 5rem !important;
  }
  .ps-md-16 {
    padding-left: 6rem !important;
  }
  .ps-md-17 {
    padding-left: 7rem !important;
  }
  .ps-md-18 {
    padding-left: 8rem !important;
  }
  .ps-md-19 {
    padding-left: 9rem !important;
  }
  .ps-md-20 {
    padding-left: 10rem !important;
  }
  .ps-md-21 {
    padding-left: 12.5rem !important;
  }
  .ps-md-22 {
    padding-left: 15rem !important;
  }
  .ps-md-23 {
    padding-left: 17.5rem !important;
  }
  .ps-md-24 {
    padding-left: 20rem !important;
  }
  .ps-md-25 {
    padding-left: 22.5rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 0.75rem !important;
  }
  .gap-md-4 {
    gap: 1rem !important;
  }
  .gap-md-5 {
    gap: 1.25rem !important;
  }
  .gap-md-6 {
    gap: 1.5rem !important;
  }
  .gap-md-7 {
    gap: 1.75rem !important;
  }
  .gap-md-8 {
    gap: 2rem !important;
  }
  .gap-md-9 {
    gap: 2.25rem !important;
  }
  .gap-md-10 {
    gap: 2.5rem !important;
  }
  .gap-md-11 {
    gap: 3rem !important;
  }
  .gap-md-12 {
    gap: 3.5rem !important;
  }
  .gap-md-13 {
    gap: 4rem !important;
  }
  .gap-md-14 {
    gap: 4.5rem !important;
  }
  .gap-md-15 {
    gap: 5rem !important;
  }
  .gap-md-16 {
    gap: 6rem !important;
  }
  .gap-md-17 {
    gap: 7rem !important;
  }
  .gap-md-18 {
    gap: 8rem !important;
  }
  .gap-md-19 {
    gap: 9rem !important;
  }
  .gap-md-20 {
    gap: 10rem !important;
  }
  .gap-md-21 {
    gap: 12.5rem !important;
  }
  .gap-md-22 {
    gap: 15rem !important;
  }
  .gap-md-23 {
    gap: 17.5rem !important;
  }
  .gap-md-24 {
    gap: 20rem !important;
  }
  .gap-md-25 {
    gap: 22.5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2rem !important;
  }
  .m-lg-9 {
    margin: 2.25rem !important;
  }
  .m-lg-10 {
    margin: 2.5rem !important;
  }
  .m-lg-11 {
    margin: 3rem !important;
  }
  .m-lg-12 {
    margin: 3.5rem !important;
  }
  .m-lg-13 {
    margin: 4rem !important;
  }
  .m-lg-14 {
    margin: 4.5rem !important;
  }
  .m-lg-15 {
    margin: 5rem !important;
  }
  .m-lg-16 {
    margin: 6rem !important;
  }
  .m-lg-17 {
    margin: 7rem !important;
  }
  .m-lg-18 {
    margin: 8rem !important;
  }
  .m-lg-19 {
    margin: 9rem !important;
  }
  .m-lg-20 {
    margin: 10rem !important;
  }
  .m-lg-21 {
    margin: 12.5rem !important;
  }
  .m-lg-22 {
    margin: 15rem !important;
  }
  .m-lg-23 {
    margin: 17.5rem !important;
  }
  .m-lg-24 {
    margin: 20rem !important;
  }
  .m-lg-25 {
    margin: 22.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-lg-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-lg-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-13 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-14 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-lg-15 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-16 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-17 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-19 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-21 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-22 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-23 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-lg-24 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-lg-25 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-13 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-14 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-lg-15 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-16 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-17 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-19 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-21 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-22 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-23 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-lg-24 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-lg-25 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mt-lg-4 {
    margin-top: 1rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-8 {
    margin-top: 2rem !important;
  }
  .mt-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-11 {
    margin-top: 3rem !important;
  }
  .mt-lg-12 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-13 {
    margin-top: 4rem !important;
  }
  .mt-lg-14 {
    margin-top: 4.5rem !important;
  }
  .mt-lg-15 {
    margin-top: 5rem !important;
  }
  .mt-lg-16 {
    margin-top: 6rem !important;
  }
  .mt-lg-17 {
    margin-top: 7rem !important;
  }
  .mt-lg-18 {
    margin-top: 8rem !important;
  }
  .mt-lg-19 {
    margin-top: 9rem !important;
  }
  .mt-lg-20 {
    margin-top: 10rem !important;
  }
  .mt-lg-21 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-22 {
    margin-top: 15rem !important;
  }
  .mt-lg-23 {
    margin-top: 17.5rem !important;
  }
  .mt-lg-24 {
    margin-top: 20rem !important;
  }
  .mt-lg-25 {
    margin-top: 22.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 0.75rem !important;
  }
  .me-lg-4 {
    margin-right: 1rem !important;
  }
  .me-lg-5 {
    margin-right: 1.25rem !important;
  }
  .me-lg-6 {
    margin-right: 1.5rem !important;
  }
  .me-lg-7 {
    margin-right: 1.75rem !important;
  }
  .me-lg-8 {
    margin-right: 2rem !important;
  }
  .me-lg-9 {
    margin-right: 2.25rem !important;
  }
  .me-lg-10 {
    margin-right: 2.5rem !important;
  }
  .me-lg-11 {
    margin-right: 3rem !important;
  }
  .me-lg-12 {
    margin-right: 3.5rem !important;
  }
  .me-lg-13 {
    margin-right: 4rem !important;
  }
  .me-lg-14 {
    margin-right: 4.5rem !important;
  }
  .me-lg-15 {
    margin-right: 5rem !important;
  }
  .me-lg-16 {
    margin-right: 6rem !important;
  }
  .me-lg-17 {
    margin-right: 7rem !important;
  }
  .me-lg-18 {
    margin-right: 8rem !important;
  }
  .me-lg-19 {
    margin-right: 9rem !important;
  }
  .me-lg-20 {
    margin-right: 10rem !important;
  }
  .me-lg-21 {
    margin-right: 12.5rem !important;
  }
  .me-lg-22 {
    margin-right: 15rem !important;
  }
  .me-lg-23 {
    margin-right: 17.5rem !important;
  }
  .me-lg-24 {
    margin-right: 20rem !important;
  }
  .me-lg-25 {
    margin-right: 22.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 4.5rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-19 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-21 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-22 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-23 {
    margin-bottom: 17.5rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 20rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 22.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.75rem !important;
  }
  .ms-lg-4 {
    margin-left: 1rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-6 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-8 {
    margin-left: 2rem !important;
  }
  .ms-lg-9 {
    margin-left: 2.25rem !important;
  }
  .ms-lg-10 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-11 {
    margin-left: 3rem !important;
  }
  .ms-lg-12 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-13 {
    margin-left: 4rem !important;
  }
  .ms-lg-14 {
    margin-left: 4.5rem !important;
  }
  .ms-lg-15 {
    margin-left: 5rem !important;
  }
  .ms-lg-16 {
    margin-left: 6rem !important;
  }
  .ms-lg-17 {
    margin-left: 7rem !important;
  }
  .ms-lg-18 {
    margin-left: 8rem !important;
  }
  .ms-lg-19 {
    margin-left: 9rem !important;
  }
  .ms-lg-20 {
    margin-left: 10rem !important;
  }
  .ms-lg-21 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-22 {
    margin-left: 15rem !important;
  }
  .ms-lg-23 {
    margin-left: 17.5rem !important;
  }
  .ms-lg-24 {
    margin-left: 20rem !important;
  }
  .ms-lg-25 {
    margin-left: 22.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  .m-lg-n8 {
    margin: -2rem !important;
  }
  .m-lg-n9 {
    margin: -2.25rem !important;
  }
  .m-lg-n10 {
    margin: -2.5rem !important;
  }
  .m-lg-n11 {
    margin: -3rem !important;
  }
  .m-lg-n12 {
    margin: -3.5rem !important;
  }
  .m-lg-n13 {
    margin: -4rem !important;
  }
  .m-lg-n14 {
    margin: -4.5rem !important;
  }
  .m-lg-n15 {
    margin: -5rem !important;
  }
  .m-lg-n16 {
    margin: -6rem !important;
  }
  .m-lg-n17 {
    margin: -7rem !important;
  }
  .m-lg-n18 {
    margin: -8rem !important;
  }
  .m-lg-n19 {
    margin: -9rem !important;
  }
  .m-lg-n20 {
    margin: -10rem !important;
  }
  .m-lg-n21 {
    margin: -12.5rem !important;
  }
  .m-lg-n22 {
    margin: -15rem !important;
  }
  .m-lg-n23 {
    margin: -17.5rem !important;
  }
  .m-lg-n24 {
    margin: -20rem !important;
  }
  .m-lg-n25 {
    margin: -22.5rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-lg-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-lg-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-lg-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n11 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n12 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-lg-n13 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-lg-n14 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-lg-n15 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n16 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n17 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-lg-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-lg-n19 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-lg-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n21 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-lg-n22 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-lg-n23 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-lg-n24 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-lg-n25 {
    margin-right: -22.5rem !important;
    margin-left: -22.5rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-lg-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-lg-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-lg-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-lg-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n11 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n12 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-lg-n13 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-lg-n14 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-lg-n15 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n16 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n17 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-lg-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-lg-n19 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-lg-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n21 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-lg-n22 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-lg-n23 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-lg-n24 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-lg-n25 {
    margin-top: -22.5rem !important;
    margin-bottom: -22.5rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1rem !important;
  }
  .mt-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-lg-n8 {
    margin-top: -2rem !important;
  }
  .mt-lg-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-lg-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n11 {
    margin-top: -3rem !important;
  }
  .mt-lg-n12 {
    margin-top: -3.5rem !important;
  }
  .mt-lg-n13 {
    margin-top: -4rem !important;
  }
  .mt-lg-n14 {
    margin-top: -4.5rem !important;
  }
  .mt-lg-n15 {
    margin-top: -5rem !important;
  }
  .mt-lg-n16 {
    margin-top: -6rem !important;
  }
  .mt-lg-n17 {
    margin-top: -7rem !important;
  }
  .mt-lg-n18 {
    margin-top: -8rem !important;
  }
  .mt-lg-n19 {
    margin-top: -9rem !important;
  }
  .mt-lg-n20 {
    margin-top: -10rem !important;
  }
  .mt-lg-n21 {
    margin-top: -12.5rem !important;
  }
  .mt-lg-n22 {
    margin-top: -15rem !important;
  }
  .mt-lg-n23 {
    margin-top: -17.5rem !important;
  }
  .mt-lg-n24 {
    margin-top: -20rem !important;
  }
  .mt-lg-n25 {
    margin-top: -22.5rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .me-lg-n4 {
    margin-right: -1rem !important;
  }
  .me-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n7 {
    margin-right: -1.75rem !important;
  }
  .me-lg-n8 {
    margin-right: -2rem !important;
  }
  .me-lg-n9 {
    margin-right: -2.25rem !important;
  }
  .me-lg-n10 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n11 {
    margin-right: -3rem !important;
  }
  .me-lg-n12 {
    margin-right: -3.5rem !important;
  }
  .me-lg-n13 {
    margin-right: -4rem !important;
  }
  .me-lg-n14 {
    margin-right: -4.5rem !important;
  }
  .me-lg-n15 {
    margin-right: -5rem !important;
  }
  .me-lg-n16 {
    margin-right: -6rem !important;
  }
  .me-lg-n17 {
    margin-right: -7rem !important;
  }
  .me-lg-n18 {
    margin-right: -8rem !important;
  }
  .me-lg-n19 {
    margin-right: -9rem !important;
  }
  .me-lg-n20 {
    margin-right: -10rem !important;
  }
  .me-lg-n21 {
    margin-right: -12.5rem !important;
  }
  .me-lg-n22 {
    margin-right: -15rem !important;
  }
  .me-lg-n23 {
    margin-right: -17.5rem !important;
  }
  .me-lg-n24 {
    margin-right: -20rem !important;
  }
  .me-lg-n25 {
    margin-right: -22.5rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -2rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -4rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mb-lg-n15 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n16 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n17 {
    margin-bottom: -7rem !important;
  }
  .mb-lg-n18 {
    margin-bottom: -8rem !important;
  }
  .mb-lg-n19 {
    margin-bottom: -9rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mb-lg-n22 {
    margin-bottom: -15rem !important;
  }
  .mb-lg-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mb-lg-n24 {
    margin-bottom: -20rem !important;
  }
  .mb-lg-n25 {
    margin-bottom: -22.5rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1rem !important;
  }
  .ms-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n7 {
    margin-left: -1.75rem !important;
  }
  .ms-lg-n8 {
    margin-left: -2rem !important;
  }
  .ms-lg-n9 {
    margin-left: -2.25rem !important;
  }
  .ms-lg-n10 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n11 {
    margin-left: -3rem !important;
  }
  .ms-lg-n12 {
    margin-left: -3.5rem !important;
  }
  .ms-lg-n13 {
    margin-left: -4rem !important;
  }
  .ms-lg-n14 {
    margin-left: -4.5rem !important;
  }
  .ms-lg-n15 {
    margin-left: -5rem !important;
  }
  .ms-lg-n16 {
    margin-left: -6rem !important;
  }
  .ms-lg-n17 {
    margin-left: -7rem !important;
  }
  .ms-lg-n18 {
    margin-left: -8rem !important;
  }
  .ms-lg-n19 {
    margin-left: -9rem !important;
  }
  .ms-lg-n20 {
    margin-left: -10rem !important;
  }
  .ms-lg-n21 {
    margin-left: -12.5rem !important;
  }
  .ms-lg-n22 {
    margin-left: -15rem !important;
  }
  .ms-lg-n23 {
    margin-left: -17.5rem !important;
  }
  .ms-lg-n24 {
    margin-left: -20rem !important;
  }
  .ms-lg-n25 {
    margin-left: -22.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2rem !important;
  }
  .p-lg-9 {
    padding: 2.25rem !important;
  }
  .p-lg-10 {
    padding: 2.5rem !important;
  }
  .p-lg-11 {
    padding: 3rem !important;
  }
  .p-lg-12 {
    padding: 3.5rem !important;
  }
  .p-lg-13 {
    padding: 4rem !important;
  }
  .p-lg-14 {
    padding: 4.5rem !important;
  }
  .p-lg-15 {
    padding: 5rem !important;
  }
  .p-lg-16 {
    padding: 6rem !important;
  }
  .p-lg-17 {
    padding: 7rem !important;
  }
  .p-lg-18 {
    padding: 8rem !important;
  }
  .p-lg-19 {
    padding: 9rem !important;
  }
  .p-lg-20 {
    padding: 10rem !important;
  }
  .p-lg-21 {
    padding: 12.5rem !important;
  }
  .p-lg-22 {
    padding: 15rem !important;
  }
  .p-lg-23 {
    padding: 17.5rem !important;
  }
  .p-lg-24 {
    padding: 20rem !important;
  }
  .p-lg-25 {
    padding: 22.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-lg-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-lg-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-14 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-lg-15 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-16 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-17 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-19 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-21 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-lg-22 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-lg-23 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-lg-24 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-lg-25 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-14 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-lg-15 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-16 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-17 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-19 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-21 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-lg-22 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-lg-23 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-lg-24 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-lg-25 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pt-lg-4 {
    padding-top: 1rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-8 {
    padding-top: 2rem !important;
  }
  .pt-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-11 {
    padding-top: 3rem !important;
  }
  .pt-lg-12 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 4rem !important;
  }
  .pt-lg-14 {
    padding-top: 4.5rem !important;
  }
  .pt-lg-15 {
    padding-top: 5rem !important;
  }
  .pt-lg-16 {
    padding-top: 6rem !important;
  }
  .pt-lg-17 {
    padding-top: 7rem !important;
  }
  .pt-lg-18 {
    padding-top: 8rem !important;
  }
  .pt-lg-19 {
    padding-top: 9rem !important;
  }
  .pt-lg-20 {
    padding-top: 10rem !important;
  }
  .pt-lg-21 {
    padding-top: 12.5rem !important;
  }
  .pt-lg-22 {
    padding-top: 15rem !important;
  }
  .pt-lg-23 {
    padding-top: 17.5rem !important;
  }
  .pt-lg-24 {
    padding-top: 20rem !important;
  }
  .pt-lg-25 {
    padding-top: 22.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pe-lg-4 {
    padding-right: 1rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-8 {
    padding-right: 2rem !important;
  }
  .pe-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pe-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-11 {
    padding-right: 3rem !important;
  }
  .pe-lg-12 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-13 {
    padding-right: 4rem !important;
  }
  .pe-lg-14 {
    padding-right: 4.5rem !important;
  }
  .pe-lg-15 {
    padding-right: 5rem !important;
  }
  .pe-lg-16 {
    padding-right: 6rem !important;
  }
  .pe-lg-17 {
    padding-right: 7rem !important;
  }
  .pe-lg-18 {
    padding-right: 8rem !important;
  }
  .pe-lg-19 {
    padding-right: 9rem !important;
  }
  .pe-lg-20 {
    padding-right: 10rem !important;
  }
  .pe-lg-21 {
    padding-right: 12.5rem !important;
  }
  .pe-lg-22 {
    padding-right: 15rem !important;
  }
  .pe-lg-23 {
    padding-right: 17.5rem !important;
  }
  .pe-lg-24 {
    padding-right: 20rem !important;
  }
  .pe-lg-25 {
    padding-right: 22.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 4.5rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-21 {
    padding-bottom: 12.5rem !important;
  }
  .pb-lg-22 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-23 {
    padding-bottom: 17.5rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 22.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.75rem !important;
  }
  .ps-lg-4 {
    padding-left: 1rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-6 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-8 {
    padding-left: 2rem !important;
  }
  .ps-lg-9 {
    padding-left: 2.25rem !important;
  }
  .ps-lg-10 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-11 {
    padding-left: 3rem !important;
  }
  .ps-lg-12 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-13 {
    padding-left: 4rem !important;
  }
  .ps-lg-14 {
    padding-left: 4.5rem !important;
  }
  .ps-lg-15 {
    padding-left: 5rem !important;
  }
  .ps-lg-16 {
    padding-left: 6rem !important;
  }
  .ps-lg-17 {
    padding-left: 7rem !important;
  }
  .ps-lg-18 {
    padding-left: 8rem !important;
  }
  .ps-lg-19 {
    padding-left: 9rem !important;
  }
  .ps-lg-20 {
    padding-left: 10rem !important;
  }
  .ps-lg-21 {
    padding-left: 12.5rem !important;
  }
  .ps-lg-22 {
    padding-left: 15rem !important;
  }
  .ps-lg-23 {
    padding-left: 17.5rem !important;
  }
  .ps-lg-24 {
    padding-left: 20rem !important;
  }
  .ps-lg-25 {
    padding-left: 22.5rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 0.75rem !important;
  }
  .gap-lg-4 {
    gap: 1rem !important;
  }
  .gap-lg-5 {
    gap: 1.25rem !important;
  }
  .gap-lg-6 {
    gap: 1.5rem !important;
  }
  .gap-lg-7 {
    gap: 1.75rem !important;
  }
  .gap-lg-8 {
    gap: 2rem !important;
  }
  .gap-lg-9 {
    gap: 2.25rem !important;
  }
  .gap-lg-10 {
    gap: 2.5rem !important;
  }
  .gap-lg-11 {
    gap: 3rem !important;
  }
  .gap-lg-12 {
    gap: 3.5rem !important;
  }
  .gap-lg-13 {
    gap: 4rem !important;
  }
  .gap-lg-14 {
    gap: 4.5rem !important;
  }
  .gap-lg-15 {
    gap: 5rem !important;
  }
  .gap-lg-16 {
    gap: 6rem !important;
  }
  .gap-lg-17 {
    gap: 7rem !important;
  }
  .gap-lg-18 {
    gap: 8rem !important;
  }
  .gap-lg-19 {
    gap: 9rem !important;
  }
  .gap-lg-20 {
    gap: 10rem !important;
  }
  .gap-lg-21 {
    gap: 12.5rem !important;
  }
  .gap-lg-22 {
    gap: 15rem !important;
  }
  .gap-lg-23 {
    gap: 17.5rem !important;
  }
  .gap-lg-24 {
    gap: 20rem !important;
  }
  .gap-lg-25 {
    gap: 22.5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2rem !important;
  }
  .m-xl-9 {
    margin: 2.25rem !important;
  }
  .m-xl-10 {
    margin: 2.5rem !important;
  }
  .m-xl-11 {
    margin: 3rem !important;
  }
  .m-xl-12 {
    margin: 3.5rem !important;
  }
  .m-xl-13 {
    margin: 4rem !important;
  }
  .m-xl-14 {
    margin: 4.5rem !important;
  }
  .m-xl-15 {
    margin: 5rem !important;
  }
  .m-xl-16 {
    margin: 6rem !important;
  }
  .m-xl-17 {
    margin: 7rem !important;
  }
  .m-xl-18 {
    margin: 8rem !important;
  }
  .m-xl-19 {
    margin: 9rem !important;
  }
  .m-xl-20 {
    margin: 10rem !important;
  }
  .m-xl-21 {
    margin: 12.5rem !important;
  }
  .m-xl-22 {
    margin: 15rem !important;
  }
  .m-xl-23 {
    margin: 17.5rem !important;
  }
  .m-xl-24 {
    margin: 20rem !important;
  }
  .m-xl-25 {
    margin: 22.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  .mx-xl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }
  .mx-xl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-11 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-12 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-13 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-14 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }
  .mx-xl-15 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-16 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-17 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-18 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-19 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-20 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-21 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-22 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-23 {
    margin-right: 17.5rem !important;
    margin-left: 17.5rem !important;
  }
  .mx-xl-24 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
  }
  .mx-xl-25 {
    margin-right: 22.5rem !important;
    margin-left: 22.5rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .my-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .my-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-11 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-12 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-13 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-14 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .my-xl-15 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-16 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-17 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-18 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-19 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-20 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-21 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-22 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-23 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .my-xl-24 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .my-xl-25 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mt-xl-4 {
    margin-top: 1rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-8 {
    margin-top: 2rem !important;
  }
  .mt-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-11 {
    margin-top: 3rem !important;
  }
  .mt-xl-12 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-13 {
    margin-top: 4rem !important;
  }
  .mt-xl-14 {
    margin-top: 4.5rem !important;
  }
  .mt-xl-15 {
    margin-top: 5rem !important;
  }
  .mt-xl-16 {
    margin-top: 6rem !important;
  }
  .mt-xl-17 {
    margin-top: 7rem !important;
  }
  .mt-xl-18 {
    margin-top: 8rem !important;
  }
  .mt-xl-19 {
    margin-top: 9rem !important;
  }
  .mt-xl-20 {
    margin-top: 10rem !important;
  }
  .mt-xl-21 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-22 {
    margin-top: 15rem !important;
  }
  .mt-xl-23 {
    margin-top: 17.5rem !important;
  }
  .mt-xl-24 {
    margin-top: 20rem !important;
  }
  .mt-xl-25 {
    margin-top: 22.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 0.75rem !important;
  }
  .me-xl-4 {
    margin-right: 1rem !important;
  }
  .me-xl-5 {
    margin-right: 1.25rem !important;
  }
  .me-xl-6 {
    margin-right: 1.5rem !important;
  }
  .me-xl-7 {
    margin-right: 1.75rem !important;
  }
  .me-xl-8 {
    margin-right: 2rem !important;
  }
  .me-xl-9 {
    margin-right: 2.25rem !important;
  }
  .me-xl-10 {
    margin-right: 2.5rem !important;
  }
  .me-xl-11 {
    margin-right: 3rem !important;
  }
  .me-xl-12 {
    margin-right: 3.5rem !important;
  }
  .me-xl-13 {
    margin-right: 4rem !important;
  }
  .me-xl-14 {
    margin-right: 4.5rem !important;
  }
  .me-xl-15 {
    margin-right: 5rem !important;
  }
  .me-xl-16 {
    margin-right: 6rem !important;
  }
  .me-xl-17 {
    margin-right: 7rem !important;
  }
  .me-xl-18 {
    margin-right: 8rem !important;
  }
  .me-xl-19 {
    margin-right: 9rem !important;
  }
  .me-xl-20 {
    margin-right: 10rem !important;
  }
  .me-xl-21 {
    margin-right: 12.5rem !important;
  }
  .me-xl-22 {
    margin-right: 15rem !important;
  }
  .me-xl-23 {
    margin-right: 17.5rem !important;
  }
  .me-xl-24 {
    margin-right: 20rem !important;
  }
  .me-xl-25 {
    margin-right: 22.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 4.5rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-19 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-21 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-22 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-23 {
    margin-bottom: 17.5rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 20rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 22.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.75rem !important;
  }
  .ms-xl-4 {
    margin-left: 1rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-6 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-8 {
    margin-left: 2rem !important;
  }
  .ms-xl-9 {
    margin-left: 2.25rem !important;
  }
  .ms-xl-10 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-11 {
    margin-left: 3rem !important;
  }
  .ms-xl-12 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-13 {
    margin-left: 4rem !important;
  }
  .ms-xl-14 {
    margin-left: 4.5rem !important;
  }
  .ms-xl-15 {
    margin-left: 5rem !important;
  }
  .ms-xl-16 {
    margin-left: 6rem !important;
  }
  .ms-xl-17 {
    margin-left: 7rem !important;
  }
  .ms-xl-18 {
    margin-left: 8rem !important;
  }
  .ms-xl-19 {
    margin-left: 9rem !important;
  }
  .ms-xl-20 {
    margin-left: 10rem !important;
  }
  .ms-xl-21 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-22 {
    margin-left: 15rem !important;
  }
  .ms-xl-23 {
    margin-left: 17.5rem !important;
  }
  .ms-xl-24 {
    margin-left: 20rem !important;
  }
  .ms-xl-25 {
    margin-left: 22.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  .m-xl-n8 {
    margin: -2rem !important;
  }
  .m-xl-n9 {
    margin: -2.25rem !important;
  }
  .m-xl-n10 {
    margin: -2.5rem !important;
  }
  .m-xl-n11 {
    margin: -3rem !important;
  }
  .m-xl-n12 {
    margin: -3.5rem !important;
  }
  .m-xl-n13 {
    margin: -4rem !important;
  }
  .m-xl-n14 {
    margin: -4.5rem !important;
  }
  .m-xl-n15 {
    margin: -5rem !important;
  }
  .m-xl-n16 {
    margin: -6rem !important;
  }
  .m-xl-n17 {
    margin: -7rem !important;
  }
  .m-xl-n18 {
    margin: -8rem !important;
  }
  .m-xl-n19 {
    margin: -9rem !important;
  }
  .m-xl-n20 {
    margin: -10rem !important;
  }
  .m-xl-n21 {
    margin: -12.5rem !important;
  }
  .m-xl-n22 {
    margin: -15rem !important;
  }
  .m-xl-n23 {
    margin: -17.5rem !important;
  }
  .m-xl-n24 {
    margin: -20rem !important;
  }
  .m-xl-n25 {
    margin: -22.5rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }
  .mx-xl-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }
  .mx-xl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }
  .mx-xl-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n11 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n12 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }
  .mx-xl-n13 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }
  .mx-xl-n14 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }
  .mx-xl-n15 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n16 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n17 {
    margin-right: -7rem !important;
    margin-left: -7rem !important;
  }
  .mx-xl-n18 {
    margin-right: -8rem !important;
    margin-left: -8rem !important;
  }
  .mx-xl-n19 {
    margin-right: -9rem !important;
    margin-left: -9rem !important;
  }
  .mx-xl-n20 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n21 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xl-n22 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .mx-xl-n23 {
    margin-right: -17.5rem !important;
    margin-left: -17.5rem !important;
  }
  .mx-xl-n24 {
    margin-right: -20rem !important;
    margin-left: -20rem !important;
  }
  .mx-xl-n25 {
    margin-right: -22.5rem !important;
    margin-left: -22.5rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }
  .my-xl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }
  .my-xl-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }
  .my-xl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }
  .my-xl-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n11 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n12 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }
  .my-xl-n13 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }
  .my-xl-n14 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }
  .my-xl-n15 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n16 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n17 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }
  .my-xl-n18 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }
  .my-xl-n19 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important;
  }
  .my-xl-n20 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n21 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xl-n22 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .my-xl-n23 {
    margin-top: -17.5rem !important;
    margin-bottom: -17.5rem !important;
  }
  .my-xl-n24 {
    margin-top: -20rem !important;
    margin-bottom: -20rem !important;
  }
  .my-xl-n25 {
    margin-top: -22.5rem !important;
    margin-bottom: -22.5rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1rem !important;
  }
  .mt-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n7 {
    margin-top: -1.75rem !important;
  }
  .mt-xl-n8 {
    margin-top: -2rem !important;
  }
  .mt-xl-n9 {
    margin-top: -2.25rem !important;
  }
  .mt-xl-n10 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n11 {
    margin-top: -3rem !important;
  }
  .mt-xl-n12 {
    margin-top: -3.5rem !important;
  }
  .mt-xl-n13 {
    margin-top: -4rem !important;
  }
  .mt-xl-n14 {
    margin-top: -4.5rem !important;
  }
  .mt-xl-n15 {
    margin-top: -5rem !important;
  }
  .mt-xl-n16 {
    margin-top: -6rem !important;
  }
  .mt-xl-n17 {
    margin-top: -7rem !important;
  }
  .mt-xl-n18 {
    margin-top: -8rem !important;
  }
  .mt-xl-n19 {
    margin-top: -9rem !important;
  }
  .mt-xl-n20 {
    margin-top: -10rem !important;
  }
  .mt-xl-n21 {
    margin-top: -12.5rem !important;
  }
  .mt-xl-n22 {
    margin-top: -15rem !important;
  }
  .mt-xl-n23 {
    margin-top: -17.5rem !important;
  }
  .mt-xl-n24 {
    margin-top: -20rem !important;
  }
  .mt-xl-n25 {
    margin-top: -22.5rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .me-xl-n4 {
    margin-right: -1rem !important;
  }
  .me-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n7 {
    margin-right: -1.75rem !important;
  }
  .me-xl-n8 {
    margin-right: -2rem !important;
  }
  .me-xl-n9 {
    margin-right: -2.25rem !important;
  }
  .me-xl-n10 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n11 {
    margin-right: -3rem !important;
  }
  .me-xl-n12 {
    margin-right: -3.5rem !important;
  }
  .me-xl-n13 {
    margin-right: -4rem !important;
  }
  .me-xl-n14 {
    margin-right: -4.5rem !important;
  }
  .me-xl-n15 {
    margin-right: -5rem !important;
  }
  .me-xl-n16 {
    margin-right: -6rem !important;
  }
  .me-xl-n17 {
    margin-right: -7rem !important;
  }
  .me-xl-n18 {
    margin-right: -8rem !important;
  }
  .me-xl-n19 {
    margin-right: -9rem !important;
  }
  .me-xl-n20 {
    margin-right: -10rem !important;
  }
  .me-xl-n21 {
    margin-right: -12.5rem !important;
  }
  .me-xl-n22 {
    margin-right: -15rem !important;
  }
  .me-xl-n23 {
    margin-right: -17.5rem !important;
  }
  .me-xl-n24 {
    margin-right: -20rem !important;
  }
  .me-xl-n25 {
    margin-right: -22.5rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -2rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -2.25rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -3.5rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -4rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -4.5rem !important;
  }
  .mb-xl-n15 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n16 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n17 {
    margin-bottom: -7rem !important;
  }
  .mb-xl-n18 {
    margin-bottom: -8rem !important;
  }
  .mb-xl-n19 {
    margin-bottom: -9rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n21 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xl-n22 {
    margin-bottom: -15rem !important;
  }
  .mb-xl-n23 {
    margin-bottom: -17.5rem !important;
  }
  .mb-xl-n24 {
    margin-bottom: -20rem !important;
  }
  .mb-xl-n25 {
    margin-bottom: -22.5rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1rem !important;
  }
  .ms-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n7 {
    margin-left: -1.75rem !important;
  }
  .ms-xl-n8 {
    margin-left: -2rem !important;
  }
  .ms-xl-n9 {
    margin-left: -2.25rem !important;
  }
  .ms-xl-n10 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n11 {
    margin-left: -3rem !important;
  }
  .ms-xl-n12 {
    margin-left: -3.5rem !important;
  }
  .ms-xl-n13 {
    margin-left: -4rem !important;
  }
  .ms-xl-n14 {
    margin-left: -4.5rem !important;
  }
  .ms-xl-n15 {
    margin-left: -5rem !important;
  }
  .ms-xl-n16 {
    margin-left: -6rem !important;
  }
  .ms-xl-n17 {
    margin-left: -7rem !important;
  }
  .ms-xl-n18 {
    margin-left: -8rem !important;
  }
  .ms-xl-n19 {
    margin-left: -9rem !important;
  }
  .ms-xl-n20 {
    margin-left: -10rem !important;
  }
  .ms-xl-n21 {
    margin-left: -12.5rem !important;
  }
  .ms-xl-n22 {
    margin-left: -15rem !important;
  }
  .ms-xl-n23 {
    margin-left: -17.5rem !important;
  }
  .ms-xl-n24 {
    margin-left: -20rem !important;
  }
  .ms-xl-n25 {
    margin-left: -22.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2rem !important;
  }
  .p-xl-9 {
    padding: 2.25rem !important;
  }
  .p-xl-10 {
    padding: 2.5rem !important;
  }
  .p-xl-11 {
    padding: 3rem !important;
  }
  .p-xl-12 {
    padding: 3.5rem !important;
  }
  .p-xl-13 {
    padding: 4rem !important;
  }
  .p-xl-14 {
    padding: 4.5rem !important;
  }
  .p-xl-15 {
    padding: 5rem !important;
  }
  .p-xl-16 {
    padding: 6rem !important;
  }
  .p-xl-17 {
    padding: 7rem !important;
  }
  .p-xl-18 {
    padding: 8rem !important;
  }
  .p-xl-19 {
    padding: 9rem !important;
  }
  .p-xl-20 {
    padding: 10rem !important;
  }
  .p-xl-21 {
    padding: 12.5rem !important;
  }
  .p-xl-22 {
    padding: 15rem !important;
  }
  .p-xl-23 {
    padding: 17.5rem !important;
  }
  .p-xl-24 {
    padding: 20rem !important;
  }
  .p-xl-25 {
    padding: 22.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .px-xl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .px-xl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-11 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-12 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-13 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-14 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }
  .px-xl-15 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-16 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-17 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-18 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-19 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-20 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-21 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xl-22 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .px-xl-23 {
    padding-right: 17.5rem !important;
    padding-left: 17.5rem !important;
  }
  .px-xl-24 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
  }
  .px-xl-25 {
    padding-right: 22.5rem !important;
    padding-left: 22.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .py-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .py-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-11 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-12 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-13 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-14 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .py-xl-15 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-16 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-17 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-18 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-19 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-20 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-21 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xl-22 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .py-xl-23 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .py-xl-24 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .py-xl-25 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pt-xl-4 {
    padding-top: 1rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-8 {
    padding-top: 2rem !important;
  }
  .pt-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-11 {
    padding-top: 3rem !important;
  }
  .pt-xl-12 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 4rem !important;
  }
  .pt-xl-14 {
    padding-top: 4.5rem !important;
  }
  .pt-xl-15 {
    padding-top: 5rem !important;
  }
  .pt-xl-16 {
    padding-top: 6rem !important;
  }
  .pt-xl-17 {
    padding-top: 7rem !important;
  }
  .pt-xl-18 {
    padding-top: 8rem !important;
  }
  .pt-xl-19 {
    padding-top: 9rem !important;
  }
  .pt-xl-20 {
    padding-top: 10rem !important;
  }
  .pt-xl-21 {
    padding-top: 12.5rem !important;
  }
  .pt-xl-22 {
    padding-top: 15rem !important;
  }
  .pt-xl-23 {
    padding-top: 17.5rem !important;
  }
  .pt-xl-24 {
    padding-top: 20rem !important;
  }
  .pt-xl-25 {
    padding-top: 22.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pe-xl-4 {
    padding-right: 1rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-8 {
    padding-right: 2rem !important;
  }
  .pe-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pe-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-11 {
    padding-right: 3rem !important;
  }
  .pe-xl-12 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-13 {
    padding-right: 4rem !important;
  }
  .pe-xl-14 {
    padding-right: 4.5rem !important;
  }
  .pe-xl-15 {
    padding-right: 5rem !important;
  }
  .pe-xl-16 {
    padding-right: 6rem !important;
  }
  .pe-xl-17 {
    padding-right: 7rem !important;
  }
  .pe-xl-18 {
    padding-right: 8rem !important;
  }
  .pe-xl-19 {
    padding-right: 9rem !important;
  }
  .pe-xl-20 {
    padding-right: 10rem !important;
  }
  .pe-xl-21 {
    padding-right: 12.5rem !important;
  }
  .pe-xl-22 {
    padding-right: 15rem !important;
  }
  .pe-xl-23 {
    padding-right: 17.5rem !important;
  }
  .pe-xl-24 {
    padding-right: 20rem !important;
  }
  .pe-xl-25 {
    padding-right: 22.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 4.5rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-19 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-21 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xl-22 {
    padding-bottom: 15rem !important;
  }
  .pb-xl-23 {
    padding-bottom: 17.5rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 20rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 22.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.75rem !important;
  }
  .ps-xl-4 {
    padding-left: 1rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-6 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-8 {
    padding-left: 2rem !important;
  }
  .ps-xl-9 {
    padding-left: 2.25rem !important;
  }
  .ps-xl-10 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-11 {
    padding-left: 3rem !important;
  }
  .ps-xl-12 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-13 {
    padding-left: 4rem !important;
  }
  .ps-xl-14 {
    padding-left: 4.5rem !important;
  }
  .ps-xl-15 {
    padding-left: 5rem !important;
  }
  .ps-xl-16 {
    padding-left: 6rem !important;
  }
  .ps-xl-17 {
    padding-left: 7rem !important;
  }
  .ps-xl-18 {
    padding-left: 8rem !important;
  }
  .ps-xl-19 {
    padding-left: 9rem !important;
  }
  .ps-xl-20 {
    padding-left: 10rem !important;
  }
  .ps-xl-21 {
    padding-left: 12.5rem !important;
  }
  .ps-xl-22 {
    padding-left: 15rem !important;
  }
  .ps-xl-23 {
    padding-left: 17.5rem !important;
  }
  .ps-xl-24 {
    padding-left: 20rem !important;
  }
  .ps-xl-25 {
    padding-left: 22.5rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 0.75rem !important;
  }
  .gap-xl-4 {
    gap: 1rem !important;
  }
  .gap-xl-5 {
    gap: 1.25rem !important;
  }
  .gap-xl-6 {
    gap: 1.5rem !important;
  }
  .gap-xl-7 {
    gap: 1.75rem !important;
  }
  .gap-xl-8 {
    gap: 2rem !important;
  }
  .gap-xl-9 {
    gap: 2.25rem !important;
  }
  .gap-xl-10 {
    gap: 2.5rem !important;
  }
  .gap-xl-11 {
    gap: 3rem !important;
  }
  .gap-xl-12 {
    gap: 3.5rem !important;
  }
  .gap-xl-13 {
    gap: 4rem !important;
  }
  .gap-xl-14 {
    gap: 4.5rem !important;
  }
  .gap-xl-15 {
    gap: 5rem !important;
  }
  .gap-xl-16 {
    gap: 6rem !important;
  }
  .gap-xl-17 {
    gap: 7rem !important;
  }
  .gap-xl-18 {
    gap: 8rem !important;
  }
  .gap-xl-19 {
    gap: 9rem !important;
  }
  .gap-xl-20 {
    gap: 10rem !important;
  }
  .gap-xl-21 {
    gap: 12.5rem !important;
  }
  .gap-xl-22 {
    gap: 15rem !important;
  }
  .gap-xl-23 {
    gap: 17.5rem !important;
  }
  .gap-xl-24 {
    gap: 20rem !important;
  }
  .gap-xl-25 {
    gap: 22.5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.icon-list.bullet-bg li {
  padding-left: 1.5rem;
}
.icon-list.bullet-soft-blue i {
  color: #3f78e0;
}
.icon-list.bullet-soft-blue.bullet-bg i {
  background-color: #dce7f9;
}
.icon-list.bullet-bg i[class*=bullet-soft-blue] {
  background-color: #dce7f9 !important;
  color: #3f78e0 !important;
}
.icon-list.bullet-soft-sky i {
  color: #5eb9f0;
}
.icon-list.bullet-soft-sky.bullet-bg i {
  background-color: #e2f2fc;
}
.icon-list.bullet-bg i[class*=bullet-soft-sky] {
  background-color: #e2f2fc !important;
  color: #5eb9f0 !important;
}
.icon-list.bullet-soft-purple i {
  color: #747ed1;
}
.icon-list.bullet-soft-purple.bullet-bg i {
  background-color: #e6e8f7;
}
.icon-list.bullet-bg i[class*=bullet-soft-purple] {
  background-color: #e6e8f7 !important;
  color: #747ed1 !important;
}
.icon-list.bullet-soft-grape i {
  color: #605dba;
}
.icon-list.bullet-soft-grape.bullet-bg i {
  background-color: #e2e2f3;
}
.icon-list.bullet-bg i[class*=bullet-soft-grape] {
  background-color: #e2e2f3 !important;
  color: #605dba !important;
}
.icon-list.bullet-soft-violet i {
  color: #a07cc5;
}
.icon-list.bullet-soft-violet.bullet-bg i {
  background-color: #eee7f5;
}
.icon-list.bullet-bg i[class*=bullet-soft-violet] {
  background-color: #eee7f5 !important;
  color: #a07cc5 !important;
}
.icon-list.bullet-soft-pink i {
  color: #d16b86;
}
.icon-list.bullet-soft-pink.bullet-bg i {
  background-color: #f7e4e9;
}
.icon-list.bullet-bg i[class*=bullet-soft-pink] {
  background-color: #f7e4e9 !important;
  color: #d16b86 !important;
}
.icon-list.bullet-soft-fuchsia i {
  color: #e668b3;
}
.icon-list.bullet-soft-fuchsia.bullet-bg i {
  background-color: #fbe4f1;
}
.icon-list.bullet-bg i[class*=bullet-soft-fuchsia] {
  background-color: #fbe4f1 !important;
  color: #e668b3 !important;
}
.icon-list.bullet-soft-red i {
  color: #e2626b;
}
.icon-list.bullet-soft-red.bullet-bg i {
  background-color: #fae3e4;
}
.icon-list.bullet-bg i[class*=bullet-soft-red] {
  background-color: #fae3e4 !important;
  color: #e2626b !important;
}
.icon-list.bullet-soft-orange i {
  color: #da5e27;
}
.icon-list.bullet-soft-orange.bullet-bg i {
  background-color: #feeae7;
}
.icon-list.bullet-bg i[class*=bullet-soft-orange] {
  background-color: #feeae7 !important;
  color: #da5e27 !important;
}
.icon-list.bullet-soft-green i {
  color: #45c4a0;
}
.icon-list.bullet-soft-green.bullet-bg i {
  background-color: #def4ee;
}
.icon-list.bullet-bg i[class*=bullet-soft-green] {
  background-color: #def4ee !important;
  color: #45c4a0 !important;
}
.icon-list.bullet-soft-leaf i {
  color: #7cb798;
}
.icon-list.bullet-soft-leaf.bullet-bg i {
  background-color: #e7f2ec;
}
.icon-list.bullet-bg i[class*=bullet-soft-leaf] {
  background-color: #e7f2ec !important;
  color: #7cb798 !important;
}
.icon-list.bullet-soft-aqua i {
  color: #54a8c7;
}
.icon-list.bullet-soft-aqua.bullet-bg i {
  background-color: #e0eff5;
}
.icon-list.bullet-bg i[class*=bullet-soft-aqua] {
  background-color: #e0eff5 !important;
  color: #54a8c7 !important;
}
.icon-list.bullet-soft-navy i {
  color: #343f52;
}
.icon-list.bullet-soft-navy.bullet-bg i {
  background-color: #dadce0;
}
.icon-list.bullet-bg i[class*=bullet-soft-navy] {
  background-color: #dadce0 !important;
  color: #343f52 !important;
}
.icon-list.bullet-soft-ash i {
  color: #9499a3;
}
.icon-list.bullet-soft-ash.bullet-bg i {
  background-color: #ecedee;
}
.icon-list.bullet-bg i[class*=bullet-soft-ash] {
  background-color: #ecedee !important;
  color: #9499a3 !important;
}
.icon-list.bullet-soft-white i {
  color: #fff;
}
.icon-list.bullet-soft-white.bullet-bg i {
  background-color: white;
}
.icon-list.bullet-bg i[class*=bullet-soft-white] {
  background-color: white !important;
  color: #fff !important;
}
.icon-list.bullet-soft-light i {
  color: #fefefe;
}
.icon-list.bullet-soft-light.bullet-bg i {
  background-color: white;
}
.icon-list.bullet-bg i[class*=bullet-soft-light] {
  background-color: white !important;
  color: #fefefe !important;
}
.icon-list.bullet-soft-gray i {
  color: #f6f7f9;
}
.icon-list.bullet-soft-gray.bullet-bg i {
  background-color: #fdfefe;
}
.icon-list.bullet-bg i[class*=bullet-soft-gray] {
  background-color: #fdfefe !important;
  color: #f6f7f9 !important;
}
.icon-list.bullet-soft-dark i {
  color: #262b32;
}
.icon-list.bullet-soft-dark.bullet-bg i {
  background-color: #d8d9da;
}
.icon-list.bullet-bg i[class*=bullet-soft-dark] {
  background-color: #d8d9da !important;
  color: #262b32 !important;
}
.icon-list.bullet-soft-primary i {
  color: #3f78e0;
}
.icon-list.bullet-soft-primary.bullet-bg i {
  background-color: #dce7f9;
}
.icon-list.bullet-bg i[class*=bullet-soft-primary] {
  background-color: #dce7f9 !important;
  color: #3f78e0 !important;
}
.icon-list.bullet-soft-yellow i,
.icon-list.bullet-bg i[class*=bullet-soft-yellow] {
  color: #fab758;
}
.icon-list.bullet-soft-yellow.bullet-bg i,
.icon-list.bullet-bg i[class*=bullet-soft-yellow] {
  background-color: #feeed9;
}
.icon-list.bullet-blue i {
  color: #3f78e0;
}
.icon-list.bullet-blue.bullet-bg i {
  background-color: #3f78e0;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-blue] {
  background-color: #3f78e0 !important;
  color: white !important;
}
.icon-list.bullet-sky i {
  color: #5eb9f0;
}
.icon-list.bullet-sky.bullet-bg i {
  background-color: #5eb9f0;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-sky] {
  background-color: #5eb9f0 !important;
  color: white !important;
}
.icon-list.bullet-purple i {
  color: #747ed1;
}
.icon-list.bullet-purple.bullet-bg i {
  background-color: #747ed1;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-purple] {
  background-color: #747ed1 !important;
  color: white !important;
}
.icon-list.bullet-grape i {
  color: #605dba;
}
.icon-list.bullet-grape.bullet-bg i {
  background-color: #605dba;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-grape] {
  background-color: #605dba !important;
  color: white !important;
}
.icon-list.bullet-violet i {
  color: #a07cc5;
}
.icon-list.bullet-violet.bullet-bg i {
  background-color: #a07cc5;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-violet] {
  background-color: #a07cc5 !important;
  color: white !important;
}
.icon-list.bullet-pink i {
  color: #d16b86;
}
.icon-list.bullet-pink.bullet-bg i {
  background-color: #d16b86;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-pink] {
  background-color: #d16b86 !important;
  color: white !important;
}
.icon-list.bullet-fuchsia i {
  color: #e668b3;
}
.icon-list.bullet-fuchsia.bullet-bg i {
  background-color: #e668b3;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-fuchsia] {
  background-color: #e668b3 !important;
  color: white !important;
}
.icon-list.bullet-red i {
  color: #e2626b;
}
.icon-list.bullet-red.bullet-bg i {
  background-color: #e2626b;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-red] {
  background-color: #e2626b !important;
  color: white !important;
}
.icon-list.bullet-orange i {
  color: #da5e27;
}
.icon-list.bullet-orange.bullet-bg i {
  background-color: #da5e27;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-orange] {
  background-color: #da5e27 !important;
  color: white !important;
}
.icon-list.bullet-yellow i {
  color: #fab758;
}
.icon-list.bullet-yellow.bullet-bg i {
  background-color: #fab758;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-yellow] {
  background-color: #fab758 !important;
  color: white !important;
}
.icon-list.bullet-green i {
  color: #45c4a0;
}
.icon-list.bullet-green.bullet-bg i {
  background-color: #45c4a0;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-green] {
  background-color: #45c4a0 !important;
  color: white !important;
}
.icon-list.bullet-leaf i {
  color: #7cb798;
}
.icon-list.bullet-leaf.bullet-bg i {
  background-color: #7cb798;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-leaf] {
  background-color: #7cb798 !important;
  color: white !important;
}
.icon-list.bullet-aqua i {
  color: #54a8c7;
}
.icon-list.bullet-aqua.bullet-bg i {
  background-color: #54a8c7;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-aqua] {
  background-color: #54a8c7 !important;
  color: white !important;
}
.icon-list.bullet-navy i {
  color: #343f52;
}
.icon-list.bullet-navy.bullet-bg i {
  background-color: #343f52;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-navy] {
  background-color: #343f52 !important;
  color: white !important;
}
.icon-list.bullet-ash i {
  color: #9499a3;
}
.icon-list.bullet-ash.bullet-bg i {
  background-color: #9499a3;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-ash] {
  background-color: #9499a3 !important;
  color: white !important;
}
.icon-list.bullet-white i {
  color: #fff;
}
.icon-list.bullet-white.bullet-bg i {
  background-color: #fff;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-white] {
  background-color: #fff !important;
  color: white !important;
}
.icon-list.bullet-light i {
  color: #fefefe;
}
.icon-list.bullet-light.bullet-bg i {
  background-color: #fefefe;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-light] {
  background-color: #fefefe !important;
  color: white !important;
}
.icon-list.bullet-gray i {
  color: #f6f7f9;
}
.icon-list.bullet-gray.bullet-bg i {
  background-color: #f6f7f9;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-gray] {
  background-color: #f6f7f9 !important;
  color: white !important;
}
.icon-list.bullet-dark i {
  color: #262b32;
}
.icon-list.bullet-dark.bullet-bg i {
  background-color: #262b32;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-dark] {
  background-color: #262b32 !important;
  color: white !important;
}
.icon-list.bullet-primary i {
  color: #3f78e0;
}
.icon-list.bullet-primary.bullet-bg i {
  background-color: #3f78e0;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-primary] {
  background-color: #3f78e0 !important;
  color: white !important;
}
.icon-list.bullet-white i,
.icon-list.bullet-bg i.bullet-white {
  color: #3f78e0 !important;
}
.icon-list i {
  position: absolute;
  top: -0.2rem;
  left: 0;
  font-size: 1rem;
}
.icon-list.bullet-bg i {
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  top: 0.2rem;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  display: table;
}
.icon-list.bullet-bg i:before {
  vertical-align: middle;
  display: table-cell;
}

.uil-check-circle:before {
  content: "\e9db";
}
.uil-check-square:before {
  content: "\e9dc";
}
.uil-check:before {
  content: "\e9dd";
}

a,
a:hover,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-header,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.page-item.active .page-link,
.page-link:hover,
.page-link:focus,
.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover,
.text-inverse a:not(.btn):hover,
[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover,
.filter:not(.basic-filter) ul li a.active,
.filter:not(.basic-filter) ul li a:hover,
.filter.basic-filter ul li a.active,
.filter.basic-filter ul li a:hover,
.icon-list.bullet-primary i,
.icon-list.bullet-soft-primary i,
.link-primary,
.unordered-list.bullet-primary li:before,
.link-primary:focus,
.link-primary:hover,
.post-meta li a:hover,
.accordion-wrapper .card-header button,
.accordion-wrapper .card-header button:before,
.accordion-wrapper .card-header button:hover,
.collapse-link,
.collapse-link:hover,
.breadcrumb-item a:hover,
.plyr--full-ui input[type=range],
.progress-wrap:after,
.navbar-light.fixed .nav-link:focus,
.navbar-light.fixed .nav-link:hover,
.external:hover,
.external:hover:after,
.navbar-expand.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after,
.navbar-light .language-select .dropdown-toggle:after,
.text-inverse a:not(.btn):hover,
.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover,
.bg-navy.text-inverse a:not(.btn):not([class*=link-]):hover,
[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover {
  color: #da5e27;
}
.link-dark:hover,
.text-primary,
.text-reset a:hover,
a.text-reset:hover,
.list-unstyled li a.active,
.icon-list.bullet-bg i[class*=bullet-soft-primary],
.icon-list.bullet-bg i.bullet-white,
.icon-list.bullet-white i,
.sidebar nav .nav-link.active,
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover,
.navbar.navbar-light.fixed .btn.btn-outline-primary:not(:hover) {
  color: #da5e27 !important;
}
.form-control:focus {
  border-color: #fbc5bb;
}
.text-line.text-primary:before,
.tooltip-inner,
.icon-list.bullet-primary.bullet-bg i,
.form-check-input:checked,
.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient),
.text-line:before {
  background-color: #da5e27;
}
.bg-primary,
.icon-list.bullet-bg i[class*=bullet-primary] {
  background-color: #da5e27 !important;
}
.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.plyr--video .plyr__controls .plyr__control:hover,
.plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
  background: #da5e27;
}
.swiper-container.nav-color .swiper-slide figure .item-link:hover,
.swiper-container.nav-color .swiper-navigation .swiper-button:hover {
  background: #da5e27 !important;
}
.text-inverse a:not(.btn):hover,
.form-check-input:checked,
.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient),
blockquote,
.post-meta li a:hover,
.hero-slider:before,
.lg-outer .lg-item:after,
.loader,
.tp-loader.spinner {
  border-color: #da5e27;
}
.border-primary {
  border-color: #da5e27 !important;
}
.btn-primary {
  --bs-btn-active-bg: $main-color;
  --bs-btn-active-border-color: $main-color;
  --bs-btn-color: #fff;
  --bs-btn-bg: #da5e27;
  --bs-btn-border-color: #da5e27;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #da5e27;
  --bs-btn-hover-border-color: #da5e27;
  --bs-btn-focus-shadow-rgb: 248, 156, 139;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #da5e27;
  --bs-btn-active-border-color: #da5e27;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #da5e27;
  --bs-btn-disabled-border-color: #da5e27;
}
.btn-primary.btn-expand {
  color: #da5e27;
}
.btn-primary.btn-expand:before {
  background-color: #da5e27;
}
.btn-primary.btn-circle.ripple::before,
.btn-primary.btn-circle.ripple::after {
  background-color: #da5e27;
}
.btn-soft-primary {
  --bs-btn-color: #da5e27;
  --bs-btn-bg: #feece9;
  --bs-btn-border-color: #feece9;
  --bs-btn-hover-color: #da5e27;
  --bs-btn-hover-bg: #feece9;
  --bs-btn-hover-border-color: #feece9;
  --bs-btn-focus-shadow-rgb: 253, 221, 216;
  --bs-btn-active-color: #da5e27;
  --bs-btn-active-bg: #feece9;
  --bs-btn-active-border-color: #feece9;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #da5e27;
  --bs-btn-disabled-bg: #feece9;
  --bs-btn-disabled-border-color: #feece9;
}
.btn-soft-primary.btn-expand {
  color: #da5e27;
}
.btn-soft-primary.btn-expand i,
.btn-soft-primary.btn-expand:before,
.btn-soft-primary.btn-expand:hover,
.btn-soft-primary.btn-expand:hover:before {
  color: #da5e27;
}
.btn-soft-primary.btn-expand:before {
  background-color: #feece9;
}
.btn-soft-primary.btn-circle.ripple::before,
.btn-soft-primary.btn-circle.ripple::after {
  background-color: #feece9;
}
.btn-outline-primary {
  --bs-btn-active-bg: $main-color;
  --bs-btn-active-border-color: $main-color;
  --bs-btn-color: #da5e27;
  --bs-btn-border-color: #da5e27;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #da5e27;
  --bs-btn-hover-border-color: #da5e27;
  --bs-btn-focus-shadow-rgb: 247, 139, 119;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #da5e27;
  --bs-btn-active-border-color: #da5e27;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #da5e27;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #da5e27;
  --bs-gradient: none;
}
.btn-white.btn-play:hover {
  color: #da5e27;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #da5e27;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before,
.wrapper.bg-primary.angled.lower-end:after,
.wrapper.bg-primary.angled.upper-end:before {
  border-right-color: #da5e27;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #da5e27;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before,
.wrapper.bg-primary.angled.lower-start:after,
.wrapper.bg-primary.angled.upper-start:before {
  border-left-color: #da5e27;
}
.progress-list .progressbar.primary svg path:last-child,
.progress-wrap svg.progress-circle path {
  stroke: #da5e27;
}
.progress-list .progressbar.soft-primary svg path:last-child {
  stroke: #da5e27;
}
.lineal-fill,
.text-primary .lineal-fill {
  fill: #da5e27;
}
.shape .svg-fill {
  fill: #da5e27;
}
.shape.soft-primary .svg-fill {
  fill: #fef6f5;
}
.shape.pale-primary .svg-fill {
  fill: #feece9;
}
::-moz-selection {
  background: #da5e27;
}
::selection {
  background: #da5e27;
}
.underline.primary:after,
.underline:after {
  background: #da5e27;
}
.underline-2.primary:after,
.underline-2:not([class*=underline-gradient-]):after {
  background: #da5e27;
}
.underline-3.primary.style-1:before,
.underline-3.primary.style-1:after {
  border-color: #da5e27;
}
.underline-3.primary.style-2:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23f78b77' d='M64.42,2.42Q42.78,1.46,21.19,0c-2.8-.19-4.09.89-3.87,2L3.92,1.87c-5.13-.05-5.28,3.87-.12,3.92l60.49.55c46.63,2.08,93.34,2.51,139.81,1.27,5-.13,5.39-3.87.13-3.92Z'/%3E%3C/svg%3E");
}
.underline-3.primary.style-3:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23f78b77' d='M202.47,9.37A1191.26,1191.26,0,0,0,1.79,7.48,1.67,1.67,0,0,1,0,5.92H0A1.76,1.76,0,0,1,1.63,4.21c67-5.71,133.83-5.43,200.8-.27A2.75,2.75,0,0,1,205,6.88h0A2.6,2.6,0,0,1,202.47,9.37Z'/%3E%3C/svg%3E");
}
a.hover-2:before,
a.hover-3:before {
  background-color: #feece9;
}
.bg-soft-primary {
  background-color: #fef6f5 !important;
}
.text-soft-primary {
  color: #fef6f5 !important;
}
.bg-pale-primary {
  background-color: #feece9 !important;
}
.text-pale-primary {
  color: #feece9 !important;
}
.bg-gradient-primary {
  background: linear-gradient(180deg, #fef6f5, rgba(255, 255, 255, 0) 100%);
}
.bg-gradient-reverse-primary {
  background: linear-gradient(0deg, #fef6f5, rgba(255, 255, 255, 0) 100%);
}
.border-soft-primary {
  border-color: #da5e27 !important;
}
.wrapper.bg-soft-primary.angled.lower-start:after,
.wrapper.bg-soft-primary.angled.upper-start:before {
  border-left-color: #fef6f5;
}
.wrapper.bg-soft-primary.angled.lower-end:after,
.wrapper.bg-soft-primary.angled.upper-end:before {
  border-right-color: #fef6f5;
}
.wrapper.bg-pale-primary.angled.lower-start:after,
.wrapper.bg-pale-primary.angled.upper-start:before {
  border-left-color: #feece9;
}
.wrapper.bg-pale-primary.angled.lower-end:after,
.wrapper.bg-pale-primary.angled.upper-end:before {
  border-right-color: #feece9;
}
.icon-list.bullet-soft-primary.bullet-bg i {
  background-color: #feeae7;
}
.icon-list.bullet-bg i[class*=bullet-soft-primary] {
  background-color: #feeae7 !important;
}
form.dark-fields .form-control:focus {
  border-color: rgba(247, 139, 119, 0.5);
}
.alert-dismissible.alert-primary .btn-close {
  color: #da5e27;
}
.alert-dismissible.alert-primary .btn-close:hover {
  color: #da5e27;
}
.alert-primary {
  color: #da5e27;
  background-color: #fef3f1;
  border-color: #fddcd6;
}
.alert-primary .alert-link {
  color: #da5e27;
}
.swiper-container.nav-color .swiper-slide figure .item-link,
.swiper-container.nav-color .swiper-navigation .swiper-button {
  background: #da5e27 !important;
}
.swiper-container.nav-color .swiper-navigation .swiper-button-disabled {
  background: #da5e27 !important;
}
.overlay.color span.bg {
  background: #da5e27;
}
.itooltip-color.itooltip-inner,
.itooltip-primary.itooltip-inner {
  background: #da5e27;
}
.bg-dot.primary {
  background-image: radial-gradient(#da5e27 2px, transparent 2.5px);
}
.bg-line.primary {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #da5e27 1.6px, #da5e27 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'><path fill='#da5e27' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/></svg>");
}
.cursor-primary a {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f78b77;opacity:0.9;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"), auto;
}
.process-wrapper.arrow [class*=col-]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.15 19.5'%3E%3Cpath fill='%23f78b77' d='M2.38,13.63A107.77,107.77,0,0,1,41.56,3.28C54.29,2.51,67,4.2,79.4,6.9c7.73,1.68,15.38,3.73,23,5.86a1.56,1.56,0,0,0,.83-3C89.85,6,76.35,2.5,62.54.87A111,111,0,0,0,24,2.73,119,119,0,0,0,.8,10.93c-1.81.85-.23,3.54,1.58,2.7Z'/%3E%3Cpath fill='%23f78b77' d='M95.51,19.27A60.35,60.35,0,0,1,107,12.41a1.58,1.58,0,0,0,1.12-1.29,1.53,1.53,0,0,0-.75-1.56,20.31,20.31,0,0,1-9-8.65,1.56,1.56,0,0,0-2.7,1.57c2.34,4,5.79,7.86,10.12,9.78l.37-2.86a62.69,62.69,0,0,0-12.25,7.18,1.6,1.6,0,0,0-.56,2.14,1.56,1.56,0,0,0,2.13.55Z'/%3E%3C/svg%3E");
}
@media (min-width: 576px) {
  .navbar-expand-sm.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #da5e27;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #da5e27;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #da5e27;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #da5e27;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #da5e27;
  }
}
.navbar.navbar-light.fixed .btn.btn-outline-primary:not(:hover) {
  background: none !important;
}

.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  position: relative;
  padding-left: 1.25rem;
}
.icon-list.bullet-bg li {
  padding-left: 1.5rem;
}
.icon-list.bullet-soft-blue i {
  color: #3f78e0;
}
.icon-list.bullet-soft-blue.bullet-bg i {
  background-color: #dce7f9;
}
.icon-list.bullet-bg i[class*=bullet-soft-blue] {
  background-color: #dce7f9 !important;
  color: #3f78e0 !important;
}
.icon-list.bullet-soft-sky i {
  color: #5eb9f0;
}
.icon-list.bullet-soft-sky.bullet-bg i {
  background-color: #e2f2fc;
}
.icon-list.bullet-bg i[class*=bullet-soft-sky] {
  background-color: #e2f2fc !important;
  color: #5eb9f0 !important;
}
.icon-list.bullet-soft-purple i {
  color: #747ed1;
}
.icon-list.bullet-soft-purple.bullet-bg i {
  background-color: #e6e8f7;
}
.icon-list.bullet-bg i[class*=bullet-soft-purple] {
  background-color: #e6e8f7 !important;
  color: #747ed1 !important;
}
.icon-list.bullet-soft-grape i {
  color: #605dba;
}
.icon-list.bullet-soft-grape.bullet-bg i {
  background-color: #e2e2f3;
}
.icon-list.bullet-bg i[class*=bullet-soft-grape] {
  background-color: #e2e2f3 !important;
  color: #605dba !important;
}
.icon-list.bullet-soft-violet i {
  color: #a07cc5;
}
.icon-list.bullet-soft-violet.bullet-bg i {
  background-color: #eee7f5;
}
.icon-list.bullet-bg i[class*=bullet-soft-violet] {
  background-color: #eee7f5 !important;
  color: #a07cc5 !important;
}
.icon-list.bullet-soft-pink i {
  color: #d16b86;
}
.icon-list.bullet-soft-pink.bullet-bg i {
  background-color: #f7e4e9;
}
.icon-list.bullet-bg i[class*=bullet-soft-pink] {
  background-color: #f7e4e9 !important;
  color: #d16b86 !important;
}
.icon-list.bullet-soft-fuchsia i {
  color: #e668b3;
}
.icon-list.bullet-soft-fuchsia.bullet-bg i {
  background-color: #fbe4f1;
}
.icon-list.bullet-bg i[class*=bullet-soft-fuchsia] {
  background-color: #fbe4f1 !important;
  color: #e668b3 !important;
}
.icon-list.bullet-soft-red i {
  color: #e2626b;
}
.icon-list.bullet-soft-red.bullet-bg i {
  background-color: #fae3e4;
}
.icon-list.bullet-bg i[class*=bullet-soft-red] {
  background-color: #fae3e4 !important;
  color: #e2626b !important;
}
.icon-list.bullet-soft-orange i {
  color: #da5e27;
}
.icon-list.bullet-soft-orange.bullet-bg i {
  background-color: #feeae7;
}
.icon-list.bullet-bg i[class*=bullet-soft-orange] {
  background-color: #feeae7 !important;
  color: #da5e27 !important;
}
.icon-list.bullet-soft-green i {
  color: #45c4a0;
}
.icon-list.bullet-soft-green.bullet-bg i {
  background-color: #def4ee;
}
.icon-list.bullet-bg i[class*=bullet-soft-green] {
  background-color: #def4ee !important;
  color: #45c4a0 !important;
}
.icon-list.bullet-soft-leaf i {
  color: #7cb798;
}
.icon-list.bullet-soft-leaf.bullet-bg i {
  background-color: #e7f2ec;
}
.icon-list.bullet-bg i[class*=bullet-soft-leaf] {
  background-color: #e7f2ec !important;
  color: #7cb798 !important;
}
.icon-list.bullet-soft-aqua i {
  color: #54a8c7;
}
.icon-list.bullet-soft-aqua.bullet-bg i {
  background-color: #e0eff5;
}
.icon-list.bullet-bg i[class*=bullet-soft-aqua] {
  background-color: #e0eff5 !important;
  color: #54a8c7 !important;
}
.icon-list.bullet-soft-navy i {
  color: #343f52;
}
.icon-list.bullet-soft-navy.bullet-bg i {
  background-color: #dadce0;
}
.icon-list.bullet-bg i[class*=bullet-soft-navy] {
  background-color: #dadce0 !important;
  color: #343f52 !important;
}
.icon-list.bullet-soft-ash i {
  color: #9499a3;
}
.icon-list.bullet-soft-ash.bullet-bg i {
  background-color: #ecedee;
}
.icon-list.bullet-bg i[class*=bullet-soft-ash] {
  background-color: #ecedee !important;
  color: #9499a3 !important;
}
.icon-list.bullet-soft-white i {
  color: #fff;
}
.icon-list.bullet-soft-white.bullet-bg i {
  background-color: white;
}
.icon-list.bullet-bg i[class*=bullet-soft-white] {
  background-color: white !important;
  color: #fff !important;
}
.icon-list.bullet-soft-light i {
  color: #fefefe;
}
.icon-list.bullet-soft-light.bullet-bg i {
  background-color: white;
}
.icon-list.bullet-bg i[class*=bullet-soft-light] {
  background-color: white !important;
  color: #fefefe !important;
}
.icon-list.bullet-soft-gray i {
  color: #f6f7f9;
}
.icon-list.bullet-soft-gray.bullet-bg i {
  background-color: #fdfefe;
}
.icon-list.bullet-bg i[class*=bullet-soft-gray] {
  background-color: #fdfefe !important;
  color: #f6f7f9 !important;
}
.icon-list.bullet-soft-dark i {
  color: #262b32;
}
.icon-list.bullet-soft-dark.bullet-bg i {
  background-color: #d8d9da;
}
.icon-list.bullet-bg i[class*=bullet-soft-dark] {
  background-color: #d8d9da !important;
  color: #262b32 !important;
}
.icon-list.bullet-soft-primary i {
  color: #3f78e0;
}
.icon-list.bullet-soft-primary.bullet-bg i {
  background-color: #dce7f9;
}
.icon-list.bullet-bg i[class*=bullet-soft-primary] {
  background-color: #dce7f9 !important;
  color: #3f78e0 !important;
}
.icon-list.bullet-soft-yellow i,
.icon-list.bullet-bg i[class*=bullet-soft-yellow] {
  color: #fab758;
}
.icon-list.bullet-soft-yellow.bullet-bg i,
.icon-list.bullet-bg i[class*=bullet-soft-yellow] {
  background-color: #feeed9;
}
.icon-list.bullet-blue i {
  color: #3f78e0;
}
.icon-list.bullet-blue.bullet-bg i {
  background-color: #3f78e0;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-blue] {
  background-color: #3f78e0 !important;
  color: white !important;
}
.icon-list.bullet-sky i {
  color: #5eb9f0;
}
.icon-list.bullet-sky.bullet-bg i {
  background-color: #5eb9f0;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-sky] {
  background-color: #5eb9f0 !important;
  color: white !important;
}
.icon-list.bullet-purple i {
  color: #747ed1;
}
.icon-list.bullet-purple.bullet-bg i {
  background-color: #747ed1;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-purple] {
  background-color: #747ed1 !important;
  color: white !important;
}
.icon-list.bullet-grape i {
  color: #605dba;
}
.icon-list.bullet-grape.bullet-bg i {
  background-color: #605dba;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-grape] {
  background-color: #605dba !important;
  color: white !important;
}
.icon-list.bullet-violet i {
  color: #a07cc5;
}
.icon-list.bullet-violet.bullet-bg i {
  background-color: #a07cc5;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-violet] {
  background-color: #a07cc5 !important;
  color: white !important;
}
.icon-list.bullet-pink i {
  color: #d16b86;
}
.icon-list.bullet-pink.bullet-bg i {
  background-color: #d16b86;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-pink] {
  background-color: #d16b86 !important;
  color: white !important;
}
.icon-list.bullet-fuchsia i {
  color: #e668b3;
}
.icon-list.bullet-fuchsia.bullet-bg i {
  background-color: #e668b3;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-fuchsia] {
  background-color: #e668b3 !important;
  color: white !important;
}
.icon-list.bullet-red i {
  color: #e2626b;
}
.icon-list.bullet-red.bullet-bg i {
  background-color: #e2626b;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-red] {
  background-color: #e2626b !important;
  color: white !important;
}
.icon-list.bullet-orange i {
  color: #da5e27;
}
.icon-list.bullet-orange.bullet-bg i {
  background-color: #da5e27;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-orange] {
  background-color: #da5e27 !important;
  color: white !important;
}
.icon-list.bullet-yellow i {
  color: #fab758;
}
.icon-list.bullet-yellow.bullet-bg i {
  background-color: #fab758;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-yellow] {
  background-color: #fab758 !important;
  color: white !important;
}
.icon-list.bullet-green i {
  color: #45c4a0;
}
.icon-list.bullet-green.bullet-bg i {
  background-color: #45c4a0;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-green] {
  background-color: #45c4a0 !important;
  color: white !important;
}
.icon-list.bullet-leaf i {
  color: #7cb798;
}
.icon-list.bullet-leaf.bullet-bg i {
  background-color: #7cb798;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-leaf] {
  background-color: #7cb798 !important;
  color: white !important;
}
.icon-list.bullet-aqua i {
  color: #54a8c7;
}
.icon-list.bullet-aqua.bullet-bg i {
  background-color: #54a8c7;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-aqua] {
  background-color: #54a8c7 !important;
  color: white !important;
}
.icon-list.bullet-navy i {
  color: #343f52;
}
.icon-list.bullet-navy.bullet-bg i {
  background-color: #343f52;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-navy] {
  background-color: #343f52 !important;
  color: white !important;
}
.icon-list.bullet-ash i {
  color: #9499a3;
}
.icon-list.bullet-ash.bullet-bg i {
  background-color: #9499a3;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-ash] {
  background-color: #9499a3 !important;
  color: white !important;
}
.icon-list.bullet-white i {
  color: #fff;
}
.icon-list.bullet-white.bullet-bg i {
  background-color: #fff;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-white] {
  background-color: #fff !important;
  color: white !important;
}
.icon-list.bullet-light i {
  color: #fefefe;
}
.icon-list.bullet-light.bullet-bg i {
  background-color: #fefefe;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-light] {
  background-color: #fefefe !important;
  color: white !important;
}
.icon-list.bullet-gray i {
  color: #f6f7f9;
}
.icon-list.bullet-gray.bullet-bg i {
  background-color: #f6f7f9;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-gray] {
  background-color: #f6f7f9 !important;
  color: white !important;
}
.icon-list.bullet-dark i {
  color: #262b32;
}
.icon-list.bullet-dark.bullet-bg i {
  background-color: #262b32;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-dark] {
  background-color: #262b32 !important;
  color: white !important;
}
.icon-list.bullet-primary i {
  color: #3f78e0;
}
.icon-list.bullet-primary.bullet-bg i {
  background-color: #3f78e0;
  color: #fff;
}
.icon-list.bullet-bg i[class*=bullet-primary] {
  background-color: #3f78e0 !important;
  color: white !important;
}
.icon-list.bullet-white i,
.icon-list.bullet-bg i.bullet-white {
  color: #3f78e0 !important;
}
.icon-list i {
  position: absolute;
  top: -0.2rem;
  left: 0;
  font-size: 1rem;
}
.icon-list.bullet-bg i {
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  top: 0.2rem;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  display: table;
}
.icon-list.bullet-bg i:before {
  vertical-align: middle;
  display: table-cell;
}
.widget .list-unstyled:not(.tag-list) li+li,
.unordered-list li+li,
.icon-list:not(.row) li+li {
  margin-top: 0.35rem;
}

a,
a:hover,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-header,
.dropdown-item.active,
.dropdown-item:active,
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link,
.page-item.active .page-link,
.page-link:hover,
.page-link:focus,
.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover,
.text-inverse a:not(.btn):hover,
[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover,
.filter:not(.basic-filter) ul li a.active,
.filter:not(.basic-filter) ul li a:hover,
.filter.basic-filter ul li a.active,
.filter.basic-filter ul li a:hover,
.icon-list.bullet-primary i,
.icon-list.bullet-soft-primary i,
.link-primary,
.unordered-list.bullet-primary li:before,
.link-primary:focus,
.link-primary:hover,
.post-meta li a:hover,
.accordion-wrapper .card-header button,
.accordion-wrapper .card-header button:before,
.accordion-wrapper .card-header button:hover,
.collapse-link,
.collapse-link:hover,
.breadcrumb-item a:hover,
.plyr--full-ui input[type=range],
.progress-wrap:after,
.navbar-light.fixed .nav-link:focus,
.navbar-light.fixed .nav-link:hover,
.external:hover,
.external:hover:after,
.navbar-expand.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after,
.navbar-light .language-select .dropdown-toggle:after,
.text-inverse a:not(.btn):hover,
.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover,
.bg-navy.text-inverse a:not(.btn):not([class*=link-]):hover,
[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover {
  color: #da5e27;
}
.link-dark:hover,
.text-primary,
.text-reset a:hover,
a.text-reset:hover,
.list-unstyled li a.active,
.icon-list.bullet-bg i[class*=bullet-soft-primary],
.icon-list.bullet-bg i.bullet-white,
.icon-list.bullet-white i,
.sidebar nav .nav-link.active,
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover,
.navbar.navbar-light.fixed .btn.btn-outline-primary:not(:hover) {
  color: #da5e27 !important;
}
.form-control:focus {
  border-color: #fbc5bb;
}
.text-line.text-primary:before,
.tooltip-inner,
.icon-list.bullet-primary.bullet-bg i,
.form-check-input:checked,
.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient),
.text-line:before {
  background-color: #da5e27;
}
.bg-primary,
.icon-list.bullet-bg i[class*=bullet-primary] {
  background-color: #da5e27 !important;
}
.plyr--video .plyr__controls .plyr__control.plyr__tab-focus,
.plyr--video .plyr__controls .plyr__control:hover,
.plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
  background: #da5e27;
}
.swiper-container.nav-color .swiper-slide figure .item-link:hover,
.swiper-container.nav-color .swiper-navigation .swiper-button:hover {
  background: #da5e27 !important;
}
.text-inverse a:not(.btn):hover,
.form-check-input:checked,
.navbar.navbar-light.fixed .btn:not(.btn-expand):not(.btn-gradient),
blockquote,
.post-meta li a:hover,
.hero-slider:before,
.lg-outer .lg-item:after,
.loader,
.tp-loader.spinner {
  border-color: #da5e27;
}
.border-primary {
  border-color: #da5e27 !important;
}
.btn-primary {
  --bs-btn-active-bg: $main-color;
  --bs-btn-active-border-color: $main-color;
  --bs-btn-color: #fff;
  --bs-btn-bg: #da5e27;
  --bs-btn-border-color: #da5e27;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #da5e27;
  --bs-btn-hover-border-color: #da5e27;
  --bs-btn-focus-shadow-rgb: 248, 156, 139;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #da5e27;
  --bs-btn-active-border-color: #da5e27;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #da5e27;
  --bs-btn-disabled-border-color: #da5e27;
}
.btn-primary.btn-expand {
  color: #da5e27;
}
.btn-primary.btn-expand:before {
  background-color: #da5e27;
}
.btn-primary.btn-circle.ripple::before,
.btn-primary.btn-circle.ripple::after {
  background-color: #da5e27;
}
.btn-soft-primary {
  --bs-btn-color: #da5e27;
  --bs-btn-bg: #feece9;
  --bs-btn-border-color: #feece9;
  --bs-btn-hover-color: #da5e27;
  --bs-btn-hover-bg: #feece9;
  --bs-btn-hover-border-color: #feece9;
  --bs-btn-focus-shadow-rgb: 253, 221, 216;
  --bs-btn-active-color: #da5e27;
  --bs-btn-active-bg: #feece9;
  --bs-btn-active-border-color: #feece9;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #da5e27;
  --bs-btn-disabled-bg: #feece9;
  --bs-btn-disabled-border-color: #feece9;
}
.btn-soft-primary.btn-expand {
  color: #da5e27;
}
.btn-soft-primary.btn-expand i,
.btn-soft-primary.btn-expand:before,
.btn-soft-primary.btn-expand:hover,
.btn-soft-primary.btn-expand:hover:before {
  color: #da5e27;
}
.btn-soft-primary.btn-expand:before {
  background-color: #feece9;
}
.btn-soft-primary.btn-circle.ripple::before,
.btn-soft-primary.btn-circle.ripple::after {
  background-color: #feece9;
}
.btn-outline-primary {
  --bs-btn-active-bg: $main-color;
  --bs-btn-active-border-color: $main-color;
  --bs-btn-color: #da5e27;
  --bs-btn-border-color: #da5e27;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #da5e27;
  --bs-btn-hover-border-color: #da5e27;
  --bs-btn-focus-shadow-rgb: 247, 139, 119;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #da5e27;
  --bs-btn-active-border-color: #da5e27;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #da5e27;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #da5e27;
  --bs-gradient: none;
}
.btn-white.btn-play:hover {
  color: #da5e27;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #da5e27;
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before,
.wrapper.bg-primary.angled.lower-end:after,
.wrapper.bg-primary.angled.upper-end:before {
  border-right-color: #da5e27;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #da5e27;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before,
.wrapper.bg-primary.angled.lower-start:after,
.wrapper.bg-primary.angled.upper-start:before {
  border-left-color: #da5e27;
}
.progress-list .progressbar.primary svg path:last-child,
.progress-wrap svg.progress-circle path {
  stroke: #da5e27;
}
.progress-list .progressbar.soft-primary svg path:last-child {
  stroke: #da5e27;
}
.lineal-fill,
.text-primary .lineal-fill {
  fill: #da5e27;
}
.shape .svg-fill {
  fill: #da5e27;
}
.shape.soft-primary .svg-fill {
  fill: #fef6f5;
}
.shape.pale-primary .svg-fill {
  fill: #feece9;
}
::-moz-selection {
  background: #da5e27;
}
::selection {
  background: #da5e27;
}
.underline.primary:after,
.underline:after {
  background: #da5e27;
}
.underline-2.primary:after,
.underline-2:not([class*=underline-gradient-]):after {
  background: #da5e27;
}
.underline-3.primary.style-1:before,
.underline-3.primary.style-1:after {
  border-color: #da5e27;
}
.underline-3.primary.style-2:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 208.01 8.3'%3E%3Cpath fill='%23f78b77' d='M64.42,2.42Q42.78,1.46,21.19,0c-2.8-.19-4.09.89-3.87,2L3.92,1.87c-5.13-.05-5.28,3.87-.12,3.92l60.49.55c46.63,2.08,93.34,2.51,139.81,1.27,5-.13,5.39-3.87.13-3.92Z'/%3E%3C/svg%3E");
}
.underline-3.primary.style-3:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 205 9.37'%3E%3Cpath fill='%23f78b77' d='M202.47,9.37A1191.26,1191.26,0,0,0,1.79,7.48,1.67,1.67,0,0,1,0,5.92H0A1.76,1.76,0,0,1,1.63,4.21c67-5.71,133.83-5.43,200.8-.27A2.75,2.75,0,0,1,205,6.88h0A2.6,2.6,0,0,1,202.47,9.37Z'/%3E%3C/svg%3E");
}
a.hover-2:before,
a.hover-3:before {
  background-color: #feece9;
}
.bg-soft-primary {
  background-color: #fef6f5 !important;
}
.text-soft-primary {
  color: #fef6f5 !important;
}
.bg-pale-primary {
  background-color: #feece9 !important;
}
.text-pale-primary {
  color: #feece9 !important;
}
.bg-gradient-primary {
  background: linear-gradient(180deg, #fef6f5, rgba(255, 255, 255, 0) 100%);
}
.bg-gradient-reverse-primary {
  background: linear-gradient(0deg, #fef6f5, rgba(255, 255, 255, 0) 100%);
}
.border-soft-primary {
  border-color: #da5e27 !important;
}
.wrapper.bg-soft-primary.angled.lower-start:after,
.wrapper.bg-soft-primary.angled.upper-start:before {
  border-left-color: #fef6f5;
}
.wrapper.bg-soft-primary.angled.lower-end:after,
.wrapper.bg-soft-primary.angled.upper-end:before {
  border-right-color: #fef6f5;
}
.wrapper.bg-pale-primary.angled.lower-start:after,
.wrapper.bg-pale-primary.angled.upper-start:before {
  border-left-color: #feece9;
}
.wrapper.bg-pale-primary.angled.lower-end:after,
.wrapper.bg-pale-primary.angled.upper-end:before {
  border-right-color: #feece9;
}
.icon-list.bullet-soft-primary.bullet-bg i {
  background-color: #feeae7;
}
.icon-list.bullet-bg i[class*=bullet-soft-primary] {
  background-color: #feeae7 !important;
}
form.dark-fields .form-control:focus {
  border-color: rgba(247, 139, 119, 0.5);
}
.alert-dismissible.alert-primary .btn-close {
  color: #da5e27;
}
.alert-dismissible.alert-primary .btn-close:hover {
  color: #da5e27;
}
.alert-primary {
  color: #da5e27;
  background-color: #fef3f1;
  border-color: #fddcd6;
}
.alert-primary .alert-link {
  color: #da5e27;
}
.swiper-container.nav-color .swiper-slide figure .item-link,
.swiper-container.nav-color .swiper-navigation .swiper-button {
  background: #da5e27 !important;
}
.swiper-container.nav-color .swiper-navigation .swiper-button-disabled {
  background: #da5e27 !important;
}
.overlay.color span.bg {
  background: #da5e27;
}
.itooltip-color.itooltip-inner,
.itooltip-primary.itooltip-inner {
  background: #da5e27;
}
.bg-dot.primary {
  background-image: radial-gradient(#da5e27 2px, transparent 2.5px);
}
.bg-line.primary {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #da5e27 1.6px, #da5e27 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='45' height='32' viewBox='0 0 45 32'><path fill='#da5e27' d='M26.88 29.888c-1.076 1.289-2.683 2.103-4.48 2.103s-3.404-0.814-4.472-2.093l-0.008-0.009-5.12-7.040-8.192-10.048-3.52-4.608c-0.646-0.848-1.036-1.922-1.036-3.087 0-2.828 2.292-5.12 5.12-5.12 0.139 0 0.277 0.006 0.413 0.016l-0.018-0.001h33.664c0.118-0.010 0.256-0.015 0.396-0.015 2.828 0 5.12 2.292 5.12 5.12 0 1.165-0.389 2.239-1.045 3.1l0.009-0.013-3.52 4.608-7.872 10.048z'/></svg>");
}
.cursor-primary a {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f78b77;opacity:0.9;%7D.cls-2%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='25' cy='25' r='25'/%3E%3Cpath class='cls-2' d='M21.79,26.79,17,31.59V30a1,1,0,0,0-2,0v4a1,1,0,0,0,.08.38,1,1,0,0,0,.54.54A1,1,0,0,0,16,35h4a1,1,0,0,0,0-2H18.41l4.8-4.79a1,1,0,0,0-1.42-1.42Z'/%3E%3Cpath class='cls-2' d='M34.92,15.62a1,1,0,0,0-.54-.54A1,1,0,0,0,34,15H30a1,1,0,0,0,0,2h1.59l-4.8,4.79a1,1,0,0,0,0,1.41h0a1,1,0,0,0,1.41,0h0L33,18.41V20a1,1,0,0,0,2,0V16A1,1,0,0,0,34.92,15.62Z'/%3E%3C/svg%3E"), auto;
}
.process-wrapper.arrow [class*=col-]:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 108.15 19.5'%3E%3Cpath fill='%23f78b77' d='M2.38,13.63A107.77,107.77,0,0,1,41.56,3.28C54.29,2.51,67,4.2,79.4,6.9c7.73,1.68,15.38,3.73,23,5.86a1.56,1.56,0,0,0,.83-3C89.85,6,76.35,2.5,62.54.87A111,111,0,0,0,24,2.73,119,119,0,0,0,.8,10.93c-1.81.85-.23,3.54,1.58,2.7Z'/%3E%3Cpath fill='%23f78b77' d='M95.51,19.27A60.35,60.35,0,0,1,107,12.41a1.58,1.58,0,0,0,1.12-1.29,1.53,1.53,0,0,0-.75-1.56,20.31,20.31,0,0,1-9-8.65,1.56,1.56,0,0,0-2.7,1.57c2.34,4,5.79,7.86,10.12,9.78l.37-2.86a62.69,62.69,0,0,0-12.25,7.18,1.6,1.6,0,0,0-.56,2.14,1.56,1.56,0,0,0,2.13.55Z'/%3E%3C/svg%3E");
}
@media (min-width: 576px) {
  .navbar-expand-sm.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #da5e27;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #da5e27;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #da5e27;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #da5e27;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl.navbar-light .navbar-nav .dropdown:not(.dropdown-submenu)>.dropdown-toggle:after {
    color: #da5e27;
  }
}
.navbar.navbar-light.fixed .btn.btn-outline-primary:not(:hover) {
  background: none !important;
}

@media (min-width: 992px) {
  .map.rounded-lg-start iframe,
  .image-wrapper.rounded-lg-start {
    border-bottom-left-radius: 0.4rem !important;
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .image-wrapper.rounded-4-lg-start {
    border-bottom-left-radius: 0.8rem !important;
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .map.rounded-top iframe,
  .image-wrapper.rounded-top {
    border-top-left-radius: 0.4rem !important;
    border-top-right-radius: 0.4rem !important;
  }
  .image-wrapper.rounded-4-top {
    border-top-left-radius: 0.8rem !important;
    border-top-right-radius: 0.8rem !important;
  }
}

.image-wrapper {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.image-wrapper:not(.mobile) {
  background-attachment: fixed !important;
}
.image-wrapper.bg-auto {
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
}
.image-wrapper.bg-full {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
}
.image-wrapper.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll !important;
}
.image-wrapper.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.5);
}
.image-wrapper.bg-overlay-300:before {
  background: rgba(30, 34, 40, 0.3);
}
.image-wrapper.bg-overlay-400:before {
  background: rgba(30, 34, 40, 0.4);
}
.image-wrapper.bg-overlay-light-300:before {
  background: rgba(255, 255, 255, 0.3);
}
.image-wrapper.bg-overlay-light-400:before {
  background: rgba(255, 255, 255, 0.4);
}
.image-wrapper.bg-overlay-light-500:before {
  background: rgba(255, 255, 255, 0.5);
}
.image-wrapper.bg-overlay-light-600:before {
  background: rgba(255, 255, 255, 0.6);
}
.image-wrapper.bg-overlay:not(.bg-content) *,
.image-wrapper.bg-overlay.bg-content .content {
  position: relative;
  z-index: 2;
}
.image-wrapper.bg-overlay .form-floating>label {
  position: absolute;
}
.image-wrapper.card:before {
  border-radius: 0.4rem !important;
}
@media (max-width: 991.98px) {
  .image-wrapper.bg-full {
    background-size: cover !important;
  }
}
@media (max-width: 767px) {
  .bg-map {
    background: none !important;
  }
}
@media (max-width: 575.98px) {
  .bg-xs-none {
    background-image: none !important;
  }
}
@media (max-width: 991.98px) {
  .image-wrapper.bg-cover {
    min-height: 25rem;
  }
}
@media (max-width: 767px) {
  .image-wrapper.bg-cover {
    min-height: 20rem;
  }
}

.image-wrapper.bg-overlay-300:before {
  background: rgba(30, 34, 40, 0.3);
}
.image-wrapper.bg-overlay-400:before {
  background: rgba(30, 34, 40, 0.4);
}
.image-wrapper.bg-overlay-light-300:before {
  background: rgba(255, 255, 255, 0.3);
}
.image-wrapper.bg-overlay-light-400:before {
  background: rgba(255, 255, 255, 0.4);
}
.image-wrapper.bg-overlay-light-500:before {
  background: rgba(255, 255, 255, 0.5);
}
.image-wrapper.bg-overlay-light-600:before {
  background: rgba(255, 255, 255, 0.6);
}
.image-wrapper.bg-overlay:not(.bg-content) *,
.image-wrapper.bg-overlay.bg-content .content {
  position: relative;
  z-index: 2;
}
.image-wrapper.bg-overlay .form-floating>label {
  position: absolute;
}
.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

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

.lead {
  color: #fff;
}

.fs-sm {
  font-size: 0.7rem !important;
}
.fs-lg {
  font-size: 1rem !important;
}
.fs-1 {
  font-size: 0.05rem !important;
}
.fs-2 {
  font-size: 0.1rem !important;
}
.fs-3 {
  font-size: 0.15rem !important;
}
.fs-4 {
  font-size: 0.2rem !important;
}
.fs-5 {
  font-size: 0.25rem !important;
}
.fs-6 {
  font-size: 0.3rem !important;
}
.fs-7 {
  font-size: 0.35rem !important;
}
.fs-8 {
  font-size: 0.4rem !important;
}
.fs-9 {
  font-size: 0.45rem !important;
}
.fs-10 {
  font-size: 0.5rem !important;
}
.fs-11 {
  font-size: 0.55rem !important;
}
.fs-12 {
  font-size: 0.6rem !important;
}
.fs-13 {
  font-size: 0.65rem !important;
}
.fs-14 {
  font-size: 0.7rem !important;
}
.fs-15 {
  font-size: 0.75rem !important;
}
.fs-16 {
  font-size: 0.8rem !important;
}
.fs-17 {
  font-size: 0.85rem !important;
}
.fs-18 {
  font-size: 0.9rem !important;
}
.fs-19 {
  font-size: 0.95rem !important;
}
.fs-20 {
  font-size: 1rem !important;
}
.fs-21 {
  font-size: 1.05rem !important;
}
.fs-22 {
  font-size: 1.1rem !important;
}
.fs-23 {
  font-size: 1.15rem !important;
}
.fs-24 {
  font-size: 1.2rem !important;
}
.fs-25 {
  font-size: 1.25rem !important;
}
.fs-26 {
  font-size: calc(1.255rem + 0.06vw) !important;
}
@media (min-width: 1200px) {
  .fs-26 {
    font-size: 1.3rem !important;
  }
}
.fs-27 {
  font-size: calc(1.26rem + 0.12vw) !important;
}
@media (min-width: 1200px) {
  .fs-27 {
    font-size: 1.35rem !important;
  }
}
.fs-28 {
  font-size: calc(1.265rem + 0.18vw) !important;
}
@media (min-width: 1200px) {
  .fs-28 {
    font-size: 1.4rem !important;
  }
}
.fs-29 {
  font-size: calc(1.27rem + 0.24vw) !important;
}
@media (min-width: 1200px) {
  .fs-29 {
    font-size: 1.45rem !important;
  }
}
.fs-30 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-30 {
    font-size: 1.5rem !important;
  }
}
.fs-31 {
  font-size: calc(1.28rem + 0.36vw) !important;
}
@media (min-width: 1200px) {
  .fs-31 {
    font-size: 1.55rem !important;
  }
}
.fs-32 {
  font-size: calc(1.285rem + 0.42vw) !important;
}
@media (min-width: 1200px) {
  .fs-32 {
    font-size: 1.6rem !important;
  }
}
.fs-33 {
  font-size: calc(1.29rem + 0.48vw) !important;
}
@media (min-width: 1200px) {
  .fs-33 {
    font-size: 1.65rem !important;
  }
}
.fs-34 {
  font-size: calc(1.295rem + 0.54vw) !important;
}
@media (min-width: 1200px) {
  .fs-34 {
    font-size: 1.7rem !important;
  }
}
.fs-35 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
@media (min-width: 1200px) {
  .fs-35 {
    font-size: 1.75rem !important;
  }
}
.fs-36 {
  font-size: calc(1.305rem + 0.66vw) !important;
}
@media (min-width: 1200px) {
  .fs-36 {
    font-size: 1.8rem !important;
  }
}
.fs-37 {
  font-size: calc(1.31rem + 0.72vw) !important;
}
@media (min-width: 1200px) {
  .fs-37 {
    font-size: 1.85rem !important;
  }
}
.fs-38 {
  font-size: calc(1.315rem + 0.78vw) !important;
}
@media (min-width: 1200px) {
  .fs-38 {
    font-size: 1.9rem !important;
  }
}
.fs-39 {
  font-size: calc(1.32rem + 0.84vw) !important;
}
@media (min-width: 1200px) {
  .fs-39 {
    font-size: 1.95rem !important;
  }
}
.fs-40 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
@media (min-width: 1200px) {
  .fs-40 {
    font-size: 2rem !important;
  }
}
.fs-41 {
  font-size: calc(1.33rem + 0.96vw) !important;
}
@media (min-width: 1200px) {
  .fs-41 {
    font-size: 2.05rem !important;
  }
}
.fs-42 {
  font-size: calc(1.335rem + 1.02vw) !important;
}
@media (min-width: 1200px) {
  .fs-42 {
    font-size: 2.1rem !important;
  }
}
.fs-43 {
  font-size: calc(1.34rem + 1.08vw) !important;
}
@media (min-width: 1200px) {
  .fs-43 {
    font-size: 2.15rem !important;
  }
}
.fs-44 {
  font-size: calc(1.345rem + 1.14vw) !important;
}
@media (min-width: 1200px) {
  .fs-44 {
    font-size: 2.2rem !important;
  }
}
.fs-45 {
  font-size: calc(1.35rem + 1.2vw) !important;
}
@media (min-width: 1200px) {
  .fs-45 {
    font-size: 2.25rem !important;
  }
}
.fs-46 {
  font-size: calc(1.355rem + 1.26vw) !important;
}
@media (min-width: 1200px) {
  .fs-46 {
    font-size: 2.3rem !important;
  }
}
.fs-47 {
  font-size: calc(1.36rem + 1.32vw) !important;
}
@media (min-width: 1200px) {
  .fs-47 {
    font-size: 2.35rem !important;
  }
}
.fs-48 {
  font-size: calc(1.365rem + 1.38vw) !important;
}
@media (min-width: 1200px) {
  .fs-48 {
    font-size: 2.4rem !important;
  }
}
.fs-49 {
  font-size: calc(1.37rem + 1.44vw) !important;
}
@media (min-width: 1200px) {
  .fs-49 {
    font-size: 2.45rem !important;
  }
}
.fs-50 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
@media (min-width: 1200px) {
  .fs-50 {
    font-size: 2.5rem !important;
  }
}
.fs-51 {
  font-size: calc(1.38rem + 1.56vw) !important;
}
@media (min-width: 1200px) {
  .fs-51 {
    font-size: 2.55rem !important;
  }
}
.fs-52 {
  font-size: calc(1.385rem + 1.62vw) !important;
}
@media (min-width: 1200px) {
  .fs-52 {
    font-size: 2.6rem !important;
  }
}
.fs-53 {
  font-size: calc(1.39rem + 1.68vw) !important;
}
@media (min-width: 1200px) {
  .fs-53 {
    font-size: 2.65rem !important;
  }
}
.fs-54 {
  font-size: calc(1.395rem + 1.74vw) !important;
}
@media (min-width: 1200px) {
  .fs-54 {
    font-size: 2.7rem !important;
  }
}
.fs-55 {
  font-size: calc(1.4rem + 1.8vw) !important;
}
@media (min-width: 1200px) {
  .fs-55 {
    font-size: 2.75rem !important;
  }
}
.fs-56 {
  font-size: calc(1.405rem + 1.86vw) !important;
}
@media (min-width: 1200px) {
  .fs-56 {
    font-size: 2.8rem !important;
  }
}
.fs-57 {
  font-size: calc(1.41rem + 1.92vw) !important;
}
@media (min-width: 1200px) {
  .fs-57 {
    font-size: 2.85rem !important;
  }
}
.fs-58 {
  font-size: calc(1.415rem + 1.98vw) !important;
}
@media (min-width: 1200px) {
  .fs-58 {
    font-size: 2.9rem !important;
  }
}
.fs-59 {
  font-size: calc(1.42rem + 2.04vw) !important;
}
@media (min-width: 1200px) {
  .fs-59 {
    font-size: 2.95rem !important;
  }
}
.fs-60 {
  font-size: calc(1.425rem + 2.1vw) !important;
}
@media (min-width: 1200px) {
  .fs-60 {
    font-size: 3rem !important;
  }
}
.fs-61 {
  font-size: calc(1.43rem + 2.16vw) !important;
}
@media (min-width: 1200px) {
  .fs-61 {
    font-size: 3.05rem !important;
  }
}
.fs-62 {
  font-size: calc(1.435rem + 2.22vw) !important;
}
@media (min-width: 1200px) {
  .fs-62 {
    font-size: 3.1rem !important;
  }
}
.fs-63 {
  font-size: calc(1.44rem + 2.28vw) !important;
}
@media (min-width: 1200px) {
  .fs-63 {
    font-size: 3.15rem !important;
  }
}
.fs-64 {
  font-size: calc(1.445rem + 2.34vw) !important;
}
@media (min-width: 1200px) {
  .fs-64 {
    font-size: 3.2rem !important;
  }
}
.fs-65 {
  font-size: calc(1.45rem + 2.4vw) !important;
}
@media (min-width: 1200px) {
  .fs-65 {
    font-size: 3.25rem !important;
  }
}
.fs-66 {
  font-size: calc(1.455rem + 2.46vw) !important;
}
@media (min-width: 1200px) {
  .fs-66 {
    font-size: 3.3rem !important;
  }
}
.fs-67 {
  font-size: calc(1.46rem + 2.52vw) !important;
}
@media (min-width: 1200px) {
  .fs-67 {
    font-size: 3.35rem !important;
  }
}
.fs-68 {
  font-size: calc(1.465rem + 2.58vw) !important;
}
@media (min-width: 1200px) {
  .fs-68 {
    font-size: 3.4rem !important;
  }
}
.fs-69 {
  font-size: calc(1.47rem + 2.64vw) !important;
}
@media (min-width: 1200px) {
  .fs-69 {
    font-size: 3.45rem !important;
  }
}
.fs-70 {
  font-size: calc(1.475rem + 2.7vw) !important;
}
@media (min-width: 1200px) {
  .fs-70 {
    font-size: 3.5rem !important;
  }
}
.fs-71 {
  font-size: calc(1.48rem + 2.76vw) !important;
}
@media (min-width: 1200px) {
  .fs-71 {
    font-size: 3.55rem !important;
  }
}
.fs-72 {
  font-size: calc(1.485rem + 2.82vw) !important;
}
@media (min-width: 1200px) {
  .fs-72 {
    font-size: 3.6rem !important;
  }
}
.fs-73 {
  font-size: calc(1.49rem + 2.88vw) !important;
}
@media (min-width: 1200px) {
  .fs-73 {
    font-size: 3.65rem !important;
  }
}
.fs-74 {
  font-size: calc(1.495rem + 2.94vw) !important;
}
@media (min-width: 1200px) {
  .fs-74 {
    font-size: 3.7rem !important;
  }
}
.fs-75 {
  font-size: calc(1.5rem + 3vw) !important;
}
@media (min-width: 1200px) {
  .fs-75 {
    font-size: 3.75rem !important;
  }
}
.fs-76 {
  font-size: calc(1.505rem + 3.06vw) !important;
}
@media (min-width: 1200px) {
  .fs-76 {
    font-size: 3.8rem !important;
  }
}
.fs-77 {
  font-size: calc(1.51rem + 3.12vw) !important;
}
@media (min-width: 1200px) {
  .fs-77 {
    font-size: 3.85rem !important;
  }
}
.fs-78 {
  font-size: calc(1.515rem + 3.18vw) !important;
}
@media (min-width: 1200px) {
  .fs-78 {
    font-size: 3.9rem !important;
  }
}
.fs-79 {
  font-size: calc(1.52rem + 3.24vw) !important;
}
@media (min-width: 1200px) {
  .fs-79 {
    font-size: 3.95rem !important;
  }
}
.fs-80 {
  font-size: calc(1.525rem + 3.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-80 {
    font-size: 4rem !important;
  }
}
.fs-81 {
  font-size: calc(1.53rem + 3.36vw) !important;
}
@media (min-width: 1200px) {
  .fs-81 {
    font-size: 4.05rem !important;
  }
}
.fs-82 {
  font-size: calc(1.535rem + 3.42vw) !important;
}
@media (min-width: 1200px) {
  .fs-82 {
    font-size: 4.1rem !important;
  }
}
.fs-83 {
  font-size: calc(1.54rem + 3.48vw) !important;
}
@media (min-width: 1200px) {
  .fs-83 {
    font-size: 4.15rem !important;
  }
}
.fs-84 {
  font-size: calc(1.545rem + 3.54vw) !important;
}
@media (min-width: 1200px) {
  .fs-84 {
    font-size: 4.2rem !important;
  }
}
.fs-85 {
  font-size: calc(1.55rem + 3.6vw) !important;
}
@media (min-width: 1200px) {
  .fs-85 {
    font-size: 4.25rem !important;
  }
}
.fs-86 {
  font-size: calc(1.555rem + 3.66vw) !important;
}
@media (min-width: 1200px) {
  .fs-86 {
    font-size: 4.3rem !important;
  }
}
.fs-87 {
  font-size: calc(1.56rem + 3.72vw) !important;
}
@media (min-width: 1200px) {
  .fs-87 {
    font-size: 4.35rem !important;
  }
}
.fs-88 {
  font-size: calc(1.565rem + 3.78vw) !important;
}
@media (min-width: 1200px) {
  .fs-88 {
    font-size: 4.4rem !important;
  }
}
.fs-89 {
  font-size: calc(1.57rem + 3.84vw) !important;
}
@media (min-width: 1200px) {
  .fs-89 {
    font-size: 4.45rem !important;
  }
}
.fs-90 {
  font-size: calc(1.575rem + 3.9vw) !important;
}
@media (min-width: 1200px) {
  .fs-90 {
    font-size: 4.5rem !important;
  }
}
.fs-91 {
  font-size: calc(1.58rem + 3.96vw) !important;
}
@media (min-width: 1200px) {
  .fs-91 {
    font-size: 4.55rem !important;
  }
}
.fs-92 {
  font-size: calc(1.585rem + 4.02vw) !important;
}
@media (min-width: 1200px) {
  .fs-92 {
    font-size: 4.6rem !important;
  }
}
.fs-93 {
  font-size: calc(1.59rem + 4.08vw) !important;
}
@media (min-width: 1200px) {
  .fs-93 {
    font-size: 4.65rem !important;
  }
}
.fs-94 {
  font-size: calc(1.595rem + 4.14vw) !important;
}
@media (min-width: 1200px) {
  .fs-94 {
    font-size: 4.7rem !important;
  }
}
.fs-95 {
  font-size: calc(1.6rem + 4.2vw) !important;
}
@media (min-width: 1200px) {
  .fs-95 {
    font-size: 4.75rem !important;
  }
}
.fs-96 {
  font-size: calc(1.605rem + 4.26vw) !important;
}
@media (min-width: 1200px) {
  .fs-96 {
    font-size: 4.8rem !important;
  }
}
.fs-97 {
  font-size: calc(1.61rem + 4.32vw) !important;
}
@media (min-width: 1200px) {
  .fs-97 {
    font-size: 4.85rem !important;
  }
}
.fs-98 {
  font-size: calc(1.615rem + 4.38vw) !important;
}
@media (min-width: 1200px) {
  .fs-98 {
    font-size: 4.9rem !important;
  }
}
.fs-99 {
  font-size: calc(1.62rem + 4.44vw) !important;
}
@media (min-width: 1200px) {
  .fs-99 {
    font-size: 4.95rem !important;
  }
}
.fs-100 {
  font-size: calc(1.625rem + 4.5vw) !important;
}
@media (min-width: 1200px) {
  .fs-100 {
    font-size: 5rem !important;
  }
}
.fs-101 {
  font-size: calc(1.63rem + 4.56vw) !important;
}
@media (min-width: 1200px) {
  .fs-101 {
    font-size: 5.05rem !important;
  }
}
.fs-102 {
  font-size: calc(1.635rem + 4.62vw) !important;
}
@media (min-width: 1200px) {
  .fs-102 {
    font-size: 5.1rem !important;
  }
}
.fs-103 {
  font-size: calc(1.64rem + 4.68vw) !important;
}
@media (min-width: 1200px) {
  .fs-103 {
    font-size: 5.15rem !important;
  }
}
.fs-104 {
  font-size: calc(1.645rem + 4.74vw) !important;
}
@media (min-width: 1200px) {
  .fs-104 {
    font-size: 5.2rem !important;
  }
}
.fs-105 {
  font-size: calc(1.65rem + 4.8vw) !important;
}
@media (min-width: 1200px) {
  .fs-105 {
    font-size: 5.25rem !important;
  }
}
.fs-106 {
  font-size: calc(1.655rem + 4.86vw) !important;
}
@media (min-width: 1200px) {
  .fs-106 {
    font-size: 5.3rem !important;
  }
}
.fs-107 {
  font-size: calc(1.66rem + 4.92vw) !important;
}
@media (min-width: 1200px) {
  .fs-107 {
    font-size: 5.35rem !important;
  }
}
.fs-108 {
  font-size: calc(1.665rem + 4.98vw) !important;
}
@media (min-width: 1200px) {
  .fs-108 {
    font-size: 5.4rem !important;
  }
}
.fs-109 {
  font-size: calc(1.67rem + 5.04vw) !important;
}
@media (min-width: 1200px) {
  .fs-109 {
    font-size: 5.45rem !important;
  }
}
.fs-110 {
  font-size: calc(1.675rem + 5.1vw) !important;
}
@media (min-width: 1200px) {
  .fs-110 {
    font-size: 5.5rem !important;
  }
}
.fs-111 {
  font-size: calc(1.68rem + 5.16vw) !important;
}
@media (min-width: 1200px) {
  .fs-111 {
    font-size: 5.55rem !important;
  }
}
.fs-112 {
  font-size: calc(1.685rem + 5.22vw) !important;
}
@media (min-width: 1200px) {
  .fs-112 {
    font-size: 5.6rem !important;
  }
}
.fs-113 {
  font-size: calc(1.69rem + 5.28vw) !important;
}
@media (min-width: 1200px) {
  .fs-113 {
    font-size: 5.65rem !important;
  }
}
.fs-114 {
  font-size: calc(1.695rem + 5.34vw) !important;
}
@media (min-width: 1200px) {
  .fs-114 {
    font-size: 5.7rem !important;
  }
}
.fs-115 {
  font-size: calc(1.7rem + 5.4vw) !important;
}
@media (min-width: 1200px) {
  .fs-115 {
    font-size: 5.75rem !important;
  }
}
.fs-116 {
  font-size: calc(1.705rem + 5.46vw) !important;
}
@media (min-width: 1200px) {
  .fs-116 {
    font-size: 5.8rem !important;
  }
}
.fs-117 {
  font-size: calc(1.71rem + 5.52vw) !important;
}
@media (min-width: 1200px) {
  .fs-117 {
    font-size: 5.85rem !important;
  }
}
.fs-118 {
  font-size: calc(1.715rem + 5.58vw) !important;
}
@media (min-width: 1200px) {
  .fs-118 {
    font-size: 5.9rem !important;
  }
}
.fs-119 {
  font-size: calc(1.72rem + 5.64vw) !important;
}
@media (min-width: 1200px) {
  .fs-119 {
    font-size: 5.95rem !important;
  }
}
.fs-120 {
  font-size: calc(1.725rem + 5.7vw) !important;
}
@media (min-width: 1200px) {
  .fs-120 {
    font-size: 6rem !important;
  }
}
.fs-121 {
  font-size: calc(1.73rem + 5.76vw) !important;
}
@media (min-width: 1200px) {
  .fs-121 {
    font-size: 6.05rem !important;
  }
}
.fs-122 {
  font-size: calc(1.735rem + 5.82vw) !important;
}
@media (min-width: 1200px) {
  .fs-122 {
    font-size: 6.1rem !important;
  }
}
.fs-123 {
  font-size: calc(1.74rem + 5.88vw) !important;
}
@media (min-width: 1200px) {
  .fs-123 {
    font-size: 6.15rem !important;
  }
}
.fs-124 {
  font-size: calc(1.745rem + 5.94vw) !important;
}
@media (min-width: 1200px) {
  .fs-124 {
    font-size: 6.2rem !important;
  }
}
.fs-125 {
  font-size: calc(1.75rem + 6vw) !important;
}
@media (min-width: 1200px) {
  .fs-125 {
    font-size: 6.25rem !important;
  }
}
.fs-126 {
  font-size: calc(1.755rem + 6.06vw) !important;
}
@media (min-width: 1200px) {
  .fs-126 {
    font-size: 6.3rem !important;
  }
}
.fs-127 {
  font-size: calc(1.76rem + 6.12vw) !important;
}
@media (min-width: 1200px) {
  .fs-127 {
    font-size: 6.35rem !important;
  }
}
.fs-128 {
  font-size: calc(1.765rem + 6.18vw) !important;
}
@media (min-width: 1200px) {
  .fs-128 {
    font-size: 6.4rem !important;
  }
}
.fs-129 {
  font-size: calc(1.77rem + 6.24vw) !important;
}
@media (min-width: 1200px) {
  .fs-129 {
    font-size: 6.45rem !important;
  }
}
.fs-130 {
  font-size: calc(1.775rem + 6.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-130 {
    font-size: 6.5rem !important;
  }
}
.fs-131 {
  font-size: calc(1.78rem + 6.36vw) !important;
}
@media (min-width: 1200px) {
  .fs-131 {
    font-size: 6.55rem !important;
  }
}
.fs-132 {
  font-size: calc(1.785rem + 6.42vw) !important;
}
@media (min-width: 1200px) {
  .fs-132 {
    font-size: 6.6rem !important;
  }
}
.fs-133 {
  font-size: calc(1.79rem + 6.48vw) !important;
}
@media (min-width: 1200px) {
  .fs-133 {
    font-size: 6.65rem !important;
  }
}
.fs-134 {
  font-size: calc(1.795rem + 6.54vw) !important;
}
@media (min-width: 1200px) {
  .fs-134 {
    font-size: 6.7rem !important;
  }
}
.fs-135 {
  font-size: calc(1.8rem + 6.6vw) !important;
}
@media (min-width: 1200px) {
  .fs-135 {
    font-size: 6.75rem !important;
  }
}
.fs-136 {
  font-size: calc(1.805rem + 6.66vw) !important;
}
@media (min-width: 1200px) {
  .fs-136 {
    font-size: 6.8rem !important;
  }
}
.fs-137 {
  font-size: calc(1.81rem + 6.72vw) !important;
}
@media (min-width: 1200px) {
  .fs-137 {
    font-size: 6.85rem !important;
  }
}
.fs-138 {
  font-size: calc(1.815rem + 6.78vw) !important;
}
@media (min-width: 1200px) {
  .fs-138 {
    font-size: 6.9rem !important;
  }
}
.fs-139 {
  font-size: calc(1.82rem + 6.84vw) !important;
}
@media (min-width: 1200px) {
  .fs-139 {
    font-size: 6.95rem !important;
  }
}
.fs-140 {
  font-size: calc(1.825rem + 6.9vw) !important;
}
@media (min-width: 1200px) {
  .fs-140 {
    font-size: 7rem !important;
  }
}
.fs-141 {
  font-size: calc(1.83rem + 6.96vw) !important;
}
@media (min-width: 1200px) {
  .fs-141 {
    font-size: 7.05rem !important;
  }
}
.fs-142 {
  font-size: calc(1.835rem + 7.02vw) !important;
}
@media (min-width: 1200px) {
  .fs-142 {
    font-size: 7.1rem !important;
  }
}
.fs-143 {
  font-size: calc(1.84rem + 7.08vw) !important;
}
@media (min-width: 1200px) {
  .fs-143 {
    font-size: 7.15rem !important;
  }
}
.fs-144 {
  font-size: calc(1.845rem + 7.14vw) !important;
}
@media (min-width: 1200px) {
  .fs-144 {
    font-size: 7.2rem !important;
  }
}
.fs-145 {
  font-size: calc(1.85rem + 7.2vw) !important;
}
@media (min-width: 1200px) {
  .fs-145 {
    font-size: 7.25rem !important;
  }
}
.fs-146 {
  font-size: calc(1.855rem + 7.26vw) !important;
}
@media (min-width: 1200px) {
  .fs-146 {
    font-size: 7.3rem !important;
  }
}
.fs-147 {
  font-size: calc(1.86rem + 7.32vw) !important;
}
@media (min-width: 1200px) {
  .fs-147 {
    font-size: 7.35rem !important;
  }
}
.fs-148 {
  font-size: calc(1.865rem + 7.38vw) !important;
}
@media (min-width: 1200px) {
  .fs-148 {
    font-size: 7.4rem !important;
  }
}
.fs-149 {
  font-size: calc(1.87rem + 7.44vw) !important;
}
@media (min-width: 1200px) {
  .fs-149 {
    font-size: 7.45rem !important;
  }
}
.fs-150 {
  font-size: calc(1.875rem + 7.5vw) !important;
}
@media (min-width: 1200px) {
  .fs-150 {
    font-size: 7.5rem !important;
  }
}
.fs-151 {
  font-size: calc(1.88rem + 7.56vw) !important;
}
@media (min-width: 1200px) {
  .fs-151 {
    font-size: 7.55rem !important;
  }
}
.fs-152 {
  font-size: calc(1.885rem + 7.62vw) !important;
}
@media (min-width: 1200px) {
  .fs-152 {
    font-size: 7.6rem !important;
  }
}
.fs-153 {
  font-size: calc(1.89rem + 7.68vw) !important;
}
@media (min-width: 1200px) {
  .fs-153 {
    font-size: 7.65rem !important;
  }
}
.fs-154 {
  font-size: calc(1.895rem + 7.74vw) !important;
}
@media (min-width: 1200px) {
  .fs-154 {
    font-size: 7.7rem !important;
  }
}
.fs-155 {
  font-size: calc(1.9rem + 7.8vw) !important;
}
@media (min-width: 1200px) {
  .fs-155 {
    font-size: 7.75rem !important;
  }
}
.fs-156 {
  font-size: calc(1.905rem + 7.86vw) !important;
}
@media (min-width: 1200px) {
  .fs-156 {
    font-size: 7.8rem !important;
  }
}
.fs-157 {
  font-size: calc(1.91rem + 7.92vw) !important;
}
@media (min-width: 1200px) {
  .fs-157 {
    font-size: 7.85rem !important;
  }
}
.fs-158 {
  font-size: calc(1.915rem + 7.98vw) !important;
}
@media (min-width: 1200px) {
  .fs-158 {
    font-size: 7.9rem !important;
  }
}
.fs-159 {
  font-size: calc(1.92rem + 8.04vw) !important;
}
@media (min-width: 1200px) {
  .fs-159 {
    font-size: 7.95rem !important;
  }
}
.fs-160 {
  font-size: calc(1.925rem + 8.1vw) !important;
}
@media (min-width: 1200px) {
  .fs-160 {
    font-size: 8rem !important;
  }
}
.fs-161 {
  font-size: calc(1.93rem + 8.16vw) !important;
}
@media (min-width: 1200px) {
  .fs-161 {
    font-size: 8.05rem !important;
  }
}
.fs-162 {
  font-size: calc(1.935rem + 8.22vw) !important;
}
@media (min-width: 1200px) {
  .fs-162 {
    font-size: 8.1rem !important;
  }
}
.fs-163 {
  font-size: calc(1.94rem + 8.28vw) !important;
}
@media (min-width: 1200px) {
  .fs-163 {
    font-size: 8.15rem !important;
  }
}
.fs-164 {
  font-size: calc(1.945rem + 8.34vw) !important;
}
@media (min-width: 1200px) {
  .fs-164 {
    font-size: 8.2rem !important;
  }
}
.fs-165 {
  font-size: calc(1.95rem + 8.4vw) !important;
}
@media (min-width: 1200px) {
  .fs-165 {
    font-size: 8.25rem !important;
  }
}
.fs-166 {
  font-size: calc(1.955rem + 8.46vw) !important;
}
@media (min-width: 1200px) {
  .fs-166 {
    font-size: 8.3rem !important;
  }
}
.fs-167 {
  font-size: calc(1.96rem + 8.52vw) !important;
}
@media (min-width: 1200px) {
  .fs-167 {
    font-size: 8.35rem !important;
  }
}
.fs-168 {
  font-size: calc(1.965rem + 8.58vw) !important;
}
@media (min-width: 1200px) {
  .fs-168 {
    font-size: 8.4rem !important;
  }
}
.fs-169 {
  font-size: calc(1.97rem + 8.64vw) !important;
}
@media (min-width: 1200px) {
  .fs-169 {
    font-size: 8.45rem !important;
  }
}
.fs-170 {
  font-size: calc(1.975rem + 8.7vw) !important;
}
@media (min-width: 1200px) {
  .fs-170 {
    font-size: 8.5rem !important;
  }
}
.fs-171 {
  font-size: calc(1.98rem + 8.76vw) !important;
}
@media (min-width: 1200px) {
  .fs-171 {
    font-size: 8.55rem !important;
  }
}
.fs-172 {
  font-size: calc(1.985rem + 8.82vw) !important;
}
@media (min-width: 1200px) {
  .fs-172 {
    font-size: 8.6rem !important;
  }
}
.fs-173 {
  font-size: calc(1.99rem + 8.88vw) !important;
}
@media (min-width: 1200px) {
  .fs-173 {
    font-size: 8.65rem !important;
  }
}
.fs-174 {
  font-size: calc(1.995rem + 8.94vw) !important;
}
@media (min-width: 1200px) {
  .fs-174 {
    font-size: 8.7rem !important;
  }
}
.fs-175 {
  font-size: calc(2rem + 9vw) !important;
}
@media (min-width: 1200px) {
  .fs-175 {
    font-size: 8.75rem !important;
  }
}
.fs-176 {
  font-size: calc(2.005rem + 9.06vw) !important;
}
@media (min-width: 1200px) {
  .fs-176 {
    font-size: 8.8rem !important;
  }
}
.fs-177 {
  font-size: calc(2.01rem + 9.12vw) !important;
}
@media (min-width: 1200px) {
  .fs-177 {
    font-size: 8.85rem !important;
  }
}
.fs-178 {
  font-size: calc(2.015rem + 9.18vw) !important;
}
@media (min-width: 1200px) {
  .fs-178 {
    font-size: 8.9rem !important;
  }
}
.fs-179 {
  font-size: calc(2.02rem + 9.24vw) !important;
}
@media (min-width: 1200px) {
  .fs-179 {
    font-size: 8.95rem !important;
  }
}
.fs-180 {
  font-size: calc(2.025rem + 9.3vw) !important;
}
@media (min-width: 1200px) {
  .fs-180 {
    font-size: 9rem !important;
  }
}
.fs-181 {
  font-size: calc(2.03rem + 9.36vw) !important;
}
@media (min-width: 1200px) {
  .fs-181 {
    font-size: 9.05rem !important;
  }
}
.fs-182 {
  font-size: calc(2.035rem + 9.42vw) !important;
}
@media (min-width: 1200px) {
  .fs-182 {
    font-size: 9.1rem !important;
  }
}
.fs-183 {
  font-size: calc(2.04rem + 9.48vw) !important;
}
@media (min-width: 1200px) {
  .fs-183 {
    font-size: 9.15rem !important;
  }
}
.fs-184 {
  font-size: calc(2.045rem + 9.54vw) !important;
}
@media (min-width: 1200px) {
  .fs-184 {
    font-size: 9.2rem !important;
  }
}
.fs-185 {
  font-size: calc(2.05rem + 9.6vw) !important;
}
@media (min-width: 1200px) {
  .fs-185 {
    font-size: 9.25rem !important;
  }
}
.fs-186 {
  font-size: calc(2.055rem + 9.66vw) !important;
}
@media (min-width: 1200px) {
  .fs-186 {
    font-size: 9.3rem !important;
  }
}
.fs-187 {
  font-size: calc(2.06rem + 9.72vw) !important;
}
@media (min-width: 1200px) {
  .fs-187 {
    font-size: 9.35rem !important;
  }
}
.fs-188 {
  font-size: calc(2.065rem + 9.78vw) !important;
}
@media (min-width: 1200px) {
  .fs-188 {
    font-size: 9.4rem !important;
  }
}
.fs-189 {
  font-size: calc(2.07rem + 9.84vw) !important;
}
@media (min-width: 1200px) {
  .fs-189 {
    font-size: 9.45rem !important;
  }
}
.fs-190 {
  font-size: calc(2.075rem + 9.9vw) !important;
}
@media (min-width: 1200px) {
  .fs-190 {
    font-size: 9.5rem !important;
  }
}
.fs-191 {
  font-size: calc(2.08rem + 9.96vw) !important;
}
@media (min-width: 1200px) {
  .fs-191 {
    font-size: 9.55rem !important;
  }
}
.fs-192 {
  font-size: calc(2.085rem + 10.02vw) !important;
}
@media (min-width: 1200px) {
  .fs-192 {
    font-size: 9.6rem !important;
  }
}
.fs-193 {
  font-size: calc(2.09rem + 10.08vw) !important;
}
@media (min-width: 1200px) {
  .fs-193 {
    font-size: 9.65rem !important;
  }
}
.fs-194 {
  font-size: calc(2.095rem + 10.14vw) !important;
}
@media (min-width: 1200px) {
  .fs-194 {
    font-size: 9.7rem !important;
  }
}
.fs-195 {
  font-size: calc(2.1rem + 10.2vw) !important;
}
@media (min-width: 1200px) {
  .fs-195 {
    font-size: 9.75rem !important;
  }
}
.fs-196 {
  font-size: calc(2.105rem + 10.26vw) !important;
}
@media (min-width: 1200px) {
  .fs-196 {
    font-size: 9.8rem !important;
  }
}
.fs-197 {
  font-size: calc(2.11rem + 10.32vw) !important;
}
@media (min-width: 1200px) {
  .fs-197 {
    font-size: 9.85rem !important;
  }
}
.fs-198 {
  font-size: calc(2.115rem + 10.38vw) !important;
}
@media (min-width: 1200px) {
  .fs-198 {
    font-size: 9.9rem !important;
  }
}
.fs-199 {
  font-size: calc(2.12rem + 10.44vw) !important;
}
@media (min-width: 1200px) {
  .fs-199 {
    font-size: 9.95rem !important;
  }
}
.fs-200 {
  font-size: calc(2.125rem + 10.5vw) !important;
}
@media (min-width: 1200px) {
  .fs-200 {
    font-size: 10rem !important;
  }
}

.display-1 {
  font-size: calc(1.365rem + 1.38vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
.display-2 {
  font-size: calc(1.345rem + 1.14vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 2.2rem;
  }
}
.display-3 {
  font-size: calc(1.325rem + 0.9vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 2rem;
  }
}
.display-4 {
  font-size: calc(1.305rem + 0.66vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 1.8rem;
  }
}
.display-4x {
  font-size: calc(1.5449rem + 3.5388vw)!important;
  font-weight: 900!important;
  line-height: 1!important;
}
@media (min-width: 1200px) {
  .display-4x {
    font-size: 4.199rem!important;
  }
}
.display-5 {
  font-size: calc(1.285rem + 0.42vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 1.6rem;
  }
}
.display-6 {
  font-size: calc(1.265rem + 0.18vw);
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 1.4rem;
  }
}
.swiper-container {
  -webkit-user-select: none;
  position: relative;
  z-index: 1 !important;
}
.swiper-container.clients .swiper {
  display: flex;
  align-items: center;
}
.swiper-container .swiper img {
  width: 100%;
  height: auto;
}
.swiper-container.nav-color .swiper-button,
.swiper-container.nav-color .swiper-slide figure .item-link {
  background: rgba(63, 120, 224, 0.9) !important;
  color: #fff !important;
}
.swiper-container.nav-color .swiper-button.swiper-button-disabled,
.swiper-container.nav-color .swiper-slide figure .item-link.swiper-button-disabled {
  background: rgba(63, 120, 224, 0.7) !important;
}
.swiper-container.nav-color .swiper-button:hover,
.swiper-container.nav-color .swiper-slide figure .item-link:hover {
  background: #3f78e0 !important;
}
.swiper-container.nav-dark .swiper-button,
.swiper-container.nav-dark .swiper-slide figure .item-link {
  background: rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
}
.swiper-container.nav-dark .swiper-button.swiper-button-disabled,
.swiper-container.nav-dark .swiper-slide figure .item-link.swiper-button-disabled {
  background: rgba(0, 0, 0, 0.1) !important;
}
.swiper-container.nav-dark .swiper-button:hover,
.swiper-container.nav-dark .swiper-slide figure .item-link:hover {
  background: rgba(0, 0, 0, 0.5) !important;
}
.swiper-container.nav-bottom .swiper-navigation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  transform: none;
  position: absolute !important;
  bottom: -3.2rem;
  left: 0;
  width: 100%;
}
.swiper-container.nav-bottom .swiper-navigation .swiper-button {
  top: auto;
  left: auto;
  right: auto;
  bottom: 0;
  position: relative;
  margin: 0 0.2rem;
}
.swiper-container.nav-bottom .swiper-navigation+.swiper-pagination {
  bottom: -5.2rem;
}
.swiper-container.nav-bottom.nav-far .swiper-navigation {
  bottom: -4.1rem;
}
.swiper-container.nav-bottom.nav-start .swiper-navigation {
  text-align: left;
  justify-content: flex-start;
}
.swiper-container.nav-bottom.nav-start .swiper-navigation .swiper-button {
  margin: 0 0.4rem 0 0;
}
.swiper-container.dots-over .swiper-pagination {
  bottom: 0.6rem;
}
.swiper-container.dots-over .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
}
.swiper-container.dots-over .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  border-color: #fff;
}
.swiper-container.dots-start .swiper-pagination {
  text-align: left;
  justify-content: flex-start;
}
.swiper-container.dots-light .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.swiper-container.dots-light .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  border-color: #fff;
}
.swiper-container.dots-dark .swiper-pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-container.dots-dark .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: none;
  border-color: rgba(0, 0, 0, 0.3);
}
.swiper-container.dots-light.dots-light-75 .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.75;
}
.swiper-container.dots-closer .swiper-pagination {
  bottom: -2rem;
}
.swiper-slide.bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(30, 34, 40, 0.5);
}
.swiper-slide.rounded.bg-overlay:before {
  border-radius: 0.4rem;
}
.swiper-slide.bg-overlay-300:before {
  background: rgba(30, 34, 40, 0.3);
}
.swiper-slide.bg-overlay-400:before {
  background: rgba(30, 34, 40, 0.4);
}
.swiper-slide.bg-overlay [class*=container]>*,
.swiper-slide.bg-overlay .caption-wrapper>* {
  position: relative;
  z-index: 3;
}
.swiper-slide .caption-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.swiper-slide .caption-wrapper .caption {
  display: flex;
}
@media (max-width: 767px) {
  .caption-wrapper {
    display: none !important;
  }
}
.swiper-hero,
.swiper-hero .swiper-slide {
  height: 750px !important;
}
.swiper-hero .swiper-slide {
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .swiper-hero,
  .swiper-hero .swiper-slide {
    height: 500px !important;
  }
  .swiper-hero .swiper-navigation {
    display: none;
  }
}
.swiper-fullscreen {
  height: 100vh;
}
.swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
.swiper-fullscreen .swiper-thumbs {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}
.swiper-fullscreen .swiper-thumbs .swiper-slide {
  cursor: pointer;
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.swiper-fullscreen .swiper-thumbs .swiper-slide img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
}
.swiper-fullscreen .swiper-thumbs .swiper-slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 2;
  transition: all 150ms ease-in-out;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 100%;
}
.swiper-fullscreen .swiper-thumbs .swiper-slide.swiper-slide-thumb-active:after {
  border-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1199.98px) {
  .swiper-fullscreen,
  .swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
    height: 750px !important;
  }
}
@media (max-width: 767px) {
  .swiper-fullscreen,
  .swiper-fullscreen .swiper:not(.swiper-thumbs) .swiper-slide {
    height: 500px !important;
  }
}
@media (min-width: 1024px) {
  .swiper-auto .swiper-slide {
    width: 850px;
  }
  .swiper-auto.swiper-auto-xs .swiper-slide {
    width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .swiper-auto .swiper-slide {
    width: 600px;
  }
  .swiper-auto.swiper-auto-xs .swiper-slide {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .swiper-auto.swiper-auto-xs .swiper-slide {
    width: 300px;
  }
}
.swiper-container .swiper-slide [class*=animate__] {
  animation-name: none;
  visibility: hidden;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__] {
  visibility: visible;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__fadeInUp {
  animation-name: fadeInUp;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__fadeInDown {
  animation-name: fadeInDown;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__slideInUp {
  animation-name: slideInUp;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__slideInDown {
  animation-name: slideInDown;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__slideInLeft {
  animation-name: slideInLeft;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__slideInRight {
  animation-name: slideInRight;
}
.swiper-container .swiper-slide.swiper-slide-active [class*=animate__].animate__zoomIn {
  animation-name: zoomIn;
}
.item-inner {
  padding: 1rem 0.75rem;
}
.swiper-thumbs-container:not(.swiper-fullscreen) .swiper-main {
  position: relative;
}
.swiper-thumbs-container:not(.swiper-fullscreen) .swiper:not(.swiper-thumbs) {
  margin-bottom: 0.5rem;
}
.swiper-thumbs-container:not(.swiper-fullscreen):not(.swiper-fullscreen) .swiper-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.7;
}
.swiper-thumbs-container:not(.swiper-fullscreen):not(.swiper-fullscreen) .swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-static {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1000;
}
@media (min-width: 1400px) {
  .container-custom {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .container-custom {
    max-width: 90%;
  }
}
.swiper-wrapper.ticker {
  transition-timing-function: linear !important;
}

.checked-text li {
 font-size: 0.8rem;
}

@media (max-width: 993px) {
  .notification-bar {
    transform: translate(0px, 0px);
  }
  .align-start {
    align-items: flex-start;
  }
  .nav-col-sm {
  flex-direction: column;
  margin: 0px 0px!important;
  /*align-items: flex-start;*/
  }
  .nav-col-sm .quick-icon {
  padding: 0%;   
 }
 .nav-col-sm h3 {
  margin-top: .5rem !important;
  margin-bottom: 0rem !important;
 }
 .intechrv-logos {
  height: 100%;
  margin: 20px 0px 20px 0px;
}
.flyer-logo {
  transform: translate(0px, 0px);
}
.nav-col-sm  .active {
  color: white;
}
.nav-m-border {
  border: solid #da5e27;
  padding: 10px;
  border-radius: 10px;
}
.nav-link {
  border-top: 0px!important;
}
}


@media (min-width: 993px) {
.m-0-m {
  margin: 0px!important;
}
}

.after-fix::after {
  position: absolute;
  margin-right: 0;
  right: -1.25rem;
  top: 0.35rem;
  font-size: 1.25rem;
}

.text-after-fix::after {
  top: 0.85rem;
}

.fiber-after-fix::after {
  top: 1.1rem;
  right: 16.75rem;
}


.sol-terr-after-fix::after {
  top: 1rem!important;
}

.font-100 {
  font-weight: 100;
}

:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.quick-link-logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 3;
}

@media (max-width: 992px) {
  .quick-link-logos {
    display: flex;
    margin-top: 50%;
    margin-bottom: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 3;
  }
}

.socials-left-nav {
  background-color: rgba(0,0,0,0.8);
  border-radius: 0px 0px 10px 10px;
}

.socials-left-nav a i {
  rotate: 90deg;
}

.socials-left-nav .facebook-social {
  margin-left: 30px;
}

.rv-unit-img {
  min-height: 105px;
  display: flex;
  align-items: flex-end;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .rv-unit-img {
    min-height: 90px;
  }
}

@media (min-width: 993px) and (max-width: 1199px) {
  .rv-unit-img {
    min-height: 75px;
  }
}

.rv-headline-text {
  font-size: 1.7em;
  font-weight: 700;
  text-transform: uppercase;
  color: #a3a3a3;
}

.faded-underline {
  display: block;
  height: 2px;
  margin-bottom: 0.8em;
  background: -webkit-gradient(linear,left top,right top,from(#e47c47),to(rgba(228,124,71,0)));
  background: linear-gradient(to right,#e47c47 0,rgba(228,124,71,0) 100%);
}