/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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 Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.ninthroot-overlay::before {
  content: '';
  background: linear-gradient(45deg, rgba(58, 191, 224, 0.7) 0%, rgba(242, 104, 151, 0.73) 54%, rgba(255, 78, 108, 0.75) 100%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  wi-subnav-image-2 */
/* ------------------ */
.wi-subnav-image-1 a.wi-wrapper {
  display: block;
  text-align: center;
  color: #5d5d5d;
}
.wi-subnav-image-1 a.wi-wrapper .wi-image {
  position: relative;
  display: block;
  width: 80%;
  padding-top: 80%;
  margin: auto;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-2 a.wi-wrapper:hover {
  text-decoration: none;
}
.wi-subnav-image-1 a.wi-wrapper .wi-image .em-tag {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: calc(50% - 30px);
  width: 100%;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  opacity: 0;
  color: #ffffff !important;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-1 a.wi-wrapper:hover .wi-image .em-tag {
  opacity: 1;
}
.wi-subnav-image-1 a.wi-wrapper .wi-image div.wi-underlay {
  position: absolute;
  z-index: 1;
  left: -120%;
  top: -120%;
  border-radius: 50%;
  width: 120%;
  height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-subnav-image-1 a.wi-wrapper:hover .wi-image div.wi-underlay {
  left: -10%;
  top: -10%;
}
.wi-subnav-image-1 .color-primary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--primary-rgba-tissue);
}
.wi-subnav-image-1 .color-primary a.wi-wrapper:hover .wi-image {
  border-color: var(--primary);
}
.wi-subnav-image-1 .color-secondary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--secondary-rgba-tissue);
}
.wi-subnav-image-1 .color-secondary a.wi-wrapper:hover .wi-image {
  border-color: var(--secondary);
}
.wi-subnav-image-1 .color-tertiary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--tertiary-rgba-tissue);
}
.wi-subnav-image-1 .color-tertiary a.wi-wrapper:hover .wi-image {
  border-color: var(--tertiary);
}
.wi-subnav-image-1 .color-quaternary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--quaternary-rgba-tissue);
}
.wi-subnav-image-1 .color-quaternary a.wi-wrapper:hover .wi-image {
  border-color: var(--quaternary);
}
.wi-subnav-image-1 .color-quinary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--quinary-rgba-tissue);
}
.wi-subnav-image-1 .color-quinary a.wi-wrapper:hover .wi-image {
  border-color: var(--quinary);
}
.wi-subnav-image-1 .color-light a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--light-rgba-tissue);
}
.wi-subnav-image-1 .color-light a.wi-wrapper:hover .wi-image {
  border-color: var(--light);
}
.wi-subnav-image-1 .color-gray a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--gray-rgba-tissue);
}
.wi-subnav-image-1 .color-gray a.wi-wrapper:hover .wi-image {
  border-color: var(--gray);
}
.wi-subnav-image-1 .color-dark a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--dark-rgba-tissue);
}
.wi-subnav-image-1 .color-dark a.wi-wrapper:hover .wi-image {
  border-color: var(--dark);
}
.wi-subnav-image-1 .color-dark-gray a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--dark-gray-rgba-tissue);
}
.wi-subnav-image-1 .color-dark-gray a.wi-wrapper:hover .wi-image {
  border-color: var(--dark-gray);
}
.wi-subnav-image-1 a.wi-wrapper .wi-image div.wi-underlay {
  font-size: 100px;
}
.wi-subnav-image-1 a.wi-wrapper:hover .wi-image {
  border-color: var(--primary);
}
.wi-subnav-image-1 .go-btn {
  position: absolute;
  left: 0px;
  bottom: 30%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
nav.wi-breadcrumb ol {
  font-size: 14px;
  margin-bottom: 0px;
}
nav.wi-breadcrumb .breadcrumb img {
  height: 18px;
  padding-bottom: 5px;
}
nav.wi-breadcrumb a, nav.wi-breadcrumb .breadcrumb-item {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
nav.wi-breadcrumb .breadcrumb-item.active {
  font-weight: 800;
}
nav.wi-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-size: 12px;
  line-height: 16px;
  font-weight: 900;
  color: var(--primary);
  font-family: "Font Awesome 6 Sharp";
  content: "/";
  padding-right: 0.35rem;
  padding-top: 1px;
}
nav.wi-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.35rem;
}
.breadcrumb-light nav.wi-breadcrumb a, .breadcrumb-light nav.wi-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
nav.wi-breadcrumb a, nav.wi-breadcrumb .breadcrumb-item.active {
  color: var(--secondary);
}
nav.wi-breadcrumb a:hover {
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.well {
  position: relative;
  min-height: 20px;
  background-color: var(--quaternary);
  border-radius: var(--border-radius);
}
/* Desktop Only */
@media (min-width: 992px) {
  .well {
    padding: 40px 36px 24px;
  }
}
/* Mobile Only */
@media (max-width: 992px) {
  .well {
    padding: 35px 17px 24px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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));
}
.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 */
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-franchise-list .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-franchise-list .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-franchise-list .card-columns {
    column-count: 3;
  }
}
.wi-franchise-list .card-title {
  font-weight: 300;
  font-size: 1.3rem;
}
.wi-franchise-list .card-columns .card {
  width: 100%;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
.wi-franchise-list ul.icon-list {
  margin: 0 0 0 10px;
  padding: 0;
}
.wi-franchise-list ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 18px;
  margin-bottom: 0;
  font-size: 1rem;
}
.wi-franchise-list ul.icon-list li.col {
  padding: 6px 17px 5px 17px;
}
/* default: chevron */
.wi-franchise-list ul.icon-list li::after {
  font-family: 'Font Awesome 5 Pro';
  content: '';
  font-style: normal;
  font-weight: 500;
  text-decoration: inherit;
  position: absolute;
  font-size: 11px;
  color: var(--primary);
  top: 14px;
  left: 0;
  z-index: 1;
}
/* chevron circle */
.wi-franchise-list ul.icon-list.list-arrow-circle li::after {
  content: '';
}
/* checkmark */
.wi-franchise-list ul.icon-list.list-checkmark li {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.wi-franchise-list ul.icon-list.list-checkmark li::after {
  content: '';
}
.wi-franchise-list ul.icon-list.list-checkmark li:last-child {
  border: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-franchise-list .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-franchise-list .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-franchise-list .card-columns {
    column-count: 3;
  }
}
.wi-franchise-list ul.icon-list li::after {
  content: '' !important;
  font-style: normal;
  background: url(/oak/files/logos/lemon-tree.insignia.png);
  width: 20px;
  height: 20px;
  background-position: center;
  font-weight: 200;
  text-decoration: inherit;
  position: absolute;
  font-size: 13px;
  color: var(--primary);
  background-size: cover;
  top: 10px;
  left: -10px;
  z-index: 1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .wi-franchise-locations */
/* ---------------------- */
.wi-locations-highlight-1 .wi-bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
}
.wi-locations-highlight-1 .wi-bg-image .wi-bg-overlay {
  position: relative;
  padding: 25px;
  min-height: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+31,0.1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#1a000000',GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-badges-well-slider-1 img {
  background-color: #fff;
  padding: 15px;
  border-radius: 0.4rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-badge-autoslide-1 ul {
  margin-bottom: 0;
}
.wi-badge-autoslide-1 ul li img {
  max-width: 160px;
}
@media (max-width: 992px) {
  .wi-badge-autoslide-1 ul li img {
    max-width: 100px;
  }
}
.wi-badge-autoslide-1 .title {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 992px) {
  .wi-badge-autoslide-1 .title {
    font-size: 18px;
  }
}
@media (min-width: 1950px) {
  .wi-badge-autoslide-1.container-fluid {
    max-width: var(--container-w);
  }
}
.wi-badge-autoslide-1 ul li {
  padding: 0px 60px;
}
@media (max-width: 992px) {
  .wi-badge-autoslide-1 ul li {
    padding: 0px 20px;
  }
}
.wi-badge-autoslide-1 .badge-row:before, .wi-badge-autoslide-1 .badge-row:after {
  content: '';
  height: 100%;
  width: 40px;
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0px;
}
.wi-badge-autoslide-1 .badge-row::before {
  left: 0px;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.wi-badge-autoslide-1 .badge-row::after {
  right: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.bg-gray .wi-badge-autoslide-1 .badge-row::before {
  left: 0px;
  background: linear-gradient(90deg, var(--gray) 0%, rgba(255, 255, 255, 0) 100%);
}
.bg-gray .wi-badge-autoslide-1 .badge-row::after {
  right: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--gray) 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 {
  padding: 4px !important;
  display: flex;
  float: left;
  font-size: 32px;
  color: var(--primary) !important;
  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: var(--secondary) !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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;
}
body.h-show-tert-nav .tert-nav .wi-social-small-1 {
  width: unset;
  margin: unset;
}
div.wi-social-small-1 a {
  padding: 4px !important;
  display: flex;
  float: left;
  font-size: 18px;
  color: var(--primary) !important;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-small-1 a:hover {
  color: var(--secondary) !important;
}
section.bg-secondary div.wi-social-small-1 a:hover {
  color: #fff !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .icon-list */
ul.icon-list {
  margin: 0 0 0 10px;
  padding: 0;
}
ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 17px;
  margin-bottom: 0;
}
/* default: chevron */
ul.icon-list li::after {
  font-family: 'Font Awesome 5 Pro';
  content: '';
  font-style: normal;
  font-weight: 200;
  text-decoration: inherit;
  position: absolute;
  font-size: 13px;
  color: #008E9C;
  top: 10px;
  left: 0;
  z-index: 1;
}
.text-light ul.icon-list li::after {
  color: #ffffff;
  opacity: 0.4;
}
/* chevron circle */
ul.icon-list.list-arrow-circle li::after {
  content: '';
}
/* checkmark */
ul.icon-list.list-checkmark li::after {
  content: '';
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-on-site-menu-1 {
  color: #000000;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.wi-on-site-menu-1 h5, .wi-on-site-menu-1 h3, .wi-on-site-menu-1 h4 {
  font-family: arvo;
  font-weight: bold;
}
.wi-on-site-menu-1 .wi-item-title, .wi-on-site-menu-1 .wi-item-price {
  padding: 0px;
  margin: 0;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-family: 'Open Sans', sans-serif;
}
.wi-on-site-menu-1 .wi-item-title {
  max-width: 89%;
  font-weight: 600;
}
.wi-on-site-menu-1 .wi-item-price {
  font-weight: 600;
  letter-spacing: 0px;
}
.wi-on-site-menu-1 .wi-item-price .pre, .wi-on-site-menu-1 .wi-item-price .post {
  font-weight: 400;
  font-size: 19px;
  color: #3c3c3c;
}
.wi-on-site-menu-1 .lines-wrap {
  flex-grow: 1;
  padding: 0px 10px 3px 10px;
}
.wi-on-site-menu-1 .lines {
  width: 100%;
  height: 100%;
  border-bottom: 2px dotted var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Mobile and Desktop */
p.lead {
  font-size: 1.125rem;
}
p.sub {
  font-size: 0.875rem;
}
/* Desktop Only */
@media (min-width: 992px) {
  p.lead-lg {
    font-size: 1.375rem;
  }
}
/* Mobile Only */
@media (max-width: 992px) {
  p.lead-lg {
    font-size: 1.125rem;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Desktop and Mobile */
/* Desktop Only */
@media (min-width: 992px) {
  /* Parent Icon on Hover */
  header .main-nav .items nav .level-1 > li > a.parent.over i {
    transform: unset !important;
  }
  header .main-nav .items nav .level-1 > li > a.parent.over i:before {
    content: "";
  }
  header .main-nav .items nav li a i {
    font-size: 11px;
    font-weight: 900;
  }
  header .main-nav .items nav .level-1 .mega .level-2 {
    border-radius: 0;
  }
  header .main-nav .items nav li a.parent > i {
    font-size: 0.7em;
    padding-top: 4px;
  }
}
/* Mobile Only */
@media (max-width: 992px) {
  header .main-nav nav {
    background: #fff !important;
    box-shadow: inset 0px 4px 15px -4px rgba(0, 0, 0, 0.15);
  }
  header .main-nav .items nav ul li a:hover {
    color: var(--primary);
  }
  header .items nav ul li a.parent i {
    font-weight: 900;
    padding: 2rem;
    margin: -2rem;
  }
  header .items nav ul li a.parent.open i {
    transform: unset !important;
  }
  header .items nav ul li a.parent.open i:before {
    content: "";
  }
  header .main-nav nav ul.level-1 {
    top: 0 !important;
    margin-left: 0px;
    margin-right: 0px;
    max-height: calc(100vh - var(--top-bar, 0px) - var(--nav-height) - 108px) !important;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header .nav-container .main-nav ul.level-1 > li:not(:last-child) > a {
    border-bottom: 1px solid rgba(73, 82, 89, 0.2);
    transition: border-color var(--transition);
  }
  header .nav-container .main-nav ul.level-1 > li:not(:last-child) a.open {
    border-color: var(--primary);
  }
  header .nav-container .main-nav ul.level-1 > li {
    padding-left: 0;
    padding-right: 0;
  }
  header .nav-container .main-nav ul.level-1 > li a {
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
  }
  header .main-nav .items nav .level-2 li a {
    text-transform: unset;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Desktop and Mobile */
.btn.btn-block {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn-primary {
  color: #fff !important;
}
.btn-tertiary {
  color: #fff !important;
}
.btn-light:hover {
  color: var(--tertiary) !important;
}
.btn {
  text-transform: uppercase !important;
  font-family: var(--font-primary) !important;
  font-weight: 800 !important;
}
/* Desktop Only */
@media (min-width: 992px) {
  .btn {
    font-size: 16px !important;
    line-height: 20px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
  .btn:not(.btn-icon) {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }
}
/* Mobile Only */
@media (max-width: 992px) {
  header .main-nav .item-append .btn:not(.nav-mobile-phone) {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 0.375rem 0.75rem !important;
  }
  main .btn, footer .btn {
    font-size: 16px;
    line-height: 20px;
    padding: 13px 21px;
  }
}
@media (max-width: 768px) {
  main .btn, footer .btn {
    padding: 13px 18px;
  }
}
.btn-outline-primary:hover, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem var(--primary-rgba-translucent) !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem var(--secondary-rgba-translucent) !important;
}
.btn-outline-tertiary:hover, .btn-outline-tertiary.active, .btn-outline-tertiary.focus, .btn-outline-tertiary:focus {
  box-shadow: 0 0 0 0.2rem var(--tertiary-rgba-translucent) !important;
}
.btn-outline-quaternary:hover, .btn-outline-quaternary.active, .btn-outline-quaternary.focus, .btn-outline-quaternary:focus {
  box-shadow: 0 0 0 0.2rem var(--quaternary-rgba-translucent) !important;
}
.btn-outline-quinary:hover, .btn-outline-quinary.active, .btn-outline-quinary.focus, .btn-outline-quinary:focus {
  box-shadow: 0 0 0 0.2rem var(--quinary-rgba-translucent) !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;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}
.btn-outline-light {
  border-color: #fff !important;
  color: #fff !important;
}
.btn-outline-light:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--tertiary) !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5) !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Desktop and Mobile */
header {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
header:not(.scrolled) .on-scroll-only {
  display: none;
}
header.scrolled .on-scroll-only {
  display: inline-block;
}
header:not(.scrolled) .hide-on-scroll {
  display: inline-block;
}
header.scrolled .hide-on-scroll {
  display: none;
}
/* Desktop Only */
@media (min-width: 992px) {
  /* Logo Shtuff*/
  /* CTA Shtuff */
  header .nav-container .main-nav .logo img.desktop {
    border-right: 1px solid var(--primary);
    padding-right: 20px;
  }
  header .nav-container .main-nav .item-append a.btn.d-lg-inline-block {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/* Mobile Only */
@media (max-width: 992px) {
  /* Open Hide on Open */
  /* Open or Scroll */
  header:not(.open) .open-only {
    display: none !important;
  }
  header.open .open-only {
    display: inline-block !important;
  }
  header:not(.open) .hide-on-open {
    display: inline-block !important;
  }
  header.open .hide-on-open {
    display: none !important;
  }
  header.open .show-on-open-or-scroll, header.scrolled .show-on-open-or-scroll {
    display: inline-block !important;
  }
  header:not(.open):not(.scrolled) .show-on-open-or-scroll {
    display: none !important;
  }
  header.open .hide-on-open-or-scroll, header.scrolled .hide-on-open-or-scroll {
    display: none !important;
  }
  header:not(.open):not(.scrolled) .hide-on-open-or-scroll {
    display: inline-block !important;
  }
  header .main-nav .logo img.desktop {
    display: none;
  }
  header.open .main-nav nav {
    height: calc(100vh - var(--top-bar, 0px) - var(--nav-height)) !important;
    top: calc(var(--top-bar, 0px) + var(--nav-height)) !important;
  }
  header.open.scrolled .main-nav nav {
    height: calc(100vh - var(--nav-height)) !important;
    top: var(--nav-height) !important;
  }
  header.open .main-nav .logo img.mobile.show-on-open-or-scroll, header.scrolled .main-nav .logo img.mobile.show-on-open-or-scroll {
    width: 2.5rem;
    display: inline;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.h-show-tert-nav .tert-nav ul {
  padding-left: 0px;
  display: flex;
  font-weight: 300;
  list-style-position: inside;
  height: var(--nav-tert-height);
  align-items: center;
}
.h-show-tert-nav .tert-nav ul li {
  line-height: 1;
}
.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 a {
  font-weight: 400;
  padding-left: 0px;
  padding-right: 7px !important;
  display: inline !important;
  line-height: 1;
  position: relative;
  left: -8px;
  top: 0px;
}
.h-show-tert-nav .tert-nav ul li a:last-child {
  padding-right: 0px !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#loom-companion-mv3 {
  display: none;
}
:root {
  --nav-mobile-width: 93% !important;
  --section-top-padding: calc(var(--unit) * 4.6875);
  --section-bottom-padding: calc(var(--unit) * 4.6875);
}
body main, html main {
  color: var(--secondary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Desktop and Mobile */
/* Desktop Only */
@media (min-width: 992px) {
  header .main-nav .items nav ul li.mega .mega-nav-dropdown {
    width: 100%;
    box-shadow: inset 0px 4px 15px -4px 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: #fff;
  }
  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, 0px));
  }
  header.scrolled .main-nav .items nav ul li.mega .level-2 {
    top: calc(var(--nav-height) + var(--top-bar, 0px)) !important;
  }
  .mega .mega-nav-dropdown .desktop-mega {
    display: block !important;
  }
  .mega .mega-nav-dropdown .mobile-mega {
    display: none !important;
  }
  .mega .mega-nav-dropdown .desktop-mega > .row {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mega .mega-nav-dropdown .mega-header, .mega .mega-nav-dropdown .mega-large-link, .mega .mega-nav-dropdown .mega-link {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 140.62%;
    color: var(--primary);
    margin-bottom: 28px;
    text-transform: uppercase;
    transition: all var(--transition);
    padding: 0;
  }
  .mega .mega-nav-dropdown .mega-link {
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: none;
  }
  .mega .mega-nav-dropdown .mega-large-link {
    margin-bottom: 0px;
  }
  .mega .mega-nav-dropdown .mega-large-link:hover, .mega .mega-nav-dropdown .mega-link:hover {
    color: var(--secondary);
  }
}
/* Mobile Only */
@media (max-width: 992px) {
  .mobile-mega {
    display: block !important;
  }
  .desktop-mega {
    display: none !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.full-overlay {
  background-color: var(--secondary-rgba-5);
  height: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 500ms;
  width: 100%;
  z-index: -1;
}
.full-overlay.show {
  opacity: 1;
  z-index: 8;
  backdrop-filter: blur(4px);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-img-container {
  --bg-img-container-min-h: 250px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: var(--bg-img-container-min-h);
}
img.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  border-radius: var(--border-radius);
}
img.drop-shadow {
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.2));
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.subnav-mega-1 li {
  border: unset !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.flex-grow-1 {
  flex: 1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-models-mega-1 li {
  border: unset !important;
}
.wi-models-mega-1 .item-column {
  padding: 0 30px;
}
.wi-models-mega-1 .item-column:first-child {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.wi-models-mega-1 .item-column:last-child {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.wi-models-mega-1 .item-column:not(:last-child) {
  border-right: 1px solid var(--secondary-rgba-4);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.nav-phone {
  transition: all var(--transition);
  font-weight: 800;
}
header .nav-mobile-phone {
  padding: 0.375rem 0.5rem;
  font-size: 14px;
  line-height: 18px;
}
header .main-nav .items .item-append a:not(.last-child).nav-mobile-phone {
  margin-right: 0.4rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.nav-info-box {
  position: absolute;
  top: calc(100vh - 108px - var(--top-bar, 0px) - var(--nav-height));
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 108px;
  padding: 20px;
  background-color: var(--secondary);
}
header.open.scrolled .nav-info-box {
  top: calc(100vh - 108px - var(--nav-height));
}
.nav-info-box img {
  max-width: 200px;
  align-self: center;
  margin-bottom: 13px;
}
@media (min-width: 992px) {
  .nav-info-box {
    display: none;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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 Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
footer p, footer address, footer a {
  color: #fff;
  transition: all var(--transition);
  font-size: 14px;
  line-height: 160%;
}
footer span {
  color: inherit;
  transition: all var(--transition);
  font-size: 14px;
  line-height: 160%;
}
footer .footer-header {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: inline-block;
}
footer a:hover {
  color: var(--primary);
}
footer .footer-nav {
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
footer .footer-nav li {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 7px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.form-btn-primary form button.form-btn {
  color: #fff !important;
}
.form-btn-primary form button.form-btn {
  color: inherit;
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-btn-primary form button.form-btn:hover, .form-btn-primary form button.form-btn:not(:disabled):not(.disabled).active, .form-btn-primary form button.form-btn:not(:disabled):not(.disabled):active, .show > .submit-btn-primary form button.form-btn.dropdown-toggle {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem var(--primary-rgba-translucent);
}
.form-btn-primary form button.form-btn.focus, .form-btn-primary form button.form-btn:focus {
  box-shadow: 0 0 0 0.2rem var(--primary-rgba-translucent);
  background: var(--primary);
  border-color: var(--primary);
}
.form-btn-outline-primary form button.form-btn {
  color: var(--primary);
  border-color: var(--primary);
  border-width: 1px;
}
.form-btn-outline-primary form button.form-btn:hover {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem var(--primary-rgba-translucent);
}
.form-btn-outline-primary form button.form-btn.focus, .form-btn-outline-primary form button.form-btn:focus {
  box-shadow: 0 0 0 0.2rem var(--primary-rgba-translucent);
  background: var(--primary);
  border-color: var(--primary);
  color: black;
}
.form-btn-secondary form button.form-btn {
  color: inherit;
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.form-btn-secondary form button.form-btn:hover, .form-btn-secondary form button.form-btn:not(:disabled):not(.disabled).active, .form-btn-secondary form button.form-btn:not(:disabled):not(.disabled):active, .show > .submit-btn-secondary form button.form-btn.dropdown-toggle {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
  box-shadow: 0 0 0 0.2rem var(--secondary-rgba-translucent);
}
.form-btn-secondary form button.form-btn.focus, .form-btn-secondary form button.form-btn:focus {
  box-shadow: 0 0 0 0.2rem var(--secondary-rgba-translucent);
  background: var(--secondary);
  border-color: var(--secondary);
}
.form-btn-outline-secondary form button.form-btn {
  color: var(--secondary);
  border-color: var(--secondary);
  border-width: 1px;
}
.form-btn-outline-secondary form button.form-btn:hover {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
  box-shadow: 0 0 0 0.2rem var(--secondary-rgba-translucent);
}
.form-btn-outline-secondary form button.form-btn.focus, .form-btn-outline-secondary form button.form-btn:focus {
  box-shadow: 0 0 0 0.2rem var(--secondary-rgba-translucent);
  background: var(--secondary);
  border-color: var(--secondary);
  color: black;
}
.form-btn-tertiary form button.form-btn {
  color: inherit;
  background-color: var(--tertiary);
  border-color: var(--tertiary);
}
.form-btn-tertiary form button.form-btn:hover, .form-btn-tertiary form button.form-btn:not(:disabled):not(.disabled).active, .form-btn-tertiary form button.form-btn:not(:disabled):not(.disabled):active, .show > .submit-btn-tertiary form button.form-btn.dropdown-toggle {
  color: #fff;
  background-color: var(--tertiary);
  border-color: var(--tertiary);
  box-shadow: 0 0 0 0.2rem var(--tertiary-rgba-translucent);
}
.form-btn-tertiary form button.form-btn.focus, .form-btn-tertiary form button.form-btn:focus {
  box-shadow: 0 0 0 0.2rem var(--tertiary-rgba-translucent);
  background: var(--tertiary);
  border-color: var(--tertiary);
}
.form-btn-outline-tertiary form button.form-btn {
  color: var(--tertiary);
  border-color: var(--tertiary);
  border-width: 1px;
}
.form-btn-outline-tertiary form button.form-btn:hover {
  color: #fff;
  background-color: var(--tertiary);
  border-color: var(--tertiary);
  box-shadow: 0 0 0 0.2rem var(--tertiary-rgba-translucent);
}
.form-btn-outline-tertiary form button.form-btn.focus, .form-btn-outline-tertiary form button.form-btn:focus {
  box-shadow: 0 0 0 0.2rem var(--tertiary-rgba-translucent);
  background: var(--tertiary);
  border-color: var(--tertiary);
  color: black;
}
.form-btn-quaternary form button.form-btn {
  color: inherit;
  background-color: var(--quaternary);
  border-color: var(--quaternary);
}
.form-btn-quaternary form button.form-btn:hover, .form-btn-quaternary form button.form-btn:not(:disabled):not(.disabled).active, .form-btn-quaternary form button.form-btn:not(:disabled):not(.disabled):active, .show > .submit-btn-quaternary form button.form-btn.dropdown-toggle {
  color: #fff;
  background-color: var(--quaternary);
  border-color: var(--quaternary);
  box-shadow: 0 0 0 0.2rem var(--quaternary-rgba-translucent);
}
.form-btn-quaternary form button.form-btn.focus, .form-btn-quaternary form button.form-btn:focus {
  box-shadow: 0 0 0 0.2rem var(--quaternary-rgba-translucent);
  background: var(--quaternary);
  border-color: var(--quaternary);
}
.form-btn-outline-quaternary form button.form-btn {
  color: var(--quaternary);
  border-color: var(--quaternary);
  border-width: 1px;
}
.form-btn-outline-quaternary form button.form-btn:hover {
  color: #fff;
  background-color: var(--quaternary);
  border-color: var(--quaternary);
  box-shadow: 0 0 0 0.2rem var(--quaternary-rgba-translucent);
}
.form-btn-outline-quaternary form button.form-btn.focus, .form-btn-outline-quaternary form button.form-btn:focus {
  box-shadow: 0 0 0 0.2rem var(--quaternary-rgba-translucent);
  background: var(--quaternary);
  border-color: var(--quaternary);
  color: black;
}
.form-btn-quinary form button.form-btn {
  color: inherit;
  background-color: var(--quinary);
  border-color: var(--quinary);
}
.form-btn-quinary form button.form-btn:hover, .form-btn-quinary form button.form-btn:not(:disabled):not(.disabled).active, .form-btn-quinary form button.form-btn:not(:disabled):not(.disabled):active, .show > .submit-btn-quinary form button.form-btn.dropdown-toggle {
  color: #fff;
  background-color: var(--quinary);
  border-color: var(--quinary);
  box-shadow: 0 0 0 0.2rem var(--quinary-rgba-translucent);
}
.form-btn-quinary form button.form-btn.focus, .form-btn-quinary form button.form-btn:focus {
  box-shadow: 0 0 0 0.2rem var(--quinary-rgba-translucent);
  background: var(--quinary);
  border-color: var(--quinary);
}
.form-btn-outline-quinary form button.form-btn {
  color: var(--quinary);
  border-color: var(--quinary);
  border-width: 1px;
}
.form-btn-outline-quinary form button.form-btn:hover {
  color: #fff;
  background-color: var(--quinary);
  border-color: var(--quinary);
  box-shadow: 0 0 0 0.2rem var(--quinary-rgba-translucent);
}
.form-btn-outline-quinary form button.form-btn.focus, .form-btn-outline-quinary form button.form-btn:focus {
  box-shadow: 0 0 0 0.2rem var(--quinary-rgba-translucent);
  background: var(--quinary);
  border-color: var(--quinary);
  color: black;
}
.form-btn-light form button.form-btn {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.form-btn-light form button.form-btn:hover, .form-btn-light form button.form-btn:not(:disabled):not(.disabled).active, .form-btn-light form button.form-btn:not(:disabled):not(.disabled):active, .show > .form-btn-light form button.form-btn.dropdown-toggle {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.form-btn-light form button.form-btn.focus, .form-btn-light form button.form-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.form-btn-outline-light form button.form-btn {
  color: #ffffff;
  border-color: #ffffff;
  border-width: 2px;
}
.form-btn-outline-light form button.form-btn:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.form-btn-outline-light form button.form-btn.focus, .form-btn-outline-light form button.form-btn:focus {
  box-shadow: 0 0 0 0.2rem white;
  background: #fff;
  border-color: #fff;
  color: black;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
form .row {
  --bs-gutter-x: 10px;
}
form .form-group:not(:last-child) {
  margin-bottom: 12px;
}
form .form-group label {
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
  font-family: var(--font-primary);
  position: absolute;
  top: 4px;
  left: calc(var(--bs-gutter-x) * 0.5 + 6px);
}
form .form-group .form-control {
  border-radius: var(--border-radius);
  height: 40px;
  padding-top: 16px;
  padding-left: 6px;
  font-size: 13px;
}
form .form-group textarea.form-control {
  min-height: 112px !important;
}
form .form-control:focus {
  border-radius: var(--border-radius);
}
form .form-control:-webkit-autofill, form .form-control:-webkit-autofill:hover, form .form-control:-webkit-autofill:focus, form .form-control:-webkit-autofill:active {
  border-radius: var(--border-radius);
}
/* Colors */
form .form-group label {
  color: var(--secondary-rgba-7);
}
form .form-group .form-control, .oak_contact_above_form .alert {
  color: var(--secondary);
}
footer .oak_contact_above_form .alert {
  color: #fff;
}
form .form-control:-webkit-autofill, form .form-control:-webkit-autofill:hover, form .form-control:-webkit-autofill:focus, form .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  -webkit-text-fill-color: var(--secondary) !important;
}
form .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.bg-secondary form .form-group label {
  color: rgba(255, 255, 255, 0.55);
}
.bg-secondary form .form-group .form-control {
  background: #374046;
  border-color: #374046;
  color: #fff;
}
.bg-secondary form .form-control:-webkit-autofill, .bg-secondary form .form-control:-webkit-autofill:hover, .bg-secondary form .form-control:-webkit-autofill:focus, .bg-secondary form .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #374046 inset !important;
  -webkit-text-fill-color: #ffffff !important;
}
.bg-secondary form .form-control:focus {
  box-shadow: 0 0 0 0.25rem var(--secondary-rgba-3);
}
form.oak_contact_form .texting-checkbox .label-checkbox-parent {
  display: none;
}
form.oak_contact_form .texting-checkbox .label-checkbox-parent {
  display: none;
}
form.oak_contact_form .texting-checkbox .form-check-label {
  font-size: 14px;
  display: block;
  position: relative;
  left: 0;
  line-height: 120%;
}
.bg-secondary form.oak_contact_form .texting-checkbox .form-check-label {
  color: #fff;
}
form.oak_contact_form .texting-checkbox .form-check .form-check-input {
  margin-top: 7px;
}
form.oak_contact_form .terms-and-conditions a {
  font-size: 14px;
}
form.oak_contact_form .texting-checkbox .form-check-input:checked {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
hr.primary.thin {
  border-top: 1px solid var(--primary);
  border-bottom: 0;
  opacity: 1;
  background-color: var(--primary);
}
hr.secondary.thin {
  border-top: 1px solid var(--secondary);
  border-bottom: 0;
  opacity: 1;
  background-color: var(--secondary);
}
hr.tertiary.thin {
  border-top: 1px solid var(--tertiary);
  border-bottom: 0;
  opacity: 1;
  background-color: var(--tertiary);
}
hr.quaternary.thin {
  border-top: 1px solid var(--quaternary);
  border-bottom: 0;
  opacity: 1;
  background-color: var(--quaternary);
}
hr.quinary.thin {
  border-top: 1px solid var(--quinary);
  border-bottom: 0;
  opacity: 1;
  background-color: var(--quinary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Mobile and Desktop */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
/* Mobile Only */
@media (max-width: 992px) {
  .overlay-light {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.75);
  }
}
/* Desktop Only */
@media (min-width: 992px) {
  .overlay-light {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.76) 72.6%);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
section.bg-video {
  color: inherit !important;
}
/* Desktop Only */
@media (min-width: 992px) {
  section.bg-video > .container {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
/* Mobile Only */
@media (max-width: 992px) {
  section.bg-video {
    background-size: cover;
    background-position: center;
  }
  section.bg-video > .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-card-2 .page-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wi-subnav-card-2 .page-card .img {
  height: 175px;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.wi-subnav-card-2 .page-card .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.wi-subnav-card-2 .page-card .details {
  flex-grow: 1;
  background: var(--quaternary);
  padding: 20px 24px;
}
.wi-subnav-card-2 .page-card .details .name {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 11px;
}
.wi-subnav-card-2 .page-card .details .description {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 0;
}
.wi-subnav-card-2 .page-card .learn-more {
  background: var(--primary);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 11px 0;
  transition: all var(--transition);
}
.wi-subnav-card-2 .page-card .learn-more i {
  display: flex;
  align-items: center;
  padding-left: 4px;
}
.wi-subnav-card-2 .page-card .learn-more:hover {
  box-shadow: 0 0 0 0.2rem var(--primary-rgba-translucent);
}
/* Desktop Only */
@media (min-width: 992px) {
  .wi-subnav-card-2.row {
    --bs-gutter-y: var(--bs-gutter-x);
  }
}
/* Mobile Only */
@media (max-width: 992px) {
  .wi-subnav-card-2.row {
    --bs-gutter-y: 26px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.horizontal-scroll, .horizontal-scroll-mobile {
  --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: 576px) {
  .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: #707272;
}
.horizontal-scroll .overflow:not(.hide-scrollbar)::-webkit-scrollbar-track-piece {
  background-color: rgba(112, 114, 114, 0.5);
}
/* Scroll Bar Colors */
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-primary::-webkit-scrollbar-thumb {
  background-color: var(--primary);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-primary::-webkit-scrollbar-track-piece {
  background-color: var(--primary-rgba-translucent);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-secondary::-webkit-scrollbar-thumb {
  background-color: var(--secondary);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-secondary::-webkit-scrollbar-track-piece {
  background-color: var(--secondary-rgba-translucent);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-tertiary::-webkit-scrollbar-thumb {
  background-color: var(--tertiary);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-tertiary::-webkit-scrollbar-track-piece {
  background-color: var(--tertiary-rgba-translucent);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-quaternary::-webkit-scrollbar-thumb {
  background-color: var(--quaternary);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-quaternary::-webkit-scrollbar-track-piece {
  background-color: var(--quaternary-rgba-translucent);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-quinary::-webkit-scrollbar-thumb {
  background-color: var(--quinary);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-quinary::-webkit-scrollbar-track-piece {
  background-color: var(--quinary-rgba-translucent);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-thumb {
  background-color: #fff;
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0.5);
}
.horizontal-scroll .overflow::-webkit-scrollbar-track-piece:start {
  margin-left: 20px;
}
.horizontal-scroll .overflow::-webkit-scrollbar-track-piece:end {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .horizontal-scroll .overflow::-webkit-scrollbar-track-piece:start {
    margin-left: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
  }
  .horizontal-scroll .overflow::-webkit-scrollbar-track-piece:end {
    margin-right: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
  }
}
/* Horizontal Scroll on Mobile Only */
@media (max-width: 992px) {
  /* Container fluid styles so we can keep normal container for lg */
  /* Overlay on sides */
  /* Overflow */
  /* Scroll bar */
  .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 .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;
  }
  .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 .overflow:not(.hide-scrollbar)::-webkit-scrollbar {
    display: block;
    height: 4px;
    transition: transform 0.3s ease;
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar)::-webkit-scrollbar-thumb {
    background-color: #707272;
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar)::-webkit-scrollbar-track-piece {
    background-color: rgba(112, 114, 114, 0.5);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-primary::-webkit-scrollbar-thumb {
    background-color: var(--primary);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-primary::-webkit-scrollbar-track-piece {
    background-color: var(--primary-rgba-translucent);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-secondary::-webkit-scrollbar-thumb {
    background-color: var(--secondary);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-secondary::-webkit-scrollbar-track-piece {
    background-color: var(--secondary-rgba-translucent);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-tertiary::-webkit-scrollbar-thumb {
    background-color: var(--tertiary);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-tertiary::-webkit-scrollbar-track-piece {
    background-color: var(--tertiary-rgba-translucent);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-quaternary::-webkit-scrollbar-thumb {
    background-color: var(--quaternary);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-quaternary::-webkit-scrollbar-track-piece {
    background-color: var(--quaternary-rgba-translucent);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-quinary::-webkit-scrollbar-thumb {
    background-color: var(--quinary);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-quinary::-webkit-scrollbar-track-piece {
    background-color: var(--quinary-rgba-translucent);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-thumb {
    background-color: #fff;
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .horizontal-scroll-mobile .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 .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-mobile {
    --horizontal-scroll-offset: 0;
  }
  .horizontal-scroll-mobile .overflow {
    padding-left: 10px;
    padding-right: 10px;
  }
  .horizontal-scroll-mobile .scroll-overlay:before, .horizontal-scroll-mobile .scroll-overlay:after {
    width: 10px;
  }
  .horizontal-scroll-mobile .overflow::-webkit-scrollbar-track-piece:start {
    margin-left: calc(10px + var(--bs-gutter-x) / 2);
  }
  .horizontal-scroll-mobile .overflow::-webkit-scrollbar-track-piece:end {
    margin-right: calc(10px + var(--bs-gutter-x) / 2);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
section:not([class*="bg-"]):not(.lr-sect):not(.divider-diagonal):not(.bg-transparent) + section:not([class*="bg-"]):not(.lr-sect):not(.bg-transparent) {
  --section-top-padding: 0px;
}
section.wi-models-full-grouped + section {
  --section-top-padding: calc(var(--unit) * 4.6875) !important;
}
section.divider-diagonal + section {
  --section-top-padding: 40px;
}
@media (min-width: 992px) {
  section.divider-diagonal + section {
    --section-top-padding: 0;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Responsive Utility Classes */
/* Col Default */
body .p-col-default {
  padding: calc(var(--bs-gutter-x) * .5) 0 !important;
}
body .ps-col-default {
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
body .pe-col-default {
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
}
body .pt-col-default {
  padding-top: 0 !important;
}
body .pb-col-default {
  padding-bottom: 0 !important;
}
body .px-col-default {
  padding-right: calc(var(--bs-gutter-x) * .5) !important;
  padding-left: calc(var(--bs-gutter-x) * .5) !important;
}
body .py-col-default {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Section Default */
body .p-section-default {
  padding: var(--section-top-padding) 0 var(--section-bottom-padding) !important;
}
body .ps-section-default {
  padding-left: 0 !important;
}
body .pe-section-default {
  padding-right: 0 !important;
}
body .pt-section-default {
  padding-top: var(--section-top-padding) !important;
}
body .pb-section-default {
  padding-bottom: var(--section-bottom-padding) !important;
}
body .px-section-default {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body .py-section-default {
  padding-top: var(--section-top-padding) !important;
  padding-bottom: var(--section-bottom-padding) !important;
}
/* Border Radius */
.border-radius {
  border-radius: var(--border-radius) !important;
}
.border-radius-0 {
  border-radius: 0 !important;
}
@media (min-width: 576px) {
  /* Col Default */
  /* Section Default */
  /* Border Radius */
  body .p-sm-col-default {
    padding: calc(var(--bs-gutter-x) * .5) 0 !important;
  }
  body .ps-sm-col-default {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .pe-sm-col-default {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .pt-sm-col-default {
    padding-top: 0 !important;
  }
  body .pb-sm-col-default {
    padding-bottom: 0 !important;
  }
  body .px-sm-col-default {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .py-sm-col-default {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .p-sm-section-default {
    padding: var(--section-top-padding) 0 var(--section-bottom-padding) !important;
  }
  body .ps-sm-section-default {
    padding-left: 0 !important;
  }
  body .pe-sm-section-default {
    padding-right: 0 !important;
  }
  body .pt-sm-section-default {
    padding-top: var(--section-top-padding) !important;
  }
  body .pb-sm-section-default {
    padding-bottom: var(--section-bottom-padding) !important;
  }
  body .px-sm-section-default {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-sm-section-default {
    padding-top: var(--section-top-padding) !important;
    padding-bottom: var(--section-bottom-padding) !important;
  }
  .border-radius-sm {
    border-radius: var(--border-radius) !important;
  }
  .border-radius-sm-0 {
    border-radius: 0 !important;
  }
}
@media (min-width: 768px) {
  /* Col Default */
  /* Section Default */
  /* Border Radius */
  body .p-md-col-default {
    padding: calc(var(--bs-gutter-x) * .5) 0 !important;
  }
  body .ps-md-col-default {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .pe-md-col-default {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .pt-md-col-default {
    padding-top: 0 !important;
  }
  body .pb-md-col-default {
    padding-bottom: 0 !important;
  }
  body .px-md-col-default {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .py-md-col-default {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .p-md-section-default {
    padding: var(--section-top-padding) 0 var(--section-bottom-padding) !important;
  }
  body .ps-md-section-default {
    padding-left: 0 !important;
  }
  body .pe-md-section-default {
    padding-right: 0 !important;
  }
  body .pt-md-section-default {
    padding-top: var(--section-top-padding) !important;
  }
  body .pb-md-section-default {
    padding-bottom: var(--section-bottom-padding) !important;
  }
  body .px-md-section-default {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-md-section-default {
    padding-top: var(--section-top-padding) !important;
    padding-bottom: var(--section-bottom-padding) !important;
  }
  .border-radius-md {
    border-radius: var(--border-radius) !important;
  }
  .border-radius-md-0 {
    border-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  /* Col Default */
  /* Section Default */
  /* Border Radius */
  body .p-lg-col-default {
    padding: calc(var(--bs-gutter-x) * .5) 0 !important;
  }
  body .ps-lg-col-default {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .pe-lg-col-default {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .pt-lg-col-default {
    padding-top: 0 !important;
  }
  body .pb-lg-col-default {
    padding-bottom: 0 !important;
  }
  body .px-lg-col-default {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .py-lg-col-default {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .p-lg-section-default {
    padding: var(--section-top-padding) 0 var(--section-bottom-padding) !important;
  }
  body .ps-lg-section-default {
    padding-left: 0 !important;
  }
  body .pe-lg-section-default {
    padding-right: 0 !important;
  }
  body .pt-lg-section-default {
    padding-top: var(--section-top-padding) !important;
  }
  body .pb-lg-section-default {
    padding-bottom: var(--section-bottom-padding) !important;
  }
  body .px-lg-section-default {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-lg-section-default {
    padding-top: var(--section-top-padding) !important;
    padding-bottom: var(--section-bottom-padding) !important;
  }
  .border-radius-lg {
    border-radius: var(--border-radius) !important;
  }
  .border-radius-lg-0 {
    border-radius: 0 !important;
  }
}
@media (min-width: 1200px) {
  /* Col Default */
  /* Section Default */
  /* Border Radius */
  body .p-xl-col-default {
    padding: calc(var(--bs-gutter-x) * .5) 0 !important;
  }
  body .ps-xl-col-default {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .pe-xl-col-default {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .pt-xl-col-default {
    padding-top: 0 !important;
  }
  body .pb-xl-col-default {
    padding-bottom: 0 !important;
  }
  body .px-xl-col-default {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .py-xl-col-default {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .p-xl-section-default {
    padding: var(--section-top-padding) 0 var(--section-bottom-padding) !important;
  }
  body .ps-xl-section-default {
    padding-left: 0 !important;
  }
  body .pe-xl-section-default {
    padding-right: 0 !important;
  }
  body .pt-xl-section-default {
    padding-top: var(--section-top-padding) !important;
  }
  body .pb-xl-section-default {
    padding-bottom: var(--section-bottom-padding) !important;
  }
  body .px-xl-section-default {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-xl-section-default {
    padding-top: var(--section-top-padding) !important;
    padding-bottom: var(--section-bottom-padding) !important;
  }
  .border-radius-xl {
    border-radius: var(--border-radius) !important;
  }
  .border-radius-xl-0 {
    border-radius: 0 !important;
  }
}
@media (min-width: 1400px) {
  /* Col Default */
  /* Section Default */
  /* Border Radius */
  body .p-xxl-col-default {
    padding: calc(var(--bs-gutter-x) * .5) 0 !important;
  }
  body .ps-xxl-col-default {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .pe-xxl-col-default {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .pt-xxl-col-default {
    padding-top: 0 !important;
  }
  body .pb-xxl-col-default {
    padding-bottom: 0 !important;
  }
  body .px-xxl-col-default {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }
  body .py-xxl-col-default {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .p-xxl-section-default {
    padding: var(--section-top-padding) 0 var(--section-bottom-padding) !important;
  }
  body .ps-xxl-section-default {
    padding-left: 0 !important;
  }
  body .pe-xxl-section-default {
    padding-right: 0 !important;
  }
  body .pt-xxl-section-default {
    padding-top: var(--section-top-padding) !important;
  }
  body .pb-xxl-section-default {
    padding-bottom: var(--section-bottom-padding) !important;
  }
  body .px-xxl-section-default {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body .py-xxl-section-default {
    padding-top: var(--section-top-padding) !important;
    padding-bottom: var(--section-bottom-padding) !important;
  }
  .border-radius-xxl {
    border-radius: var(--border-radius) !important;
  }
  .border-radius-xxl-0 {
    border-radius: 0 !important;
  }
}
.contain {
  max-width: var(--container-w) !important;
  margin: auto !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
h1.display-1, h2.display-1, h3.display-1, h4.display-1, h5.display-1, h6.display-1, .h1.display-1, .h2.display-1, .h3.display-1, .h4.display-1, .h5.display-1, .h6.display-1 {
  font-weight: 800 !important;
}
h1.display-2, h2.display-2, h3.display-2, h4.display-2, h5.display-2, h6.display-2, .h1.display-2, .h2.display-2, .h3.display-2, .h4.display-2, .h5.display-2, .h6.display-2 {
  font-weight: 800 !important;
}
h1.display-3, h2.display-3, h3.display-3, h4.display-3, h5.display-3, h6.display-3, .h1.display-3, .h2.display-3, .h3.display-3, .h4.display-3, .h5.display-3, .h6.display-3 {
  font-weight: 800 !important;
}
h1.display-4, h2.display-4, h3.display-4, h4.display-4, h5.display-4, h6.display-4, .h1.display-4, .h2.display-4, .h3.display-4, .h4.display-4, .h5.display-4, .h6.display-4 {
  font-weight: 800 !important;
}
h1.display-5, h2.display-5, h3.display-5, h4.display-5, h5.display-5, h6.display-5, .h1.display-5, .h2.display-5, .h3.display-5, .h4.display-5, .h5.display-5, .h6.display-5 {
  font-weight: 800 !important;
}
h1.display-6, h2.display-6, h3.display-6, h4.display-6, h5.display-6, h6.display-6, .h1.display-6, .h2.display-6, .h3.display-6, .h4.display-6, .h5.display-6, .h6.display-6 {
  font-weight: 800 !important;
}
h1.display-7, h2.display-7, h3.display-7, h4.display-7, h5.display-7, h6.display-7, .h1.display-7, .h2.display-7, .h3.display-7, .h4.display-7, .h5.display-7, .h6.display-7 {
  font-weight: 800 !important;
}
h1.display-8, h2.display-8, h3.display-8, h4.display-8, h5.display-8, h6.display-8, .h1.display-8, .h2.display-8, .h3.display-8, .h4.display-8, .h5.display-8, .h6.display-8 {
  font-weight: 800 !important;
}
h1.display-9, h2.display-9, h3.display-9, h4.display-9, h5.display-9, h6.display-9, .h1.display-9, .h2.display-9, .h3.display-9, .h4.display-9, .h5.display-9, .h6.display-9 {
  font-weight: 800 !important;
}
h1.display-10, h2.display-10, h3.display-10, h4.display-10, h5.display-10, h6.display-10, .h1.display-10, .h2.display-10, .h3.display-10, .h4.display-10, .h5.display-10, .h6.display-10 {
  font-weight: 800 !important;
}
h1.display-11, h2.display-11, h3.display-11, h4.display-11, h5.display-11, h6.display-11, .h1.display-11, .h2.display-11, .h3.display-11, .h4.display-11, .h5.display-11, .h6.display-11 {
  font-weight: 800 !important;
}
h1.display-12, h2.display-12, h3.display-12, h4.display-12, h5.display-12, h6.display-12, .h1.display-12, .h2.display-12, .h3.display-12, .h4.display-12, .h5.display-12, .h6.display-12 {
  font-weight: 800 !important;
}
h1.display-13, h2.display-13, h3.display-13, h4.display-13, h5.display-13, h6.display-13, .h1.display-13, .h2.display-13, .h3.display-13, .h4.display-13, .h5.display-13, .h6.display-13 {
  font-weight: 800 !important;
}
h1.display-14, h2.display-14, h3.display-14, h4.display-14, h5.display-14, h6.display-14, .h1.display-14, .h2.display-14, .h3.display-14, .h4.display-14, .h5.display-14, .h6.display-14 {
  font-weight: 800 !important;
}
h1.display-15, h2.display-15, h3.display-15, h4.display-15, h5.display-15, h6.display-15, .h1.display-15, .h2.display-15, .h3.display-15, .h4.display-15, .h5.display-15, .h6.display-15 {
  font-weight: 800 !important;
}
h1.display-16, h2.display-16, h3.display-16, h4.display-16, h5.display-16, h6.display-16, .h1.display-16, .h2.display-16, .h3.display-16, .h4.display-16, .h5.display-16, .h6.display-16 {
  font-weight: 800 !important;
}
h1.display-17, h2.display-17, h3.display-17, h4.display-17, h5.display-17, h6.display-17, .h1.display-17, .h2.display-17, .h3.display-17, .h4.display-17, .h5.display-17, .h6.display-17 {
  font-weight: 800 !important;
}
h1.display-18, h2.display-18, h3.display-18, h4.display-18, h5.display-18, h6.display-18, .h1.display-18, .h2.display-18, .h3.display-18, .h4.display-18, .h5.display-18, .h6.display-18 {
  font-weight: 800 !important;
}
h1.display-19, h2.display-19, h3.display-19, h4.display-19, h5.display-19, h6.display-19, .h1.display-19, .h2.display-19, .h3.display-19, .h4.display-19, .h5.display-19, .h6.display-19 {
  font-weight: 800 !important;
}
h1.display-20, h2.display-20, h3.display-20, h4.display-20, h5.display-20, h6.display-20, .h1.display-20, .h2.display-20, .h3.display-20, .h4.display-20, .h5.display-20, .h6.display-20 {
  font-weight: 800 !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.img-bump-top {
  position: relative;
  width: 100%;
  height: 100%;
}
.img-bump-top img.justify-bottom {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
}
.img-bump-top img.justify-top {
  --offset-top: -60px;
  position: relative;
  width: 100%;
  top: var(--offset-top);
  left: 0;
  margin-bottom: var(--offset-top);
}
@media (min-width: 576px) {
  .img-bump-top img.justify-bottom-sm {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .img-bump-top img.justify-top-sm {
    --offset-top: -60px;
    position: relative;
    width: 100%;
    top: var(--offset-top);
    left: 0;
    margin-bottom: var(--offset-top);
  }
}
@media (min-width: 768px) {
  .img-bump-top img.justify-bottom-md {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .img-bump-top img.justify-top-md {
    --offset-top: -60px;
    position: relative;
    width: 100%;
    top: var(--offset-top);
    left: 0;
    margin-bottom: var(--offset-top);
  }
}
@media (min-width: 992px) {
  .img-bump-top img.justify-bottom-lg {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .img-bump-top img.justify-top-lg {
    --offset-top: -60px;
    position: relative;
    width: 100%;
    top: var(--offset-top);
    left: 0;
    margin-bottom: var(--offset-top);
  }
}
@media (min-width: 1200px) {
  .img-bump-top img.justify-bottom-xl {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .img-bump-top img.justify-top-xl {
    --offset-top: -60px;
    position: relative;
    width: 100%;
    top: var(--offset-top);
    left: 0;
    margin-bottom: var(--offset-top);
  }
}
@media (min-width: 1400px) {
  .img-bump-top img.justify-bottom-xxl {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .img-bump-top img.justify-top-xxl {
    --offset-top: -60px;
    position: relative;
    width: 100%;
    top: var(--offset-top);
    left: 0;
    margin-bottom: var(--offset-top);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.icon-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.icon-circle.center-icon-circle-top {
  position: absolute;
  top: -19px;
  left: calc(50% - 19px);
}
.icon-circle i {
  font-size: 20px;
  line-height: 1;
}
.icon-circle img {
  height: 20px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-our-process-card-1 {
  --bs-gutter-y: var(--bs-gutter-x) !important;
}
.wi-our-process-card-1 .process-card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px 37px;
  height: 100%;
  border: 1px solid var(--primary);
  border-radius: var(--border-radius);
}
.wi-our-process-card-1 .process-card .number {
  font-weight: 800;
  font-size: 48px;
  height: 61px;
  line-height: 1;
  align-items: center;
  margin-bottom: 4px;
  color: var(--primary);
  display: flex;
}
.wi-our-process-card-1 .process-card .number > img {
  --nine-h-lg: 55px;
  --nine-h: 45px;
}
.wi-our-process-card-1 .process-card .title {
  margin-bottom: 19px;
}
.wi-our-process-card-1 .process-card .description {
  margin-bottom: 0;
  flex-grow: 1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.font-primary {
  font-family: var(--font-primary) !important;
}
.font-secondary {
  font-family: var(--font-secondary) !important;
}
.font-tertiary {
  font-family: var(--font-tertiary) !important;
  font-weight: 400;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body section {
  padding-top: var(--section-top-padding);
  padding-bottom: var(--section-bottom-padding);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.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);
}
/* Style see all on mobile first, then add position absolute and place properly on desktop */
.wi-testimonials-video-slider-parent .see-all {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: static;
  color: var(--primary);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: calc(var(--p-margin-bottom) * 2.5);
}
.wi-testimonials-video-slider-parent .see-all:hover {
  color: var(--secondary);
}
/* Desktop Only */
@media (min-width: 992px) {
  .wi-testimonials-video-slider-parent .see-all {
    position: absolute;
    bottom: -30px;
    right: 0;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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-rgba-translucent);
  height: 8px;
  width: 21px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: var(--tertiary);
  background-color: var(--primary);
  opacity: 1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.video-player .video-poster-img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
}
.video-player::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.video-player:hover .video-poster-img {
  box-shadow: 1px 0px 10px black;
  transition: box-shadow 0.15s ease-in-out;
}
.video-player .video-play-btn {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 57px);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
.video-player .video-play-btn i {
  font-size: 54px;
  display: inline-block;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .video-player .video-poster-img {
    width: 100%;
    max-height: 640px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-faqs-accordion-1 .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--secondary-rgba-4);
}
.wi-faqs-accordion-1 .accordion-button {
  font-size: 22px;
  font-weight: 800;
}
.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: 13px;
  height: 13px;
  line-height: 13px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
}
.wi-faqs-accordion-1 .accordion-button:not(.collapsed):after {
  background-image: unset;
  content: "";
  transform: unset;
  font-size: 13px;
  line-height: 13px;
  height: 13px;
}
.wi-faqs-accordion-1 .accordion-body {
  padding: 1rem 0rem;
  --p-font-size: 18px;
  --p-line-height: 160%;
  --p-font-weight: 400;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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: var(--quaternary);
  color: var(--secondary);
  border-radius: var(--border-radius);
}
.cl-reviews-slider-2 .review-box .name {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
.cl-reviews-slider-2 .review-box:not(.expanded) {
  height: 244px;
  overflow: hidden;
}
.cl-reviews-slider-2 .loading-spinner {
  height: 244px;
}
.cl-reviews-slider-2 .review-box .review-type-icon-wrapper {
  color: #fff;
  background-color: var(--secondary);
  border-radius: 100%;
  padding: 10px;
  display: flex;
}
.cl-reviews-slider-2 .review-box .review-type-icon-wrapper > .review-type-icon {
  text-align: center;
  width: 16px;
  height: 16px;
  color: white !important;
}
.cl-reviews-slider-2 .review-box .review-type-icon-wrapper > .review-type-icon:before {
  font-size: 16px;
}
.cl-reviews-slider-2 .review-box .review {
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  color: #595959;
}
.cl-reviews-slider-2 .review-box .expand-review {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  color: var(--primary);
  background-color: var(--quaternary);
}
.cl-reviews-slider-2 .review-box .expand-review:hover {
  cursor: pointer;
  color: var(--secondary);
}
/* Desktop Only */
@media (min-width: 992px) {
  .cl-reviews-slider-2:before, .cl-reviews-slider-2:after {
    content: '';
    height: 100%;
    width: 40px;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
  }
  .cl-reviews-slider-2:before {
    left: 0px;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .cl-reviews-slider-2:after {
    right: 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.review-star {
  color: #FFA800;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-projects-gallery-slider-1 {
  overflow-y: hidden;
}
.wi-projects-gallery-slider-1 .item {
  position: relative;
}
.wi-projects-gallery-slider-1 .item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.wi-projects-gallery-slider-1 .item .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 24.5%);
}
.wi-projects-gallery-slider-1 .item .name {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 17px;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  z-index: 2;
}
.wi-projects-gallery-slider-1 .slick-arrow {
  height: 37px;
  width: 37px;
  z-index: 2;
}
.wi-projects-gallery-slider-1 .slick-arrow.slick-prev:before, .wi-projects-gallery-slider-1 .slick-arrow.slick-next:before {
  font-family: "Font Awesome 6 Pro";
  display: block;
  font-size: 13px;
  height: 37px;
  width: 37px;
  padding: 12px;
  border-radius: 50%;
  background: white;
  color: var(--secondary);
  font-weight: 900;
  opacity: 1;
}
.wi-projects-gallery-slider-1 .slick-arrow.slick-prev:before {
  content: "";
}
.wi-projects-gallery-slider-1 .slick-arrow.slick-next:before {
  content: "";
}
.wi-projects-gallery-slider-1-container .gallery-banner {
  background: var(--primary);
  color: white;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  display: block;
  font-size: 22px;
  font-weight: 400;
}
.wi-projects-gallery-slider-1-container .gallery-banner .title {
  font-size: 36px;
}
/* Desktop */
@media (min-width: 992px) {
  .wi-projects-gallery-slider-1 {
    max-height: 650px;
  }
  .wi-projects-gallery-slider-1 .item {
    height: 650px;
  }
  .wi-projects-gallery-slider-1 .slick-prev {
    left: 18px;
  }
  .wi-projects-gallery-slider-1 .slick-next {
    right: 18px;
  }
  .wi-projects-gallery-slider-1-container .gallery-banner {
    position: absolute;
    top: 43px;
    left: 0;
    padding: 22px 40px;
    border-radius: 0px 4px 4px 0px;
  }
}
/* Mobile */
@media (max-width: 992px) {
  .wi-projects-gallery-slider-1 {
    max-height: 265px;
  }
  .wi-projects-gallery-slider-1 .item {
    height: 265px;
  }
  .wi-projects-gallery-slider-1 .slick-prev {
    left: 8px;
  }
  .wi-projects-gallery-slider-1 .slick-next {
    right: 8px;
  }
  .wi-projects-gallery-slider-1-container .gallery-banner {
    position: relative;
    padding: 24px 17px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-map-full-2 {
  z-index: 1;
}
.wi-map-full-2 .title {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.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: 20px;
  right: 20px;
  z-index: 8;
}
@media (max-width: 992px) {
  .wi-map-full-2 .wi-counter {
    display: none;
  }
}
.wi-map-full-2 .map-col {
  border-bottom-right-radius: var(--border-radius);
}
.wi-map-full-2 .map-col .leaflet-container {
  border-bottom-right-radius: var(--border-radius);
}
.wi-map-full-2 .location-boxes-scroll {
  background: var(--quaternary);
  border-bottom-left-radius: var(--border-radius);
}
.wi-map-full-2 .location-boxes-scroll:after {
  position: absolute;
  width: calc(100% - var(--bs-gutter-x) * .5);
  height: 40px;
  background: linear-gradient(180deg, rgba(242, 244, 245, 0) 0%, rgba(201, 201, 201, 0.5) 100%);
  content: '';
  bottom: 0;
  right: 0;
  border-bottom-left-radius: var(--border-radius);
}
@media (max-width: 992px) {
  .wi-map-full-2 .location-boxes-scroll:after {
    width: 0;
    height: 0;
  }
  .wi-map-full-2 .map-col {
    border-bottom-left-radius: var(--border-radius);
  }
  .wi-map-full-2 .map-col .leaflet-container {
    border-bottom-left-radius: var(--border-radius);
  }
}
.wi-map-full-2 .location-box {
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  border-color: #fff;
  border-radius: var(--border-radius);
  padding: 11px 15px;
  margin-bottom: 19px;
}
.wi-map-full-2 .location-box .location-name {
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
}
.wi-map-full-2 .location-box .links {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
}
.wi-map-full-2 .location-box .links > a {
  color: var(--secondary);
  transition: all var(--transition);
}
.wi-map-full-2 .location-box .links > a:hover {
  color: var(--primary);
  transition: all var(--transition);
}
.wi-map-full-2 .location-box .phone {
  margin-bottom: 21px;
}
.wi-map-full-2 .location-box .phone > a > span {
  color: var(--secondary);
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  padding-left: 5px;
  transition: all var(--transition);
}
.wi-map-full-2 .location-box .phone > a:hover > span {
  color: var(--primary);
  transition: all var(--transition);
}
.wi-map-full-2 .location-box .select-btn .btn {
  font-size: 14px !important;
}
.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: 12px;
  opacity: 0.7;
}
.wi-map-full-2 .location-links a {
  font-size: 16px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.leaflet-pane {
  z-index: 7;
}
.leaflet-pane .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: var(--border-radius);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}
.leaflet-pane .leaflet-popup .leaflet-popup-content h4 {
  font-size: 18px;
  color: var(--secondary);
}
.leaflet-pane .leaflet-popup .leaflet-popup-content a {
  font-size: 14px !important;
  line-height: 18px !important;
}
.leaflet-bottom, .leaflet-top {
  z-index: 8;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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 {
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .see-more-mobile-wrapper:not(.open) {
    overflow-y: hidden;
    max-height: 240px;
    border-bottom: 3px solid white;
    transition: max-height var(--transition);
  }
  .bg-quaternary .see-more-mobile-wrapper:not(.open) {
    border-color: var(--quaternary);
  }
  .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: calc(100% + 2 * var(--bs-gutter-x));
    height: 100px;
    left: calc(-1 * var(--bs-gutter-x));
    bottom: 0px;
    z-index: 1;
    background: linear-gradient(177.38deg, rgba(255, 255, 255, 0) 2.19%, #FFFFFF 66.36%);
  }
  .bg-quaternary .see-more-mobile-wrapper:not(.open):before {
    background: linear-gradient(177.38deg, rgba(242, 244, 245, 0.35) 2.19%, #F2F4F5 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-weight: 800;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary);
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
  }
  .see-more-mobile-wrapper .see-more-text:hover, .see-more-mobile-wrapper .see-more-text-open:hover {
    color: var(--secondary);
    transition: all var(--transition);
    cursor: pointer;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bl-posts-cards-1 .post {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--secondary);
  border-radius: var(--border-radius);
  height: 100%;
}
.bl-posts-cards-1 .post .post-img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: center;
}
.bl-posts-cards-1 .post .post-title {
  color: var(--secondary);
  transition: color var(--transition);
  font-weight: 800;
  margin-bottom: 12px;
  margin-top: 13px;
  font-size: 20px;
  line-height: 25px;
}
.bl-posts-cards-1 .post:hover .post-title {
  color: var(--primary);
}
.bl-posts-cards-1 .post .read-more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: var(--primary);
  padding-bottom: 17px;
}
.bl-posts-cards-1 .post .read-more i {
  padding-top: 3px;
}
.bl-posts-cards-1 .post .post-title, .bl-posts-cards-1 .post .read-more {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .bl-posts-cards-1 .post .post-title {
    margin-top: 19px;
    font-size: 22px;
    line-height: 30px;
  }
  .bl-posts-cards-1 .post .post-img {
    height: 220px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.modal .modal-header button.btn-close {
  background: transparent;
  border: unset;
  color: inherit;
  opacity: 0.7;
  transition: 0.3s ease all;
  transform: rotate(45deg);
}
.modal .modal-header button.btn-close:hover {
  opacity: 1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.box-shadow {
  box-shadow: 0px 4px 15px rgba(72, 54, 42, 0.25);
}
.box-shadow-hover {
  transition: box-shadow var(--transition);
}
.box-shadow-hover:hover {
  box-shadow: 0px 4px 15px rgba(72, 54, 42, 0.25);
}
.box-shadow-hover-primary {
  transition: box-shadow var(--transition);
}
.box-shadow-hover-primary:hover {
  box-shadow: 0 0 0 0.2rem var(--primary-rgba-translucent) !important;
}
.box-shadow-hover-secondary {
  transition: box-shadow var(--transition);
}
.box-shadow-hover-secondary:hover {
  box-shadow: 0 0 0 0.2rem var(--secondary-rgba-translucent) !important;
}
.box-shadow-hover-tertiary {
  transition: box-shadow var(--transition);
}
.box-shadow-hover-tertiary:hover {
  box-shadow: 0 0 0 0.2rem var(--tertiary-rgba-translucent) !important;
}
.box-shadow-hover-quaternary {
  transition: box-shadow var(--transition);
}
.box-shadow-hover-quaternary:hover {
  box-shadow: 0 0 0 0.2rem var(--quaternary-rgba-translucent) !important;
}
.box-shadow-hover-quinary {
  transition: box-shadow var(--transition);
}
.box-shadow-hover-quinary:hover {
  box-shadow: 0 0 0 0.2rem var(--quinary-rgba-translucent) !important;
}
.box-shadow-hover-light {
  transition: box-shadow var(--transition);
}
.box-shadow-hover-light:hover {
  box-shadow: 0 0 0 0.2rem var(--light-rgba-translucent) !important;
}
.box-shadow-hover-gray {
  transition: box-shadow var(--transition);
}
.box-shadow-hover-gray:hover {
  box-shadow: 0 0 0 0.2rem var(--gray-rgba-translucent) !important;
}
.box-shadow-hover-dark {
  transition: box-shadow var(--transition);
}
.box-shadow-hover-dark:hover {
  box-shadow: 0 0 0 0.2rem var(--dark-rgba-translucent) !important;
}
.box-shadow-hover-dark-gray {
  transition: box-shadow var(--transition);
}
.box-shadow-hover-dark-gray:hover {
  box-shadow: 0 0 0 0.2rem var(--dark-gray-rgba-translucent) !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@font-face {
  font-family: "Mark Pro";
  src: url("/oak/themes/anchored_tiny_homes/css/fonts/mark_pro/markpro-webfont.woff2") format("woff2"), url("/oak/themes/anchored_tiny_homes/css/fonts/mark_pro/markpro-webfont.woff") format("woff");
  font-weight: 100 700;
  /* specify font-weight range for Mark Pro */
}
@font-face {
  font-family: "Mark Pro";
  src: url("/oak/themes/anchored_tiny_homes/css/fonts/mark_pro/markpro-heavy-webfont.woff2") format("woff2"), url("/oak/themes/anchored_tiny_homes/css/fonts/mark_pro/markpro-heavy-webfont.woff") format("woff");
  font-weight: 800 900;
  /* specify font-weight range for Mark Pro Heavy */
}
@font-face {
  font-family: "Adieu";
  src: url("/oak/themes/anchored_tiny_homes/css/fonts/adieu/adieu-bold-webfont.woff2") format("woff2"), url("/oak/themes/anchored_tiny_homes/css/fonts/adieu/adieu-bold-webfont.woff") format("woff");
  font-weight: normal;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
  --bump-up-offset: -45px;
  --bump-up-offset-lg: -75px;
  --bump-down-offset: 45px;
  --bump-down-offset-lg: 75px;
}
.bump-up {
  position: relative;
  top: var(--bump-up-offset);
  margin-bottom: var(--bump-up-offset);
}
.bump-down {
  position: relative;
  bottom: calc(-1 * var(--bump-down-offset));
  margin-top: calc(-1 * var(--bump-down-offset));
  z-index: 1;
}
@media (min-width: 992px) {
  .bump-up {
    top: var(--bump-up-offset-lg);
    margin-bottom: var(--bump-up-offset-lg);
  }
  .bump-down {
    bottom: calc(-1 * var(--bump-down-offset-lg));
    margin-top: calc(-1 * var(--bump-down-offset-lg));
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-bar {
  --section-top-padding: 21px;
  --section-bottom-padding: 21px;
}
.wi-subnav-bar .item {
  --bs-gutter-x: 1.5rem;
  font-weight: 800;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  transition: color var(--transition);
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.wi-subnav-bar a.item:hover {
  color: var(--secondary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-buttons .item {
  margin-top: 12px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-model-series-subnav-cards-1 {
  --bs-gutter-y: 1.5rem;
  justify-content: center;
}
.wi-model-series-subnav-cards-1 .item {
  display: flex;
  flex-direction: column;
}
.wi-model-series-subnav-cards-1 .item .img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius) var(--border-radius) 0px 0px;
}
.wi-model-series-subnav-cards-1 .item .name {
  background: var(--secondary);
  text-align: center;
  padding: 11px;
  border-radius: 0px 0px var(--border-radius) var(--border-radius);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color var(--transition);
}
.wi-model-series-subnav-cards-1 .item:hover .name {
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-models-full-grouped {
  padding: 0;
}
.wi-models-full-grouped .model-img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.wi-models-full-grouped .details .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .wi-models-full-grouped .img-col .model-img {
    height: 595px;
  }
  .wi-models-full-grouped .details .description {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 24px;
  }
  .wi-models-full-grouped:not(:last-child) {
    border-bottom: 6px solid white;
  }
}
.wi-models-full-grouped .details .subname {
  font-weight: 800;
  font-size: 16px;
  line-height: 140.62%;
  text-transform: uppercase;
}
.wi-models-full-grouped .details .name {
  font-weight: 800;
  font-size: 48px;
  line-height: 140.62%;
  margin-bottom: 6px;
}
.wi-models-full-grouped .details .toggle-btns {
  display: flex;
  width: 100%;
  margin-bottom: 28px;
}
.wi-models-full-grouped .details .toggle-btns button {
  width: 50%;
}
.wi-models-full-grouped .details .toggle-btns button.selected {
  background: var(--secondary);
  color: #fff;
}
.wi-models-full-grouped .details .toggle-btns button:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wi-models-full-grouped .details .toggle-btns button:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 992px) {
  .wi-models-grouped-cards-1 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
.wi-models-grouped-cards-1 .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--border-radius);
}
.wi-models-grouped-cards-1 .item img {
  height: 175px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-top-right-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
}
.wi-models-grouped-cards-1 .item .details {
  background: var(--quaternary);
  padding: 20px 18px;
  flex-grow: 1;
}
.wi-models-grouped-cards-1 .item .details .subname {
  font-weight: 800;
  font-size: 14px;
  line-height: 140.62%;
  text-transform: uppercase;
}
.wi-models-grouped-cards-1 .item .details .name {
  font-weight: 800;
  font-size: 40px;
  line-height: 140.62%;
}
.wi-models-grouped-cards-1 .item .details .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}
.wi-models-grouped-cards-1 .item .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-included-features-1 .item {
  height: 100%;
}
.wi-included-features-1-container .models-nav {
  font-weight: 800;
  font-size: 16px;
  line-height: 140.62%;
  text-transform: uppercase;
}
.wi-included-features-1-container .models-nav a {
  color: white;
}
.wi-included-features-1-container .models-nav a:hover {
  color: var(--secondary);
}
/* Desktop Only */
@media (min-width: 992px) {
  .wi-included-features-1 > * {
    margin-bottom: 30px;
  }
  .wi-included-features-1 .item {
    border: 1px solid var(--primary);
    padding: 32px 24px;
    border-radius: var(--border-radius);
  }
  .wi-included-features-1 .item .icon {
    margin-bottom: 16px;
  }
  .wi-included-features-1 .item .icon img {
    height: 50px;
  }
  .wi-included-features-1 .item .name {
    font-weight: 800;
    font-size: 26px;
    line-height: 33px;
  }
  .wi-included-features-1 .item.alt {
    background: var(--primary);
    color: white;
  }
}
/* Mobile Only */
@media (max-width: 992px) {
  .wi-included-features-1 .item {
    padding: 18px 12px;
  }
  .wi-included-features-1 > *:nth-child(odd) {
    padding-right: 0;
  }
  .wi-included-features-1 > *:nth-child(even) {
    padding-left: 0;
  }
  .wi-included-features-1 > *:nth-child(odd) .item {
    border-right: 1px solid var(--primary);
  }
  .wi-included-features-1 > *:nth-child(n+3):not(:last-child) .item {
    border-top: 1px solid var(--primary);
  }
  .wi-included-features-1 .item .icon {
    margin-bottom: 8px;
  }
  .wi-included-features-1 .item .icon img {
    height: 40px;
  }
  .wi-included-features-1 .item .name {
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.lr-sect {
  display: flex;
  flex-direction: column;
}
.lr-sect > div {
  width: 100%;
  display: flex;
  position: relative;
}
.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.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;
  }
}
.lr-sect .contain {
  max-width: unset !important;
  margin: unset !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-model-images-section .model-name {
  font-weight: 800;
  font-size: 30px;
  line-height: 140.62%;
  text-transform: uppercase;
}
.wi-model-images-section .model-subname {
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}
.wi-model-images-section .toggle-buttons > button.selected {
  background: var(--primary);
  color: white;
}
/* Desktop */
@media (min-width: 992px) {
  .wi-model-images-section .toggle-buttons {
    display: flex;
    flex-direction: column;
  }
  .wi-model-images-section .toggle-buttons > button {
    margin-top: 18px;
  }
  .wi-model-images-section .toggle-buttons > button.selected {
    background: var(--primary);
    color: white;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-tile-2 .item .content {
  background: var(--quaternary);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wi-subnav-tile-2 .item .content p:last-child {
  margin-bottom: 0 !important;
}
.wi-subnav-tile-2 .item .img-col .img .btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
/* Desktop Only */
@media (min-width: 992px) {
  .wi-subnav-tile-2 .item {
    padding-bottom: 45px;
  }
  .wi-subnav-tile-2 .item:nth-child(odd) .content-col {
    order: 1;
    padding-right: 0;
  }
  .wi-subnav-tile-2 .item:nth-child(odd) .img-col {
    order: 2;
    padding-left: 0;
  }
  .wi-subnav-tile-2 .item:nth-child(odd) .content-col .content {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
  }
  .wi-subnav-tile-2 .item:nth-child(odd) .img-col .bg-img {
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .wi-subnav-tile-2 .item:nth-child(even) .content-col {
    order: 2;
    padding-left: 0;
  }
  .wi-subnav-tile-2 .item:nth-child(even) .img-col {
    order: 1;
    padding-right: 0;
  }
  .wi-subnav-tile-2 .item:nth-child(even) .content-col .content {
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .wi-subnav-tile-2 .item:nth-child(even) .img-col .bg-img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
  }
  .wi-subnav-tile-2 .item:nth-child(even) .img-col .img .btn {
    left: 15px;
    right: unset;
  }
  .wi-subnav-tile-2 .item .img {
    --bg-img-container-min-h: 492px;
  }
}
/* Mobile Only */
@media (max-width: 992px) {
  .wi-subnav-tile-2 .item .img-col {
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }
  .wi-subnav-tile-2 .item .content-col {
    order: 2;
  }
  .wi-subnav-tile-2 .item .content, .wi-subnav-tile-2 .item .bg-img {
    border-radius: 0;
  }
  .wi-subnav-tile-2 .item .img {
    --bg-img-container-min-h: 250px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-card-3 .item {
  height: 100%;
}
.wi-subnav-card-3 .item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
/* Desktop */
@media (min-width: 992px) {
  .wi-subnav-card-3 .item img {
    height: 275px;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
  }
  .wi-subnav-card-3 .item .content {
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 992px) {
  .lr-sect-card-wrapper-mobile .left.lr-sect-card-side, .lr-sect-card-wrapper-mobile .right.lr-sect-card-side {
    order: 2;
  }
  .lr-sect-card-wrapper-mobile .left:not(.lr-sect-card-side), .lr-sect-card-wrapper-mobile .right:not(.lr-sect-card-side) {
    order: 1;
  }
  .lr-sect-card-wrapper-mobile {
    padding-bottom: 1rem !important;
  }
  .lr-sect.lr-sect-card-wrapper-mobile .lr-sect-card-side.contain {
    margin: auto !important;
  }
  .lr-sect-card-wrapper-mobile .lr-sect-card-side {
    width: calc(var(--container-w) - 1.5rem) !important;
    border-radius: var(--border-radius);
    position: relative;
    top: -30px;
    margin-bottom: -30px !important;
    z-index: 1;
  }
  .lr-sect-card-wrapper-mobile .lr-sect-card-side .lr-sect-card {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 28px !important;
    padding-bottom: 33px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: var(--border-radius);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-model-series-subnav-cards-1 .item {
  display: flex;
  flex-direction: column;
}
.wi-subnav-card-4 > *:first-child {
  padding-left: 0;
}
.wi-subnav-card-4 > *:last-child {
  padding-right: 0;
}
.wi-subnav-card-4 .item .img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--border-radius) var(--border-radius) 0px 0px;
}
.wi-subnav-card-4 .item .name {
  text-align: center;
  padding: 11px;
  border-radius: 0px 0px var(--border-radius) var(--border-radius);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  transition: color var(--transition);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-projects-cards-1 .item.start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  --nine-h: 50px;
  --nine-h-lg: 60px;
}
.wi-projects-cards-1 > * {
  margin-bottom: 27px;
}
.wi-projects-cards-1 .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--primary);
  border-radius: var(--border-radius);
}
.wi-projects-cards-1 .item .img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.wi-projects-cards-1 .item .details {
  padding: 12px 23px 17px;
  flex-grow: 1;
}
.wi-projects-cards-1 .item .details .name {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
}
.wi-projects-cards-1 .item .details .location {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
}
.wi-projects-cards-1 .item .link {
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  text-align: center;
  background: var(--primary);
  color: #fff;
  transition: color var(--transition);
  text-transform: uppercase;
  font-weight: 800;
}
.wi-projects-cards-1 .item .link:hover {
  color: var(--secondary);
}
/* Desktop */
/* Mobile */
@media (max-width: 992px) {
  .wi-projects-cards-1 .item.start {
    border: 0;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Item */
@media (min-width: 992px) {
  .wi-projects-video-tours .item {
    margin-bottom: var(--bs-gutter-x);
  }
}
/* Order */
@media (min-width: 992px) {
  .wi-projects-video-tours .item:nth-of-type(odd) .video-col {
    order: 2;
  }
  .wi-projects-video-tours .item:nth-of-type(odd) .details-col {
    order: 1;
  }
}
/* Border Radius */
.wi-projects-video-tours .item .video-col .video, .wi-projects-video-tours .item .video-col .video img, .wi-projects-video-tours .item .video-col .video .overlay, .wi-projects-video-tours .item .details-col .details {
  border-radius: 0;
}
@media (min-width: 992px) {
  .wi-projects-video-tours .item .video-col .video, .wi-projects-video-tours .item .video-col .video img, .wi-projects-video-tours .item .video-col .video .overlay, .wi-projects-video-tours .item .details-col .details {
    border-radius: var(--border-radius);
  }
}
/* Video */
.wi-projects-video-tours .item .video-col .video {
  height: 250px;
  width: 100%;
  position: relative;
  display: block;
}
.wi-projects-video-tours .item .video-col .video img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.wi-projects-video-tours .item .video-col .video .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.wi-projects-video-tours .item .video-col .video .video-play-btn {
  font-size: 18px;
  font-weight: 800;
  line-height: 23px;
  text-transform: uppercase;
  position: absolute;
  top: calc(50% - 47px);
  left: calc(50% - 65px);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  z-index: 3;
  transition: color var(--transition);
}
.wi-projects-video-tours .item .video-col .video .video-play-btn i {
  font-size: 65px;
  display: inline-block;
  margin-bottom: 7px;
}
.wi-projects-video-tours .item .video-col .video:hover .video-play-btn {
  color: var(--primary);
}
@media (min-width: 992px) {
  .wi-projects-video-tours .item .video-col .video {
    height: 100%;
  }
}
.wi-projects-video-tours .item .details-col .details .description p:last-child {
  margin-bottom: 0;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.virtual-tour {
  display: inline-block;
  padding: 6px 18px;
  background: var(--primary);
  color: #fff;
  transition: color var(--transition);
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .virtual-tour {
    font-size: 26px;
    padding: 14px 23px;
    bottom: 40px;
  }
}
.virtual-tour:hover {
  color: var(--secondary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-projects-full-gallery .gallery {
  column-count: 3;
  column-gap: var(--bs-gutter-x);
}
.wi-projects-full-gallery .gallery .img {
  display: block;
  padding-bottom: var(--bs-gutter-x);
}
.wi-projects-full-gallery .gallery .img img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-radius: var(--border-radius);
}
@media (max-width: 992px) {
  .wi-projects-full-gallery .gallery {
    column-count: 1;
  }
  .wi-projects-full-gallery .gallery .img {
    padding-bottom: calc(var(--bs-gutter-x) * 0.5);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-projects-slider-1 .item.start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  --nine-h: 50px;
  --nine-h-lg: 60px;
}
.wi-projects-slider-1 .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--primary);
  border-radius: var(--border-radius);
}
.wi-projects-slider-1 .item .img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.wi-projects-slider-1 .item .details {
  padding: 12px 23px 17px;
  flex-grow: 1;
}
.wi-projects-slider-1 .item .details .name {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.15;
}
.wi-projects-slider-1 .item .details .location {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
}
.wi-projects-slider-1 .item .link {
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  text-align: center;
  background: var(--primary);
  color: #fff;
  transition: color var(--transition);
  text-transform: uppercase;
  font-weight: 800;
}
.wi-projects-slider-1 .item .link:hover {
  color: var(--secondary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-team-slider-1 .item {
  border-radius: var(--border-radius);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wi-team-slider-1 .item img {
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.wi-team-slider-1 .item .details {
  flex-grow: 1;
  background: var(--quaternary);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}
.wi-team-slider-1 .item .details .title {
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
}
.wi-team-slider-1 .item .details .name {
  font-size: 26px;
  margin-bottom: 1rem;
  font-weight: 800;
  line-height: 1.15;
}
.wi-team-slider-1 .item .details .description, .wi-team-slider-1 .item .details .description p {
  font-size: 14px;
}
@media (min-width: 992px) {
  .wi-team-slider-1 .item .details .title {
    font-size: 20px;
  }
  .wi-team-slider-1 .item .details .name {
    font-size: 28px;
    margin-bottom: 1.5rem;
  }
  .wi-team-slider-1 .item .details .description, .wi-team-slider-1 .item .details .description p {
    font-size: 16px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cl-reviews-full-3 > * {
  margin-bottom: var(--bs-gutter-x);
}
.cl-reviews-full-3 .review-box {
  position: relative;
  padding: 18px 24px;
  background: var(--quaternary);
  color: var(--secondary);
  border-radius: var(--border-radius);
}
.cl-reviews-full-3 .review-box .name {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
}
.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: var(--secondary);
  border-radius: 100%;
  padding: 10px;
  display: flex;
}
.cl-reviews-full-3 .review-box .review-type-icon-wrapper > .review-type-icon {
  text-align: center;
  width: 16px;
  height: 16px;
  color: white !important;
}
.cl-reviews-full-3 .review-box .review-type-icon-wrapper > .review-type-icon:before {
  font-size: 16px;
}
.cl-reviews-full-3 .review-box .review {
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  color: #595959;
}
.cl-reviews-full-3 .review-box .expand-review {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  color: var(--primary);
  background-color: var(--quaternary);
}
.cl-reviews-full-3 .review-box .expand-review:hover {
  cursor: pointer;
  color: var(--secondary);
}
/* Desktop Only */
@media (min-width: 992px) {
  .cl-reviews-full-3:before, .cl-reviews-full-3:after {
    content: '';
    height: 100%;
    width: 40px;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
  }
  .cl-reviews-full-3:before {
    left: 0px;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .cl-reviews-full-3: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 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Item */
@media (min-width: 992px) {
  .wi-video-testimonials-tiled-1 .item {
    margin-bottom: var(--bs-gutter-x);
  }
}
/* Order */
@media (min-width: 992px) {
  .wi-video-testimonials-tiled-1 .item:nth-of-type(odd) .video-col {
    order: 2;
  }
  .wi-video-testimonials-tiled-1 .item:nth-of-type(odd) .details-col {
    order: 1;
  }
}
/* Border Radius */
.wi-video-testimonials-tiled-1 .item .video-col .video, .wi-video-testimonials-tiled-1 .item .video-col .video img, .wi-video-testimonials-tiled-1 .item .video-col .video .overlay, .wi-video-testimonials-tiled-1 .item .details-col .details {
  border-radius: 0;
}
@media (min-width: 992px) {
  .wi-video-testimonials-tiled-1 .item .video-col .video, .wi-video-testimonials-tiled-1 .item .video-col .video img, .wi-video-testimonials-tiled-1 .item .video-col .video .overlay, .wi-video-testimonials-tiled-1 .item .details-col .details {
    border-radius: var(--border-radius);
  }
}
/* Video */
.wi-video-testimonials-tiled-1 .item .video-col .video {
  height: 250px;
  width: 100%;
  position: relative;
  display: block;
}
.wi-video-testimonials-tiled-1 .item .video-col .video img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.wi-video-testimonials-tiled-1 .item .video-col .video .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.wi-video-testimonials-tiled-1 .item .video-col .video .video-play-btn {
  font-size: 18px;
  font-weight: 800;
  line-height: 23px;
  text-transform: uppercase;
  position: absolute;
  top: calc(50% - 47px);
  left: calc(50% - 65px);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  z-index: 3;
  transition: color var(--transition);
}
.wi-video-testimonials-tiled-1 .item .video-col .video .video-play-btn i {
  font-size: 65px;
  display: inline-block;
  margin-bottom: 7px;
}
.wi-video-testimonials-tiled-1 .item .video-col .video:hover .video-play-btn {
  color: var(--primary);
}
@media (min-width: 992px) {
  .wi-video-testimonials-tiled-1 .item .video-col .video {
    height: 100%;
  }
}
/* Details */
@media (min-width: 992px) {
  .wi-video-testimonials-tiled-1 .item .details-col .details {
    min-height: 417px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.wi-video-testimonials-tiled-1 .item .details-col .details .description p:last-child {
  margin-bottom: 0;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
ul.list-primary {
  list-style-type: disc;
  padding-left: 18px;
  margin-left: 0;
}
ul.list-primary li::marker {
  color: var(--primary);
  font-size: 14px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-contact-boxes .contact-box {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 8px;
  padding-right: 8px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 24px;
  text-align: center;
  display: block;
  width: 100%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bl-posts > * {
  --bs-gutter-y: 1.5rem;
}
.bl-posts .post {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--secondary);
  border-radius: var(--border-radius);
  height: 100%;
}
.bl-posts .post .post-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1.75;
}
.bl-posts .post .post-title {
  color: var(--secondary);
  transition: color var(--transition);
  font-weight: 800;
  margin-bottom: 12px;
  margin-top: 13px;
  font-size: 20px;
  line-height: 25px;
}
.bl-posts .post:hover .post-title {
  color: var(--primary);
}
.bl-posts .post .read-more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: var(--primary);
  padding-bottom: 17px;
}
.bl-posts .post .read-more i {
  padding-top: 3px;
}
.bl-posts .post .short-post {
  margin-bottom: 12px;
  color: var(--secondary);
  flex-grow: 1;
}
.bl-posts .post .short-post p {
  font-size: 14px;
  line-height: 18px;
}
.bl-posts .post .short-post p:last-child {
  margin-bottom: 0;
}
.bl-posts .post .post-title, .bl-posts .post .read-more, .bl-posts .short-post {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .bl-posts .post .post-title {
    margin-top: 19px;
    font-size: 24px;
    line-height: 30px;
  }
}
.bl-filter-search {
  --bs-gutter-x: 1.125rem;
}
.bl-filter-search .filter-select {
  position: relative;
}
.bl-filter-search .filter-select select {
  border-radius: 3.125rem !important;
  border: 1px solid var(--secondary);
  padding: 0.625rem 1rem;
  color: var(--secondary);
  font-family: var(--font-secondary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.013rem;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.bl-filter-search .filter-select::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 1rem;
  color: var(--primary);
  position: absolute;
  top: 50%;
  right: 1rem;
  /* Adjust as needed */
  transform: translateY(-50%);
  pointer-events: none;
}
.bl-filter-search .search .input-group {
  position: relative;
  align-items: center;
}
.bl-filter-search .search .input-group .clear-search {
  padding-right: 1rem;
  transition: var(--transition);
}
.bl-filter-search .search .input-group .form-control {
  z-index: 1;
  border-radius: 3.125rem !important;
  border: 1px solid var(--secondary);
  padding: 0.625rem 1rem;
  color: var(--secondary);
  font-family: var(--font-secondary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.6rem */
  letter-spacing: 0.013rem;
}
.bl-filter-search .search .input-group .form-control::placeholder {
  color: var(--secondary);
  font-family: var(--font-secondary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.6rem */
  letter-spacing: 0.013rem;
}
.bl-filter-search .search .input-group .input-group-append {
  z-index: 2;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.bl-filter-search .search .input-group .input-group-append .search-btn {
  padding: 2rem;
  margin: -2rem;
  background: transparent;
  border: unset;
  color: var(--primary);
  font-size: 1.16rem;
  transition: var(--transition);
}
.bl-filter-search .search .input-group .input-group-append .search-btn:hover {
  color: var(--tertiary);
}
@media (min-width: 992px) {
  .bl-filter-search .col-lg.col-12 {
    flex: 1 0 0%;
  }
}
.bl-pagination-list .pagination-list-desktop {
  display: flex;
}
@media (max-width: 991px) {
  .bl-pagination-list .pagination-list-desktop {
    display: none;
  }
}
.bl-pagination-list .pagination-list-mobile {
  display: flex;
}
@media (min-width: 992px) {
  .bl-pagination-list .pagination-list-mobile {
    display: none;
  }
}
.bl-pagination-list .pagination-list-desktop, .bl-pagination-list .pagination-list-mobile {
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.bl-pagination-list .pagination-list-desktop .page, .bl-pagination-list .pagination-list-mobile .page {
  font-size: 1rem;
  font-weight: 700;
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bl-pagination-list .pagination-list-desktop .page.active, .bl-pagination-list .pagination-list-mobile .page.active {
  color: var(--quinary);
  font-weight: 800;
}
.bl-pagination-list .pagination-list-desktop .page.active::after, .bl-pagination-list .pagination-list-mobile .page.active::after {
  font-weight: 700;
  color: var(--secondary);
}
.bl-pagination-list .pagination-list-desktop .page:not(:last-child)::after, .bl-pagination-list .pagination-list-mobile .page:not(:last-child)::after {
  content: "|";
  color: var(--secondary);
  font-size: 85%;
}
.bl-pagination-list .pagination-list-desktop .page:hover, .bl-pagination-list .pagination-list-mobile .page:hover {
  color: var(--quinary);
  font-weight: 800;
}
.bl-pagination-list .pagination-list-desktop .page:hover::after, .bl-pagination-list .pagination-list-mobile .page:hover::after {
  font-weight: 700;
  color: var(--secondary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-map-full-3 {
  z-index: 1;
}
.wi-map-full-3 input.form-control {
  background-color: var(--primary);
  border: 1px solid #fff;
  color: #fff;
  z-index: 0;
  padding-right: 34px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.wi-map-full-3 .search-col {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .wi-map-full-3 .search-col {
    flex: 1 0 auto;
    width: auto;
  }
  .wi-map-full-3 .search-col input {
    height: 100%;
  }
}
.wi-map-full-3 input.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px var(--primary) inset;
}
.wi-map-full-3 input.form-control:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.wi-map-full-3 button.search-btn {
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 1;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  padding: 8px;
  padding-right: 10px;
}
.wi-map-full-3 button.search-btn:hover {
  color: white;
}
.wi-map-full-3 button.search-btn:focus {
  outline: 0;
}
.wi-map-full-3 input.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-3 input.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-3 input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-3 input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-3 input.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-3 input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-3 .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: 20px;
  right: 20px;
  z-index: 8;
}
@media (max-width: 992px) {
  .wi-map-full-3 .wi-counter {
    display: none;
  }
}
.wi-map-full-3 .location-boxes-scroll {
  background: var(--quaternary);
}
.wi-map-full-3 .location-boxes-scroll:after {
  position: absolute;
  width: calc(100% - var(--bs-gutter-x) * .5);
  height: 40px;
  background: linear-gradient(180deg, rgba(242, 244, 245, 0) 0%, rgba(201, 201, 201, 0.5) 100%);
  content: '';
  bottom: 0;
  right: 0;
}
@media (max-width: 992px) {
  .wi-map-full-3 .location-boxes-scroll:after {
    width: 0;
    height: 0;
  }
}
.wi-map-full-3 .location-box-col {
  margin-bottom: 19px;
}
.wi-map-full-3 .location-box {
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  border-color: #fff;
  border-radius: var(--border-radius);
  padding: 11px 15px;
  margin-bottom: 19px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wi-map-full-3 .location-box hr {
  width: 100%;
}
.wi-map-full-3 .location-box .location-name {
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
}
.wi-map-full-3 .location-box .links {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
}
.wi-map-full-3 .location-box .links > a {
  color: var(--secondary);
  transition: all var(--transition);
}
.wi-map-full-3 .location-box .links > a:hover {
  color: var(--primary);
  transition: all var(--transition);
}
.wi-map-full-3 .location-box .phone {
  margin-bottom: 21px;
  flex-grow: 1;
}
.wi-map-full-3 .location-box .phone > a > span {
  color: var(--secondary);
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  padding-left: 5px;
  transition: all var(--transition);
}
.wi-map-full-3 .location-box .phone > a:hover > span {
  color: var(--primary);
  transition: all var(--transition);
}
.wi-map-full-3 .location-box .select-btn .btn {
  font-size: 14px !important;
}
.wi-map-full-3 .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-3 .loading-overlay i {
  font-size: 40px;
  line-height: 40px;
}
.wi-map-full-3 address {
  font-size: 12px;
  opacity: 0.7;
}
.wi-map-full-3 .location-links a {
  font-size: 16px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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;
  }
}
.wi-franchise-list .card {
  border: 1px solid var(--primary);
  border-radius: var(--border-radius);
}
.wi-franchise-list .card .card-body .card-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 48px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .wi-franchise-list .card .card-body .card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.wi-franchise-list .card .card-body .location {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .wi-franchise-list .card .card-body .location {
    margin-bottom: 20px;
  }
}
.wi-franchise-list .card .card-body .location .name {
  font-weight: 800;
  font-size: 16px;
  line-height: 130%;
  color: var(--secondary);
  transition: color var(--transition);
  margin-right: 10px;
}
.wi-franchise-list .card .card-body .location:hover .name {
  color: var(--primary);
}
@media (min-width: 992px) {
  .wi-franchise-list .card .card-body .location .name {
    font-size: 18px;
  }
}
.wi-franchise-list .card .card-body .location .arrow {
  background: var(--primary);
  border-radius: var(--border-radius);
  padding: 4px 4px;
  line-height: 1;
  color: #fff;
  font-size: 11px;
}
@media (min-width: 992px) {
  .wi-franchise-list .card .card-body .location .arrow {
    padding: 5px 5px;
    font-size: 12px;
  }
}
ul.icon-list li::after {
  font-family: 'Font Awesome 6 Pro' !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-top-bar {
  margin-top: 0px;
  transition: var(--transition);
  background: var(--primary) !important;
}
body.scrolled .wi-top-bar {
  margin-top: calc(var(--top-bar, 0px) * -1);
}
body.scrolled .wi-top-bar.scroll-collapse-no {
  margin-top: 0;
}
body:has(.wi-top-bar.scroll-collapse-no).h-show-tert-nav.scrolled .tert-nav {
  position: relative;
  z-index: -1;
}
.wi-top-bar .headline {
  font-size: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 800;
  text-transform: uppercase;
}
.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 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#shared_territory_modal .modal-content {
  border-radius: var(--border-radius) !important;
  border-color: var(--primary);
}
#shared_territory_modal .modal-header .close {
  position: absolute !important;
  right: 0px !important;
  top: -2px !important;
  color: var(--secondary) !important;
  background-color: transparent;
  width: unset !important;
  border: none !important;
  font-size: 20px !important;
  font-weight: 600;
}
#shared_territory_modal .modal-header {
  border-radius: 0 !important;
  padding: 15px;
  justify-content: center;
}
#shared_territory_modal .modal-header .modal-title {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
}
#shared_territory_modal .modal-content .modal-body {
  padding: 25px;
}
@media (max-width: 992px) {
  #shared_territory_modal .modal-content .modal-body {
    padding: 25px 16px;
  }
}
#shared_territory_modal .modal-location-select input {
  font-size: 1.5rem;
  text-align: center;
  border-color: var(--secondary);
  box-shadow: 0 0 0 0.1rem rgba(61, 61, 61, 0.2);
  padding: 0;
}
#shared_territory_modal .modal-location-select input:focus {
  border-color: var(--primary-rgba-8);
  box-shadow: 0 0 0 0.2rem var(--primary-rgba-2);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#shared_territory_modal .modal-location-select button.search-btn {
  position: absolute;
  top: 0px;
  right: 12px;
  z-index: 1;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: var(--secondary-rgba-8);
  font-size: 20px;
  padding: 5px;
}
#shared_territory_modal .modal-location-select button.search-btn:hover {
  color: var(--secondary);
}
#shared_territory_modal .modal-location-select .fran_location_select_wrapper {
  border: none;
}
#shared_territory_modal .modal-location-select .zip_finding_location .col-2 {
  text-align: right;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-landing-location-multi .location-box {
  border: 1px solid var(--primary);
  display: flex;
  flex-wrap: wrap;
  border-radius: var(--border-radius);
}
.wi-landing-location-multi .location-box .details {
  width: 50%;
  flex: 0 0 auto;
  padding: 23px;
  flex-grow: 1;
}
@media (max-width: 992px) {
  .wi-landing-location-multi .location-box .details {
    width: 100%;
  }
}
.wi-landing-location-multi .location-box .details .name {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}
.wi-landing-location-multi .location-box .details .phone {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.wi-landing-location-multi .location-box .details .phone a {
  color: var(--secondary);
  transition: color var(--transition);
}
.wi-landing-location-multi .location-box .details .phone a:hover {
  color: var(--primary);
}
.wi-landing-location-multi .location-box .map {
  width: 50%;
  height: 273px;
}
@media (max-width: 992px) {
  .wi-landing-location-multi .location-box .map {
    width: 100%;
    height: 208px;
  }
}
.wi-landing-location-multi .location-box .select-btn {
  width: 100%;
  font-size: 14px !important;
  padding: 11px !important;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid var(--primary);
  border-color: var(--primary) transparent var(--primary) transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.empty-d-none:empty {
  display: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-light {
  background-color: #fff !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-badges-simple-1 {
  padding: 3.125rem 3.75rem;
}
@media (max-width: 992px) {
  .wi-badges-simple-1 {
    padding: 2rem;
    margin-bottom: 7rem;
  }
}
@media (min-width: 1950px) {
  .wi-badges-simple-1 .container-fluid {
    max-width: var(--container-w);
  }
}
.wi-badges-simple-1 .container-fluid .row {
  --bs-gutter-y: 1.25rem;
  align-items: center;
  justify-content: center;
}
.wi-badges-simple-1 .container-fluid .row .badge {
  flex: 1 0 0%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .wi-badges-simple-1 .container-fluid .row .badge {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.wi-badges-simple-1 .container-fluid .row .badge img {
  max-width: 160px;
  width: 100%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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 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 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 1200px) {
  #old-shared_territory_modal .modal-dialog {
    max-width: 1140px !important;
  }
}
#old-shared_territory_modal .modal-content {
  border-radius: var(--border-radius) !important;
  border-color: var(--primary);
}
#old-shared_territory_modal .modal-header .close {
  position: absolute !important;
  right: 0px !important;
  top: -2px !important;
  color: white !important;
  background-color: transparent;
  width: unset !important;
  border: none !important;
  font-size: 20px !important;
  font-weight: 600;
}
#old-shared_territory_modal .modal-header {
  background-color: var(--primary);
  border-radius: 0 !important;
  padding: 15px;
  justify-content: center;
}
#old-shared_territory_modal .modal-header .modal-title {
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
}
#old-shared_territory_modal .modal-content .modal-body {
  padding: 25px;
}
@media (max-width: 992px) {
  #old-shared_territory_modal .modal-content .modal-body {
    padding: 25px 16px;
  }
}
#old-shared_territory_modal div.modal-body .location .location-box {
  padding-top: 0px;
  padding-bottom: 9px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  #old-shared_territory_modal div.modal-body .location .location-box {
    padding-left: 22px;
    padding-right: 22px;
  }
  #old-shared_territory_modal div.modal-body .location:first-child .location-box {
    padding-left: 9px;
    padding-right: 22px;
  }
  #old-shared_territory_modal div.modal-body .location:last-child .location-box {
    padding-left: 22px;
    padding-right: 9px;
  }
}
#old-shared_territory_modal div.modal-body .location .location-box .name {
  color: var(--secondary);
  font-weight: 800;
  font-size: 26px;
  line-height: 120%;
}
#old-shared_territory_modal div.modal-body .location .location-box .phone {
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
}
#old-shared_territory_modal div.modal-body .location .location-box .phone a {
  color: var(--secondary);
  transition: color var(--transition);
}
#old-shared_territory_modal div.modal-body .location .location-box .phone a:hover {
  color: var(--primary);
}
@media (min-width: 992px) {
  #old-shared_territory_modal div.modal-body .location.count-1, #shared_territory_modal div.modal-body .location.count-2, #old-shared_territory_modal div.modal-body .location.count-4 {
    width: 50%;
  }
  #old-shared_territory_modal div.modal-body .location.count-3, #old-shared_territory_modal div.modal-body .location.count-6, #old-shared_territory_modal div.modal-body .location.count-5 {
    width: 33.3333%;
  }
  #old-shared_territory_modal div.modal-body .location:not(:last-child) {
    border-right: 1px solid var(--secondary);
  }
  #old-shared_territory_modal div.modal-body .location .location-box {
    min-height: 255px;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) {
  #old-shared_territory_modal div.modal-body .location:first-child .location-box {
    padding-bottom: 30px;
    padding-top: 0px;
  }
  #old-shared_territory_modal div.modal-body .location:last-child .location-box {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  #old-shared_territory_modal div.modal-body .location .location-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #old-shared_territory_modal div.modal-body .location:not(:last-child) .location-box {
    border-bottom: 1px solid var(--secondary);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
  --tooltip-border-width: 2px;
  --tooltip-border-radius: .2rem;
  --tooltip-border-color: var(--primary);
  --tooltip-text-color: var(--secondary-rgba-7);
  --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(--secondary);
  border-radius: var(--tooltip-border-radius);
  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-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 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Anchor link padding */
#catalog::before {
  content: '';
  display: block;
  height: 125px;
  margin-top: 0px;
  visibility: hidden;
}
@media (max-width: 768px) {
  #catalog::before {
    height: 55px !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-step-boxes {
  --bs-gutter-y: 1.25rem;
}
.wi-step-boxes .box {
  border-radius: var(--border-radius);
  border: 1px solid var(--color);
  display: flex;
  flex-direction: column;
  gap: 0.88rem;
  height: 100%;
  padding: 1.5rem;
}
@media (max-width: 991px) {
  .wi-step-boxes .box {
    flex-direction: row;
    gap: 1.88rem;
    padding: 1.25rem;
  }
}
.wi-step-boxes .box .step {
  color: var(--color);
  margin-bottom: 0;
  flex: 0 0 auto;
}
.wi-step-boxes .box .content {
  margin-bottom: 0;
  font-weight: 800;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.lr-sect div.right .yt-wrapper {
  left: -5.5% !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: "Mark Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 160%;
}
div.surrounding-cities-list div.active, div.surrounding-cities-list div > a.active {
  text-decoration: underline;
}
div.surrounding-cities-list > div > a:hover {
  color: var(--secondary);
}
@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 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body:has(.wi-sticky) {
  overflow-x: hidden;
}
.wi-sticky {
  display: flex;
  position: fixed;
  z-index: 1;
  --offset: 1rem;
}
@media (max-width: 991px) {
  .wi-sticky {
    --offset: 0.5rem;
  }
}
.wi-sticky.bottom-right {
  top: unset;
  left: unset;
  bottom: var(--offset);
  right: var(--offset);
}
.wi-sticky.bottom-left {
  top: unset;
  left: var(--offset);
  bottom: var(--offset);
  right: unset;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-featured-header-badges-desktop {
  margin-top: 2rem;
}
.wi-featured-header-badges-desktop .header-badge {
  height: 3.125rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-featured-header-badges-mobile {
  background: var(--light);
  padding: 1.125rem 0.9375rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  margin-top: -3.125rem;
}
.wi-featured-header-badges-mobile .badges-wrapper {
  display: flex;
  gap: 2.5rem;
}
.wi-featured-header-badges-mobile .badges-wrapper .header-badge {
  height: 3.125rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (max-width: 991px) {
  .wi-lr-card-img-content.full-width-mobile-1 .container {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
  .wi-lr-card-img-content.full-width-mobile-1 .container .card-img-content {
    border-radius: 0;
  }
}
.wi-lr-card-img-content .card-img-content {
  border-radius: var(--border-radius);
  display: flex;
  overflow: hidden;
}
@media (min-width: 992px) {
  .wi-lr-card-img-content .card-img-content.img-left-1 .img {
    order: 1;
  }
}
@media (min-width: 992px) {
  .wi-lr-card-img-content .card-img-content.img-left-1 .content {
    order: 2;
  }
}
@media (min-width: 992px) {
  .wi-lr-card-img-content .card-img-content .img {
    order: 2;
  }
}
@media (min-width: 992px) {
  .wi-lr-card-img-content .card-img-content .content {
    order: 1;
  }
}
@media (max-width: 991px) {
  .wi-lr-card-img-content .card-img-content {
    flex-wrap: wrap;
  }
}
.wi-lr-card-img-content .card-img-content .img {
  flex: 1 0 0%;
  position: relative;
}
@media (max-width: 991px) {
  .wi-lr-card-img-content .card-img-content .img {
    height: 18.8rem;
    flex: 0 0 auto;
    width: 100%;
  }
}
.wi-lr-card-img-content .card-img-content .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.wi-lr-card-img-content .card-img-content .content {
  padding: 3.12rem 2.5rem;
  flex: 0 0 auto;
  width: var(--content-width);
  background-color: var(--bg-color);
}
@media (max-width: 991px) {
  .wi-lr-card-img-content .card-img-content .content {
    width: 100%;
    padding: 3.12rem 1.25rem;
  }
}
.wi-lr-card-img-content .card-img-content .content.bg-color-primary {
  --bg-color: var(--primary) !important;
}
.wi-lr-card-img-content .card-img-content .content.bg-color-secondary {
  --bg-color: var(--secondary) !important;
}
.wi-lr-card-img-content .card-img-content .content.bg-color-tertiary {
  --bg-color: var(--tertiary) !important;
}
.wi-lr-card-img-content .card-img-content .content.bg-color-quaternary {
  --bg-color: var(--quaternary) !important;
}
.wi-lr-card-img-content .card-img-content .content.bg-color-quinary {
  --bg-color: var(--quinary) !important;
}
.wi-lr-card-img-content .card-img-content .content.bg-color-light {
  --bg-color: var(--light) !important;
}
.wi-lr-card-img-content .card-img-content .content.bg-color-gray {
  --bg-color: var(--gray) !important;
}
.wi-lr-card-img-content .card-img-content .content.bg-color-dark {
  --bg-color: var(--dark) !important;
}
.wi-lr-card-img-content .card-img-content .content.bg-color-dark-gray {
  --bg-color: var(--dark-gray) !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
strong, b {
  font-weight: 800;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.skip-lazy-render, .skip-lazy-render .nitro-lazy-render {
  content-visibility: visible !important;
}
