/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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: 16px;
  margin-bottom: 0px;
  overflow-y: hidden;
}
.cl-reviews-slider-1 .expand-review {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 50px;
  background: linear-gradient(#f1f2f200, #f1f2f2 84%);
}
.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-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: 14px;
  margin-bottom: 0px;
}
section nav.wi-breadcrumb .breadcrumb-item.active {
  opacity: 0.5;
}
section.bg-gradient nav.wi-breadcrumb a {
  color: #ffffff;
}
section[class*="bg-"] nav.wi-breadcrumb a, section[class*="bg-"] nav.wi-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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;
  text-transform: uppercase;
  padding: var(--unit) var(--unit);
  border-bottom: 1px solid var(--primary);
}
.wi-franchise-list .card-columns .card {
  width: 100%;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  border: 1px solid var(--primary);
  border-radius: 0;
}
.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: 1.25rem;
  font-weight: 400;
}
.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 6 Pro";
  content: "";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  position: absolute;
  font-size: 19px;
  color: var(--primary);
  top: 7px;
  left: -4px;
  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-detailed .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-franchise-list-detailed .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-franchise-list-detailed .card-columns {
    column-count: 3;
  }
}
.wi-franchise-list-detailed 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: 20px;
  color: black;
  align-items: center;
  justify-content: start;
  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: var(--primary);
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
ul.icon-list {
  margin: 0 0 16px 10px;
  padding: 0;
}
ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 17px;
  margin-bottom: 0;
}
ul.icon-list li::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-style: normal;
  font-weight: 600;
  text-decoration: inherit;
  position: absolute;
  font-size: 6px;
  color: var(--secondary);
  top: 14px;
  left: 0;
  z-index: 1;
}
ul.icon-list.logo-icon li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 20px;
  margin-bottom: 0;
}
ul.icon-list.logo-icon li::after {
  content: "";
  display: inline-block;
  background-image: url("/oak/files/logos/light-lounge-insignia.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.text-light ul.icon-list li::after {
  color: #ffffff;
  opacity: 0.4;
}
ul.icon-list.list-arrow-circle li::after {
  content: "";
}
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 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
header .main-nav .items nav ul.level-1 {
  padding-left: 16px;
  padding-right: 16px;
}
header .main-nav .items nav ul.level-1 > li > a {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
header .main-nav .items nav ul.level-2 li a {
  text-transform: capitalize;
}
header .main-nav nav li {
  font-weight: 300 !important;
}
header .main-nav .items nav {
  z-index: -1;
}
header.open .nav-container {
  border-bottom: 2px solid var(--primary);
}
@media (min-width: 992px) {
  header .main-nav .items nav {
    z-index: unset;
  }
  header .main-nav .items .item-append a.btn {
    padding: 11px 22px;
  }
  header .main-nav .items nav .level-1 .nav-line {
    width: 0;
    background: var(--nav-hover-text-color);
    height: 1px;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
    position: absolute;
    bottom: 25px;
  }
  header.scrolled .main-nav .items nav .level-1 .nav-line {
    bottom: 10px;
  }
  header .main-nav .items nav .level-1 .level-2 .nav-line {
    bottom: 10px;
  }
  body.h-show-tert-nav.scrolled:not(.h-sticky-tert) .tert-nav {
    margin-top: calc(var(--nav-tert-height) * -1) !important;
  }
  header .main-nav ul.level-1 > li:not(:first-child) {
    border-top: unset;
  }
  header .main-nav ul.level-1 > li > a.parent.open {
    border-bottom: unset;
  }
  header .main-nav .items nav li.flyout ul.level-2 {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom: 2px solid var(--primary);
  }
  header .main-nav .items nav ul.level-1 {
    padding-left: 0px;
    padding-right: 0px;
  }
  header .main-nav .items nav ul.level-1 > li a:not(.btn) {
    padding-left: var(--nav-desktop-page-padding) !important;
    padding-right: var(--nav-desktop-page-padding) !important;
  }
}
@media (max-width: 991px) {
  header .main-nav ul.level-1 > li:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
  }
  header .main-nav ul.level-1 > li > a.parent.open {
    border-bottom: 1px solid var(--primary);
  }
  header.open.scrolled .main-nav nav {
    top: 0;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.btn-primary-gradient {
  background: radial-gradient(50% 50% at 50% 50%, var(--primary) 0%, var(--secondary) 100%) !important;
  color: #fff !important;
}
.btn.btn-primary-gradient:hover {
  color: #fff;
  background: var(--tertiary) !important;
  box-shadow: 0 0 0 0.2rem rgba(242, 2, 17, 0.5) !important;
}
.btn {
  text-transform: uppercase !important;
}
.btn-outline-tertiary:hover {
  background: radial-gradient(50% 50% at 50% 50%, var(--primary) 0%, var(--secondary) 100%) !important;
  box-shadow: 0 0 0 0.2rem rgba(242, 2, 17, 0.5) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}
.btn-outline-primary {
  border-width: 1px !important;
}
.btn-outline-primary:hover {
  box-shadow: 0 0 0 0.2rem var(--primary-rgba-translucent) !important;
}
.btn-outline-secondary {
  border-width: 1px !important;
}
.btn-outline-secondary:hover {
  box-shadow: 0 0 0 0.2rem var(--secondary-rgba-translucent) !important;
}
.btn-outline-tertiary {
  border-width: 1px !important;
}
.btn-outline-tertiary:hover {
  box-shadow: 0 0 0 0.2rem var(--tertiary-rgba-translucent) !important;
}
.btn-outline-quaternary {
  border-width: 1px !important;
}
.btn-outline-quaternary:hover {
  box-shadow: 0 0 0 0.2rem var(--quaternary-rgba-translucent) !important;
}
.btn-outline-light {
  border-width: 1px !important;
}
.btn-outline-light:hover {
  box-shadow: 0 0 0 0.2rem var(--light-rgba-translucent) !important;
}
.btn-outline-gray {
  border-width: 1px !important;
}
.btn-outline-gray:hover {
  box-shadow: 0 0 0 0.2rem var(--gray-rgba-translucent) !important;
}
.btn-outline-dark {
  border-width: 1px !important;
}
.btn-outline-dark:hover {
  box-shadow: 0 0 0 0.2rem var(--dark-rgba-translucent) !important;
}
.btn-outline-dark-gray {
  border-width: 1px !important;
}
.btn-outline-dark-gray:hover {
  box-shadow: 0 0 0 0.2rem var(--dark-gray-rgba-translucent) !important;
}
.btn-light-tertiary {
  color: var(--tertiary) !important;
  background-color: #fff !important;
  border-color: var(--tertiary) !important;
}
.btn-light-tertiary:hover {
  color: #fff !important;
  background: var(--tertiary) !important;
  box-shadow: 0 0 0 0.2rem rgba(242, 2, 17, 0.5) !important;
}
.btn-outline-dark {
  border-color: #000 !important;
  color: #000 !important;
}
.btn-outline-dark:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  header .main-nav .items nav ul li.mega ul.level-2 {
    border-top: 1px solid var(--primary);
  }
  header .main-nav .items nav ul li.mega .mega-nav-dropdown {
    width: 100%;
    background-color: #fff;
    color: #666666;
    -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.15);
  }
  header .main-nav .items nav ul li.mega .level-2 {
    z-index: 200;
    position: fixed;
    top: calc(var(--nav-height));
    left: 0;
    transition: margin-top var(--transition), top var(--transition);
    width: 100vw;
    background-color: #F6F6F6;
  }
  body.h-show-tert-nav header .main-nav .items nav ul li.mega .level-2 {
    top: calc(var(--nav-height) + var(--nav-tert-height) + var(--top-bar, 0));
  }
  body.h-show-tert-nav header.scrolled .main-nav .items nav ul li.mega .level-2 {
    top: calc(var(--nav-height) + var(--nav-tert-height) + var(--top-bar, 0));
  }
  header.scrolled .main-nav .items nav ul li.mega .level-2 {
    top: calc(var(--nav-height)) !important;
  }
  header .main-nav .items nav ul li.mega .mega-nav-dropdown a.details-link {
    padding: 0 !important;
    border-bottom: 1px solid var(--primary);
    font-family: var(--font-primary);
    color: var(--primary) !important;
    display: inline;
  }
  header .main-nav .items nav ul li.mega .mega-nav-dropdown a.details-link:hover {
    border-color: var(--tertiary);
    color: var(--tertiary) !important;
    cursor: pointer;
  }
  header .main-nav .items nav ul li.mega .mega-nav-dropdown .btn-outline-light {
    color: #fff !important;
  }
  header .main-nav .items nav ul li.mega .mega-nav-dropdown .btn-outline-light:hover {
    color: #000 !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-pricing-mega-menu .wi-pricing-mega-menu-item {
  flex: 0 0 auto;
  width: 100%;
}
.wi-pricing-mega-menu .wi-pricing-mega-menu-item .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.3s ease box-shadow;
}
.wi-pricing-mega-menu .wi-pricing-mega-menu-item .item.hl-yes {
  background: #eef2f2;
}
.wi-pricing-mega-menu .wi-pricing-mega-menu-item .item:hover {
  box-shadow: 0px 4px 15px rgba(72, 54, 42, 0.15);
}
.wi-pricing-mega-menu .wi-pricing-mega-menu-item .item .title, .wi-pricing-mega-menu .wi-pricing-mega-menu-item .item .price {
  color: #000000;
}
.wi-pricing-mega-menu .wi-pricing-mega-menu-item .item .title, .wi-pricing-mega-menu .wi-pricing-mega-menu-item .item .price, .wi-pricing-mega-menu .wi-pricing-mega-menu-item .item .subtitle {
  font-size: 20px;
  font-weight: 400;
}
.wi-pricing-mega-menu .wi-pricing-mega-menu-item .item .includes {
  font-size: var(--p-font-size);
  font-weight: 300;
  font-family: var(--font-secondary);
  color: #000000;
  text-transform: none;
}
.wi-pricing-mega-menu .wi-pricing-mega-menu-item .item .details-link {
  padding: 0 !important;
  color: var(--primary) !important;
  border-bottom: 1px solid var(--primary);
  font-family: var(--font-primary);
}
.wi-pricing-mega-menu .wi-pricing-mega-menu-item .item:hover .details-link {
  color: var(--secondary) !important;
  border-bottom: 1px solid var(--secondary);
}
.wi-pricing-mega-menu .wi-pricing-mega-menu-item .item .details-link i {
  transition: 0.3s ease all;
}
.wi-pricing-mega-menu .wi-pricing-mega-menu-item .item:hover .details-link i {
  padding-left: 3px;
}
@media (min-width: 992px) {
  .wi-pricing-mega-menu .wi-pricing-mega-menu-item {
    flex: 1 0 0%;
    width: unset;
  }
  .wi-pricing-mega-menu .wi-pricing-mega-menu-item:not(:first-child):not(:last-child) {
    border-right: 1px solid var(--primary);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.h-show-tert-nav .tert-nav .nav-container {
  height: var(--nav-tert-height);
  align-items: end;
}
.h-show-tert-nav .tert-nav ul {
  padding-left: 0px;
  display: flex;
  font-weight: 300;
  list-style-position: inside;
}
.h-show-tert-nav .tert-nav ul li::marker {
  color: var(--primary);
  font-size: 14px;
}
.h-show-tert-nav .tert-nav ul li:first-child::marker {
  content: "";
}
.h-show-tert-nav .tert-nav ul li {
  line-height: 1;
}
.h-show-tert-nav .tert-nav ul li a {
  padding-left: 0px;
  padding-right: 14px !important;
  display: inline !important;
  line-height: 1;
}
.h-show-tert-nav .tert-nav ul li:last-child a {
  padding-right: 0px !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
html, body {
  color: #000000 !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.text-black {
  color: black !important;
}
.hover-black:hover {
  color: black !important;
}
.text-overline {
  color: var(--primary);
  font-family: "Source Sans Pro Light";
  text-transform: uppercase;
  font-weight: 300;
  font-size: 24px;
}
.text-inherit {
  color: inherit !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.footer-vert {
  font-size: 16px;
  margin: 2px;
  position: relative;
  top: 2px;
}
footer nav.footer ul {
  list-style-type: none;
}
footer nav.footer ul li a {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  line-height: 200%;
  transition: 0.3s ease all;
}
footer nav.footer ul li a:hover {
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.phone-link {
  font-family: var(--font-primary);
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.hide-labels form.oak_contact_form div.form-group label:not(.label-radio-parent):not(.form-check-label) {
  display: none;
}
.hide-labels form.oak_contact_form div.form-group label.label-checkbox-parent, .hide-labels form.oak_contact_form div.form-group.dob label {
  display: block !important;
}
.hide-labels form.oak_contact_form div.form-group label.label-radio-parent, .hide-labels form.oak_contact_form div.form-group.show-label label, .hide-labels form.oak_contact_form div.form-group.show-label-block label {
  margin-bottom: 8px;
}
.hide-labels form.oak_contact_form div.form-group label[for^="message"] {
  display: block;
}
.hide-labels form.oak_contact_form div.form-group.show-label-block label {
  display: block !important;
}
.hide-labels form.oak_contact_form div.form-group.show-label label {
  display: inline-block !important;
}
.hide-labels form.oak_contact_form div.form-group .form-control {
  background: transparent;
  border: unset;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.hide-labels form.oak_contact_form div.form-group.inlay-select label.label-dropdown {
  display: block;
}
.hide-labels form.oak_contact_form div.form-group.inlay-select select.form-control {
  border: 1px solid black;
  padding: 7px 12px;
}
.hide-labels form.oak_contact_form div.form-group.inlay-select:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 14px;
  color: black;
  position: absolute;
  top: 44px;
  right: 32px;
  transform: translateY(-50%);
  pointer-events: none;
}
.hide-labels form.oak_contact_form div.form-group textarea.form-control {
  padding-left: 12px;
}
.bg-primary .hide-labels form.oak_contact_form div.form-group .form-control, .bg-secondary .hide-labels form.oak_contact_form div.form-group .form-control, .bg-dark .hide-labels form.oak_contact_form div.form-group .form-control, .bg-primary-gradient .hide-labels form.oak_contact_form div.form-group .form-control {
  border-bottom: 1px solid white;
}
.hide-labels form.oak_contact_form div.form-group textarea.form-control {
  border: 1px solid black;
}
.bg-primary .hide-labels form.oak_contact_form div.form-group textarea.form-control, .bg-secondary .hide-labels form.oak_contact_form div.form-group textarea.form-control, .bg-dark .hide-labels form.oak_contact_form div.form-group textarea.form-control, .bg-primary-gradient .hide-labels form.oak_contact_form div.form-group textarea.form-control {
  border: 1px solid white;
}
form.oak_contact_form div.form-group .form-control {
  color: inherit;
}
form.oak_contact_form div.form-group .form-control:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
}
.hide-labels form.oak_contact_form div.form-group .form-control::placeholder {
  opacity: 1;
  color: inherit;
}
.hide-labels form.oak_contact_form div.form-group textarea.form-control::placeholder {
  color: transparent;
}
.textarea-short form.oak_contact_form textarea {
  min-height: 133px !important;
}
form.oak_contact_form div.form-group .form-control:-webkit-autofill, form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.bg-primary form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-primary form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-primary form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus, .bg-secondary form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-secondary form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-secondary form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus, .bg-dark form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-dark form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-dark form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus, .bg-primary-gradient form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-primary-gradient form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-primary-gradient form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
}
.bg-primary form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-primary form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-primary form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--primary) inset;
}
.bg-secondary form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-secondary form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-secondary form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--secondary) inset;
}
.bg-tertiary form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-tertiary form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-tertiary form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--tertiary) inset;
}
.bg-quaternary form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-quaternary form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-quaternary form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--quaternary) inset;
}
.bg-light form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-light form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-light form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--light) inset;
}
.bg-gray form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-gray form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-gray form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--gray) inset;
}
.bg-dark form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-dark form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-dark form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--dark) inset;
}
.bg-dark-gray form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-dark-gray form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-dark-gray form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--dark-gray) inset;
}
.bg-primary-gradient form.oak_contact_form div.form-group .form-control:-webkit-autofill, .bg-primary-gradient form.oak_contact_form div.form-group .form-control:-webkit-autofill:hover, .bg-primary-gradient form.oak_contact_form div.form-group .form-control:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--primary) inset;
}
.submit-btn-outline-primary form.oak_contact_form div.form-group button[type="submit"] {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.submit-btn-outline-primary form.oak_contact_form div.form-group button[type="submit"]:hover {
  color: #fff !important;
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 0.2rem var(--primary-rgba-translucent) !important;
}
form.oak_contact_form div.form-group #bonus_brochure_seperator_1 {
  font-size: 18px !important;
  padding: 10px 0px !important;
  border: 0 !important;
  margin-bottom: 0px !important;
}
.form-check-input:checked {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.form-check-input[type="checkbox"] {
  border-radius: 0 !important;
}
form.oak_contact_form #bonus_brochure_separator_1 {
  padding: 0 !important;
  border: 0 !important;
}
form.oak_contact_form div.form-group .input-group .input-group-prepend .input-group-text {
  margin-right: 4px;
}
form.oak_contact_form .form-group .label-checkbox-parent {
  font-family: var(--font-primary);
  margin-bottom: 1rem;
}
form.oak_contact_form .form-group .form-check {
  margin-bottom: 1.5rem;
}
form.oak_contact_form .form-group .form-check .form-check-label {
  font-family: var(--font-primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-top-bar {
  margin-top: 0px;
  transition: var(--transition);
  background: radial-gradient(50% 50% at 50% 50%, var(--primary) 0%, var(--secondary) 100%) !important;
}
body.scrolled .wi-top-bar {
  margin-top: calc(var(--top-bar, 0px) * -1);
}
.wi-top-bar .headline {
  font-size: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 400;
}
.wi-top-bar .btn-style-rounded-edges {
  border-radius: 40px;
  padding-left: 23px;
  padding-right: 23px;
}
.wi-top-bar .btn-effect-wiggle {
  animation: wiggle 5s infinite;
}
.wi-top-bar:hover .btn-effect-wiggle {
  animation: none;
}
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(0deg);
  }
  82% {
    transform: rotate(5deg);
  }
  84% {
    transform: rotate(-5deg);
  }
  86% {
    transform: rotate(5deg);
  }
  88% {
    transform: rotate(-5deg);
  }
  90% {
    transform: rotate(5deg);
  }
  92% {
    transform: rotate(-5deg);
  }
  94% {
    transform: rotate(5deg);
  }
  96% {
    transform: rotate(-5deg);
  }
  98% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.wi-top-bar.bg-light i.close-button {
  color: black;
}
.wi-top-bar i.close-button {
  color: white;
  opacity: 0.8;
  position: absolute;
  right: 20px;
}
.wi-top-bar i.close-button:hover {
  opacity: 1;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .wi-top-bar i.close-button {
    top: -7px;
    right: 7px;
  }
}
@media screen and (min-width: 992px) {
  .wi-top-bar i.close-button {
    top: 0px;
  }
}
footer {
  position: relative;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
p.lead {
  font-size: calc(var(--p-font-size) + 0.2rem);
  font-weight: 300;
}
p.sub {
  font-size: calc(var(--p-font-size) - 0.125rem);
}
@media (min-width: 576px) {
  p.lead-sm {
    font-size: calc(var(--p-font-size) + 0.2rem);
    font-weight: 300;
  }
  p.sub-sm {
    font-size: calc(var(--p-font-size) - 0.125rem);
    font-weight: 300;
  }
}
@media (min-width: 768px) {
  p.lead-md {
    font-size: calc(var(--p-font-size) + 0.2rem);
    font-weight: 300;
  }
  p.sub-md {
    font-size: calc(var(--p-font-size) - 0.125rem);
    font-weight: 300;
  }
}
@media (min-width: 992px) {
  p.lead-lg {
    font-size: calc(var(--p-font-size) + 0.2rem);
    font-weight: 300;
  }
  p.sub-lg {
    font-size: calc(var(--p-font-size) - 0.125rem);
    font-weight: 300;
  }
}
@media (min-width: 1200px) {
  p.lead-xl {
    font-size: calc(var(--p-font-size) + 0.2rem);
    font-weight: 300;
  }
  p.sub-xl {
    font-size: calc(var(--p-font-size) - 0.125rem);
    font-weight: 300;
  }
}
@media (min-width: 1400px) {
  p.lead-xxl {
    font-size: calc(var(--p-font-size) + 0.2rem);
    font-weight: 300;
  }
  p.sub-xxl {
    font-size: calc(var(--p-font-size) - 0.125rem);
    font-weight: 300;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("/oak/themes/light_lounge/css/fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro Light";
  src: url("/oak/themes/light_lounge/css/fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-location-landing .info-col {
  filter: drop-shadow(0px 4px 15px rgba(72, 54, 42, 0.25));
}
.wi-location-landing .info-col .phone {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.wi-location-landing .info-col .fran-hours {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.wi-location-landing .info-col .charter-hours {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--primary);
}
.wi-location-landing .info-col:not(.col-lg-6) {
  width: 100%;
}
.wi-location-landing .info-col a:not(p a) {
  font-size: calc(var(--p-font-size) + 0.2rem);
}
.wi-location-landing .map-col {
  width: 100%;
  filter: drop-shadow(0px 4px 15px rgba(72, 54, 42, 0.25));
  min-height: 300px;
}
.wi-location-landing .map-col > iframe {
  border-top: 3px solid var(--primary);
}
.wi-location-landing .storefront-col {
  filter: drop-shadow(0px 4px 15px rgba(72, 54, 42, 0.25));
}
.wi-location-landing .storefront-col img {
  width: 100%;
}
.wi-location-landing .storefront-col:not(.col-lg-6) {
  width: 100%;
}
.wi-location-landing .storefront-col .storefront-bg {
  min-height: 340px;
  object-position: top center !important;
  object-fit: cover !important;
}
@media (max-width: 992px) {
  .wi-location-landing .storefront-col .storefront-bg {
    max-height: 340px;
    object-position: center !important;
  }
}
.wi-location-landing .countdown-col .timer .row {
  --bs-gutter-x: 0.3rem;
  flex-wrap: nowrap;
  justify-content: center;
}
.wi-location-landing .countdown-col .timer .timer-text {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}
.wi-location-landing .countdown-col .timer .timer-sub {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}
.wi-location-landing .countdown-col .timer .timer-colon {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 0.9;
}
@media (min-width: 992px) {
  .wi-location-landing .info-col:not(.col-lg-6) {
    width: 30%;
  }
  .wi-location-landing .map-col {
    width: 30%;
    min-height: unset;
  }
  .wi-location-landing .map-col > iframe {
    border-top: unset;
  }
  .wi-location-landing .storefront-col:not(.col-lg-6), .wi-location-landing .countdown-col:not(.col-lg-6) {
    width: 40%;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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: var(--gray);
  border-radius: var(--border-radius);
}
.curvy-well {
  background: #EEF2F2;
  box-shadow: 0px 4px 15px 5px rgba(72, 54, 42, 0.15);
  border-radius: 80px 0px;
  padding: 37px 43px;
}
.well-gradient {
  padding: 20px 24px;
  background: radial-gradient(84.5% 79.06% at 0% 0%, rgba(253, 127, 44, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.well-primary {
  position: relative;
  padding: 20px 24px;
  background-color: var(--primary);
}
@media (min-width: 992px) {
  .well-primary {
    padding: 37px 43px;
  }
}
.well-secondary {
  position: relative;
  padding: 20px 24px;
  background-color: var(--secondary);
}
@media (min-width: 992px) {
  .well-secondary {
    padding: 37px 43px;
  }
}
.well-tertiary {
  position: relative;
  padding: 20px 24px;
  background-color: var(--tertiary);
}
@media (min-width: 992px) {
  .well-tertiary {
    padding: 37px 43px;
  }
}
.well-quaternary {
  position: relative;
  padding: 20px 24px;
  background-color: var(--quaternary);
}
@media (min-width: 992px) {
  .well-quaternary {
    padding: 37px 43px;
  }
}
.well-light {
  position: relative;
  padding: 20px 24px;
  background-color: var(--light);
}
@media (min-width: 992px) {
  .well-light {
    padding: 37px 43px;
  }
}
.well-gray {
  position: relative;
  padding: 20px 24px;
  background-color: var(--gray);
}
@media (min-width: 992px) {
  .well-gray {
    padding: 37px 43px;
  }
}
.well-dark {
  position: relative;
  padding: 20px 24px;
  background-color: var(--dark);
}
@media (min-width: 992px) {
  .well-dark {
    padding: 37px 43px;
  }
}
.well-dark-gray {
  position: relative;
  padding: 20px 24px;
  background-color: var(--dark-gray);
}
@media (min-width: 992px) {
  .well-dark-gray {
    padding: 37px 43px;
  }
}
@media (min-width: 992px) {
  .well-gradient {
    border: 1px solid #FD7F2C;
    padding: 37px 43px;
  }
  .curvy-well-lg {
    background: #EEF2F2;
    box-shadow: 0px 4px 15px 5px rgba(72, 54, 42, 0.15);
    border-radius: 80px 0px;
    padding: 37px 43px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.partial-underline {
  position: relative;
}
.partial-underline:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--tertiary);
  width: 75%;
  bottom: 0;
  left: 12.5%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.img-cover {
  object-fit: cover;
  width: 100%;
}
.img-overlay {
  position: relative;
}
.img-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(253, 127, 44, 0.3) 100%);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.drop-shadow {
  filter: drop-shadow(0px 4px 15px rgba(72, 54, 42, 0.25));
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.text-circle-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: #fff;
  border: 1px solid var(--primary);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-primary::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-outline-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-outline-primary::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary);
  color: #fff;
  border: 1px solid var(--secondary);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-secondary::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-outline-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--secondary);
  border: 1px solid var(--secondary);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-outline-secondary::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tertiary);
  color: #fff;
  border: 1px solid var(--tertiary);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-tertiary::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-outline-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--tertiary);
  border: 1px solid var(--tertiary);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-outline-tertiary::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-quaternary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--quaternary);
  color: #fff;
  border: 1px solid var(--quaternary);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-quaternary::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-outline-quaternary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--quaternary);
  border: 1px solid var(--quaternary);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-outline-quaternary::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--light);
  color: #fff;
  border: 1px solid var(--light);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-light::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--light);
  border: 1px solid var(--light);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-outline-light::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray);
  color: #fff;
  border: 1px solid var(--gray);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-gray::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-outline-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--gray);
  border: 1px solid var(--gray);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-outline-gray::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark);
  color: #fff;
  border: 1px solid var(--dark);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-dark::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--dark);
  border: 1px solid var(--dark);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-outline-dark::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-dark-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark-gray);
  color: #fff;
  border: 1px solid var(--dark-gray);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-dark-gray::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-outline-dark-gray {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--dark-gray);
  border: 1px solid var(--dark-gray);
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-outline-dark-gray::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
.text-circle-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #000;
  border: 1px solid #fff;
  padding: 5px;
  min-width: 1em;
  border-radius: 50%;
  vertical-align: middle;
}
.text-circle-light::before {
  content: "";
  float: left;
  width: auto;
  padding-bottom: 100%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-boxes-1 a:hover .page {
  box-shadow: 0px 4px 15px 5px rgba(72, 54, 42, 0.15);
}
.wi-subnav-boxes-1 .page {
  border-width: 0px 0px 10px 10px;
  border-style: solid;
  border-color: #FD7F2C;
  border-radius: 80px 0px;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: calc(100% - 10px);
  transition: 0.3s ease all;
}
.wi-subnav-boxes-1 .page .name {
  position: absolute;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 130%;
  width: 75%;
  left: 10px;
  bottom: 10px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-black {
  background-color: black;
}
.bg-primary-gradient {
  background: radial-gradient(70.74% 177.18% at 50% 100%, #FD7F2C 0%, #FF5D2A 100%);
}
.hover-bg-primary-gradient:hover {
  background: radial-gradient(70.74% 177.18% at 50% 100%, #FD7F2C 0%, #FF5D2A 100%);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.slick-dots {
  position: absolute !important;
  text-align: left;
  bottom: -35px;
}
.slick-dots li {
  margin-right: 5px;
  margin-left: 0px;
}
.slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  font-weight: 900;
  font-size: 35px;
  background-color: var(--primary);
  height: 8px;
  width: 21px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: var(--tertiary);
  background-color: var(--tertiary);
  opacity: 1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-testimonials-video-slider .item .video-player .video-title {
  top: 10px;
  box-shadow: unset;
}
.wi-testimonials-video-slider .item .video-player .video-play-btn {
  font-size: 31px;
  padding: 13px 30px;
  left: 25px;
  bottom: 10px;
}
.wi-testimonials-video-slider .item .video-player .video-poster-img {
  max-height: unset;
  height: 292px !important;
  object-position: top center;
}
.wi-testimonials-video-slider .item .author {
  font-size: var(--p-font-size);
  line-height: var(--p-line-height);
  font-weight: var(--p-font-weight);
  margin-bottom: 0;
  font-family: var(--font-secondary);
}
.wi-testimonials-video-slider .slick-dots {
  margin-left: calc(var(--unit) * 1.5) !important;
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-faqs-accordion-1 .accordion-item {
  border: none;
  background-color: transparent;
}
.wi-faqs-accordion-1 .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--primary);
}
.wi-faqs-accordion-1 .accordion-button {
  font-size: 22px;
  font-weight: 600;
}
.wi-faqs-accordion-1 .accordion-button, .wi-faqs-accordion-1 .accordion-button:not(.collapsed) {
  color: inherit;
  padding: 1.25rem 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-size: inherit;
}
.wi-faqs-accordion-1 .accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}
.wi-faqs-accordion-1 .accordion-button:after {
  content: "+";
  background-image: unset;
  color: var(--primary);
  font-size: 25px;
  height: 25px;
}
.wi-faqs-accordion-1 .accordion-button:not(.collapsed):after {
  background-image: unset;
  content: "—";
  transform: unset;
  font-size: 20px;
  line-height: 25px;
  height: 25px;
}
.wi-faqs-accordion-1 .accordion-body {
  padding: 1rem 0rem;
  --p-font-size: 18px;
  --p-line-height: 24px;
  --p-font-weight: 400;
}
.wi-faqs-accordion-1 .accordion-header .accordion-button:not(.collapsed):before {
  content: "";
  color: var(--primary);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 16px;
  margin-right: 9px;
}
.wi-faqs-accordion-1 .accordion-header .accordion-button.collapsed:before {
  content: "";
  color: #000;
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  font-size: 16px;
  margin-right: 9px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 991px) {
  .fluid-on-mobile {
    --bs-gutter-x: 0;
  }
  .fluid-on-mobile .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.mytime-widget-button-wrapper-v2 {
  display: inline !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cl-reviews-slider-2 ul {
  align-items: flex-start !important;
}
.cl-reviews-slider-2 .review-box {
  width: 276px;
  position: relative;
  padding: 18px 24px;
  margin-right: 40px;
  background: #EEF2F2;
  border-bottom: 2px solid #FF5D2A;
  box-shadow: 0px 4px 15px 5px rgba(72, 54, 42, 0.15);
  color: black;
}
.cl-reviews-slider-2 .review-box:not(.expanded) {
  height: 244px;
  overflow: hidden;
}
.cl-reviews-slider-2 .review-box .review-type-icon-wrapper {
  color: #fff;
  background-color: black;
  border-radius: 100%;
  padding: 8px;
  display: flex;
}
.cl-reviews-slider-2 .review-box .review-type-icon-wrapper > .review-type-icon {
  text-align: center;
  width: 18px;
  height: 18px;
  color: white !important;
}
.cl-reviews-slider-2 .review-box .review-type-icon-wrapper > .review-type-icon:before {
  font-size: 18px;
}
.cl-reviews-slider-2 .review-box .expand-review {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  color: var(--primary);
  background-color: #EEF2F2;
}
.cl-reviews-slider-2 .review-box .expand-review:hover {
  cursor: pointer;
  color: var(--tertiary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.review-star {
  color: #FFA800;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-map-full-2 input.form-control {
  background-color: var(--primary);
  border: 1px solid #fff;
  color: #fff;
  z-index: 0;
  padding-right: 34px;
  border-radius: 0;
}
.wi-map-full-2 form input.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px var(--primary) inset !important;
}
.wi-map-full-2 input.form-control:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.wi-map-full-2 button.search-btn {
  position: absolute;
  top: 1px;
  right: 12px;
  z-index: 1;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  padding: 5px;
}
.wi-map-full-2 button.search-btn:hover {
  color: white;
}
.wi-map-full-2 button.search-btn:focus {
  outline: 0;
}
.wi-map-full-2 input.form-control::-webkit-input-placeholder {
  color: white;
}
.wi-map-full-2 input.form-control:-moz-placeholder {
  color: white;
}
.wi-map-full-2 input.form-control::-moz-placeholder {
  color: white;
}
.wi-map-full-2 input.form-control:-ms-input-placeholder {
  color: white;
}
.wi-map-full-2 input.form-control::-ms-input-placeholder {
  color: white;
}
.wi-map-full-2 input.form-control::placeholder {
  color: white;
}
.wi-map-full-2 .wi-counter {
  border: 2px solid var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 25px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 60px;
  right: 20px;
  z-index: 5000;
}
.wi-map-full-2 .location-box {
  cursor: pointer;
  -webkit-box-shadow: 0 1px 8px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 8px 1px rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.wi-map-full-2 .location-box.selected {
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  border-color: #e8e6e2;
}
.wi-map-full-2 .location-box.selected h5 {
  /* color: #9c0d11; */
}
.wi-map-full-2 .loading-overlay {
  position: absolute;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wi-map-full-2 .loading-overlay i {
  font-size: 40px;
  line-height: 40px;
}
.wi-map-full-2 address {
  font-size: 16px;
}
.wi-map-full-2 .location-links a {
  font-size: 16px;
}
.wi-map-full-2 .location-boxes-scroll:after {
  position: absolute;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(238, 242, 242, 0) 31.31%, rgba(255, 255, 255, 0.88) 100%);
  content: "";
  bottom: 0;
}
.wi-map-full-2 .search-bar {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: calc(100% - var(--bs-gutter-x));
}
.wi-map-full-2 .search-bar .col {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .wi-map-full-2 .search-bar .col {
    flex: 1 0 0%;
    width: unset;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.lr-sect {
  display: flex;
  flex-direction: column;
}
.lr-sect > div {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 300px;
}
.lr-sect > div.left, .lr-sect > div.right {
  justify-content: center;
}
.lr-sect div.lr-overlay {
  background-color: #00000085;
  width: 100%;
}
.lr-sect div.lr-container {
  width: var(--container-w-xs);
  padding: 75px 15px;
}
@media (min-width: 576px) {
  .lr-sect div.lr-container {
    width: var(--container-w-sm);
  }
}
@media (min-width: 768px) {
  .lr-sect div.lr-container {
    width: var(--container-w-md);
  }
}
@media (min-width: 992px) {
  .lr-sect {
    flex-direction: row;
  }
  .lr-sect > div {
    width: 50%;
    padding: 0px;
  }
  .lr-sect > div.w-55 {
    width: 55%;
  }
  .lr-sect > div.w-45 {
    width: 45%;
  }
  .lr-sect div.lr-container {
    width: var(--container-w-lg);
    padding: 75px 15px;
  }
  section .lr-sect div.lr-container {
    width: var(--container-w-lg) / 2;
  }
  .lr-sect > div.left {
    justify-content: flex-end;
  }
  .lr-sect > div.right {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .lr-sect div.lr-container {
    width: var(--container-w-xl);
  }
  section .lr-sect div.lr-container {
    width: var(--container-w-xl) / 2;
  }
}
/* Top Section */
main .lr-sect:first-of-type {
  padding-top: 0;
}
main .lr-sect:first-of-type .right .lr-container {
  padding-top: 0px;
}
main .lr-sect:first-of-type .lr-container {
  padding-top: calc(var(--nav-mobile-height) + var(--top-bar, 0px) + calc(var(--unit) * 4.6875));
}
@media (min-width: 992px) {
  main .lr-sect:first-of-type .lr-container, main .lr-sect:first-of-type .right .lr-container {
    padding-top: calc(var(--nav-desktop-height) + var(--nav-tert-height) + var(--top-bar, 0px) + calc(var(--unit) * 4.6875));
  }
}
/* Other options */
/* Contain to align with other containers on page */
@media (min-width: 992px) {
  .lr-sect .left.contain {
    padding-left: calc((100vw - var(--container-w)) / 2);
  }
  .lr-sect .left.contain .lr-container {
    padding-left: 0px;
  }
  .lr-sect .right.contain {
    padding-right: calc((100vw - var(--container-w)) / 2);
  }
  .lr-sect .right.contain .lr-container {
    padding-right: 0px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.see-more {
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  position: relative;
}
.see-more:after {
  position: absolute;
  width: 100%;
  height: 50px;
  background: linear-gradient(360deg, #EEF2F2 0%, rgba(238, 242, 242, 0.34) 100%);
  bottom: 0;
  content: "";
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.see-more.open {
  max-height: 100%;
  transition: max-height 1s ease-in-out;
}
.see-more.open:after {
  opacity: 0;
}
.see-more-btn:hover {
  cursor: pointer;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-full-2 .child-page .image {
  border: 1px solid var(--primary);
  transition: border-color 0.3s ease;
}
.wi-subnav-full-2 .child-page .image:hover {
  border-color: var(--tertiary);
}
.wi-subnav-full-2 .child-page .image img {
  object-fit: cover;
  width: 100%;
}
.wi-subnav-full-2 .child-col:first-child .child-page, .wi-subnav-full-2 .child-col:nth-child(2) .child-page {
  margin-bottom: 24px;
}
.container-fluid .wi-subnav-full-2 .parent-col {
  padding-left: 20px;
  padding-right: 20px;
}
.wi-subnav-full-2 .curvy-well:hover .learn-more {
  color: var(--tertiary);
}
@media (min-width: 576px) {
  .container-fluid .wi-subnav-full-2 .parent-col {
    padding-left: calc((100vw - var(--container-w))/2 + var(--horizontal-scroll-offset));
    padding-right: calc((100vw - var(--container-w))/2 + var(--horizontal-scroll-offset));
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.horizontal-scroll {
  --horizontal-scroll-offset: 0px;
}
/* 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: 0) {
  .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));
  }
}
#benefit-cards div.row.overflow {
  --bs-gutter-x:  3.75rem;
}
@media (max-width: 992px) {
  #benefit-cards div.row.overflow {
    --bs-gutter-x:  2.25rem;
  }
}
#benefit-cards .arrow-wrapper .prev-arrow {
  opacity: 0.5;
  border-radius: 0;
}
#benefit-cards .arrow-wrapper .next-arrow {
  border-radius: 0;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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%;
}
.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 {
    width: 120%;
    position: relative;
  }
  .overlap.overlap-right {
    right: 20%;
  }
  .overlap.overlap-left {
    left: 20%;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.mirror-img {
  transform: scaleX(-1);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-blog-custom-categories > div {
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.wi-blog-custom-categories .item {
  border: 1px solid var(--primary);
  border-radius: 0px;
  height: 100%;
  padding: 34px 37px;
  transition: border-color 0.3s ease;
}
.wi-blog-custom-categories .item:hover {
  border-color: var(--tertiary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-testimonials-featured-video .item .details {
  border: 1px solid var(--primary);
  border-top: unset;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wi-testimonials-featured-video .item .details .title {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 36px;
  line-height: 130%;
  margin-bottom: 27px;
}
.wi-testimonials-featured-video .item .details .description, .wi-testimonials-featured-video .item .details .description p {
  font-family: var(--font-secondary);
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
}
.wi-testimonials-featured-video .item .details .watch-video {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.wi-testimonials-featured-video .item .video {
  position: relative;
}
.wi-testimonials-featured-video .item .video .video-play-btn {
  font-size: 35px;
  padding: 15px 36px;
  left: 15px;
  bottom: 15px;
}
@media (min-width: 992px) {
  .wi-testimonials-featured-video .item .details {
    border: 1px solid var(--primary);
    border-right: unset;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-testimonials-video-list .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wi-testimonials-video-list .item .item-sect {
  height: unset;
}
.wi-testimonials-video-list .item .video {
  position: relative;
}
.wi-testimonials-video-list .item .video .video-play-btn {
  font-size: 35px;
  padding: 15px 36px;
  left: 15px;
  bottom: 15px;
}
.wi-testimonials-video-list .item .video .video-poster-img {
  max-height: 300px;
  height: 100%;
}
.wi-testimonials-video-list .item .details {
  border: 1px solid var(--primary);
  border-top: unset;
  padding: 30px;
}
.wi-testimonials-video-list .item .details .title {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  margin-bottom: 27px;
}
.wi-testimonials-video-list .item .details .description, .wi-testimonials-video-list .item .details .description p {
  font-family: var(--font-secondary);
  font-size: 16px;
  line-height: 160%;
  font-weight: 300;
}
.wi-testimonials-video-list .item .details .watch-video {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.wi-testimonials-video-list .description {
  font-weight: 300;
}
@media (min-width: 992px) {
  .wi-testimonials-video-list .item .item-sect {
    height: 50%;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cl-reviews-full-3 .review-box {
  position: relative;
  padding: 18px 24px;
  background: #EEF2F2;
  border-bottom: 2px solid #FF5D2A;
  box-shadow: 0px 4px 15px 5px rgba(72, 54, 42, 0.15);
  color: black;
}
.cl-reviews-full-3 .review-box:not(.expanded) {
  height: 244px;
  overflow: hidden;
}
.cl-reviews-full-3 .review-box .review-type-icon-wrapper {
  color: #fff;
  background-color: black;
  border-radius: 100%;
  padding: 8px;
  display: flex;
}
.cl-reviews-full-3 .review-box .review-type-icon-wrapper > .review-type-icon {
  text-align: center;
  width: 18px;
  height: 18px;
  color: white !important;
}
.cl-reviews-full-3 .review-box .review-type-icon-wrapper > .review-type-icon:before {
  font-size: 18px;
}
.cl-reviews-full-3 .review-box .expand-review {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  color: var(--primary);
  background-color: #EEF2F2;
}
.cl-reviews-full-3 .review-box .expand-review:hover {
  cursor: pointer;
  color: var(--tertiary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bl-filters img {
  margin-bottom: 15px;
}
.bl-filters h4 {
  color: #000000;
}
.bl-filters p {
  color: #000000;
  line-height: 105%;
}
.bl-filters .curvy-well .learn-more {
  transition: font-size 0.3s ease;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bl-posts {
  --image-height: 187px;
}
.bl-posts .post {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.bl-posts .post:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.bl-posts .post .post-content-image {
  position: relative;
  display: flex;
  flex-direction: column;
}
.bl-posts .post .post-content-image .post-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), transparent 75%);
  opacity: 1;
  transition: opacity 0.3s ease;
}
.bl-posts .post:hover .post-content-image .post-overlay {
  opacity: 0.5;
}
.bl-posts .post .post-content-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl-posts .post .post-content-info {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bl-posts .post .post-content-info .title {
  color: #000000;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bl-post .post-header {
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.27);
  height: 490px;
}
.bl-post .post-header .bg-img-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 0.5;
}
.bl-post .post-header .post-header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bl-post .post {
  margin-top: 45px;
  margin-bottom: 45px;
}
.bl-post .share .btn-facebook, .bl-post .share .btn-twitter, .bl-post .share .btn-linkedin {
  border-radius: 99.9em !important;
  color: #fff;
  width: 100%;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  transition: 0.3s ease all;
}
.bl-post .share .btn-facebook:hover, .bl-post .share .btn-twitter:hover, .bl-post .share .btn-linkedin:hover {
  filter: saturate(1.5) brightness(1.2);
}
.bl-post .share .btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.bl-post .share .btn-twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.bl-post .share .btn-linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
header {
  filter: drop-shadow(0px 4px 15px rgba(72, 54, 42, 0.25));
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-pricing-packages-boxes .col-lg-4, .wi-pricing-packages-boxes .col-12 {
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.wi-pricing-packages-boxes .item {
  border: 1px solid var(--primary);
  filter: drop-shadow(0px 4px 5px rgba(72, 54, 42, 0.15));
  padding: 26px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wi-pricing-packages-boxes .item .title-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.wi-pricing-packages-boxes .item .title-price .title h4, .wi-pricing-packages-boxes .item .title-price .price {
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
  font-family: var(--font-primary);
}
.wi-pricing-packages-boxes .item .title-price .title .text-overline {
  font-family: var(--font-primary);
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.wi-pricing-packages-boxes .item .includes li.option {
  font-family: var(--font-primary);
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
}
.wi-pricing-packages-boxes .item .includes .include {
  display: flex;
  align-items: flex-start;
}
.wi-pricing-packages-boxes .item .includes .option {
  font-family: var(--font-primary);
  font-weight: 300;
  font-size: 20px;
  line-height: 200%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
  --bump-up-offset: -45px;
  --bump-up-offset-lg: -75px;
}
.bump-up {
  position: relative;
  top: var(--bump-up-offset);
  margin-bottom: var(--bump-up-offset);
}
@media (min-width: 992px) {
  .bump-up {
    top: var(--bump-up-offset-lg);
    margin-bottom: var(--bump-up-offset-lg);
  }
}
@media (max-width: 992px) {
  .bump-up-sm {
    position: relative;
    top: var(--bump-up-offset);
    margin-bottom: var(--bump-up-offset);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-transparent {
  background-color: transparent !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.box {
  position: relative;
  padding: 15px;
  border: 1px solid var(--primary);
  box-shadow: 0px 4px 15px rgba(72, 54, 42, 0.15);
  border-radius: 0px;
}
@media (min-width: 992px) {
  .box {
    padding: 35px;
  }
}
.box.hover-bg-primary-gradient:hover > * {
  color: #fff !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
a.mytime-box:hover {
  cursor: pointer;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.fran-map-well-1 .map {
  filter: drop-shadow(0px 4px 15px rgba(72, 54, 42, 0.15));
  height: 413px;
  position: relative;
}
.fran-map-well-1 .map .directions {
  z-index: 900;
  position: absolute;
  bottom: 38px;
  left: 2%;
  width: 96%;
}
@media (min-width: 992px) {
  .fran-map-well-1 .map {
    height: 519px;
  }
  .fran-map-well-1 .map .directions {
    left: 29px;
    width: unset;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.leaflet-marker-icon {
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0.625rem;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup-content-wrapper .leaflet-popup-content h4 {
  margin-bottom: 0.75rem;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup-content-wrapper .leaflet-popup-content .address {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup-content-wrapper .leaflet-popup-content .coming-soon {
  font-size: 1.25rem;
  font-family: var(--font-secondary);
}
.leaflet-container .leaflet-map-pane .leaflet-popup-pane .leaflet-popup-content-wrapper .leaflet-popup-content .links {
  font-size: 0.875rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-press-articles-1 h3, .wi-press-articles-1 h4, .wi-press-articles-1 .learn-more {
  color: #fff;
  z-index: 1;
}
.wi-press-articles-1 .curvy-well:hover .learn-more {
  color: var(--tertiary);
}
.wi-press-articles-1 .curvy-well {
  min-height: 360px;
}
.wi-press-articles-1 .curvy-well .overlay-curvy {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.57);
  opacity: 0.5;
  border-radius: 80px 0px;
  left: 0;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.tooltip-inner {
  background-color: var(--tertiary);
  padding: 6px !important;
  font-size: 18px !important;
  font-weight: 900;
}
.tooltip.bs-tooltip-end .arrow:before {
  border-right-color: var(--tertiary) !important;
}
.tooltip.bs-tooltip-start .arrow:before {
  border-left-color: var(--tertiary) !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: var(--tertiary) !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: var(--tertiary) !important;
}
.tooltip {
  z-index: 9999999999 !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-mega-1 .page {
  flex: 0 0 auto;
  width: 100%;
}
.wi-subnav-mega-1 .page .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease box-shadow;
}
/*
.wi-subnav-mega-1 .page .item:hover {
	box-shadow: 0px 4px 15px rgba(72, 54, 42, 0.15);
}
*/
.wi-subnav-mega-1 .page .item .title {
  color: #000000;
}
.wi-subnav-mega-1 .page .item .title:hover a {
  color: var(--tertiary);
}
.wi-subnav-mega-1 .page .item .title {
  font-size: 20px;
  font-weight: 400;
}
.wi-subnav-mega-1 .page .item .grand-children {
  font-size: var(--p-font-size);
  font-weight: 300;
  font-family: var(--font-secondary);
  color: #000000;
}
.wi-subnav-mega-1 .page .item .grand-children a {
  text-transform: none !important;
  line-height: 200%;
}
.wi-subnav-mega-1 .page .item .grand-children:hover a {
  color: var(--tertiary);
}
.wi-subnav-mega-1 .page .item .details-link {
  padding: 0 !important;
  color: var(--primary) !important;
  border-bottom: 1px solid var(--primary);
  font-family: var(--font-primary);
}
.wi-subnav-mega-1 .page .item:hover .details-link {
  color: var(--secondary) !important;
  border-bottom: 1px solid var(--secondary);
}
.wi-subnav-mega-1 .page .item .details-link i {
  transition: 0.3s ease all;
}
@media (min-width: 992px) {
  .wi-subnav-mega-1 .page {
    flex: 1 0 0%;
    width: unset;
  }
  .wi-subnav-mega-1 .page:not(:last-child) {
    border-right: 1px solid var(--primary);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-simple-1 li {
  border: none !important;
}
.wi-subnav-simple-1 li a {
  font-family: var(--font-primary) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  padding-bottom: 20px !important;
  /* identical to box height */
  text-transform: uppercase !important;
  color: #000000 !important;
  display: block !important;
}
.wi-subnav-simple-1 li a:first-child {
  padding-top: 0 !important;
}
.wi-subnav-simple-1 li a:hover {
  color: var(--tertiary) !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 1200px) {
  #shared_territory_modal .modal-dialog {
    max-width: 1140px !important;
  }
}
#shared_territory_modal .modal-content {
  border-radius: 0 !important;
  border-color: var(--primary);
}
#shared_territory_modal .modal-header .close {
  position: absolute !important;
  right: 0px !important;
  top: 0 !important;
  color: white !important;
  background-color: transparent;
  width: unset !important;
  border: none !important;
  font-size: 20px !important;
  font-weight: 600;
}
#shared_territory_modal .modal-header {
  background: radial-gradient(50% 50% at 50% 50%, var(--primary) 0%, var(--secondary) 100%) !important;
  border-radius: 0 !important;
  padding: 18px;
  justify-content: center;
}
#shared_territory_modal .modal-header .modal-title {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
#shared_territory_modal .modal-content .modal-body {
  padding: 25px;
}
#shared_territory_modal div.modal-body .location .location-box {
  padding-top: 0px;
  padding-bottom: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#shared_territory_modal div.modal-body .location .location-box {
  padding-left: 22px;
  padding-right: 22px;
}
#shared_territory_modal div.modal-body .location:first-child .location-box {
  padding-left: 9px;
  padding-right: 22px;
}
#shared_territory_modal div.modal-body .location:last-child .location-box {
  padding-left: 22px;
  padding-right: 9px;
}
#shared_territory_modal div.modal-body .location .location-box .name {
  color: #000;
  font-weight: 400;
  font-size: 26px;
  line-height: 160%;
  text-transform: uppercase;
  font-family: var(--font-primary);
}
#shared_territory_modal div.modal-body .location .location-box .address {
  color: #000;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-transform: uppercase;
  font-family: var(--font-primary);
}
#shared_territory_modal div.modal-body .location .location-box .phone {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-transform: uppercase;
  font-family: var(--font-primary);
}
@media (min-width: 992px) {
  #shared_territory_modal div.modal-body .location.count-1, #shared_territory_modal div.modal-body .location.count-2, #shared_territory_modal div.modal-body .location.count-4 {
    width: 50%;
  }
  #shared_territory_modal div.modal-body .location.count-3, #shared_territory_modal div.modal-body .location.count-6, #shared_territory_modal div.modal-body .location.count-5 {
    width: 33.3333%;
  }
  #shared_territory_modal div.modal-body .location:not(:last-child) {
    border-right: 1px solid var(--primary);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-location-landing-multi .location-box {
  border: 1px solid var(--primary);
  filter: drop-shadow(0px 4px 15px rgba(72, 54, 42, 0.15));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wi-location-landing-multi .location-box .info-box h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 160%;
  text-transform: uppercase;
  color: #000000;
  font-family: var(--font-primary);
}
.wi-location-landing-multi .location-box .info-box .address, .wi-location-landing-multi .location-box .info-box .phone {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #000000;
  font-family: var(--font-primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.grecaptcha-badge {
  display: none !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.flex-grow {
  flex-grow: 1 !important;
}
/* Order */
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-6 {
  order: 6 !important;
}
.order-7 {
  order: 7 !important;
}
.order-8 {
  order: 8 !important;
}
.order-9 {
  order: 9 !important;
}
.order-10 {
  order: 10 !important;
}
.order-11 {
  order: 11 !important;
}
.order-12 {
  order: 12 !important;
}
.order-13 {
  order: 13 !important;
}
.order-14 {
  order: 14 !important;
}
.order-15 {
  order: 15 !important;
}
.order-16 {
  order: 16 !important;
}
.order-17 {
  order: 17 !important;
}
.order-18 {
  order: 18 !important;
}
.order-19 {
  order: 19 !important;
}
.order-20 {
  order: 20 !important;
}
.order-21 {
  order: 21 !important;
}
.order-22 {
  order: 22 !important;
}
.order-23 {
  order: 23 !important;
}
.order-24 {
  order: 24 !important;
}
.order-25 {
  order: 25 !important;
}
.order-26 {
  order: 26 !important;
}
.order-27 {
  order: 27 !important;
}
.order-28 {
  order: 28 !important;
}
.order-29 {
  order: 29 !important;
}
.order-30 {
  order: 30 !important;
}
.order-31 {
  order: 31 !important;
}
.order-32 {
  order: 32 !important;
}
.order-33 {
  order: 33 !important;
}
.order-34 {
  order: 34 !important;
}
.order-35 {
  order: 35 !important;
}
.order-36 {
  order: 36 !important;
}
.order-37 {
  order: 37 !important;
}
.order-38 {
  order: 38 !important;
}
.order-39 {
  order: 39 !important;
}
.order-40 {
  order: 40 !important;
}
.order-41 {
  order: 41 !important;
}
.order-42 {
  order: 42 !important;
}
.order-43 {
  order: 43 !important;
}
.order-44 {
  order: 44 !important;
}
.order-45 {
  order: 45 !important;
}
.order-46 {
  order: 46 !important;
}
.order-47 {
  order: 47 !important;
}
.order-48 {
  order: 48 !important;
}
.order-49 {
  order: 49 !important;
}
.order-50 {
  order: 50 !important;
}
.order-51 {
  order: 51 !important;
}
.order-52 {
  order: 52 !important;
}
.order-53 {
  order: 53 !important;
}
.order-54 {
  order: 54 !important;
}
.order-55 {
  order: 55 !important;
}
.order-56 {
  order: 56 !important;
}
.order-57 {
  order: 57 !important;
}
.order-58 {
  order: 58 !important;
}
.order-59 {
  order: 59 !important;
}
.order-60 {
  order: 60 !important;
}
.order-61 {
  order: 61 !important;
}
.order-62 {
  order: 62 !important;
}
.order-63 {
  order: 63 !important;
}
.order-64 {
  order: 64 !important;
}
.order-65 {
  order: 65 !important;
}
.order-66 {
  order: 66 !important;
}
.order-67 {
  order: 67 !important;
}
.order-68 {
  order: 68 !important;
}
.order-69 {
  order: 69 !important;
}
.order-70 {
  order: 70 !important;
}
.order-71 {
  order: 71 !important;
}
.order-72 {
  order: 72 !important;
}
.order-73 {
  order: 73 !important;
}
.order-74 {
  order: 74 !important;
}
.order-75 {
  order: 75 !important;
}
.order-76 {
  order: 76 !important;
}
.order-77 {
  order: 77 !important;
}
.order-78 {
  order: 78 !important;
}
.order-79 {
  order: 79 !important;
}
.order-80 {
  order: 80 !important;
}
.order-81 {
  order: 81 !important;
}
.order-82 {
  order: 82 !important;
}
.order-83 {
  order: 83 !important;
}
.order-84 {
  order: 84 !important;
}
.order-85 {
  order: 85 !important;
}
.order-86 {
  order: 86 !important;
}
.order-87 {
  order: 87 !important;
}
.order-88 {
  order: 88 !important;
}
.order-89 {
  order: 89 !important;
}
.order-90 {
  order: 90 !important;
}
.order-91 {
  order: 91 !important;
}
.order-92 {
  order: 92 !important;
}
.order-93 {
  order: 93 !important;
}
.order-94 {
  order: 94 !important;
}
.order-95 {
  order: 95 !important;
}
.order-96 {
  order: 96 !important;
}
.order-97 {
  order: 97 !important;
}
.order-98 {
  order: 98 !important;
}
.order-99 {
  order: 99 !important;
}
.order-100 {
  order: 100 !important;
}
@media (min-width: 576px) {
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-6 {
    order: 6 !important;
  }
  .order-sm-7 {
    order: 7 !important;
  }
  .order-sm-8 {
    order: 8 !important;
  }
  .order-sm-9 {
    order: 9 !important;
  }
  .order-sm-10 {
    order: 10 !important;
  }
  .order-sm-11 {
    order: 11 !important;
  }
  .order-sm-12 {
    order: 12 !important;
  }
  .order-sm-13 {
    order: 13 !important;
  }
  .order-sm-14 {
    order: 14 !important;
  }
  .order-sm-15 {
    order: 15 !important;
  }
  .order-sm-16 {
    order: 16 !important;
  }
  .order-sm-17 {
    order: 17 !important;
  }
  .order-sm-18 {
    order: 18 !important;
  }
  .order-sm-19 {
    order: 19 !important;
  }
  .order-sm-20 {
    order: 20 !important;
  }
  .order-sm-21 {
    order: 21 !important;
  }
  .order-sm-22 {
    order: 22 !important;
  }
  .order-sm-23 {
    order: 23 !important;
  }
  .order-sm-24 {
    order: 24 !important;
  }
  .order-sm-25 {
    order: 25 !important;
  }
  .order-sm-26 {
    order: 26 !important;
  }
  .order-sm-27 {
    order: 27 !important;
  }
  .order-sm-28 {
    order: 28 !important;
  }
  .order-sm-29 {
    order: 29 !important;
  }
  .order-sm-30 {
    order: 30 !important;
  }
  .order-sm-31 {
    order: 31 !important;
  }
  .order-sm-32 {
    order: 32 !important;
  }
  .order-sm-33 {
    order: 33 !important;
  }
  .order-sm-34 {
    order: 34 !important;
  }
  .order-sm-35 {
    order: 35 !important;
  }
  .order-sm-36 {
    order: 36 !important;
  }
  .order-sm-37 {
    order: 37 !important;
  }
  .order-sm-38 {
    order: 38 !important;
  }
  .order-sm-39 {
    order: 39 !important;
  }
  .order-sm-40 {
    order: 40 !important;
  }
  .order-sm-41 {
    order: 41 !important;
  }
  .order-sm-42 {
    order: 42 !important;
  }
  .order-sm-43 {
    order: 43 !important;
  }
  .order-sm-44 {
    order: 44 !important;
  }
  .order-sm-45 {
    order: 45 !important;
  }
  .order-sm-46 {
    order: 46 !important;
  }
  .order-sm-47 {
    order: 47 !important;
  }
  .order-sm-48 {
    order: 48 !important;
  }
  .order-sm-49 {
    order: 49 !important;
  }
  .order-sm-50 {
    order: 50 !important;
  }
  .order-sm-51 {
    order: 51 !important;
  }
  .order-sm-52 {
    order: 52 !important;
  }
  .order-sm-53 {
    order: 53 !important;
  }
  .order-sm-54 {
    order: 54 !important;
  }
  .order-sm-55 {
    order: 55 !important;
  }
  .order-sm-56 {
    order: 56 !important;
  }
  .order-sm-57 {
    order: 57 !important;
  }
  .order-sm-58 {
    order: 58 !important;
  }
  .order-sm-59 {
    order: 59 !important;
  }
  .order-sm-60 {
    order: 60 !important;
  }
  .order-sm-61 {
    order: 61 !important;
  }
  .order-sm-62 {
    order: 62 !important;
  }
  .order-sm-63 {
    order: 63 !important;
  }
  .order-sm-64 {
    order: 64 !important;
  }
  .order-sm-65 {
    order: 65 !important;
  }
  .order-sm-66 {
    order: 66 !important;
  }
  .order-sm-67 {
    order: 67 !important;
  }
  .order-sm-68 {
    order: 68 !important;
  }
  .order-sm-69 {
    order: 69 !important;
  }
  .order-sm-70 {
    order: 70 !important;
  }
  .order-sm-71 {
    order: 71 !important;
  }
  .order-sm-72 {
    order: 72 !important;
  }
  .order-sm-73 {
    order: 73 !important;
  }
  .order-sm-74 {
    order: 74 !important;
  }
  .order-sm-75 {
    order: 75 !important;
  }
  .order-sm-76 {
    order: 76 !important;
  }
  .order-sm-77 {
    order: 77 !important;
  }
  .order-sm-78 {
    order: 78 !important;
  }
  .order-sm-79 {
    order: 79 !important;
  }
  .order-sm-80 {
    order: 80 !important;
  }
  .order-sm-81 {
    order: 81 !important;
  }
  .order-sm-82 {
    order: 82 !important;
  }
  .order-sm-83 {
    order: 83 !important;
  }
  .order-sm-84 {
    order: 84 !important;
  }
  .order-sm-85 {
    order: 85 !important;
  }
  .order-sm-86 {
    order: 86 !important;
  }
  .order-sm-87 {
    order: 87 !important;
  }
  .order-sm-88 {
    order: 88 !important;
  }
  .order-sm-89 {
    order: 89 !important;
  }
  .order-sm-90 {
    order: 90 !important;
  }
  .order-sm-91 {
    order: 91 !important;
  }
  .order-sm-92 {
    order: 92 !important;
  }
  .order-sm-93 {
    order: 93 !important;
  }
  .order-sm-94 {
    order: 94 !important;
  }
  .order-sm-95 {
    order: 95 !important;
  }
  .order-sm-96 {
    order: 96 !important;
  }
  .order-sm-97 {
    order: 97 !important;
  }
  .order-sm-98 {
    order: 98 !important;
  }
  .order-sm-99 {
    order: 99 !important;
  }
  .order-sm-100 {
    order: 100 !important;
  }
}
@media (min-width: 768px) {
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-6 {
    order: 6 !important;
  }
  .order-md-7 {
    order: 7 !important;
  }
  .order-md-8 {
    order: 8 !important;
  }
  .order-md-9 {
    order: 9 !important;
  }
  .order-md-10 {
    order: 10 !important;
  }
  .order-md-11 {
    order: 11 !important;
  }
  .order-md-12 {
    order: 12 !important;
  }
  .order-md-13 {
    order: 13 !important;
  }
  .order-md-14 {
    order: 14 !important;
  }
  .order-md-15 {
    order: 15 !important;
  }
  .order-md-16 {
    order: 16 !important;
  }
  .order-md-17 {
    order: 17 !important;
  }
  .order-md-18 {
    order: 18 !important;
  }
  .order-md-19 {
    order: 19 !important;
  }
  .order-md-20 {
    order: 20 !important;
  }
  .order-md-21 {
    order: 21 !important;
  }
  .order-md-22 {
    order: 22 !important;
  }
  .order-md-23 {
    order: 23 !important;
  }
  .order-md-24 {
    order: 24 !important;
  }
  .order-md-25 {
    order: 25 !important;
  }
  .order-md-26 {
    order: 26 !important;
  }
  .order-md-27 {
    order: 27 !important;
  }
  .order-md-28 {
    order: 28 !important;
  }
  .order-md-29 {
    order: 29 !important;
  }
  .order-md-30 {
    order: 30 !important;
  }
  .order-md-31 {
    order: 31 !important;
  }
  .order-md-32 {
    order: 32 !important;
  }
  .order-md-33 {
    order: 33 !important;
  }
  .order-md-34 {
    order: 34 !important;
  }
  .order-md-35 {
    order: 35 !important;
  }
  .order-md-36 {
    order: 36 !important;
  }
  .order-md-37 {
    order: 37 !important;
  }
  .order-md-38 {
    order: 38 !important;
  }
  .order-md-39 {
    order: 39 !important;
  }
  .order-md-40 {
    order: 40 !important;
  }
  .order-md-41 {
    order: 41 !important;
  }
  .order-md-42 {
    order: 42 !important;
  }
  .order-md-43 {
    order: 43 !important;
  }
  .order-md-44 {
    order: 44 !important;
  }
  .order-md-45 {
    order: 45 !important;
  }
  .order-md-46 {
    order: 46 !important;
  }
  .order-md-47 {
    order: 47 !important;
  }
  .order-md-48 {
    order: 48 !important;
  }
  .order-md-49 {
    order: 49 !important;
  }
  .order-md-50 {
    order: 50 !important;
  }
  .order-md-51 {
    order: 51 !important;
  }
  .order-md-52 {
    order: 52 !important;
  }
  .order-md-53 {
    order: 53 !important;
  }
  .order-md-54 {
    order: 54 !important;
  }
  .order-md-55 {
    order: 55 !important;
  }
  .order-md-56 {
    order: 56 !important;
  }
  .order-md-57 {
    order: 57 !important;
  }
  .order-md-58 {
    order: 58 !important;
  }
  .order-md-59 {
    order: 59 !important;
  }
  .order-md-60 {
    order: 60 !important;
  }
  .order-md-61 {
    order: 61 !important;
  }
  .order-md-62 {
    order: 62 !important;
  }
  .order-md-63 {
    order: 63 !important;
  }
  .order-md-64 {
    order: 64 !important;
  }
  .order-md-65 {
    order: 65 !important;
  }
  .order-md-66 {
    order: 66 !important;
  }
  .order-md-67 {
    order: 67 !important;
  }
  .order-md-68 {
    order: 68 !important;
  }
  .order-md-69 {
    order: 69 !important;
  }
  .order-md-70 {
    order: 70 !important;
  }
  .order-md-71 {
    order: 71 !important;
  }
  .order-md-72 {
    order: 72 !important;
  }
  .order-md-73 {
    order: 73 !important;
  }
  .order-md-74 {
    order: 74 !important;
  }
  .order-md-75 {
    order: 75 !important;
  }
  .order-md-76 {
    order: 76 !important;
  }
  .order-md-77 {
    order: 77 !important;
  }
  .order-md-78 {
    order: 78 !important;
  }
  .order-md-79 {
    order: 79 !important;
  }
  .order-md-80 {
    order: 80 !important;
  }
  .order-md-81 {
    order: 81 !important;
  }
  .order-md-82 {
    order: 82 !important;
  }
  .order-md-83 {
    order: 83 !important;
  }
  .order-md-84 {
    order: 84 !important;
  }
  .order-md-85 {
    order: 85 !important;
  }
  .order-md-86 {
    order: 86 !important;
  }
  .order-md-87 {
    order: 87 !important;
  }
  .order-md-88 {
    order: 88 !important;
  }
  .order-md-89 {
    order: 89 !important;
  }
  .order-md-90 {
    order: 90 !important;
  }
  .order-md-91 {
    order: 91 !important;
  }
  .order-md-92 {
    order: 92 !important;
  }
  .order-md-93 {
    order: 93 !important;
  }
  .order-md-94 {
    order: 94 !important;
  }
  .order-md-95 {
    order: 95 !important;
  }
  .order-md-96 {
    order: 96 !important;
  }
  .order-md-97 {
    order: 97 !important;
  }
  .order-md-98 {
    order: 98 !important;
  }
  .order-md-99 {
    order: 99 !important;
  }
  .order-md-100 {
    order: 100 !important;
  }
}
@media (min-width: 992px) {
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-6 {
    order: 6 !important;
  }
  .order-lg-7 {
    order: 7 !important;
  }
  .order-lg-8 {
    order: 8 !important;
  }
  .order-lg-9 {
    order: 9 !important;
  }
  .order-lg-10 {
    order: 10 !important;
  }
  .order-lg-11 {
    order: 11 !important;
  }
  .order-lg-12 {
    order: 12 !important;
  }
  .order-lg-13 {
    order: 13 !important;
  }
  .order-lg-14 {
    order: 14 !important;
  }
  .order-lg-15 {
    order: 15 !important;
  }
  .order-lg-16 {
    order: 16 !important;
  }
  .order-lg-17 {
    order: 17 !important;
  }
  .order-lg-18 {
    order: 18 !important;
  }
  .order-lg-19 {
    order: 19 !important;
  }
  .order-lg-20 {
    order: 20 !important;
  }
  .order-lg-21 {
    order: 21 !important;
  }
  .order-lg-22 {
    order: 22 !important;
  }
  .order-lg-23 {
    order: 23 !important;
  }
  .order-lg-24 {
    order: 24 !important;
  }
  .order-lg-25 {
    order: 25 !important;
  }
  .order-lg-26 {
    order: 26 !important;
  }
  .order-lg-27 {
    order: 27 !important;
  }
  .order-lg-28 {
    order: 28 !important;
  }
  .order-lg-29 {
    order: 29 !important;
  }
  .order-lg-30 {
    order: 30 !important;
  }
  .order-lg-31 {
    order: 31 !important;
  }
  .order-lg-32 {
    order: 32 !important;
  }
  .order-lg-33 {
    order: 33 !important;
  }
  .order-lg-34 {
    order: 34 !important;
  }
  .order-lg-35 {
    order: 35 !important;
  }
  .order-lg-36 {
    order: 36 !important;
  }
  .order-lg-37 {
    order: 37 !important;
  }
  .order-lg-38 {
    order: 38 !important;
  }
  .order-lg-39 {
    order: 39 !important;
  }
  .order-lg-40 {
    order: 40 !important;
  }
  .order-lg-41 {
    order: 41 !important;
  }
  .order-lg-42 {
    order: 42 !important;
  }
  .order-lg-43 {
    order: 43 !important;
  }
  .order-lg-44 {
    order: 44 !important;
  }
  .order-lg-45 {
    order: 45 !important;
  }
  .order-lg-46 {
    order: 46 !important;
  }
  .order-lg-47 {
    order: 47 !important;
  }
  .order-lg-48 {
    order: 48 !important;
  }
  .order-lg-49 {
    order: 49 !important;
  }
  .order-lg-50 {
    order: 50 !important;
  }
  .order-lg-51 {
    order: 51 !important;
  }
  .order-lg-52 {
    order: 52 !important;
  }
  .order-lg-53 {
    order: 53 !important;
  }
  .order-lg-54 {
    order: 54 !important;
  }
  .order-lg-55 {
    order: 55 !important;
  }
  .order-lg-56 {
    order: 56 !important;
  }
  .order-lg-57 {
    order: 57 !important;
  }
  .order-lg-58 {
    order: 58 !important;
  }
  .order-lg-59 {
    order: 59 !important;
  }
  .order-lg-60 {
    order: 60 !important;
  }
  .order-lg-61 {
    order: 61 !important;
  }
  .order-lg-62 {
    order: 62 !important;
  }
  .order-lg-63 {
    order: 63 !important;
  }
  .order-lg-64 {
    order: 64 !important;
  }
  .order-lg-65 {
    order: 65 !important;
  }
  .order-lg-66 {
    order: 66 !important;
  }
  .order-lg-67 {
    order: 67 !important;
  }
  .order-lg-68 {
    order: 68 !important;
  }
  .order-lg-69 {
    order: 69 !important;
  }
  .order-lg-70 {
    order: 70 !important;
  }
  .order-lg-71 {
    order: 71 !important;
  }
  .order-lg-72 {
    order: 72 !important;
  }
  .order-lg-73 {
    order: 73 !important;
  }
  .order-lg-74 {
    order: 74 !important;
  }
  .order-lg-75 {
    order: 75 !important;
  }
  .order-lg-76 {
    order: 76 !important;
  }
  .order-lg-77 {
    order: 77 !important;
  }
  .order-lg-78 {
    order: 78 !important;
  }
  .order-lg-79 {
    order: 79 !important;
  }
  .order-lg-80 {
    order: 80 !important;
  }
  .order-lg-81 {
    order: 81 !important;
  }
  .order-lg-82 {
    order: 82 !important;
  }
  .order-lg-83 {
    order: 83 !important;
  }
  .order-lg-84 {
    order: 84 !important;
  }
  .order-lg-85 {
    order: 85 !important;
  }
  .order-lg-86 {
    order: 86 !important;
  }
  .order-lg-87 {
    order: 87 !important;
  }
  .order-lg-88 {
    order: 88 !important;
  }
  .order-lg-89 {
    order: 89 !important;
  }
  .order-lg-90 {
    order: 90 !important;
  }
  .order-lg-91 {
    order: 91 !important;
  }
  .order-lg-92 {
    order: 92 !important;
  }
  .order-lg-93 {
    order: 93 !important;
  }
  .order-lg-94 {
    order: 94 !important;
  }
  .order-lg-95 {
    order: 95 !important;
  }
  .order-lg-96 {
    order: 96 !important;
  }
  .order-lg-97 {
    order: 97 !important;
  }
  .order-lg-98 {
    order: 98 !important;
  }
  .order-lg-99 {
    order: 99 !important;
  }
  .order-lg-100 {
    order: 100 !important;
  }
}
@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-6 {
    order: 6 !important;
  }
  .order-xl-7 {
    order: 7 !important;
  }
  .order-xl-8 {
    order: 8 !important;
  }
  .order-xl-9 {
    order: 9 !important;
  }
  .order-xl-10 {
    order: 10 !important;
  }
  .order-xl-11 {
    order: 11 !important;
  }
  .order-xl-12 {
    order: 12 !important;
  }
  .order-xl-13 {
    order: 13 !important;
  }
  .order-xl-14 {
    order: 14 !important;
  }
  .order-xl-15 {
    order: 15 !important;
  }
  .order-xl-16 {
    order: 16 !important;
  }
  .order-xl-17 {
    order: 17 !important;
  }
  .order-xl-18 {
    order: 18 !important;
  }
  .order-xl-19 {
    order: 19 !important;
  }
  .order-xl-20 {
    order: 20 !important;
  }
  .order-xl-21 {
    order: 21 !important;
  }
  .order-xl-22 {
    order: 22 !important;
  }
  .order-xl-23 {
    order: 23 !important;
  }
  .order-xl-24 {
    order: 24 !important;
  }
  .order-xl-25 {
    order: 25 !important;
  }
  .order-xl-26 {
    order: 26 !important;
  }
  .order-xl-27 {
    order: 27 !important;
  }
  .order-xl-28 {
    order: 28 !important;
  }
  .order-xl-29 {
    order: 29 !important;
  }
  .order-xl-30 {
    order: 30 !important;
  }
  .order-xl-31 {
    order: 31 !important;
  }
  .order-xl-32 {
    order: 32 !important;
  }
  .order-xl-33 {
    order: 33 !important;
  }
  .order-xl-34 {
    order: 34 !important;
  }
  .order-xl-35 {
    order: 35 !important;
  }
  .order-xl-36 {
    order: 36 !important;
  }
  .order-xl-37 {
    order: 37 !important;
  }
  .order-xl-38 {
    order: 38 !important;
  }
  .order-xl-39 {
    order: 39 !important;
  }
  .order-xl-40 {
    order: 40 !important;
  }
  .order-xl-41 {
    order: 41 !important;
  }
  .order-xl-42 {
    order: 42 !important;
  }
  .order-xl-43 {
    order: 43 !important;
  }
  .order-xl-44 {
    order: 44 !important;
  }
  .order-xl-45 {
    order: 45 !important;
  }
  .order-xl-46 {
    order: 46 !important;
  }
  .order-xl-47 {
    order: 47 !important;
  }
  .order-xl-48 {
    order: 48 !important;
  }
  .order-xl-49 {
    order: 49 !important;
  }
  .order-xl-50 {
    order: 50 !important;
  }
  .order-xl-51 {
    order: 51 !important;
  }
  .order-xl-52 {
    order: 52 !important;
  }
  .order-xl-53 {
    order: 53 !important;
  }
  .order-xl-54 {
    order: 54 !important;
  }
  .order-xl-55 {
    order: 55 !important;
  }
  .order-xl-56 {
    order: 56 !important;
  }
  .order-xl-57 {
    order: 57 !important;
  }
  .order-xl-58 {
    order: 58 !important;
  }
  .order-xl-59 {
    order: 59 !important;
  }
  .order-xl-60 {
    order: 60 !important;
  }
  .order-xl-61 {
    order: 61 !important;
  }
  .order-xl-62 {
    order: 62 !important;
  }
  .order-xl-63 {
    order: 63 !important;
  }
  .order-xl-64 {
    order: 64 !important;
  }
  .order-xl-65 {
    order: 65 !important;
  }
  .order-xl-66 {
    order: 66 !important;
  }
  .order-xl-67 {
    order: 67 !important;
  }
  .order-xl-68 {
    order: 68 !important;
  }
  .order-xl-69 {
    order: 69 !important;
  }
  .order-xl-70 {
    order: 70 !important;
  }
  .order-xl-71 {
    order: 71 !important;
  }
  .order-xl-72 {
    order: 72 !important;
  }
  .order-xl-73 {
    order: 73 !important;
  }
  .order-xl-74 {
    order: 74 !important;
  }
  .order-xl-75 {
    order: 75 !important;
  }
  .order-xl-76 {
    order: 76 !important;
  }
  .order-xl-77 {
    order: 77 !important;
  }
  .order-xl-78 {
    order: 78 !important;
  }
  .order-xl-79 {
    order: 79 !important;
  }
  .order-xl-80 {
    order: 80 !important;
  }
  .order-xl-81 {
    order: 81 !important;
  }
  .order-xl-82 {
    order: 82 !important;
  }
  .order-xl-83 {
    order: 83 !important;
  }
  .order-xl-84 {
    order: 84 !important;
  }
  .order-xl-85 {
    order: 85 !important;
  }
  .order-xl-86 {
    order: 86 !important;
  }
  .order-xl-87 {
    order: 87 !important;
  }
  .order-xl-88 {
    order: 88 !important;
  }
  .order-xl-89 {
    order: 89 !important;
  }
  .order-xl-90 {
    order: 90 !important;
  }
  .order-xl-91 {
    order: 91 !important;
  }
  .order-xl-92 {
    order: 92 !important;
  }
  .order-xl-93 {
    order: 93 !important;
  }
  .order-xl-94 {
    order: 94 !important;
  }
  .order-xl-95 {
    order: 95 !important;
  }
  .order-xl-96 {
    order: 96 !important;
  }
  .order-xl-97 {
    order: 97 !important;
  }
  .order-xl-98 {
    order: 98 !important;
  }
  .order-xl-99 {
    order: 99 !important;
  }
  .order-xl-100 {
    order: 100 !important;
  }
}
@media (min-width: 1400px) {
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-6 {
    order: 6 !important;
  }
  .order-xxl-7 {
    order: 7 !important;
  }
  .order-xxl-8 {
    order: 8 !important;
  }
  .order-xxl-9 {
    order: 9 !important;
  }
  .order-xxl-10 {
    order: 10 !important;
  }
  .order-xxl-11 {
    order: 11 !important;
  }
  .order-xxl-12 {
    order: 12 !important;
  }
  .order-xxl-13 {
    order: 13 !important;
  }
  .order-xxl-14 {
    order: 14 !important;
  }
  .order-xxl-15 {
    order: 15 !important;
  }
  .order-xxl-16 {
    order: 16 !important;
  }
  .order-xxl-17 {
    order: 17 !important;
  }
  .order-xxl-18 {
    order: 18 !important;
  }
  .order-xxl-19 {
    order: 19 !important;
  }
  .order-xxl-20 {
    order: 20 !important;
  }
  .order-xxl-21 {
    order: 21 !important;
  }
  .order-xxl-22 {
    order: 22 !important;
  }
  .order-xxl-23 {
    order: 23 !important;
  }
  .order-xxl-24 {
    order: 24 !important;
  }
  .order-xxl-25 {
    order: 25 !important;
  }
  .order-xxl-26 {
    order: 26 !important;
  }
  .order-xxl-27 {
    order: 27 !important;
  }
  .order-xxl-28 {
    order: 28 !important;
  }
  .order-xxl-29 {
    order: 29 !important;
  }
  .order-xxl-30 {
    order: 30 !important;
  }
  .order-xxl-31 {
    order: 31 !important;
  }
  .order-xxl-32 {
    order: 32 !important;
  }
  .order-xxl-33 {
    order: 33 !important;
  }
  .order-xxl-34 {
    order: 34 !important;
  }
  .order-xxl-35 {
    order: 35 !important;
  }
  .order-xxl-36 {
    order: 36 !important;
  }
  .order-xxl-37 {
    order: 37 !important;
  }
  .order-xxl-38 {
    order: 38 !important;
  }
  .order-xxl-39 {
    order: 39 !important;
  }
  .order-xxl-40 {
    order: 40 !important;
  }
  .order-xxl-41 {
    order: 41 !important;
  }
  .order-xxl-42 {
    order: 42 !important;
  }
  .order-xxl-43 {
    order: 43 !important;
  }
  .order-xxl-44 {
    order: 44 !important;
  }
  .order-xxl-45 {
    order: 45 !important;
  }
  .order-xxl-46 {
    order: 46 !important;
  }
  .order-xxl-47 {
    order: 47 !important;
  }
  .order-xxl-48 {
    order: 48 !important;
  }
  .order-xxl-49 {
    order: 49 !important;
  }
  .order-xxl-50 {
    order: 50 !important;
  }
  .order-xxl-51 {
    order: 51 !important;
  }
  .order-xxl-52 {
    order: 52 !important;
  }
  .order-xxl-53 {
    order: 53 !important;
  }
  .order-xxl-54 {
    order: 54 !important;
  }
  .order-xxl-55 {
    order: 55 !important;
  }
  .order-xxl-56 {
    order: 56 !important;
  }
  .order-xxl-57 {
    order: 57 !important;
  }
  .order-xxl-58 {
    order: 58 !important;
  }
  .order-xxl-59 {
    order: 59 !important;
  }
  .order-xxl-60 {
    order: 60 !important;
  }
  .order-xxl-61 {
    order: 61 !important;
  }
  .order-xxl-62 {
    order: 62 !important;
  }
  .order-xxl-63 {
    order: 63 !important;
  }
  .order-xxl-64 {
    order: 64 !important;
  }
  .order-xxl-65 {
    order: 65 !important;
  }
  .order-xxl-66 {
    order: 66 !important;
  }
  .order-xxl-67 {
    order: 67 !important;
  }
  .order-xxl-68 {
    order: 68 !important;
  }
  .order-xxl-69 {
    order: 69 !important;
  }
  .order-xxl-70 {
    order: 70 !important;
  }
  .order-xxl-71 {
    order: 71 !important;
  }
  .order-xxl-72 {
    order: 72 !important;
  }
  .order-xxl-73 {
    order: 73 !important;
  }
  .order-xxl-74 {
    order: 74 !important;
  }
  .order-xxl-75 {
    order: 75 !important;
  }
  .order-xxl-76 {
    order: 76 !important;
  }
  .order-xxl-77 {
    order: 77 !important;
  }
  .order-xxl-78 {
    order: 78 !important;
  }
  .order-xxl-79 {
    order: 79 !important;
  }
  .order-xxl-80 {
    order: 80 !important;
  }
  .order-xxl-81 {
    order: 81 !important;
  }
  .order-xxl-82 {
    order: 82 !important;
  }
  .order-xxl-83 {
    order: 83 !important;
  }
  .order-xxl-84 {
    order: 84 !important;
  }
  .order-xxl-85 {
    order: 85 !important;
  }
  .order-xxl-86 {
    order: 86 !important;
  }
  .order-xxl-87 {
    order: 87 !important;
  }
  .order-xxl-88 {
    order: 88 !important;
  }
  .order-xxl-89 {
    order: 89 !important;
  }
  .order-xxl-90 {
    order: 90 !important;
  }
  .order-xxl-91 {
    order: 91 !important;
  }
  .order-xxl-92 {
    order: 92 !important;
  }
  .order-xxl-93 {
    order: 93 !important;
  }
  .order-xxl-94 {
    order: 94 !important;
  }
  .order-xxl-95 {
    order: 95 !important;
  }
  .order-xxl-96 {
    order: 96 !important;
  }
  .order-xxl-97 {
    order: 97 !important;
  }
  .order-xxl-98 {
    order: 98 !important;
  }
  .order-xxl-99 {
    order: 99 !important;
  }
  .order-xxl-100 {
    order: 100 !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.expandable {
  --expandable-default-height: 40px;
  max-height: var(--expandable-default-height);
  overflow-y: hidden;
  transition: max-height var(--transition);
}
.expandable.expanded {
  max-height: 1000px;
  overflow-y: scroll;
}
.expandable .expandable-header {
  cursor: pointer;
  line-height: 1.2;
}
.expandable .expandable-icon {
  transition: all var(--transition);
}
.expandable.expanded .expandable-icon {
  transform: scaleY(-1);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.lightbulb-list .list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--p-margin-bottom);
}
.lightbulb-list .list-item:last-child {
  margin-bottom: 0;
}
.lightbulb-list .list-item i {
  color: var(--primary);
  margin-right: 12px;
  font-size: 1rem;
  line-height: 2;
}
.lightbulb-list .list-item .text {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .lightbulb-list .list-item i {
    font-size: 0.8rem;
  }
  .lightbulb-list .list-item .text {
    font-size: 1rem;
    line-height: 1.6;
  }
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-content-accordion-1 .accordion-item {
  border: 1px solid var(--primary);
  border-radius: 0;
  background-color: transparent;
  padding: 16px 20px;
}
@media (min-width: 992px) {
  .wi-content-accordion-1 .accordion-item {
    padding: 20px 32px;
  }
}
.wi-content-accordion-1 .accordion-item:has(.accordion-collapse.collapse:not(.show)) {
  border-color: #d9d9d9;
}
.wi-content-accordion-1 .accordion-item:not(:last-child) {
  border-bottom: 1px solid var(--primary);
}
.wi-content-accordion-1 .accordion-button {
  font-size: 22px;
  font-weight: 600;
}
.wi-content-accordion-1 .accordion-button, .wi-faqs-accordion-1 .accordion-button:not(.collapsed) {
  color: inherit;
  padding: 1.25rem 0;
  border: none;
  background-color: transparent;
  box-shadow: none;
  font-size: inherit;
}
.wi-content-accordion-1 .accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}
.wi-content-accordion-1 .accordion-button:after {
  content: "+";
  background-image: unset;
  color: var(--primary);
  font-size: 25px;
  height: 25px;
}
.wi-content-accordion-1 .accordion-button:not(.collapsed):after {
  background-image: unset;
  content: "—";
  transform: unset;
  font-size: 20px;
  line-height: 25px;
  height: 25px;
}
.wi-content-accordion-1 .accordion-body {
  padding: 1rem 0rem;
  --p-font-size: 18px;
  --p-line-height: 24px;
  --p-font-weight: 400;
}
.wi-content-accordion-1 .accordion-header .accordion-button:not(.collapsed):before {
  content: "";
  color: var(--primary);
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 16px;
  margin-right: 9px;
}
.wi-content-accordion-1 .accordion-header .accordion-button.collapsed:before {
  content: "";
  color: #000;
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  font-size: 16px;
  margin-right: 9px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.text-dark {
  color: #000 !important;
}
.text-light {
  color: #fff !important;
}
@media (min-width: 576px) {
  .text-sm-dark {
    color: #000 !important;
  }
  .text-sm-light {
    color: #fff !important;
  }
}
@media (min-width: 768px) {
  .text-md-dark {
    color: #000 !important;
  }
  .text-md-light {
    color: #fff !important;
  }
}
@media (min-width: 992px) {
  .text-lg-dark {
    color: #000 !important;
  }
  .text-lg-light {
    color: #fff !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-dark {
    color: #000 !important;
  }
  .text-xl-light {
    color: #fff !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-dark {
    color: #000 !important;
  }
  .text-xxl-light {
    color: #fff !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
section:has(.brochure-dl-circle) {
  z-index: 0;
}
.brochure-dl-circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  box-shadow: 0px 4px 15px 5px rgba(72, 54, 42, 0.15);
  z-index: 10;
}
.brochure-dl-arrow {
  width: 110px;
  position: absolute;
  rotate: 65deg;
  transform: scale(-1, 1);
  bottom: 68px;
  left: -18px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .brochure-dl-circle {
    bottom: 135px;
  }
  .brochure-dl-arrow {
    rotate: 60deg;
    bottom: 200px;
    left: -18px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.modal.show {
  display: flex !important;
}
html:has(.modal.show) {
  overflow: hidden;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
strong, b {
  font-weight: 800 !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
div.surrounding-cities-list {
  list-style: none;
}
div.surrounding-cities-list div, div.surrounding-cities-list div > a {
  color: #fff;
  font-family: var(--font-primary);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
div.surrounding-cities-list > div > a:hover {
  text-decoration: underline;
  transition: var(--transition);
}
@media (max-width: 992px) {
  div.surrounding-cities-list > div, div.surrounding-cities-list > div > a {
    font-size: 18px;
    line-height: initial;
  }
}
.surrounding-cities-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: bottom;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
  --tooltip-border-width: 1px;
  --tooltip-border-radius: 0;
  --tooltip-border-color: var(--primary);
  --tooltip-text-color: var(--dark);
  --tooltip-body-text-size: 14px;
  --tooltip-font-family: var(--font-secondary);
}
/* Hide Arrow */
.bs-tooltip-top .arrow {
  display: none;
}
.tooltip.show {
  opacity: 1 !important;
  z-index: 999999;
}
.tooltip-inner {
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  padding: 10px !important;
  max-width: 500px;
  line-height: initial;
  z-index: 50;
  text-align: left !important;
  color: var(--dark);
  border-radius: 0px;
  border: var(--tooltip-border-width) solid;
  border-color: var(--tooltip-border-color);
}
.tooltip .tooltip-inner .title {
  color: var(--secondary);
  font-family: var(--tooltip-font-family);
  font-size: calc(1rem * 1);
  text-transform: uppercase;
}
.tooltip .tooltip-inner .disclaimer-text {
  font-size: var(--tooltip-body-text-size);
  font-family: var(--tooltip-font-family);
}
.tooltip-wrapper i:hover {
  cursor: pointer;
  color: var(--primary) !important;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: var(--secondary);
}
.form-dark .tooltip-wrapper {
  color: rgba(255, 255, 255, 0.55);
}
.tooltip-wrapper .disclaimer-tooltip, .tooltip-wrapper i {
  color: var(--tooltip-text-color) !important;
  font-size: var(--tooltip-body-text-size);
}
.tooltip-wrapper .disclaimer-tooltip:hover {
  text-decoration: underline;
  color: var(--primary) !important;
}
.text-light .tooltip-wrapper .disclaimer-tooltip, .text-light .disclaimer-tooltip .tooltip-wrapper i, .bg-secondary .tooltip-wrapper .disclaimer-tooltip, .bg-secondary .tooltip-wrapper i, .bg-primary-gradient .tooltip-wrapper .disclaimer-tooltip, .bg-primary-gradient .tooltip-wrapper i, .bg-video .tooltip-wrapper .disclaimer-tooltip, .bg-video .tooltip-wrapper i {
  color: #fff !important;
}
footer .bg-dark .tooltip-wrapper .disclaimer-tooltip, footer .bg-secondary .tooltip-wrapper .disclaimer-tooltip {
  color: #fff !important;
}
footer .bg-dark .tooltip-wrapper .disclaimer-tooltip:hover, footer .bg-secondary .tooltip-wrapper .disclaimer-tooltip:hover {
  color: var(--primary) !important;
}
div.modal .modal-body .tooltip-wrapper .disclaimer-tooltip, div.modal .modal-body .tooltip-wrapper i {
  color: var(--dark);
}
div.modal .modal-body .tooltip-wrapper .disclaimer-tooltip:hover, div.modal .modal-body .tooltip-wrapper i:hover {
  color: var(--primary);
}
@media (max-width: 600px) {
  .tooltip-inner {
    max-width: 90%;
  }
  div.tooltip.show {
    display: flex;
    justify-content: center;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wrapping-display-name {
  --overhang: 0.88rem;
  --front-color: var(--primary);
  --back-color: var(--secondary);
  background: radial-gradient(50% 50% at 50% 50%, var(--primary) 0%, var(--secondary) 100%);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 0.62rem calc(var(--overhang) + 0.37rem);
  position: absolute;
  left: -2px;
  bottom: 1.19rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 991px) {
  .wrapping-display-name {
    padding: 0.62rem var(--overhang);
    bottom: 0.82rem;
  }
}
.wrapping-display-name .name {
  font-weight: 400;
  font-size: 1.25rem;
  color: var(--light);
  text-transform: uppercase;
  font-family: var(--font-primary);
}
.wrapping-display-name.right {
  left: unset;
  right: calc(-1 * var(--overhang));
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.wrapping-display-name::before {
  content: "";
  width: var(--overhang);
  height: calc(var(--overhang) / 2.6);
  background: var(--back-color);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  position: absolute;
  left: 0;
  top: calc(var(--overhang) / 2.6 * -1);
}
.wrapping-display-name.right::before {
  left: unset;
  right: 0;
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-boxes-2 {
  justify-content: center;
}
.wi-subnav-boxes-2 .name {
  color: var(--dark);
  transition: var(--transition);
}
.wi-subnav-boxes-2 .name:hover {
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.schedule-btn.short .appointment {
  display: none;
}
.book-btn .short {
  display: none;
}
.book-btn.short .long {
  display: none;
}
.book-btn.short .short {
  display: inline;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#booking-popup .text-overline {
  font-weight: 400;
  font-family: var(--font-primary);
  font-size: 1.5625rem;
  line-height: 1.6;
}
#booking-popup p {
  font-family: var(--font-primary);
}
@media (max-width: 991px) {
  #booking-popup p {
    font-size: 1rem;
  }
}
#booking-popup.choice .customer-choice {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
#booking-popup.choice .first-time-customer {
  opacity: 0;
  visibility: hidden;
  max-height: 0px;
  --bs-gutter-y: 0;
}
#booking-popup .customer-choice {
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition);
  max-height: 0px;
  --bs-gutter-x: 0;
}
#booking-popup .customer-choice .separator {
  background: #000;
  opacity: 0.25;
}
@media (min-width: 992px) {
  #booking-popup .customer-choice .separator {
    width: 1px;
    height: 100%;
    margin: 0 1.25rem;
  }
}
@media (max-width: 991px) {
  #booking-popup .customer-choice .separator {
    width: 100%;
    height: 1px;
    margin: 1.25rem 0;
  }
}
#booking-popup .first-time-customer {
  opacity: 1;
  visibility: visible;
  transition: opacity var(--transition);
  max-height: 100%;
  overflow: hidden;
  --bs-gutter-y: 1rem;
}
#booking-popup .first-time-customer:not(:has(form)) .form-intro {
  display: none;
}
#booking-popup .first-time-customer:not(:has(.form-success)) .success-message {
  display: none;
}
#booking-popup .first-time-customer:not(:has(.form-error)) .error-message {
  display: none;
}
#booking-popup .first-time-customer:has(.form-success) .success-message {
  display: block;
}
#booking-popup .first-time-customer:has(.form-error) .error-message {
  display: block;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.col-xs {
  flex: 1 0 0%;
  width: unset;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
    width: unset;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
    width: unset;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
    width: unset;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
    width: unset;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
    width: unset;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*
Loom has a super annoying section that they add to the end of pages.
This is only added for loom users and the removal is exclusively for personal aesthetic.
My peace of mind after hiding it is immeasurable.
*/
#loom-companion-mv3 {
  display: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.grecaptcha-badge {
  display: none !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.horizontal-scroll, .horizontal-scroll-mobile {
  --horizontal-scroll-offset: 0px;
}
.horizontal-scroll .overflow, .horizontal-scroll-mobile .overflow {
  --bs-gutter-y: var(--bs-gutter-x);
}
/* 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.disable .overflow {
  overflow-x: visible;
}
.horizontal-scroll .overflow {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 32px;
}
.horizontal-scroll:not(.disable) .overflow {
  justify-content: start !important;
}
.horizontal-scroll .no-overflow {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 992px) {
  .horizontal-scroll .overflow {
    padding-bottom: 40px;
  }
}
@media (min-width: 576px) {
  .horizontal-scroll .overflow, .horizontal-scroll .no-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:not(.disable) .overflow:hover {
  cursor: default;
}
.horizontal-scroll.disable .overflow, .horizontal-scroll-mobile.disable .overflow {
  cursor: default !important;
}
/* Scroll bar */
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar)::-webkit-scrollbar {
  display: block;
  height: 4px;
  transition: transform 0.3s ease;
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar)::-webkit-scrollbar-thumb {
  background-color: #707272;
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar)::-webkit-scrollbar-track-piece {
  background-color: rgba(112, 114, 114, 0.5);
}
/* Scroll Bar Colors */
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-primary::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-primary::-webkit-scrollbar-track-piece {
  background-color: var(--primary-rgba-translucent);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-secondary::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-secondary::-webkit-scrollbar-track-piece {
  background-color: var(--secondary-rgba-translucent);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-tertiary::-webkit-scrollbar-thumb {
  background-color: var(--tertiary);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-tertiary::-webkit-scrollbar-track-piece {
  background-color: var(--tertiary-rgba-translucent);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-quaternary::-webkit-scrollbar-thumb {
  background-color: var(--quaternary);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-quaternary::-webkit-scrollbar-track-piece {
  background-color: var(--quaternary-rgba-translucent);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-thumb {
  background-color: var(--light);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-track-piece {
  background-color: var(--light-rgba-translucent);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-gray::-webkit-scrollbar-thumb {
  background-color: var(--gray);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-gray::-webkit-scrollbar-track-piece {
  background-color: var(--gray-rgba-translucent);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-dark::-webkit-scrollbar-thumb {
  background-color: var(--dark);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-dark::-webkit-scrollbar-track-piece {
  background-color: var(--dark-rgba-translucent);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-dark-gray::-webkit-scrollbar-thumb {
  background-color: var(--dark-gray);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-dark-gray::-webkit-scrollbar-track-piece {
  background-color: var(--dark-gray-rgba-translucent);
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.horizontal-scroll:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0.5);
}
.horizontal-scroll:not(.disable) .overflow::-webkit-scrollbar-track-piece:start {
  margin-left: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset) + (var(--bs-gutter-x) / 2));
}
.horizontal-scroll:not(.disable) .overflow::-webkit-scrollbar-track-piece:end {
  margin-right: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset) + (var(--bs-gutter-x) / 2));
}
@media (max-width: 576px) {
  .horizontal-scroll:not(.disable) .overflow::-webkit-scrollbar-track-piece:start {
    margin-left: calc(var(--bs-gutter-x) / 2);
  }
  .horizontal-scroll:not(.disable) .overflow::-webkit-scrollbar-track-piece:end {
    margin-right: calc(var(--bs-gutter-x) / 2);
  }
}
/* Horizontal Scroll on Mobile Only */
@media (max-width: 991px) {
  /* Container fluid styles so we can keep normal container for lg */
  /* Overlay on sides */
  /* Overflow */
  /* Scroll bar */
  /* No Overflow option to show other rows in the container while not making them appear in a container fluid */
  .horizontal-scroll-mobile {
    width: 100% !important;
    padding-right: var(--bs-gutter-x, 0.75rem) !important;
    padding-left: var(--bs-gutter-x, 0.75rem) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: unset !important;
  }
  .horizontal-scroll-mobile .scroll-overlay:before, .horizontal-scroll-mobile .scroll-overlay:after {
    content: "";
    height: 100%;
    width: 20px;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    background: #fff;
    opacity: 0.8;
  }
  .horizontal-scroll-mobile .scroll-overlay:before {
    left: 0px;
  }
  .horizontal-scroll-mobile .scroll-overlay:after {
    right: 0px;
  }
  .horizontal-scroll-mobile .overflow {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 32px;
  }
  .horizontal-scroll-mobile .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-mobile .overflow:hover {
    cursor: default;
  }
  .horizontal-scroll-mobile.disable .overflow {
    cursor: default !important;
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar)::-webkit-scrollbar {
    display: block;
    height: 4px;
    transition: transform 0.3s ease;
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar)::-webkit-scrollbar-thumb {
    background-color: #707272;
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar)::-webkit-scrollbar-track-piece {
    background-color: rgba(112, 114, 114, 0.5);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-primary::-webkit-scrollbar-thumb {
    background-color: var(--primary);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-primary::-webkit-scrollbar-track-piece {
    background-color: var(--primary-rgba-translucent);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-secondary::-webkit-scrollbar-thumb {
    background-color: var(--secondary);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-secondary::-webkit-scrollbar-track-piece {
    background-color: var(--secondary-rgba-translucent);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-tertiary::-webkit-scrollbar-thumb {
    background-color: var(--tertiary);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-tertiary::-webkit-scrollbar-track-piece {
    background-color: var(--tertiary-rgba-translucent);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-quaternary::-webkit-scrollbar-thumb {
    background-color: var(--quaternary);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-quaternary::-webkit-scrollbar-track-piece {
    background-color: var(--quaternary-rgba-translucent);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-thumb {
    background-color: var(--light);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-track-piece {
    background-color: var(--light-rgba-translucent);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-gray::-webkit-scrollbar-thumb {
    background-color: var(--gray);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-gray::-webkit-scrollbar-track-piece {
    background-color: var(--gray-rgba-translucent);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-dark::-webkit-scrollbar-thumb {
    background-color: var(--dark);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-dark::-webkit-scrollbar-track-piece {
    background-color: var(--dark-rgba-translucent);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-dark-gray::-webkit-scrollbar-thumb {
    background-color: var(--dark-gray);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-dark-gray::-webkit-scrollbar-track-piece {
    background-color: var(--dark-gray-rgba-translucent);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
  .horizontal-scroll-mobile:not(.disable) .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow::-webkit-scrollbar-track-piece:start {
    margin-left: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset) + (var(--bs-gutter-x) / 2));
  }
  .horizontal-scroll-mobile:not(.disable) .overflow::-webkit-scrollbar-track-piece:end {
    margin-right: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset) + (var(--bs-gutter-x) / 2));
  }
  .horizontal-scroll-mobile:not(.disable) .no-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));
  }
}
@media (max-width: 575px) {
  .horizontal-scroll-mobile {
    --horizontal-scroll-offset: 0px;
  }
  .horizontal-scroll-mobile .overflow, .horizontal-scroll-mobile .no-overflow {
    padding-left: 0;
    padding-right: 0;
  }
  .horizontal-scroll-mobile .scroll-overlay:before, .horizontal-scroll-mobile .scroll-overlay:after {
    width: 10px;
  }
  .horizontal-scroll-mobile:not(.disable) .overflow::-webkit-scrollbar-track-piece:start {
    margin-left: calc(var(--bs-gutter-x) / 2);
  }
  .horizontal-scroll-mobile:not(.disable) .overflow::-webkit-scrollbar-track-piece:end {
    margin-right: calc(var(--bs-gutter-x) / 2);
  }
}
.horizontal-scroll.not-contained {
  max-width: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
.horizontal-scroll.not-contained .overflow {
  padding-left: 0;
  padding-right: 0;
}
.horizontal-scroll.not-contained:not(.disable) .overflow::-webkit-scrollbar-track-piece:start {
  margin-left: 0;
}
.horizontal-scroll.not-contained:not(.disable) .overflow::-webkit-scrollbar-track-piece:end {
  margin-right: 0;
}
.horizontal-scroll-mobile.not-contained {
  max-width: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
}
@media (max-width: 991px) {
  .horizontal-scroll-mobile.not-contained .overflow {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .horizontal-scroll-mobile.not-contained:not(.disable) .overflow::-webkit-scrollbar-track-piece:start {
    margin-left: 0;
  }
  .horizontal-scroll-mobile.not-contained:not(.disable) .overflow::-webkit-scrollbar-track-piece:end {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .horizontal-scroll-mobile.hs-desktop-inline-1 {
    max-width: unset !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
  .horizontal-scroll-mobile.hs-desktop-inline-1 .overflow {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .horizontal-scroll-mobile.hs-desktop-inline-1:not(.disable) .overflow::-webkit-scrollbar-track-piece:start {
    margin-left: 0;
  }
  .horizontal-scroll-mobile.hs-desktop-inline-1:not(.disable) .overflow::-webkit-scrollbar-track-piece:end {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  *:has(> .horizontal-scroll-mobile.hs-desktop-inline-1) {
    width: 100vw;
    max-width: unset;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    left: calc(((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset, 0px)) * -1);
  }
  .horizontal-scroll-mobile.hs-desktop-inline-1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .horizontal-scroll-mobile.hs-desktop-inline-1 .overflow {
    margin-left: 0;
    margin-right: 0;
  }
  .container:has(.horizontal-scroll-mobile.hs-desktop-inline-1) {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: unset !important;
  }
  .container:has(.horizontal-scroll-mobile.hs-desktop-inline-1) > .row:has(.horizontal-scroll-mobile.hs-desktop-inline-1) {
    padding-left: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset, 0px));
    padding-right: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset, 0px));
    margin-left: 0;
    margin-right: 0;
  }
  .container:has(.horizontal-scroll-mobile.hs-desktop-inline-1) > .row:has(.horizontal-scroll-mobile.hs-desktop-inline-1) > *:not(:has(.horizontal-scroll-mobile.hs-desktop-inline-1)) {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.horizontal-scroll.arrows, .horizontal-scroll-mobile.arrows {
  position: relative;
  /* Adjust spacing for mobile arrows */
}
@media (max-width: 991px) {
  .horizontal-scroll.arrows.arrows-mobile, .horizontal-scroll-mobile.arrows.arrows-mobile {
    padding-bottom: calc(1rem + 2.8125rem);
  }
  .horizontal-scroll.arrows.arrows-mobile .overflow, .horizontal-scroll-mobile.arrows.arrows-mobile .overflow {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .horizontal-scroll.arrows:not(.horizontal-scroll-mobile), .horizontal-scroll-mobile.arrows:not(.horizontal-scroll-mobile) {
    padding-bottom: 2rem;
  }
}
.horizontal-scroll.arrows .arrow-wrapper, .horizontal-scroll-mobile.arrows .arrow-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 3.75rem;
}
@media (max-width: 991px) {
  .horizontal-scroll.arrows .arrow-wrapper, .horizontal-scroll-mobile.arrows .arrow-wrapper {
    gap: 2.5rem;
  }
}
.horizontal-scroll.arrows .arrow-wrapper .arrow, .horizontal-scroll-mobile.arrows .arrow-wrapper .arrow {
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-color, #f3f3f3);
  color: var(--border-color, #f3f3f3);
  border-radius: 100%;
  font-size: 1.25rem;
  font-weight: 900;
  transition: border-color var(--transition), color var(--transition);
}
.horizontal-scroll.arrows .arrow-wrapper .arrow:hover, .horizontal-scroll-mobile.arrows .arrow-wrapper .arrow:hover {
  cursor: pointer;
}
.horizontal-scroll.arrows.arrows-top-1 .arrow-wrapper, .horizontal-scroll-mobile.arrows.arrows-top-1 .arrow-wrapper {
  bottom: unset;
  top: 0;
}
@media (min-width: 992px) {
  .horizontal-scroll.arrows.arrows-top-1:not(.horizontal-scroll-mobile), .horizontal-scroll-mobile.arrows.arrows-top-1:not(.horizontal-scroll-mobile) {
    padding-bottom: 0rem;
    padding-top: 4.5rem;
  }
}
@media (max-width: 991px) {
  .horizontal-scroll.arrows.arrows-top-1:not(.horizontal-scroll-mobile).arrows-mobile, .horizontal-scroll-mobile.arrows.arrows-top-1:not(.horizontal-scroll-mobile).arrows-mobile {
    padding-bottom: 0;
    padding-top: 4.5rem;
  }
  .horizontal-scroll.arrows.arrows-top-1:not(.horizontal-scroll-mobile).arrows-mobile .overflow, .horizontal-scroll-mobile.arrows.arrows-top-1:not(.horizontal-scroll-mobile).arrows-mobile .overflow {
    padding-bottom: 1rem;
    margin-bottom: -1rem;
  }
}
@media (min-width: 992px) {
  .horizontal-scroll.arrows.arrows-top-1.disable:not(.horizontal-scroll-mobile) {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .horizontal-scroll.arrows:not(.disable) .overflow::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 991px) {
  .horizontal-scroll.arrows:not(.arrows-mobile) .arrow-wrapper, .horizontal-scroll-mobile.arrows:not(.arrows-mobile) .arrow-wrapper {
    display: none;
  }
  .horizontal-scroll.arrows.arrows-mobile .overflow::-webkit-scrollbar, .horizontal-scroll-mobile.arrows.arrows-mobile .overflow::-webkit-scrollbar {
    display: block;
  }
}
.horizontal-scroll.arrows.disable .arrow-wrapper {
  display: none !important;
}
.horizontal-scroll-mobile.arrows-mobile.disable .arrow-wrapper {
  display: none !important;
}
.horizontal-scroll.disable, .horizontal-scroll.disable .overflow {
  overflow-y: visible;
  padding-bottom: 0 !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.modal .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.modal .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
@media (min-width: 992px) {
  .modal .modal-dialog.modal-xl {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal .modal-dialog.modal-xl {
    width: 1140px;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog.modal-lg {
    width: 800px;
  }
}
@media (min-width: 576px) {
  .modal .modal-dialog {
    width: 500px;
  }
}
.modal .modal-dialog .modal-content {
  border-radius: 0px;
  border: 1px solid var(--secondary);
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 0.875rem;
  background: radial-gradient(50% 50% at 50% 50%, var(--primary) 0%, var(--secondary) 100%);
  color: var(--light);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  justify-content: center;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--light);
}
@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 1.125rem;
  }
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: var(--light);
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 1.5rem 1.25rem;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Desktop */
@media (min-width: 992px) {
  .see-more-mobile-wrapper .see-more-text, .see-more-mobile-wrapper .see-more-text-open {
    display: none;
  }
}
/* Mobile */
@media (max-width: 992px) {
  .see-more-mobile-wrapper {
    --max-height: 240px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .see-more-mobile-wrapper:not(.open) {
    overflow-y: hidden;
    max-height: var(--max-height);
    border-bottom: 3px solid white;
    transition: max-height var(--transition);
  }
  .bg-gray .see-more-mobile-wrapper:not(.open), .see-more-mobile-wrapper.gray:not(.open) {
    border-color: var(--gray);
  }
  .see-more-mobile-wrapper.open {
    max-height: 3000px;
    padding-bottom: 30px;
    transition: max-height var(--transition);
  }
  .see-more-mobile-wrapper:not(.open):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.19%, #FFFFFF 66.36%);
  }
  .bg-gray .see-more-mobile-wrapper:not(.open):before, .see-more-mobile-wrapper.gray:not(.open):before {
    background: linear-gradient(180deg, rgba(247, 247, 249, 0) 2.19%, var(--gray) 66.36%);
  }
  .see-more-mobile-wrapper:not(.open) .see-more-text {
    display: block;
  }
  .see-more-mobile-wrapper:not(.open) .see-more-text-open {
    display: none;
  }
  .see-more-mobile-wrapper.open .see-more-text {
    display: none;
  }
  .see-more-mobile-wrapper.open .see-more-text-open {
    display: block;
  }
  .see-more-mobile-wrapper .see-more-text, .see-more-mobile-wrapper .see-more-text-open {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 30px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    color: var(--secondary);
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
  }
  .see-more-mobile-wrapper .see-more-text:hover, .see-more-mobile-wrapper .see-more-text-open:hover {
    color: var(--secondary);
    transition: all var(--transition);
    cursor: pointer;
  }
  .see-more-mobile-wrapper .see-more-text i, .see-more-mobile-wrapper .see-more-text-open i {
    font-size: 26px;
  }
}
.see-more-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  --max-height: 240px;
}
.see-more-wrapper:not(.open) {
  overflow-y: hidden;
  max-height: var(--max-height);
  border-bottom: 3px solid white;
  transition: max-height var(--transition);
}
.bg-gray .see-more-wrapper:not(.open), .see-more-wrapper.gray: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: 100%;
  height: 100px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.19%, #FFFFFF 66.36%);
}
.bg-gray .see-more-wrapper:not(.open):before, .see-more-wrapper.gray:not(.open):before {
  background: linear-gradient(180deg, rgba(247, 247, 249, 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-family: var(--font-primary);
  font-weight: 400;
  font-size: 30px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary);
  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;
}
.see-more-wrapper .see-more-text i, .see-more-wrapper .see-more-text-open i {
  font-size: 26px;
}
.empty-hide-br:empty + br {
	display: none;
}

/* Text */
.text-overline {
line-height: 1.3;
}
@media (max-width:991px) {
	.text-overline {
		font-size: 22px;
	}
}
.sub {
	opacity: 1 !important;
}
/* Buttons */
@media (min-width:992px) {
.btn-lg:not(.btn-icon) {
	padding: 0.5rem 1.8rem !important;
}
}
/* Nav */
:root {
	--nav-tert-letter-case: none !important;
}
/* Video poster */
.yt-poster {
	background-position: 50% 20% !important;
}