/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cl-reviews-slider-1 ul {
  align-items: flex-start !important;
}
.cl-reviews-slider-1 .well img {
  width: 90%;
}
.cl-reviews-slider-1 .weight-300 {
  font-weight: 300;
}
.cl-reviews-slider-1 .well {
  width: 276px;
  margin-right: 24px;
  margin-bottom: 0px;
  overflow-y: hidden;
  box-shadow: none;
}
.cl-reviews-slider-1 .expand-review {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding-bottom: 2px;
  width: 100%;
  height: 50px;
  background: linear-gradient(#f1f2f200, var(--gray) 70%);
}
.cl-reviews-slider-1 .expand-review i {
  transition: var(--transition);
  color: var(--secondary);
  margin-bottom: 2px;
}
.cl-reviews-slider-1 .well.expanded .expand-review i {
  transform: rotate(0.5turn);
}
@media (min-width: 992px) {
  .cl-reviews-slider-1 .well {
    max-height: 360px;
  }
  .cl-reviews-slider-1:before, .cl-reviews-slider-1:after {
    content: "";
    height: 100%;
    width: 40px;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
  }
  .cl-reviews-slider-1:before {
    left: 0px;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .cl-reviews-slider-1:after {
    right: 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  .cl-reviews-slider-1 .well:after {
    content: "";
    display: block;
    height: 44px;
    background-color: var(--primary);
    position: absolute;
    top: 316px;
    width: 100%;
    left: 0px;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    background: linear-gradient(#f1f2f200, #f1f2f2 52%);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.ninthroot-overlay::before {
  content: "";
  background: linear-gradient(45deg, rgba(58, 191, 224, 0.7) 0%, rgba(242, 104, 151, 0.73) 54%, rgba(255, 78, 108, 0.75) 100%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  wi-subnav-image-2 */
/* ------------------ */
.wi-subnav-image-1 a.wi-wrapper {
  display: block;
  text-align: center;
  color: #5d5d5d;
}
.wi-subnav-image-1 a.wi-wrapper .wi-image {
  position: relative;
  display: block;
  width: 80%;
  padding-top: 80%;
  margin: auto;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-2 a.wi-wrapper:hover {
  text-decoration: none;
}
.wi-subnav-image-1 a.wi-wrapper .wi-image .em-tag {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: calc(50% - 30px);
  width: 100%;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  opacity: 0;
  color: #ffffff !important;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-1 a.wi-wrapper:hover .wi-image .em-tag {
  opacity: 1;
}
.wi-subnav-image-1 a.wi-wrapper .wi-image div.wi-underlay {
  position: absolute;
  z-index: 1;
  left: -120%;
  top: -120%;
  border-radius: 50%;
  width: 120%;
  height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-subnav-image-1 a.wi-wrapper:hover .wi-image div.wi-underlay {
  left: -10%;
  top: -10%;
}
.wi-subnav-image-1 .color-primary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--primary-rgba-tissue);
}
.wi-subnav-image-1 .color-primary a.wi-wrapper:hover .wi-image {
  border-color: var(--primary);
}
.wi-subnav-image-1 .color-secondary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--secondary-rgba-tissue);
}
.wi-subnav-image-1 .color-secondary a.wi-wrapper:hover .wi-image {
  border-color: var(--secondary);
}
.wi-subnav-image-1 .color-tertiary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--tertiary-rgba-tissue);
}
.wi-subnav-image-1 .color-tertiary a.wi-wrapper:hover .wi-image {
  border-color: var(--tertiary);
}
.wi-subnav-image-1 .color-quaternary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--quaternary-rgba-tissue);
}
.wi-subnav-image-1 .color-quaternary a.wi-wrapper:hover .wi-image {
  border-color: var(--quaternary);
}
.wi-subnav-image-1 .color-quinary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--quinary-rgba-tissue);
}
.wi-subnav-image-1 .color-quinary a.wi-wrapper:hover .wi-image {
  border-color: var(--quinary);
}
.wi-subnav-image-1 .color-light a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--light-rgba-tissue);
}
.wi-subnav-image-1 .color-light a.wi-wrapper:hover .wi-image {
  border-color: var(--light);
}
.wi-subnav-image-1 .color-gray a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--gray-rgba-tissue);
}
.wi-subnav-image-1 .color-gray a.wi-wrapper:hover .wi-image {
  border-color: var(--gray);
}
.wi-subnav-image-1 .color-dark a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--dark-rgba-tissue);
}
.wi-subnav-image-1 .color-dark a.wi-wrapper:hover .wi-image {
  border-color: var(--dark);
}
.wi-subnav-image-1 .color-dark-gray a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--dark-gray-rgba-tissue);
}
.wi-subnav-image-1 .color-dark-gray a.wi-wrapper:hover .wi-image {
  border-color: var(--dark-gray);
}
.wi-subnav-image-1 a.wi-wrapper .wi-image div.wi-underlay {
  font-size: 100px;
}
.wi-subnav-image-1 a.wi-wrapper:hover .wi-image {
  border-color: var(--primary);
}
.wi-subnav-image-1 .go-btn {
  position: absolute;
  left: 0px;
  bottom: 30%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
nav.wi-breadcrumb ol {
  font-size: 1.0625rem;
  margin-bottom: 0px;
}
section nav.wi-breadcrumb a {
  color: var(--dark);
}
.breadcrumb-text-dark > nav.wi-breadcrumb a, .breadcrumb-text-dark > nav.wi-breadcrumb .breadcrumb-item.active {
  color: var(--dark) !important;
}
section nav.wi-breadcrumb .breadcrumb-item.active {
  font-weight: 600;
  color: #40434a;
}
section.bg-gradient nav.wi-breadcrumb a {
  color: #ffffff;
}
.bg-dark nav.wi-breadcrumb a, .bg-dark nav.wi-breadcrumb .breadcrumb-item.active, .bg-tertiary nav.wi-breadcrumb a, .bg-tertiary nav.wi-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
.bg-dark nav.wi-breadcrumb .breadcrumb-item:first-child a, .bg-gray nav.wi-breadcrumb .breadcrumb-item:first-child a, .bg-tertiary nav.wi-breadcrumb .breadcrumb-item:first-child a {
  color: var(--primary);
}
.breadcrumb-home-primary nav.wi-breadcrumb .breadcrumb-item:first-child a {
  color: var(--primary) !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.2rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.2rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.well {
  position: relative;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f1f2f2;
  border-radius: var(--border-radius);
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
}
.well {
  position: relative;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f1f2f2;
  border-radius: var(--border-radius);
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
}
@media (min-width: 576px) {
  .well-sm {
    position: relative;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f1f2f2;
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
  }
}
@media (min-width: 768px) {
  .well-md {
    position: relative;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f1f2f2;
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
  }
}
@media (min-width: 992px) {
  .well-lg {
    position: relative;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f1f2f2;
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
  }
}
@media (min-width: 1200px) {
  .well-xl {
    position: relative;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f1f2f2;
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
  }
}
@media (min-width: 1400px) {
  .well-xxl {
    position: relative;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f1f2f2;
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
  }
}
.border-well {
  border-radius: 6px;
  border: 1px solid var();
}
.border-well-sm {
  padding: 2rem 1.5rem;
}
.border-well-primary {
  border-radius: 6px;
  border: 1px solid var(--primary);
  padding: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .border-well-primary {
    padding: 2.5rem;
  }
}
.border-well-secondary {
  border-radius: 6px;
  border: 1px solid var(--secondary);
  padding: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .border-well-secondary {
    padding: 2.5rem;
  }
}
.border-well-tertiary {
  border-radius: 6px;
  border: 1px solid var(--tertiary);
  padding: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .border-well-tertiary {
    padding: 2.5rem;
  }
}
.border-well-quaternary {
  border-radius: 6px;
  border: 1px solid var(--quaternary);
  padding: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .border-well-quaternary {
    padding: 2.5rem;
  }
}
.border-well-quinary {
  border-radius: 6px;
  border: 1px solid var(--quinary);
  padding: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .border-well-quinary {
    padding: 2.5rem;
  }
}
.border-well-light {
  border-radius: 6px;
  border: 1px solid var(--light);
  padding: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .border-well-light {
    padding: 2.5rem;
  }
}
.border-well-gray {
  border-radius: 6px;
  border: 1px solid var(--gray);
  padding: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .border-well-gray {
    padding: 2.5rem;
  }
}
.border-well-dark {
  border-radius: 6px;
  border: 1px solid var(--dark);
  padding: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .border-well-dark {
    padding: 2.5rem;
  }
}
.border-well-dark-gray {
  border-radius: 6px;
  border: 1px solid var(--dark-gray);
  padding: 2rem 1.5rem;
}
@media (min-width: 992px) {
  .border-well-dark-gray {
    padding: 2.5rem;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-reviews-full-2 .wi-review .well {
  border-radius: 0.1rem;
}
.wi-review .well .bg-gray {
  border-color: #f8f9fa;
}
.wi-reviews-full-2 .wi-review .directory {
  text-align: center;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
.wi-reviews-full-2 .wi-review .directory a.directory-icon {
  color: #fff;
  background-color: var(--primary);
  border-radius: 100%;
  padding: 8px;
}
.wi-reviews-full-2 .wi-review .directory a.directory-icon:hover {
  background-color: var(--primary) !important;
  box-shadow: 0 0 0 0.15rem rgba(var(--primary-rgb), 0.4);
}
.wi-reviews-full-2 .wi-review .directory a.directory-icon > span {
  text-align: center;
  width: 18px;
  height: 18px;
}
.wi-reviews-full-2 .wi-review > div > figure {
  height: 230px;
  overflow: hidden;
}
.wi-reviews-full-2 .expand-review {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
}
.wi-reviews-full-2 .expand-review:hover {
  cursor: pointer;
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
div.wi-reviews-stack-1 div.wi-review {
  height: 100%;
}
div.wi-reviews-stack-1 div.wi-review blockquote {
  font-size: 16px;
  padding: 10px;
}
div.wi-reviews-stack-1 div.wi-review div.review-stars {
  font-size: 25px;
}
div.wi-reviews-stack-1 div.wi-review div.review-stars span {
  display: inline-block;
  padding: 0 3px;
}
div.wi-reviews-stack-1 div.wi-review div.directory {
  position: absolute;
  top: -17px;
  right: -17px;
}
div.wi-reviews-stack-1 div.wi-review a.directory-icon {
  height: 60px;
  width: 60px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #f8f9fa;
}
div.wi-reviews-stack-1 div.wi-review a.directory-icon span {
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
div.wi-reviews-stack-1 div.wi-review a.directory-icon:hover span {
  color: #fff;
}
/* .scroll-window */
/* -------------- */
div.scroll-window {
  position: relative;
}
div.scroll-window div.top-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0);
}
section.bg-gray div.scroll-window div.top-overlay {
  background: -moz-linear-gradient(top, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  background: -webkit-linear-gradient(top, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  background: linear-gradient(to bottom, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa", endColorstr="#00f8f9fa",GradientType=0);
}
div.scroll-window div.middle-content {
  z-index: 0;
  overflow: scroll;
  height: 600px;
  padding: 100px 35px 100px 25px;
}
div.scroll-window div.bottom-overlay {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0);
}
section.bg-gray div.scroll-window div.bottom-overlay {
  background: -moz-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  background: -webkit-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f8f9fa", endColorstr="#f8f9fa",GradientType=0);
}
@media (min-width: 992px) {
  div.scroll-window div.middle-content.alt {
    height: 520px;
    padding: 43px 25px;
  }
}
div.scroll-window div.middle-content.alt {
  overflow: auto;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Instagram 2 */
.instagram-2 [class*="col-"] {
  padding: 0px;
}
.instagram-2 .wrap {
  padding-bottom: 100%;
  overflow: hidden;
}
.instagram-2 .wrap .ig-container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.instagram-2 .wrap .ig-container .content {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
}
.instagram-2 .wrap .ig-container .content .overlay {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #000000a1;
  color: white;
  position: absolute;
  bottom: 100%;
  transition: 0.25s ease-in;
}
.instagram-2 .wrap:hover .ig-container .content .overlay {
  bottom: 0px;
  transition: 0.25s ease-in;
}
.instagram-2 .wrap:hover .ig-container .content .overlay p {
  max-height: 84%;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3;
}
.instagram-2 .wrap .ig-container .content .overlay .s-impressions {
  font-size: 20px;
}
.instagram-2 .wrap .ig-container .content .overlay .igo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear, left 70%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
}
.instagram-2 .wrap .ig-container .content .ig-media {
  min-width: 100%;
  max-height: 100%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.nav-pills .nav-link {
  color: var(--primary);
}
.nav-pills .nav-link:hover {
  color: var(--secondary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
[subnav-check*="no"] {
  display: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-full-1 .go-arrow {
  position: absolute;
  right: -5px;
}
.wi-subnav-full-1 .grand-children-col {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.wi-subnav-full-1 .list-unstyled {
  padding-left: 0px;
  list-style: none;
}
.wi-subnav-full-1 a.btn:hover {
  background-color: var(--primary);
  color: white;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* -------------------- */
.wi-subnav-tile-1 a.wi-bg-image {
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.wi-subnav-tile-1 .wi-bg-image .wi-bg-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+31,0.1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#1a000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.wi-subnav-tile-1 a.wi-bg-image:hover {
  text-decoration: none;
}
.wi-subnav-tile-1 a.wi-bg-image:hover .wi-bg-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e87229+0,f6892a+100&0.8+0,0.9+100 */
  background: -moz-linear-gradient(-45deg, var(--primary-rgba-tissue) 0%, var(--primary-rgba-tissue) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, var(--primary-rgba-tissue) 0%, var(--primary-rgba-tissue) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, var(--primary-rgba-tissue) 0%, var(--primary-rgba-tissue) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cce87229", endColorstr="#e6f6892a",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-franchise-list .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-franchise-list .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-franchise-list .card-columns {
    column-count: 3;
  }
}
.wi-franchise-list .card-title {
  font-weight: 300;
  font-size: 1.3rem;
}
.wi-franchise-list .card-columns .card {
  width: 100%;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
.wi-franchise-list ul.icon-list {
  margin: 0 0 0 10px;
  padding: 0;
}
.wi-franchise-list ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 18px;
  margin-bottom: 0;
  font-size: 1rem;
}
.wi-franchise-list ul.icon-list li.col {
  padding: 6px 17px 5px 17px;
}
/* default: chevron */
.wi-franchise-list ul.icon-list li::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-style: normal;
  font-weight: 500;
  text-decoration: inherit;
  position: absolute;
  font-size: 11px;
  color: var(--primary);
  top: 14px;
  left: 0;
  z-index: 1;
}
/* chevron circle */
.wi-franchise-list ul.icon-list.list-arrow-circle li::after {
  content: "";
}
/* checkmark */
.wi-franchise-list ul.icon-list.list-checkmark li {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.wi-franchise-list ul.icon-list.list-checkmark li::after {
  content: "";
}
.wi-franchise-list ul.icon-list.list-checkmark li:last-child {
  border: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-franchise-list .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-franchise-list .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-franchise-list .card-columns {
    column-count: 3;
  }
}
.wi-franchise-list ul.icon-list li::after {
  content: "" !important;
  font-style: normal;
  background: url(/oak/files/logos/lemon-tree.insignia.png);
  width: 20px;
  height: 20px;
  background-position: center;
  font-weight: 200;
  text-decoration: inherit;
  position: absolute;
  font-size: 13px;
  color: var(--primary);
  background-size: cover;
  top: 10px;
  left: -10px;
  z-index: 1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .wi-franchise-locations */
/* ---------------------- */
.wi-locations-highlight-1 .wi-bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
}
.wi-locations-highlight-1 .wi-bg-image .wi-bg-overlay {
  position: relative;
  padding: 25px;
  min-height: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+31,0.1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#1a000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-badges-well-slider-1 img {
  background-color: #fff;
  padding: 15px;
  border-radius: 0.4rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-badge-autoslide-1 ul li img {
  width: 150px;
}
.wi-badge-autoslide-1 ul li {
  padding: 0px 30px;
}
.wi-badge-autoslide-1 .col-12:before, .wi-badge-autoslide-1 .col-12:after {
  content: "";
  height: 100%;
  width: 40px;
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
}
.wi-badge-autoslide-1 .col-12::before {
  left: 0px;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.wi-badge-autoslide-1 .col-12::after {
  right: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-faqs .panel {
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  margin-bottom: 10px;
  transition: 0.2s ease-in;
}
.wi-faqs .panel.active {
  background-color: white;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
}
.wi-faqs .panel h4 a {
  padding: 10px 16px;
  display: block;
}
.wi-faqs .panel-body {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-coupons-slider-1 .promo-wrapper {
  text-align: center;
  background: transparent;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.wi-coupons-slider-1 .promo {
  border: 4px dashed #fff;
  padding: 25px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.48);
}
.wi-coupons-slider-1 .promo-blue {
  background-color: rgba(0, 129, 204, 0.95);
}
.wi-coupons-slider-1 .promo-orange {
  background-color: rgba(232, 110, 4, 0.95);
}
.wi-coupons-slider-1 .promo-gray {
  background-color: rgba(0, 0, 0, 0.65);
}
.wi-coupons-slider-1 .promo h1, .wi-coupons-slider-1 .promo h2, .wi-coupons-slider-1 .promo h3, .wi-coupons-slider-1 .promo h4, .wi-coupons-slider-1 .promo h5 {
  color: #fff;
}
.wi-coupons-slider-1 .promo .expiration {
  opacity: 0.6;
  font-style: italic;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .wi-coupons-slider-1 */
div.wi-coupons-slider-2 .col {
  padding-right: 15px;
  padding-left: 15px;
}
#email-for-coupon div.coupon-wrapper, div.wi-coupons-slider-2 div.coupon-wrapper {
  text-align: center;
  background: transparent;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  margin-bottom: 20px;
  cursor: pointer;
}
#email-for-coupon div.coupon-wrapper div.coupon, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon {
  margin-top: 20px;
  border: 4px dashed #979797;
  border-radius: 15px;
  padding: 25px;
  min-height: 185px;
}
#email-for-coupon div.coupon-wrapper div.coupon div.amount, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.amount {
  /* font-family: 'proxima_nova_thextrabold', sans-serif !important; */
  font-family: var(--font-primary);
  font-weight: 800;
  font-style: normal;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 1px;
  color: var(--primary);
}
#email-for-coupon div.coupon-wrapper div.coupon div.for, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.for {
  /* font-family: 'proxima_nova_rgbold', sans-serif !important; */
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  color: var(--primary);
  min-height: 78px;
  width: 100%;
  margin: auto;
}
#email-for-coupon div.coupon-wrapper div.coupon div.image, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.image {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
#email-for-coupon div.coupon-wrapper div.coupon div.image img, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.image img {
  height: 150px;
}
#email-for-coupon div.coupon-wrapper div.coupon div.expiration, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.expiration {
  margin-top: 15px;
  opacity: 0.8;
}
#email-for-coupon div.coupon-wrapper div.coupon div.disclaimer, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.disclaimer {
  opacity: 0.7;
  font-size: 80%;
  width: 70%;
  margin: auto;
}
/* slick overrides */
section div.wi-coupons-slider-2 .slick-prev:before, section div.wi-coupons-slider-2 .slick-next:before {
  color: rgba(52, 58, 64, 0.3);
}
section.bg-image div.wi-coupons-slider-2 .slick-prev:before, section.bg-image div.wi-coupons-slider-2 .slick-next:before, section.bg-dark div.wi-coupons-slider-2 .slick-prev:before, section.bg-dark div.wi-coupons-slider-2 .slick-next:before {
  color: #fff;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-team-grouped-1-nav .nav-item {
  width: 100%;
}
.wi-team-grouped-1-nav .nav-item a {
  padding: 0px;
  margin: 0px 0px 0.5rem 0px;
}
.wi-team-grouped-1-nav .nav-item a:hover {
  text-decoration: underline;
  text-decoration-color: var(--secondary);
}
.wi-team-grouped-1-nav.nav-pills .nav-link.active, .wi-team-grouped-1-nav.nav-pills .show > .nav-link {
  background-color: unset;
}
.wi-team-grouped-1 .wi-tmember:hover {
  cursor: default;
}
.wi-team-grouped-1 .wi-tmember {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.wi-team-grouped-1 .wi-tmember-info {
  position: relative;
  bottom: 60px;
  margin-left: -1px;
  margin-right: -1px;
  background-color: #f5f1ed;
  padding: 30px 15px;
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 500px;
}
.wi-team-grouped-1 .wi-tmember-info h4 span.sub, .wi-team-grouped-1 .wi-tmember-info h6 span.sub {
  text-transform: uppercase;
  opacity: 1;
  font-weight: lighter;
  font-size: 70%;
  margin-top: 0.25rem;
}
@media (min-width: 992px) {
  .wi-team-grouped-1 .wi-tmember-info h4 span.sub, .wi-team-grouped-1 .wi-tmember-info h6 span.sub {
    font-size: 60%;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .wi-team-grouped-1 .wi-tmember {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .wi-team-grouped-1 .wi-tmember-info {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.wi-team-grouped-1 .wi-tmember-info .btn {
  color: var(--primary);
  border-color: var(--primary);
  border-radius: 0.2rem;
  white-space: normal;
  font-family: var(--font-primary);
  box-shadow: none !important;
}
.wi-team-grouped-1 .wi-tmember .wi-tmember-info .btn:not(.bio-btn-hidden):hover {
  color: white;
  background-color: var(--primary);
  cursor: pointer;
}
.bio-btn-hidden {
  visibility: hidden;
}
@media (min-width: 992px) {
  .wi-team-grouped-1 .wi-tmember-info {
    min-height: 200px;
  }
}
.accordion .accordion-title {
  position: relative;
  font-size: 18px;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #f5f1ed;
  border-bottom: 1px solid #eeeeee;
}
.accordion .accordion-title h5 {
  font-weight: 300;
  padding-top: 0.5rem;
}
.accordion .accordion-title i {
  position: absolute;
  font-size: 15px;
  right: 20px;
  top: 22px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.accordion .accordion-title.collapsed i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}
.accordion .accordion-title:hover {
  color: var(--primary);
}
.accordion .accordion-content {
  padding: 20px;
}
h6, .h6 {
  font-size: 1.2rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-team-highlight-1 .img-circle {
  width: 100%;
  border-radius: 50%;
  height: auto;
  padding-top: 100%;
}
.wi-team-highlight-1 h4 {
  margin: 0px;
  text-align: center;
  color: var(--primary);
}
.wi-team-highlight-1 .wi-tmember:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Social Large 1 */
/* -------------- */
div.wi-social-large-1 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-large-1 a {
  display: flex;
  width: 75px;
  height: 75px;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 50px;
  line-height: 50px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-large-1 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
div.wi-social-medium-1 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-medium-1 a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 27px;
  color: var(--primary);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-medium-1 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Social Small 1 */
/* -------------- */
div.wi-social-small-1 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-small-1 a {
  display: flex;
  float: left;
  width: 35px;
  height: 35px;
  font-size: 15px;
  color: var(--primary);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-small-1 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .icon-list */
ul.icon-list {
  margin: 0 0 0 10px;
  padding: 0;
}
ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 3px 0 3px 24px;
  margin-bottom: 0;
  font-size: 17px;
}
/* default: chevron */
ul.icon-list li::after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-style: normal;
  font-weight: 200;
  text-decoration: inherit;
  position: absolute;
  font-size: 16px;
  color: #008E9C;
  top: 6px;
  left: 0;
  z-index: 1;
}
.text-light ul.icon-list li::after {
  color: #ffffff;
  opacity: 0.4;
}
/* chevron circle */
ul.icon-list.list-arrow-circle li::after {
  content: "";
}
/* checkmark */
ul.icon-list.list-checkmark li::after {
  content: "";
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-on-site-menu-1 {
  color: #000000;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.wi-on-site-menu-1 h5, .wi-on-site-menu-1 h3, .wi-on-site-menu-1 h4 {
  font-family: arvo;
  font-weight: bold;
}
.wi-on-site-menu-1 .wi-item-title, .wi-on-site-menu-1 .wi-item-price {
  padding: 0px;
  margin: 0;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}
.wi-on-site-menu-1 .wi-item-title {
  max-width: 89%;
  font-weight: 600;
}
.wi-on-site-menu-1 .wi-item-price {
  font-weight: 600;
  letter-spacing: 0px;
}
.wi-on-site-menu-1 .wi-item-price .pre, .wi-on-site-menu-1 .wi-item-price .post {
  font-weight: 400;
  font-size: 19px;
  color: #3c3c3c;
}
.wi-on-site-menu-1 .lines-wrap {
  flex-grow: 1;
  padding: 0px 10px 3px 10px;
}
.wi-on-site-menu-1 .lines {
  width: 100%;
  height: 100%;
  border-bottom: 2px dotted var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.btn {
  font-size: 1.125rem;
}
.lead, .btn.btn-lg {
  font-size: 1.25rem;
}
.btn.btn-sm {
  font-size: 1rem;
}
.small {
  font-size: 0.75rem;
}
/* Default Site Color */
body {
  color: #40434B;
}
:root {
  --dark: #40434B !important;
}
strong {
  font-weight: 600;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-primary-gradient {
  background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
}
.bg-secondary-gradient {
  background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
}
@media (min-width: 576px) {
  .bg-sm-primary-gradient {
    background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
  }
  .bg-sm-secondary-gradient {
    background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
  }
}
@media (min-width: 768px) {
  .bg-md-primary-gradient {
    background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
  }
  .bg-md-secondary-gradient {
    background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
  }
}
@media (min-width: 992px) {
  .bg-lg-primary-gradient {
    background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
  }
  .bg-lg-secondary-gradient {
    background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
  }
}
@media (min-width: 1200px) {
  .bg-xl-primary-gradient {
    background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
  }
  .bg-xl-secondary-gradient {
    background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
  }
}
@media (min-width: 1400px) {
  .bg-xxl-primary-gradient {
    background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
  }
  .bg-xxl-secondary-gradient {
    background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.btn-primary-gradient {
  background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
  color: white;
  border: 2px solid #36a2d300;
  background-clip: padding-box;
}
.btn-primary-gradient:hover {
  background: linear-gradient(90deg, #36A2D3 0%, #36A2D3 100%);
  color: white;
  border: 2px solid #36A2D3;
  box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb-format) / 50%);
}
.btn-secondary-gradient {
  background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
  color: white;
  border: 2px solid #e7601900;
  background-clip: padding-box;
}
.btn-secondary-gradient:hover {
  background: linear-gradient(90deg, #E76019 0%, #E76019 100%);
  color: white;
  border: 2px solid #E76019;
  box-shadow: 0 0 0 0.2rem rgba(var(--secondary-rgb-format) / 50%);
}
@media (min-width: 576px) {
  .btn-sm-primary-gradient {
    background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
    color: white;
    border: 2px solid #36a2d300;
    background-clip: padding-box;
  }
  .btn-sm-primary-gradient:hover {
    background: linear-gradient(90deg, #36A2D3 0%, #36A2D3 100%);
    color: white;
    border: 2px solid #36A2D3;
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb-format) / 50%);
  }
  .btn-sm-secondary-gradient {
    background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
    color: white;
    border: 2px solid #e7601900;
    background-clip: padding-box;
  }
  .btn-sm-secondary-gradient:hover {
    background: linear-gradient(90deg, #E76019 0%, #E76019 100%);
    color: white;
    border: 2px solid #E76019;
    box-shadow: 0 0 0 0.2rem rgba(var(--secondary-rgb-format) / 50%);
  }
}
@media (min-width: 768px) {
  .btn-md-primary-gradient {
    background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
    color: white;
    border: 2px solid #36a2d300;
    background-clip: padding-box;
  }
  .btn-md-primary-gradient:hover {
    background: linear-gradient(90deg, #36A2D3 0%, #36A2D3 100%);
    color: white;
    border: 2px solid #36A2D3;
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb-format) / 50%);
  }
  .btn-md-secondary-gradient {
    background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
    color: white;
    border: 2px solid #e7601900;
    background-clip: padding-box;
  }
  .btn-md-secondary-gradient:hover {
    background: linear-gradient(90deg, #E76019 0%, #E76019 100%);
    color: white;
    border: 2px solid #E76019;
    box-shadow: 0 0 0 0.2rem rgba(var(--secondary-rgb-format) / 50%);
  }
}
@media (min-width: 992px) {
  .btn-lg-primary-gradient {
    background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
    color: white;
    border: 2px solid #36a2d300;
    background-clip: padding-box;
  }
  .btn-lg-primary-gradient:hover {
    background: linear-gradient(90deg, #36A2D3 0%, #36A2D3 100%);
    color: white;
    border: 2px solid #36A2D3;
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb-format) / 50%);
  }
  .btn-lg-secondary-gradient {
    background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
    color: white;
    border: 2px solid #e7601900;
    background-clip: padding-box;
  }
  .btn-lg-secondary-gradient:hover {
    background: linear-gradient(90deg, #E76019 0%, #E76019 100%);
    color: white;
    border: 2px solid #E76019;
    box-shadow: 0 0 0 0.2rem rgba(var(--secondary-rgb-format) / 50%);
  }
}
@media (min-width: 1200px) {
  .btn-xl-primary-gradient {
    background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
    color: white;
    border: 2px solid #36a2d300;
    background-clip: padding-box;
  }
  .btn-xl-primary-gradient:hover {
    background: linear-gradient(90deg, #36A2D3 0%, #36A2D3 100%);
    color: white;
    border: 2px solid #36A2D3;
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb-format) / 50%);
  }
  .btn-xl-secondary-gradient {
    background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
    color: white;
    border: 2px solid #e7601900;
    background-clip: padding-box;
  }
  .btn-xl-secondary-gradient:hover {
    background: linear-gradient(90deg, #E76019 0%, #E76019 100%);
    color: white;
    border: 2px solid #E76019;
    box-shadow: 0 0 0 0.2rem rgba(var(--secondary-rgb-format) / 50%);
  }
}
@media (min-width: 1400px) {
  .btn-xxl-primary-gradient {
    background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
    color: white;
    border: 2px solid #36a2d300;
    background-clip: padding-box;
  }
  .btn-xxl-primary-gradient:hover {
    background: linear-gradient(90deg, #36A2D3 0%, #36A2D3 100%);
    color: white;
    border: 2px solid #36A2D3;
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb-format) / 50%);
  }
  .btn-xxl-secondary-gradient {
    background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
    color: white;
    border: 2px solid #e7601900;
    background-clip: padding-box;
  }
  .btn-xxl-secondary-gradient:hover {
    background: linear-gradient(90deg, #E76019 0%, #E76019 100%);
    color: white;
    border: 2px solid #E76019;
    box-shadow: 0 0 0 0.2rem rgba(var(--secondary-rgb-format) / 50%);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
hr.primary-gradient {
  opacity: 1;
  background: linear-gradient(90deg, #36A2D3 0%, #50BAEB 100%);
}
hr.secondary-gradient {
  opacity: 1;
  background: linear-gradient(90deg, #E76019 0%, #F29C22 100%);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
hr.thick {
  height: 3px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.font-display {
  font-family: "Kaushan Script", cursive !important;
  font-weight: 400 !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.btn-tertiary, .btn-quinary {
  color: white;
}
.btn {
  padding: 7px 17px;
}
.btn.btn-lg {
  padding: 8px 20px;
}
.calendly-btn:not(.btn) {
  background: unset;
  border: unset;
}
.bg-primary .btn[class*="-primary"]:not(.force-btn-color), .bg-primary-light .btn[class*="-primary"]:not(.force-btn-color), .bg-primary-gradient .btn[class*="-primary"]:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
}
.bg-primary .btn[class*="-primary"]:hover:not(.force-btn-color), .bg-primary-light .btn[class*="-primary"]:hover:not(.force-btn-color), .bg-primary-gradient .btn[class*="-primary"]:hover:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn[class*="-secondary"]:not(.force-btn-color), .bg-secondary-light .btn[class*="-secondary"]:not(.force-btn-color), .bg-secondary-gradient .btn[class*="-secondary"]:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
}
.bg-secondary .btn[class*="-secondary"]:hover:not(.force-btn-color), .bg-secondary-light .btn[class*="-secondary"]:hover:not(.force-btn-color), .bg-secondary-gradient .btn[class*="-secondary"]:hover:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-tertiary .btn[class*="-tertiary"]:not(.force-btn-color), .bg-tertiary-light .btn[class*="-tertiary"]:not(.force-btn-color), .bg-tertiary-gradient .btn[class*="-tertiary"]:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
}
.bg-tertiary .btn[class*="-tertiary"]:hover:not(.force-btn-color), .bg-tertiary-light .btn[class*="-tertiary"]:hover:not(.force-btn-color), .bg-tertiary-gradient .btn[class*="-tertiary"]:hover:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-quaternary .btn[class*="-quaternary"]:not(.force-btn-color), .bg-quaternary-light .btn[class*="-quaternary"]:not(.force-btn-color), .bg-quaternary-gradient .btn[class*="-quaternary"]:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
}
.bg-quaternary .btn[class*="-quaternary"]:hover:not(.force-btn-color), .bg-quaternary-light .btn[class*="-quaternary"]:hover:not(.force-btn-color), .bg-quaternary-gradient .btn[class*="-quaternary"]:hover:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-quinary .btn[class*="-quinary"]:not(.force-btn-color), .bg-quinary-light .btn[class*="-quinary"]:not(.force-btn-color), .bg-quinary-gradient .btn[class*="-quinary"]:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
}
.bg-quinary .btn[class*="-quinary"]:hover:not(.force-btn-color), .bg-quinary-light .btn[class*="-quinary"]:hover:not(.force-btn-color), .bg-quinary-gradient .btn[class*="-quinary"]:hover:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-light .btn[class*="-light"]:not(.force-btn-color), .bg-light-light .btn[class*="-light"]:not(.force-btn-color), .bg-light-gradient .btn[class*="-light"]:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
}
.bg-light .btn[class*="-light"]:hover:not(.force-btn-color), .bg-light-light .btn[class*="-light"]:hover:not(.force-btn-color), .bg-light-gradient .btn[class*="-light"]:hover:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-gray .btn[class*="-gray"]:not(.force-btn-color), .bg-gray-light .btn[class*="-gray"]:not(.force-btn-color), .bg-gray-gradient .btn[class*="-gray"]:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
}
.bg-gray .btn[class*="-gray"]:hover:not(.force-btn-color), .bg-gray-light .btn[class*="-gray"]:hover:not(.force-btn-color), .bg-gray-gradient .btn[class*="-gray"]:hover:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark .btn[class*="-dark"]:not(.force-btn-color), .bg-dark-light .btn[class*="-dark"]:not(.force-btn-color), .bg-dark-gradient .btn[class*="-dark"]:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
}
.bg-dark .btn[class*="-dark"]:hover:not(.force-btn-color), .bg-dark-light .btn[class*="-dark"]:hover:not(.force-btn-color), .bg-dark-gradient .btn[class*="-dark"]:hover:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.bg-dark-gray .btn[class*="-dark-gray"]:not(.force-btn-color), .bg-dark-gray-light .btn[class*="-dark-gray"]:not(.force-btn-color), .bg-dark-gray-gradient .btn[class*="-dark-gray"]:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
}
.bg-dark-gray .btn[class*="-dark-gray"]:hover:not(.force-btn-color), .bg-dark-gray-light .btn[class*="-dark-gray"]:hover:not(.force-btn-color), .bg-dark-gray-gradient .btn[class*="-dark-gray"]:hover:not(.force-btn-color) {
  background-color: white !important;
  background: white !important;
  color: black !important;
  border-color: white !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
@media (min-width: 576px) {
  .bg-sm-primary .btn[class*="-primary"]:not(.force-btn-color), .bg-sm-primary-light .btn[class*="-primary"]:not(.force-btn-color), .bg-sm-primary-gradient .btn[class*="-primary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-sm-primary .btn[class*="-primary"]:not(.force-btn-color):hover, .bg-sm-primary-light .btn[class*="-primary"]:not(.force-btn-color):hover, .bg-sm-primary-gradient .btn[class*="-primary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 576px) {
  .bg-sm-secondary .btn[class*="-secondary"]:not(.force-btn-color), .bg-sm-secondary-light .btn[class*="-secondary"]:not(.force-btn-color), .bg-sm-secondary-gradient .btn[class*="-secondary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-sm-secondary .btn[class*="-secondary"]:not(.force-btn-color):hover, .bg-sm-secondary-light .btn[class*="-secondary"]:not(.force-btn-color):hover, .bg-sm-secondary-gradient .btn[class*="-secondary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 576px) {
  .bg-sm-tertiary .btn[class*="-tertiary"]:not(.force-btn-color), .bg-sm-tertiary-light .btn[class*="-tertiary"]:not(.force-btn-color), .bg-sm-tertiary-gradient .btn[class*="-tertiary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-sm-tertiary .btn[class*="-tertiary"]:not(.force-btn-color):hover, .bg-sm-tertiary-light .btn[class*="-tertiary"]:not(.force-btn-color):hover, .bg-sm-tertiary-gradient .btn[class*="-tertiary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 576px) {
  .bg-sm-quaternary .btn[class*="-quaternary"]:not(.force-btn-color), .bg-sm-quaternary-light .btn[class*="-quaternary"]:not(.force-btn-color), .bg-sm-quaternary-gradient .btn[class*="-quaternary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-sm-quaternary .btn[class*="-quaternary"]:not(.force-btn-color):hover, .bg-sm-quaternary-light .btn[class*="-quaternary"]:not(.force-btn-color):hover, .bg-sm-quaternary-gradient .btn[class*="-quaternary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 576px) {
  .bg-sm-quinary .btn[class*="-quinary"]:not(.force-btn-color), .bg-sm-quinary-light .btn[class*="-quinary"]:not(.force-btn-color), .bg-sm-quinary-gradient .btn[class*="-quinary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-sm-quinary .btn[class*="-quinary"]:not(.force-btn-color):hover, .bg-sm-quinary-light .btn[class*="-quinary"]:not(.force-btn-color):hover, .bg-sm-quinary-gradient .btn[class*="-quinary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 576px) {
  .bg-sm-light .btn[class*="-light"]:not(.force-btn-color), .bg-sm-light-light .btn[class*="-light"]:not(.force-btn-color), .bg-sm-light-gradient .btn[class*="-light"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-sm-light .btn[class*="-light"]:not(.force-btn-color):hover, .bg-sm-light-light .btn[class*="-light"]:not(.force-btn-color):hover, .bg-sm-light-gradient .btn[class*="-light"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 576px) {
  .bg-sm-gray .btn[class*="-gray"]:not(.force-btn-color), .bg-sm-gray-light .btn[class*="-gray"]:not(.force-btn-color), .bg-sm-gray-gradient .btn[class*="-gray"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-sm-gray .btn[class*="-gray"]:not(.force-btn-color):hover, .bg-sm-gray-light .btn[class*="-gray"]:not(.force-btn-color):hover, .bg-sm-gray-gradient .btn[class*="-gray"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 576px) {
  .bg-sm-dark .btn[class*="-dark"]:not(.force-btn-color), .bg-sm-dark-light .btn[class*="-dark"]:not(.force-btn-color), .bg-sm-dark-gradient .btn[class*="-dark"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-sm-dark .btn[class*="-dark"]:not(.force-btn-color):hover, .bg-sm-dark-light .btn[class*="-dark"]:not(.force-btn-color):hover, .bg-sm-dark-gradient .btn[class*="-dark"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 576px) {
  .bg-sm-dark-gray .btn[class*="-dark-gray"]:not(.force-btn-color), .bg-sm-dark-gray-light .btn[class*="-dark-gray"]:not(.force-btn-color), .bg-sm-dark-gray-gradient .btn[class*="-dark-gray"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-sm-dark-gray .btn[class*="-dark-gray"]:not(.force-btn-color):hover, .bg-sm-dark-gray-light .btn[class*="-dark-gray"]:not(.force-btn-color):hover, .bg-sm-dark-gray-gradient .btn[class*="-dark-gray"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 768px) {
  .bg-md-primary .btn[class*="-primary"]:not(.force-btn-color), .bg-md-primary-light .btn[class*="-primary"]:not(.force-btn-color), .bg-md-primary-gradient .btn[class*="-primary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-md-primary .btn[class*="-primary"]:not(.force-btn-color):hover, .bg-md-primary-light .btn[class*="-primary"]:not(.force-btn-color):hover, .bg-md-primary-gradient .btn[class*="-primary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 768px) {
  .bg-md-secondary .btn[class*="-secondary"]:not(.force-btn-color), .bg-md-secondary-light .btn[class*="-secondary"]:not(.force-btn-color), .bg-md-secondary-gradient .btn[class*="-secondary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-md-secondary .btn[class*="-secondary"]:not(.force-btn-color):hover, .bg-md-secondary-light .btn[class*="-secondary"]:not(.force-btn-color):hover, .bg-md-secondary-gradient .btn[class*="-secondary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 768px) {
  .bg-md-tertiary .btn[class*="-tertiary"]:not(.force-btn-color), .bg-md-tertiary-light .btn[class*="-tertiary"]:not(.force-btn-color), .bg-md-tertiary-gradient .btn[class*="-tertiary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-md-tertiary .btn[class*="-tertiary"]:not(.force-btn-color):hover, .bg-md-tertiary-light .btn[class*="-tertiary"]:not(.force-btn-color):hover, .bg-md-tertiary-gradient .btn[class*="-tertiary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 768px) {
  .bg-md-quaternary .btn[class*="-quaternary"]:not(.force-btn-color), .bg-md-quaternary-light .btn[class*="-quaternary"]:not(.force-btn-color), .bg-md-quaternary-gradient .btn[class*="-quaternary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-md-quaternary .btn[class*="-quaternary"]:not(.force-btn-color):hover, .bg-md-quaternary-light .btn[class*="-quaternary"]:not(.force-btn-color):hover, .bg-md-quaternary-gradient .btn[class*="-quaternary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 768px) {
  .bg-md-quinary .btn[class*="-quinary"]:not(.force-btn-color), .bg-md-quinary-light .btn[class*="-quinary"]:not(.force-btn-color), .bg-md-quinary-gradient .btn[class*="-quinary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-md-quinary .btn[class*="-quinary"]:not(.force-btn-color):hover, .bg-md-quinary-light .btn[class*="-quinary"]:not(.force-btn-color):hover, .bg-md-quinary-gradient .btn[class*="-quinary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 768px) {
  .bg-md-light .btn[class*="-light"]:not(.force-btn-color), .bg-md-light-light .btn[class*="-light"]:not(.force-btn-color), .bg-md-light-gradient .btn[class*="-light"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-md-light .btn[class*="-light"]:not(.force-btn-color):hover, .bg-md-light-light .btn[class*="-light"]:not(.force-btn-color):hover, .bg-md-light-gradient .btn[class*="-light"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 768px) {
  .bg-md-gray .btn[class*="-gray"]:not(.force-btn-color), .bg-md-gray-light .btn[class*="-gray"]:not(.force-btn-color), .bg-md-gray-gradient .btn[class*="-gray"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-md-gray .btn[class*="-gray"]:not(.force-btn-color):hover, .bg-md-gray-light .btn[class*="-gray"]:not(.force-btn-color):hover, .bg-md-gray-gradient .btn[class*="-gray"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 768px) {
  .bg-md-dark .btn[class*="-dark"]:not(.force-btn-color), .bg-md-dark-light .btn[class*="-dark"]:not(.force-btn-color), .bg-md-dark-gradient .btn[class*="-dark"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-md-dark .btn[class*="-dark"]:not(.force-btn-color):hover, .bg-md-dark-light .btn[class*="-dark"]:not(.force-btn-color):hover, .bg-md-dark-gradient .btn[class*="-dark"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 768px) {
  .bg-md-dark-gray .btn[class*="-dark-gray"]:not(.force-btn-color), .bg-md-dark-gray-light .btn[class*="-dark-gray"]:not(.force-btn-color), .bg-md-dark-gray-gradient .btn[class*="-dark-gray"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-md-dark-gray .btn[class*="-dark-gray"]:not(.force-btn-color):hover, .bg-md-dark-gray-light .btn[class*="-dark-gray"]:not(.force-btn-color):hover, .bg-md-dark-gray-gradient .btn[class*="-dark-gray"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  .bg-lg-primary .btn[class*="-primary"]:not(.force-btn-color), .bg-lg-primary-light .btn[class*="-primary"]:not(.force-btn-color), .bg-lg-primary-gradient .btn[class*="-primary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-lg-primary .btn[class*="-primary"]:not(.force-btn-color):hover, .bg-lg-primary-light .btn[class*="-primary"]:not(.force-btn-color):hover, .bg-lg-primary-gradient .btn[class*="-primary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  .bg-lg-secondary .btn[class*="-secondary"]:not(.force-btn-color), .bg-lg-secondary-light .btn[class*="-secondary"]:not(.force-btn-color), .bg-lg-secondary-gradient .btn[class*="-secondary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-lg-secondary .btn[class*="-secondary"]:not(.force-btn-color):hover, .bg-lg-secondary-light .btn[class*="-secondary"]:not(.force-btn-color):hover, .bg-lg-secondary-gradient .btn[class*="-secondary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  .bg-lg-tertiary .btn[class*="-tertiary"]:not(.force-btn-color), .bg-lg-tertiary-light .btn[class*="-tertiary"]:not(.force-btn-color), .bg-lg-tertiary-gradient .btn[class*="-tertiary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-lg-tertiary .btn[class*="-tertiary"]:not(.force-btn-color):hover, .bg-lg-tertiary-light .btn[class*="-tertiary"]:not(.force-btn-color):hover, .bg-lg-tertiary-gradient .btn[class*="-tertiary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  .bg-lg-quaternary .btn[class*="-quaternary"]:not(.force-btn-color), .bg-lg-quaternary-light .btn[class*="-quaternary"]:not(.force-btn-color), .bg-lg-quaternary-gradient .btn[class*="-quaternary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-lg-quaternary .btn[class*="-quaternary"]:not(.force-btn-color):hover, .bg-lg-quaternary-light .btn[class*="-quaternary"]:not(.force-btn-color):hover, .bg-lg-quaternary-gradient .btn[class*="-quaternary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  .bg-lg-quinary .btn[class*="-quinary"]:not(.force-btn-color), .bg-lg-quinary-light .btn[class*="-quinary"]:not(.force-btn-color), .bg-lg-quinary-gradient .btn[class*="-quinary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-lg-quinary .btn[class*="-quinary"]:not(.force-btn-color):hover, .bg-lg-quinary-light .btn[class*="-quinary"]:not(.force-btn-color):hover, .bg-lg-quinary-gradient .btn[class*="-quinary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  .bg-lg-light .btn[class*="-light"]:not(.force-btn-color), .bg-lg-light-light .btn[class*="-light"]:not(.force-btn-color), .bg-lg-light-gradient .btn[class*="-light"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-lg-light .btn[class*="-light"]:not(.force-btn-color):hover, .bg-lg-light-light .btn[class*="-light"]:not(.force-btn-color):hover, .bg-lg-light-gradient .btn[class*="-light"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  .bg-lg-gray .btn[class*="-gray"]:not(.force-btn-color), .bg-lg-gray-light .btn[class*="-gray"]:not(.force-btn-color), .bg-lg-gray-gradient .btn[class*="-gray"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-lg-gray .btn[class*="-gray"]:not(.force-btn-color):hover, .bg-lg-gray-light .btn[class*="-gray"]:not(.force-btn-color):hover, .bg-lg-gray-gradient .btn[class*="-gray"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  .bg-lg-dark .btn[class*="-dark"]:not(.force-btn-color), .bg-lg-dark-light .btn[class*="-dark"]:not(.force-btn-color), .bg-lg-dark-gradient .btn[class*="-dark"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-lg-dark .btn[class*="-dark"]:not(.force-btn-color):hover, .bg-lg-dark-light .btn[class*="-dark"]:not(.force-btn-color):hover, .bg-lg-dark-gradient .btn[class*="-dark"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 992px) {
  .bg-lg-dark-gray .btn[class*="-dark-gray"]:not(.force-btn-color), .bg-lg-dark-gray-light .btn[class*="-dark-gray"]:not(.force-btn-color), .bg-lg-dark-gray-gradient .btn[class*="-dark-gray"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-lg-dark-gray .btn[class*="-dark-gray"]:not(.force-btn-color):hover, .bg-lg-dark-gray-light .btn[class*="-dark-gray"]:not(.force-btn-color):hover, .bg-lg-dark-gray-gradient .btn[class*="-dark-gray"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1200px) {
  .bg-xl-primary .btn[class*="-primary"]:not(.force-btn-color), .bg-xl-primary-light .btn[class*="-primary"]:not(.force-btn-color), .bg-xl-primary-gradient .btn[class*="-primary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xl-primary .btn[class*="-primary"]:not(.force-btn-color):hover, .bg-xl-primary-light .btn[class*="-primary"]:not(.force-btn-color):hover, .bg-xl-primary-gradient .btn[class*="-primary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1200px) {
  .bg-xl-secondary .btn[class*="-secondary"]:not(.force-btn-color), .bg-xl-secondary-light .btn[class*="-secondary"]:not(.force-btn-color), .bg-xl-secondary-gradient .btn[class*="-secondary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xl-secondary .btn[class*="-secondary"]:not(.force-btn-color):hover, .bg-xl-secondary-light .btn[class*="-secondary"]:not(.force-btn-color):hover, .bg-xl-secondary-gradient .btn[class*="-secondary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1200px) {
  .bg-xl-tertiary .btn[class*="-tertiary"]:not(.force-btn-color), .bg-xl-tertiary-light .btn[class*="-tertiary"]:not(.force-btn-color), .bg-xl-tertiary-gradient .btn[class*="-tertiary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xl-tertiary .btn[class*="-tertiary"]:not(.force-btn-color):hover, .bg-xl-tertiary-light .btn[class*="-tertiary"]:not(.force-btn-color):hover, .bg-xl-tertiary-gradient .btn[class*="-tertiary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1200px) {
  .bg-xl-quaternary .btn[class*="-quaternary"]:not(.force-btn-color), .bg-xl-quaternary-light .btn[class*="-quaternary"]:not(.force-btn-color), .bg-xl-quaternary-gradient .btn[class*="-quaternary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xl-quaternary .btn[class*="-quaternary"]:not(.force-btn-color):hover, .bg-xl-quaternary-light .btn[class*="-quaternary"]:not(.force-btn-color):hover, .bg-xl-quaternary-gradient .btn[class*="-quaternary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1200px) {
  .bg-xl-quinary .btn[class*="-quinary"]:not(.force-btn-color), .bg-xl-quinary-light .btn[class*="-quinary"]:not(.force-btn-color), .bg-xl-quinary-gradient .btn[class*="-quinary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xl-quinary .btn[class*="-quinary"]:not(.force-btn-color):hover, .bg-xl-quinary-light .btn[class*="-quinary"]:not(.force-btn-color):hover, .bg-xl-quinary-gradient .btn[class*="-quinary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1200px) {
  .bg-xl-light .btn[class*="-light"]:not(.force-btn-color), .bg-xl-light-light .btn[class*="-light"]:not(.force-btn-color), .bg-xl-light-gradient .btn[class*="-light"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xl-light .btn[class*="-light"]:not(.force-btn-color):hover, .bg-xl-light-light .btn[class*="-light"]:not(.force-btn-color):hover, .bg-xl-light-gradient .btn[class*="-light"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1200px) {
  .bg-xl-gray .btn[class*="-gray"]:not(.force-btn-color), .bg-xl-gray-light .btn[class*="-gray"]:not(.force-btn-color), .bg-xl-gray-gradient .btn[class*="-gray"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xl-gray .btn[class*="-gray"]:not(.force-btn-color):hover, .bg-xl-gray-light .btn[class*="-gray"]:not(.force-btn-color):hover, .bg-xl-gray-gradient .btn[class*="-gray"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1200px) {
  .bg-xl-dark .btn[class*="-dark"]:not(.force-btn-color), .bg-xl-dark-light .btn[class*="-dark"]:not(.force-btn-color), .bg-xl-dark-gradient .btn[class*="-dark"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xl-dark .btn[class*="-dark"]:not(.force-btn-color):hover, .bg-xl-dark-light .btn[class*="-dark"]:not(.force-btn-color):hover, .bg-xl-dark-gradient .btn[class*="-dark"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1200px) {
  .bg-xl-dark-gray .btn[class*="-dark-gray"]:not(.force-btn-color), .bg-xl-dark-gray-light .btn[class*="-dark-gray"]:not(.force-btn-color), .bg-xl-dark-gray-gradient .btn[class*="-dark-gray"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xl-dark-gray .btn[class*="-dark-gray"]:not(.force-btn-color):hover, .bg-xl-dark-gray-light .btn[class*="-dark-gray"]:not(.force-btn-color):hover, .bg-xl-dark-gray-gradient .btn[class*="-dark-gray"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1400px) {
  .bg-xxl-primary .btn[class*="-primary"]:not(.force-btn-color), .bg-xxl-primary-light .btn[class*="-primary"]:not(.force-btn-color), .bg-xxl-primary-gradient .btn[class*="-primary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xxl-primary .btn[class*="-primary"]:not(.force-btn-color):hover, .bg-xxl-primary-light .btn[class*="-primary"]:not(.force-btn-color):hover, .bg-xxl-primary-gradient .btn[class*="-primary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1400px) {
  .bg-xxl-secondary .btn[class*="-secondary"]:not(.force-btn-color), .bg-xxl-secondary-light .btn[class*="-secondary"]:not(.force-btn-color), .bg-xxl-secondary-gradient .btn[class*="-secondary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xxl-secondary .btn[class*="-secondary"]:not(.force-btn-color):hover, .bg-xxl-secondary-light .btn[class*="-secondary"]:not(.force-btn-color):hover, .bg-xxl-secondary-gradient .btn[class*="-secondary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1400px) {
  .bg-xxl-tertiary .btn[class*="-tertiary"]:not(.force-btn-color), .bg-xxl-tertiary-light .btn[class*="-tertiary"]:not(.force-btn-color), .bg-xxl-tertiary-gradient .btn[class*="-tertiary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xxl-tertiary .btn[class*="-tertiary"]:not(.force-btn-color):hover, .bg-xxl-tertiary-light .btn[class*="-tertiary"]:not(.force-btn-color):hover, .bg-xxl-tertiary-gradient .btn[class*="-tertiary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1400px) {
  .bg-xxl-quaternary .btn[class*="-quaternary"]:not(.force-btn-color), .bg-xxl-quaternary-light .btn[class*="-quaternary"]:not(.force-btn-color), .bg-xxl-quaternary-gradient .btn[class*="-quaternary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xxl-quaternary .btn[class*="-quaternary"]:not(.force-btn-color):hover, .bg-xxl-quaternary-light .btn[class*="-quaternary"]:not(.force-btn-color):hover, .bg-xxl-quaternary-gradient .btn[class*="-quaternary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1400px) {
  .bg-xxl-quinary .btn[class*="-quinary"]:not(.force-btn-color), .bg-xxl-quinary-light .btn[class*="-quinary"]:not(.force-btn-color), .bg-xxl-quinary-gradient .btn[class*="-quinary"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xxl-quinary .btn[class*="-quinary"]:not(.force-btn-color):hover, .bg-xxl-quinary-light .btn[class*="-quinary"]:not(.force-btn-color):hover, .bg-xxl-quinary-gradient .btn[class*="-quinary"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1400px) {
  .bg-xxl-light .btn[class*="-light"]:not(.force-btn-color), .bg-xxl-light-light .btn[class*="-light"]:not(.force-btn-color), .bg-xxl-light-gradient .btn[class*="-light"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xxl-light .btn[class*="-light"]:not(.force-btn-color):hover, .bg-xxl-light-light .btn[class*="-light"]:not(.force-btn-color):hover, .bg-xxl-light-gradient .btn[class*="-light"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1400px) {
  .bg-xxl-gray .btn[class*="-gray"]:not(.force-btn-color), .bg-xxl-gray-light .btn[class*="-gray"]:not(.force-btn-color), .bg-xxl-gray-gradient .btn[class*="-gray"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xxl-gray .btn[class*="-gray"]:not(.force-btn-color):hover, .bg-xxl-gray-light .btn[class*="-gray"]:not(.force-btn-color):hover, .bg-xxl-gray-gradient .btn[class*="-gray"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1400px) {
  .bg-xxl-dark .btn[class*="-dark"]:not(.force-btn-color), .bg-xxl-dark-light .btn[class*="-dark"]:not(.force-btn-color), .bg-xxl-dark-gradient .btn[class*="-dark"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xxl-dark .btn[class*="-dark"]:not(.force-btn-color):hover, .bg-xxl-dark-light .btn[class*="-dark"]:not(.force-btn-color):hover, .bg-xxl-dark-gradient .btn[class*="-dark"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1400px) {
  .bg-xxl-dark-gray .btn[class*="-dark-gray"]:not(.force-btn-color), .bg-xxl-dark-gray-light .btn[class*="-dark-gray"]:not(.force-btn-color), .bg-xxl-dark-gray-gradient .btn[class*="-dark-gray"]:not(.force-btn-color) {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
  }
  .bg-xxl-dark-gray .btn[class*="-dark-gray"]:not(.force-btn-color):hover, .bg-xxl-dark-gray-light .btn[class*="-dark-gray"]:not(.force-btn-color):hover, .bg-xxl-dark-gray-gradient .btn[class*="-dark-gray"]:not(.force-btn-color):hover {
    background-color: white !important;
    background: white !important;
    color: black !important;
    border-color: white !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body.h-show-tert-nav .tert-nav a {
  padding: 0 6px;
  border-left: 1px solid #40434a36;
}
body.h-show-tert-nav .tert-nav p {
  font-size: 0.9rem !important;
}
body.h-show-tert-nav .tert-nav a:last-child {
  padding-right: 6px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
header .main-nav .items nav .level-1 > li.social {
  display: none;
}
header, header .level-2 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  header .main-nav .items .item-append.nav-open {
    display: none;
  }
}
@media (max-width: 991px) {
  header .main-nav .items .item-append.nav-close, header .main-nav .items .item-append.nav-open {
    transition: opacity var(--transition);
  }
  header .main-nav .items .item-append.nav-open, header.open .main-nav .items .item-append.nav-close {
    z-index: 2;
    opacity: 1;
  }
  header .main-nav .items .item-append.nav-close, header.open .main-nav .items .item-append.nav-open {
    z-index: 1;
    opacity: 0;
  }
  header .main-nav .logo {
    z-index: 2;
  }
  header .main-nav .logo img.mobile {
    display: block;
    position: absolute;
    top: 0px;
    width: 84px;
  }
  header .main-nav .logo img {
    position: relative;
    z-index: 1;
    transition: opacity var(--transition);
  }
  header.open .main-nav .logo img.mobile, header .main-nav .logo img.desktop {
    opacity: 1;
  }
  header .main-nav .logo img.mobile, header.open .main-nav .logo img.desktop {
    opacity: 0;
  }
  header .main-nav nav > ul {
    width: 100% !important;
  }
  header .main-nav nav > ul > li {
    padding: 0 4%;
  }
  header .main-nav .items nav > ul {
    border-top: 3px solid rgb(var(--secondary-rgb-format) / 0%);
  }
  header.open .main-nav .items nav > ul {
    border-top: 3px solid rgb(var(--secondary-rgb-format) / 100%);
  }
  header .main-nav .items nav ul {
    margin: 0px;
  }
  header .main-nav .items nav .level-1 > li > a {
    border-bottom: 1px solid #969595;
    transition: 0.2s ease-in;
    font-weight: 100;
    text-transform: uppercase;
  }
  header .main-nav .items nav .level-1 > li > a.open {
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
  }
  header .main-nav .items nav .level-1 > li:not(.social) > a {
    padding-left: 0px;
  }
  header .main-nav .items nav ul li ul {
    border-bottom: 1px solid #969595;
  }
  header .main-nav .items nav .level-1 > li.social {
    display: flex;
    justify-content: flex-start;
  }
  header .main-nav .items nav .level-1 > li.social a:first-child {
    padding-left: 0px;
  }
  header .main-nav .items nav .level-1 > li.social a {
    border-bottom: none;
    width: unset;
    padding: 15px 10px;
  }
  header .main-nav .items nav .level-1 > li.social a i {
    margin: 0px;
  }
  header .level-2 {
    box-shadow: unset;
  }
  header .main-nav .item-append.nav-open .btn {
    padding: 7px;
  }
  header .main-nav .item-append.nav-open a:not(.btn) {
    margin-right: 0.4rem;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cta-section:not(.bg-overlay), .cta-section.bg-overlay .overlay {
  display: flex;
  justify-content: center;
}
.cta-buttons a, .cta-buttons button {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 13px 24px !important;
}
nav .cta-buttons {
  position: absolute;
  border-top: 1px solid #c0bfbf;
  width: 100%;
  height: 89px;
  top: calc(100vh - 89px);
}
nav .cta-buttons a, nav .cta-buttons button {
  padding: 9px 20px !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
h1 span.sub, .h1 span.sub {
  font-size: 67%;
  opacity: 1;
  margin-top: 4px;
}
h2 span.sub, .h2 span.sub {
  font-size: 67%;
  opacity: 1;
  margin-top: 4px;
}
h3 span.sub, .h3 span.sub {
  font-size: 67%;
  opacity: 1;
  margin-top: 4px;
}
h4 span.sub, .h4 span.sub {
  font-size: 67%;
  opacity: 1;
  margin-top: 4px;
}
h5 span.sub, .h5 span.sub {
  font-size: 67%;
  opacity: 1;
  margin-top: 4px;
}
h6 span.sub, .h6 span.sub {
  font-size: 67%;
  opacity: 1;
  margin-top: 4px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
  --view-width: calc(100vw - (100vw - 100%));
}
.lr-section {
  --bs-gutter-x: 1.5rem;
  --lr-margin: calc(calc(var(--view-width) - var(--container-w)) / 2);
  display: flex;
  flex-wrap: wrap;
  padding: 0px !important;
}
.lr-section > div[class*="col-"] {
  padding: calc(var(--unit) * 4.6875) 0;
}
section.lr-section:first-child > div[class*="col-"] {
  padding-top: calc(var(--nav-mobile-height) + calc(var(--unit) * 4.6875));
}
.skew {
  overflow: hidden;
  position: relative;
}
.skew:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100vw;
  position: absolute;
  bottom: 0px;
  background-color: var(--primary);
}
.skew.top-right:before {
  left: 100%;
  transform: skew(41deg);
  transform-origin: bottom right;
}
.skew.top-left:before {
  right: 100%;
  transform: skew(-41deg);
  transform-origin: bottom left;
}
.skew.bottom-left:before {
  right: 100%;
  transform: skew(41deg);
  transform-origin: top left;
}
.skew.bottom-right:before {
  left: 100%;
  transform: skew(-41deg);
  transform-origin: top right;
}
@media (min-width: 992px) {
  section.lr-section:first-child div[class*="col-"] {
    padding-top: calc(var(--nav-desktop-height) + var(--nav-tert-height) + var(--top-bar, 0px) + calc(var(--unit) * 4.6875));
  }
}
.lr-section > [class*="col-"] {
  width: 100%;
}
.lr-section > [class*="col-"] .lr-content {
  width: var(--container-w);
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
.lr-section > .col-1 {
  --col-xs-1: calc(var(--container-w) * 0.083333);
  width: calc(var(--col-xs-1) + var(--lr-margin));
}
.lr-section > .col-1 .lr-content {
  width: var(--col-xs-1);
}
.lr-section > .col-1:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-1:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-2 {
  --col-xs-2: calc(var(--container-w) * 0.166666);
  width: calc(var(--col-xs-2) + var(--lr-margin));
}
.lr-section > .col-2 .lr-content {
  width: var(--col-xs-2);
}
.lr-section > .col-2:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-2:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-3 {
  --col-xs-3: calc(var(--container-w) * 0.249999);
  width: calc(var(--col-xs-3) + var(--lr-margin));
}
.lr-section > .col-3 .lr-content {
  width: var(--col-xs-3);
}
.lr-section > .col-3:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-3:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-4 {
  --col-xs-4: calc(var(--container-w) * 0.333332);
  width: calc(var(--col-xs-4) + var(--lr-margin));
}
.lr-section > .col-4 .lr-content {
  width: var(--col-xs-4);
}
.lr-section > .col-4:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-4:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-5 {
  --col-xs-5: calc(var(--container-w) * 0.416665);
  width: calc(var(--col-xs-5) + var(--lr-margin));
}
.lr-section > .col-5 .lr-content {
  width: var(--col-xs-5);
}
.lr-section > .col-5:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-5:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-6 {
  --col-xs-6: calc(var(--container-w) * 0.499998);
  width: calc(var(--col-xs-6) + var(--lr-margin));
}
.lr-section > .col-6 .lr-content {
  width: var(--col-xs-6);
}
.lr-section > .col-6:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-6:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-7 {
  --col-xs-7: calc(var(--container-w) * 0.583331);
  width: calc(var(--col-xs-7) + var(--lr-margin));
}
.lr-section > .col-7 .lr-content {
  width: var(--col-xs-7);
}
.lr-section > .col-7:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-7:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-8 {
  --col-xs-8: calc(var(--container-w) * 0.666664);
  width: calc(var(--col-xs-8) + var(--lr-margin));
}
.lr-section > .col-8 .lr-content {
  width: var(--col-xs-8);
}
.lr-section > .col-8:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-8:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-9 {
  --col-xs-9: calc(var(--container-w) * 0.749997);
  width: calc(var(--col-xs-9) + var(--lr-margin));
}
.lr-section > .col-9 .lr-content {
  width: var(--col-xs-9);
}
.lr-section > .col-9:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-9:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-10 {
  --col-xs-10: calc(var(--container-w) * 0.83333);
  width: calc(var(--col-xs-10) + var(--lr-margin));
}
.lr-section > .col-10 .lr-content {
  width: var(--col-xs-10);
}
.lr-section > .col-10:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-10:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-11 {
  --col-xs-11: calc(var(--container-w) * 0.916663);
  width: calc(var(--col-xs-11) + var(--lr-margin));
}
.lr-section > .col-11 .lr-content {
  width: var(--col-xs-11);
}
.lr-section > .col-11:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-11:last-child .lr-content {
  margin-right: auto;
}
.lr-section > .col-12 {
  --col-xs-12: calc(var(--container-w) * 0.999996);
  width: calc(var(--col-xs-12) + var(--lr-margin));
}
.lr-section > .col-12 .lr-content {
  width: var(--col-xs-12);
}
.lr-section > .col-12:first-child .lr-content {
  margin-left: auto;
}
.lr-section > .col-12:last-child .lr-content {
  margin-right: auto;
}
@media (min-width: 576px) {
  .lr-section > .col-sm-1 {
    --col-sm-1: calc(var(--container-w) * 0.083333);
    width: calc(var(--col-sm-1) + var(--lr-margin));
  }
  .lr-section > .col-sm-1 .lr-content {
    width: var(--col-sm-1);
  }
  .lr-section > .col-sm-1:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-1:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-2 {
    --col-sm-2: calc(var(--container-w) * 0.166666);
    width: calc(var(--col-sm-2) + var(--lr-margin));
  }
  .lr-section > .col-sm-2 .lr-content {
    width: var(--col-sm-2);
  }
  .lr-section > .col-sm-2:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-2:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-3 {
    --col-sm-3: calc(var(--container-w) * 0.249999);
    width: calc(var(--col-sm-3) + var(--lr-margin));
  }
  .lr-section > .col-sm-3 .lr-content {
    width: var(--col-sm-3);
  }
  .lr-section > .col-sm-3:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-3:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-4 {
    --col-sm-4: calc(var(--container-w) * 0.333332);
    width: calc(var(--col-sm-4) + var(--lr-margin));
  }
  .lr-section > .col-sm-4 .lr-content {
    width: var(--col-sm-4);
  }
  .lr-section > .col-sm-4:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-4:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-5 {
    --col-sm-5: calc(var(--container-w) * 0.416665);
    width: calc(var(--col-sm-5) + var(--lr-margin));
  }
  .lr-section > .col-sm-5 .lr-content {
    width: var(--col-sm-5);
  }
  .lr-section > .col-sm-5:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-5:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-6 {
    --col-sm-6: calc(var(--container-w) * 0.499998);
    width: calc(var(--col-sm-6) + var(--lr-margin));
  }
  .lr-section > .col-sm-6 .lr-content {
    width: var(--col-sm-6);
  }
  .lr-section > .col-sm-6:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-6:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-7 {
    --col-sm-7: calc(var(--container-w) * 0.583331);
    width: calc(var(--col-sm-7) + var(--lr-margin));
  }
  .lr-section > .col-sm-7 .lr-content {
    width: var(--col-sm-7);
  }
  .lr-section > .col-sm-7:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-7:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-8 {
    --col-sm-8: calc(var(--container-w) * 0.666664);
    width: calc(var(--col-sm-8) + var(--lr-margin));
  }
  .lr-section > .col-sm-8 .lr-content {
    width: var(--col-sm-8);
  }
  .lr-section > .col-sm-8:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-8:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-9 {
    --col-sm-9: calc(var(--container-w) * 0.749997);
    width: calc(var(--col-sm-9) + var(--lr-margin));
  }
  .lr-section > .col-sm-9 .lr-content {
    width: var(--col-sm-9);
  }
  .lr-section > .col-sm-9:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-9:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-10 {
    --col-sm-10: calc(var(--container-w) * 0.83333);
    width: calc(var(--col-sm-10) + var(--lr-margin));
  }
  .lr-section > .col-sm-10 .lr-content {
    width: var(--col-sm-10);
  }
  .lr-section > .col-sm-10:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-10:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-11 {
    --col-sm-11: calc(var(--container-w) * 0.916663);
    width: calc(var(--col-sm-11) + var(--lr-margin));
  }
  .lr-section > .col-sm-11 .lr-content {
    width: var(--col-sm-11);
  }
  .lr-section > .col-sm-11:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-11:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-sm-12 {
    --col-sm-12: calc(var(--container-w) * 0.999996);
    width: calc(var(--col-sm-12) + var(--lr-margin));
  }
  .lr-section > .col-sm-12 .lr-content {
    width: var(--col-sm-12);
  }
  .lr-section > .col-sm-12:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-sm-12:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .lr-section > .col-md-1 {
    --col-md-1: calc(var(--container-w) * 0.083333);
    width: calc(var(--col-md-1) + var(--lr-margin));
  }
  .lr-section > .col-md-1 .lr-content {
    width: var(--col-md-1);
  }
  .lr-section > .col-md-1:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-1:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-2 {
    --col-md-2: calc(var(--container-w) * 0.166666);
    width: calc(var(--col-md-2) + var(--lr-margin));
  }
  .lr-section > .col-md-2 .lr-content {
    width: var(--col-md-2);
  }
  .lr-section > .col-md-2:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-2:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-3 {
    --col-md-3: calc(var(--container-w) * 0.249999);
    width: calc(var(--col-md-3) + var(--lr-margin));
  }
  .lr-section > .col-md-3 .lr-content {
    width: var(--col-md-3);
  }
  .lr-section > .col-md-3:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-3:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-4 {
    --col-md-4: calc(var(--container-w) * 0.333332);
    width: calc(var(--col-md-4) + var(--lr-margin));
  }
  .lr-section > .col-md-4 .lr-content {
    width: var(--col-md-4);
  }
  .lr-section > .col-md-4:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-4:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-5 {
    --col-md-5: calc(var(--container-w) * 0.416665);
    width: calc(var(--col-md-5) + var(--lr-margin));
  }
  .lr-section > .col-md-5 .lr-content {
    width: var(--col-md-5);
  }
  .lr-section > .col-md-5:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-5:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-6 {
    --col-md-6: calc(var(--container-w) * 0.499998);
    width: calc(var(--col-md-6) + var(--lr-margin));
  }
  .lr-section > .col-md-6 .lr-content {
    width: var(--col-md-6);
  }
  .lr-section > .col-md-6:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-6:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-7 {
    --col-md-7: calc(var(--container-w) * 0.583331);
    width: calc(var(--col-md-7) + var(--lr-margin));
  }
  .lr-section > .col-md-7 .lr-content {
    width: var(--col-md-7);
  }
  .lr-section > .col-md-7:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-7:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-8 {
    --col-md-8: calc(var(--container-w) * 0.666664);
    width: calc(var(--col-md-8) + var(--lr-margin));
  }
  .lr-section > .col-md-8 .lr-content {
    width: var(--col-md-8);
  }
  .lr-section > .col-md-8:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-8:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-9 {
    --col-md-9: calc(var(--container-w) * 0.749997);
    width: calc(var(--col-md-9) + var(--lr-margin));
  }
  .lr-section > .col-md-9 .lr-content {
    width: var(--col-md-9);
  }
  .lr-section > .col-md-9:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-9:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-10 {
    --col-md-10: calc(var(--container-w) * 0.83333);
    width: calc(var(--col-md-10) + var(--lr-margin));
  }
  .lr-section > .col-md-10 .lr-content {
    width: var(--col-md-10);
  }
  .lr-section > .col-md-10:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-10:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-11 {
    --col-md-11: calc(var(--container-w) * 0.916663);
    width: calc(var(--col-md-11) + var(--lr-margin));
  }
  .lr-section > .col-md-11 .lr-content {
    width: var(--col-md-11);
  }
  .lr-section > .col-md-11:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-11:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-md-12 {
    --col-md-12: calc(var(--container-w) * 0.999996);
    width: calc(var(--col-md-12) + var(--lr-margin));
  }
  .lr-section > .col-md-12 .lr-content {
    width: var(--col-md-12);
  }
  .lr-section > .col-md-12:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-md-12:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .lr-section > .col-lg-1 {
    --col-lg-1: calc(var(--container-w) * 0.083333);
    width: calc(var(--col-lg-1) + var(--lr-margin));
  }
  .lr-section > .col-lg-1 .lr-content {
    width: var(--col-lg-1);
  }
  .lr-section > .col-lg-1:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-1:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-2 {
    --col-lg-2: calc(var(--container-w) * 0.166666);
    width: calc(var(--col-lg-2) + var(--lr-margin));
  }
  .lr-section > .col-lg-2 .lr-content {
    width: var(--col-lg-2);
  }
  .lr-section > .col-lg-2:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-2:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-3 {
    --col-lg-3: calc(var(--container-w) * 0.249999);
    width: calc(var(--col-lg-3) + var(--lr-margin));
  }
  .lr-section > .col-lg-3 .lr-content {
    width: var(--col-lg-3);
  }
  .lr-section > .col-lg-3:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-3:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-4 {
    --col-lg-4: calc(var(--container-w) * 0.333332);
    width: calc(var(--col-lg-4) + var(--lr-margin));
  }
  .lr-section > .col-lg-4 .lr-content {
    width: var(--col-lg-4);
  }
  .lr-section > .col-lg-4:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-4:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-5 {
    --col-lg-5: calc(var(--container-w) * 0.416665);
    width: calc(var(--col-lg-5) + var(--lr-margin));
  }
  .lr-section > .col-lg-5 .lr-content {
    width: var(--col-lg-5);
  }
  .lr-section > .col-lg-5:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-5:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-6 {
    --col-lg-6: calc(var(--container-w) * 0.499998);
    width: calc(var(--col-lg-6) + var(--lr-margin));
  }
  .lr-section > .col-lg-6 .lr-content {
    width: var(--col-lg-6);
  }
  .lr-section > .col-lg-6:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-6:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-7 {
    --col-lg-7: calc(var(--container-w) * 0.583331);
    width: calc(var(--col-lg-7) + var(--lr-margin));
  }
  .lr-section > .col-lg-7 .lr-content {
    width: var(--col-lg-7);
  }
  .lr-section > .col-lg-7:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-7:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-8 {
    --col-lg-8: calc(var(--container-w) * 0.666664);
    width: calc(var(--col-lg-8) + var(--lr-margin));
  }
  .lr-section > .col-lg-8 .lr-content {
    width: var(--col-lg-8);
  }
  .lr-section > .col-lg-8:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-8:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-9 {
    --col-lg-9: calc(var(--container-w) * 0.749997);
    width: calc(var(--col-lg-9) + var(--lr-margin));
  }
  .lr-section > .col-lg-9 .lr-content {
    width: var(--col-lg-9);
  }
  .lr-section > .col-lg-9:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-9:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-10 {
    --col-lg-10: calc(var(--container-w) * 0.83333);
    width: calc(var(--col-lg-10) + var(--lr-margin));
  }
  .lr-section > .col-lg-10 .lr-content {
    width: var(--col-lg-10);
  }
  .lr-section > .col-lg-10:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-10:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-11 {
    --col-lg-11: calc(var(--container-w) * 0.916663);
    width: calc(var(--col-lg-11) + var(--lr-margin));
  }
  .lr-section > .col-lg-11 .lr-content {
    width: var(--col-lg-11);
  }
  .lr-section > .col-lg-11:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-11:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-lg-12 {
    --col-lg-12: calc(var(--container-w) * 0.999996);
    width: calc(var(--col-lg-12) + var(--lr-margin));
  }
  .lr-section > .col-lg-12 .lr-content {
    width: var(--col-lg-12);
  }
  .lr-section > .col-lg-12:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-lg-12:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
}
@media (min-width: 1200px) {
  .lr-section > .col-xl-1 {
    --col-xl-1: calc(var(--container-w) * 0.083333);
    width: calc(var(--col-xl-1) + var(--lr-margin));
  }
  .lr-section > .col-xl-1 .lr-content {
    width: var(--col-xl-1);
  }
  .lr-section > .col-xl-1:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-1:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-2 {
    --col-xl-2: calc(var(--container-w) * 0.166666);
    width: calc(var(--col-xl-2) + var(--lr-margin));
  }
  .lr-section > .col-xl-2 .lr-content {
    width: var(--col-xl-2);
  }
  .lr-section > .col-xl-2:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-2:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-3 {
    --col-xl-3: calc(var(--container-w) * 0.249999);
    width: calc(var(--col-xl-3) + var(--lr-margin));
  }
  .lr-section > .col-xl-3 .lr-content {
    width: var(--col-xl-3);
  }
  .lr-section > .col-xl-3:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-3:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-4 {
    --col-xl-4: calc(var(--container-w) * 0.333332);
    width: calc(var(--col-xl-4) + var(--lr-margin));
  }
  .lr-section > .col-xl-4 .lr-content {
    width: var(--col-xl-4);
  }
  .lr-section > .col-xl-4:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-4:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-5 {
    --col-xl-5: calc(var(--container-w) * 0.416665);
    width: calc(var(--col-xl-5) + var(--lr-margin));
  }
  .lr-section > .col-xl-5 .lr-content {
    width: var(--col-xl-5);
  }
  .lr-section > .col-xl-5:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-5:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-6 {
    --col-xl-6: calc(var(--container-w) * 0.499998);
    width: calc(var(--col-xl-6) + var(--lr-margin));
  }
  .lr-section > .col-xl-6 .lr-content {
    width: var(--col-xl-6);
  }
  .lr-section > .col-xl-6:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-6:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-7 {
    --col-xl-7: calc(var(--container-w) * 0.583331);
    width: calc(var(--col-xl-7) + var(--lr-margin));
  }
  .lr-section > .col-xl-7 .lr-content {
    width: var(--col-xl-7);
  }
  .lr-section > .col-xl-7:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-7:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-8 {
    --col-xl-8: calc(var(--container-w) * 0.666664);
    width: calc(var(--col-xl-8) + var(--lr-margin));
  }
  .lr-section > .col-xl-8 .lr-content {
    width: var(--col-xl-8);
  }
  .lr-section > .col-xl-8:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-8:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-9 {
    --col-xl-9: calc(var(--container-w) * 0.749997);
    width: calc(var(--col-xl-9) + var(--lr-margin));
  }
  .lr-section > .col-xl-9 .lr-content {
    width: var(--col-xl-9);
  }
  .lr-section > .col-xl-9:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-9:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-10 {
    --col-xl-10: calc(var(--container-w) * 0.83333);
    width: calc(var(--col-xl-10) + var(--lr-margin));
  }
  .lr-section > .col-xl-10 .lr-content {
    width: var(--col-xl-10);
  }
  .lr-section > .col-xl-10:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-10:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-11 {
    --col-xl-11: calc(var(--container-w) * 0.916663);
    width: calc(var(--col-xl-11) + var(--lr-margin));
  }
  .lr-section > .col-xl-11 .lr-content {
    width: var(--col-xl-11);
  }
  .lr-section > .col-xl-11:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-11:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xl-12 {
    --col-xl-12: calc(var(--container-w) * 0.999996);
    width: calc(var(--col-xl-12) + var(--lr-margin));
  }
  .lr-section > .col-xl-12 .lr-content {
    width: var(--col-xl-12);
  }
  .lr-section > .col-xl-12:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xl-12:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
}
@media (min-width: 1400px) {
  .lr-section > .col-xxl-1 {
    --col-xxl-1: calc(var(--container-w) * 0.083333);
    width: calc(var(--col-xxl-1) + var(--lr-margin));
  }
  .lr-section > .col-xxl-1 .lr-content {
    width: var(--col-xxl-1);
  }
  .lr-section > .col-xxl-1:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-1:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-2 {
    --col-xxl-2: calc(var(--container-w) * 0.166666);
    width: calc(var(--col-xxl-2) + var(--lr-margin));
  }
  .lr-section > .col-xxl-2 .lr-content {
    width: var(--col-xxl-2);
  }
  .lr-section > .col-xxl-2:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-2:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-3 {
    --col-xxl-3: calc(var(--container-w) * 0.249999);
    width: calc(var(--col-xxl-3) + var(--lr-margin));
  }
  .lr-section > .col-xxl-3 .lr-content {
    width: var(--col-xxl-3);
  }
  .lr-section > .col-xxl-3:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-3:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-4 {
    --col-xxl-4: calc(var(--container-w) * 0.333332);
    width: calc(var(--col-xxl-4) + var(--lr-margin));
  }
  .lr-section > .col-xxl-4 .lr-content {
    width: var(--col-xxl-4);
  }
  .lr-section > .col-xxl-4:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-4:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-5 {
    --col-xxl-5: calc(var(--container-w) * 0.416665);
    width: calc(var(--col-xxl-5) + var(--lr-margin));
  }
  .lr-section > .col-xxl-5 .lr-content {
    width: var(--col-xxl-5);
  }
  .lr-section > .col-xxl-5:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-5:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-6 {
    --col-xxl-6: calc(var(--container-w) * 0.499998);
    width: calc(var(--col-xxl-6) + var(--lr-margin));
  }
  .lr-section > .col-xxl-6 .lr-content {
    width: var(--col-xxl-6);
  }
  .lr-section > .col-xxl-6:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-6:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-7 {
    --col-xxl-7: calc(var(--container-w) * 0.583331);
    width: calc(var(--col-xxl-7) + var(--lr-margin));
  }
  .lr-section > .col-xxl-7 .lr-content {
    width: var(--col-xxl-7);
  }
  .lr-section > .col-xxl-7:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-7:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-8 {
    --col-xxl-8: calc(var(--container-w) * 0.666664);
    width: calc(var(--col-xxl-8) + var(--lr-margin));
  }
  .lr-section > .col-xxl-8 .lr-content {
    width: var(--col-xxl-8);
  }
  .lr-section > .col-xxl-8:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-8:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-9 {
    --col-xxl-9: calc(var(--container-w) * 0.749997);
    width: calc(var(--col-xxl-9) + var(--lr-margin));
  }
  .lr-section > .col-xxl-9 .lr-content {
    width: var(--col-xxl-9);
  }
  .lr-section > .col-xxl-9:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-9:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-10 {
    --col-xxl-10: calc(var(--container-w) * 0.83333);
    width: calc(var(--col-xxl-10) + var(--lr-margin));
  }
  .lr-section > .col-xxl-10 .lr-content {
    width: var(--col-xxl-10);
  }
  .lr-section > .col-xxl-10:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-10:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-11 {
    --col-xxl-11: calc(var(--container-w) * 0.916663);
    width: calc(var(--col-xxl-11) + var(--lr-margin));
  }
  .lr-section > .col-xxl-11 .lr-content {
    width: var(--col-xxl-11);
  }
  .lr-section > .col-xxl-11:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-11:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
  .lr-section > .col-xxl-12 {
    --col-xxl-12: calc(var(--container-w) * 0.999996);
    width: calc(var(--col-xxl-12) + var(--lr-margin));
  }
  .lr-section > .col-xxl-12 .lr-content {
    width: var(--col-xxl-12);
  }
  .lr-section > .col-xxl-12:first-child .lr-content {
    margin-left: auto;
    margin-right: 0px;
  }
  .lr-section > .col-xxl-12:last-child .lr-content {
    margin-right: auto;
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  .lr-section > div.order-lg-last + div .lr-content {
    margin-left: auto !important;
    margin-right: 0px !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-overlay .overlay {
  flex-direction: column;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.ul-list {
  padding-left: 0px;
  list-style: none;
  columns: 2;
}
.ul-list li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .ul-list {
    columns: 4;
  }
}
ul {
  font-size: var(--p-font-size);
  line-height: var(--p-line-height);
  font-weight: var(--p-font-weight);
  margin-bottom: var(--p-margin-bottom);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-coupons button:hover {
  cursor: unset;
}
.wi-coupons .coupon {
  border-radius: var(--border-radius);
  border: 4px dashed var(--secondary);
  padding: 20px;
  background: unset;
}
.wi-coupons .coupon img {
  height: 130px;
  margin-top: -48px;
  background-color: white;
  display: inline;
}
.wi-coupons .slick-track {
  display: flex !important;
}
.wi-coupons .slick-slide {
  height: inherit !important;
}
.wi-coupons .slick-prev:before, .wi-coupons .slick-next:before {
  color: var(--primary);
}
@media (max-width: 576px) {
  .wi-coupons .slick-prev {
    left: 2px;
    z-index: 9;
  }
  .wi-coupons .slick-next {
    right: 2px;
    z-index: 9;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-light {
  background-color: #fff !important;
}
@media (min-width: 576px) {
  .bg-sm-light {
    background-color: #fff !important;
  }
}
@media (min-width: 768px) {
  .bg-md-light {
    background-color: #fff !important;
  }
}
@media (min-width: 992px) {
  .bg-lg-light {
    background-color: #fff !important;
  }
}
@media (min-width: 1200px) {
  .bg-xl-light {
    background-color: #fff !important;
  }
}
@media (min-width: 1400px) {
  .bg-xxl-light {
    background-color: #fff !important;
  }
}
.bg-primary-light {
  background-color: rgba(var(--primary-rgb-format) / 0.06);
}
.bg-secondary-light {
  background-color: rgba(var(--secondary-rgb-format) / 0.06);
}
.bg-tertiary-light {
  background-color: rgba(var(--tertiary-rgb-format) / 0.06);
}
.bg-quaternary-light {
  background-color: rgba(var(--quaternary-rgb-format) / 0.06);
}
.bg-quinary-light {
  background-color: rgba(var(--quinary-rgb-format) / 0.06);
}
.bg-light-light {
  background-color: rgba(var(--light-rgb-format) / 0.06);
}
.bg-gray-light {
  background-color: rgba(var(--gray-rgb-format) / 0.06);
}
.bg-dark-light {
  background-color: rgba(var(--dark-rgb-format) / 0.06);
}
.bg-dark-gray-light {
  background-color: rgba(var(--dark-gray-rgb-format) / 0.06);
}
@media (min-width: 576px) {
  .bg-sm-primary-light {
    background-color: rgba(var(--primary-rgb-format) / 0.06);
  }
  .bg-sm-secondary-light {
    background-color: rgba(var(--secondary-rgb-format) / 0.06);
  }
  .bg-sm-tertiary-light {
    background-color: rgba(var(--tertiary-rgb-format) / 0.06);
  }
  .bg-sm-quaternary-light {
    background-color: rgba(var(--quaternary-rgb-format) / 0.06);
  }
  .bg-sm-quinary-light {
    background-color: rgba(var(--quinary-rgb-format) / 0.06);
  }
  .bg-sm-light-light {
    background-color: rgba(var(--light-rgb-format) / 0.06);
  }
  .bg-sm-gray-light {
    background-color: rgba(var(--gray-rgb-format) / 0.06);
  }
  .bg-sm-dark-light {
    background-color: rgba(var(--dark-rgb-format) / 0.06);
  }
  .bg-sm-dark-gray-light {
    background-color: rgba(var(--dark-gray-rgb-format) / 0.06);
  }
}
@media (min-width: 768px) {
  .bg-md-primary-light {
    background-color: rgba(var(--primary-rgb-format) / 0.06);
  }
  .bg-md-secondary-light {
    background-color: rgba(var(--secondary-rgb-format) / 0.06);
  }
  .bg-md-tertiary-light {
    background-color: rgba(var(--tertiary-rgb-format) / 0.06);
  }
  .bg-md-quaternary-light {
    background-color: rgba(var(--quaternary-rgb-format) / 0.06);
  }
  .bg-md-quinary-light {
    background-color: rgba(var(--quinary-rgb-format) / 0.06);
  }
  .bg-md-light-light {
    background-color: rgba(var(--light-rgb-format) / 0.06);
  }
  .bg-md-gray-light {
    background-color: rgba(var(--gray-rgb-format) / 0.06);
  }
  .bg-md-dark-light {
    background-color: rgba(var(--dark-rgb-format) / 0.06);
  }
  .bg-md-dark-gray-light {
    background-color: rgba(var(--dark-gray-rgb-format) / 0.06);
  }
}
@media (min-width: 992px) {
  .bg-lg-primary-light {
    background-color: rgba(var(--primary-rgb-format) / 0.06);
  }
  .bg-lg-secondary-light {
    background-color: rgba(var(--secondary-rgb-format) / 0.06);
  }
  .bg-lg-tertiary-light {
    background-color: rgba(var(--tertiary-rgb-format) / 0.06);
  }
  .bg-lg-quaternary-light {
    background-color: rgba(var(--quaternary-rgb-format) / 0.06);
  }
  .bg-lg-quinary-light {
    background-color: rgba(var(--quinary-rgb-format) / 0.06);
  }
  .bg-lg-light-light {
    background-color: rgba(var(--light-rgb-format) / 0.06);
  }
  .bg-lg-gray-light {
    background-color: rgba(var(--gray-rgb-format) / 0.06);
  }
  .bg-lg-dark-light {
    background-color: rgba(var(--dark-rgb-format) / 0.06);
  }
  .bg-lg-dark-gray-light {
    background-color: rgba(var(--dark-gray-rgb-format) / 0.06);
  }
}
@media (min-width: 1200px) {
  .bg-xl-primary-light {
    background-color: rgba(var(--primary-rgb-format) / 0.06);
  }
  .bg-xl-secondary-light {
    background-color: rgba(var(--secondary-rgb-format) / 0.06);
  }
  .bg-xl-tertiary-light {
    background-color: rgba(var(--tertiary-rgb-format) / 0.06);
  }
  .bg-xl-quaternary-light {
    background-color: rgba(var(--quaternary-rgb-format) / 0.06);
  }
  .bg-xl-quinary-light {
    background-color: rgba(var(--quinary-rgb-format) / 0.06);
  }
  .bg-xl-light-light {
    background-color: rgba(var(--light-rgb-format) / 0.06);
  }
  .bg-xl-gray-light {
    background-color: rgba(var(--gray-rgb-format) / 0.06);
  }
  .bg-xl-dark-light {
    background-color: rgba(var(--dark-rgb-format) / 0.06);
  }
  .bg-xl-dark-gray-light {
    background-color: rgba(var(--dark-gray-rgb-format) / 0.06);
  }
}
@media (min-width: 1400px) {
  .bg-xxl-primary-light {
    background-color: rgba(var(--primary-rgb-format) / 0.06);
  }
  .bg-xxl-secondary-light {
    background-color: rgba(var(--secondary-rgb-format) / 0.06);
  }
  .bg-xxl-tertiary-light {
    background-color: rgba(var(--tertiary-rgb-format) / 0.06);
  }
  .bg-xxl-quaternary-light {
    background-color: rgba(var(--quaternary-rgb-format) / 0.06);
  }
  .bg-xxl-quinary-light {
    background-color: rgba(var(--quinary-rgb-format) / 0.06);
  }
  .bg-xxl-light-light {
    background-color: rgba(var(--light-rgb-format) / 0.06);
  }
  .bg-xxl-gray-light {
    background-color: rgba(var(--gray-rgb-format) / 0.06);
  }
  .bg-xxl-dark-light {
    background-color: rgba(var(--dark-rgb-format) / 0.06);
  }
  .bg-xxl-dark-gray-light {
    background-color: rgba(var(--dark-gray-rgb-format) / 0.06);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-img-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 250px;
}
.bg-img-container img.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  .overlap-left {
    margin-left: -20%;
  }
}
@media (min-width: 992px) {
  .overlap-right {
    margin-right: -20%;
  }
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-faqs .accordion-item .accordion-button::after {
  color: var(--primary);
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 600;
  background-image: unset !important;
}
.wi-faqs .accordion-item .accordion-button.collapsed::after {
  content: "+";
}
.wi-faqs .accordion-item .accordion-button:not(.collapsed)::after {
  color: white;
}
.wi-faqs.accordion .accordion-title {
  position: relative;
  font-size: 18px;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #F1F2F2;
}
.wi-faqs.accordion .accordion-title i {
  position: absolute;
  font-size: 20px;
  right: 18px;
  top: 20px;
}
.wi-faqs .accordion-item {
  border: none;
}
.wi-faqs .accordion-button {
  background-color: #f1f2f2;
  color: var(--primary);
  font-weight: 600;
  font-size: 1.3rem;
  border-radius: 5px;
  padding: 1.25rem;
}
.wi-faqs .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem #2ca3f324;
}
.wi-faqs .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--primary) !important;
}
.wi-faqs .accordion-item:not(:last-of-type) {
  margin-bottom: 16px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.img-cover {
  object-fit: cover;
  width: 100%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.co-subnav-cutout .page {
  border-radius: var(--border-radius);
  border: 4px solid var(--secondary);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s ease-in;
  margin-left: 0.75rem;
}
.co-subnav-cutout .page:hover {
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
}
.co-subnav-cutout .page:hover p {
  color: var(--primary);
}
.co-subnav-cutout .page .img-wrapper {
  width: 100%;
  padding-bottom: 90%;
  position: relative;
}
.co-subnav-cutout .page .img-wrapper .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.co-subnav-cutout .page img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.co-subnav-cutout .page:hover p {
  transition: 0.2s ease-in;
}
.co-subnav-cutout .slick-track {
  display: flex !important;
}
.co-subnav-cutout .slick-slide {
  height: inherit !important;
}
.co-subnav-cutout .slick-prev:before, .co-subnav-cutout .slick-next:before {
  color: var(--primary);
}
@media (max-width: 576px) {
  .co-subnav-cutout .slick-prev {
    left: 0px;
  }
  .co-subnav-cutout .slick-next {
    right: 0px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
section:not([class*="bg-"]):not(.lr-section) + section:not([class*="bg-"]):not(.lr-section) {
  padding-top: 0px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
@media (min-width: 576px) {
  .rounded-sm {
    border-radius: 0.25rem !important;
  }
  .rounded-sm-0 {
    border-radius: 0 !important;
  }
}
@media (min-width: 768px) {
  .rounded-md {
    border-radius: 0.25rem !important;
  }
  .rounded-md-0 {
    border-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  .rounded-lg {
    border-radius: 0.25rem !important;
  }
  .rounded-lg-0 {
    border-radius: 0 !important;
  }
}
@media (min-width: 1200px) {
  .rounded-xl {
    border-radius: 0.25rem !important;
  }
  .rounded-xl-0 {
    border-radius: 0 !important;
  }
}
@media (min-width: 1400px) {
  .rounded-xxl {
    border-radius: 0.25rem !important;
  }
  .rounded-xxl-0 {
    border-radius: 0 !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.well-highlight {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
  border-radius: var(--border-radius);
}
.well-highlight div:first-child {
  position: relative;
  padding-bottom: 60%;
}
.well-highlight div:first-child picture {
  position: absolute;
  height: 100%;
  width: 100%;
}
.well-highlight div:first-child picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.well-highlight div:last-child {
  height: 100%;
  background: #f1f2f2;
  padding: 1.5rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.horizontal-scroll {
  --horizontal-scroll-offset: 84px;
}
/* Overlay on sides */
.horizontal-scroll .scroll-overlay:before, .horizontal-scroll .scroll-overlay:after {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  background: #fff;
  opacity: 0.8;
}
.horizontal-scroll .scroll-overlay:before {
  left: 0px;
}
.horizontal-scroll .scroll-overlay:after {
  right: 0px;
}
@media (min-width: 992px) {
  .horizontal-scroll .scroll-overlay:before, .horizontal-scroll .scroll-overlay:after {
    width: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
  }
}
/* Overflow */
.horizontal-scroll .overflow {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .horizontal-scroll .overflow {
    padding-left: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
    padding-right: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
  }
}
.horizontal-scroll .overflow:hover {
  cursor: default;
}
/* Scroll bar */
.horizontal-scroll .overflow:not(.hide-scrollbar)::-webkit-scrollbar {
  display: block;
  height: 4px;
  transition: transform 0.3s ease;
}
.horizontal-scroll .overflow:not(.hide-scrollbar)::-webkit-scrollbar-thumb {
  background-color: #32473b;
}
.horizontal-scroll .overflow:not(.hide-scrollbar)::-webkit-scrollbar-track-piece {
  background-color: #ced8e0;
}
.horizontal-scroll .overflow::-webkit-scrollbar-track-piece:start {
  margin-left: 20px;
}
.horizontal-scroll .overflow::-webkit-scrollbar-track-piece:end {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .horizontal-scroll .overflow::-webkit-scrollbar-track-piece:start {
    margin-left: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
  }
  .horizontal-scroll .overflow::-webkit-scrollbar-track-piece:end {
    margin-right: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
  }
  .horizontal-scroll .overflow[data-auto-scroll-mobile] {
    padding-left: unset;
    padding-right: unset;
    overflow: unset;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-outline .border-well-secondary {
  display: block;
  color: black;
}
.wi-subnav-outline .box-outline, .wi-subnav-outline a, .wi-subnav-outline a p {
  transition: 0.2s ease-in;
}
.wi-subnav-outline .box-outline:hover {
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
}
.wi-subnav-outline .box-outline:hover p.text-uppercase {
  color: var(--primary);
}
.wi-subnav-outline .box-outline a:hover {
  color: var(--primary);
}
.wi-subnav-outline .box-outline a i {
  font-size: 14px;
  top: -0.5px;
  position: relative;
  margin-left: 0.25rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.hide-labels label {
  display: none;
}
.textarea-short textarea {
  min-height: 100px !important;
}
form .form-group {
  margin-bottom: 1rem;
}
form .form-group:last-child {
  margin-bottom: 0px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  .overlap-top {
    margin-top: -66px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-coupons button:hover {
  cursor: unset;
  box-shadow: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-reviews-full-1 .well {
  overflow: hidden;
  position: relative;
  box-shadow: none;
}
.wi-reviews-full-1 .expand-review {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding-bottom: 2px;
  width: 100%;
  height: 50px;
  background: linear-gradient(#f1f2f200, var(--gray) 70%);
}
.wi-reviews-full-1 .expand-review i {
  transition: var(--transition);
  color: var(--secondary);
  margin-bottom: 2px;
}
.wi-reviews-full-1 .well.expanded .expand-review i {
  transform: rotate(0.5turn);
}
.wi-reviews-full-1 .author-avatar- {
  display: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-cities-footer {
  padding-left: 0px;
  list-style: none;
  columns: 2;
  font-size: 1rem;
}
.wi-cities-footer li {
  margin-bottom: 5px;
}
.wi-cities-footer li a {
  color: #94959B;
}
.wi-cities-footer li a:hover {
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
  --border-radius: 6px;
}
.border-top {
  border-top: 1px solid #94959B;
}
.border-end {
  border-right: 1px solid #94959B;
}
.border-bottom {
  border-bottom: 1px solid #94959B;
}
.border-start {
  border-left: 1px solid #94959B;
}
@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #94959B;
  }
  .border-sm-end {
    border-right: 1px solid #94959B;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #94959B;
  }
  .border-sm-start {
    border-left: 1px solid #94959B;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #94959B;
  }
  .border-md-end {
    border-right: 1px solid #94959B;
  }
  .border-md-bottom {
    border-bottom: 1px solid #94959B;
  }
  .border-md-start {
    border-left: 1px solid #94959B;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #94959B;
  }
  .border-lg-end {
    border-right: 1px solid #94959B;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #94959B;
  }
  .border-lg-start {
    border-left: 1px solid #94959B;
  }
}
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid #94959B;
  }
  .border-xl-end {
    border-right: 1px solid #94959B;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #94959B;
  }
  .border-xl-start {
    border-left: 1px solid #94959B;
  }
}
@media (min-width: 1400px) {
  .border-xxl-top {
    border-top: 1px solid #94959B;
  }
  .border-xxl-end {
    border-right: 1px solid #94959B;
  }
  .border-xxl-bottom {
    border-bottom: 1px solid #94959B;
  }
  .border-xxl-start {
    border-left: 1px solid #94959B;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
header.scrolled .mega-nav {
  top: var(--nav-height);
}
.mega-nav {
  display: flex;
  justify-content: center;
  width: var(--container-w);
  padding: 50px 95px;
  position: fixed;
  top: calc(var(--nav-height) + var(--nav-tert-height));
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: white;
  border-top: 3px solid var(--secondary);
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  transition: top var(--transition);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.mega-nav .page {
  transition: 0.2s ease-in;
  border-radius: var(--border-radius);
  border: 3px solid var(--secondary);
  height: 100%;
  width: 190px;
  padding: 0px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 30px;
}
.mega-nav .page:hover {
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
}
.mega-nav .page p {
  font-size: 0.9rem;
}
.mega-nav .page:hover p {
  color: var(--primary);
}
.mega-nav .page .img-wrapper {
  width: 100%;
  padding-bottom: 81%;
  position: relative;
}
.mega-nav .page .img-wrapper .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.mega-nav .page img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mega-nav .page:hover p {
  transition: 0.2s ease-in;
}
.mega-nav .something-else {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  height: auto;
  width: 190px;
  color: white !important;
  text-align: center;
  font-weight: 600;
  border-radius: var(--border-radius);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 991px) {
  header nav .level-2 .page-icon {
    height: 20px;
    margin-right: 10px;
  }
  header nav .level-2 a:active, header nav .level-2 a:focus {
    background-color: var(--primary);
    color: white !important;
  }
  header nav .level-2 a:active .page-icon, header nav .level-2 a:focus .page-icon {
    filter: brightness(0) invert(1);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.mega-nav.mega-coupons button:hover {
  cursor: unset;
  box-shadow: none;
}
.mega-nav.mega-coupons .coupon {
  position: relative;
  border-style: dashed;
  min-height: 190px;
  justify-content: center;
  align-items: center;
  background-color: unset;
}
.mega-nav.mega-coupons .coupon picture {
  position: absolute;
  top: -35px;
}
.mega-nav.mega-coupons .coupon picture img {
  height: 94px;
  object-fit: unset;
  width: unset;
  margin-bottom: 0px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-overlay .wi-cities-list a {
  color: white;
}
.bg-overlay .wi-cities-list a:hover {
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.video-player:hover .video-poster-img {
  box-shadow: 1px 0px 10px black;
  transition: box-shadow 0.15s ease-in-out;
}
.video-player .video-poster-img {
  width: 100%;
  max-height: 500px;
}
.video-player .video-title {
  position: absolute;
  top: 10px;
  left: 0;
  box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.15);
}
.video-player .video-play-btn {
  position: absolute;
  left: 25px;
  bottom: 10px;
  background-color: var(--primary);
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  padding: 12px 25px;
}
.video-player .video-banner-text {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: calc(50% - 32px);
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: var(--font-primary);
}
.video-player .video-banner-text img {
  height: 32px;
}
@media (min-width: 992px) {
  .video-player .video-poster-img {
    width: 100%;
    max-height: 640px;
  }
  .video-player .video-title {
    top: 40px;
  }
  .video-player .video-play-btn {
    left: 42px;
    bottom: 32px;
    font-size: 50px;
    line-height: 30px;
    padding: 21px 50px;
  }
  .video-player .video-banner-text {
    top: calc(50% - 64px);
    font-size: 64px;
  }
  .video-player .video-banner-text img {
    height: 64px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.modal .close {
  position: absolute;
  top: 4px;
  right: 10px;
  border: unset;
  background: unset;
  font-size: 25px;
  height: unset;
  z-index: 10;
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-cards-accordion-1 .page:not(:last-of-type) {
  padding-bottom: 90px;
}
/* Card */
.wi-subnav-cards-accordion-1 .page .page-card {
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
}
.wi-subnav-cards-accordion-1 .page .page-card .image {
  height: 190px;
  width: 100%;
}
.wi-subnav-cards-accordion-1 .page .page-card .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.wi-subnav-cards-accordion-1 .page .page-card .details {
  background: #f1f2f2;
  padding: 21px 35px 35px;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
@media (max-width: 992px) {
  .wi-subnav-cards-accordion-1 .page .page-card .details {
    padding: 20px;
  }
}
.wi-subnav-cards-accordion-1 .page .page-card .details .name {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
}
.wi-subnav-cards-accordion-1 .page .page-card .details .link {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
}
.wi-subnav-cards-accordion-1 .details .description p {
  font-size: 16px;
}
/* Accordion */
.wi-subnav-cards-accordion-1 .page .accordion-item .accordion-button::after {
  color: var(--primary);
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-weight: 600;
  background-image: unset !important;
}
.wi-subnav-cards-accordion-1 .page .accordion-item .accordion-button.collapsed::after {
  content: "+";
}
.wi-subnav-cards-accordion-1 .page .accordion-item .accordion-button:not(.collapsed)::after {
  color: white;
}
.wi-subnav-cards-accordion-1 .page .accordion .accordion-title {
  position: relative;
  font-size: 18px;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #F1F2F2;
}
.wi-subnav-cards-accordion-1 .page .accordion .accordion-title i {
  position: absolute;
  font-size: 20px;
  right: 18px;
  top: 20px;
}
.wi-subnav-cards-accordion-1 .page .accordion-item {
  border: none;
}
.wi-subnav-cards-accordion-1 .page .accordion-button {
  background-color: #f1f2f2;
  color: var(--primary);
  font-weight: 600;
  font-size: 1.3rem;
  border-radius: 5px;
  padding: 1.25rem;
}
.wi-subnav-cards-accordion-1 .page .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem #2ca3f324;
}
.wi-subnav-cards-accordion-1 .page .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--primary) !important;
}
.wi-subnav-cards-accordion-1 .page .accordion .accordion-body p {
  font-size: 16px;
  color: #000000;
}
.wi-subnav-cards-accordion-1 .page .accordion .accordion-body p:last-of-type {
  margin-bottom: 0;
}
.wi-subnav-cards-accordion-1 .page .accordion-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.wi-subnav-cards-accordion-1 .page .accordion-primary .accordion-button {
  color: var(--primary);
  background-color: #f1f2f2;
}
.wi-subnav-cards-accordion-1 .page .accordion-primary .accordion-button:not(.collapsed) {
  background-color: var(--primary) !important;
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-primary.accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-primary.accordion-item .accordion-button::after {
  color: var(--primary);
}
.wi-subnav-cards-accordion-1 .page .accordion-secondary .accordion-button {
  color: var(--secondary);
  background-color: #f1f2f2;
}
.wi-subnav-cards-accordion-1 .page .accordion-secondary .accordion-button:not(.collapsed) {
  background-color: var(--secondary) !important;
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-secondary.accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-secondary.accordion-item .accordion-button::after {
  color: var(--secondary);
}
.wi-subnav-cards-accordion-1 .page .accordion-tertiary .accordion-button {
  color: var(--tertiary);
  background-color: #f1f2f2;
}
.wi-subnav-cards-accordion-1 .page .accordion-tertiary .accordion-button:not(.collapsed) {
  background-color: var(--tertiary) !important;
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-tertiary.accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-tertiary.accordion-item .accordion-button::after {
  color: var(--tertiary);
}
.wi-subnav-cards-accordion-1 .page .accordion-quaternary .accordion-button {
  color: var(--quaternary);
  background-color: #f1f2f2;
}
.wi-subnav-cards-accordion-1 .page .accordion-quaternary .accordion-button:not(.collapsed) {
  background-color: var(--quaternary) !important;
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-quaternary.accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-quaternary.accordion-item .accordion-button::after {
  color: var(--quaternary);
}
.wi-subnav-cards-accordion-1 .page .accordion-quinary .accordion-button {
  color: var(--quinary);
  background-color: #f1f2f2;
}
.wi-subnav-cards-accordion-1 .page .accordion-quinary .accordion-button:not(.collapsed) {
  background-color: var(--quinary) !important;
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-quinary.accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-quinary.accordion-item .accordion-button::after {
  color: var(--quinary);
}
.wi-subnav-cards-accordion-1 .page .accordion-light .accordion-button {
  color: var(--light);
  background-color: #f1f2f2;
}
.wi-subnav-cards-accordion-1 .page .accordion-light .accordion-button:not(.collapsed) {
  background-color: var(--light) !important;
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-light.accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-light.accordion-item .accordion-button::after {
  color: var(--light);
}
.wi-subnav-cards-accordion-1 .page .accordion-gray .accordion-button {
  color: var(--gray);
  background-color: #f1f2f2;
}
.wi-subnav-cards-accordion-1 .page .accordion-gray .accordion-button:not(.collapsed) {
  background-color: var(--gray) !important;
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-gray.accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-gray.accordion-item .accordion-button::after {
  color: var(--gray);
}
.wi-subnav-cards-accordion-1 .page .accordion-dark .accordion-button {
  color: var(--dark);
  background-color: #f1f2f2;
}
.wi-subnav-cards-accordion-1 .page .accordion-dark .accordion-button:not(.collapsed) {
  background-color: var(--dark) !important;
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-dark.accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-dark.accordion-item .accordion-button::after {
  color: var(--dark);
}
.wi-subnav-cards-accordion-1 .page .accordion-dark-gray .accordion-button {
  color: var(--dark-gray);
  background-color: #f1f2f2;
}
.wi-subnav-cards-accordion-1 .page .accordion-dark-gray .accordion-button:not(.collapsed) {
  background-color: var(--dark-gray) !important;
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-dark-gray.accordion-item .accordion-button:not(.collapsed)::after {
  color: #ffffff;
}
.wi-subnav-cards-accordion-1 .page .accordion-dark-gray.accordion-item .accordion-button::after {
  color: var(--dark-gray);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-card-2 .page-card {
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wi-subnav-card-2 .page-card .image {
  height: 190px;
  width: 100%;
}
.wi-subnav-card-2 .page-card .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.wi-subnav-card-2 .page-card .details {
  background: #f1f2f2;
  padding: 21px 35px 35px;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  flex-grow: 1;
}
@media (max-width: 992px) {
  .wi-subnav-card-2 .page-card .details {
    padding: 20px;
  }
  .wi-subnav-card-2 .col-lg-6:not(:last-child) {
    margin-bottom: 24px;
  }
}
.wi-subnav-card-2 .page-card .details .name {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.wi-subnav-card-2 .page-card .details .description {
  font-size: 18px;
  color: var(--tertiary);
  font-weight: 300;
}
.wi-subnav-card-2 .page-card .details .link {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.see-more-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  --see-more-height: 240px;
}
.see-more-wrapper:not(.open) {
  overflow-y: hidden;
  max-height: var(--see-more-height);
  transition: max-height var(--transition);
}
.bg-quaternary .see-more-wrapper:not(.open) {
  border-color: var(--quaternary);
}
.bg-gray .see-more-wrapper:not(.open) {
  border-color: var(--gray);
}
.see-more-wrapper.open {
  max-height: 3000px;
  padding-bottom: 30px;
  transition: max-height var(--transition);
}
.see-more-wrapper:not(.open):before {
  content: "";
  position: absolute;
  width: calc(100% + 2 * var(--bs-gutter-x));
  height: 100px;
  left: calc(-1 * var(--bs-gutter-x));
  bottom: 0px;
  z-index: 1;
  background: linear-gradient(177.38deg, rgba(255, 255, 255, 0) 2.19%, #FFFFFF 66.36%);
}
.bg-quaternary .see-more-wrapper:not(.open):before {
  background: linear-gradient(177.38deg, rgba(148, 149, 155, 0.35) 2.19%, var(--quaternary) 66.36%);
}
.bg-gray .see-more-wrapper:not(.open):before {
  background: linear-gradient(177.38deg, rgba(241, 242, 242, 0) 2.19%, var(--gray) 66.36%);
}
.see-more-wrapper:not(.open) .see-more-text {
  display: block;
}
.see-more-wrapper:not(.open) .see-more-text-open {
  display: none;
}
.see-more-wrapper.open .see-more-text {
  display: none;
}
.see-more-wrapper.open .see-more-text-open {
  display: block;
}
.see-more-wrapper .see-more-text, .see-more-wrapper .see-more-text-open {
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: var(--primary);
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
}
.see-more-wrapper .see-more-text:hover, .see-more-wrapper .see-more-text-open:hover {
  color: var(--secondary);
  transition: all var(--transition);
  cursor: pointer;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 992px) {
  .bump-up-card-col {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: transparent !important;
  }
  .bump-up-card-col .bump-up-card {
    margin-top: -10%;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.co-subnav-cutout .page {
  border-radius: var(--border-radius);
  border: 4px solid var(--secondary);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s ease-in;
  margin-left: 0.75rem;
}
.co-subnav-cutout .page:hover {
  box-shadow: 0px 0px 14px 0px hwb(0deg 0% 100%/20%);
}
.co-subnav-cutout .page:hover p {
  color: var(--primary);
}
.co-subnav-cutout .page .img-wrapper {
  width: 100%;
  padding-bottom: 90%;
  position: relative;
}
.co-subnav-cutout .page .img-wrapper .img-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.co-subnav-cutout .page img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.co-subnav-cutout .page:hover p {
  transition: 0.2s ease-in;
}
.co-subnav-cutout .slick-track {
  display: flex !important;
}
.co-subnav-cutout .slick-slide {
  height: inherit !important;
}
.co-subnav-cutout .slick-prev:before, .co-subnav-cutout .slick-next:before {
  color: var(--primary);
}
@media (max-width: 576px) {
  .co-subnav-cutout .slick-prev {
    left: 0px;
  }
  .co-subnav-cutout .slick-next {
    right: 0px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.width-1 {
  width: calc(1 * 1%) !important;
}
.width-2 {
  width: calc(2 * 1%) !important;
}
.width-3 {
  width: calc(3 * 1%) !important;
}
.width-4 {
  width: calc(4 * 1%) !important;
}
.width-5 {
  width: calc(5 * 1%) !important;
}
.width-6 {
  width: calc(6 * 1%) !important;
}
.width-7 {
  width: calc(7 * 1%) !important;
}
.width-8 {
  width: calc(8 * 1%) !important;
}
.width-9 {
  width: calc(9 * 1%) !important;
}
.width-10 {
  width: calc(10 * 1%) !important;
}
.width-11 {
  width: calc(11 * 1%) !important;
}
.width-12 {
  width: calc(12 * 1%) !important;
}
.width-13 {
  width: calc(13 * 1%) !important;
}
.width-14 {
  width: calc(14 * 1%) !important;
}
.width-15 {
  width: calc(15 * 1%) !important;
}
.width-16 {
  width: calc(16 * 1%) !important;
}
.width-17 {
  width: calc(17 * 1%) !important;
}
.width-18 {
  width: calc(18 * 1%) !important;
}
.width-19 {
  width: calc(19 * 1%) !important;
}
.width-20 {
  width: calc(20 * 1%) !important;
}
.width-21 {
  width: calc(21 * 1%) !important;
}
.width-22 {
  width: calc(22 * 1%) !important;
}
.width-23 {
  width: calc(23 * 1%) !important;
}
.width-24 {
  width: calc(24 * 1%) !important;
}
.width-25 {
  width: calc(25 * 1%) !important;
}
.width-26 {
  width: calc(26 * 1%) !important;
}
.width-27 {
  width: calc(27 * 1%) !important;
}
.width-28 {
  width: calc(28 * 1%) !important;
}
.width-29 {
  width: calc(29 * 1%) !important;
}
.width-30 {
  width: calc(30 * 1%) !important;
}
.width-31 {
  width: calc(31 * 1%) !important;
}
.width-32 {
  width: calc(32 * 1%) !important;
}
.width-33 {
  width: calc(33 * 1%) !important;
}
.width-34 {
  width: calc(34 * 1%) !important;
}
.width-35 {
  width: calc(35 * 1%) !important;
}
.width-36 {
  width: calc(36 * 1%) !important;
}
.width-37 {
  width: calc(37 * 1%) !important;
}
.width-38 {
  width: calc(38 * 1%) !important;
}
.width-39 {
  width: calc(39 * 1%) !important;
}
.width-40 {
  width: calc(40 * 1%) !important;
}
.width-41 {
  width: calc(41 * 1%) !important;
}
.width-42 {
  width: calc(42 * 1%) !important;
}
.width-43 {
  width: calc(43 * 1%) !important;
}
.width-44 {
  width: calc(44 * 1%) !important;
}
.width-45 {
  width: calc(45 * 1%) !important;
}
.width-46 {
  width: calc(46 * 1%) !important;
}
.width-47 {
  width: calc(47 * 1%) !important;
}
.width-48 {
  width: calc(48 * 1%) !important;
}
.width-49 {
  width: calc(49 * 1%) !important;
}
.width-50 {
  width: calc(50 * 1%) !important;
}
.width-51 {
  width: calc(51 * 1%) !important;
}
.width-52 {
  width: calc(52 * 1%) !important;
}
.width-53 {
  width: calc(53 * 1%) !important;
}
.width-54 {
  width: calc(54 * 1%) !important;
}
.width-55 {
  width: calc(55 * 1%) !important;
}
.width-56 {
  width: calc(56 * 1%) !important;
}
.width-57 {
  width: calc(57 * 1%) !important;
}
.width-58 {
  width: calc(58 * 1%) !important;
}
.width-59 {
  width: calc(59 * 1%) !important;
}
.width-60 {
  width: calc(60 * 1%) !important;
}
.width-61 {
  width: calc(61 * 1%) !important;
}
.width-62 {
  width: calc(62 * 1%) !important;
}
.width-63 {
  width: calc(63 * 1%) !important;
}
.width-64 {
  width: calc(64 * 1%) !important;
}
.width-65 {
  width: calc(65 * 1%) !important;
}
.width-66 {
  width: calc(66 * 1%) !important;
}
.width-67 {
  width: calc(67 * 1%) !important;
}
.width-68 {
  width: calc(68 * 1%) !important;
}
.width-69 {
  width: calc(69 * 1%) !important;
}
.width-70 {
  width: calc(70 * 1%) !important;
}
.width-71 {
  width: calc(71 * 1%) !important;
}
.width-72 {
  width: calc(72 * 1%) !important;
}
.width-73 {
  width: calc(73 * 1%) !important;
}
.width-74 {
  width: calc(74 * 1%) !important;
}
.width-75 {
  width: calc(75 * 1%) !important;
}
.width-76 {
  width: calc(76 * 1%) !important;
}
.width-77 {
  width: calc(77 * 1%) !important;
}
.width-78 {
  width: calc(78 * 1%) !important;
}
.width-79 {
  width: calc(79 * 1%) !important;
}
.width-80 {
  width: calc(80 * 1%) !important;
}
.width-81 {
  width: calc(81 * 1%) !important;
}
.width-82 {
  width: calc(82 * 1%) !important;
}
.width-83 {
  width: calc(83 * 1%) !important;
}
.width-84 {
  width: calc(84 * 1%) !important;
}
.width-85 {
  width: calc(85 * 1%) !important;
}
.width-86 {
  width: calc(86 * 1%) !important;
}
.width-87 {
  width: calc(87 * 1%) !important;
}
.width-88 {
  width: calc(88 * 1%) !important;
}
.width-89 {
  width: calc(89 * 1%) !important;
}
.width-90 {
  width: calc(90 * 1%) !important;
}
.width-91 {
  width: calc(91 * 1%) !important;
}
.width-92 {
  width: calc(92 * 1%) !important;
}
.width-93 {
  width: calc(93 * 1%) !important;
}
.width-94 {
  width: calc(94 * 1%) !important;
}
.width-95 {
  width: calc(95 * 1%) !important;
}
.width-96 {
  width: calc(96 * 1%) !important;
}
.width-97 {
  width: calc(97 * 1%) !important;
}
.width-98 {
  width: calc(98 * 1%) !important;
}
.width-99 {
  width: calc(99 * 1%) !important;
}
.width-100 {
  width: calc(100 * 1%) !important;
}
@media (min-width: 576px) {
  .width-sm-1 {
    width: calc(1 * 1%) !important;
  }
  .width-sm-2 {
    width: calc(2 * 1%) !important;
  }
  .width-sm-3 {
    width: calc(3 * 1%) !important;
  }
  .width-sm-4 {
    width: calc(4 * 1%) !important;
  }
  .width-sm-5 {
    width: calc(5 * 1%) !important;
  }
  .width-sm-6 {
    width: calc(6 * 1%) !important;
  }
  .width-sm-7 {
    width: calc(7 * 1%) !important;
  }
  .width-sm-8 {
    width: calc(8 * 1%) !important;
  }
  .width-sm-9 {
    width: calc(9 * 1%) !important;
  }
  .width-sm-10 {
    width: calc(10 * 1%) !important;
  }
  .width-sm-11 {
    width: calc(11 * 1%) !important;
  }
  .width-sm-12 {
    width: calc(12 * 1%) !important;
  }
  .width-sm-13 {
    width: calc(13 * 1%) !important;
  }
  .width-sm-14 {
    width: calc(14 * 1%) !important;
  }
  .width-sm-15 {
    width: calc(15 * 1%) !important;
  }
  .width-sm-16 {
    width: calc(16 * 1%) !important;
  }
  .width-sm-17 {
    width: calc(17 * 1%) !important;
  }
  .width-sm-18 {
    width: calc(18 * 1%) !important;
  }
  .width-sm-19 {
    width: calc(19 * 1%) !important;
  }
  .width-sm-20 {
    width: calc(20 * 1%) !important;
  }
  .width-sm-21 {
    width: calc(21 * 1%) !important;
  }
  .width-sm-22 {
    width: calc(22 * 1%) !important;
  }
  .width-sm-23 {
    width: calc(23 * 1%) !important;
  }
  .width-sm-24 {
    width: calc(24 * 1%) !important;
  }
  .width-sm-25 {
    width: calc(25 * 1%) !important;
  }
  .width-sm-26 {
    width: calc(26 * 1%) !important;
  }
  .width-sm-27 {
    width: calc(27 * 1%) !important;
  }
  .width-sm-28 {
    width: calc(28 * 1%) !important;
  }
  .width-sm-29 {
    width: calc(29 * 1%) !important;
  }
  .width-sm-30 {
    width: calc(30 * 1%) !important;
  }
  .width-sm-31 {
    width: calc(31 * 1%) !important;
  }
  .width-sm-32 {
    width: calc(32 * 1%) !important;
  }
  .width-sm-33 {
    width: calc(33 * 1%) !important;
  }
  .width-sm-34 {
    width: calc(34 * 1%) !important;
  }
  .width-sm-35 {
    width: calc(35 * 1%) !important;
  }
  .width-sm-36 {
    width: calc(36 * 1%) !important;
  }
  .width-sm-37 {
    width: calc(37 * 1%) !important;
  }
  .width-sm-38 {
    width: calc(38 * 1%) !important;
  }
  .width-sm-39 {
    width: calc(39 * 1%) !important;
  }
  .width-sm-40 {
    width: calc(40 * 1%) !important;
  }
  .width-sm-41 {
    width: calc(41 * 1%) !important;
  }
  .width-sm-42 {
    width: calc(42 * 1%) !important;
  }
  .width-sm-43 {
    width: calc(43 * 1%) !important;
  }
  .width-sm-44 {
    width: calc(44 * 1%) !important;
  }
  .width-sm-45 {
    width: calc(45 * 1%) !important;
  }
  .width-sm-46 {
    width: calc(46 * 1%) !important;
  }
  .width-sm-47 {
    width: calc(47 * 1%) !important;
  }
  .width-sm-48 {
    width: calc(48 * 1%) !important;
  }
  .width-sm-49 {
    width: calc(49 * 1%) !important;
  }
  .width-sm-50 {
    width: calc(50 * 1%) !important;
  }
  .width-sm-51 {
    width: calc(51 * 1%) !important;
  }
  .width-sm-52 {
    width: calc(52 * 1%) !important;
  }
  .width-sm-53 {
    width: calc(53 * 1%) !important;
  }
  .width-sm-54 {
    width: calc(54 * 1%) !important;
  }
  .width-sm-55 {
    width: calc(55 * 1%) !important;
  }
  .width-sm-56 {
    width: calc(56 * 1%) !important;
  }
  .width-sm-57 {
    width: calc(57 * 1%) !important;
  }
  .width-sm-58 {
    width: calc(58 * 1%) !important;
  }
  .width-sm-59 {
    width: calc(59 * 1%) !important;
  }
  .width-sm-60 {
    width: calc(60 * 1%) !important;
  }
  .width-sm-61 {
    width: calc(61 * 1%) !important;
  }
  .width-sm-62 {
    width: calc(62 * 1%) !important;
  }
  .width-sm-63 {
    width: calc(63 * 1%) !important;
  }
  .width-sm-64 {
    width: calc(64 * 1%) !important;
  }
  .width-sm-65 {
    width: calc(65 * 1%) !important;
  }
  .width-sm-66 {
    width: calc(66 * 1%) !important;
  }
  .width-sm-67 {
    width: calc(67 * 1%) !important;
  }
  .width-sm-68 {
    width: calc(68 * 1%) !important;
  }
  .width-sm-69 {
    width: calc(69 * 1%) !important;
  }
  .width-sm-70 {
    width: calc(70 * 1%) !important;
  }
  .width-sm-71 {
    width: calc(71 * 1%) !important;
  }
  .width-sm-72 {
    width: calc(72 * 1%) !important;
  }
  .width-sm-73 {
    width: calc(73 * 1%) !important;
  }
  .width-sm-74 {
    width: calc(74 * 1%) !important;
  }
  .width-sm-75 {
    width: calc(75 * 1%) !important;
  }
  .width-sm-76 {
    width: calc(76 * 1%) !important;
  }
  .width-sm-77 {
    width: calc(77 * 1%) !important;
  }
  .width-sm-78 {
    width: calc(78 * 1%) !important;
  }
  .width-sm-79 {
    width: calc(79 * 1%) !important;
  }
  .width-sm-80 {
    width: calc(80 * 1%) !important;
  }
  .width-sm-81 {
    width: calc(81 * 1%) !important;
  }
  .width-sm-82 {
    width: calc(82 * 1%) !important;
  }
  .width-sm-83 {
    width: calc(83 * 1%) !important;
  }
  .width-sm-84 {
    width: calc(84 * 1%) !important;
  }
  .width-sm-85 {
    width: calc(85 * 1%) !important;
  }
  .width-sm-86 {
    width: calc(86 * 1%) !important;
  }
  .width-sm-87 {
    width: calc(87 * 1%) !important;
  }
  .width-sm-88 {
    width: calc(88 * 1%) !important;
  }
  .width-sm-89 {
    width: calc(89 * 1%) !important;
  }
  .width-sm-90 {
    width: calc(90 * 1%) !important;
  }
  .width-sm-91 {
    width: calc(91 * 1%) !important;
  }
  .width-sm-92 {
    width: calc(92 * 1%) !important;
  }
  .width-sm-93 {
    width: calc(93 * 1%) !important;
  }
  .width-sm-94 {
    width: calc(94 * 1%) !important;
  }
  .width-sm-95 {
    width: calc(95 * 1%) !important;
  }
  .width-sm-96 {
    width: calc(96 * 1%) !important;
  }
  .width-sm-97 {
    width: calc(97 * 1%) !important;
  }
  .width-sm-98 {
    width: calc(98 * 1%) !important;
  }
  .width-sm-99 {
    width: calc(99 * 1%) !important;
  }
  .width-sm-100 {
    width: calc(100 * 1%) !important;
  }
}
@media (min-width: 768px) {
  .width-md-1 {
    width: calc(1 * 1%) !important;
  }
  .width-md-2 {
    width: calc(2 * 1%) !important;
  }
  .width-md-3 {
    width: calc(3 * 1%) !important;
  }
  .width-md-4 {
    width: calc(4 * 1%) !important;
  }
  .width-md-5 {
    width: calc(5 * 1%) !important;
  }
  .width-md-6 {
    width: calc(6 * 1%) !important;
  }
  .width-md-7 {
    width: calc(7 * 1%) !important;
  }
  .width-md-8 {
    width: calc(8 * 1%) !important;
  }
  .width-md-9 {
    width: calc(9 * 1%) !important;
  }
  .width-md-10 {
    width: calc(10 * 1%) !important;
  }
  .width-md-11 {
    width: calc(11 * 1%) !important;
  }
  .width-md-12 {
    width: calc(12 * 1%) !important;
  }
  .width-md-13 {
    width: calc(13 * 1%) !important;
  }
  .width-md-14 {
    width: calc(14 * 1%) !important;
  }
  .width-md-15 {
    width: calc(15 * 1%) !important;
  }
  .width-md-16 {
    width: calc(16 * 1%) !important;
  }
  .width-md-17 {
    width: calc(17 * 1%) !important;
  }
  .width-md-18 {
    width: calc(18 * 1%) !important;
  }
  .width-md-19 {
    width: calc(19 * 1%) !important;
  }
  .width-md-20 {
    width: calc(20 * 1%) !important;
  }
  .width-md-21 {
    width: calc(21 * 1%) !important;
  }
  .width-md-22 {
    width: calc(22 * 1%) !important;
  }
  .width-md-23 {
    width: calc(23 * 1%) !important;
  }
  .width-md-24 {
    width: calc(24 * 1%) !important;
  }
  .width-md-25 {
    width: calc(25 * 1%) !important;
  }
  .width-md-26 {
    width: calc(26 * 1%) !important;
  }
  .width-md-27 {
    width: calc(27 * 1%) !important;
  }
  .width-md-28 {
    width: calc(28 * 1%) !important;
  }
  .width-md-29 {
    width: calc(29 * 1%) !important;
  }
  .width-md-30 {
    width: calc(30 * 1%) !important;
  }
  .width-md-31 {
    width: calc(31 * 1%) !important;
  }
  .width-md-32 {
    width: calc(32 * 1%) !important;
  }
  .width-md-33 {
    width: calc(33 * 1%) !important;
  }
  .width-md-34 {
    width: calc(34 * 1%) !important;
  }
  .width-md-35 {
    width: calc(35 * 1%) !important;
  }
  .width-md-36 {
    width: calc(36 * 1%) !important;
  }
  .width-md-37 {
    width: calc(37 * 1%) !important;
  }
  .width-md-38 {
    width: calc(38 * 1%) !important;
  }
  .width-md-39 {
    width: calc(39 * 1%) !important;
  }
  .width-md-40 {
    width: calc(40 * 1%) !important;
  }
  .width-md-41 {
    width: calc(41 * 1%) !important;
  }
  .width-md-42 {
    width: calc(42 * 1%) !important;
  }
  .width-md-43 {
    width: calc(43 * 1%) !important;
  }
  .width-md-44 {
    width: calc(44 * 1%) !important;
  }
  .width-md-45 {
    width: calc(45 * 1%) !important;
  }
  .width-md-46 {
    width: calc(46 * 1%) !important;
  }
  .width-md-47 {
    width: calc(47 * 1%) !important;
  }
  .width-md-48 {
    width: calc(48 * 1%) !important;
  }
  .width-md-49 {
    width: calc(49 * 1%) !important;
  }
  .width-md-50 {
    width: calc(50 * 1%) !important;
  }
  .width-md-51 {
    width: calc(51 * 1%) !important;
  }
  .width-md-52 {
    width: calc(52 * 1%) !important;
  }
  .width-md-53 {
    width: calc(53 * 1%) !important;
  }
  .width-md-54 {
    width: calc(54 * 1%) !important;
  }
  .width-md-55 {
    width: calc(55 * 1%) !important;
  }
  .width-md-56 {
    width: calc(56 * 1%) !important;
  }
  .width-md-57 {
    width: calc(57 * 1%) !important;
  }
  .width-md-58 {
    width: calc(58 * 1%) !important;
  }
  .width-md-59 {
    width: calc(59 * 1%) !important;
  }
  .width-md-60 {
    width: calc(60 * 1%) !important;
  }
  .width-md-61 {
    width: calc(61 * 1%) !important;
  }
  .width-md-62 {
    width: calc(62 * 1%) !important;
  }
  .width-md-63 {
    width: calc(63 * 1%) !important;
  }
  .width-md-64 {
    width: calc(64 * 1%) !important;
  }
  .width-md-65 {
    width: calc(65 * 1%) !important;
  }
  .width-md-66 {
    width: calc(66 * 1%) !important;
  }
  .width-md-67 {
    width: calc(67 * 1%) !important;
  }
  .width-md-68 {
    width: calc(68 * 1%) !important;
  }
  .width-md-69 {
    width: calc(69 * 1%) !important;
  }
  .width-md-70 {
    width: calc(70 * 1%) !important;
  }
  .width-md-71 {
    width: calc(71 * 1%) !important;
  }
  .width-md-72 {
    width: calc(72 * 1%) !important;
  }
  .width-md-73 {
    width: calc(73 * 1%) !important;
  }
  .width-md-74 {
    width: calc(74 * 1%) !important;
  }
  .width-md-75 {
    width: calc(75 * 1%) !important;
  }
  .width-md-76 {
    width: calc(76 * 1%) !important;
  }
  .width-md-77 {
    width: calc(77 * 1%) !important;
  }
  .width-md-78 {
    width: calc(78 * 1%) !important;
  }
  .width-md-79 {
    width: calc(79 * 1%) !important;
  }
  .width-md-80 {
    width: calc(80 * 1%) !important;
  }
  .width-md-81 {
    width: calc(81 * 1%) !important;
  }
  .width-md-82 {
    width: calc(82 * 1%) !important;
  }
  .width-md-83 {
    width: calc(83 * 1%) !important;
  }
  .width-md-84 {
    width: calc(84 * 1%) !important;
  }
  .width-md-85 {
    width: calc(85 * 1%) !important;
  }
  .width-md-86 {
    width: calc(86 * 1%) !important;
  }
  .width-md-87 {
    width: calc(87 * 1%) !important;
  }
  .width-md-88 {
    width: calc(88 * 1%) !important;
  }
  .width-md-89 {
    width: calc(89 * 1%) !important;
  }
  .width-md-90 {
    width: calc(90 * 1%) !important;
  }
  .width-md-91 {
    width: calc(91 * 1%) !important;
  }
  .width-md-92 {
    width: calc(92 * 1%) !important;
  }
  .width-md-93 {
    width: calc(93 * 1%) !important;
  }
  .width-md-94 {
    width: calc(94 * 1%) !important;
  }
  .width-md-95 {
    width: calc(95 * 1%) !important;
  }
  .width-md-96 {
    width: calc(96 * 1%) !important;
  }
  .width-md-97 {
    width: calc(97 * 1%) !important;
  }
  .width-md-98 {
    width: calc(98 * 1%) !important;
  }
  .width-md-99 {
    width: calc(99 * 1%) !important;
  }
  .width-md-100 {
    width: calc(100 * 1%) !important;
  }
}
@media (min-width: 992px) {
  .width-lg-1 {
    width: calc(1 * 1%) !important;
  }
  .width-lg-2 {
    width: calc(2 * 1%) !important;
  }
  .width-lg-3 {
    width: calc(3 * 1%) !important;
  }
  .width-lg-4 {
    width: calc(4 * 1%) !important;
  }
  .width-lg-5 {
    width: calc(5 * 1%) !important;
  }
  .width-lg-6 {
    width: calc(6 * 1%) !important;
  }
  .width-lg-7 {
    width: calc(7 * 1%) !important;
  }
  .width-lg-8 {
    width: calc(8 * 1%) !important;
  }
  .width-lg-9 {
    width: calc(9 * 1%) !important;
  }
  .width-lg-10 {
    width: calc(10 * 1%) !important;
  }
  .width-lg-11 {
    width: calc(11 * 1%) !important;
  }
  .width-lg-12 {
    width: calc(12 * 1%) !important;
  }
  .width-lg-13 {
    width: calc(13 * 1%) !important;
  }
  .width-lg-14 {
    width: calc(14 * 1%) !important;
  }
  .width-lg-15 {
    width: calc(15 * 1%) !important;
  }
  .width-lg-16 {
    width: calc(16 * 1%) !important;
  }
  .width-lg-17 {
    width: calc(17 * 1%) !important;
  }
  .width-lg-18 {
    width: calc(18 * 1%) !important;
  }
  .width-lg-19 {
    width: calc(19 * 1%) !important;
  }
  .width-lg-20 {
    width: calc(20 * 1%) !important;
  }
  .width-lg-21 {
    width: calc(21 * 1%) !important;
  }
  .width-lg-22 {
    width: calc(22 * 1%) !important;
  }
  .width-lg-23 {
    width: calc(23 * 1%) !important;
  }
  .width-lg-24 {
    width: calc(24 * 1%) !important;
  }
  .width-lg-25 {
    width: calc(25 * 1%) !important;
  }
  .width-lg-26 {
    width: calc(26 * 1%) !important;
  }
  .width-lg-27 {
    width: calc(27 * 1%) !important;
  }
  .width-lg-28 {
    width: calc(28 * 1%) !important;
  }
  .width-lg-29 {
    width: calc(29 * 1%) !important;
  }
  .width-lg-30 {
    width: calc(30 * 1%) !important;
  }
  .width-lg-31 {
    width: calc(31 * 1%) !important;
  }
  .width-lg-32 {
    width: calc(32 * 1%) !important;
  }
  .width-lg-33 {
    width: calc(33 * 1%) !important;
  }
  .width-lg-34 {
    width: calc(34 * 1%) !important;
  }
  .width-lg-35 {
    width: calc(35 * 1%) !important;
  }
  .width-lg-36 {
    width: calc(36 * 1%) !important;
  }
  .width-lg-37 {
    width: calc(37 * 1%) !important;
  }
  .width-lg-38 {
    width: calc(38 * 1%) !important;
  }
  .width-lg-39 {
    width: calc(39 * 1%) !important;
  }
  .width-lg-40 {
    width: calc(40 * 1%) !important;
  }
  .width-lg-41 {
    width: calc(41 * 1%) !important;
  }
  .width-lg-42 {
    width: calc(42 * 1%) !important;
  }
  .width-lg-43 {
    width: calc(43 * 1%) !important;
  }
  .width-lg-44 {
    width: calc(44 * 1%) !important;
  }
  .width-lg-45 {
    width: calc(45 * 1%) !important;
  }
  .width-lg-46 {
    width: calc(46 * 1%) !important;
  }
  .width-lg-47 {
    width: calc(47 * 1%) !important;
  }
  .width-lg-48 {
    width: calc(48 * 1%) !important;
  }
  .width-lg-49 {
    width: calc(49 * 1%) !important;
  }
  .width-lg-50 {
    width: calc(50 * 1%) !important;
  }
  .width-lg-51 {
    width: calc(51 * 1%) !important;
  }
  .width-lg-52 {
    width: calc(52 * 1%) !important;
  }
  .width-lg-53 {
    width: calc(53 * 1%) !important;
  }
  .width-lg-54 {
    width: calc(54 * 1%) !important;
  }
  .width-lg-55 {
    width: calc(55 * 1%) !important;
  }
  .width-lg-56 {
    width: calc(56 * 1%) !important;
  }
  .width-lg-57 {
    width: calc(57 * 1%) !important;
  }
  .width-lg-58 {
    width: calc(58 * 1%) !important;
  }
  .width-lg-59 {
    width: calc(59 * 1%) !important;
  }
  .width-lg-60 {
    width: calc(60 * 1%) !important;
  }
  .width-lg-61 {
    width: calc(61 * 1%) !important;
  }
  .width-lg-62 {
    width: calc(62 * 1%) !important;
  }
  .width-lg-63 {
    width: calc(63 * 1%) !important;
  }
  .width-lg-64 {
    width: calc(64 * 1%) !important;
  }
  .width-lg-65 {
    width: calc(65 * 1%) !important;
  }
  .width-lg-66 {
    width: calc(66 * 1%) !important;
  }
  .width-lg-67 {
    width: calc(67 * 1%) !important;
  }
  .width-lg-68 {
    width: calc(68 * 1%) !important;
  }
  .width-lg-69 {
    width: calc(69 * 1%) !important;
  }
  .width-lg-70 {
    width: calc(70 * 1%) !important;
  }
  .width-lg-71 {
    width: calc(71 * 1%) !important;
  }
  .width-lg-72 {
    width: calc(72 * 1%) !important;
  }
  .width-lg-73 {
    width: calc(73 * 1%) !important;
  }
  .width-lg-74 {
    width: calc(74 * 1%) !important;
  }
  .width-lg-75 {
    width: calc(75 * 1%) !important;
  }
  .width-lg-76 {
    width: calc(76 * 1%) !important;
  }
  .width-lg-77 {
    width: calc(77 * 1%) !important;
  }
  .width-lg-78 {
    width: calc(78 * 1%) !important;
  }
  .width-lg-79 {
    width: calc(79 * 1%) !important;
  }
  .width-lg-80 {
    width: calc(80 * 1%) !important;
  }
  .width-lg-81 {
    width: calc(81 * 1%) !important;
  }
  .width-lg-82 {
    width: calc(82 * 1%) !important;
  }
  .width-lg-83 {
    width: calc(83 * 1%) !important;
  }
  .width-lg-84 {
    width: calc(84 * 1%) !important;
  }
  .width-lg-85 {
    width: calc(85 * 1%) !important;
  }
  .width-lg-86 {
    width: calc(86 * 1%) !important;
  }
  .width-lg-87 {
    width: calc(87 * 1%) !important;
  }
  .width-lg-88 {
    width: calc(88 * 1%) !important;
  }
  .width-lg-89 {
    width: calc(89 * 1%) !important;
  }
  .width-lg-90 {
    width: calc(90 * 1%) !important;
  }
  .width-lg-91 {
    width: calc(91 * 1%) !important;
  }
  .width-lg-92 {
    width: calc(92 * 1%) !important;
  }
  .width-lg-93 {
    width: calc(93 * 1%) !important;
  }
  .width-lg-94 {
    width: calc(94 * 1%) !important;
  }
  .width-lg-95 {
    width: calc(95 * 1%) !important;
  }
  .width-lg-96 {
    width: calc(96 * 1%) !important;
  }
  .width-lg-97 {
    width: calc(97 * 1%) !important;
  }
  .width-lg-98 {
    width: calc(98 * 1%) !important;
  }
  .width-lg-99 {
    width: calc(99 * 1%) !important;
  }
  .width-lg-100 {
    width: calc(100 * 1%) !important;
  }
}
@media (min-width: 1200px) {
  .width-xl-1 {
    width: calc(1 * 1%) !important;
  }
  .width-xl-2 {
    width: calc(2 * 1%) !important;
  }
  .width-xl-3 {
    width: calc(3 * 1%) !important;
  }
  .width-xl-4 {
    width: calc(4 * 1%) !important;
  }
  .width-xl-5 {
    width: calc(5 * 1%) !important;
  }
  .width-xl-6 {
    width: calc(6 * 1%) !important;
  }
  .width-xl-7 {
    width: calc(7 * 1%) !important;
  }
  .width-xl-8 {
    width: calc(8 * 1%) !important;
  }
  .width-xl-9 {
    width: calc(9 * 1%) !important;
  }
  .width-xl-10 {
    width: calc(10 * 1%) !important;
  }
  .width-xl-11 {
    width: calc(11 * 1%) !important;
  }
  .width-xl-12 {
    width: calc(12 * 1%) !important;
  }
  .width-xl-13 {
    width: calc(13 * 1%) !important;
  }
  .width-xl-14 {
    width: calc(14 * 1%) !important;
  }
  .width-xl-15 {
    width: calc(15 * 1%) !important;
  }
  .width-xl-16 {
    width: calc(16 * 1%) !important;
  }
  .width-xl-17 {
    width: calc(17 * 1%) !important;
  }
  .width-xl-18 {
    width: calc(18 * 1%) !important;
  }
  .width-xl-19 {
    width: calc(19 * 1%) !important;
  }
  .width-xl-20 {
    width: calc(20 * 1%) !important;
  }
  .width-xl-21 {
    width: calc(21 * 1%) !important;
  }
  .width-xl-22 {
    width: calc(22 * 1%) !important;
  }
  .width-xl-23 {
    width: calc(23 * 1%) !important;
  }
  .width-xl-24 {
    width: calc(24 * 1%) !important;
  }
  .width-xl-25 {
    width: calc(25 * 1%) !important;
  }
  .width-xl-26 {
    width: calc(26 * 1%) !important;
  }
  .width-xl-27 {
    width: calc(27 * 1%) !important;
  }
  .width-xl-28 {
    width: calc(28 * 1%) !important;
  }
  .width-xl-29 {
    width: calc(29 * 1%) !important;
  }
  .width-xl-30 {
    width: calc(30 * 1%) !important;
  }
  .width-xl-31 {
    width: calc(31 * 1%) !important;
  }
  .width-xl-32 {
    width: calc(32 * 1%) !important;
  }
  .width-xl-33 {
    width: calc(33 * 1%) !important;
  }
  .width-xl-34 {
    width: calc(34 * 1%) !important;
  }
  .width-xl-35 {
    width: calc(35 * 1%) !important;
  }
  .width-xl-36 {
    width: calc(36 * 1%) !important;
  }
  .width-xl-37 {
    width: calc(37 * 1%) !important;
  }
  .width-xl-38 {
    width: calc(38 * 1%) !important;
  }
  .width-xl-39 {
    width: calc(39 * 1%) !important;
  }
  .width-xl-40 {
    width: calc(40 * 1%) !important;
  }
  .width-xl-41 {
    width: calc(41 * 1%) !important;
  }
  .width-xl-42 {
    width: calc(42 * 1%) !important;
  }
  .width-xl-43 {
    width: calc(43 * 1%) !important;
  }
  .width-xl-44 {
    width: calc(44 * 1%) !important;
  }
  .width-xl-45 {
    width: calc(45 * 1%) !important;
  }
  .width-xl-46 {
    width: calc(46 * 1%) !important;
  }
  .width-xl-47 {
    width: calc(47 * 1%) !important;
  }
  .width-xl-48 {
    width: calc(48 * 1%) !important;
  }
  .width-xl-49 {
    width: calc(49 * 1%) !important;
  }
  .width-xl-50 {
    width: calc(50 * 1%) !important;
  }
  .width-xl-51 {
    width: calc(51 * 1%) !important;
  }
  .width-xl-52 {
    width: calc(52 * 1%) !important;
  }
  .width-xl-53 {
    width: calc(53 * 1%) !important;
  }
  .width-xl-54 {
    width: calc(54 * 1%) !important;
  }
  .width-xl-55 {
    width: calc(55 * 1%) !important;
  }
  .width-xl-56 {
    width: calc(56 * 1%) !important;
  }
  .width-xl-57 {
    width: calc(57 * 1%) !important;
  }
  .width-xl-58 {
    width: calc(58 * 1%) !important;
  }
  .width-xl-59 {
    width: calc(59 * 1%) !important;
  }
  .width-xl-60 {
    width: calc(60 * 1%) !important;
  }
  .width-xl-61 {
    width: calc(61 * 1%) !important;
  }
  .width-xl-62 {
    width: calc(62 * 1%) !important;
  }
  .width-xl-63 {
    width: calc(63 * 1%) !important;
  }
  .width-xl-64 {
    width: calc(64 * 1%) !important;
  }
  .width-xl-65 {
    width: calc(65 * 1%) !important;
  }
  .width-xl-66 {
    width: calc(66 * 1%) !important;
  }
  .width-xl-67 {
    width: calc(67 * 1%) !important;
  }
  .width-xl-68 {
    width: calc(68 * 1%) !important;
  }
  .width-xl-69 {
    width: calc(69 * 1%) !important;
  }
  .width-xl-70 {
    width: calc(70 * 1%) !important;
  }
  .width-xl-71 {
    width: calc(71 * 1%) !important;
  }
  .width-xl-72 {
    width: calc(72 * 1%) !important;
  }
  .width-xl-73 {
    width: calc(73 * 1%) !important;
  }
  .width-xl-74 {
    width: calc(74 * 1%) !important;
  }
  .width-xl-75 {
    width: calc(75 * 1%) !important;
  }
  .width-xl-76 {
    width: calc(76 * 1%) !important;
  }
  .width-xl-77 {
    width: calc(77 * 1%) !important;
  }
  .width-xl-78 {
    width: calc(78 * 1%) !important;
  }
  .width-xl-79 {
    width: calc(79 * 1%) !important;
  }
  .width-xl-80 {
    width: calc(80 * 1%) !important;
  }
  .width-xl-81 {
    width: calc(81 * 1%) !important;
  }
  .width-xl-82 {
    width: calc(82 * 1%) !important;
  }
  .width-xl-83 {
    width: calc(83 * 1%) !important;
  }
  .width-xl-84 {
    width: calc(84 * 1%) !important;
  }
  .width-xl-85 {
    width: calc(85 * 1%) !important;
  }
  .width-xl-86 {
    width: calc(86 * 1%) !important;
  }
  .width-xl-87 {
    width: calc(87 * 1%) !important;
  }
  .width-xl-88 {
    width: calc(88 * 1%) !important;
  }
  .width-xl-89 {
    width: calc(89 * 1%) !important;
  }
  .width-xl-90 {
    width: calc(90 * 1%) !important;
  }
  .width-xl-91 {
    width: calc(91 * 1%) !important;
  }
  .width-xl-92 {
    width: calc(92 * 1%) !important;
  }
  .width-xl-93 {
    width: calc(93 * 1%) !important;
  }
  .width-xl-94 {
    width: calc(94 * 1%) !important;
  }
  .width-xl-95 {
    width: calc(95 * 1%) !important;
  }
  .width-xl-96 {
    width: calc(96 * 1%) !important;
  }
  .width-xl-97 {
    width: calc(97 * 1%) !important;
  }
  .width-xl-98 {
    width: calc(98 * 1%) !important;
  }
  .width-xl-99 {
    width: calc(99 * 1%) !important;
  }
  .width-xl-100 {
    width: calc(100 * 1%) !important;
  }
}
@media (min-width: 1400px) {
  .width-xxl-1 {
    width: calc(1 * 1%) !important;
  }
  .width-xxl-2 {
    width: calc(2 * 1%) !important;
  }
  .width-xxl-3 {
    width: calc(3 * 1%) !important;
  }
  .width-xxl-4 {
    width: calc(4 * 1%) !important;
  }
  .width-xxl-5 {
    width: calc(5 * 1%) !important;
  }
  .width-xxl-6 {
    width: calc(6 * 1%) !important;
  }
  .width-xxl-7 {
    width: calc(7 * 1%) !important;
  }
  .width-xxl-8 {
    width: calc(8 * 1%) !important;
  }
  .width-xxl-9 {
    width: calc(9 * 1%) !important;
  }
  .width-xxl-10 {
    width: calc(10 * 1%) !important;
  }
  .width-xxl-11 {
    width: calc(11 * 1%) !important;
  }
  .width-xxl-12 {
    width: calc(12 * 1%) !important;
  }
  .width-xxl-13 {
    width: calc(13 * 1%) !important;
  }
  .width-xxl-14 {
    width: calc(14 * 1%) !important;
  }
  .width-xxl-15 {
    width: calc(15 * 1%) !important;
  }
  .width-xxl-16 {
    width: calc(16 * 1%) !important;
  }
  .width-xxl-17 {
    width: calc(17 * 1%) !important;
  }
  .width-xxl-18 {
    width: calc(18 * 1%) !important;
  }
  .width-xxl-19 {
    width: calc(19 * 1%) !important;
  }
  .width-xxl-20 {
    width: calc(20 * 1%) !important;
  }
  .width-xxl-21 {
    width: calc(21 * 1%) !important;
  }
  .width-xxl-22 {
    width: calc(22 * 1%) !important;
  }
  .width-xxl-23 {
    width: calc(23 * 1%) !important;
  }
  .width-xxl-24 {
    width: calc(24 * 1%) !important;
  }
  .width-xxl-25 {
    width: calc(25 * 1%) !important;
  }
  .width-xxl-26 {
    width: calc(26 * 1%) !important;
  }
  .width-xxl-27 {
    width: calc(27 * 1%) !important;
  }
  .width-xxl-28 {
    width: calc(28 * 1%) !important;
  }
  .width-xxl-29 {
    width: calc(29 * 1%) !important;
  }
  .width-xxl-30 {
    width: calc(30 * 1%) !important;
  }
  .width-xxl-31 {
    width: calc(31 * 1%) !important;
  }
  .width-xxl-32 {
    width: calc(32 * 1%) !important;
  }
  .width-xxl-33 {
    width: calc(33 * 1%) !important;
  }
  .width-xxl-34 {
    width: calc(34 * 1%) !important;
  }
  .width-xxl-35 {
    width: calc(35 * 1%) !important;
  }
  .width-xxl-36 {
    width: calc(36 * 1%) !important;
  }
  .width-xxl-37 {
    width: calc(37 * 1%) !important;
  }
  .width-xxl-38 {
    width: calc(38 * 1%) !important;
  }
  .width-xxl-39 {
    width: calc(39 * 1%) !important;
  }
  .width-xxl-40 {
    width: calc(40 * 1%) !important;
  }
  .width-xxl-41 {
    width: calc(41 * 1%) !important;
  }
  .width-xxl-42 {
    width: calc(42 * 1%) !important;
  }
  .width-xxl-43 {
    width: calc(43 * 1%) !important;
  }
  .width-xxl-44 {
    width: calc(44 * 1%) !important;
  }
  .width-xxl-45 {
    width: calc(45 * 1%) !important;
  }
  .width-xxl-46 {
    width: calc(46 * 1%) !important;
  }
  .width-xxl-47 {
    width: calc(47 * 1%) !important;
  }
  .width-xxl-48 {
    width: calc(48 * 1%) !important;
  }
  .width-xxl-49 {
    width: calc(49 * 1%) !important;
  }
  .width-xxl-50 {
    width: calc(50 * 1%) !important;
  }
  .width-xxl-51 {
    width: calc(51 * 1%) !important;
  }
  .width-xxl-52 {
    width: calc(52 * 1%) !important;
  }
  .width-xxl-53 {
    width: calc(53 * 1%) !important;
  }
  .width-xxl-54 {
    width: calc(54 * 1%) !important;
  }
  .width-xxl-55 {
    width: calc(55 * 1%) !important;
  }
  .width-xxl-56 {
    width: calc(56 * 1%) !important;
  }
  .width-xxl-57 {
    width: calc(57 * 1%) !important;
  }
  .width-xxl-58 {
    width: calc(58 * 1%) !important;
  }
  .width-xxl-59 {
    width: calc(59 * 1%) !important;
  }
  .width-xxl-60 {
    width: calc(60 * 1%) !important;
  }
  .width-xxl-61 {
    width: calc(61 * 1%) !important;
  }
  .width-xxl-62 {
    width: calc(62 * 1%) !important;
  }
  .width-xxl-63 {
    width: calc(63 * 1%) !important;
  }
  .width-xxl-64 {
    width: calc(64 * 1%) !important;
  }
  .width-xxl-65 {
    width: calc(65 * 1%) !important;
  }
  .width-xxl-66 {
    width: calc(66 * 1%) !important;
  }
  .width-xxl-67 {
    width: calc(67 * 1%) !important;
  }
  .width-xxl-68 {
    width: calc(68 * 1%) !important;
  }
  .width-xxl-69 {
    width: calc(69 * 1%) !important;
  }
  .width-xxl-70 {
    width: calc(70 * 1%) !important;
  }
  .width-xxl-71 {
    width: calc(71 * 1%) !important;
  }
  .width-xxl-72 {
    width: calc(72 * 1%) !important;
  }
  .width-xxl-73 {
    width: calc(73 * 1%) !important;
  }
  .width-xxl-74 {
    width: calc(74 * 1%) !important;
  }
  .width-xxl-75 {
    width: calc(75 * 1%) !important;
  }
  .width-xxl-76 {
    width: calc(76 * 1%) !important;
  }
  .width-xxl-77 {
    width: calc(77 * 1%) !important;
  }
  .width-xxl-78 {
    width: calc(78 * 1%) !important;
  }
  .width-xxl-79 {
    width: calc(79 * 1%) !important;
  }
  .width-xxl-80 {
    width: calc(80 * 1%) !important;
  }
  .width-xxl-81 {
    width: calc(81 * 1%) !important;
  }
  .width-xxl-82 {
    width: calc(82 * 1%) !important;
  }
  .width-xxl-83 {
    width: calc(83 * 1%) !important;
  }
  .width-xxl-84 {
    width: calc(84 * 1%) !important;
  }
  .width-xxl-85 {
    width: calc(85 * 1%) !important;
  }
  .width-xxl-86 {
    width: calc(86 * 1%) !important;
  }
  .width-xxl-87 {
    width: calc(87 * 1%) !important;
  }
  .width-xxl-88 {
    width: calc(88 * 1%) !important;
  }
  .width-xxl-89 {
    width: calc(89 * 1%) !important;
  }
  .width-xxl-90 {
    width: calc(90 * 1%) !important;
  }
  .width-xxl-91 {
    width: calc(91 * 1%) !important;
  }
  .width-xxl-92 {
    width: calc(92 * 1%) !important;
  }
  .width-xxl-93 {
    width: calc(93 * 1%) !important;
  }
  .width-xxl-94 {
    width: calc(94 * 1%) !important;
  }
  .width-xxl-95 {
    width: calc(95 * 1%) !important;
  }
  .width-xxl-96 {
    width: calc(96 * 1%) !important;
  }
  .width-xxl-97 {
    width: calc(97 * 1%) !important;
  }
  .width-xxl-98 {
    width: calc(98 * 1%) !important;
  }
  .width-xxl-99 {
    width: calc(99 * 1%) !important;
  }
  .width-xxl-100 {
    width: calc(100 * 1%) !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
p:last-child {
  margin-bottom: 0;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-financing-details .header {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  color: var(--tertiary);
  transition: var(--transition);
  font-family: var(--font-primary);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.wi-financing-details .header i {
  transform: rotate(45deg);
  transition: transform var(--transition);
  font-size: 74%;
}
.wi-financing-details .header:hover {
  cursor: pointer;
  color: var(--primary);
}
.wi-financing-details .body {
  max-height: 0;
  transition: var(--transition);
  overflow: hidden;
  text-align: left;
  background: var(--gray);
  opacity: 0.7;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 150%;
  font-family: var(--font-primary);
  border-radius: var(--border-radius);
  padding: 0 1.25rem;
}
.wi-financing-details.open .header i {
  transform: rotate(360deg);
}
.wi-financing-details.open .body {
  display: block;
  max-height: 500px;
  padding: 1.25rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bl-posts {
  --bs-gutter-y: 2.5rem;
  --bs-gutter-x: 2.5rem;
  justify-content: center;
}
@media (max-width: 991px) {
  .bl-posts {
    --bs-gutter-y: 1.875rem;
    --bs-gutter-x: 1.875rem;
  }
}
.bl-posts .post {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid var(--secondary);
}
.bl-posts .post .img {
  position: relative;
  width: 100%;
  height: 12.5rem;
}
.bl-posts .post .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.bl-posts .post .details {
  background: var(--light);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.875rem 1.5rem;
}
@media (max-width: 991px) {
  .bl-posts .post .details {
    padding: 1.75rem 1.25rem;
  }
}
.bl-posts .post .details .title {
  color: var(--tertiary);
  margin-bottom: 0.31rem;
}
.bl-posts .post .details .date {
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 1.6rem */
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: var(--quaternary);
}
.bl-posts .post .details .short-post {
  margin-bottom: 1.25rem;
}
.bl-posts .post .details .short-post, .bl-posts .post .details .short-post p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 1.6rem */
}
.bl-posts .post .details .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin-bottom: 1.25rem;
}
.bl-posts .post .details .tags .tag {
  padding: 0.25rem 0.62rem;
  background: var(--senary);
  border-radius: 3.125rem;
  display: inline-block;
  color: var(--light);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
}
.bl-posts .post .details .link {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
}
.bl-posts .post .details .link a {
  color: var(--secondary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-left: 0.3rem;
  transition: 0.1s ease-in;
}
.bl-posts .post .details .link a:hover {
  color: var(--primary);
}
.bl-pagination-list .pagination-btn {
  background-color: var(--primary);
  color: var(--light);
  padding: 0.4rem 0.62rem;
  border-radius: var(--border-radius);
  border: 1px solid var(--primary);
  transition: 0.15s ease-in;
  font-size: 1.375rem;
  line-height: normal;
}
.bl-pagination-list .pagination-btn.inactive {
  opacity: 0.5;
  pointer-events: none;
}
.bl-pagination-list .pagination-btn:not(.disabled):hover {
  background-color: var(--light);
  color: var(--primary);
}
.bl-pagination-list .pagination-btn.forward {
  margin-left: 3.12rem;
}
.bl-pagination-list .pagination-btn.back {
  margin-right: 3.12rem;
}
.bl-pagination-list .pagination-list-desktop {
  display: flex;
}
@media (max-width: 991px) {
  .bl-pagination-list .pagination-list-desktop {
    display: none;
  }
}
.bl-pagination-list .pagination-list-mobile {
  display: flex;
}
@media (min-width: 992px) {
  .bl-pagination-list .pagination-list-mobile {
    display: none;
  }
}
.bl-pagination-list .pagination-list-desktop, .bl-pagination-list .pagination-list-mobile {
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.bl-pagination-list .pagination-list-desktop .page, .bl-pagination-list .pagination-list-mobile .page {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--tertiary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bl-pagination-list .pagination-list-desktop .page.active, .bl-pagination-list .pagination-list-mobile .page.active {
  font-weight: 700;
  color: var(--primary);
}
.bl-pagination-list .pagination-list-desktop .page:not(:last-child)::after, .bl-pagination-list .pagination-list-mobile .page:not(:last-child)::after {
  content: "|";
  color: var(--tertiary);
  position: relative;
  top: -1px;
}
.bl-pagination-list .pagination-list-desktop .page:hover, .bl-pagination-list .pagination-list-mobile .page:hover {
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 992px) {
  .bl-post-intro {
    flex-direction: column-reverse;
  }
  .bl-post-intro .cta-section {
    height: calc(var(--nav-mobile-height) + 18.75rem);
  }
  .bl-post-intro .content {
    padding-top: 3.12rem !important;
    padding-bottom: 3.12rem !important;
  }
}
.bl-post-intro .back {
  color: var(--secondary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.bl-post-intro .back i {
  margin-right: 0.62rem;
}
.bl-post-intro .date {
  color: var(--quaternary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.bl-post .back {
  color: var(--secondary);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}
.bl-post .back i {
  margin-right: 0.62rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-shrink-1 {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-basis-min {
  flex-basis: min-content;
}
@media (min-width: 576px) {
  .flex-grow-sm-1 {
    flex-grow: 1;
  }
  .flex-grow-sm-0 {
    flex-grow: 0;
  }
  .flex-shrink-sm-1 {
    flex-shrink: 1;
  }
  .flex-shrink-sm-0 {
    flex-shrink: 0;
  }
  .flex-basis-sm-min {
    flex-basis: min-content !important;
  }
}
@media (min-width: 768px) {
  .flex-grow-md-1 {
    flex-grow: 1;
  }
  .flex-grow-md-0 {
    flex-grow: 0;
  }
  .flex-shrink-md-1 {
    flex-shrink: 1;
  }
  .flex-shrink-md-0 {
    flex-shrink: 0;
  }
  .flex-basis-md-min {
    flex-basis: min-content !important;
  }
}
@media (min-width: 992px) {
  .flex-grow-lg-1 {
    flex-grow: 1;
  }
  .flex-grow-lg-0 {
    flex-grow: 0;
  }
  .flex-shrink-lg-1 {
    flex-shrink: 1;
  }
  .flex-shrink-lg-0 {
    flex-shrink: 0;
  }
  .flex-basis-lg-min {
    flex-basis: min-content !important;
  }
}
@media (min-width: 1200px) {
  .flex-grow-xl-1 {
    flex-grow: 1;
  }
  .flex-grow-xl-0 {
    flex-grow: 0;
  }
  .flex-shrink-xl-1 {
    flex-shrink: 1;
  }
  .flex-shrink-xl-0 {
    flex-shrink: 0;
  }
  .flex-basis-xl-min {
    flex-basis: min-content !important;
  }
}
@media (min-width: 1400px) {
  .flex-grow-xxl-1 {
    flex-grow: 1;
  }
  .flex-grow-xxl-0 {
    flex-grow: 0;
  }
  .flex-shrink-xxl-1 {
    flex-shrink: 1;
  }
  .flex-shrink-xxl-0 {
    flex-shrink: 0;
  }
  .flex-basis-xxl-min {
    flex-basis: min-content !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.border-radius {
  border-radius: var(--border-radius, 4px) !important;
}
.border-radius-0 {
  border-radius: 0 !important;
}
.box-shadow {
  box-shadow: var(--box-shadow, 0px 4px 16px 0px rgba(12, 21, 0, 0.16)) !important;
}
.box-shadow-unset {
  box-shadow: unset !important;
}
.drop-shadow {
  filter: drop-shadow(var(--drop-shadow));
}
.drop-shadow-unset {
  filter: unset;
}
@media (min-width: 576px) {
  .border-radius-sm {
    border-radius: var(--border-radius, 4px) !important;
  }
  .border-radius-sm-0 {
    border-radius: 0 !important;
  }
  .box-shadow-sm {
    box-shadow: var(--box-shadow, 0px 4px 16px 0px rgba(12, 21, 0, 0.16)) !important;
  }
  .box-shadow-sm-unset {
    box-shadow: unset !important;
  }
  .drop-shadow-sm {
    filter: drop-shadow(var(--drop-shadow));
  }
  .drop-shadow-sm-unset {
    filter: unset;
  }
}
@media (min-width: 768px) {
  .border-radius-md {
    border-radius: var(--border-radius, 4px) !important;
  }
  .border-radius-md-0 {
    border-radius: 0 !important;
  }
  .box-shadow-md {
    box-shadow: var(--box-shadow, 0px 4px 16px 0px rgba(12, 21, 0, 0.16)) !important;
  }
  .box-shadow-md-unset {
    box-shadow: unset !important;
  }
  .drop-shadow-md {
    filter: drop-shadow(var(--drop-shadow));
  }
  .drop-shadow-md-unset {
    filter: unset;
  }
}
@media (min-width: 992px) {
  .border-radius-lg {
    border-radius: var(--border-radius, 4px) !important;
  }
  .border-radius-lg-0 {
    border-radius: 0 !important;
  }
  .box-shadow-lg {
    box-shadow: var(--box-shadow, 0px 4px 16px 0px rgba(12, 21, 0, 0.16)) !important;
  }
  .box-shadow-lg-unset {
    box-shadow: unset !important;
  }
  .drop-shadow-lg {
    filter: drop-shadow(var(--drop-shadow));
  }
  .drop-shadow-lg-unset {
    filter: unset;
  }
}
@media (min-width: 1200px) {
  .border-radius-xl {
    border-radius: var(--border-radius, 4px) !important;
  }
  .border-radius-xl-0 {
    border-radius: 0 !important;
  }
  .box-shadow-xl {
    box-shadow: var(--box-shadow, 0px 4px 16px 0px rgba(12, 21, 0, 0.16)) !important;
  }
  .box-shadow-xl-unset {
    box-shadow: unset !important;
  }
  .drop-shadow-xl {
    filter: drop-shadow(var(--drop-shadow));
  }
  .drop-shadow-xl-unset {
    filter: unset;
  }
}
@media (min-width: 1400px) {
  .border-radius-xxl {
    border-radius: var(--border-radius, 4px) !important;
  }
  .border-radius-xxl-0 {
    border-radius: 0 !important;
  }
  .box-shadow-xxl {
    box-shadow: var(--box-shadow, 0px 4px 16px 0px rgba(12, 21, 0, 0.16)) !important;
  }
  .box-shadow-xxl-unset {
    box-shadow: unset !important;
  }
  .drop-shadow-xxl {
    filter: drop-shadow(var(--drop-shadow));
  }
  .drop-shadow-xxl-unset {
    filter: unset;
  }
}
ul.icon-list {
	font-weight: var(--p-font-weight);
    line-height: var(--p-line-height);
}

ol.numbered-list {
	line-height: var(--p-line-height);
}
ol.numbered-list li {
	margin-bottom: 6px;
	font-weight: var(--p-font-weight);
}
ol.numbered-list li::marker {
	font-weight: 600;
	color: var(--primary);
	font-size: 22px;
}