@charset "UTF-8";
/* This file contains the styling needed for some Sitefinity CMS widgets */
:root {
  --sf-backgrоund-image: transparent;
  --sf-backgrоund-image: none;
  --sf-background-size: auto;
  --sf-background-position: 0% 0%;
}

.row,
[class^=col-] {
  --sf-backgrоund-color: transparent;
  background-color: var(--sf-backgrоund-color);
}

.sc-video__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sc-video__element {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
}

.-sc-video {
  position: relative;
}

.row.-sc-image {
  background-color: var(--sf-backgrоund-color);
  background-image: var(--sf-backgrоund-image);
  background-size: var(--sf-background-size);
  background-position: var(--sf-background-position);
  background-repeat: no-repeat;
}

/*#region Bootstrap navigation */
.nav-link.active {
  color: var(--bs-secondary);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .nav-link {
  white-space: nowrap;
}

.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu .dropdown-item:focus + .dropdown-menu {
  display: block;
  left: 100%;
  top: 0;
}

.sc-accordion-header {
  position: relative;
}

.accordion-button:not(.empty) + .sc-accordion-link {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 90%;
  font-size: 1rem;
  margin-left: 1.25rem;
  margin-top: 1rem;
  z-index: 10;
}

.accordion-button.empty::after {
  display: none;
}

.accordion-header .nav-link {
  font-weight: 500;
  color: #0c63e4;
}

/*#endregion Bootstrap navigation */
/*#region External login buttons */
.-sf-google-button {
  color: #D54F50;
}

.-sf-google-button:hover {
  color: #fff;
  background-color: #D54F50;
}

.-sf-facebook-button {
  color: #3E86B4;
}

.-sf-facebook-button:hover {
  color: #fff;
  background-color: #3E86B4;
}

.-sf-github-button {
  color: #333;
}

.-sf-github-button:hover {
  color: #fff;
  background-color: #333;
}

.-sf-yahoo-button {
  color: #410093;
}

.-sf-yahoo-button:hover {
  color: #fff;
  background-color: #410093;
}

.-sf-linkedin-button {
  color: #0077b5;
}

.-sf-linkedin-button:hover {
  color: #fff;
  background-color: #0077b5;
}

.-sf-microsoft-button {
  color: #00a1f1;
}

.-sf-microsoft-button:hover {
  color: #fff;
  background-color: #00a1f1;
}

.-sf-adfs-button {
  color: #00a1f1;
}

.-sf-adfs-button:hover {
  color: #fff;
  background-color: #00a1f1;
}

.-sf-windows-button {
  color: #00bcf2;
}

.-sf-windows-button:hover {
  color: #fff;
  background-color: #00bcf2;
}

.-sf-twitter-button {
  color: #1da1f2;
}

.-sf-twitter-button:hover {
  color: #fff;
  background-color: #1da1f2;
}

/*#endregion External login buttons*/
:root {
  /*Viewport*/
  --scrollbarWidth: 0px;
  --viewportWidth: calc(100vw - var(--scrollbarWidth));
  --inner-row-width: map.get($container-widths, "xs");
  --inner-row-margin: max(0px, calc((var(--viewportWidth) - var(--inner-row-width)) / 2));
  scroll-behavior: smooth;
}
@media (min-width: 0) {
  :root {
    --inner-row-width: 360px;
  }
}
@media (min-width: 576px) {
  :root {
    --inner-row-width: var(--viewportWidth);
  }
}
@media (min-width: 992px) {
  :root {
    --inner-row-width: 992px;
  }
}
@media (min-width: 1200px) {
  :root {
    --inner-row-width: 1200px;
  }
}
@media (min-width: 1921px) {
  :root {
    --inner-row-width: 1200px;
  }
}
@media (min-width: 2400px) {
  :root {
    --inner-row-width: 1200px;
  }
}

.inner-row {
  width: var(--inner-row-width);
  max-width: 100%;
  /* This is to fix the issue on smaller screen sizes where the items is being pushed to the right and outside the screen*/
}
@media (max-width: 377px) {
  .inner-row {
    width: 100% !important;
  }
}

.full-width, .inner-row.full-width {
  max-width: var(--viewportWidth) !important;
  width: var(--viewportWidth) !important;
}

.ps-margin {
  padding-left: var(--inner-row-margin);
}

.pe-margin {
  padding-right: var(--inner-row-margin);
}

/*Add padding to the bottom of the viewport when the secondary nav is fixed to the bottom of the screen*/
body {
  padding-bottom: var(--secondaryNavHeight, 0px);
}
@media (min-width: 576px) {
  body {
    padding-bottom: 0px;
  }
}
body:has(#main-nav) {
  margin-top: calc(var(--bannerheight-xs));
}

/*Attempting to fix horizontal scroll bars*/
.inner-row .full-width {
  margin-left: min(-1 * var(--inner-row-margin), -0.5 * var(--bs-gutter-x));
}

/*@media (map.get($grid-breakpoints,"sm") < width < map.get($grid-breakpoints,"md")) {
	div:not(.full-width) > .inner-row.mx-auto:not(.full-width) {
		margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
		margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
	}
}*/
body > section, .page-content > .col-md-12 > section {
  max-width: min(var(--viewportWidth), 100%);
}
body > section.row:not(.inner-row), .page-content > .col-md-12 > section.row:not(.inner-row) {
  max-width: calc(var(--viewportWidth) + var(--bs-gutter-x) / 2);
}

.row.full-width {
  margin-left: auto;
  margin-right: auto;
}

body > .full-width {
  margin-left: calc(-0.5 * var(--bs-gutter-x, 1.6rem));
  margin-right: calc(-0.5 * var(--bs-gutter-x, 1.6rem));
}

div[class*=col]:not(.px-0):not(.p-0) .full-width {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.inner-row div[class*=col]:not(.px-0):not(.p-0) .full-width, .inner-row[class*=col]:not(.px-0):not(.p-0) .full-width {
  margin-left: calc(-1 * var(--inner-row-margin) + -0.5 * var(--bs-gutter-x));
}

/*.col-md-12:not(.px-0) {
	.full-width {
		margin-left: calc(-0.5 * var(--bs-gutter-x));
	}

}*/
/*~~~~~~~~~~~~~

    The effects of messing with this file could be very widespread and time is very short, so I'm leaving it alone.
    In general we've moved away from the SASS/Bootstrap Override approach to a more CSS custom property and homebrewed approach.
    This file is still in the SASS/Bootstrap Override style.

~~~~~~~~~~~~~*/
body {
  overflow-x: hidden;
}

html {
  scroll-padding-top: 200px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.separator {
  color: hsl(var(--clr-primary-700));
  margin: 0 3px;
}

blockquote::before {
  content: open-quote;
}

blockquote::after {
  content: close-quote;
  margin-left: -0.2em;
}

blockquote {
  quotes: "“" "”" "‘" "’";
}

.flex-even {
  flex: 1;
}

.inner-row {
  width: 360px;
  max-width: 100%;
}

/* This is to fix the issue on smaller screen sizes where the items is being pushed to the right and outside the screen*/
@media (max-width: 370px) {
  .inner-row {
    width: 100% !important;
  }
}
/*.blue-gradient {
    background: rgb(0,86,135);
    background: linear-gradient(180deg, rgba(0,86,135,1) 0%, rgba(0,117,167,1) 56%, rgba(0,118,168,1) 100%);
}
.black-gradient {
    background: rgb(0,86,135);
    background: linear-gradient(180deg, hsl(0,3%,20%) 0%, hsl(0,3%,15%) 56%, hsl(0,3%,10%) 100%);
}*/
.gradient-overlay {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: rgb(0, 125, 205);
  /*2022 Gradient Overlay*/
  background: linear-gradient(145deg, rgb(0, 125, 205) 0%, rgba(0, 172, 207, 0.3) 50%, rgb(106, 180, 141) 100%);
}

.row.-sc-image.gradient {
  /*background-image: linear-gradient(to bottom, rgba(0, 86, 135, 1), rgba(0,117,167,0.6), rgba(0, 118, 168, 1)), var(--sf-backgrоund-image);*/
  background-image: linear-gradient(hsl(var(--clr-primary-900)/0.9), hsl(var(--clr-primary-900))), var(--sf-backgrоund-image);
  background-size: cover;
  color: #FFF;
}

.lightblock {
  background-color: #F1F9FB;
}

.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1200px) {
  .program-description {
    column-count: 2;
  }
}

.pill-search {
  border-radius: 100px;
  outline-offset: 0px;
  outline: none;
  color: hsl(var(--clr-primary-900));
  font-size: 22px;
  line-height: 37px;
  border: none;
  background-color: rgb(242, 251, 254);
  width: 100%;
  margin-right: 0px;
  padding: 15px 55px 15px 15px;
  font-family: var(--ff-barlow);
}
.pill-search::placeholder {
  color: hsl(var(--clr-primary-900));
}
.pill-search::-webkit-search-decoration, .pill-search::-webkit-search-cancel-button, .pill-search::-webkit-search-results-button, .pill-search::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.pill-search:hover, .pill-search:focus {
  box-shadow: 0 0 0 0.25rem hsl(var(--clr-primary-900)/0.25);
}
.pill-search + .search-button {
  position: absolute;
  top: 0;
  margin: 0;
  font-size: 40px;
  border: 0;
  height: 100%;
  border-radius: 0 100px 100px 0;
  background: transparent;
  color: hsl(var(--clr-primary-700));
  left: unset;
  right: 0px;
  padding-right: 15px;
  padding-left: 10px;
}
.pill-search + .search-button:hover {
  background-color: hsl(var(--clr-primary-700));
  color: white;
}
.pill-search + .search-button:hover span.icon-font-solid {
  color: white;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next {
  height: 0px;
  width: 0px;
  display: flex;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  transition: 0.2s;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font: normal normal normal 26px/1 "Lambton-Icons-Solid";
  font-size: 100px;
  /*Hide buttons when disabled*/
}
.swiper .swiper-button-prev:hover, .swiper .swiper-button-next:hover {
  background-color: transparent;
  color: white;
}
.swiper .swiper-button-prev:active:hover, .swiper .swiper-button-next:active:hover {
  background-color: transparent;
  color: white;
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev.swiper-button-disabled, .swiper .swiper-button-next.swiper-button-disabled {
  display: none;
}
@media (min-width: 576px) {
  .swiper .swiper-button-prev.swiper-button-disabled, .swiper .swiper-button-next.swiper-button-disabled {
    display: none;
  }
}
.swiper .swiper-button-prev {
  left: 15px;
}
@media (min-width: 576px) {
  .swiper .swiper-button-prev {
    left: 30px;
    font-size: 90px;
  }
}
.swiper .swiper-button-prev::before {
  position: relative;
  left: -2px;
  content: "n";
}
.swiper .swiper-button-next {
  right: 15px;
}
@media (min-width: 576px) {
  .swiper .swiper-button-next {
    right: 30px;
    font-size: 90px;
  }
}
.swiper .swiper-button-next::before {
  content: "b";
}

picture.vw-100.ms-n4 {
  width: var(--viewportWidth) !important;
  margin-left: -0.75rem !important;
}

#bboxdonation_BBEmbeddedForm .BBFormSection {
  margin: auto;
}

.row.-sc-image {
  --sf-backgrоund-image: var(--sf-backgrоund-image-0, --sf-background-image);
}
@media (min-width: 576px) {
  .row.-sc-image {
    --sf-backgrоund-image: var(--sf-backgrоund-image-576, --sf-background-image);
  }
}
@media (min-width: 1921px) {
  .row.-sc-image {
    --sf-backgrоund-image: var(--sf-backgrоund-image-1921, --sf-background-image);
  }
}

[class^=text-truncate-multi-], [class*=" text-truncate-multi-"] {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 0) {
  .text-truncate-multi-1 {
    -webkit-line-clamp: 1;
  }

  .text-truncate-multi-xs-1 {
    -webkit-line-clamp: 1;
  }

  .text-truncate-multi-2 {
    -webkit-line-clamp: 2;
  }

  .text-truncate-multi-xs-2 {
    -webkit-line-clamp: 2;
  }

  .text-truncate-multi-3 {
    -webkit-line-clamp: 3;
  }

  .text-truncate-multi-xs-3 {
    -webkit-line-clamp: 3;
  }

  .text-truncate-multi-4 {
    -webkit-line-clamp: 4;
  }

  .text-truncate-multi-xs-4 {
    -webkit-line-clamp: 4;
  }

  .text-truncate-multi-5 {
    -webkit-line-clamp: 5;
  }

  .text-truncate-multi-xs-5 {
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 576px) {
  .text-truncate-multi-sm-1 {
    -webkit-line-clamp: 1;
  }

  .text-truncate-multi-sm-2 {
    -webkit-line-clamp: 2;
  }

  .text-truncate-multi-sm-3 {
    -webkit-line-clamp: 3;
  }

  .text-truncate-multi-sm-4 {
    -webkit-line-clamp: 4;
  }

  .text-truncate-multi-sm-5 {
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 992px) {
  .text-truncate-multi-md-1 {
    -webkit-line-clamp: 1;
  }

  .text-truncate-multi-md-2 {
    -webkit-line-clamp: 2;
  }

  .text-truncate-multi-md-3 {
    -webkit-line-clamp: 3;
  }

  .text-truncate-multi-md-4 {
    -webkit-line-clamp: 4;
  }

  .text-truncate-multi-md-5 {
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 1200px) {
  .text-truncate-multi-lg-1 {
    -webkit-line-clamp: 1;
  }

  .text-truncate-multi-lg-2 {
    -webkit-line-clamp: 2;
  }

  .text-truncate-multi-lg-3 {
    -webkit-line-clamp: 3;
  }

  .text-truncate-multi-lg-4 {
    -webkit-line-clamp: 4;
  }

  .text-truncate-multi-lg-5 {
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 1921px) {
  .text-truncate-multi-xl-1 {
    -webkit-line-clamp: 1;
  }

  .text-truncate-multi-xl-2 {
    -webkit-line-clamp: 2;
  }

  .text-truncate-multi-xl-3 {
    -webkit-line-clamp: 3;
  }

  .text-truncate-multi-xl-4 {
    -webkit-line-clamp: 4;
  }

  .text-truncate-multi-xl-5 {
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 2400px) {
  .text-truncate-multi-xxl-1 {
    -webkit-line-clamp: 1;
  }

  .text-truncate-multi-xxl-2 {
    -webkit-line-clamp: 2;
  }

  .text-truncate-multi-xxl-3 {
    -webkit-line-clamp: 3;
  }

  .text-truncate-multi-xxl-4 {
    -webkit-line-clamp: 4;
  }

  .text-truncate-multi-xxl-5 {
    -webkit-line-clamp: 5;
  }
}
:is(.blue-gradient, .bg-primary, .bg-secondary, .black-gradient, .gradient-overlay, .row.-sc-image.gradient) :not(.btn) > :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, li, a, span, dd, dt) {
  color: hsl(var(--clr-white));
}
:is(.blue-gradient, .bg-primary, .bg-secondary, .black-gradient, .gradient-overlay, .row.-sc-image.gradient) a:not(.btn):hover {
  color: hsl(var(--clr-yellow-900));
}

.icon-highlight span {
  font-size: 3em;
  margin-right: 1rem;
  margin-top: -0.5rem;
}
@media (min-width: 992px) {
  .icon-highlight span {
    margin-right: 2rem;
  }
}
.icon-highlight :is(h2, .h2, h3, .h3, h4, .h4, h5, .h5) {
  margin-top: 0;
}

dl.arrow-double {
  --list-style-color: #00A9E0;
}
dl.arrow-double-white {
  --list-style-color: white;
}
dl.arrow-double dt {
  font-weight: normal;
  display: flex;
}
dl.arrow-double dt:not(:first-child) {
  margin-top: 1em;
}
dl.arrow-double dt::before {
  content: "v";
  color: var(--list-style-color);
  font-family: "Lambton-Icons-Solid";
  font-size: 1.5em;
  line-height: 1em;
  padding-inline: 0.25em;
  vertical-align: -10%;
}
dl.arrow-double dd {
  color: #666;
  padding-left: 2em;
  margin-bottom: 0;
}

ol.simple > li {
  counter-increment: simple-item;
  display: block;
  line-height: 1.5em;
  position: relative;
}
ol.simple > li::before {
  color: var(--list-style-color, hsl(var(--clr-primary-700)));
  content: counter(simple-item);
  font-family: var(--ff-meta);
  font-weight: var(--fw-bold);
  padding-inline: 0.7em;
}

ul.document-list li {
  margin: 0 0 0.6em 0;
}
ul.document-list li::before {
  color: var(--list-style-color, hsl(var(--clr-primary-800)));
  font-family: "Lambton-Icons-Outline";
  font-size: 1.5em;
  line-height: 1em;
  padding-inline: 0.2em;
  vertical-align: -7%;
}
ul.document-list li[data-type=pptx]::before {
  content: "X";
}
ul.document-list li[data-type=pdf]::before {
  content: "V";
}
ul.document-list li[data-type=docx]::before {
  content: "Z";
}
ul.document-list li[data-type=xlsx]::before {
  content: "C";
}
ul.document-list li[data-type=doc]::before {
  content: "D";
}

#tuitionFees ul.pills {
  padding-inline: 1.5rem;
  justify-content: center;
}

/*Raven's re-factored scss files*/
:root {
  /* Updated Colours */
  /* Primary Colours */
  --clr-primary-1000: 202 100% 21%;
  --clr-primary-900: 202 100% 26%;
  --clr-primary-800: 198 100% 33%;
  --clr-primary-750: 199, 100%, 35%;
  --clr-primary-700: 195 100% 44%;
  --clr-primary-600: 195 85% 64%;
  --clr-primary-500: 196 53% 83%;
  --clr-primary-400: 190 75% 97%;
  --clr-primary-300: 192 4% 98%;
  --clr-primary-200: 192 56% 96%;
  /* Secondary Colours */
  --clr-secondary-900: 195 84% 64%;
  --clr-secondary-800: 198 78% 82%;
  --clr-secondary-700: 197 63% 88%;
  --clr-secondary-600: 195 86% 97%;
  /* Accent Colours*/
  --clr-red-1000: 355 73% 47%;
  --clr-red-900: 358 83% 53%;
  --clr-yellow-1000: 49 100% 50%;
  --clr-yellow-950: 52 100% 60%;
  --clr-yellow-900: 60 100% 50%;
  --clr-green: 166 100% 34%;
  /* Light Colours */
  --clr-light-900: 195 78% 82%;
  --clr-light-800: 197 64% 88%;
  /* Dark Colours */
  --clr-dark-900: 0 0% 20%;
  --clr-dark-800: 0 0% 13%;
  --clr-dark-700: 0 0% 34%;
  --clr-dark-600: 0 0% 52%;
  --clr-dark-500: 0 0% 72%;
  --clr-dark-400: 0 0% 85%;
  --clr-dark-300: 0 0% 95%;
  /* Black and White */
  --clr-white: 0 0% 100%;
  --clr-black: 0 0% 0%;
  /*outdated colors*/
  /*
      --clr-primary-1000: 202 100% 21%;
  --clr-primary-900: 202 100% 26%; //#005587 -- DarkBlue
  --clr-primary-800: 198 100% 33%; //#0076a8 -- MediumBlue
  --clr-primary-700: 195 100% 44%; //#00a9e0 -- LightBlue
  --clr-primary-600: 195 84% 64%; //#56caf0
  --clr-primary-500: 195 53% 83%;
  --clr-primary-400: 195 86% 97%;
  --clr-primary-300: 192 4% 98%;
  --clr-primary-200: 192 56% 96%; // #F1F9FB
  --clr-secondary-1000: 358 83% 53%; // #EA2328 - Indigenous Red
  --clr-secondary-900: 166 100% 34%; // green
  --clr-secondary-800: 49 100% 50%; // #FFD100
  --clr-secondary-700: 53 100% 50%; // #FFE200
  --clr-secondary-600: 60 100% 50%; // #FFFF00
  --clr-secondary-200: 49 100% 50%; // #FFD100
  --clr-dark-900: 0 0% 20%; //#333333
  --clr-dark-800: 0 0% 13%; // #212121
  --clr-dark-700: 0 0% 34%; //#575757
  --clr-dark-600: 0 0% 52%; //#848484
  --clr-dark-500: 0 0% 55%; //#8D8D8D
  --clr-dark-400: 0 0% 85%; //#d8d8d8
  --clr-dark-300: 0 0% 88%; //#e0e0e0
  --clr-dark-200: 0 0% 95%; //#f2f2f2
  --clr-light-900: 195 78% 82%; //#ade3f5
  --clr-light-800: 197 63% 88%; //#cee9f4
  --clr-light-700: 192 56% 96%; //#eff8fb, #f1f9fb
  --clr-light-600: 197 78% 98%; //#f7fcfe
  --clr-dark-900: 0 0% 20%;
  --clr-dark-800: 0 0% 34%;
  --clr-dark-700: 0 0% 47%;
  --clr-dark-600: 0 0% 55%;
  --clr-dark-500: 0 0% 68%;
  --clr-dark-400: 0 0% 88%;
  --clr-fire-school: #cf202f;
  --clr-red-900: 5 88% 50%;
  --clr-white: 0 0% 100%;
  --clr-black: 0 0% 0%;
  */
  /* gradients */
  --gradient-color-1: 202 100% 13%;
  --gradient-color-2: 198 100% 33%;
  --gradient-1: linear-gradient(to bottom, hsl(var(--gradient-color-2)/ .13), hsl(var(--gradient-color-1)/ .71 ));
  --gradient-2: linear-gradient(to bottom, hsl(var(--gradient-color-2)/ .3), hsl(var(--gradient-color-1)/ .6 ));
  --gradient-flipper: linear-gradient(177deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  --gradient-single-photo: linear-gradient(0deg, rgba(0,118,168,1) 0%, rgba(0,118,168,1) 0%, rgba(0,85,135,1) 100%);
  /*radius*/
  --radius-1: 10px;
  --radius-2: 15px;
  --radius-3: 20px;
  --radius-4: 30px;
  --radius-5: 50px;
  /*font family*/
  --ff-icons-solid: "Lambton-Icons-Solid";
  --ff-icons-outline: "Lambton-Icons-Outline";
  --ff-literata: "Literata", "Georgia", serif;
  --ff-barlow: "Barlow", "Georgia", serif;
  /*font weight*/
  --fw-bold: 600;
  --fw-medium: 500;
  --fw-regular: 400;
  /*font-sizes*/
  --fs-900: 2.875rem;
  --fs-850: 2.5rem;
  --fs-800: 2.25rem;
  --fs-700: 2rem;
  --fs-650: 1.875rem;
  --fs-600: 1.75rem;
  --fs-550: 1.625rem;
  --fs-500: 1.5rem;
  --fs-400: 1.375rem;
  --fs-300: 1.25rem;
  --fs-200: 1.125rem;
  --fs-100: 1rem;
  /*Banner Heights*/
  --bannerheight-xs: 6rem;
  /*Calendar Colours*/
  --community-colour: hsl(var(--clr-green));
  --academic-dates-colour: hsl(var(--clr-yellow-1000));
  --future-students-colour: hsl(var(--clr-primary-700));
  /*Whitespace*/
  --touch-element-min-size: 48px;
  --section-margin: clamp(2rem, 2.179vw + 0.51rem, 3.125rem);
  --section-padding-block: 25px;
}

:root {
  /*Viewport*/
  --scrollbarWidth: 0px;
  --viewportWidth: calc(100vw - var(--scrollbarWidth));
  --inner-row-width: map.get($container-widths, "xs");
  --inner-row-margin: max(0px, calc((var(--viewportWidth) - var(--inner-row-width)) / 2));
  scroll-behavior: smooth;
}

@media (min-width: 0) {
  :root {
    --inner-row-width: 360px;
  }
}
@media (min-width: 576px) {
  :root {
    --inner-row-width: var(--viewportWidth);
  }
}
@media (min-width: 992px) {
  :root {
    --inner-row-width: 992px;
  }
}
@media (min-width: 1200px) {
  :root {
    --inner-row-width: 1200px;
  }
}
@media (min-width: 1921px) {
  :root {
    --inner-row-width: 1200px;
  }
}
@media (min-width: 2400px) {
  :root {
    --inner-row-width: 1200px;
  }
}
.inner-row {
  width: var(--inner-row-width);
  max-width: 100%;
  /* This is to fix the issue on smaller screen sizes where the items is being pushed to the right and outside the screen*/
}

@media (max-width: 377px) {
  .inner-row {
    width: 100% !important;
  }
}
.full-width, .inner-row.full-width {
  max-width: var(--viewportWidth) !important;
  width: var(--viewportWidth) !important;
}

.ps-margin {
  padding-left: var(--inner-row-margin);
}

.pe-margin {
  padding-right: var(--inner-row-margin);
}

/*Add padding to the bottom of the viewport when the secondary nav is fixed to the bottom of the screen*/
body {
  padding-bottom: var(--secondaryNavHeight, 0px);
}

@media (min-width: 576px) {
  body {
    padding-bottom: 0px;
  }
}
body:has(#main-nav) {
  margin-top: calc(var(--bannerheight-xs));
}

/*Attempting to fix horizontal scroll bars*/
.inner-row .full-width {
  margin-left: min(-1 * var(--inner-row-margin), -0.5 * var(--bs-gutter-x));
}

/*@media (map.get($grid-breakpoints,"sm") < width < map.get($grid-breakpoints,"md")) {
	div:not(.full-width) > .inner-row.mx-auto:not(.full-width) {
		margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
		margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
	}
}*/
body > section, .page-content > .col-md-12 > section {
  max-width: min(var(--viewportWidth), 100%);
}

body > section.row:not(.inner-row), .page-content > .col-md-12 > section.row:not(.inner-row) {
  max-width: calc(var(--viewportWidth) + var(--bs-gutter-x) / 2);
}

.row.full-width {
  margin-left: auto;
  margin-right: auto;
}

body > .full-width {
  margin-left: calc(-0.5 * var(--bs-gutter-x, 1.6rem));
  margin-right: calc(-0.5 * var(--bs-gutter-x, 1.6rem));
}

div[class*=col]:not(.px-0):not(.p-0) .full-width {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.inner-row div[class*=col]:not(.px-0):not(.p-0) .full-width, .inner-row[class*=col]:not(.px-0):not(.p-0) .full-width {
  margin-left: calc(-1 * var(--inner-row-margin) + -0.5 * var(--bs-gutter-x));
}

/*.col-md-12:not(.px-0) {
	.full-width {
		margin-left: calc(-0.5 * var(--bs-gutter-x));
	}

}*/
/* Negative Margins */
/*WID-526 Gutter & Column Width */
/*Define new border-radius values*/
/*Accordion*/
/* Add classes to bootstrap to round a single corner (top right / top left). */
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: hsl(202deg, 100%, 26%);
  --bs-secondary: hsl(198deg, 100%, 33%);
  --bs-success: hsl(166deg, 100%, 34%);
  --bs-info: hsl(195deg, 100%, 44%);
  --bs-warning: hsl(49deg, 100%, 50%);
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 84, 133;
  --bs-secondary-rgb: 0, 118, 168;
  --bs-success-rgb: 0, 173, 133;
  --bs-info-rgb: 0, 168, 224;
  --bs-warning-rgb: 255, 208, 0;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: var(--ff-barlow), Tahoma, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--ff-literata), Georgia, serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: var(--ff-barlow), Tahoma, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

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

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: hsl(202deg, 100%, 26%);
  text-decoration: underline;
}
a:hover {
  color: #00436a;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1200px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1921px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 2400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-5,
.gy-5 {
  --bs-gutter-y: 1.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%;
  }

  .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.4167rem;
  }

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 992px) {
  .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%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .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%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .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%;
  }

  .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.4167rem;
  }

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 1.5rem;
  }
}
@media (min-width: 2400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

  .col-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.4167rem;
  }

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 1.5rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #ccdde7;
  --bs-table-striped-bg: #c2d2db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8c7d0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdccd6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8c7d0;
}

.table-secondary {
  --bs-table-bg: #cce4ee;
  --bs-table-striped-bg: #c2d9e2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8cdd6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd3dc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8cdd6;
}

.table-success {
  --bs-table-bg: #ccefe7;
  --bs-table-striped-bg: #c2e3db;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d7d0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdddd6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8d7d0;
}

.table-info {
  --bs-table-bg: #cceef9;
  --bs-table-striped-bg: #c2e2ed;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d6e0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bddce6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8d6e0;
}

.table-warning {
  --bs-table-bg: #fff6cc;
  --bs-table-striped-bg: #f2eac2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6ddb8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece4bd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6ddb8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: hsl(166deg, 100%, 34%);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(0, 173, 133, 0.9);
  border-radius: 0.25rem;
}

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

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

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

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: hsl(166deg, 100%, 34%);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: hsl(166deg, 100%, 34%);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 173, 133, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: hsl(166deg, 100%, 34%);
}

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

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

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

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 2rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 84, 133, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: hsl(202deg, 100%, 26%);
  border-color: hsl(202deg, 100%, 26%);
}
.btn-primary:hover {
  color: #fff;
  background-color: #004771;
  border-color: #00436a;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #004771;
  border-color: #00436a;
  box-shadow: 0 0 0 0.25rem rgba(38, 110, 151, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00436a;
  border-color: #003f64;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 110, 151, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: hsl(202deg, 100%, 26%);
  border-color: hsl(202deg, 100%, 26%);
}

.btn-secondary {
  color: #fff;
  background-color: hsl(198deg, 100%, 33%);
  border-color: hsl(198deg, 100%, 33%);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #00648f;
  border-color: #005e86;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #00648f;
  border-color: #005e86;
  box-shadow: 0 0 0 0.25rem rgba(38, 139, 181, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #005e86;
  border-color: #00597e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 139, 181, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: hsl(198deg, 100%, 33%);
  border-color: hsl(198deg, 100%, 33%);
}

.btn-success {
  color: #000;
  background-color: hsl(166deg, 100%, 34%);
  border-color: hsl(166deg, 100%, 34%);
}
.btn-success:hover {
  color: #000;
  background-color: #26b997;
  border-color: #1ab591;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #26b997;
  border-color: #1ab591;
  box-shadow: 0 0 0 0.25rem rgba(0, 147, 113, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #33bd9d;
  border-color: #1ab591;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 147, 113, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: hsl(166deg, 100%, 34%);
  border-color: hsl(166deg, 100%, 34%);
}

.btn-info {
  color: #000;
  background-color: hsl(195deg, 100%, 44%);
  border-color: hsl(195deg, 100%, 44%);
}
.btn-info:hover {
  color: #000;
  background-color: #26b5e5;
  border-color: #1ab1e3;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #26b5e5;
  border-color: #1ab1e3;
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 190, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #33b9e6;
  border-color: #1ab1e3;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 143, 190, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: hsl(195deg, 100%, 44%);
  border-color: hsl(195deg, 100%, 44%);
}

.btn-warning {
  color: #000;
  background-color: hsl(49deg, 100%, 50%);
  border-color: hsl(49deg, 100%, 50%);
}
.btn-warning:hover {
  color: #000;
  background-color: #ffd726;
  border-color: #ffd51a;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffd726;
  border-color: #ffd51a;
  box-shadow: 0 0 0 0.25rem rgba(217, 177, 0, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffd933;
  border-color: #ffd51a;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 177, 0, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: hsl(49deg, 100%, 50%);
  border-color: hsl(49deg, 100%, 50%);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: hsl(202deg, 100%, 26%);
  border-color: hsl(202deg, 100%, 26%);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: hsl(202deg, 100%, 26%);
  border-color: hsl(202deg, 100%, 26%);
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 84, 133, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: hsl(202deg, 100%, 26%);
  border-color: hsl(202deg, 100%, 26%);
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 84, 133, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: hsl(202deg, 100%, 26%);
  background-color: transparent;
}

.btn-outline-secondary {
  color: hsl(198deg, 100%, 33%);
  border-color: hsl(198deg, 100%, 33%);
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: hsl(198deg, 100%, 33%);
  border-color: hsl(198deg, 100%, 33%);
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 118, 168, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: hsl(198deg, 100%, 33%);
  border-color: hsl(198deg, 100%, 33%);
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 118, 168, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: hsl(198deg, 100%, 33%);
  background-color: transparent;
}

.btn-outline-success {
  color: hsl(166deg, 100%, 34%);
  border-color: hsl(166deg, 100%, 34%);
}
.btn-outline-success:hover {
  color: #000;
  background-color: hsl(166deg, 100%, 34%);
  border-color: hsl(166deg, 100%, 34%);
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 173, 133, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: hsl(166deg, 100%, 34%);
  border-color: hsl(166deg, 100%, 34%);
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 173, 133, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: hsl(166deg, 100%, 34%);
  background-color: transparent;
}

.btn-outline-info {
  color: hsl(195deg, 100%, 44%);
  border-color: hsl(195deg, 100%, 44%);
}
.btn-outline-info:hover {
  color: #000;
  background-color: hsl(195deg, 100%, 44%);
  border-color: hsl(195deg, 100%, 44%);
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 168, 224, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: hsl(195deg, 100%, 44%);
  border-color: hsl(195deg, 100%, 44%);
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 168, 224, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: hsl(195deg, 100%, 44%);
  background-color: transparent;
}

.btn-outline-warning {
  color: hsl(49deg, 100%, 50%);
  border-color: hsl(49deg, 100%, 50%);
}
.btn-outline-warning:hover {
  color: #000;
  background-color: hsl(49deg, 100%, 50%);
  border-color: hsl(49deg, 100%, 50%);
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 208, 0, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: hsl(49deg, 100%, 50%);
  border-color: hsl(49deg, 100%, 50%);
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 208, 0, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: hsl(49deg, 100%, 50%);
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: hsl(202deg, 100%, 26%);
  text-decoration: underline;
}
.btn-link:hover {
  color: #00436a;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 1.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1921px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 2400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: hsl(202deg, 100%, 26%);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: hsl(202deg, 100%, 26%);
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: hsl(202deg, 100%, 26%);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #00436a;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: hsl(202deg, 100%, 26%);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1921px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 2400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: hsl(var(--clr-primary-900));
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: hsl(var(--clr-primary-900));
}
.navbar-dark .navbar-nav .nav-link {
  color: hsl(var(--clr-primary-900));
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: hsl(var(--clr-primary-900)/0.9);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsl(var(--clr-primary-900)/0.7);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: hsl(var(--clr-primary-900));
}
.navbar-dark .navbar-toggler {
  color: hsl(var(--clr-primary-900));
  border-color: transparent;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='darkblue' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: hsl(var(--clr-primary-900));
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: hsl(var(--clr-primary-900));
}

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

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

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

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

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

.card-link + .card-link {
  margin-left: 1rem;
}

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

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

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

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

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

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

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.25rem;
  font-size: 1rem;
  color: black;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: hsl(var(--clr-primary-900));
  background-color: transparent;
  box-shadow: inset 0 -1px 0 transparent;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005587'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005587'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #80aac2;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 84, 133, 0.25);
}

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

.accordion-item {
  background-color: hsl(var(--clr-primary-700)/0.03);
  border: 1px solid transparent;
}
.accordion-item:first-of-type {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: hsl(202deg, 100%, 26%);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #00436a;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #00436a;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 84, 133, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: hsl(202deg, 100%, 26%);
  border-color: hsl(202deg, 100%, 26%);
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

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

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

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #003250;
  background-color: #ccdde7;
  border-color: #b3ccda;
}
.alert-primary .alert-link {
  color: #002840;
}

.alert-secondary {
  color: #004765;
  background-color: #cce4ee;
  border-color: #b3d6e5;
}
.alert-secondary .alert-link {
  color: #003951;
}

.alert-success {
  color: #006850;
  background-color: #ccefe7;
  border-color: #b3e6da;
}
.alert-success .alert-link {
  color: #005340;
}

.alert-info {
  color: #006586;
  background-color: #cceef9;
  border-color: #b3e5f6;
}
.alert-info .alert-link {
  color: #00516b;
}

.alert-warning {
  color: #665300;
  background-color: #fff6cc;
  border-color: #fff1b3;
}
.alert-warning .alert-link {
  color: #524200;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: hsl(202deg, 100%, 26%);
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.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: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: hsl(202deg, 100%, 26%);
  border-color: hsl(202deg, 100%, 26%);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1921px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 2400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #003250;
  background-color: #ccdde7;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #003250;
  background-color: #b8c7d0;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #003250;
  border-color: #003250;
}

.list-group-item-secondary {
  color: #004765;
  background-color: #cce4ee;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #004765;
  background-color: #b8cdd6;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #004765;
  border-color: #004765;
}

.list-group-item-success {
  color: #006850;
  background-color: #ccefe7;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #006850;
  background-color: #b8d7d0;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #006850;
  border-color: #006850;
}

.list-group-item-info {
  color: #006586;
  background-color: #cceef9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #006586;
  background-color: #b8d6e0;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #006586;
  border-color: #006586;
}

.list-group-item-warning {
  color: #665300;
  background-color: #fff6cc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #665300;
  background-color: #e6ddb8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #665300;
  border-color: #665300;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: hsl(202deg, 100%, 26%);
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='hsl%28202deg, 100%, 26%%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: hsl(202deg, 100%, 26%);
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 84, 133, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1921px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1920.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 2399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--ff-literata), Georgia, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--ff-literata), Georgia, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: hsl(202deg, 100%, 26%);
}
.link-primary:hover, .link-primary:focus {
  color: #00436a;
}

.link-secondary {
  color: hsl(198deg, 100%, 33%);
}
.link-secondary:hover, .link-secondary:focus {
  color: #005e86;
}

.link-success {
  color: hsl(166deg, 100%, 34%);
}
.link-success:hover, .link-success:focus {
  color: #33bd9d;
}

.link-info {
  color: hsl(195deg, 100%, 44%);
}
.link-info:hover, .link-info:focus {
  color: #33b9e6;
}

.link-warning {
  color: hsl(49deg, 100%, 50%);
}
.link-warning:hover, .link-warning:focus {
  color: #ffd933;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1921px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 2400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: hsl(202deg, 100%, 26%) !important;
}

.border-secondary {
  border-color: hsl(198deg, 100%, 33%) !important;
}

.border-success {
  border-color: hsl(166deg, 100%, 34%) !important;
}

.border-info {
  border-color: hsl(195deg, 100%, 44%) !important;
}

.border-warning {
  border-color: hsl(49deg, 100%, 50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-100 {
  margin: 100% !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: 1rem !important;
  margin-left: 1rem !important;
}

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

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

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

.mx-100 {
  margin-right: 100% !important;
  margin-left: 100% !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: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

.my-100 {
  margin-top: 100% !important;
  margin-bottom: 100% !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: 1rem !important;
}

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

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

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

.mt-100 {
  margin-top: 100% !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: 1rem !important;
}

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

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

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

.me-100 {
  margin-right: 100% !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: 1rem !important;
}

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

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

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

.mb-100 {
  margin-bottom: 100% !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: 1rem !important;
}

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

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

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

.ms-100 {
  margin-left: 100% !important;
}

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

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

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

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

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

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

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

.m-n100 {
  margin: -100% !important;
}

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

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

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

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

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

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

.mx-n100 {
  margin-right: -100% !important;
  margin-left: -100% !important;
}

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

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

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

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

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

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

.my-n100 {
  margin-top: -100% !important;
  margin-bottom: -100% !important;
}

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

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

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

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

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

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

.mt-n100 {
  margin-top: -100% !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

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

.me-n4 {
  margin-right: -1.5rem !important;
}

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

.me-n6 {
  margin-right: -4.5rem !important;
}

.me-n100 {
  margin-right: -100% !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

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

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

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

.mb-n6 {
  margin-bottom: -4.5rem !important;
}

.mb-n100 {
  margin-bottom: -100% !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

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

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

.ms-n4 {
  margin-left: -1.5rem !important;
}

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

.ms-n6 {
  margin-left: -4.5rem !important;
}

.ms-n100 {
  margin-left: -100% !important;
}

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

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

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

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

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

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

.p-6 {
  padding: 4.5rem !important;
}

.p-100 {
  padding: 100% !important;
}

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

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

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

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

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

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

.px-6 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-6 {
  padding-top: 4.5rem !important;
}

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

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

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

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

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

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

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

.pe-6 {
  padding-right: 4.5rem !important;
}

.pe-100 {
  padding-right: 100% !important;
}

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 4.5rem !important;
}

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

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

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

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

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

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

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

.ps-6 {
  padding-left: 4.5rem !important;
}

.ps-100 {
  padding-left: 100% !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

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

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

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

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

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.5rem !important;
}

.rounded-4 {
  border-radius: 1rem !important;
}

.rounded-5 {
  border-radius: 1.5rem !important;
}

.rounded-6 {
  border-radius: 2rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.rounded-top-right {
  border-top-right-radius: 0.25rem !important;
}

.rounded-top-right-0 {
  border-top-right-radius: 0 !important;
}

.rounded-top-right-1 {
  border-top-right-radius: 0.2rem !important;
}

.rounded-top-right-2 {
  border-top-right-radius: 0.25rem !important;
}

.rounded-top-right-3 {
  border-top-right-radius: 0.5rem !important;
}

.rounded-top-right-4 {
  border-top-right-radius: 1rem !important;
}

.rounded-top-right-5 {
  border-top-right-radius: 1.5rem !important;
}

.rounded-top-right-6 {
  border-top-right-radius: 2rem !important;
}

.rounded-bottom-right {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom-right-1 {
  border-bottom-right-radius: 0.2rem !important;
}

.rounded-bottom-right-2 {
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom-right-3 {
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bottom-right-4 {
  border-bottom-right-radius: 1rem !important;
}

.rounded-bottom-right-5 {
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-bottom-right-6 {
  border-bottom-right-radius: 2rem !important;
}

.rounded-top-left {
  border-top-left-radius: 0.25rem !important;
}

.rounded-top-left-0 {
  border-top-left-radius: 0 !important;
}

.rounded-top-left-1 {
  border-top-left-radius: 0.2rem !important;
}

.rounded-top-left-2 {
  border-top-left-radius: 0.25rem !important;
}

.rounded-top-left-3 {
  border-top-left-radius: 0.5rem !important;
}

.rounded-top-left-4 {
  border-top-left-radius: 1rem !important;
}

.rounded-top-left-5 {
  border-top-left-radius: 1.5rem !important;
}

.rounded-top-left-6 {
  border-top-left-radius: 2rem !important;
}

.rounded-bottom-left {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-left-1 {
  border-bottom-left-radius: 0.2rem !important;
}

.rounded-bottom-left-2 {
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-bottom-left-3 {
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-bottom-left-4 {
  border-bottom-left-radius: 1rem !important;
}

.rounded-bottom-left-5 {
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-bottom-left-6 {
  border-bottom-left-radius: 2rem !important;
}

.left {
  left: auto !important;
}

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

.left-10 {
  left: 10px !important;
}

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

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

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

.right {
  right: auto !important;
}

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

.right-10 {
  right: 10px !important;
}

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

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

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

.rotate {
  transform: rotateZ(0deg) !important;
}

.rotate-0 {
  transform: rotateZ(0deg) !important;
}

.rotate-90 {
  transform: rotateZ(90deg) !important;
}

.rotate-180 {
  transform: rotateZ(180deg) !important;
}

.rotate-270 {
  transform: rotateZ(270deg) !important;
}

.flex-basis-0 {
  flex-basis: 0px !important;
}

.flex-basis-1 {
  flex-basis: 1px !important;
}

.flex-basis-2 {
  flex-basis: 2px !important;
}

.flex-basis-auto {
  flex-basis: auto !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-sm-auto {
    width: auto !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-grow-2 {
    flex-grow: 2 !important;
  }

  .flex-sm-grow-3 {
    flex-grow: 3 !important;
  }

  .flex-sm-grow-4 {
    flex-grow: 4 !important;
  }

  .flex-sm-grow-5 {
    flex-grow: 5 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-100 {
    gap: 100% !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: 1rem !important;
  }

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

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

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

  .m-sm-100 {
    margin: 100% !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: 1rem !important;
    margin-left: 1rem !important;
  }

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

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

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

  .mx-sm-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

  .my-sm-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !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: 1rem !important;
  }

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

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

  .mt-sm-6 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-100 {
    margin-top: 100% !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: 1rem !important;
  }

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

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

  .me-sm-6 {
    margin-right: 4.5rem !important;
  }

  .me-sm-100 {
    margin-right: 100% !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: 1rem !important;
  }

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

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

  .mb-sm-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-100 {
    margin-bottom: 100% !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: 1rem !important;
  }

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

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

  .ms-sm-6 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-100 {
    margin-left: 100% !important;
  }

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

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

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

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

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

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

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

  .m-sm-n100 {
    margin: -100% !important;
  }

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

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

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

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

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

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

  .mx-sm-n100 {
    margin-right: -100% !important;
    margin-left: -100% !important;
  }

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

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

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

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

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

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

  .my-sm-n100 {
    margin-top: -100% !important;
    margin-bottom: -100% !important;
  }

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

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

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

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

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

  .mt-sm-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-sm-n100 {
    margin-top: -100% !important;
  }

  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }

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

  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }

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

  .me-sm-n6 {
    margin-right: -4.5rem !important;
  }

  .me-sm-n100 {
    margin-right: -100% !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

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

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

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

  .mb-sm-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-sm-n100 {
    margin-bottom: -100% !important;
  }

  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

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

  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .ms-sm-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-sm-n100 {
    margin-left: -100% !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: 1rem !important;
  }

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

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

  .p-sm-6 {
    padding: 4.5rem !important;
  }

  .p-sm-100 {
    padding: 100% !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: 1rem !important;
    padding-left: 1rem !important;
  }

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

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

  .px-sm-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-sm-100 {
    padding-right: 100% !important;
    padding-left: 100% !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: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-sm-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !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: 1rem !important;
  }

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

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

  .pt-sm-6 {
    padding-top: 4.5rem !important;
  }

  .pt-sm-100 {
    padding-top: 100% !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: 1rem !important;
  }

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

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

  .pe-sm-6 {
    padding-right: 4.5rem !important;
  }

  .pe-sm-100 {
    padding-right: 100% !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: 1rem !important;
  }

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

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

  .pb-sm-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-sm-100 {
    padding-bottom: 100% !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: 1rem !important;
  }

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

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

  .ps-sm-6 {
    padding-left: 4.5rem !important;
  }

  .ps-sm-100 {
    padding-left: 100% !important;
  }

  .fs-sm-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-sm-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-sm-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-sm-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-sm-5 {
    font-size: 1.25rem !important;
  }

  .fs-sm-6 {
    font-size: 1rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .bg-sm-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }

  .rounded-top-right-sm {
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-right-sm-0 {
    border-top-right-radius: 0 !important;
  }

  .rounded-top-right-sm-1 {
    border-top-right-radius: 0.2rem !important;
  }

  .rounded-top-right-sm-2 {
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-right-sm-3 {
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-right-sm-4 {
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-right-sm-5 {
    border-top-right-radius: 1.5rem !important;
  }

  .rounded-top-right-sm-6 {
    border-top-right-radius: 2rem !important;
  }

  .rounded-bottom-right-sm {
    border-bottom-right-radius: 0.25rem !important;
  }

  .rounded-bottom-right-sm-0 {
    border-bottom-right-radius: 0 !important;
  }

  .rounded-bottom-right-sm-1 {
    border-bottom-right-radius: 0.2rem !important;
  }

  .rounded-bottom-right-sm-2 {
    border-bottom-right-radius: 0.25rem !important;
  }

  .rounded-bottom-right-sm-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  .rounded-bottom-right-sm-4 {
    border-bottom-right-radius: 1rem !important;
  }

  .rounded-bottom-right-sm-5 {
    border-bottom-right-radius: 1.5rem !important;
  }

  .rounded-bottom-right-sm-6 {
    border-bottom-right-radius: 2rem !important;
  }

  .rounded-top-left-sm {
    border-top-left-radius: 0.25rem !important;
  }

  .rounded-top-left-sm-0 {
    border-top-left-radius: 0 !important;
  }

  .rounded-top-left-sm-1 {
    border-top-left-radius: 0.2rem !important;
  }

  .rounded-top-left-sm-2 {
    border-top-left-radius: 0.25rem !important;
  }

  .rounded-top-left-sm-3 {
    border-top-left-radius: 0.5rem !important;
  }

  .rounded-top-left-sm-4 {
    border-top-left-radius: 1rem !important;
  }

  .rounded-top-left-sm-5 {
    border-top-left-radius: 1.5rem !important;
  }

  .rounded-top-left-sm-6 {
    border-top-left-radius: 2rem !important;
  }

  .rounded-bottom-left-sm {
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-left-sm-0 {
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-left-sm-1 {
    border-bottom-left-radius: 0.2rem !important;
  }

  .rounded-bottom-left-sm-2 {
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-left-sm-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-left-sm-4 {
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-left-sm-5 {
    border-bottom-left-radius: 1.5rem !important;
  }

  .rounded-bottom-left-sm-6 {
    border-bottom-left-radius: 2rem !important;
  }

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

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

  .left-sm-10 {
    left: 10px !important;
  }

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

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

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

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

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

  .right-sm-10 {
    right: 10px !important;
  }

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

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

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

  .rotate-sm {
    transform: rotateZ(0deg) !important;
  }

  .rotate-sm-0 {
    transform: rotateZ(0deg) !important;
  }

  .rotate-sm-90 {
    transform: rotateZ(90deg) !important;
  }

  .rotate-sm-180 {
    transform: rotateZ(180deg) !important;
  }

  .rotate-sm-270 {
    transform: rotateZ(270deg) !important;
  }

  .flex-basis-sm-0 {
    flex-basis: 0px !important;
  }

  .flex-basis-sm-1 {
    flex-basis: 1px !important;
  }

  .flex-basis-sm-2 {
    flex-basis: 2px !important;
  }

  .flex-basis-sm-auto {
    flex-basis: auto !important;
  }
}
@media (min-width: 992px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-md-auto {
    width: auto !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-grow-2 {
    flex-grow: 2 !important;
  }

  .flex-md-grow-3 {
    flex-grow: 3 !important;
  }

  .flex-md-grow-4 {
    flex-grow: 4 !important;
  }

  .flex-md-grow-5 {
    flex-grow: 5 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-100 {
    gap: 100% !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: 1rem !important;
  }

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

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

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

  .m-md-100 {
    margin: 100% !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: 1rem !important;
    margin-left: 1rem !important;
  }

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

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

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

  .mx-md-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

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

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

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

  .my-md-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !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: 1rem !important;
  }

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

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

  .mt-md-6 {
    margin-top: 4.5rem !important;
  }

  .mt-md-100 {
    margin-top: 100% !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: 1rem !important;
  }

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

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

  .me-md-6 {
    margin-right: 4.5rem !important;
  }

  .me-md-100 {
    margin-right: 100% !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: 1rem !important;
  }

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

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

  .mb-md-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-100 {
    margin-bottom: 100% !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: 1rem !important;
  }

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

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

  .ms-md-6 {
    margin-left: 4.5rem !important;
  }

  .ms-md-100 {
    margin-left: 100% !important;
  }

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

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

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

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

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

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

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

  .m-md-n100 {
    margin: -100% !important;
  }

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

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

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

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

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

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

  .mx-md-n100 {
    margin-right: -100% !important;
    margin-left: -100% !important;
  }

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

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

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

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

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

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

  .my-md-n100 {
    margin-top: -100% !important;
    margin-bottom: -100% !important;
  }

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

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

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

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

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

  .mt-md-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-md-n100 {
    margin-top: -100% !important;
  }

  .me-md-n1 {
    margin-right: -0.25rem !important;
  }

  .me-md-n2 {
    margin-right: -0.5rem !important;
  }

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

  .me-md-n4 {
    margin-right: -1.5rem !important;
  }

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

  .me-md-n6 {
    margin-right: -4.5rem !important;
  }

  .me-md-n100 {
    margin-right: -100% !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

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

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

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

  .mb-md-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-md-n100 {
    margin-bottom: -100% !important;
  }

  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }

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

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

  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .ms-md-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-md-n100 {
    margin-left: -100% !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: 1rem !important;
  }

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

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

  .p-md-6 {
    padding: 4.5rem !important;
  }

  .p-md-100 {
    padding: 100% !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: 1rem !important;
    padding-left: 1rem !important;
  }

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

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

  .px-md-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-md-100 {
    padding-right: 100% !important;
    padding-left: 100% !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: 1rem !important;
    padding-bottom: 1rem !important;
  }

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

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

  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-md-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !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: 1rem !important;
  }

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

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

  .pt-md-6 {
    padding-top: 4.5rem !important;
  }

  .pt-md-100 {
    padding-top: 100% !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: 1rem !important;
  }

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

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

  .pe-md-6 {
    padding-right: 4.5rem !important;
  }

  .pe-md-100 {
    padding-right: 100% !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: 1rem !important;
  }

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

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

  .pb-md-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-md-100 {
    padding-bottom: 100% !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: 1rem !important;
  }

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

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

  .ps-md-6 {
    padding-left: 4.5rem !important;
  }

  .ps-md-100 {
    padding-left: 100% !important;
  }

  .fs-md-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-md-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-md-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-md-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

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

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

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .bg-md-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }

  .rounded-top-right-md {
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-right-md-0 {
    border-top-right-radius: 0 !important;
  }

  .rounded-top-right-md-1 {
    border-top-right-radius: 0.2rem !important;
  }

  .rounded-top-right-md-2 {
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-right-md-3 {
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-right-md-4 {
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-right-md-5 {
    border-top-right-radius: 1.5rem !important;
  }

  .rounded-top-right-md-6 {
    border-top-right-radius: 2rem !important;
  }

  .rounded-bottom-right-md {
    border-bottom-right-radius: 0.25rem !important;
  }

  .rounded-bottom-right-md-0 {
    border-bottom-right-radius: 0 !important;
  }

  .rounded-bottom-right-md-1 {
    border-bottom-right-radius: 0.2rem !important;
  }

  .rounded-bottom-right-md-2 {
    border-bottom-right-radius: 0.25rem !important;
  }

  .rounded-bottom-right-md-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  .rounded-bottom-right-md-4 {
    border-bottom-right-radius: 1rem !important;
  }

  .rounded-bottom-right-md-5 {
    border-bottom-right-radius: 1.5rem !important;
  }

  .rounded-bottom-right-md-6 {
    border-bottom-right-radius: 2rem !important;
  }

  .rounded-top-left-md {
    border-top-left-radius: 0.25rem !important;
  }

  .rounded-top-left-md-0 {
    border-top-left-radius: 0 !important;
  }

  .rounded-top-left-md-1 {
    border-top-left-radius: 0.2rem !important;
  }

  .rounded-top-left-md-2 {
    border-top-left-radius: 0.25rem !important;
  }

  .rounded-top-left-md-3 {
    border-top-left-radius: 0.5rem !important;
  }

  .rounded-top-left-md-4 {
    border-top-left-radius: 1rem !important;
  }

  .rounded-top-left-md-5 {
    border-top-left-radius: 1.5rem !important;
  }

  .rounded-top-left-md-6 {
    border-top-left-radius: 2rem !important;
  }

  .rounded-bottom-left-md {
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-left-md-0 {
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-left-md-1 {
    border-bottom-left-radius: 0.2rem !important;
  }

  .rounded-bottom-left-md-2 {
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-left-md-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-left-md-4 {
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-left-md-5 {
    border-bottom-left-radius: 1.5rem !important;
  }

  .rounded-bottom-left-md-6 {
    border-bottom-left-radius: 2rem !important;
  }

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

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

  .left-md-10 {
    left: 10px !important;
  }

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

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

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

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

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

  .right-md-10 {
    right: 10px !important;
  }

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

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

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

  .rotate-md {
    transform: rotateZ(0deg) !important;
  }

  .rotate-md-0 {
    transform: rotateZ(0deg) !important;
  }

  .rotate-md-90 {
    transform: rotateZ(90deg) !important;
  }

  .rotate-md-180 {
    transform: rotateZ(180deg) !important;
  }

  .rotate-md-270 {
    transform: rotateZ(270deg) !important;
  }

  .flex-basis-md-0 {
    flex-basis: 0px !important;
  }

  .flex-basis-md-1 {
    flex-basis: 1px !important;
  }

  .flex-basis-md-2 {
    flex-basis: 2px !important;
  }

  .flex-basis-md-auto {
    flex-basis: auto !important;
  }
}
@media (min-width: 1200px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-lg-auto {
    width: auto !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-grow-2 {
    flex-grow: 2 !important;
  }

  .flex-lg-grow-3 {
    flex-grow: 3 !important;
  }

  .flex-lg-grow-4 {
    flex-grow: 4 !important;
  }

  .flex-lg-grow-5 {
    flex-grow: 5 !important;
  }

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

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

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

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

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

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

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .gap-lg-6 {
    gap: 4.5rem !important;
  }

  .gap-lg-100 {
    gap: 100% !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: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-6 {
    margin: 4.5rem !important;
  }

  .m-lg-100 {
    margin: 100% !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: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !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: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-6 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-100 {
    margin-top: 100% !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: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-6 {
    margin-right: 4.5rem !important;
  }

  .me-lg-100 {
    margin-right: 100% !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: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-100 {
    margin-bottom: 100% !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: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-6 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-100 {
    margin-left: 100% !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .m-lg-n6 {
    margin: -4.5rem !important;
  }

  .m-lg-n100 {
    margin: -100% !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-lg-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-lg-n100 {
    margin-right: -100% !important;
    margin-left: -100% !important;
  }

  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-lg-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-lg-n100 {
    margin-top: -100% !important;
    margin-bottom: -100% !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .mt-lg-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-lg-n100 {
    margin-top: -100% !important;
  }

  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .me-lg-n3 {
    margin-right: -1rem !important;
  }

  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .me-lg-n5 {
    margin-right: -3rem !important;
  }

  .me-lg-n6 {
    margin-right: -4.5rem !important;
  }

  .me-lg-n100 {
    margin-right: -100% !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-lg-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-lg-n100 {
    margin-bottom: -100% !important;
  }

  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-lg-n3 {
    margin-left: -1rem !important;
  }

  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-lg-n5 {
    margin-left: -3rem !important;
  }

  .ms-lg-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-lg-n100 {
    margin-left: -100% !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: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .p-lg-6 {
    padding: 4.5rem !important;
  }

  .p-lg-100 {
    padding: 100% !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: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-lg-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-lg-100 {
    padding-right: 100% !important;
    padding-left: 100% !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: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-lg-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !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: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pt-lg-6 {
    padding-top: 4.5rem !important;
  }

  .pt-lg-100 {
    padding-top: 100% !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: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pe-lg-6 {
    padding-right: 4.5rem !important;
  }

  .pe-lg-100 {
    padding-right: 100% !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: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-lg-100 {
    padding-bottom: 100% !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: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .ps-lg-6 {
    padding-left: 4.5rem !important;
  }

  .ps-lg-100 {
    padding-left: 100% !important;
  }

  .fs-lg-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-lg-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-lg-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-lg-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-lg-5 {
    font-size: 1.25rem !important;
  }

  .fs-lg-6 {
    font-size: 1rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .bg-lg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-lg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-lg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-lg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-lg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-lg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-lg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-lg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-lg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-lg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-lg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-lg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }

  .rounded-top-right-lg {
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-right-lg-0 {
    border-top-right-radius: 0 !important;
  }

  .rounded-top-right-lg-1 {
    border-top-right-radius: 0.2rem !important;
  }

  .rounded-top-right-lg-2 {
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-right-lg-3 {
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-right-lg-4 {
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-right-lg-5 {
    border-top-right-radius: 1.5rem !important;
  }

  .rounded-top-right-lg-6 {
    border-top-right-radius: 2rem !important;
  }

  .rounded-bottom-right-lg {
    border-bottom-right-radius: 0.25rem !important;
  }

  .rounded-bottom-right-lg-0 {
    border-bottom-right-radius: 0 !important;
  }

  .rounded-bottom-right-lg-1 {
    border-bottom-right-radius: 0.2rem !important;
  }

  .rounded-bottom-right-lg-2 {
    border-bottom-right-radius: 0.25rem !important;
  }

  .rounded-bottom-right-lg-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  .rounded-bottom-right-lg-4 {
    border-bottom-right-radius: 1rem !important;
  }

  .rounded-bottom-right-lg-5 {
    border-bottom-right-radius: 1.5rem !important;
  }

  .rounded-bottom-right-lg-6 {
    border-bottom-right-radius: 2rem !important;
  }

  .rounded-top-left-lg {
    border-top-left-radius: 0.25rem !important;
  }

  .rounded-top-left-lg-0 {
    border-top-left-radius: 0 !important;
  }

  .rounded-top-left-lg-1 {
    border-top-left-radius: 0.2rem !important;
  }

  .rounded-top-left-lg-2 {
    border-top-left-radius: 0.25rem !important;
  }

  .rounded-top-left-lg-3 {
    border-top-left-radius: 0.5rem !important;
  }

  .rounded-top-left-lg-4 {
    border-top-left-radius: 1rem !important;
  }

  .rounded-top-left-lg-5 {
    border-top-left-radius: 1.5rem !important;
  }

  .rounded-top-left-lg-6 {
    border-top-left-radius: 2rem !important;
  }

  .rounded-bottom-left-lg {
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-left-lg-0 {
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-left-lg-1 {
    border-bottom-left-radius: 0.2rem !important;
  }

  .rounded-bottom-left-lg-2 {
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-left-lg-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-left-lg-4 {
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-left-lg-5 {
    border-bottom-left-radius: 1.5rem !important;
  }

  .rounded-bottom-left-lg-6 {
    border-bottom-left-radius: 2rem !important;
  }

  .left-lg {
    left: auto !important;
  }

  .left-lg-0 {
    left: 0 !important;
  }

  .left-lg-10 {
    left: 10px !important;
  }

  .left-lg-100 {
    left: 100% !important;
  }

  .left-lg-50 {
    left: 50% !important;
  }

  .left-lg-auto {
    left: auto !important;
  }

  .right-lg {
    right: auto !important;
  }

  .right-lg-0 {
    right: 0 !important;
  }

  .right-lg-10 {
    right: 10px !important;
  }

  .right-lg-100 {
    right: 100% !important;
  }

  .right-lg-50 {
    right: 50% !important;
  }

  .right-lg-auto {
    right: auto !important;
  }

  .rotate-lg {
    transform: rotateZ(0deg) !important;
  }

  .rotate-lg-0 {
    transform: rotateZ(0deg) !important;
  }

  .rotate-lg-90 {
    transform: rotateZ(90deg) !important;
  }

  .rotate-lg-180 {
    transform: rotateZ(180deg) !important;
  }

  .rotate-lg-270 {
    transform: rotateZ(270deg) !important;
  }

  .flex-basis-lg-0 {
    flex-basis: 0px !important;
  }

  .flex-basis-lg-1 {
    flex-basis: 1px !important;
  }

  .flex-basis-lg-2 {
    flex-basis: 2px !important;
  }

  .flex-basis-lg-auto {
    flex-basis: auto !important;
  }
}
@media (min-width: 1921px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .position-xl-static {
    position: static !important;
  }

  .position-xl-relative {
    position: relative !important;
  }

  .position-xl-absolute {
    position: absolute !important;
  }

  .position-xl-fixed {
    position: fixed !important;
  }

  .position-xl-sticky {
    position: sticky !important;
  }

  .border-bottom-xl {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-bottom-xl-0 {
    border-bottom: 0 !important;
  }

  .w-xl-25 {
    width: 25% !important;
  }

  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 75% !important;
  }

  .w-xl-100 {
    width: 100% !important;
  }

  .w-xl-auto {
    width: auto !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-grow-2 {
    flex-grow: 2 !important;
  }

  .flex-xl-grow-3 {
    flex-grow: 3 !important;
  }

  .flex-xl-grow-4 {
    flex-grow: 4 !important;
  }

  .flex-xl-grow-5 {
    flex-grow: 5 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .gap-xl-6 {
    gap: 4.5rem !important;
  }

  .gap-xl-100 {
    gap: 100% !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: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .m-xl-100 {
    margin: 100% !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: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xl-100 {
    margin-right: 100% !important;
    margin-left: 100% !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: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !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: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-100 {
    margin-top: 100% !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: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-6 {
    margin-right: 4.5rem !important;
  }

  .me-xl-100 {
    margin-right: 100% !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: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-100 {
    margin-bottom: 100% !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: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-6 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-100 {
    margin-left: 100% !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .m-xl-n6 {
    margin: -4.5rem !important;
  }

  .m-xl-n100 {
    margin: -100% !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-xl-n100 {
    margin-right: -100% !important;
    margin-left: -100% !important;
  }

  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xl-n100 {
    margin-top: -100% !important;
    margin-bottom: -100% !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xl-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-xl-n100 {
    margin-top: -100% !important;
  }

  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xl-n3 {
    margin-right: -1rem !important;
  }

  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xl-n5 {
    margin-right: -3rem !important;
  }

  .me-xl-n6 {
    margin-right: -4.5rem !important;
  }

  .me-xl-n100 {
    margin-right: -100% !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-xl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xl-n100 {
    margin-bottom: -100% !important;
  }

  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xl-n5 {
    margin-left: -3rem !important;
  }

  .ms-xl-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-xl-n100 {
    margin-left: -100% !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: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .p-xl-100 {
    padding: 100% !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: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xl-100 {
    padding-right: 100% !important;
    padding-left: 100% !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: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xl-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !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: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pt-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pt-xl-100 {
    padding-top: 100% !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: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pe-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pe-xl-100 {
    padding-right: 100% !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: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xl-100 {
    padding-bottom: 100% !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: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .ps-xl-6 {
    padding-left: 4.5rem !important;
  }

  .ps-xl-100 {
    padding-left: 100% !important;
  }

  .fs-xl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-xl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-xl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xl-5 {
    font-size: 1.25rem !important;
  }

  .fs-xl-6 {
    font-size: 1rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .bg-xl-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xl-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xl-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xl-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xl-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xl-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xl-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xl-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xl-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xl-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xl-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xl-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }

  .rounded-top-right-xl {
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-right-xl-0 {
    border-top-right-radius: 0 !important;
  }

  .rounded-top-right-xl-1 {
    border-top-right-radius: 0.2rem !important;
  }

  .rounded-top-right-xl-2 {
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-right-xl-3 {
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-right-xl-4 {
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-right-xl-5 {
    border-top-right-radius: 1.5rem !important;
  }

  .rounded-top-right-xl-6 {
    border-top-right-radius: 2rem !important;
  }

  .rounded-bottom-right-xl {
    border-bottom-right-radius: 0.25rem !important;
  }

  .rounded-bottom-right-xl-0 {
    border-bottom-right-radius: 0 !important;
  }

  .rounded-bottom-right-xl-1 {
    border-bottom-right-radius: 0.2rem !important;
  }

  .rounded-bottom-right-xl-2 {
    border-bottom-right-radius: 0.25rem !important;
  }

  .rounded-bottom-right-xl-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  .rounded-bottom-right-xl-4 {
    border-bottom-right-radius: 1rem !important;
  }

  .rounded-bottom-right-xl-5 {
    border-bottom-right-radius: 1.5rem !important;
  }

  .rounded-bottom-right-xl-6 {
    border-bottom-right-radius: 2rem !important;
  }

  .rounded-top-left-xl {
    border-top-left-radius: 0.25rem !important;
  }

  .rounded-top-left-xl-0 {
    border-top-left-radius: 0 !important;
  }

  .rounded-top-left-xl-1 {
    border-top-left-radius: 0.2rem !important;
  }

  .rounded-top-left-xl-2 {
    border-top-left-radius: 0.25rem !important;
  }

  .rounded-top-left-xl-3 {
    border-top-left-radius: 0.5rem !important;
  }

  .rounded-top-left-xl-4 {
    border-top-left-radius: 1rem !important;
  }

  .rounded-top-left-xl-5 {
    border-top-left-radius: 1.5rem !important;
  }

  .rounded-top-left-xl-6 {
    border-top-left-radius: 2rem !important;
  }

  .rounded-bottom-left-xl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-left-xl-0 {
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-left-xl-1 {
    border-bottom-left-radius: 0.2rem !important;
  }

  .rounded-bottom-left-xl-2 {
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-left-xl-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-left-xl-4 {
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-left-xl-5 {
    border-bottom-left-radius: 1.5rem !important;
  }

  .rounded-bottom-left-xl-6 {
    border-bottom-left-radius: 2rem !important;
  }

  .left-xl {
    left: auto !important;
  }

  .left-xl-0 {
    left: 0 !important;
  }

  .left-xl-10 {
    left: 10px !important;
  }

  .left-xl-100 {
    left: 100% !important;
  }

  .left-xl-50 {
    left: 50% !important;
  }

  .left-xl-auto {
    left: auto !important;
  }

  .right-xl {
    right: auto !important;
  }

  .right-xl-0 {
    right: 0 !important;
  }

  .right-xl-10 {
    right: 10px !important;
  }

  .right-xl-100 {
    right: 100% !important;
  }

  .right-xl-50 {
    right: 50% !important;
  }

  .right-xl-auto {
    right: auto !important;
  }

  .rotate-xl {
    transform: rotateZ(0deg) !important;
  }

  .rotate-xl-0 {
    transform: rotateZ(0deg) !important;
  }

  .rotate-xl-90 {
    transform: rotateZ(90deg) !important;
  }

  .rotate-xl-180 {
    transform: rotateZ(180deg) !important;
  }

  .rotate-xl-270 {
    transform: rotateZ(270deg) !important;
  }

  .flex-basis-xl-0 {
    flex-basis: 0px !important;
  }

  .flex-basis-xl-1 {
    flex-basis: 1px !important;
  }

  .flex-basis-xl-2 {
    flex-basis: 2px !important;
  }

  .flex-basis-xl-auto {
    flex-basis: auto !important;
  }
}
@media (min-width: 2400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .position-xxl-static {
    position: static !important;
  }

  .position-xxl-relative {
    position: relative !important;
  }

  .position-xxl-absolute {
    position: absolute !important;
  }

  .position-xxl-fixed {
    position: fixed !important;
  }

  .position-xxl-sticky {
    position: sticky !important;
  }

  .border-bottom-xxl {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-bottom-xxl-0 {
    border-bottom: 0 !important;
  }

  .w-xxl-25 {
    width: 25% !important;
  }

  .w-xxl-50 {
    width: 50% !important;
  }

  .w-xxl-75 {
    width: 75% !important;
  }

  .w-xxl-100 {
    width: 100% !important;
  }

  .w-xxl-auto {
    width: auto !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-grow-2 {
    flex-grow: 2 !important;
  }

  .flex-xxl-grow-3 {
    flex-grow: 3 !important;
  }

  .flex-xxl-grow-4 {
    flex-grow: 4 !important;
  }

  .flex-xxl-grow-5 {
    flex-grow: 5 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .gap-xxl-6 {
    gap: 4.5rem !important;
  }

  .gap-xxl-100 {
    gap: 100% !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-6 {
    margin: 4.5rem !important;
  }

  .m-xxl-100 {
    margin: 100% !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-6 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-100 {
    margin-right: 100% !important;
    margin-left: 100% !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-6 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-100 {
    margin-top: 100% !important;
    margin-bottom: 100% !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-6 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-100 {
    margin-top: 100% !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-6 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-100 {
    margin-right: 100% !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-100 {
    margin-bottom: 100% !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-6 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-100 {
    margin-left: 100% !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .m-xxl-n6 {
    margin: -4.5rem !important;
  }

  .m-xxl-n100 {
    margin: -100% !important;
  }

  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xxl-n6 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-xxl-n100 {
    margin-right: -100% !important;
    margin-left: -100% !important;
  }

  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxl-n6 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xxl-n100 {
    margin-top: -100% !important;
    margin-bottom: -100% !important;
  }

  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mt-xxl-n6 {
    margin-top: -4.5rem !important;
  }

  .mt-xxl-n100 {
    margin-top: -100% !important;
  }

  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxl-n3 {
    margin-right: -1rem !important;
  }

  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .me-xxl-n5 {
    margin-right: -3rem !important;
  }

  .me-xxl-n6 {
    margin-right: -4.5rem !important;
  }

  .me-xxl-n100 {
    margin-right: -100% !important;
  }

  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .mb-xxl-n6 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xxl-n100 {
    margin-bottom: -100% !important;
  }

  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }

  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }

  .ms-xxl-n6 {
    margin-left: -4.5rem !important;
  }

  .ms-xxl-n100 {
    margin-left: -100% !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .p-xxl-6 {
    padding: 4.5rem !important;
  }

  .p-xxl-100 {
    padding: 100% !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxl-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xxl-100 {
    padding-right: 100% !important;
    padding-left: 100% !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxl-100 {
    padding-top: 100% !important;
    padding-bottom: 100% !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pt-xxl-6 {
    padding-top: 4.5rem !important;
  }

  .pt-xxl-100 {
    padding-top: 100% !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pe-xxl-6 {
    padding-right: 4.5rem !important;
  }

  .pe-xxl-100 {
    padding-right: 100% !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pb-xxl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxl-100 {
    padding-bottom: 100% !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .ps-xxl-6 {
    padding-left: 4.5rem !important;
  }

  .ps-xxl-100 {
    padding-left: 100% !important;
  }

  .fs-xxl-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xxl-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-xxl-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-xxl-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xxl-5 {
    font-size: 1.25rem !important;
  }

  .fs-xxl-6 {
    font-size: 1rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }

  .bg-xxl-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xxl-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xxl-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xxl-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xxl-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xxl-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xxl-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xxl-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xxl-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xxl-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xxl-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
  }

  .bg-xxl-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
  }

  .rounded-top-right-xxl {
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-right-xxl-0 {
    border-top-right-radius: 0 !important;
  }

  .rounded-top-right-xxl-1 {
    border-top-right-radius: 0.2rem !important;
  }

  .rounded-top-right-xxl-2 {
    border-top-right-radius: 0.25rem !important;
  }

  .rounded-top-right-xxl-3 {
    border-top-right-radius: 0.5rem !important;
  }

  .rounded-top-right-xxl-4 {
    border-top-right-radius: 1rem !important;
  }

  .rounded-top-right-xxl-5 {
    border-top-right-radius: 1.5rem !important;
  }

  .rounded-top-right-xxl-6 {
    border-top-right-radius: 2rem !important;
  }

  .rounded-bottom-right-xxl {
    border-bottom-right-radius: 0.25rem !important;
  }

  .rounded-bottom-right-xxl-0 {
    border-bottom-right-radius: 0 !important;
  }

  .rounded-bottom-right-xxl-1 {
    border-bottom-right-radius: 0.2rem !important;
  }

  .rounded-bottom-right-xxl-2 {
    border-bottom-right-radius: 0.25rem !important;
  }

  .rounded-bottom-right-xxl-3 {
    border-bottom-right-radius: 0.5rem !important;
  }

  .rounded-bottom-right-xxl-4 {
    border-bottom-right-radius: 1rem !important;
  }

  .rounded-bottom-right-xxl-5 {
    border-bottom-right-radius: 1.5rem !important;
  }

  .rounded-bottom-right-xxl-6 {
    border-bottom-right-radius: 2rem !important;
  }

  .rounded-top-left-xxl {
    border-top-left-radius: 0.25rem !important;
  }

  .rounded-top-left-xxl-0 {
    border-top-left-radius: 0 !important;
  }

  .rounded-top-left-xxl-1 {
    border-top-left-radius: 0.2rem !important;
  }

  .rounded-top-left-xxl-2 {
    border-top-left-radius: 0.25rem !important;
  }

  .rounded-top-left-xxl-3 {
    border-top-left-radius: 0.5rem !important;
  }

  .rounded-top-left-xxl-4 {
    border-top-left-radius: 1rem !important;
  }

  .rounded-top-left-xxl-5 {
    border-top-left-radius: 1.5rem !important;
  }

  .rounded-top-left-xxl-6 {
    border-top-left-radius: 2rem !important;
  }

  .rounded-bottom-left-xxl {
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-left-xxl-0 {
    border-bottom-left-radius: 0 !important;
  }

  .rounded-bottom-left-xxl-1 {
    border-bottom-left-radius: 0.2rem !important;
  }

  .rounded-bottom-left-xxl-2 {
    border-bottom-left-radius: 0.25rem !important;
  }

  .rounded-bottom-left-xxl-3 {
    border-bottom-left-radius: 0.5rem !important;
  }

  .rounded-bottom-left-xxl-4 {
    border-bottom-left-radius: 1rem !important;
  }

  .rounded-bottom-left-xxl-5 {
    border-bottom-left-radius: 1.5rem !important;
  }

  .rounded-bottom-left-xxl-6 {
    border-bottom-left-radius: 2rem !important;
  }

  .left-xxl {
    left: auto !important;
  }

  .left-xxl-0 {
    left: 0 !important;
  }

  .left-xxl-10 {
    left: 10px !important;
  }

  .left-xxl-100 {
    left: 100% !important;
  }

  .left-xxl-50 {
    left: 50% !important;
  }

  .left-xxl-auto {
    left: auto !important;
  }

  .right-xxl {
    right: auto !important;
  }

  .right-xxl-0 {
    right: 0 !important;
  }

  .right-xxl-10 {
    right: 10px !important;
  }

  .right-xxl-100 {
    right: 100% !important;
  }

  .right-xxl-50 {
    right: 50% !important;
  }

  .right-xxl-auto {
    right: auto !important;
  }

  .rotate-xxl {
    transform: rotateZ(0deg) !important;
  }

  .rotate-xxl-0 {
    transform: rotateZ(0deg) !important;
  }

  .rotate-xxl-90 {
    transform: rotateZ(90deg) !important;
  }

  .rotate-xxl-180 {
    transform: rotateZ(180deg) !important;
  }

  .rotate-xxl-270 {
    transform: rotateZ(270deg) !important;
  }

  .flex-basis-xxl-0 {
    flex-basis: 0px !important;
  }

  .flex-basis-xxl-1 {
    flex-basis: 1px !important;
  }

  .flex-basis-xxl-2 {
    flex-basis: 2px !important;
  }

  .flex-basis-xxl-auto {
    flex-basis: auto !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }

  .fs-sm-1 {
    font-size: 2.5rem !important;
  }

  .fs-sm-2 {
    font-size: 2rem !important;
  }

  .fs-sm-3 {
    font-size: 1.75rem !important;
  }

  .fs-sm-4 {
    font-size: 1.5rem !important;
  }

  .fs-md-1 {
    font-size: 2.5rem !important;
  }

  .fs-md-2 {
    font-size: 2rem !important;
  }

  .fs-md-3 {
    font-size: 1.75rem !important;
  }

  .fs-md-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
html {
  --body-font-size: var(--fs-100);
  --body-line-height: 1.25rem;
  --h1-font-size: var(--fs-650);
  --h1-padding-bottom: 0.9rem;
  --h2-font-size: var(--fs-550);
  --h3-font-size: var(--fs-300);
  --h4-font-size: var(--fs-200);
  --h5-font-size: var(--fs-100);
  --h2-color: hsl(var(--clr-primary-900));
  --h3-color: hsl(var(--clr-primary-800));
  --heading-margin-top: 2.5rem;
  --heading-margin-bottom: 2rem;
  --heading-font-family: var(--ff-barlow);
}
html body {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
}
html body p {
  line-height: 1.5em;
  margin-bottom: 1.5em;
}
html body :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  margin-top: var(--heading-margin-top);
  margin-bottom: var(--heading-margin-bottom);
  font-family: var(--heading-font-family);
  font-weight: var(--fw-medium);
}
html body :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) .icon-font-outline, html body :is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) .icon-font-solid {
  font-size: inherit;
}
html body :is(h1, .h1) {
  font-size: var(--h1-font-size);
  padding-bottom: var(--h1-padding-bottom);
}
html body :is(h2, .h2) {
  font-size: var(--h2-font-size);
  color: var(--h2-color);
}
html body :is(h3, .h3) {
  font-size: var(--h3-font-size);
  color: var(--h3-color);
}
html body :is(h4, .h4) {
  font-size: var(--h4-font-size);
}
html body :is(h5, .h5) {
  font-size: var(--h5-font-size);
}
html body ul.arrow-double, html body ul.pills, html body ul.arrow-single, html body ul.check, html body ul.checkmark, html body ul.block, html body ul.icon-list-solid, html body ul.icon-list-outline {
  list-style-type: none;
  padding: 0;
}
html body ul.arrow-double li, html body ul.pills li, html body ul.arrow-single li, html body ul.check li, html body ul.checkmark li, html body ul.block li, html body ul.icon-list-solid li, html body ul.icon-list-outline li {
  text-indent: -1.8em;
  padding-inline-start: 2em;
  padding-bottom: 15px;
}
html body ul.arrow-double li::before {
  content: "v";
  color: var(--list-style-color, hsl(var(--clr-primary-700)));
  font-family: "Lambton-Icons-Solid";
  font-size: 1.5em;
  line-height: 1em;
  padding-inline: 0.2em;
  vertical-align: -7%;
}
html body ul.arrow-single li::before {
  content: "z";
  color: var(--list-style-color, hsl(var(--clr-primary-900)));
  font-family: "Lambton-Icons-Solid";
  font-size: 1.5em;
  line-height: 1em;
  padding-inline: 0.2em;
  vertical-align: -7%;
}
html body ul.arrow-single.yellow li::before {
  color: #FFD100;
}
.bg-primary html body ul.arrow-single li::before, .blue-gradient html body ul.arrow-single li::before, .gradient-overlay html body ul.arrow-single li::before, .row.-sc-image.gradient html body ul.arrow-single li::before {
  color: white;
}
html body ul.check li::before, html body ul.checkmark li::before {
  content: "'";
  color: var(--list-style-color, #00AB84);
  font-family: "Lambton-Icons-Solid";
  padding-inline: 0.5em;
}
html body ul.block li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 1em;
  margin-bottom: 0.5em;
  background-color: hsl(var(--clr-secondary-600));
  border-top-right-radius: 1em;
}
html body ul.icon-list-solid li, html body ul.icon-list-outline li {
  --list-style-color: #00A9E0;
  align-items: center;
  display: flex;
  gap: 1em;
  padding: 1em 0;
  text-indent: 0em;
}
html body ul.icon-list-solid li::before, html body ul.icon-list-outline li::before {
  color: var(--list-style-color);
  font-family: "Lambton-Icons-Solid";
  font-size: 3em;
  line-height: 1em;
  padding-inline: 0.2em;
}
html body ul.icon-list-solid.white, html body ul.icon-list-solid .white, html body ul.icon-list-outline.white, html body ul.icon-list-outline .white {
  --list-style-color: hsl(var(--clr-white));
}
html body ul.icon-list-solid-green li, html body ul.icon-list-outline-green li {
  --list-style-color: green !important;
}
html body ul .icon-list-outline li::before {
  font-family: "Lambton-Icons-Outline";
}
html body ul.pills {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em;
}
html body ul.pills li {
  background-color: hsl(var(--clr-light-900)/0.15);
  border-radius: 1rem;
  white-space: nowrap;
  padding-inline: clamp(1rem, 5vw, 1.75rem);
  padding-top: clamp(1rem, 5vw, 1.75rem);
  padding-bottom: clamp(1rem, 5vw, 1.75rem);
  text-indent: 0;
}
html body ul.pills li.fw {
  width: 100% !important;
}
html body ul.pills span {
  border-right: 1px solid #00A9E0;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
}
html body ul.pills span.noline {
  border-right: 0px transparent;
}
@media (min-width: 576px) {
  html body ul.pills li {
    line-height: 1.5;
  }
  html body ul.pills span {
    margin-right: 1rem;
    padding-right: 1rem;
  }
}
html .badge.rounded-pill {
  border-radius: 1em;
  padding: 0.5em 2em;
  margin: 0em 0.5em;
  font-family: var(--ff-barlow);
  font-weight: 400;
  text-transform: uppercase;
}
html .badge.rounded-pill.bg-warning {
  color: hsl(var(--clr-primary-900));
}
html .card.lambton-blue {
  border: 0;
  height: 100%;
  --_background: var(--clr-secondary-600);
  background-color: hsl(var(--_background));
  border-radius: 1rem;
  padding: 1rem;
}
html .card.lambton-blue .card-header {
  background-color: transparent;
  border-bottom: 0;
  color: hsl(var(--clr-primary-800));
  font-family: var(--ff-barlow);
  min-height: 65px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
html .card.lambton-blue .list-group {
  --_background: var(--clr-primary-400);
  height: 100%;
  min-height: 100px;
  border-radius: 0 0 1rem 1rem !important;
}
html .card.lambton-blue .list-group .list-group-item {
  height: 100%;
  background-color: hsl(var(--_background)/0.7);
  border-color: transparent;
  padding-right: 1.375rem;
}
@media (min-width: 576px) {
  html {
    --body-font-size: var(--fs-200);
    --body-line-height: 1.375rem;
    --h1-font-size: var(--fs-700);
  }
}
@media (min-width: 992px) {
  html {
    --body-font-size: var(--fs-300);
    --body-line-height: 1.625rem;
    --h1-font-size: var(--fs-850);
    --h1-padding-bottom: 1.2rem;
    --h2-font-size: var(--fs-700);
    --h3-font-size: var(--fs-550);
    --h4-font-size: var(--fs-400);
    --h5-font-size: var(--fs-300);
  }
}
@media (min-width: 1921px) {
  html {
    --body-font-size: var(--fs-500);
    --body-line-height: 2.125rem;
    --h1-font-size: var(--fs-900);
    --h2-font-size: var(--fs-800);
    --h3-font-size: var(--fs-700);
    --h4-font-size: var(--fs-600);
    --h5-font-size: var(--fs-550);
  }
}

/* Link styles that uses text-decoration:underline */
a {
  text-decoration: underline;
  text-underline-offset: 0.3em;
  border-bottom: none;
  color: hsl(var(--clr-primary-900));
}
a:hover, a:active {
  text-decoration-thickness: 2px;
  color: hsl(var(--clr-primary-1000));
}
a:has(span[class*=icon-font]) {
  text-decoration: unset;
  border-bottom: none;
}
a:has(span[class*=icon-font]).text-decoration-none, a:has(span[class*=icon-font]).nav-link, a:has(span[class*=icon-font]).btn {
  border-bottom: none;
  text-decoration: none;
}
a.text-decoration-none, a.nav-link, a.btn, a.navbar-brand {
  border-bottom: none;
  text-decoration: none;
}

.title-1 {
  font-size: clamp(var(--fs-800), 1.75vw + 1.475rem, var(--fs-900));
  line-height: clamp(3rem, 1.475vw + 2.557rem, 3.738rem);
}

.title-2 {
  font-size: var(--fs-800);
}

.title-3 {
  font-size: clamp(1.5rem, 3vw + 0.5rem, 2rem);
}

.title-4 {
  font-size: clamp(1.25rem, 1.522vw + 0.783rem, 1.75rem);
  line-height: clamp(1.688rem, 1.587vw + 1.33rem, 2.6rem);
}

.title-5 {
  font-size: clamp(var(--fs-200), 1.026vw + 0.769rem, var(--fs-500));
  line-height: clamp(1.5rem, 1.128vw + 1.246rem, 2.6rem);
}

.title-6 {
  font-size: var(--fs-400);
}

.marquee-container {
  width: 100%;
  background-color: #f8f9fa;
  padding: 15px 0;
}

.marquee-content {
  display: flex;
  animation: marquee 20s linear infinite;
}

.marquee-item {
  flex: 0 0 auto;
  padding: 0 20px;
  font-size: 1.8em;
  color: #fff;
  font-weight: 600;
  font-family: var(--ff-barlow);
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 0;
  -webkit-text-stroke: 1px #00a9e0;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
section + section:not(.sup-footer):not(.m-section), section + script + section:not(.sup-footer):not(.m-section) {
  margin-top: var(--section-margin) !important;
}

section > :first-child > :is(h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6):not(.h-margin):first-of-type, section > :first-child > div:first-of-type > :is(h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6):not(.h-margin):first-of-type {
  margin-top: 0px !important;
}

section.page-content > div:not(.p-section) > :not(section:is(.swoopsection)):not(.p-section) {
  padding-block: var(--section-padding-block) !important;
}
section.page-content > div:not(.p-section) > :not(section:is(.swoopsection)):not(.p-section).-sc-image, section.page-content > div:not(.p-section) > :not(section:is(.swoopsection)):not(.p-section)[style*="--sf-backgrоund-color"] {
  padding-block: var(--section-margin) !important;
}

:root {
  /*Viewport*/
  --scrollbarWidth: 0px;
  --viewportWidth: calc(100vw - var(--scrollbarWidth));
  --inner-row-width: map.get($container-widths, "xs");
  --inner-row-margin: max(0px, calc((var(--viewportWidth) - var(--inner-row-width)) / 2));
  scroll-behavior: smooth;
}
@media (min-width: 0) {
  :root {
    --inner-row-width: 360px;
  }
}
@media (min-width: 576px) {
  :root {
    --inner-row-width: var(--viewportWidth);
  }
}
@media (min-width: 992px) {
  :root {
    --inner-row-width: 992px;
  }
}
@media (min-width: 1200px) {
  :root {
    --inner-row-width: 1200px;
  }
}
@media (min-width: 1921px) {
  :root {
    --inner-row-width: 1200px;
  }
}
@media (min-width: 2400px) {
  :root {
    --inner-row-width: 1200px;
  }
}

.inner-row {
  width: var(--inner-row-width);
  max-width: 100%;
  /* This is to fix the issue on smaller screen sizes where the items is being pushed to the right and outside the screen*/
}
@media (max-width: 377px) {
  .inner-row {
    width: 100% !important;
  }
}

.full-width, .inner-row.full-width {
  max-width: var(--viewportWidth) !important;
  width: var(--viewportWidth) !important;
}

.ps-margin {
  padding-left: var(--inner-row-margin);
}

.pe-margin {
  padding-right: var(--inner-row-margin);
}

/*Add padding to the bottom of the viewport when the secondary nav is fixed to the bottom of the screen*/
body {
  padding-bottom: var(--secondaryNavHeight, 0px);
}
@media (min-width: 576px) {
  body {
    padding-bottom: 0px;
  }
}
body:has(#main-nav) {
  margin-top: calc(var(--bannerheight-xs));
}

/*Attempting to fix horizontal scroll bars*/
.inner-row .full-width {
  margin-left: min(-1 * var(--inner-row-margin), -0.5 * var(--bs-gutter-x));
}

/*@media (map.get($grid-breakpoints,"sm") < width < map.get($grid-breakpoints,"md")) {
	div:not(.full-width) > .inner-row.mx-auto:not(.full-width) {
		margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
		margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
	}
}*/
body > section, .page-content > .col-md-12 > section {
  max-width: min(var(--viewportWidth), 100%);
}
body > section.row:not(.inner-row), .page-content > .col-md-12 > section.row:not(.inner-row) {
  max-width: calc(var(--viewportWidth) + var(--bs-gutter-x) / 2);
}

.row.full-width {
  margin-left: auto;
  margin-right: auto;
}

body > .full-width {
  margin-left: calc(-0.5 * var(--bs-gutter-x, 1.6rem));
  margin-right: calc(-0.5 * var(--bs-gutter-x, 1.6rem));
}

div[class*=col]:not(.px-0):not(.p-0) .full-width {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.inner-row div[class*=col]:not(.px-0):not(.p-0) .full-width, .inner-row[class*=col]:not(.px-0):not(.p-0) .full-width {
  margin-left: calc(-1 * var(--inner-row-margin) + -0.5 * var(--bs-gutter-x));
}

/*.col-md-12:not(.px-0) {
	.full-width {
		margin-left: calc(-0.5 * var(--bs-gutter-x));
	}

}*/
.reveal-animation {
  --transition-delay: 1s;
  position: relative;
  transform: translateY(calc(var(--reveal-y-target, 0px) + 50px));
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: var(--transition-delay);
  transition-timing-function: ease;
}
.reveal-animation.active {
  transform: translateY(var(--reveal-y-target, 0px));
  opacity: 1;
}

.underline-animation {
  text-align: center;
  display: inline-block;
  position: relative;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: hsl(var(--clr-secondary-900));
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 2s ease-out;
}

.underline-animation.active {
  opacity: 1;
}

.underline-animation.active::after {
  transform: scaleX(1);
  transform-origin: bottom left;
  background-color: hsl(var(--clr-secondary-900));
}

.jumping-cards > .reveal-animation:nth-child(2) {
  --transition-delay: 2.5s;
}

.jumping-cards > .reveal-animation:nth-child(3) {
  --transition-delay: 3s;
}

.jumping-cards > .reveal-animation:nth-child(4) {
  --transition-delay: 3.5s;
}

.button:is([data-icon=double-arrow-right-bold-solid]) {
  position: relative;
}
.button:is([data-icon=double-arrow-right-bold-solid])::before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38.9 40'%3E%3Cg id='Design'%3E%3Cg%3E%3Cpath d='m2.51.82l-1.75,1.86c-1.02,1.09-1.02,2.86,0,3.95l10.7,11.4c1.02,1.09,1.02,2.86,0,3.95L.77,33.37c-1.02,1.09-1.02,2.86,0,3.95l1.74,1.86c1.02,1.09,2.68,1.09,3.7,0l16.15-17.2c1.02-1.09,1.02-2.86,0-3.95L6.22.82C5.19-.27,3.54-.27,2.51.82'/%3E%3Cpath d='m18.28.82l-1.75,1.86c-1.02,1.09-1.02,2.86,0,3.95l10.69,11.4c1.02,1.09,1.02,2.86,0,3.95l-10.69,11.39c-1.02,1.09-1.02,2.86,0,3.95l1.74,1.86c1.02,1.09,2.68,1.09,3.7,0l16.15-17.2c1.02-1.09,1.02-2.86,0-3.95L21.98.82c-1.02-1.09-2.68-1.09-3.7,0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 1.3rem;
  position: absolute;
  aspect-ratio: 1;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: 350ms ease-out clip-path;
  left: 0;
  transform: translate(110%, 10%);
}
:hover > .button:is([data-icon=double-arrow-right-bold-solid])::before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

:root {
  /* Updated Colours */
  /* Primary Colours */
  --clr-primary-1000: 202 100% 21%;
  --clr-primary-900: 202 100% 26%;
  --clr-primary-800: 198 100% 33%;
  --clr-primary-750: 199, 100%, 35%;
  --clr-primary-700: 195 100% 44%;
  --clr-primary-600: 195 85% 64%;
  --clr-primary-500: 196 53% 83%;
  --clr-primary-400: 190 75% 97%;
  --clr-primary-300: 192 4% 98%;
  --clr-primary-200: 192 56% 96%;
  /* Secondary Colours */
  --clr-secondary-900: 195 84% 64%;
  --clr-secondary-800: 198 78% 82%;
  --clr-secondary-700: 197 63% 88%;
  --clr-secondary-600: 195 86% 97%;
  /* Accent Colours*/
  --clr-red-1000: 355 73% 47%;
  --clr-red-900: 358 83% 53%;
  --clr-yellow-1000: 49 100% 50%;
  --clr-yellow-950: 52 100% 60%;
  --clr-yellow-900: 60 100% 50%;
  --clr-green: 166 100% 34%;
  /* Light Colours */
  --clr-light-900: 195 78% 82%;
  --clr-light-800: 197 64% 88%;
  /* Dark Colours */
  --clr-dark-900: 0 0% 20%;
  --clr-dark-800: 0 0% 13%;
  --clr-dark-700: 0 0% 34%;
  --clr-dark-600: 0 0% 52%;
  --clr-dark-500: 0 0% 72%;
  --clr-dark-400: 0 0% 85%;
  --clr-dark-300: 0 0% 95%;
  /* Black and White */
  --clr-white: 0 0% 100%;
  --clr-black: 0 0% 0%;
  /*outdated colors*/
  /*
      --clr-primary-1000: 202 100% 21%;
  --clr-primary-900: 202 100% 26%; //#005587 -- DarkBlue
  --clr-primary-800: 198 100% 33%; //#0076a8 -- MediumBlue
  --clr-primary-700: 195 100% 44%; //#00a9e0 -- LightBlue
  --clr-primary-600: 195 84% 64%; //#56caf0
  --clr-primary-500: 195 53% 83%;
  --clr-primary-400: 195 86% 97%;
  --clr-primary-300: 192 4% 98%;
  --clr-primary-200: 192 56% 96%; // #F1F9FB
  --clr-secondary-1000: 358 83% 53%; // #EA2328 - Indigenous Red
  --clr-secondary-900: 166 100% 34%; // green
  --clr-secondary-800: 49 100% 50%; // #FFD100
  --clr-secondary-700: 53 100% 50%; // #FFE200
  --clr-secondary-600: 60 100% 50%; // #FFFF00
  --clr-secondary-200: 49 100% 50%; // #FFD100
  --clr-dark-900: 0 0% 20%; //#333333
  --clr-dark-800: 0 0% 13%; // #212121
  --clr-dark-700: 0 0% 34%; //#575757
  --clr-dark-600: 0 0% 52%; //#848484
  --clr-dark-500: 0 0% 55%; //#8D8D8D
  --clr-dark-400: 0 0% 85%; //#d8d8d8
  --clr-dark-300: 0 0% 88%; //#e0e0e0
  --clr-dark-200: 0 0% 95%; //#f2f2f2
  --clr-light-900: 195 78% 82%; //#ade3f5
  --clr-light-800: 197 63% 88%; //#cee9f4
  --clr-light-700: 192 56% 96%; //#eff8fb, #f1f9fb
  --clr-light-600: 197 78% 98%; //#f7fcfe
  --clr-dark-900: 0 0% 20%;
  --clr-dark-800: 0 0% 34%;
  --clr-dark-700: 0 0% 47%;
  --clr-dark-600: 0 0% 55%;
  --clr-dark-500: 0 0% 68%;
  --clr-dark-400: 0 0% 88%;
  --clr-fire-school: #cf202f;
  --clr-red-900: 5 88% 50%;
  --clr-white: 0 0% 100%;
  --clr-black: 0 0% 0%;
  */
  /* gradients */
  --gradient-color-1: 202 100% 13%;
  --gradient-color-2: 198 100% 33%;
  --gradient-1: linear-gradient(to bottom, hsl(var(--gradient-color-2)/ .13), hsl(var(--gradient-color-1)/ .71 ));
  --gradient-2: linear-gradient(to bottom, hsl(var(--gradient-color-2)/ .3), hsl(var(--gradient-color-1)/ .6 ));
  --gradient-flipper: linear-gradient(177deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
  --gradient-single-photo: linear-gradient(0deg, rgba(0,118,168,1) 0%, rgba(0,118,168,1) 0%, rgba(0,85,135,1) 100%);
  /*radius*/
  --radius-1: 10px;
  --radius-2: 15px;
  --radius-3: 20px;
  --radius-4: 30px;
  --radius-5: 50px;
  /*font family*/
  --ff-icons-solid: "Lambton-Icons-Solid";
  --ff-icons-outline: "Lambton-Icons-Outline";
  --ff-literata: "Literata", "Georgia", serif;
  --ff-barlow: "Barlow", "Georgia", serif;
  /*font weight*/
  --fw-bold: 600;
  --fw-medium: 500;
  --fw-regular: 400;
  /*font-sizes*/
  --fs-900: 2.875rem;
  --fs-850: 2.5rem;
  --fs-800: 2.25rem;
  --fs-700: 2rem;
  --fs-650: 1.875rem;
  --fs-600: 1.75rem;
  --fs-550: 1.625rem;
  --fs-500: 1.5rem;
  --fs-400: 1.375rem;
  --fs-300: 1.25rem;
  --fs-200: 1.125rem;
  --fs-100: 1rem;
  /*Banner Heights*/
  --bannerheight-xs: 6rem;
  /*Calendar Colours*/
  --community-colour: hsl(var(--clr-green));
  --academic-dates-colour: hsl(var(--clr-yellow-1000));
  --future-students-colour: hsl(var(--clr-primary-700));
  /*Whitespace*/
  --touch-element-min-size: 48px;
  --section-margin: clamp(2rem, 2.179vw + 0.51rem, 3.125rem);
  --section-padding-block: 25px;
}

/*utilities*/
.hidden {
  display: none;
}

.grid {
  display: grid;
  gap: var(--gap, 1rem);
}

.flex {
  display: flex;
  gap: var(--gap, 1rem);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.break-inside-avoid {
  break-inside: avoid;
}

/*colors*/
.bg-transparent {
  background: transparent;
}

.bg-primary-1000 {
  background-color: hsl(var(--clr-primary-1000));
}

.bg-primary-900 {
  background-color: hsl(var(--clr-primary-900));
}

.bg-primary-800 {
  background-color: hsl(var(--clr-primary-800));
}

.bg-primary-700 {
  background-color: hsl(var(--clr-primary-700));
}

.bg-dark-700 {
  background-color: hsl(var(--clr-dark-700));
}

.bg-light-700 {
  background-color: hsl(var(--clr-light-700));
}

.bg-yellow-1000 {
  background-color: hsl(var(--clr-yellow-1000));
}

.bg-abstract-arrow {
  background-image: url("/assets/images/AbstractArrow_Background - DARKER.svg");
  background-size: cover;
}

/* font-colors */
.text-primary-900 {
  color: hsl(var(--clr-primary-900));
}

.text-primary-800 {
  color: hsl(var(--clr-primary-800));
}

.text-primary-700 {
  color: hsl(var(--clr-primary-700));
}

.text-primary-600 {
  color: hsl(var(--clr-primary-600));
}

.text-secondary-1000, .text-red {
  /*    color: hsl(var(--clr-secondary-1000));
  --helper-text-color: hsl(var(--clr-secondary-1000));*/
  color: hsl(var(--clr-red-900));
  --helper-text-color: hsl(var(--clr-red-900));
}

.text-secondary-800, .text-yellow {
  /*color: hsl(var(--clr-secondary-800));*/
  color: hsl(var(--clr-yellow-1000));
  /*--helper-text-color: hsl(var(--clr-secondary-800));*/
  --helper-text-color: hsl(var(--clr-yellow-1000));
}

.text-yellow-1000 {
  color: hsl(var(--clr-yellow-1000));
}

.text-light-800 {
  color: hsl(var(--clr-light-800));
  --helper-text-color: hsl(var(--clr-light-800));
}

.text-dark {
  color: hsl(var(--clr-black));
  --helper-text-color: hsl(var(--clr-black));
}

.text-white {
  color: hsl(var(--clr-white));
}

/*List Style Colors*/
.list-style-red {
  /*--list-style-color: hsl(var(--clr-secondary-1000)) !important;*/
  --list-style-color: hsl(var(--clr-red-900)) !important;
}

.list-style-yellow {
  /*--list-style-color: hsl(var(--clr-secondary-800)) !important;*/
  --list-style-color: hsl(var(--clr-yellow-1000)) !important;
}

.list-style-light-blue {
  --list-style-color: hsl(var(--clr-primary-700)) !important;
}

.list-style-medium-blue {
  --list-style-color: hsl(var(--clr-primary-800)) !important;
}

.list-style-dark-blue {
  --list-style-color: hsl(var(--clr-primary-900)) !important;
}

.list-unstyled {
  list-style-type: none;
  padding: 0;
}
.list-unstyled li {
  text-indent: -1.8em;
  padding-inline-start: 2em;
  padding-bottom: 15px;
}

/* font-families */
.ff-literata, .ff-meta {
  font-family: var(--ff-meta);
}

.ff-barlow, .ff-weissenhof {
  font-family: var(--ff-barlow);
}

.ff-barlow-medium {
  font-family: var(--ff-barlow);
  font-weight: var(--fw-medium);
}

.ff-barlow-regular {
  font-family: var(--ff-barlow);
  font-weight: var(--fw-regular);
}

.ff-barlow-bold {
  font-family: var(--ff-barlow);
  font-weight: var(--fw-bold);
}

/*Background*/
.background-center {
  background-position: center;
}

.background-left {
  background-position: left;
}

.background-right {
  background-position: right;
}

.background-top {
  background-position: top;
}

.background-bottom {
  background-position: bottom;
}

.background-cover {
  background-size: cover;
}

/* placement */
.content-start {
  justify-content: start;
}

.item-start {
  justify-items: start;
}

.self-start {
  justify-self: start;
}

.content-end {
  justify-content: end;
}

.item-center {
  justify-items: center;
}

.self-center {
  justify-self: center;
}

.content-center {
  justify-content: center;
}

.item-end {
  justify-items: end;
}

.self-end {
  justify-self: end;
}

.flex-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

/* font size*/
.fs-900 {
  font-size: var(--fs-900);
}

.fs-800 {
  font-size: var(--fs-800);
}

.fs-700 {
  font-size: var(--fs-700);
}

.fs-600 {
  font-size: var(--fs-600);
}

.fs-500 {
  font-size: var(--fs-500);
}

.fs-400 {
  font-size: var(--fs-400);
}

.fs-300 {
  font-size: var(--fs-300);
}

.fs-200 {
  font-size: var(--fs-200);
}

.fs-100 {
  font-size: var(--fs-100);
}

/* font weight*/
.fw-bold {
  font-weight: var(--fw-bold);
}

.fw-medium {
  font-weight: var(--fw-medium);
}

.fw-regular {
  font-weight: var(--fw-regular);
}

.uppercase {
  text-transform: uppercase;
}

.grid-flow {
  display: grid;
  align-content: start;
  gap: var(--gap);
}
.grid-flow[data-spacing=large] {
  --gap: 4.25rem;
}
.grid-flow[data-spacing=medium] {
  --gap: 3.25rem;
}
.grid-flow[data-spacing=small] {
  --gap: 2rem;
}
.grid-flow[data-spacing=tiny] {
  --gap: 1rem;
}
@media (max-width: 576px) {
  .grid-flow[data-spacing=large] {
    --gap: 3.5rem;
  }
  .grid-flow[data-spacing=medium] {
    --gap: 2.5rem;
  }
  .grid-flow[data-spacing=small] {
    --gap: 1.5rem;
  }
}

/* Top Right */
.rounded-top-right-5 > img {
  border-top-right-radius: 1.5rem;
}

.rounded-top-right-4 > img {
  border-top-right-radius: 1rem;
}

.rounded-top-right-3 > img {
  border-top-right-radius: 0.5rem;
}

.rounded-top-right-2 > img {
  border-top-right-radius: 0.25rem;
}

.rounded-top-left-1 > img {
  border-top-left-radius: 0.2rem;
}

/* Top Left */
.rounded-top-left-5 > img {
  border-top-left-radius: 1.5rem;
}

.rounded-top-left-4 > img {
  border-top-left-radius: 1rem;
}

.rounded-top-left-3 > img {
  border-top-left-radius: 0.5rem;
}

.rounded-top-left-2 > img {
  border-top-left-radius: 0.25rem;
}

.rounded-top-left-1 > img {
  border-top-left-radius: 0.2rem;
}

/* Bottom Left */
.rounded-bottom-left-5 > img {
  border-bottom-left-radius: 1.5rem;
}

.rounded-bottom-left-4 > img {
  border-bottom-left-radius: 1rem;
}

.rounded-bottom-left-3 > img {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bottom-left-2 > img {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bottom-left-1 > img {
  border-bottom-left-radius: 0.2rem;
}

/* Bottom Right */
.rounded-bottom-right-5 > img {
  border-bottom-right-radius: 1.5rem;
}

.rounded-bottom-right-4 > img {
  border-bottom-right-radius: 1rem;
}

.rounded-bottom-right-3 > img {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bottom-right-2 > img {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bottom-right-1 > img {
  border-bottom-right-radius: 0.2rem;
}

.img-circle {
  border-radius: 50%;
}

/* This cancels out the invisible svg container */
.svgSprite {
  width: 0;
  height: 0;
  display: none;
}

svg.icon {
  /* default settings */
  /* width controls the size */
  width: var(--width, 1rem);
  aspect-ratio: 1;
  /* margin controls space around */
  /*margin: var(--margin, 0.5rem);*/
  /* fill controls the color */
  fill: var(--fill, hsl(var(--clr-primary-700)));
  transition: 250ms ease-in-out;
}
svg.icon:hover {
  fill: var(--hover-fill, var(--fill, hsl(var(--clr-primary-700))));
}

.accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 1rem;
}
.accordion .accordion-item .accordion-header {
  margin: 0;
}
.accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 1rem 1rem 0 0;
  font-size: inherit;
  font-weight: var(--fw-bold);
}
.accordion .accordion-item .accordion-header .accordion-button:hover, .accordion .accordion-item .accordion-header .accordion-button:focus {
  background-color: hsl(var(--clr-primary-700)/0.08);
}
.accordion .accordion-item .accordion-header .accordion-button:active {
  background-color: hsl(var(--clr-primary-700)/0.12);
  color: hsl(var(--clr-primary-700));
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border-radius: 1rem;
}
.accordion .accordion-item .accordion-header .accordion-button.collapsed:after {
  transform: rotate(-45deg);
}
.accordion-button::after {
  background-size: 1rem !important;
}
.accordion-button:focus {
  box-shadow: none !important;
}

.arrow {
  border-top: 1px solid hsl(var(--clr-primary-700));
  position: relative;
  background: hsl(var(--clr-primary-700));
  margin: 1rem auto;
  width: 230px;
}
.arrow:before, .arrow:after {
  content: "";
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px;
  border-color: transparent;
}
.arrow:before {
  border-top-color: #00A9E0;
}
.arrow-yellow {
  /*border-top: 1px solid hsl(var(--clr-secondary-600));*/
  border-top: 1px solid hsl(var(--clr-secondary-600));
}
.arrow-yellow:before {
  /*border-top-color: hsl(var(--clr-secondary-600));*/
  border-top-color: hsl(var(--clr-yellow-900));
}

html .alert {
  /*border-color: #E0E0E0;*/
  border-color: hsl(var(--clr-dark-400));
  border-radius: 0;
  border-bottom-left-radius: var(--radius-3);
  padding: 0rem;
  padding: var(--section-padding-block);
  margin: var(--section-margin) 0;
  display: block;
}
html .alert .alert-heading {
  font-weight: var(--fw-medium);
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}
html .alert .alert-heading .icon-font-outline, html .alert .alert-heading .icon-font-solid {
  font-size: 32px;
}
html .alert .alert-heading h4, html .alert .alert-heading .h4 {
  margin: 0;
}
html .alert .alert-icon-container {
  text-align: center;
  padding-right: 0.5rem;
}
html .alert .alert-description {
  padding-left: 0px;
}
@media (min-width: 576px) {
  html .alert .alert-icon-container {
    width: 56px;
  }
  html .alert .alert-description {
    padding-left: 56px;
  }
}

.alert > .alert__description {
  --font-size: var(--fs-100);
  --font-family: var(--fs-meta);
  --font-weight: var(--fw-regular);
}
.alert > .alert__description .alert__title {
  --font-size: var(--fs-300);
  --font-family: var(--ff-barlow);
  font-weight: var(--fw-medium);
  font-family: var(--font-family, inherit);
  font-size: var(--font-size, inherit);
  font-weight: var(--font-weight, inherit);
  padding-bottom: var(--fs-100);
}
.alert > .alert__description .alert__text {
  --font-size: var(--fs-300);
  font-family: var(--font-family, inherit);
  font-size: var(--font-size, inherit);
  font-weight: var(--font-weight, inherit);
}
.alert [class*=alert__icon] {
  display: block;
  --icon: var(--exclamation);
  --size: var(--fs-800);
  --background: hsl(var(--clr-red-900));
  /* adding more icons as we use them */
}
.alert [class*=alert__icon]::before {
  display: block;
  content: "";
  background: var(--background, red);
  height: var(--size, 40px);
  width: var(--size, 40px);
  mask-image: var(--icon);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: var(--icon);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.alert [class*=alert__icon][class$=exclamation]::before {
  --icon: var(--exclamation);
}
.alert [class*=alert__icon][class$=warning]::before {
  --icon: var(--exclamation);
  /*--background: hsl(var(--clr-secondary-800));*/
  --background: hsl(var(--clr-yellow-1000));
}
.alert [class*=alert__icon][class$=speaker]::before {
  --icon: var(--speaker);
  --background: hsl(var(--clr-primary-700));
}

.alert-box {
  padding: 0;
  display: grid;
  grid-template-rows: 2fr auto;
  border-radius: var(--radius-3);
  border: 1px solid hsl(var(--clr-dark-500));
  /* This is for displaying alert boxes without titles */
}
.alert-box .alert__header {
  max-height: 80px;
  min-height: 75px;
  padding-left: 2.25rem;
  padding-block: 1.875rem;
  display: grid;
  grid-template-columns: max-content auto;
  grid-column-gap: clamp(1.5rem, 2vw + 1rem, 3rem);
  background: hsl(var(--_background, inherit));
  border-top-left-radius: var(--radius-3);
  border-top-right-radius: var(--radius-3);
}
.alert-box > .alert__description {
  background: var(--_background, inherit);
  padding-inline: 2.25rem;
  padding-block: 2.875rem;
  --font-size: var(--fs-100);
  --font-family: var(--fs-meta);
  --font-weight: var(--fw-regular);
  border-bottom-left-radius: var(--radius-3);
  border-bottom-right-radius: var(--radius-3);
}
.alert-box > .alert__description .alert__title {
  --font-size: var(--fs-300);
  --font-family: var(--ff-barlow);
  font-weight: var(--fw-medium);
  font-family: var(--font-family, inherit);
  font-size: var(--font-size, inherit);
  font-weight: var(--font-weight, inherit);
  padding-bottom: var(--fs-100);
}
.alert-box > .alert__description .alert__text {
  --font-size: var(--fs-300);
  font-family: var(--font-family, inherit);
  font-size: var(--font-size, inherit);
  font-weight: var(--font-weight, inherit);
}
.alert-box:has(.alert__icon-speaker) {
  --_background: var(--clr-primary-900);
}
.alert-box:has(.alert__icon-speaker) .alert__header {
  color: hsl(var(--clr-white));
}
.alert-box:has(.alert__icon-speaker) .alert__header [class*=alert__icon]::before {
  --background: hsl(var(--clr-white));
}
.alert-box:has(.alert__icon-speaker) .alert__description {
  background: hsl(var(--_background)/0.06);
}
.alert-box:has(.alert__icon-exclamation) {
  --_background: var(--clr-red-900);
}
.alert-box:has(.alert__icon-exclamation) .alert__header {
  color: hsl(var(--clr-white));
}
.alert-box:has(.alert__icon-exclamation) .alert__header [class*=alert__icon]::before {
  --background: hsl(var(--clr-white));
}
.alert-box:has(.alert__icon-exclamation) .alert__description {
  background: hsl(var(--_background)/0.06);
}
.alert-box:has(.alert__icon-warning) {
  --_background: var(--clr-yellow-1000);
}
.alert-box:has(.alert__icon-warning) .alert__header {
  color: hsl(var(--clr-black));
}
.alert-box:has(.alert__icon-warning) .alert__header [class*=alert__icon]::before {
  --background: hsl(var(--clr-black));
}
.alert-box:has(.alert__icon-warning) .alert__description {
  background: hsl(var(--_background)/0.06);
}
.alert-box:not(:has(.alert__header)) .alert__description {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: auto 1fr;
  border-radius: var(--radius-3);
}
.alert-box:not(:has(.alert__header)) .alert__description [class*=alert__icon]::before {
  --background: hsl(var(--clr-black));
}
.alert-box [class*=alert__icon] {
  display: block;
  --icon: var(--exclamation);
  --size: var(--fs-600);
  --background: hsl(var(--clr-red-900));
  /* adding more icons as we use them */
}
.alert-box [class*=alert__icon]::before {
  display: block;
  content: "";
  background: var(--background, red);
  height: var(--size, 40px);
  width: var(--size, 40px);
  mask-image: var(--icon);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: var(--icon);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.alert-box [class*=alert__icon][class$=exclamation]::before {
  --icon: var(--exclamation);
}
.alert-box [class*=alert__icon][class$=warning]::before {
  --icon: var(--exclamation);
  --background: hsl(var(--clr-yellow-1000));
}
.alert-box [class*=alert__icon][class$=speaker]::before {
  --icon: var(--speaker);
  --background: hsl(var(--clr-primary-700));
}

html .btn, .button {
  --padding-inline: clamp(0.75rem, 0.5rem + 1vw, 1.5rem);
  --padding-block: clamp(0.25rem, 0.5rem + 1vw, 0.75rem);
  --btn-padding: var(--padding-block) var(--padding-inline);
  --btn-bg: var(--clr-yellow-1000);
  --btn-text-color: var(--clr-black);
  --btn-icon-fill: var(--clr-white);
  --font-size: clamp(1rem, 0.6875rem + 1vw, 1.25rem);
  --gap: .5rem;
  /*Custom Properties*/
  border: 2px solid hsl(var(--btn-border-colour));
  color: hsl(var(--btn-text-color)) !important;
  background-color: hsl(var(--btn-bg));
  font-size: var(--font-size);
  padding: var(--btn-padding);
  border-radius: var(--radius, 50px);
  gap: var(--gap);
  /*Other styles*/
  display: grid;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  width: fit-content;
  text-decoration: none;
  min-width: 80px;
  min-height: var(--touch-element-min-size);
  position: relative;
  line-height: normal;
  font-family: var(--ff-barlow);
  font-weight: var(--fw-medium);
  text-align: left;
  transition: all 0.3s ease-in-out;
}
html .btn:hover, html .btn:focus, .button:hover, .button:focus {
  background-color: hsl(var(--btn-bg-hover, var(--clr-primary-700)));
  color: hsl(var(--btn-text-color-hover, var(--btn-text-color))) !important;
  border-color: hsl(var(--btn-border-colour-hover, var --btn-border-colour));
}
html .btn:hover .icon-font-solid,
html .btn:hover .icon-font-outline, html .btn:focus .icon-font-solid,
html .btn:focus .icon-font-outline, .button:hover .icon-font-solid,
.button:hover .icon-font-outline, .button:focus .icon-font-solid,
.button:focus .icon-font-outline {
  color: hsl(var(--btn-text-color-hover, var(--btn-text-color)));
}
html .btn:hover .icon, html .btn:focus .icon, .button:hover .icon, .button:focus .icon {
  --fill: hsl(var(--btn-text-color-hover, var(--btn-text-color)));
}
html .btn:focus, .button:focus {
  border: 1px solid black !important;
}
html .btn:active, .button:active {
  background-color: hsl(var(--btn-bg-hit, var(--btn-bg)));
}
html .btn.btn-small, .button.btn-small {
  --btn-padding: 5px 13px;
  --font-size: 18px;
}
html .btn.btn-link, .button.btn-link {
  background: transparent;
  color: inherit;
  text-decoration: none;
}
html .btn.btn-link:hover span:not([class*=icon]), .button.btn-link:hover span:not([class*=icon]) {
  text-decoration: underline;
}
html .btn .icon-font-solid,
html .btn .icon-font-outline, .button .icon-font-solid,
.button .icon-font-outline {
  color: hsl(var(--btn-text-color));
  font-size: var(--font-size);
  margin: 0;
  top: 0;
}
html .btn .icon, .button .icon {
  --fill: hsl(var(--btn-text-color));
  --width: var(--font-size);
}
html .btn:active, .button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
html .btn.btn-search, .button.btn-search {
  background-image: url("/uploadedImages/LambtonCollege/Template_Assets/Images/icon-brand-magnifying-glass-w-60.png");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 10px center;
  padding-right: 55px;
}
html .btn.btn-yellow, .button.btn-yellow {
  --btn-border-colour: var(--clr-yellow-1000);
  --btn-bg: var(--clr-yellow-1000);
  --btn-bg-hit: var(--clr-primary-800);
  --btn-bg-hover: var(--clr-primary-800);
  --btn-text-color: var(--clr-primary-900);
  --btn-text-color-hover: var(--clr-white);
}
html .btn.btn-blue, .button.btn-blue {
  --btn-border-colour: var(--clr-white);
  --btn-border-colour-hover: var(--clr-primary-900);
  --btn-bg: var(--clr-primary-900);
  --btn-bg-hit: var(--clr-primary-800);
  --btn-bg-hover: var(--clr-white);
  --btn-text-color: var(--clr-white);
  --btn-text-color-hover: var(--clr-primary-900);
}
html .btn.btn-white, .button.btn-white {
  --btn-border-colour: var(--clr-primary-900);
  --btn-border-colour-hover: var(--clr-white);
  --btn-bg: var(--clr-white);
  --btn-bg-hit: var(--clr-primary-800);
  --btn-bg-hover: var(--clr-primary-900);
  --btn-text-color: var(--clr-primary-900);
  --btn-text-color-hover: var(--clr-white);
}
html .btn.btn-ghost, .button.btn-ghost {
  --btn-border-colour: var(--clr-white);
  --btn-bg: none;
  --btn-bg-hit: var(--clr-primary-800);
  --btn-bg-hover: hsla(var(--clr-primary-800), 0.5);
  --btn-text-color: var(--clr-white);
  --btn-text-color-hover: var(--clr-white);
}
html .btn.btn-ghost:hover, html .btn.btn-ghost:focus, .button.btn-ghost:hover, .button.btn-ghost:focus {
  background-color: rgba(0, 118, 168, 0.5);
  /* Light blue with 50% transparency */
}
html .btn > span[class*=arrow-double-large]::after, .button > span[class*=arrow-double-large]::after {
  content: ".";
  position: absolute;
  left: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  transition: 350ms ease-out clip-path, 350ms ease-out color;
}
html .btn:hover > span[class*=arrow-double-large]::before, .button:hover > span[class*=arrow-double-large]::before {
  color: hsl(var(--btn-icon-fill));
}
html .btn:hover > span[class*=arrow-double-large]::after, .button:hover > span[class*=arrow-double-large]::after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
html .btn:not(:hover) > span[class*=arrow-double-large]::after, .button:not(:hover) > span[class*=arrow-double-large]::after {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  color: unset !important;
  /* Set the color for exiting hovered state */
}
@media (min-width: 992px) {
  html .btn .icon-font-solid,
html .btn .icon-font-outline, .button .icon-font-solid,
.button .icon-font-outline {
    font-size: 25px;
  }
}

.link {
  display: inline-flex;
  text-decoration: none;
  place-content: center;
  place-items: center;
  transition: 250ms ease;
}
.link__text, .link__icon {
  display: inline-flex;
  place-items: center;
  color: hsl(var(--clr-white));
  height: 100%;
  padding: 0.25em;
}
.link__text {
  text-transform: uppercase;
  margin-top: -6px;
}
.link [class*=icon-] {
  /*--background: hsl(var(--clr-secondary-800));*/
  --background: hsl(var(--clr-yellow-1000));
  font-size: 0.75rem;
}
.link:hover {
  transform: scale(1.05);
}
.link:hover [class*=icon-] {
  transform: scale(1.15);
}

button.nav-link.open-button {
  border: none;
  background: transparent;
  --fill: hsl(var(--clr-white));
  --width: 1.75rem;
  position: relative;
  isolation: isolate;
  transition: 150ms ease-in-out;
}
button.nav-link.open-button:hover {
  --fill: hsl(var(--clr-primary-600));
  transform: scale(1.25);
}

.navbar-dark button.nav-link.open-button {
  --fill: hsl(var(--clr-primary-700));
}
.navbar-dark button.nav-link.open-button:hover {
  --fill: hsl(var(--clr-primary-600));
}

.navbar-collapse.show .open-button {
  position: relative;
}
.navbar-collapse.show .open-button::after {
  display: inline-block;
  position: absolute;
  content: "Cart";
  padding-left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-collapse.show .open-button svg {
  --fill: hsl(var(--clr-primary-700));
}
.navbar-collapse.show .open-button svg:hover {
  --fill: hsl(var(--clr-primary-600));
}

.double-arrow-right-icon-svg ul {
  list-style: none;
  position: relative;
}
.double-arrow-right-icon-svg ul > li {
  clear: left;
  padding-left: 1rem;
}
.double-arrow-right-icon-svg ul > li:before {
  content: "";
  height: 1rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  transform: translate(-1.5rem, 0.25rem);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain;
  background: url("/assets/images/icons/double-arrow-right.svg");
}

.header {
  --c1: 195 100% 44%;
  --c2: 202 100% 26%;
  display: grid;
  grid-template-rows: 4fr 1fr;
  place-content: center;
  place-items: center;
  min-width: 100vw;
  min-height: 43.75rem;
  margin-bottom: 3.25rem;
  background-image: linear-gradient(-45deg, hsl(var(--c1)), hsl(var(--c2)/0.7), hsl(var(--c2)/0.49)), url("/assets/images/svg/shields.svg");
  background-size: cover;
  background-repeat: repeat;
}

.header__title {
  text-align: center;
  overflow-wrap: break-word;
  font-size: 40px;
  color: white;
  max-width: 15ch;
}

.courseContainer {
  min-height: 100vh;
  padding-inline: clamp(0.25rem, 5vw, 1rem);
  margin-inline: auto;
}
.courseContainer .button {
  --background: hsl(var(--clr-primary-900));
  gap: 0.5rem;
  padding-inline: 2rem;
}
.courseContainer .button__text {
  --color: hsl(var(--clr-white));
}
.courseContainer .button__icon {
  padding: 0;
}
.courseContainer .button__icon .icon-dad {
  font-size: 0.75em;
  /*--background: hsl(var(--clr-secondary-800));*/
  --background: hsl(var(--clr-yellow-1000));
}
.courseContainer .button__icon .icon-dar {
  font-size: 0.75em;
  --background: hsl(var(--clr-white));
}
.courseContainer .button:has(.icon-dar) {
  /*background: hsl(var(--clr-secondary-800));*/
  background: hsl(var(--clr-yellow-1000));
}
.courseContainer .button:has(.icon-dar) .button__text {
  color: hsl(var(--clr-black));
}
.courseContainer ul {
  padding: 0;
  list-style: none;
}

@media (min-width: 576px) {
  .courseContainer {
    max-width: 65vw;
  }
}
.courseCard {
  display: grid;
  gap: var(--gap, 1rem);
  grid-template-rows: repeat(2, auto);
  margin-bottom: 3.25rem;
}
.courseCard ul {
  padding-left: 0 !important;
}
.courseCard__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap, 2rem);
}
.courseCard__item {
  font-family: var(--ff-barlow);
  place-self: start;
  font-weight: var(--fw-bold);
  font-size: var(--fs-400);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.courseCard__item svg.icon {
  --width: 1.5rem;
}
.course:not(:last-child) {
  margin-bottom: 0 !important;
}
.course__header h2, .course__header .h2 {
  margin-top: 0 !important;
  margin-bottom: var(--fs-300);
  color: hsl(var(--clr-primary-800));
  font-size: var(--fs-600);
  font-weight: var(--fw-regular);
}
.course__description {
  font-size: var(--fs-200);
  font-family: var(--ff-meta);
}
.course__description p {
  margin-bottom: 0 !important;
}
.course__description p:not(:last-child) {
  padding-bottom: var(--fs-300);
  margin-bottom: 0 !important;
}
.course__item .icon-dar {
  display: inline-block;
  --background: hsl(var(--clr-primary-700));
  font-size: 12px;
}
.course__item a {
  color: hsl(var(--clr-primary-800));
  font-size: var(--fs-200);
  width: fit-content;
}
.course__item a:hover {
  color: hsl(var(--clr-primary-700));
}
.course__item:not(:last-child) {
  padding-bottom: 12px;
}
.course__register {
  margin-bottom: 3.25rem;
}
.course:last-child {
  margin-bottom: 4.25rem;
}

.form label:nth-child(5) {
  margin-bottom: 1rem;
}

.contact__container {
  display: grid;
  place-items: center;
  font-family: var(--ff-barlow);
}
.contact__container contact__card {
  display: grid;
  text-align: center;
  margin-bottom: var(--fs-900);
  gap: 0.5rem;
}
.contact__container contact__header {
  font-size: var(--fs-800);
  font-family: inherit;
  font-weight: var(--fw-medium);
  padding-bottom: var(--fs-900);
}
.contact__container contact__title {
  margin: 0;
  padding: 0;
}
.contact__container a, .contact__container p {
  font-size: var(--fs-500);
  font-weight: var(--fw-regular);
}

.card-tile {
  margin: 0;
  padding: 0;
  margin-left: -0.75rem;
  width: var(--viewportWidth);
  /* Set the width to container size instead of going edge to edge */
  /* glitch fix */
}
.card-tile .tiles {
  margin-left: auto;
  margin-right: auto;
}
@media (360px <= width <= 575px) {
  .card-tile .small-tiles > .small-tile:not(:first-of-type) {
    margin-top: var(--bs-gutter-y);
  }
}
@media (576 >= width) {
  .card-tile .small-tiles > .small-tile:not(:first-of-type) {
    margin-top: unset;
  }
}
.card-tile .g-2, .card-tile .gy-2 {
  /* 6px - 16px padding between boxes */
  --bs-gutter-y: clamp(0.375rem, 0.107rem + 0.744vw, 1rem);
  --bs-gutter-x: clamp(0.375rem, 0.107rem + 0.744vw, 1rem);
}
@media (min-width: 576px) {
  .card-tile {
    max-width: 75rem;
  }
}
@media (1200px <= width <= 1220px) {
  .card-tile {
    max-width: 73.5rem !important;
  }
}
@media (min-width: 992px) {
  .card-tile .tiles {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
  }
  .card-tile .tiles .small-tile .card, .card-tile .tiles .large-tile .card {
    --bs-gutter-y: 0;
    height: 29.75rem;
  }
  .card-tile .tiles.four-tiles .small-tiles {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .card-tile .tiles.four-tiles .small-tiles .small-tile .card {
    height: 14.5625rem;
  }
}
@media (min-width: 1200px) {
  .card-tile {
    margin-inline: auto;
  }
}
@media (min-width: 1921px) {
  .card-tile .tiles .small-tile .card, .card-tile .tiles .large-tile .card {
    height: 47.3125rem;
  }
  .card-tile .tiles.four-tiles .small-tiles .small-tile .card {
    height: 23.1875rem;
  }
}
.card-tile .card {
  padding: 0;
  margin: 0;
}
.card-tile .card [class*=icon-font-] {
  /*font-size: 1.875rem;*/
  font-size: 45px;
}
@media (min-width: 576px) {
  .card-tile .card [class*=icon-font-] {
    /*font-size: 2.8125rem;*/
  }
}
@media (min-width: 992px) {
  .card-tile .card [class*=icon-font-] {
    /*font-size: 3.125rem;*/
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .card-tile .card [class*=icon-font-] {
    /*font-size: 3.75rem;*/
  }
}
@media (min-width: 1921px) {
  .card-tile .card [class*=icon-font-] {
    /*font-size: 5.3125rem;*/
  }
}
.card-tile .card .btn {
  padding: 0.5rem 1.5rem 0.5rem 1rem;
}
.card-tile .card .btn [class*=icon-font-] {
  /* resizes the icon side the button */
  font-size: clamp(2.25rem, 0.913rem + 0.385vw, 3.25rem);
  margin-top: -4px;
}
.card-tile .card-body {
  padding: 0;
}

.tiles {
  --height: 18.75rem;
}
.tiles .small-tile .card, .tiles .large-tile .card {
  height: var(--height);
}
.tiles.four-tiles :nth-child(3), .tiles.four-tiles :nth-child(4) {
  --height: 12.5rem;
}
.tiles.four-tiles :nth-child(3) .card-body-description, .tiles.four-tiles :nth-child(4) .card-body-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 576px) {
  .tiles .large-tile {
    --height: 18.75rem;
  }
  .tiles .small-tile {
    --height: 17.1875rem;
  }
  .tiles .small-tiles {
    display: grid;
    gap: var(--bs-gutter-x);
    grid-template-columns: repeat(2, 1fr);
  }
  .tiles h4, .tiles .h4 {
    font-size: var(--fs-300);
  }
}
@media (min-width: 1921px) {
  .tiles h4, .tiles .h4 {
    font-size: var(--fs-700);
  }
}
.tiles .card-body {
  display: grid;
  gap: 20px;
  height: 100%;
  place-content: center;
  place-items: center;
}
.tiles .card-body p {
  padding: 0 !important;
  margin: 0 !important;
}
.tiles .card-body-description {
  text-align: left;
  font-size: var(--fs-200) !important;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 576px) {
  .tiles .card-body-description {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .tiles .card-body-description {
    font-size: var(--fs-300) !important;
  }
}
@media (min-width: 1921px) {
  .tiles .card-body-description {
    font-size: var(--fs-600) !important;
  }
}
.tiles .card {
  --_bg-color: hsl(var(--clr-primary-900));
  background-color: var(--_bg-color);
}
.tiles .card-img-overlay {
  padding: 1.25rem;
}
.tiles .card .icon, .tiles .card .grid, .tiles .card .icon-dar {
  z-index: 2;
  position: relative;
}
.tiles .card .grid {
  place-items: center;
  grid-auto-flow: column;
  --gap: 0;
}
.tiles .card .icon::before {
  transition: color ease-in-out 150ms;
  transition-delay: 50ms;
}
.tiles .card .icon::after {
  transition: all ease-in-out 150ms;
  transition-delay: 50ms;
  background-color: transparent;
  border-radius: 50%;
  width: 0;
  aspect-ratio: 1;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
}
.tiles .card:hover {
  cursor: pointer;
  background-color: hsl(var(--clr-primary-800));
}
.tiles .card:hover h4 .title-text, .tiles .card:hover .h4 .title-text {
  display: inline-block;
  transform: translateX(22px);
  transition: 0.2s;
}
.tiles .card:hover h4::before, .tiles .card:hover .h4::before {
  content: ".";
  color: hsl(var(--clr-yellow-1000));
  font-family: var(--ff-icons-solid);
  position: absolute;
}

.gradient {
  position: relative;
  isolation: isolate;
}
.gradient .card-img-overlay::after {
  position: absolute;
  inset: 0;
  content: "";
  height: 100%;
  opacity: 0;
  background: var(--gradient-1);
  transition: 500ms opacity ease-in-out;
  transition-delay: 100ms;
  z-index: 1;
}
.gradient .card-img-overlay:hover::after {
  opacity: 1;
}
.gradient .flip a {
  z-index: 2;
}
.gradient .flip .card-img-overlay::after {
  transition: revert;
}
.gradient .flip .card-img-overlay:hover::after {
  background: revert;
}

.flipper .darker-gradient-overlay {
  background: var(--gradient-flipper);
}
.flipper .card-img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.flipper .card {
  --_text: var(--clr-white);
  border-radius: 0;
  border: 0;
  padding: 0;
  text-align: center;
  color: hsl(var(--_text));
  height: 412px;
  width: 100%;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.flipper .card .icon {
  font-size: 5em;
}
.flipper.flip .card {
  transform: rotateY(180deg);
}
.flipper .front,
.flipper .back {
  width: 100%;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flipper .front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
  height: 100%;
}
.flipper .back {
  --_background: var(--clr-yellow-1000);
  --_text: var(--clr-black);
  background-color: hsl(var(--_background));
  color: hsl(var(--_text));
  height: 100%;
  transform: rotateY(180deg);
}
.flipper .back .card-img-overlay {
  --_overlay: var(--_background);
  background-color: hsl(var(--_overlay)/0.85);
}

.cart {
  margin-block: 3.25rem;
  margin-inline: auto;
  font-family: var(--ff-barlow);
}
.cart a {
  border-bottom: none;
}
.cart a:hover {
  text-decoration: underline;
}
.cart .title-1, .cart .title-2, .cart .title-3, .cart .title-4, .cart .title-5, .cart .title-6 {
  text-wrap: balance;
}
.cart__count {
  display: grid;
  /*background: hsl(var(--clr-secondary-700));*/
  background: hsl(var(--clr-yellow-900));
  height: 1.5em;
  aspect-ratio: 1;
  text-align: center;
  border-radius: var(--radius-5);
  position: absolute;
  z-index: 999;
  top: -0.75em;
  left: 1rem;
}
.cart__count p {
  position: absolute;
  color: hsl(var(--clr-black));
  font-weight: var(--fw-bold);
  font-size: var(--fs-200);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.25em;
}
.cart__item:nth-child(5), .cart__item:nth-child(6) {
  grid-row: end;
}
.cart__item:nth-child(6) {
  justify-self: end;
}
.cart__item:nth-child(11), .cart__item:nth-child(12) {
  grid-row: 9/-1;
}
.cart__item:nth-child(odd) {
  font-weight: var(--fw-medium);
}
.cart__item:nth-child(even) {
  font-weight: var(--fw-regular);
}
.cart__container {
  /*background-color: hsl(var(--clr-primary-400));*/
  background-color: hsl(var(--clr-secondary-600));
  border-radius: var(--radius-4);
  padding: clamp(1.25rem, 1.481rem + 2.308vw, 2.25rem);
  display: grid;
  margin-inline: auto;
}
.cart__header {
  font-family: var(--ff-barlow);
  color: hsl(var(--clr-primary-900));
  font-weight: var(--fw-medium);
  position: relative;
}
.cart__header .title-3 {
  padding-left: clamp(3.25rem, 1.481rem + 2.308vw, 4.25rem);
}
.cart__card {
  padding-top: 0.25em;
}
.cart__list {
  --gap: .75em;
  list-style: none;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(7, 1fr);
  padding-left: 0;
  padding-top: 0.5rem;
}
@media (min-width: 576px) {
  .cart__list {
    padding-top: 1.5rem;
  }
}
.cart button {
  border: none;
  color: hsl(var(--clr-primary-900));
  font-family: var(--ff-meta);
}
.cart button:hover {
  color: hsl(var(--clr-primary-700)/0.8);
}

.total {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  font-family: var(--ff-barlow);
  font-weight: var(--fw-bold);
  padding-left: 1rem;
}
.total__cost {
  grid-column: span 3;
}

.course__information {
  display: grid;
  place-content: center;
}
.course__information span.title-3 {
  font-family: var(--ff-barlow);
  font-weight: var(--fw-medium);
}
.course__information .cart__list {
  grid-template-columns: repeat(5, 1fr);
}
.course__information .total {
  margin-left: 3.5rem;
  grid-template-columns: repeat(5, auto);
}
.course__information .total__cost {
  grid-column: 4/span 2;
}

.continue {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  margin-inline: auto;
  font-family: var(--ff-barlow);
}
@media (max-width: 991px) {
  .continue.container {
    margin-top: -1rem;
    place-content: center;
    place-items: center;
  }
}
@media (min-width: 576px) {
  .continue.container {
    margin-bottom: clamp(1rem, 2.2vw + 0.5rem, 3.125rem);
  }
}
.continue a {
  border-bottom: none;
  color: hsl(var(--clr-primary-800));
  display: inline-block;
  padding-top: 0.5em;
}
.continue a:hover {
  text-decoration: underline;
  text-underline-offset: 0.375em;
  color: hsl(var(--clr-primary-700));
}
.continue .icon-cart {
  --background: hsl(0 0% 38%);
}
.continue .button {
  --btn-bg: 0 0% 52% / 10%;
  --btn-bg-hover: var(--clr-dark-700);
}
.continue .button:hover {
  --btn-text-color: var(--clr-white);
}
.continue .button svg {
  --fill: hsl(var(--clr-dark-600));
}
/* Media Queries */
@media (min-width: 992px) {
  .cart__item:nth-child(5), .cart__item:nth-child(6) {
    justify-self: end;
    grid-row: revert;
  }
  .cart__item:nth-child(11), .cart__item:nth-child(12) {
    grid-row: revert;
  }
  .cart__list {
    --gap: .5em;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }

  .total {
    margin-left: unset;
  }
  .total__cost {
    grid-column: 4/6;
    justify-self: end;
  }

  .continue {
    grid-template-rows: unset;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
  }
  .continue a {
    justify-self: start;
  }
  .continue button {
    justify-self: end;
  }
  .continue button:only-child {
    grid-column: end;
  }

  .payment-summary .card__container {
    padding: 3rem;
  }
}
div.contact {
  --contact-card-padding: 1.875rem;
  --contact-card-section-spacing: 1.875rem;
  --contact-card-gutter: 20px;
  --contact-title-font-size: 14px;
  --contact-para-font-size: var(--fs-200);
  --contact-image-size: 160px;
  font-family: var(--ff-meta);
}
div.contact > .col-md-6 {
  --bs-gutter-x: var(--contact-card-gutter);
  --bs-gutter-y: var(--contact-card-gutter);
}
@media (min-width: 992px) {
  div.contact > .col-md-6:nth-child(2n+1) {
    padding-left: 0;
  }
  div.contact > .col-md-6:nth-child(2n+2) {
    padding-right: 0;
  }
}
div.contact p {
  margin-bottom: 0;
  font-size: var(--contact-para-font-size);
}
div.contact img {
  aspect-ratio: 1/1;
  width: var(--contact-image-size);
}
div.contact__section {
  padding-top: var(--contact-card-section-spacing);
}
div.contact__section:first-of-type {
  padding-top: 0;
}
div.contact__image {
  margin-bottom: var(--contact-card-padding);
  padding: 0;
}
@media (min-width: 992px) {
  div.contact__image {
    margin-bottom: 0;
    padding-right: var(--contact-card-padding);
  }
}
div.contact__card {
  height: 100%;
  width: 100%;
  --bs-gutter-x: var(--contact-card-gutter);
  /*background-color: hsl(var(--clr-light-600));*/
  background-color: hsl(var(--clr-secondary-600));
  padding: var(--contact-card-padding);
}
div.contact__card__section {
  padding-top: var(--contact-card-section-spacing);
  padding-left: 0;
  padding-right: 0;
}
div.contact__card__section:first-of-type {
  padding-top: 0;
}
div.contact__card__image {
  padding-top: var(--contact-card-section-spacing);
}
@media (min-width: 576px) {
  div.contact__card__image {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  div.contact__card__image {
    padding-top: var(--contact-card-section-spacing);
  }
}
div.contact .position {
  color: hsl(var(--clr-dark-700));
  font-size: var(--contact-title-font-size);
}
div.contact .circle-contact {
  border: 0.1em solid hsl(var(--clr-primary-600));
  border-radius: 50%;
  padding: 0.5em;
}
@media (min-width: 576px) {
  div.contact {
    --contact-title-font-size: var(--fs-100);
  }
}
@media (min-width: 992px) {
  div.contact {
    --contact-card-padding: 2.5rem;
    --contact-para-font-size: var(--fs-300);
    --contact-title-font-size: var(--fs-200);
    --contact-image-size: 185px;
  }
}
@media (min-width: 1200px) {
  div.contact {
    --contact-card-padding: 3.125rem;
    --contact-card-section-spacing: 2.3125rem;
    --contact-image-size: 200px;
    --contact-title-font-size: var(--fs-300);
  }
}
@media (min-width: 1921px) {
  div.contact {
    --contact-card-section-spacing: 2.5rem;
    --contact-para-font-size: var(--fs-500);
    --contact-title-font-size: var(--fs-500);
  }
}

.eventdetail {
  --event-detail-padding-detail-item: 25px;
  --event-detail-padding-contact-item: 10px;
  --event-detail-padding-component: 55px;
  --event-detail-padding-section: 2.5rem;
  --event-detail-category-icon-width: 1rem;
}
.eventdetail__title {
  margin-top: 0px !important;
  margin-bottom: var(--event-detail-padding-detail-item);
  padding-bottom: 0px;
}
.eventdetail__content :last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.eventdetail__eventcategory__pill {
  border: 1px solid hsl(var(--clr-dark-400));
  padding: 5px 16px;
  text-decoration: none;
}
.eventdetail__eventcategory__pill__icon {
  --width: var(--event-detail-category-icon-width);
  margin-right: 0.3125rem;
}
.eventdetail__eventcategory__pill__icon.futureStudents {
  --fill: var(--future-students-colour);
}
.eventdetail__eventcategory__pill__icon.importantDates {
  --fill: var(--academic-dates-colour);
}
.eventdetail__eventcategory__pill__icon.community {
  --fill: var(--community-colour) ;
}
.eventdetail__eventcategory__pill:hover {
  background: hsl(var(--clr-primary-700));
}
.eventdetail__eventcategory__pill:active {
  background: hsl(var(--clr-yellow-1000));
}
.eventdetail__section {
  margin-bottom: var(--event-detail-padding-section);
}
.eventdetail__details__item {
  margin-bottom: var(--event-detail-padding-detail-item);
}
.eventdetail__contact__item {
  margin-bottom: var(--event-detail-padding-contact-item);
}

@media (min-width: 992px) {
  .eventdetail {
    --event-detail-padding-section: 3.125rem;
    --event-detail-category-icon-width: 1.25rem;
  }
}
@media (min-width: 1921px) {
  .eventdetail {
    --event-detail-padding-section: 3.75rem;
    --event-detail-padding-detail-item: 30px ;
  }
}
#footer {
  --footer-font-size: 16px;
  margin-top: var(--section-margin);
}
#footer .bg-container {
  background-size: cover;
}
#footer .sup-footer {
  background: linear-gradient(rgba(0, 85, 135, 0.9), rgba(0, 85, 135, 0.9));
  padding-top: 3em;
  padding-bottom: 3em;
  font-size: var(--footer-font-size);
}
#footer .sup-footer .btn {
  --font-size: var(--footer-font-size);
  --btn-icon-fill: var(--clr-yellow-1000);
  font-family: var(--ff-barlow);
}
#footer .sup-footer .btn .icon-font-arrow-double-large {
  top: 0;
}
#footer .sup-footer .navigation {
  font-family: var(--ff-barlow);
  scroll-margin-top: 100px;
}
#footer .sup-footer .navigation .navbar {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid hsl(var(--clr-light-900)/0.6);
}
#footer .sup-footer .navigation .navbar.borderTop {
  border-top: 1px solid hsl(var(--clr-light-900)/0.6);
}
#footer .sup-footer .navigation .navbar button {
  color: #FFF;
  border-radius: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  justify-content: space-between;
  width: 100%;
  font-size: var(--footer-font-size);
  padding-left: 0px;
  padding-right: 0px;
  border: 0px;
  font-family: var(--ff-barlow);
}
#footer .sup-footer .navigation .navbar button:hover, #footer .sup-footer .navigation .navbar button:focus {
  background-color: hsl(var(--clr-primary-800));
  color: #FFF;
  padding-left: 10px;
}
#footer .sup-footer .navigation .navbar button:active {
  background-color: hsl(var(--clr-primary-700));
}
#footer .sup-footer .navigation .navbar button:focus {
  box-shadow: unset;
}
#footer .sup-footer .navigation .navbar .collapsed .navbar-toggler-icon {
  transform: none;
}
#footer .sup-footer .navigation .navbar .navbar-toggler-icon {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#footer .sup-footer .navigation .navbar .navbar-nav {
  margin-bottom: 20px;
}
#footer .sup-footer .navigation .navbar .nav-item {
  background-color: transparent;
  color: hsl(var(--clr-primary-900));
  -webkit-transition: background-position 0.3s ease;
  -moz-transition: background-position 0.2s ease;
  transition: background-position 0.3s ease;
  transition-property: background-position, opacity;
  background-size: 200% 100%;
  background-position: 0 -100%;
  background-image: linear-gradient(to right, transparent 50%, hsl(var(--clr-primary-800)) 50%);
}
#footer .sup-footer .navigation .navbar .nav-item:hover, #footer .sup-footer .navigation .navbar .nav-item:focus-visible {
  background-position: -100% 0;
}
#footer .sup-footer .navigation .navbar .nav-item a {
  color: hsl(var(--clr-light-800));
  align-content: center;
  height: var(--touch-element-min-size);
}
#footer .sup-footer .navigation .navbar .nav-item:hover a {
  color: #FFF;
}
#footer .sup-footer .navigation .navbar .nav-item:active {
  background-color: hsl(var(--clr-primary-700));
}
#footer .sup-footer .navigation ul.icon-list-solid li {
  color: #FFF;
  padding: 0.5em 0;
  gap: 10px;
}
#footer .sup-footer .navigation ul.icon-list-solid li.icon-font-mail:hover {
  background-color: hsl(var(--clr-primary-800));
}
#footer .sup-footer .navigation ul.icon-list-solid li.icon-font-mail:hover a {
  color: #FFF;
}
#footer .sup-footer .navigation ul.icon-list-solid li.icon-font-mail:active {
  background-color: hsl(var(--clr-primary-700));
}
#footer .sup-footer .navigation ul.icon-list-solid li.icon-font-mail:active:before {
  color: white;
}
#footer .sup-footer .navigation ul.icon-list-solid li a {
  color: hsl(var(--clr-light-800));
  border-color: transparent;
}
#footer .sup-footer .navigation ul.icon-list-solid li a:hover {
  text-decoration: none;
  border-color: hsl(var(--clr-light-800));
}
#footer .sup-footer .navigation ul.icon-list-solid li:before {
  font-size: 20px;
  padding-right: 0px;
  align-self: baseline;
}
#footer .sub-footer {
  font-size: var(--footer-font-size);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#footer .sub-footer .nav-link {
  font-family: var(--ff-barlow);
  color: hsl(var(--clr-primary-800));
  padding-left: 0;
  min-height: var(--touch-element-min-size);
  align-content: center;
}
#footer .sub-footer .nav-link:hover {
  color: hsl(var(--clr-primary-700));
  text-underline-offset: 0.5em;
  text-decoration: underline;
}
#footer .sub-footer > div {
  padding-block: 2rem;
}
#footer .sub-footer .logo img {
  width: 202px;
}
#footer .sub-footer .icons a {
  text-decoration: none;
  border-bottom: 0;
  color: hsl(var(--clr-primary-700));
}
#footer .sub-footer .icons a:hover {
  color: hsl(var(--clr-primary-900)/0.9);
}
#footer .land-acknowledgement {
  padding-bottom: 3rem;
  color: #FFF;
}
#footer .land-acknowledgement h3, #footer .land-acknowledgement .h3 {
  color: #FFF;
}
#footer .land-acknowledgement h3 span, #footer .land-acknowledgement .h3 span {
  font-size: 41px;
}

@media (min-width: 992px) {
  #footer .sup-footer .navigation {
    border-top: 0px transparent;
  }
  #footer .sup-footer .navigation .navbar {
    border-bottom: 0px transparent;
    padding-top: 60px;
  }
  #footer .sup-footer .navigation .navbar.borderTop {
    border-top: 0px transparent;
  }
  #footer .sup-footer .navigation .navbar:first-child {
    padding-top: 0;
  }
  #footer .sup-footer .navigation .navbar button {
    border-bottom: 0;
    cursor: default;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-family: var(--ff-barlow);
    font-weight: var(--fw-medium);
    pointer-events: none;
  }
  #footer .sup-footer .navigation .navbar button:hover {
    background-color: transparent;
    padding-left: 0px;
  }
  #footer .sup-footer .navigation .navbar .navbar-nav {
    margin-bottom: 0px;
  }
  #footer .sup-footer .navigation .navbar .nav-item {
    display: flex;
    align-items: center;
  }
  #footer .sup-footer .navigation .navbar .nav-item:hover::before {
    color: #00A9E0;
    display: inline-block;
    font-family: "Lambton-Icons-Solid";
    font-size: inherit;
    content: "b";
  }
  #footer .sup-footer .navigation .navbar .nav-item :active::before {
    color: #FFF;
  }
  #footer .sup-footer .navigation .navbar .nav-item a {
    padding-top: 1px;
    padding-bottom: 2px;
    width: 100%;
  }
  #footer .sup-footer .navigation ul.icon-list-solid li {
    border-bottom: 1px solid #1988AC;
  }
  #footer .sup-footer .navigation ul.icon-list-solid li:last-of-type {
    border-bottom: 0px transparent;
  }
  #footer .sup-footer .navigation ul.icon-list-solid li:before {
    font-size: 28px;
    padding-right: 0px;
    align-self: baseline;
  }
  #footer .land-acknowledgement {
    padding-top: 5px;
    border-bottom: 1px solid #1988AC;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  #footer .land-acknowledgement h3, #footer .land-acknowledgement .h3 {
    font-size: 22px;
  }
  #footer .land-acknowledgement h3 span, #footer .land-acknowledgement .h3 span {
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  #footer {
    --footer-font-size: 18px;
  }
  #footer .sup-footer .land-acknowledgement {
    padding-top: 25px;
  }
  #footer .sup-footer .land-acknowledgement h3, #footer .sup-footer .land-acknowledgement .h3 {
    font-size: 24px;
  }
  #footer .sup-footer .navigation .navbar {
    padding-top: 75px;
  }
  #footer .sup-footer .navigation .navbar:first-child {
    padding-top: 0;
  }
  #footer .sup-footer .navigation .navbar .nav-item a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
/* This file overrides the gradient from _Global.scss */
.gradient-overlay {
  --color-1: 195 100% 44%;
  --color-2: 202 100% 26%;
  --color-3: 202 100% 26%;
  /* 2023 Darker Gradient Overlay WID-856 */
  background: linear-gradient(-45deg, hsl(var(--color-1)/0.75), hsl(var(--color-2)/0.9), hsl(var(--color-3)/0.95));
}

.blue-gradient {
  --color-1: 202 100% 26%;
  --color-2: 198 100% 33%;
  --color-3: 198 100% 33%;
  --degree: 180deg;
  /* 2023 Darker Gradient Overlay WID-856 */
  background: linear-gradient(var(--degree), hsl(var(--color-1)) 0%, hsl(var(--color-2)) 56%, hsl(var(--color-3)) 100%);
}

.black-gradient {
  --color-1: 0 3% 20%;
  --color-2: 0 3% 15%;
  --color-3: 0 3% 10%;
  --degree: 180deg;
  /* 2023 Darker Gradient Overlay WID-856 */
  background: linear-gradient(var(--degree), hsl(var(--color-1)), hsl(var(--color-2)), hsl(var(--color-3)));
}

.hero {
  --hero-height: 570px;
  --hero-heading-font-size: 7.5vw;
  --hero-heading-padding-inline: 0px;
  height: var(--hero-height);
  width: 100%;
  position: relative;
}
.hero strong {
  font-family: var(--ff-barlow);
  font-weight: var(--fw-bold);
}
.hero .content {
  color: hsl(var(--clr-white));
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
  font-family: var(--ff-barlow);
  /*font-size: 18px;*/
  font-size: 1.125rem;
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  text-align: center;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  z-index: 1;
}
.hero img.background-img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
}
.hero .hero-heading {
  padding-bottom: 0px;
  margin: 0;
  width: fit-content;
  font-size: var(--hero-heading-font-size);
  padding-inline: var(--hero-heading-padding-inline);
  font-family: var(--ff-barlow);
  font-weight: var(--fw-bold);
  margin-inline: auto;
}
.hero #video-control {
  display: flex;
  position: absolute;
  bottom: 1em;
  right: 2em;
  z-index: 10;
}
.hero #video-control a {
  border-bottom: none;
}
.hero #video-control img {
  width: 40px;
  height: 40px;
  z-index: 2;
}
.hero .video-background {
  position: relative;
  overflow: hidden;
  width: var(--viewportWidth);
  height: 100%;
  z-index: -1;
}
.hero .video-background iframe, .hero .video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.hero .video-background iframe {
  width: 100vw;
  height: 300vh;
}
@media (max-aspect-ratio: 16/9) {
  .hero .video-background iframe {
    width: 177.78vh;
  }
}
.hero.simpleoverlay img, .hero .simpleoverlay img {
  background-color: hsl(var(--clr-dark-700));
}
.hero.simpleoverlay::before, .hero.simpleoverlay::after, .hero .simpleoverlay::before, .hero .simpleoverlay::after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.hero.simpleoverlay::before, .hero .simpleoverlay::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 20%);
}
.hero.simpleoverlay.bottom-gradient::after, .hero .simpleoverlay.bottom-gradient::after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 25%);
}
.hero.simpleoverlay .content, .hero .simpleoverlay .content {
  background: radial-gradient(60% 40% at 50% 50%, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0) 95.83%);
}
@media (min-width: 576px) {
  .hero {
    --hero-height: 600px;
    --hero-heading-font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .hero {
    --hero-height: 700px;
    --hero-heading-padding-inline: 60px;
  }
}
@media (min-width: 1200px) {
  .hero {
    --hero-heading-font-size: 4.5rem;
    --hero-heading-padding-inline: 100px;
  }
}
@media (min-width: 1921px) {
  .hero {
    --hero-height: 860px;
  }
}
@media (min-width: 2400px) {
  .hero {
    --hero--heading-font-size: 5.375rem;
  }
}

.heroNEW {
  --hero-height: 370px;
  --hero-heading-font-size: 7.5vw;
  --hero-arc-percentage: 0%;
  --hero-arc-padding: min(var(--hero-arc-percentage), var(--inner-row-margin));
  height: var(--hero-height);
  width: 100%;
  position: relative;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.heroNEW.arcs {
  padding-left: calc(var(--hero-arc-padding) - 100px);
}
.heroNEW .content {
  display: flex;
  flex-direction: column;
  font-family: var(--ff-barlow);
  left: 0;
  padding-inline: 24px;
  bottom: 0;
  z-index: 1;
}
.heroNEW .video__container + .content {
  padding-right: 102px;
}
.heroNEW .hero-heading {
  color: hsl(var(--clr-white));
  padding-bottom: 0px;
  bottom: 0;
  margin: 0;
  margin-bottom: 1.5rem;
  font-size: var(--hero-heading-font-size);
  font-family: var(--ff-barlow);
  font-weight: var(--fw-medium);
}
.heroNEW .breadcrumb, .heroNEW .breadcrumb a {
  color: hsl(var(--clr-white));
}
.heroNEW .breadcrumb a {
  font-family: var(--ff-barlow);
  font-weight: var(--fw-medium);
  text-decoration: none;
}
.heroNEW .breadcrumb a:hover {
  text-decoration: underline solid 2px;
  text-decoration-thickness: 2px;
}
.heroNEW .breadcrumb a:active {
  color: hsl(var(--clr-primary-700));
}
.heroNEW strong {
  font-family: var(--ff-barlow);
  font-weight: var(--fw-bold);
}
.heroNEW img.background-img {
  object-fit: cover;
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
}
.heroNEW #video-control {
  display: flex;
  position: absolute;
  bottom: 1em;
  right: 2em;
  z-index: 10;
}
.heroNEW #video-control a {
  border-bottom: none;
}
.heroNEW #video-control img {
  width: 40px;
  height: 40px;
  z-index: 2;
}
.heroNEW .arcs {
  right: calc(100% - var(--hero-arc-padding));
}
.heroNEW .video-background {
  position: relative;
  overflow: hidden;
  width: var(--viewportWidth);
  height: 100%;
  z-index: -1;
}
.heroNEW .video-background iframe, .heroNEW .video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.heroNEW .video-background iframe {
  width: 100vw;
  height: 300vh;
}
@media (max-aspect-ratio: 16/9) {
  .heroNEW .video-background iframe {
    width: 177.78vh;
  }
}
@media (min-width: 576px) {
  .heroNEW {
    --hero-height: 390px;
    --hero-heading-font-size: 1.5rem;
  }
  .heroNEW .content {
    left: calc(var(--inner-row-margin));
  }
}
@media (min-width: 992px) {
  .heroNEW {
    --hero-height: 415px;
    --hero-heading-font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .heroNEW {
    --hero-height: 522px;
    --hero-heading-font-size: 2.5rem;
    --hero-arc-percentage: 10%;
  }
}
@media (min-width: 1921px) {
  .heroNEW {
    --hero-arc-percentage: 15%;
  }
}
@media (min-width: 2400px) {
  .heroNEW {
    --hero-arc-percentage: 20%;
  }
}

.hours .hours__title {
  text-align: center;
  color: hsl(var(--clr-primary-800));
}
.hours__container {
  padding-left: 20px;
}
.hours__container .hours__container__daterange {
  /*background-color: hsl(var(--clr-light-700));*/
  background-color: hsl(var(--clr-secondary-600));
  color: hsl(var(--clr-black));
  font-family: var(--ff-meta);
  font-weight: normal;
  font-size: inherit;
  margin: 0 0 0 -20px;
  padding: 13px 20px;
  /*outline: 1px solid hsl(var(--clr-light-700));*/
  outline: 1px solid hsl(var(--clr-secondary-600));
}
.hours__container__row {
  padding: 13px 0px;
  border-top: 1px solid hsl(var(--clr-dark-400));
}
.hours__container__row .hours__container__row__label {
  color: hsl(var(--clr-primary-900));
}

.horizontal-arrow {
  border-left: 1px solid hsl(var(--clr-white)/0.1);
  position: relative;
  background: hsl(var(--clr-primary-700));
  margin-right: auto;
  margin-left: auto;
}
.horizontal-arrow:before, .horizontal-arrow:after {
  content: "";
  position: absolute;
  top: 15%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  transform: rotate(-90deg) translateX(50%);
}
@media (min-width: 992px) {
  .horizontal-arrow:before, .horizontal-arrow:after {
    top: 50%;
  }
}
.horizontal-arrow:before {
  border-top-color: hsl(var(--clr-primary-700));
}

lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

/* gradient */
lite-youtube::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 0;
  /* Pixel-perfect port of YT's gradient PNG, using https://github.com/bluesmoon/pngtocss plus optimizations */
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.54) 14%, rgba(0, 0, 0, 0.15) 54%, rgba(0, 0, 0, 0.05) 72%, rgba(0, 0, 0, 0) 94%);
  height: 99px;
  width: 100%;
  font-family: "YouTube Noto", Roboto, Arial, Helvetica, sans-serif;
  color: hsl(0deg, 0%, 93.33%);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  padding: 25px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}

lite-youtube:hover::before {
  color: white;
}

/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
  display: block;
  /* Make the button element cover the whole area for a large hover/click target… */
  width: 100%;
  height: 100%;
  /* …but visually it's still the same size */
  background: no-repeat center/68px 48px;
  /* YT's actual play button svg */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  position: absolute;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}

lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  filter: none;
}

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

ul[class*=marker-] {
  --icon: var(--dar);
  --background: hsl(var(--clr-primary-700));
  --size: var(--fs-100);
  display: grid;
  grid-auto-flow: row;
  gap: 1rem;
  /* SVG Icons are being pulled from :root in _icons.scss */
}
ul[class*=marker-] li {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 2rem auto;
}
ul[class*=marker-] li::before {
  margin-top: 3px;
  display: flex;
  content: "";
  background: var(--background, hsl(var(--clr-black)));
  height: var(--size);
  aspect-ratio: 1;
  mask-image: var(--icon);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: var(--icon);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
ul[class*=marker-][class$=dar] li:before {
  --icon: var(--dar);
}
ul[class*=marker-][class$=dal] li:before {
  --icon: var(--dal);
}
ul[class*=marker-][class$=dad] li:before {
  --icon: var(--dad);
}
ul[class*=marker-][class$=dau] li:before {
  --icon: var(--dau);
}
ul[class*=marker-][class$=chev-right] li:before {
  --icon: var(--chev-right);
}

/* Nested OL Styling */
ol {
  list-style: none;
  counter-reset: item;
  padding-left: 1em;
}

ol > li:before {
  counter-increment: item;
  content: counter(item, alpha) ". ";
  padding-right: 0.25em;
  color: hsl(var(--clr-primary-700));
}

ol li ol {
  counter-reset: item;
}

ol ol li:before {
  counter-increment: item;
  content: counter(item, lower-alpha) ". ";
}

ol li ol li ol {
  counter-reset: item;
}

ol ol ol li:before {
  counter-increment: item;
  content: counter(item, lower-roman) ". ";
}

header .header {
  display: grid;
  grid-template-rows: 40vh auto;
  place-items: center;
  color: hsl(var(--clr-white));
  font-family: var(--ff-barlow);
  min-height: 50dvh;
}

.login-register a {
  border-bottom: none;
}
.login-register a:hover {
  border-bottom: none;
}
.login-register .student {
  font-family: var(--ff-barlow);
  --gap: 2rem;
}
.login-register .student .title-3 {
  justify-self: center;
  font-weight: var(--fw-medium);
  text-align: center;
  line-height: 1.25;
}
.login-register .student .title-4 {
  color: hsl(var(--clr-primary-900));
  font-weight: var(--fw-medium);
  padding: 0;
}
.login-register .student p {
  margin: 0;
  padding-block: 0.75em;
}
.login-register .student .form__container .forgot {
  --gap: 1rem;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: var(--gap);
  margin-top: var(--fs-700);
  font-family: var(--ff-meta);
}
.login-register .student .form__container .forgot a {
  color: hsl(var(--clr-primary-800));
}
.login-register .student .form {
  --gap: .75em;
  display: grid;
  gap: var(--gap);
  grid-template-rows: repeat(3, 1fr);
}
.login-register .student .form input[type=text],
.login-register .student .form input[type=password] {
  width: 100%;
  padding: 1rem;
  padding-bottom: 1.25rem;
  padding-left: 3rem;
  border-radius: var(--radius-2);
  border: 1px solid hsl(var(--clr-dark-700));
}
.login-register section {
  margin-bottom: 3rem;
}

.media-list {
  padding-block: 2rem;
  margin-inline: auto;
  max-width: 1200px;
}
.media-list ul {
  padding: 0;
  margin: 0;
}
.media-list__card {
  padding-block: 1rem;
  list-style: none;
  font-family: var(--ff-barlow);
}
.media-list__description {
  font-size: clamp(1rem, 0.946rem + 0.238vw, 1.125rem);
}
.media-list__articles {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.media-list__name, .media-list__position {
  display: block;
  padding-bottom: 0.5rem;
  color: hsl(var(--clr-primary-800));
}
.media-list__name {
  font-size: var(--fs-500);
}
.media-list__position {
  font-size: var(--fs-200);
  text-transform: uppercase;
}
.media-list__img {
  width: 9.375rem;
  aspect-ratio: 1;
  justify-self: end;
  height: 100%;
}

.cart-items .cart__card .title-4 {
  line-height: 1.2;
  margin-top: 1rem;
  color: hsl(var(--clr-primary-800));
  font-weight: var(--fw-medium);
  margin-bottom: var(--fs-400);
  font-size: clamp(20px, 10vw, 28px);
  word-wrap: break-word;
  border-bottom: 1px solid currentColor;
}
.cart-items .cart__card button {
  border: none;
  color: hsl(var(--clr-primary-900));
  font-family: var(--ff-meta);
  text-decoration: underline;
}
.cart-items .cart__card button:hover {
  color: hsl(var(--clr-primary-700)/0.8);
}
.cart-items .cart__header {
  padding-bottom: 1.5rem;
}
.cart-items .cart__header--modal {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
}
.cart-items .cart__total {
  display: flex;
  justify-content: space-between;
  place-items: center;
  margin-top: 1.5rem;
}
@media (max-width: 600px) {
  .cart-items .cart__total {
    display: grid;
    justify-content: start;
    place-items: start;
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .cart-items .cart__list {
    gap: 0;
  }
}
.cart-items .cart__list--modal {
  /*grid-template-columns: repeat(2, 2fr) 1fr;*/
  grid-template-columns: 2fr 1fr auto;
  grid-template-rows: repeat(8, 1fr);
  margin-block: 0;
  padding-block: 1.5rem 0.25em;
}
.cart-items .cart__list--modal .cart__item {
  font-family: var(--ff-barlow);
}
.cart-items .cart__list--modal .cart__item:nth-child(2) {
  grid-column: span 2;
}
.cart-items .cart__list--modal .cart__item:nth-child(1), .cart-items .cart__list--modal .cart__item:nth-child(2) {
  grid-row: 1;
}
.cart-items .cart__list--modal .cart__item:nth-child(3), .cart-items .cart__list--modal .cart__item:nth-child(4) {
  grid-row: 2;
}
.cart-items .cart__list--modal .cart__item:nth-child(5), .cart-items .cart__list--modal .cart__item:nth-child(6) {
  justify-self: start;
  grid-row: 3;
}
.cart-items .cart__list--modal .cart__item:nth-child(7), .cart-items .cart__list--modal .cart__item:nth-child(8) {
  grid-row: 4;
}
.cart-items .cart__list--modal .cart__item:nth-child(9), .cart-items .cart__list--modal .cart__item:nth-child(10) {
  grid-row: 5;
}
.cart-items .cart__list--modal .cart__item:nth-child(11), .cart-items .cart__list--modal .cart__item:nth-child(12) {
  grid-row: 6;
}
.cart-items .cart__list--modal .cart__item:nth-child(15), .cart-items .cart__list--modal .cart__item:nth-child(16) {
  grid-row: 8;
}
.cart-items .cart__list--modal .cart__item:last-child {
  grid-column: 3/-1;
}

.cart-items {
  padding-inline: 1.5rem;
  max-height: calc(100% - 8rem);
  overflow-y: auto;
}
.cart-items hr {
  margin-block: 1em;
}
.cart-items .continueShoppingButton .btn {
  --btn-bg: var(--clr-dark-600) / 10%;
  --btn-bg-hover: var(--clr-dark-700);
  --btn-icon-fill: var(--clr-dark-600);
  --btn-icon-fill-hover: var(--clr-white);
}

.cart-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  --width: 2rem;
  padding-bottom: 2px;
  position: relative;
  isolation: isolate;
}

.cart-count {
  background: hsl(var(--clr-yellow-1000));
  width: 24px;
  aspect-ratio: 1;
  border-radius: 24px;
  font-size: 1rem;
  align-content: center;
  top: -42%;
  left: 28%;
  outline: 2px solid white;
  font-family: var(--ff-barlow);
  font-weight: var(--fw-medium);
}

.cart-button:hover {
  --fill: hsl(var(--clr-primary-600));
}

.cart-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.cart-flyout {
  position: fixed;
  top: 1rem;
  right: -15px;
  width: min(36rem, 90vw);
  height: 100%;
  padding: 2rem;
  box-shadow: -0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.5s ease;
  background: white;
  border-top-left-radius: var(--radius-3);
}

.cart-flyout.is-open {
  transform: translateX(0);
}

.close-button {
  margin-top: -5px;
  padding: 0.5rem;
  background: none;
  border: none;
  color: hsl(var(--clr-primary-700));
  cursor: pointer;
  --width: 1.5rem;
}

.close-button:hover {
  --fill: #f00;
}

.total--modal {
  display: block;
  padding-left: revert;
}

.media__control {
  position: relative;
  display: flex;
  align-items: end;
  place-content: center;
  gap: 25px;
}
.media__control__button {
  background: none;
  border: none;
  padding: 0;
}
.media__control__button .icon {
  --fill: hsl(var(--clr-white));
  --width: var(--touch-element-min-size);
}
.media__control__button.play .icon.paused {
  display: block;
}
.media__control__button.play .icon.playing {
  display: none;
}
.media__control__button.play .icon use {
  transition: 0.25s ease-in-out;
}
.media__control__button.play .icon use:not(.default) {
  opacity: 0;
}
.media__control__button.play:hover .icon use.hover {
  opacity: 1;
}
.media__control__button.play:hover .icon use:not(.hover) {
  opacity: 0;
}
.media__control__button.fullscreen {
  display: none;
}
.media__control__button.fullscreen .icon.fullscreen {
  display: block;
}
.media__control__button.fullscreen .icon.unfullscreen {
  display: none;
}
.media__control__button.fullscreen .icon {
  --width: 3.43rem;
  margin-bottom: 0.1875rem;
  opacity: 0.5;
}
.media__control__button.fullscreen:hover .icon {
  opacity: 1;
}

.playing .video__container__overlay {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.playing .video__container__content {
  display: none;
}
.playing .media__control__button.play .paused {
  display: none;
}
.playing .media__control__button.play .playing {
  display: block;
}
.playing .media__control__button.fullscreen {
  display: block;
}

.fullscreen .media__control__button.fullscreen {
  display: block;
}
.fullscreen .media__control__button.fullscreen .icon.fullscreen {
  display: none;
}
.fullscreen .media__control__button.fullscreen .icon.unfullscreen {
  display: block;
}

li.newsEntry {
  display: none;
}
li.newsEntry a {
  --background: var(--clr-white);
  --text: var(--clr-black);
  transition: 0.2s;
  background-color: hsl(var(--background));
  text-decoration: none;
  flex-direction: column;
}
li.newsEntry a span._title {
  transition: 0.2s;
  position: relative;
  left: 0;
  color: hsl(var(--text));
  font-family: var(--ff-meta);
}
li.newsEntry a:hover, li.newsEntry a:focus {
  background-color: hsl(var(--clr-secondary-700));
}
li.newsEntry a:active {
  background-color: hsl(var(--clr-secondary-900));
}
@media (min-width: 992px) {
  li.newsEntry a {
    flex-direction: row;
  }
  li.newsEntry a:hover span.title, li.newsEntry a:focus span.title {
    left: 10px;
  }
}

.newsDetail li.newsEntry a {
  flex-wrap: wrap !important;
}
.newsDetail li.newsEntry a:hover span.title, .newsDetail li.newsEntry a:focus span.title {
  left: 0px;
}

.allNews {
  color: hsl(var(--clr-primary-800));
}
.allNews:hover {
  color: hsl(var(--clr-primary-900));
  text-decoration: underline;
}

.outages {
  --background: hsl(var(--clr-secondary-200) / .06);
  background: var(--background);
  border-radius: var(--radius-3);
  padding-block: clamp(3.125rem, 2.254rem + 2.415vw, 3.75rem);
  padding-inline: clamp(1.25rem, 0.385rem + 3.844vw, 5rem);
  font-family: var(--ff-barlow);
  max-width: clamp(21.875rem, -0.893rem + 101.19vw, 75rem);
  margin-inline: auto;
}
.outages p {
  font-family: var(--ff-meta);
  font-size: clamp(1.125rem, 1.096rem + 0.128vw, 1.25rem);
}
.outages h3, .outages .h3, .outages h4, .outages .h4, .outages h5, .outages .h5, .outages h6, .outages .h6, .outages p {
  padding: 0;
  margin: 0;
}
.outages h3, .outages .h3, .outages h4, .outages .h4 {
  font-size: clamp(1.25rem, 1.042rem + 0.278vw, 1.375rem);
}
.outages h3, .outages .h3 {
  color: hsl(var(--clr-black));
  margin-bottom: 20px;
}
.outages h4, .outages .h4 {
  color: hsl(var(--clr-primary-800));
  margin-top: 2rem;
}
.outages__card {
  margin-left: 1.75rem;
}
.outages__heading {
  --width: 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.outages__heading .exclamation-outline {
  margin-top: -6px;
}
.outages__blurb {
  margin-left: calc(var(--width) + 0.25rem) !important;
}
.outages .marker-chev-right {
  --background: hsl(var(--clr-primary-900));
}
.outages .marker-chev-right li::before {
  margin-top: clamp(0.188rem, 0.081rem + 0.475vw, 0.5rem);
}
.outages ul {
  padding-left: 0.5rem;
}
.outages ul li {
  grid-template-columns: 1.5rem auto;
  padding-top: 1rem;
}

.lambton-pager {
  width: 300px;
  position: relative;
  margin: auto;
  height: 80px;
}
.lambton-pager > * {
  position: absolute;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  line-height: normal;
}
.lambton-pager .pageCounter {
  left: 50%;
  transform: translate(-50%, -50%);
}
.lambton-pager .prevArrow {
  left: 0;
}
.lambton-pager .nextArrow {
  right: 0;
}

.progressbar {
  list-style: none;
  display: flex;
  width: 500px;
  margin-top: 3.5rem;
  place-content: center;
  place-items: center;
  margin-left: -2rem;
}
.progressbar li {
  position: relative;
  width: 33%;
  text-align: center;
  margin-top: 1.25rem;
  /* current step */
}
.progressbar li::before {
  display: flex;
  place-content: center;
  place-items: center;
  font-size: var(--fs-100);
  /* Step number*/
  content: "";
  /* circle */
  width: 40px;
  height: 40px;
  border-radius: var(--radius-5);
  /* default color  */
  background: hsl(var(--clr-dark-400));
  /* position */
  position: absolute;
  top: -50px;
  left: calc(50% - 20px);
  z-index: 999;
  transition: 100ms ease-in-out all;
}
.progressbar li::after {
  content: "";
  width: 100%;
  height: 40px;
  background: hsl(var(--clr-dark-300));
  position: absolute;
  top: -50px;
  left: -50%;
  transition: 100ms ease-in-out all;
}
.progressbar li:first-child:after {
  width: 0;
}
.progressbar li[aria-current=step]:before {
  /*background: hsl(var(--clr-secondary-900));*/
  background: hsl(var(--clr-green));
}
.progressbar__button-container {
  display: flex;
  width: 400px;
  place-content: space-between;
  margin-top: 3.25rem;
  margin-inline: auto;
}
.progressbar__button-container .btn {
  min-width: 140px;
  text-align: center;
  font-family: var(--ff-barlow);
  font-weight: var(--fw-medium);
}

.republix .contact-footer .icon-font-outline {
  font-size: 3em;
}
.republix .contact-footer a {
  font-family: "Weissenhof Grotesk";
}

.arrow-single-photo .image {
  height: 10em;
}

/* media queries */
@media (min-width: 576px) {
  .subpage-header-section {
    min-height: 29.25rem;
    flex-direction: row;
    background-color: transparent;
  }

  .subpage-header-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 60%;
    bottom: 0;
    background-color: var(--dark-blue);
  }

  .subpage-header-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    bottom: 0;
    background-image: url("../../assets/images/hero-area.png");
    background-size: cover;
    background-position: center 10%;
    background-repeat: no-repeat;
  }

  .subpage-header-section .subpage-header-triangle {
    left: 39.9%;
    -webkit-mask: linear-gradient(-90deg, rgba(0, 0, 0, 0) calc(80px / sqrt(2)), #000 0), radial-gradient(80px at calc(100% - 80px * sqrt(2)) 50%, #000 98%, rgba(0, 0, 0, 0) 101%);
  }

  .subpage-header-section .subpage-header-vertical-rectangle {
    display: none;
  }

  .subpage-header-section .subpage-header-chevron {
    display: block;
  }
}
.tile-statistics .stat {
  background-color: red;
}
.tile-statistics div.col-9:nth-child(1) .stat {
  border-top-left-radius: 1.25rem;
}
.tile-statistics div.col-9:nth-child(2) .stat {
  border-top-right-radius: 1.25rem;
}
.tile-statistics div.col-9:nth-child(3) .stat {
  border-bottom-left-radius: 1.25rem;
}
.tile-statistics div.col-9:nth-child(4) .stat {
  border-bottom-right-radius: 1.25rem;
}

.student-story img {
  object-fit: cover;
  max-height: 8em;
  object-position: center 30%;
}
.student-story .story-text {
  font-family: "Weissenhof Grotesk";
}

@media (min-width: 992px) {
  .student-story img {
    max-height: none;
  }

  .subpage-header-section::before {
    right: 54%;
  }

  .subpage-header-section::after {
    left: 46%;
  }

  .subpage-header-section .subpage-header-triangle {
    left: 45.95%;
  }
}
[role=radiogroup] {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
}
[role=radiogroup]:focus {
  outline: red;
}

[role=radio] {
  padding: 4px 8px;
  border: 0 solid transparent;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  cursor: default;
  outline: none;
  color: black;
  /*    & + [role="radio"] {
      margin-left: 1em;
  }*/
}
[role=radio]::before {
  position: relative;
  top: 1px;
  padding-right: 0.5em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='14' style='forced-color-adjust: auto;'%3E%3Ccircle cx='7' cy='7' r='6' stroke='rgb(0, 90, 156)' stroke-width='2' fill-opacity='0' /%3E%3C/svg%3E");
}

[role=radio][aria-checked=true]::before {
  position: relative;
  top: 1px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='14' style='forced-color-adjust: auto;'%3E%3Ccircle cx='7' cy='7' r='6' stroke='rgb(0, 90, 156)' stroke-width='2' fill-opacity='0' /%3E%3Ccircle cx='7' cy='7' r='3' fill='rgb(0, 90, 156)' stroke-opacity='0' /%3E%3C/svg%3E");
}

[role=radio].focus,
[role=radio]:hover {
  padding: 2px 6px;
  border: 2px solid #005a9c;
  background-color: #def;
  cursor: pointer;
}

#scrollToTop {
  --fill: hsl(var(--clr-primary-700));
  --width: 2rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  cursor: pointer;
  transition: opacity 500ms;
}
#scrollToTop:hover {
  animation: bounce 1s linear infinite;
}

.fade-in {
  animation: fadeIn 500ms;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search-box {
  outline: 3px solid red;
  width: 186px;
}
.search-box button {
  max-height: 40px;
  max-width: 40px;
}

.secondarynav {
  --secondarynav-slide-bg-color: hsl(var(--clr-secondary-600));
  --secondarynav-slide-bg-color-hit: hsl(var(--clr-primary-700));
  --secondarynav-slide-bg-color-active: hsl(var(--clr-light-900));
  --secondarynav-slide-bg-color-hover: hsl(var(--clr-primary-600));
  --secondarynav-slide-text-color: hsl(var(--clr-primary-1000));
  --secondarynav-slide-text-color-hit: hsl(var(--clr-black));
  --secondarynav-slide-text-color-active: hsl(var(--clr-black));
  top: var(--bannerheight-xs);
  position: sticky;
  width: var(--viewportWidth);
  max-width: var(--viewportWidth);
  background-color: hsl(var(--clr-primary-900));
}
.secondarynav__container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.secondarynav__carousel {
  --nav-diameter: 40px;
  --nav-spacing: 5px;
  font-family: var(--ff-barlow);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: var(--secondaryNavVertPadding, 15px);
  padding-bottom: var(--secondaryNavVertPadding, 15px);
}
.secondarynav__carousel__wrapper {
  flex-wrap: nowrap;
  padding-bottom: 0;
  height: var(--secondaryNavInnerHeight, 90px);
}
.secondarynav__carousel__wrapper__slide {
  background-color: var(--secondarynav-slide-bg-color);
  color: var(--secondarynav-slide-text-color);
  border: 0;
  min-width: 140px;
  width: fit-content;
  max-width: 80vw;
  margin-right: 10px;
  -webkit-transition: background-position 0.2s ease;
  -moz-transition: background-position 0.2s ease;
  transition: background-position 0.2s ease;
  transition-property: background-position, opacity;
  background-size: 100% 200%;
  background-position: 0 -100%;
  background-image: linear-gradient(to top, transparent 50%, var(--secondarynav-slide-bg-color-hover) 50%);
  /* This class is applied when a navigation element is selected */
}
.secondarynav__carousel__wrapper__slide__content {
  display: flex;
  align-items: center;
  color: inherit !important;
  height: 100%;
  width: 100%;
}
.secondarynav__carousel__wrapper__slide__content__link {
  color: inherit;
  height: fit-content;
  text-align: start;
  font-size: 16px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.secondarynav__carousel__wrapper__slide__content__link * {
  color: inherit !important;
}
.secondarynav__carousel__wrapper__slide__content__link:hover {
  text-decoration: none;
  color: inherit !important;
}
.secondarynav__carousel__wrapper__slide.swiper-slide-visible {
  /*This applied when element is hovered and when mouse is down*/
}
.secondarynav__carousel__wrapper__slide.swiper-slide-visible.active {
  background-color: var(--secondarynav-slide-bg-color-active);
  color: var(--secondarynav-slide-text-color-active);
  /*Add the arrow to the selected navigation option*/
}
.secondarynav__carousel__wrapper__slide.swiper-slide-visible.active::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  top: -23px;
  border-style: solid;
  border-width: 12px;
  border-color: transparent;
  border-top-color: var(--secondarynav-slide-bg-color-active);
  transform: rotateX(180deg) translateX(-50%);
}
.secondarynav__carousel__wrapper__slide.swiper-slide-visible:hover {
  background-position: 0 0;
}
.secondarynav__carousel__wrapper__slide.swiper-slide-visible:hover::before {
  border-top-color: var(--secondarynav-slide-bg-color-hover);
}
.secondarynav__carousel__wrapper__slide.swiper-slide-visible:active:hover {
  background-image: linear-gradient(to top, transparent 50%, var(--secondarynav-slide-bg-color-hit) 50%);
  color: var(--secondarynav-slide-text-color-hit);
}
.secondarynav__carousel__wrapper__slide.swiper-slide-visible:active:hover::before {
  border-top-color: var(--secondarynav-slide-bg-color-hit);
}
.secondarynav__carousel__wrapper__slide:first-child {
  margin-left: auto;
}
.secondarynav__carousel__wrapper__slide:last-child {
  margin-right: auto !important;
}
@media (min-width: 576px) {
  .secondarynav__carousel__wrapper__slide:not(.swiper-slide-visible) {
    opacity: 0%;
  }
}
.secondarynav__navigation {
  display: none;
}

@media (min-width: 576px) {
  .secondarynav {
    position: static;
    background: transparent;
  }
  .secondarynav__container {
    width: var(--inner-row-width);
  }
  .secondarynav__carousel {
    padding-top: 40px;
    padding-bottom: 35px;
    padding-left: calc(var(--nav-diameter) + 2 * var(--nav-spacing));
    padding-right: calc(var(--nav-diameter) + 2 * var(--nav-spacing));
  }
  .secondarynav__carousel__wrapper {
    height: unset;
  }
  .secondarynav__carousel__wrapper__slide.swiper-slide-visible.active::before {
    top: calc(100% - 1px);
    transform: translateX(-50%);
  }
  .secondarynav__carousel__wrapper__slide__content {
    padding-top: 90%;
    /* 1:1 Aspect Ratio */
  }
  .secondarynav__carousel__wrapper__slide__content__link {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 16px;
    padding: 0 12px;
  }
  .secondarynav__navigation {
    display: block;
  }
}
@media (min-width: 992px) {
  .secondarynav__carousel__wrapper__slide__content__link {
    font-size: 18px;
    padding: 0 16px;
    line-height: 1.2em;
  }
}
@media (min-width: 1921px) {
  .secondarynav__carousel {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sequin-grid {
  --tile-size: 17px;
  --gap: 9px;
  --tile-colour: var(--clr-white);
  --tile-active-colour: var(--clr-primary-700);
  display: grid;
  gap: var(--gap, 5px);
  place-content: center;
}
.sequin-grid .sequin-tile {
  justify-self: center;
  border: none;
  background: transparent;
  padding: 0;
}
.sequin-grid .sequin-tile svg {
  width: 100%;
  --fill: hsl(var(--tile-colour));
}
.sequin-grid .sequin-tile.active svg {
  --fill: hsl(var(--tile-active-colour));
}
@media (min-width: 576px) {
  .sequin-grid {
    --tile-size: 22px;
    --gap: 12px;
  }
}
@media (min-width: 1200px) {
  .sequin-grid {
    --tile-size: 29px;
    --gap: 12px;
  }
}
@media (min-width: 1921px) {
  .sequin-grid {
    --tile-size: 35px;
    --gap: 12px;
  }
}

.single-photo {
  --textbox-offset-x: 60px;
  --textbox-offset-y: 50px;
  --textbox-padding: 25px;
  max-width: 100%;
  padding: 0 !important;
  position: relative;
  margin-bottom: calc(var(--section-margin) + var(--section-padding-block));
  padding-top: var(--section-padding-block) !important;
}
.single-photo .single-photo__text {
  position: absolute;
  padding: var(--textbox-padding, 30px);
  bottom: calc(-1 * var(--textbox-offset-y));
  width: calc(91.6666666667% - var(--textbox-offset-x) + var(--inner-row-margin));
}
.single-photo .single-photo__text p {
  margin-bottom: 0;
}
.single-photo .single-photo__text a {
  color: hsl(var(--clr-white));
}
.single-photo.left-justified .single-photo__text {
  flex-direction: row-reverse;
  padding-left: max(var(--inner-row-margin), 24px);
  border-top-right-radius: 1.5rem;
  left: calc(-1 * var(--inner-row-margin));
}
.single-photo.right-justified .single-photo__text {
  flex-direction: row;
  padding-right: max(var(--inner-row-margin), 24px);
  border-top-left-radius: 1.5rem;
  left: calc(8.33333% + var(--textbox-offset-x));
}
.single-photo .single-photo__image {
  width: 83.333333%;
  margin: auto;
}
@media (min-width: 992px) {
  .single-photo {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .single-photo {
    --textbox-offset-x: 80px;
    --textbox-offset-y: 70px;
    --textbox-padding: 30px;
  }
  .single-photo.left-justified .single-photo__image {
    margin: 0 auto 0 0;
  }
  .single-photo.right-justified .single-photo__image {
    margin: 0 0 0 auto;
  }
}

.starthere {
  --starthere-spacing: 3rem;
  --starthere-spacing-xl: 3.5rem;
  --starthere-pill-padding: 1rem;
  margin-block: 90px;
  width: fit-content;
}
.starthere__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--starthere-spacing) - 2 * var(--starthere-pill-padding));
}
.starthere__links a {
  padding: var(--starthere-pill-padding);
  border: none;
  border-radius: 32px;
  font-weight: var(--fw-bold);
}
.starthere__links a .icon-font-outline {
  color: hsl(var(--clr-primary-700));
  margin-left: 0px;
}
.starthere__links a:last-child {
  margin-bottom: 0;
}
.starthere__links a:hover {
  background-color: hsl(var(--clr-primary-700)/0.1);
}
.starthere__links a:active {
  background-color: hsl(var(--clr-primary-700)/0.25);
}
.starthere .horizontal-arrow {
  margin: var(--starthere-pill-padding) var(--starthere-spacing);
}
.starthere .horizontal-arrow::before, .starthere .horizontal-arrow::after {
  top: 50%;
}
.starthere .arrow {
  margin-block: calc(var(--starthere-spacing) / 2);
  width: calc(100% - 2 * var(--starthere-pill-padding));
}
.starthere .arrow::before, .starthere .arrow::after {
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  .starthere__links.twocols {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1921px) {
  .starthere .horizontal-arrow {
    margin-inline: var(--starthere-spacing-xl);
  }
}
.statistics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  color: hsl(var(--clr-white));
  text-align: center;
}
.statistics h3, .statistics .h3 {
  margin-top: 0;
  color: inherit;
  font-size: 4em;
  font-family: var(--ff-barlow);
  font-weight: 100;
  margin-bottom: 1rem;
}
.statistics p {
  margin-bottom: 90px;
}
.statistics .arrow {
  width: 230px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .statistics h3, .statistics .h3 {
    font-size: 3.5em;
    margin-bottom: 1rem;
  }
  .statistics p {
    margin-bottom: 100px;
  }
  .statistics .arrow {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .statistics .arrow {
    width: 280px;
  }
}
@media (min-width: 1921px) {
  .statistics h3, .statistics .h3 {
    font-size: 4em;
    margin-bottom: 1rem;
  }
  .statistics p {
    margin-bottom: 110px;
  }
  .statistics .arrow {
    width: 384px;
  }
}

.stat {
  flex: 1;
}

/* Custom classes */
.stat-full-width {
  flex-basis: 100%;
}

.side-by-side {
  flex-basis: 48%;
  /* Adjust as needed, allowing a small gap between the two items */
}

@media (max-width: 991px) {
  .stat {
    flex-basis: 100%;
  }
}
.schedule-table {
  /* Grid layout settings */
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  justify-items: center;
  margin-inline: auto;
  max-width: 1500px;
}

.schedule-table__day {
  border-radius: 10px;
  padding-inline: 45px;
  padding-block: 22px 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 350px;
}

.schedule__title {
  padding-block: 22px;
  color: hsl(var(--clr-black));
  font-size: var(--fs-600);
  font-weight: var(--fw-bold);
  position: relative;
}

.line {
  position: relative;
  display: block;
  width: 350px;
  margin-top: 30px;
  margin-bottom: 70px;
}
.line::after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 5px solid hsl(var(--clr-primary-700));
  bottom: 0;
  left: -45px;
}

.schedule-table__items {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.schedule-table__items > :first-child {
  padding-top: 0;
}
.schedule-table__items > * {
  padding-top: 40px;
}

.columns {
  --min-column-size: 350px;
  --column-count: 4;
  /* Maximum number of columns */
  --gap: 20px;
  --breakpoint: calc(var(--min-column-size) * var(--column-count) + (var(--gap) * (var(--column-count) - 1)));
  --column-size: calc((100% / var(--column-count)) - var(--gap));
  grid-template-columns: repeat(auto-fit, minmax(min(max(var(--column-size), (100% - var(--breakpoint)) * -999), 100%), 1fr));
  display: grid;
  gap: var(--gap);
}

.navigation-buttons {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  margin-top: 30px;
  gap: 0.75rem;
  place-content: center;
  place-items: center;
}
.navigation-buttons .previous-button,
.navigation-buttons .next-button {
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  --background: hsl(var(--clr-secondary-800));
}
.navigation-buttons .previous-button svg,
.navigation-buttons .next-button svg {
  --fill: hsl(var(--clr-primary-900));
}

/* Media queries */
@media screen and (min-width: 360px) and (max-width: 991px) {
  .columns {
    --column-count: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1483px) {
  .columns {
    --column-count: 3;
  }
}
@media screen and (min-width: 1484px) {
  .columns {
    --column-count: 4;
  }
}
.swiper-nav {
  --nav-diameter: 40px;
  --nav-icon-size: 1rem;
  --nav-spacing: 5px;
  --nav-offset: var(--nav-spacing);
  --nav-offset-mobile: calc(var(--nav-spacing)/2);
  --nav-icon-color: hsl(var(--clr-primary-900));
  --nav-bg-color: hsl(var(--clr-light-900));
  --nav-icon-color-hover: hsl(var(--clr-white));
  --nav-bg-color-hover: hsl(var(--clr-primary-600));
  --nav-icon-color-hit: hsl(var(--clr-white));
  --nav-bg-color-hit: hsl(var(--clr-primary-700));
  --nav-disabled-opacity: 0;
  height: var(--nav-diameter);
  width: var(--nav-diameter);
  display: flex;
  background-color: var(--nav-bg-color);
  color: var(--nav-icon-color);
  border-radius: calc(var(--nav-diameter) / 2);
  transition: 0.2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: var(--nav-icon-size);
  /*Hide buttons when disabled*/
}
.swiper-nav svg {
  transition: 0.2s;
  --fill: var(--nav-icon-color);
  --width: var(--nav-icon-size);
}
.swiper-nav:before {
  height: 100%;
}
.swiper-nav:hover {
  background-color: var(--nav-bg-color-hover);
}
.swiper-nav:hover svg {
  --fill: var(--nav-icon-color-hover);
}
.swiper-nav:active:hover {
  background-color: var(--nav-bg-color-hit);
}
.swiper-nav:active:hover svg {
  --fill: var(--nav-icon-color-hit);
}
.swiper-nav::after {
  display: none;
}
.swiper-nav.swiper-button-prev {
  left: var(--nav-offset-mobile);
}
@media (min-width: 576px) {
  .swiper-nav.swiper-button-prev {
    left: var(--nav-offset);
  }
}
.swiper-nav.swiper-button-next {
  right: var(--nav-offset-mobile);
}
@media (min-width: 576px) {
  .swiper-nav.swiper-button-next {
    right: var(--nav-offset);
  }
}
.swiper-nav.swiper-button-disabled {
  opacity: var(--nav-disabled-opacity, 0);
}
@media (min-width: 576px) {
  .swiper-nav.swiper-button-disabled {
    opacity: var(--nav-disabled-opacity, 0);
  }
}

.swiper-nav-container.centered {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding: 1.25rem 0;
}
.swiper-nav-container.centered .swiper-nav {
  --nav-disabled-opacity: 0.35;
  position: static;
  transform: translateY(0%);
}

.swoopsection {
  background-repeat: repeat-x;
  position: relative;
  padding: 0;
}
.swoopsection.background__shields {
  --_background: url("/assets/images/shields-repeatable-pattern.svg");
  background-image: var(--_background);
  background-size: cover;
}
.swoopsection__top, .swoopsection__bottom {
  fill: hsl(var(--clr-white));
  position: relative;
}
.swoopsection__top {
  top: -2px;
}
.swoopsection__bottom {
  bottom: -2px;
}
@media (min-width: 992px) {
  .swoopsection__bottom {
    padding-top: 1em;
  }
}
@media (min-width: 1200px) {
  .swoopsection__bottom {
    padding-top: 2em;
  }
}
.swoopsection__content {
  --_padding-top: 60px;
  padding-top: var(--_padding-top);
  padding-bottom: calc(var(--_padding-top) * 1.5) !important;
}
.swoopsection__content.text-white p, .swoopsection__content.text-white span, .swoopsection__content.text-white h1, .swoopsection__content.text-white .h1, .swoopsection__content.text-white h2, .swoopsection__content.text-white .h2, .swoopsection__content.text-white h3, .swoopsection__content.text-white .h3, .swoopsection__content.text-white h4, .swoopsection__content.text-white .h4, .swoopsection__content.text-white h5, .swoopsection__content.text-white .h5, .swoopsection__content.text-white h6 li, .swoopsection__content.text-white .h6 li, .swoopsection__content.text-white blockquote, .swoopsection__content.text-white figcaption, .swoopsection__content.text-white dd, .swoopsection__content.text-white dl, .swoopsection__content.text-white label {
  color: white !important;
}
@media (min-width: 1921px) {
  .swoopsection__content > div {
    margin-top: -2em;
  }
}
.swoopsection__cta {
  position: absolute !important;
  top: 0;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -20%);
}
.swoopsection__cta__icon {
  top: 0;
}
.swoopsection__cta.CTA-bottom {
  top: 93%;
}
@media (min-width: 576px) {
  .swoopsection__cta {
    transform: translateX(-50%);
  }
  .swoopsection__cta.CTA-bottom {
    top: 84%;
  }
}
@media (min-width: 992px) {
  .swoopsection__cta {
    transform: translate(-50%, 10%);
  }
  .swoopsection__cta.CTA-bottom {
    top: 80%;
  }
}
@media (min-width: 1200px) {
  .swoopsection__cta {
    transform: translate(-50%, 10%);
  }
  .swoopsection__cta.CTA-bottom {
    top: 78%;
  }
}
@media (min-width: 1921px) {
  .swoopsection__cta {
    transform: translate(-50%, 50%);
  }
  .swoopsection__cta.CTA-bottom {
    top: 72%;
  }
}
@media (min-width: 2400px) {
  .swoopsection__cta {
    transform: translate(-50%, clamp(50%, 2vw, 110%));
  }
}

.table-container {
  --thead: #fff;
  margin-bottom: 2.5rem;
}
.table-container table {
  width: 100%;
  caption-side: top;
  background: var(--thead);
  border-collapse: collapse;
  border-top-right-radius: var(--radius-3);
}
.table-container table > :not(:first-child) {
  border-top: 0;
}
.table-container caption,
.table-container th,
.table-container td {
  padding: 2rem;
  color: hsl(var(--clr-black));
}
.table-container caption,
.table-container th {
  text-align: left;
}
.table-container caption {
  background: white;
  font-size: clamp(1.75rem, 1.643rem + 0.476vw, 2rem);
  font-family: var(--ff-barlow);
  text-transform: capitalize;
  padding-bottom: 2rem;
  color: black;
}
.table-container th {
  border-top-right-radius: var(--radius-3);
  background: var(--thead);
  color: #005587;
  font-family: var(--ff-meta);
  font-size: clamp(1.125rem, 1.018rem + 0.476vw, 1.375rem);
  border-bottom: 3px solid hsl(var(--clr-primary-700));
  vertical-align: bottom;
  word-wrap: normal;
  max-width: 20ch;
}
@supports (text-wrap: balance) {
  .table-container th {
    text-wrap: balance;
  }
}
.table-container td {
  border-bottom: 1px solid #dedede;
}
.table-container tr:not(:last-child) {
  border-bottom: none;
}
@media (max-width: 750px) {
  .table-container {
    /* For Zebra style */
  }
  .table-container th {
    display: none;
  }
  .table-container caption {
    padding: 1rem 0.5rem;
  }
  .table-container td {
    display: grid;
    grid-template-columns: 20ch auto;
    padding: 0.5rem 1rem;
    place-items: start;
    gap: 0.5rem;
    border-bottom: none;
  }
  .table-container tr:nth-of-type(2n) {
    background: hsl(203deg, 56%, 92%);
  }
  .table-container td:first-child {
    padding-top: 2rem;
  }
  .table-container td:last-child {
    padding-bottom: 2rem;
  }
  .table-container td::before {
    content: attr(data-cell) ": ";
    font-weight: 700;
    text-transform: capitalize;
  }
}

/*Default table styles*/
table {
  line-height: 1.25;
  padding: 1rem;
}
table tr:not(:last-child) {
  border-bottom: 2px solid hsl(var(--clr-dark-400));
}
table tr {
  font-size: clamp(14px, 3vw, 22px);
}
table thead {
  border-bottom: 3px solid hsl(var(--clr-primary-700));
  background: transparent;
}
table td {
  padding-top: clamp(2rem, 5vw, 2.5rem);
  padding-bottom: clamp(2rem, 5vw, 2.5rem);
  border-bottom: none;
}
table th {
  font-size: clamp(16px, 3vw, 24px);
}
table li {
  padding-bottom: 0 !important;
  padding-top: 1rem;
}

.table > :not(caption) > * > * {
  padding: 1.25rem !important;
}

.tertiarynav__list {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  padding: 0;
}
.tertiarynav__list__item {
  height: 75px;
  margin: 0 0 3px 0;
  background-color: hsl(var(--clr-secondary-600));
  text-indent: 0px !important;
  text-align: center;
  padding: 0;
  width: 100%;
}
.tertiarynav__list__item a {
  font-size: var(--fs-500);
}
.tertiarynav__list__item a:hover, .tertiarynav__list__item a:active, .tertiarynav__list__item a:focus {
  background-color: hsl(var(--clr-light-900));
}
@media (max-width: 576px) {
  .tertiarynav__list {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .tertiarynav__list__item:not(.w-100) {
    width: calc(50% - 1.5px);
  }
  .tertiarynav__list__item:not(.w-100):nth-child(even) {
    margin-right: 3px;
  }
}
@media (min-width: 992px) {
  .tertiarynav {
    position: sticky;
    top: var(--bannerheight-xs);
    z-index: 1019;
    background-color: hsl(var(--clr-secondary-600));
  }
  .tertiarynav__list__item {
    margin: 0;
    background-color: transparent;
    flex-basis: content;
    flex-grow: 1;
  }
  .tertiarynav__list__item a {
    font-size: var(--fs-500);
  }
  .tertiarynav__list__item a:hover, .tertiarynav__list__item a:active, .tertiarynav__list__item a:focus {
    color: hsl(var(--clr-primary-700));
    background-color: unset;
  }
  .tertiarynav__list__item a span.icon-font-solid {
    text-indent: 0px;
  }
}
@media (min-width: 1921px) {
  .tertiarynav {
    top: var(--bannerheight-xl);
  }
}

.text-feature {
  --text-feature-padding: 15px;
  float: right;
  padding-left: var(--text-feature-padding);
  padding-top: var(--text-feature-padding);
  padding-bottom: var(--text-feature-padding);
  font-family: var(--ff-barlow);
  border-left: 3px solid hsl(var(--clr-primary-700));
  font-size: 1.25rem;
  width: 100%;
  /*color: #707070;*/
  color: hsl(var(--clr-dark-700));
}
@media (min-width: 992px) {
  .text-feature {
    width: 50%;
    margin-left: var(--text-feature-padding);
    font-size: 1.75rem;
    line-height: normal;
  }
}

input[type=checkbox].toggle {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  left: -9999px;
}
input[type=checkbox].toggle + label {
  display: flex;
  align-items: center;
  position: relative;
  font-family: var(--ff-barlow);
  color: hsl(var(--clr-primary-800));
  cursor: pointer;
  min-height: var(--touch-element-min-size);
}
input[type=checkbox].toggle + label::before {
  --_slider: var(--clr-primary-700);
  content: "";
  width: 21px;
  height: 13px;
  background-color: hsl(var(--_slider));
  border-radius: 1rem;
  margin-right: 0.25rem;
  transition: background-color ease-in-out 200ms;
}
input[type=checkbox].toggle + label::after {
  --_button: var(--clr-white);
  content: "";
  left: 2px;
  width: 9px;
  aspect-ratio: 1;
  background-color: hsl(var(--_button));
  border-radius: 1rem;
  position: absolute;
  transition: background-color ease-in-out 200ms, transform 250ms ease-in-out;
}
input[type=checkbox].toggle:checked:checked + label {
  color: hsl(var(--clr-black));
  /*            &::before {
      background-color: hsl(var(--clr-primary-700));
  }*/
}
input[type=checkbox].toggle:checked:checked + label::after {
  --_button: var(--clr-primary-800);
  transform: translateX(calc(100% - 1px));
}

@keyframes check-fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.transfer-credit.container {
  max-width: clamp(21.875rem, -1.027rem + 101.786vw, 75.313rem);
  margin-inline: auto;
  padding: 1rem;
}
.transfer-credit__heading {
  --radius: var(--radius-3);
  padding: 1rem 1.5rem;
  border-top-right-radius: var(--radius);
  background: #DDECF6;
}
.transfer-credit__form {
  background: #F1F8FB;
  padding-block: 40px 34px;
}
.transfer-credit__blurb {
  display: grid;
  grid-template-columns: 1rem auto;
  gap: 0.25rem;
}
.transfer-credit__blurb svg {
  margin-top: clamp(0.375rem, 0.265rem + 0.49vw, 0.875rem);
  --fill: hsl(var(--clr-primary-900));
  --width: 12px;
}
.transfer-credit__info {
  background: #0076A8;
  color: hsl(var(--clr-white));
  padding: 1.5rem;
  font-family: var(--ff-weisenhof);
  font-weight: var(--fw-medium);
  border-top-right-radius: var(--radius-3);
  margin-bottom: 2rem;
}
.transfer-credit__info p {
  margin-bottom: 0;
}
.transfer-credit .or {
  margin-block: 1rem;
}
.transfer-credit .form-group {
  display: grid;
  gap: 1rem;
  padding-inline: 1.25rem;
  padding-bottom: 1rem;
  align-items: end;
}
.transfer-credit .form-group label {
  padding-left: 0.5rem;
  padding-bottom: 1rem;
  font-size: clamp(1.125rem, 1.018rem + 0.476vw, 1.375rem);
  font-family: var(--ff-meta);
}
@media (700px <= width) {
  .transfer-credit .form-group {
    grid-template-columns: 80% 1fr;
  }
}
.transfer-credit .form-control {
  border-radius: var(--radius-2);
  padding-inline: 1rem;
}
.transfer-credit .button {
  background: hsl(var(--clr-primary-900));
  padding-inline: 2rem;
  padding-bottom: 1.25rem;
}
.transfer-credit .button__text {
  color: hsl(var(--clr-white));
  font-family: var(--ff-barlow);
  font-size: 18px;
  line-height: 1rem;
}

.error-message {
  /*outline: 3px dashed var(--clr-fire-school);*/
  outline: 3px dashed hsl(var(--clr-red-1000));
  display: grid;
  align-items: center;
}
.error-message p {
  padding: 0 !important;
  margin: 0;
}

#main-nav {
  --nav-link-font-size: 1.25rem;
  --nav-link-spacing: 2.5rem;
  --nav-section-spacing: 2.5rem;
  --search-button-width: 55px;
  --search-box-width: 250px;
  font-family: var(--ff-barlow);
  font-size: var(--nav-link-font-size);
  transition: 0.4s;
  height: var(--bannerheight-xs);
  padding: 0;
  z-index: 1020;
  position: fixed;
  top: 0;
}
#main-nav .navbar-brand {
  border-bottom: none;
  min-height: var(--touch-element-min-size);
}
#main-nav .navbar-brand img {
  width: 168px;
}
#main-nav .nav-container {
  gap: var(--nav-section-spacing);
}
#main-nav .nav-container > .nav-container {
  gap: var(--nav-link-spacing);
}
#main-nav .navbar-toggler {
  --icon-size: 40;
  --icon-bar-size: 4;
  --icon-translation-size: calc((var(--icon-size) - var(--icon-bar-size)) / 2);
  aspect-ratio: 1;
  margin: auto 0;
}
#main-nav .navbar-toggler .navbar-toggler-icon {
  background-image: none !important;
}
#main-nav .navbar-toggler .navbar-toggler-icon .icon {
  --fill: hsl(var(--clr-dark-600));
}
#main-nav .navbar-toggler .navbar-toggler-icon .icon use {
  transition: all 0.3s ease-in-out;
}
#main-nav .navbar-toggler[aria-expanded=true] .icon use.top, #main-nav .navbar-toggler[aria-expanded=true] .icon use.bottom {
  transform-origin: center;
}
#main-nav .navbar-toggler[aria-expanded=true] .icon use.top {
  transform: rotate(45deg) translate(0, calc(var(--icon-translation-size) * 1px));
}
#main-nav .navbar-toggler[aria-expanded=true] .icon use.bottom {
  transform: rotate(-45deg) translate(0, calc(var(--icon-translation-size) * -1px));
}
#main-nav .navbar-toggler[aria-expanded=true] .icon use.middle {
  opacity: 0;
}
#main-nav .navbar-toggler:focus {
  box-shadow: none;
}
#main-nav .navbar-toggler:focus-visible {
  box-shadow: 0 0 0 0.15rem;
}
#main-nav .navbar-collapse {
  right: 0;
  top: 0;
  position: fixed;
  z-index: 100;
  background-color: hsl(var(--clr-white));
  height: calc(100vh - var(--bannerheight-xs));
  top: var(--bannerheight-xs);
}
#main-nav .navbar-collapse > * {
  margin: var(--nav-section-spacing) 0 var(--nav-section-spacing) var(--nav-section-spacing);
}
#main-nav .navbar-collapse.show ~ .navbar-bg, #main-nav .navbar-collapse.collapsing ~ .navbar-bg {
  transition: 0.4s;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.7);
}
#main-nav .collapsed ~ .navbar-bg {
  background-color: transparent !important;
}
#main-nav .navbar-nav {
  flex-direction: row;
  width: 80vw;
}
#main-nav .nav-item {
  width: 100%;
}
#main-nav .nav-item .nav-link {
  color: hsl(var(--clr-primary-900));
  font-family: var(--ff-barlow);
  font-weight: var(--fw-medium);
  padding-inline: 0;
  padding-block: 0;
  text-wrap: nowrap;
}
#main-nav .nav-item #login-link {
  color: hsl(var(--clr-primary-800));
  font-family: var(--ff-barlow);
  padding: 5px 12px;
  border-radius: 50px;
  border: 0;
  height: var(--touch-element-min-size);
  align-content: center;
  transition: 0s;
}
#main-nav .nav-item #login-link svg {
  transition: 0s;
}
#main-nav .nav-item #login-link:hover {
  background-color: hsl(var(--clr-secondary-600));
}
#main-nav .nav-item #login-link:active {
  background-color: hsl(var(--clr-primary-700));
  color: white;
  --fill: white;
}
#main-nav .nav-item.nav-cart {
  width: 2.5rem;
}
#main-nav .nav-item.nav-cart.nav-link:hover {
  border: none;
}
#main-nav .nav-item.nav-cart .nav-link .cart-icon-svg {
  object-fit: contain;
}
#main-nav .nav-item.nav-cart .nav-link .cart-icon-svg::before {
  /*--background: hsl(var(--clr-secondary-800));*/
  --background: hsl(var(--clr-yellow-1000));
  top: revert;
  transform: revert;
  transition: 250ms background ease;
}
#main-nav .nav-item.nav-cart .nav-link .cart-icon-svg:hover::before {
  transform: scale(1.1);
  --background: hsl(var(--clr-primary-700));
}
#main-nav #navbar-search {
  font-size: 18px;
  height: var(--touch-element-min-size);
  line-height: var(--touch-element-min-size);
  border-radius: 100px;
  display: block;
  padding: 0 13px;
  border: 0px;
  background-color: #F0F0F0;
  outline-color: #BFD0D6;
  outline-offset: 0px;
  color: hsl(var(--clr-primary-900));
  width: var(--search-box-width);
  padding-right: 60px;
}
#main-nav #navbar-search::-webkit-search-decoration, #main-nav #navbar-search::-webkit-search-cancel-button, #main-nav #navbar-search::-webkit-search-results-button, #main-nav #navbar-search::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
#main-nav #navbar-search::placeholder {
  color: hsl(var(--clr-primary-900));
}
#main-nav #navbar-search:hover {
  outline-color: #A0B5BC;
}
#main-nav #navbar-search:focus-visible {
  box-shadow: 0 0 0 0.25rem hsl(var(--clr-primary-900)/0.25);
}
#main-nav .search-button {
  height: var(--touch-element-min-size);
  width: var(--search-button-width);
  left: calc(var(--search-box-width) - var(--search-button-width));
  top: 0;
  border: 0;
  border-radius: 0 100px 100px 0;
  background-color: hsl(var(--clr-primary-700));
  --fill: white;
}
#main-nav .search-button svg {
  position: relative;
  left: -2px;
  top: -2px;
}
@media (min-width: 576px) {
  #main-nav {
    --search-box-width: 60%;
  }
  #main-nav .navbar-nav {
    width: 70vw;
  }
}
@media (min-width: 992px) {
  #main-nav {
    --nav-link-spacing: 1.5rem;
    --nav-section-spacing: 4rem;
    --search-button-width: 40px;
    /*.navbar-brand {
        img {
            width: 210px;
        }
    }*/
  }
  #main-nav #navbar-search {
    height: var(--touch-element-min-size);
    line-height: var(--touch-element-min-size);
    background-color: rgba(255, 255, 255, 0.9);
    width: 146px;
    margin-right: 0px;
    padding-right: 33px;
    font-size: 16px;
    outline-width: 1px;
    outline-style: solid;
  }
  #main-nav .search-button {
    background: transparent;
    --fill: hsl(var(--clr-primary-700));
    left: unset;
    right: 0px;
    padding-right: 10px;
    padding-left: 7px;
  }
  #main-nav .search-button:hover {
    background-color: hsl(var(--clr-secondary-600));
  }
  #main-nav .search-button:active {
    background-color: hsl(var(--clr-primary-700));
    --fill: white;
  }
  #main-nav .nav-cart {
    order: 1;
  }
  #main-nav .navbar-collapse {
    position: static;
    height: auto;
    background: transparent;
  }
  #main-nav .navbar-collapse .navbar-nav {
    width: auto;
    height: auto;
    margin-bottom: 0px;
  }
  #main-nav .navbar-collapse .nav-item {
    width: auto;
    align-self: center;
  }
  #main-nav .navbar-collapse .nav-item .nav-link {
    transition: 0.4s;
    padding: 0px;
    padding-bottom: 3px;
    border-bottom: 1px solid;
    border-bottom-color: transparent;
  }
  #main-nav .navbar-collapse .nav-item .nav-link:not(.text-decoration-none):hover {
    border-bottom-color: inherit;
  }
  #main-nav .navbar-collapse > * {
    background-color: transparent;
    margin: 0;
  }
  #main-nav #login-link {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  #main-nav {
    --nav-section-spacing: 9.5rem;
    --nav-link-spacing: 2.5rem;
  }
  #main-nav #navbar-search {
    width: 186px;
  }
}
@media (min-width: 1921px) {
  #main-nav {
    --nav-link-font-size: 1.5rem;
  }
  #main-nav #login-link {
    font-size: 18px;
  }
}

.newsfeature {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(12, 1fr);
  padding-inline: calc(var(--bs-gutter-x) * 0.5);
}
.newsfeature__imagecontainer {
  grid-column: 2/12;
  grid-row: 1/12;
  border-bottom: 1px solid white;
}
.newsfeature__imagecontainer img {
  border-top-right-radius: var(--radius-5);
  width: 100%;
}
.newsfeature__textcontainer {
  grid-column: 4/13;
  grid-row: 1/13;
  align-self: end;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.newsfeature__textcontainer__article {
  grid-column: 1/13;
  grid-row: 12/13;
  align-self: end;
  background-color: hsl(var(--clr-white));
  padding: 20px 20px 0 20px;
  border-bottom: 0px;
  text-decoration: none;
}
.newsfeature__textcontainer__article:hover {
  border-bottom: 0px;
}
.newsfeature__textcontainer__article__date {
  font-family: var(--ff-barlow);
  color: hsl(var(--clr-primary-900));
}
.newsfeature__textcontainer__article__date .icon {
  vertical-align: text-top;
  margin-right: 10px;
  --fill: hsl(var(--clr-primary-900));
  --width: 20px;
}
.newsfeature__textcontainer__article__title {
  color: hsl(var(--clr-black));
  width: fit-content;
}
.newsfeature__textcontainer__article:hover .newsfeature__textcontainer__article__title {
  color: hsl(var(--clr-primary-900));
  border-bottom-color: hsl(var(--clr-primary-900));
  text-decoration: underline;
}
.newsfeature__textcontainer__title {
  font-family: var(--ff-barlow);
  grid-column: 7/13;
  grid-row: 11/12;
  align-self: end;
  padding: 10px 13px;
  text-wrap: nowrap;
  background-color: hsl(var(--clr-yellow-1000));
}

@media (min-width: 576px) {
  .newsfeature {
    grid-template-columns: var(--inner-row-margin) repeat(12, 1fr) var(--inner-row-margin);
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }
  .newsfeature__imagecontainer {
    grid-column: 2/12;
  }
  .newsfeature__textcontainer {
    grid-column: 5/14;
  }
  .newsfeature__textcontainer__title {
    grid-column: 8/12;
    padding: 13px 18px;
  }
}
@media (min-width: 992px) {
  .newsfeature__textcontainer__title {
    grid-column: 8/11;
  }
}
@media (min-width: 1200px) {
  .newsfeature__imagecontainer {
    grid-row: 1/13;
  }
  .newsfeature__textcontainer__article {
    padding-bottom: 20px;
  }
}
.video__container {
  padding: 30px;
}
.video__container.banner {
  --video-height: 500px;
  height: var(--video-height);
}
.video__container.vertical {
  aspect-ratio: 1/1.8;
}
.video__container video {
  min-width: 100%;
  min-height: var(--video-height);
  top: 50%;
  left: 50%;
  z-index: -1;
}
.video__container__content {
  z-index: 1;
  color: white;
  text-align: center;
  display: none;
  padding-top: 20px;
}
.video__container__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  background: linear-gradient(0deg, rgb(0, 43, 68) 0%, rgba(0, 118, 168, 0.15) 97%);
  left: 50%;
  top: 50%;
  cursor: pointer;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
.video__container:hover .video__container__overlay {
  opacity: 1;
}
.video__container:hover:not(.playing):not(.fullscreen) .video__container__content {
  display: block;
}
@media (min-width: 576px) {
  .video__container.playing.banner .video__control {
    place-content: end;
  }
}
@media (min-width: 992px) {
  .video__container {
    padding: 35px 60px;
  }
}

@media (min-width: 992px) {
  .video .swiper-wrapper.center-content {
    justify-content: center;
  }
}

.wide-image {
  padding: 3.125rem;
  background-size: cover;
}
.wide-image__content {
  margin: 0 auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: hsl(var(--clr-white));
  padding: 3.125rem;
}
.wide-image__content * {
  color: hsl(var(--clr-white));
}
.wide-image__content *:first-child {
  margin-top: 0;
}
.wide-image__content *:last-child {
  margin-bottom: 0;
}
.wide-image:before {
  padding-bottom: calc(100% / var(--_aspect-ratio));
  /* Minimum aspect ratio */
  content: "";
  float: left;
}
.wide-image:after {
  display: table;
  content: "";
  clear: both;
}

.wide-image-center__content {
  font-family: var(--bs-font-sans-serif);
  color: #fff;
  font-size: 1.2em;
  background-color: rgba(33, 37, 41, 0.73);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  padding: 1em;
}

@media (min-width: 576px) {
  .wide-image__content {
    width: 75%;
    margin: 0;
    left: max(var(--inner-row-margin), 1rem);
  }

  .wide-image-center__content {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .wide-image__content {
    width: min(50%, 800px);
  }
}
.youtube-video-container::before {
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  content: "";
  position: absolute;
  display: block;
}
.youtube-video-container:hover::before {
  background: hsl(var(--clr-primary-700)/0.3);
}
.youtube-video-container .youtube-video {
  width: 100%;
  height: 100%;
}

.additionalfees {
  --padding-amount: 1.25rem;
}
.additionalfees__list {
  list-style-type: none;
  padding-left: 0;
}
.additionalfees__list__item {
  padding: var(--padding-amount);
  text-indent: 0;
  /*background-color: hsl(var(--clr-primary-200)) !important;*/
  background-color: hsl(var(--clr-secondary-600)) !important;
  margin: 0;
  margin-top: var(--padding-amount);
}
.additionalfees__list__item:first-of-type {
  margin-top: 0;
}
.additionalfees__list__item__column {
  margin-top: var(--padding-amount);
  padding: 0;
}
.additionalfees__list__item__column:first-of-type {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .additionalfees__list__item__column {
    margin-top: 0;
  }
}

.infoBar {
  font-size: 20px;
  font-family: var(--ff-barlow);
}
.infoBar .icon {
  color: hsl(var(--clr-primary-700));
}
.infoBar select {
  border-radius: 1rem;
  /*background-color: hsl(var(--clr-light-700));*/
  background-color: hsl(var(--clr-secondary-600));
  border-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23005587' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.infoBar__container {
  gap: var(--_gap, 1rem);
}
.infoBar__arrow {
  border-top: 1px solid hsl(var(--clr-white)/0.1);
  border-bottom: 0px transparent;
  background-color: hsl(var(--clr-primary-700));
}
.infoBar__arrow:before, .infoBar__arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: transparent;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .infoBar__arrow:before, .infoBar__arrow:after {
    top: 50%;
  }
}
.infoBar__arrow:before {
  border-top-color: hsl(var(--clr-primary-700));
}
.infoBar__statusGrid {
  font-size: 16px;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: auto auto 1fr;
}
.infoBar__statusGrid.rows-1 {
  grid-template-rows: repeat(1, 1fr);
}
.infoBar__statusGrid.rows-2 {
  grid-template-rows: repeat(2, 1fr);
}
.infoBar__statusGrid.rows-3 {
  grid-template-rows: repeat(3, 1fr);
}
.infoBar__statusGrid__statusMonth {
  grid-column-start: 1;
}
.infoBar__statusGrid__statusDot {
  grid-column-start: 2;
}
.infoBar__statusGrid__status {
  grid-column-start: 3;
}

#programnavigation__container {
  --programtype-height: 60px;
  --programtype-gap: 18px;
  bottom: calc(var(--programtype-height) * -1);
}
#programnavigation__container .programnavigation__tabs {
  height: var(--programtype-height);
  gap: var(--programtype-gap);
  width: 100%;
  background: transparent linear-gradient(180deg, #FDFDFD 0%, rgba(232, 232, 232, 0.42) 79%, rgba(213, 213, 213, 0.44) 100%) 0% 0% no-repeat padding-box;
  list-style: none;
}
#programnavigation__container .programnavigation__tabs .programnavigation__tabs__item {
  opacity: 1;
  font-size: 17px;
  text-align: center;
  height: 100%;
  position: relative;
  align-content: center;
  -webkit-align-content: center;
  padding: 0;
}
#programnavigation__container .programnavigation__tabs .programnavigation__tabs__item .programnavigation__tabs__item__link {
  display: block;
  color: hsl(var(--clr-primary-800));
  height: 100%;
  align-content: center;
  background: transparent;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  font-family: var(--ff-barlow);
}
#programnavigation__container .programnavigation__tabs .programnavigation__tabs__item .programnavigation__tabs__item__link.active {
  color: hsl(var(--clr-primary-900));
  font-family: var(--ff-barlow);
  font-weight: var(--fw-medium);
  border-bottom-color: hsl(var(--clr-primary-700));
}
#programnavigation__container .programnavigation__tabs .programnavigation__tabs__item .programnavigation__tabs__item__link:hover {
  color: hsl(var(--clr-primary-700));
  border-bottom-color: hsl(var(--clr-primary-700));
}
#programnavigation__container .programnavigation__tabs .programnavigation__tabs__item .programnavigation__tabs__item__link:active {
  color: hsl(var(--clr-primary-800));
  border-bottom-color: hsl(var(--clr-primary-800));
}
@media (min-width: 576px) {
  #programnavigation__container {
    --programtype-gap: 30px;
  }
}
@media (min-width: 992px) {
  #programnavigation__container {
    --programtype-gap: 56px;
  }
}

.dot {
  height: 11px;
  width: 11px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  margin: 0 7px;
}
.dot.closed {
  background-color: #ff1818;
}
.dot.open {
  background-color: #0fcda7;
}
.dot.waitlisted {
  background-color: #fdf01e;
}
.dot.suspended {
  background-color: #efaa12;
}

.error-page {
  --_title-font-size: 7.5rem;
  --_sub-title-font-size: 1.5625rem;
  min-height: 100vh;
  margin-top: calc(-1 * var(--bannerheight-xs));
  padding-top: var(--bannerheight-xs) !important;
}
.error-page-title {
  font-size: var(--_title-font-size);
  margin-bottom: 45px;
}
.error-page-sub-title {
  font-size: var(---_sub-title-font-size);
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .error-page {
    --_title-font-size: 10rem;
    --_sub-title-font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .error-page {
    --_title-font-size: 12.5rem;
    --_sub-title-font-size: 2.1875rem;
    padding-top: 0;
  }
}
@media (min-width: 1921px) {
  .error-page {
    --_title-font-size: 13.75rem;
    margin-top: calc(-1 * var(--bannerheight-xl));
  }
}

/*# sourceMappingURL=lambton.css.map */
