/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cl-reviews-slider-1 ul {
  align-items: flex-start !important;
}
.cl-reviews-slider-1 .well img {
  width: 90%;
}
.cl-reviews-slider-1 .weight-300 {
  font-weight: 300;
}
.cl-reviews-slider-1 .well {
  width: 276px;
  margin-right: 16px;
  margin-bottom: 0px;
  overflow-y: hidden;
}
.cl-reviews-slider-1 .expand-review {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 50px;
  background: linear-gradient(#f1f2f200, #f1f2f2 84%);
}
.cl-reviews-slider-1 .expand-review i {
  transition: var(--transition);
  color: var(--secondary);
  margin-bottom: 2px;
}
.cl-reviews-slider-1 .well.expanded .expand-review i {
  transform: rotate(0.5turn);
}
@media (min-width: 992px) {
  .cl-reviews-slider-1 .well {
    max-height: 360px;
  }
  .cl-reviews-slider-1:before, .cl-reviews-slider-1:after {
    content: "";
    height: 100%;
    width: 40px;
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
  }
  .cl-reviews-slider-1:before {
    left: 0px;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .cl-reviews-slider-1:after {
    right: 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  .cl-reviews-slider-1 .well:after {
    content: "";
    display: block;
    height: 44px;
    background-color: var(--primary);
    position: absolute;
    top: 316px;
    width: 100%;
    left: 0px;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    background: linear-gradient(#f1f2f200, #f1f2f2 52%);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.ninthroot-overlay::before {
  content: "";
  background: linear-gradient(45deg, rgba(58, 191, 224, 0.7) 0%, rgba(242, 104, 151, 0.73) 54%, rgba(255, 78, 108, 0.75) 100%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  wi-subnav-image-2 */
/* ------------------ */
.wi-subnav-image-1 a.wi-wrapper {
  display: block;
  text-align: center;
  color: #5d5d5d;
}
.wi-subnav-image-1 a.wi-wrapper .wi-image {
  position: relative;
  display: block;
  width: 80%;
  padding-top: 80%;
  margin: auto;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-2 a.wi-wrapper:hover {
  text-decoration: none;
}
.wi-subnav-image-1 a.wi-wrapper .wi-image .em-tag {
  position: absolute;
  z-index: 5;
  left: 0px;
  top: calc(50% - 30px);
  width: 100%;
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  opacity: 0;
  color: #ffffff !important;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wi-subnav-image-1 a.wi-wrapper:hover .wi-image .em-tag {
  opacity: 1;
}
.wi-subnav-image-1 a.wi-wrapper .wi-image div.wi-underlay {
  position: absolute;
  z-index: 1;
  left: -120%;
  top: -120%;
  border-radius: 50%;
  width: 120%;
  height: 120%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-subnav-image-1 a.wi-wrapper:hover .wi-image div.wi-underlay {
  left: -10%;
  top: -10%;
}
.wi-subnav-image-1 .color-primary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--primary-rgba-tissue);
}
.wi-subnav-image-1 .color-primary a.wi-wrapper:hover .wi-image {
  border-color: var(--primary);
}
.wi-subnav-image-1 .color-secondary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--secondary-rgba-tissue);
}
.wi-subnav-image-1 .color-secondary a.wi-wrapper:hover .wi-image {
  border-color: var(--secondary);
}
.wi-subnav-image-1 .color-tertiary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--tertiary-rgba-tissue);
}
.wi-subnav-image-1 .color-tertiary a.wi-wrapper:hover .wi-image {
  border-color: var(--tertiary);
}
.wi-subnav-image-1 .color-quaternary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--quaternary-rgba-tissue);
}
.wi-subnav-image-1 .color-quaternary a.wi-wrapper:hover .wi-image {
  border-color: var(--quaternary);
}
.wi-subnav-image-1 .color-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-senary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--senary-rgba-tissue);
}
.wi-subnav-image-1 .color-senary a.wi-wrapper:hover .wi-image {
  border-color: var(--senary);
}
.wi-subnav-image-1 .color-septenary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--septenary-rgba-tissue);
}
.wi-subnav-image-1 .color-septenary a.wi-wrapper:hover .wi-image {
  border-color: var(--septenary);
}
.wi-subnav-image-1 .color-octonary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: var(--octonary-rgba-tissue);
}
.wi-subnav-image-1 .color-octonary a.wi-wrapper:hover .wi-image {
  border-color: var(--octonary);
}
.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 {
  font-size: 14px !important;
}
nav.wi-breadcrumb i {
  font-size: 14px;
}
nav.wi-breadcrumb ol {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
}
nav.wi-breadcrumb a, nav.wi-breadcrumb .breadcrumb-item.active {
  font-size: 14px !important;
  font-weight: 400 !important;
}
nav.wi-breadcrumb a:not(.text-secondary), nav.wi-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
nav.wi-breadcrumb a:not(.text-secondary):hover {
  color: var(--secondary);
}
nav.wi-breadcrumb .breadcrumb-item.active {
  font-weight: 700 !important;
}
nav.wi-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  font-weight: 400;
}
section[class*="bg-"] nav.wi-breadcrumb a, section[class*="bg-"] nav.wi-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*
.well
{
	position: relative;
	min-height: 20px;
	height: 100%;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
	padding: 29px 25px;

	background-color: var(--cream);
	
	border-radius: var(--border-radius);
	
}
*/
.well-not-full-height {
  height: unset !important;
}
.well {
  position: relative;
  min-height: 20px;
  height: 100%;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  padding: 29px 25px;
  background-color: var(--cream);
  border-radius: var(--border-radius);
}
.well-none {
  position: unset;
  min-height: unset;
  height: unset;
  box-shadow: unset;
  padding: unset;
  background-color: unset;
  border-radius: unset;
}
@media (min-width: 576px) {
  .well-sm {
    position: relative;
    min-height: 20px;
    height: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    padding: 29px 25px;
    background-color: var(--cream);
    border-radius: var(--border-radius);
  }
  .well-sm-none {
    position: unset;
    min-height: unset;
    height: unset;
    box-shadow: unset;
    padding: unset;
    background-color: unset;
    border-radius: unset;
  }
}
@media (min-width: 768px) {
  .well-md {
    position: relative;
    min-height: 20px;
    height: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    padding: 29px 25px;
    background-color: var(--cream);
    border-radius: var(--border-radius);
  }
  .well-md-none {
    position: unset;
    min-height: unset;
    height: unset;
    box-shadow: unset;
    padding: unset;
    background-color: unset;
    border-radius: unset;
  }
}
@media (min-width: 992px) {
  .well-lg {
    position: relative;
    min-height: 20px;
    height: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    padding: 29px 25px;
    background-color: var(--cream);
    border-radius: var(--border-radius);
  }
  .well-lg-none {
    position: unset;
    min-height: unset;
    height: unset;
    box-shadow: unset;
    padding: unset;
    background-color: unset;
    border-radius: unset;
  }
}
@media (min-width: 1200px) {
  .well-xl {
    position: relative;
    min-height: 20px;
    height: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    padding: 29px 25px;
    background-color: var(--cream);
    border-radius: var(--border-radius);
  }
  .well-xl-none {
    position: unset;
    min-height: unset;
    height: unset;
    box-shadow: unset;
    padding: unset;
    background-color: unset;
    border-radius: unset;
  }
}
@media (min-width: 1400px) {
  .well-xxl {
    position: relative;
    min-height: 20px;
    height: 100%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    padding: 29px 25px;
    background-color: var(--cream);
    border-radius: var(--border-radius);
  }
  .well-xxl-none {
    position: unset;
    min-height: unset;
    height: unset;
    box-shadow: unset;
    padding: unset;
    background-color: unset;
    border-radius: unset;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-reviews-full-2 .wi-review .well {
  border-radius: 0.1rem;
}
.wi-review .well .bg-gray {
  border-color: #f8f9fa;
}
.wi-reviews-full-2 .wi-review .directory {
  text-align: center;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
.wi-reviews-full-2 .wi-review .directory a.directory-icon {
  color: #fff;
  background-color: var(--primary);
  border-radius: 100%;
  padding: 8px;
}
.wi-reviews-full-2 .wi-review .directory a.directory-icon:hover {
  background-color: var(--primary) !important;
  box-shadow: 0 0 0 0.15rem rgba(var(--primary-rgb), 0.4);
}
.wi-reviews-full-2 .wi-review .directory a.directory-icon > span {
  text-align: center;
  width: 18px;
  height: 18px;
}
.wi-reviews-full-2 .wi-review > div > figure {
  height: 230px;
  overflow: hidden;
}
.wi-reviews-full-2 .expand-review {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
}
.wi-reviews-full-2 .expand-review:hover {
  cursor: pointer;
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
div.wi-reviews-stack-1 div.wi-review {
  height: 100%;
}
div.wi-reviews-stack-1 div.wi-review blockquote {
  font-size: 16px;
  padding: 10px;
}
div.wi-reviews-stack-1 div.wi-review div.review-stars {
  font-size: 25px;
}
div.wi-reviews-stack-1 div.wi-review div.review-stars span {
  display: inline-block;
  padding: 0 3px;
}
div.wi-reviews-stack-1 div.wi-review div.directory {
  position: absolute;
  top: -17px;
  right: -17px;
}
div.wi-reviews-stack-1 div.wi-review a.directory-icon {
  height: 60px;
  width: 60px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #f8f9fa;
}
div.wi-reviews-stack-1 div.wi-review a.directory-icon span {
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
div.wi-reviews-stack-1 div.wi-review a.directory-icon:hover span {
  color: #fff;
}
/* .scroll-window */
/* -------------- */
div.scroll-window {
  position: relative;
}
div.scroll-window div.top-overlay {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0);
}
section.bg-gray div.scroll-window div.top-overlay {
  background: -moz-linear-gradient(top, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  background: -webkit-linear-gradient(top, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  background: linear-gradient(to bottom, #f8f9fa 0%, rgba(248, 249, 250, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa", endColorstr="#00f8f9fa",GradientType=0);
}
div.scroll-window div.middle-content {
  z-index: 0;
  overflow: scroll;
  height: 600px;
  padding: 100px 35px 100px 25px;
}
div.scroll-window div.bottom-overlay {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0);
}
section.bg-gray div.scroll-window div.bottom-overlay {
  background: -moz-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  background: -webkit-linear-gradient(top, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  background: linear-gradient(to bottom, rgba(248, 249, 250, 0) 0%, #f8f9fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f8f9fa", endColorstr="#f8f9fa",GradientType=0);
}
@media (min-width: 992px) {
  div.scroll-window div.middle-content.alt {
    height: 520px;
    padding: 43px 25px;
  }
}
div.scroll-window div.middle-content.alt {
  overflow: auto;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Instagram 2 */
.instagram-2 [class*="col-"] {
  padding: 0px;
}
.instagram-2 .wrap {
  padding-bottom: 100%;
  overflow: hidden;
}
.instagram-2 .wrap .ig-container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.instagram-2 .wrap .ig-container .content {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
}
.instagram-2 .wrap .ig-container .content .overlay {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: #000000a1;
  color: white;
  position: absolute;
  bottom: 100%;
  transition: 0.25s ease-in;
}
.instagram-2 .wrap:hover .ig-container .content .overlay {
  bottom: 0px;
  transition: 0.25s ease-in;
}
.instagram-2 .wrap:hover .ig-container .content .overlay p {
  max-height: 84%;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.3;
}
.instagram-2 .wrap .ig-container .content .overlay .s-impressions {
  font-size: 20px;
}
.instagram-2 .wrap .ig-container .content .overlay .igo-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-mask-image: -webkit-gradient(linear, left 70%, left bottom, from(black), to(rgba(0, 0, 0, 0)));
}
.instagram-2 .wrap .ig-container .content .ig-media {
  min-width: 100%;
  max-height: 100%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.nav-pills .nav-link {
  color: var(--primary);
}
.nav-pills .nav-link:hover {
  color: var(--secondary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
[subnav-check*="no"] {
  display: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-full-1 .go-arrow {
  position: absolute;
  right: -5px;
}
.wi-subnav-full-1 .grand-children-col {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.wi-subnav-full-1 .list-unstyled {
  padding-left: 0px;
  list-style: none;
}
.wi-subnav-full-1 a.btn:hover {
  background-color: var(--primary);
  color: white;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* -------------------- */
.wi-subnav-tile-1 a.wi-bg-image {
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.wi-subnav-tile-1 .wi-bg-image .wi-bg-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+31,0.1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#1a000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.wi-subnav-tile-1 a.wi-bg-image:hover {
  text-decoration: none;
}
.wi-subnav-tile-1 a.wi-bg-image:hover .wi-bg-overlay {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e87229+0,f6892a+100&0.8+0,0.9+100 */
  background: -moz-linear-gradient(-45deg, var(--primary-rgba-tissue) 0%, var(--primary-rgba-tissue) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, var(--primary-rgba-tissue) 0%, var(--primary-rgba-tissue) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, var(--primary-rgba-tissue) 0%, var(--primary-rgba-tissue) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cce87229", endColorstr="#e6f6892a",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-franchise-list .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-franchise-list .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-franchise-list .card-columns {
    column-count: 3;
  }
}
.wi-franchise-list .card-title {
  font-weight: 300;
  font-size: 1.3rem;
}
.wi-franchise-list .card-columns .card {
  width: 100%;
  margin-bottom: 20px;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}
.wi-franchise-list ul.icon-list {
  margin: 0 0 0 10px;
  padding: 0;
}
.wi-franchise-list ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 18px;
  margin-bottom: 0;
  font-size: 1rem;
}
.wi-franchise-list ul.icon-list li.col {
  padding: 6px 17px 5px 17px;
}
/* default: chevron */
.wi-franchise-list ul.icon-list li::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-style: normal;
  font-weight: 500;
  text-decoration: inherit;
  position: absolute;
  font-size: 11px;
  color: var(--primary);
  top: 14px;
  left: 0;
  z-index: 1;
}
/* chevron circle */
.wi-franchise-list ul.icon-list.list-arrow-circle li::after {
  content: "";
}
/* checkmark */
.wi-franchise-list ul.icon-list.list-checkmark li {
  padding-bottom: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.wi-franchise-list ul.icon-list.list-checkmark li::after {
  content: "";
}
.wi-franchise-list ul.icon-list.list-checkmark li:last-child {
  border: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-franchise-list .card-columns {
  column-count: 1;
}
@media (min-width: 992px) {
  .wi-franchise-list .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .wi-franchise-list .card-columns {
    column-count: 3;
  }
}
.wi-franchise-list ul.icon-list li::after {
  content: "" !important;
  font-style: normal;
  background: url(/oak/files/logos/lemon-tree.insignia.png);
  width: 20px;
  height: 20px;
  background-position: center;
  font-weight: 200;
  text-decoration: inherit;
  position: absolute;
  font-size: 13px;
  color: var(--primary);
  background-size: cover;
  top: 10px;
  left: -10px;
  z-index: 1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .wi-franchise-locations */
/* ---------------------- */
.wi-locations-highlight-1 .wi-bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
}
.wi-locations-highlight-1 .wi-bg-image .wi-bg-overlay {
  position: relative;
  padding: 25px;
  min-height: 100px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+31,0.1+100 */
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 31%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#1a000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-badges-well-slider-1 img {
  background-color: #fff;
  padding: 15px;
  border-radius: 0.4rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-badge-autoslide-1 ul li .img-container {
  display: flex;
  height: 100%;
  width: 120px;
}
.wi-badge-autoslide-1 ul li img {
  height: 100%;
  width: 100%;
  align-self: flex-start;
}
.wi-badge-autoslide-1 ul li {
  padding: 0px 57px;
}
/* Mobile Sizes */
@media (max-width: 992px) {
  .wi-badge-autoslide-1 ul li {
    padding: 0px 28px;
  }
  .wi-badge-autoslide-1 ul li .img-container {
    width: 80px;
  }
}
.wi-badge-autoslide-1 .col-12:before, .wi-badge-autoslide-1 .col-12:after {
  content: "";
  height: 100%;
  width: 40px;
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
}
.wi-badge-autoslide-1 .col-12::before {
  left: 0px;
  background: linear-gradient(90deg, #f6f6f6 0%, rgba(246, 246, 246, 0) 100%);
}
.wi-badge-autoslide-1 .col-12::after {
  right: 0px;
  background: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 100%);
}
.wi-badge-autoslide-1 .loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-faqs .panel {
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  margin-bottom: 10px;
  transition: 0.2s ease-in;
}
.wi-faqs .panel.active {
  background-color: white;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.07);
}
.wi-faqs .panel h4 a {
  padding: 10px 16px;
  display: block;
}
.wi-faqs .panel-body {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-coupons-slider-1 .promo-wrapper {
  text-align: center;
  background: transparent;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}
.wi-coupons-slider-1 .promo {
  border: 4px dashed #fff;
  padding: 25px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.48);
}
.wi-coupons-slider-1 .promo-blue {
  background-color: rgba(0, 129, 204, 0.95);
}
.wi-coupons-slider-1 .promo-orange {
  background-color: rgba(232, 110, 4, 0.95);
}
.wi-coupons-slider-1 .promo-gray {
  background-color: rgba(0, 0, 0, 0.65);
}
.wi-coupons-slider-1 .promo h1, .wi-coupons-slider-1 .promo h2, .wi-coupons-slider-1 .promo h3, .wi-coupons-slider-1 .promo h4, .wi-coupons-slider-1 .promo h5 {
  color: #fff;
}
.wi-coupons-slider-1 .promo .expiration {
  opacity: 0.6;
  font-style: italic;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .wi-coupons-slider-1 */
div.wi-coupons-slider-2 .col {
  padding-right: 15px;
  padding-left: 15px;
}
#email-for-coupon div.coupon-wrapper, div.wi-coupons-slider-2 div.coupon-wrapper {
  text-align: center;
  background: transparent;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  margin-bottom: 20px;
  cursor: pointer;
}
#email-for-coupon div.coupon-wrapper div.coupon, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon {
  margin-top: 20px;
  border: 4px dashed #979797;
  border-radius: 15px;
  padding: 25px;
  min-height: 185px;
}
#email-for-coupon div.coupon-wrapper div.coupon div.amount, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.amount {
  /* font-family: 'proxima_nova_thextrabold', sans-serif !important; */
  font-family: var(--font-primary);
  font-weight: 800;
  font-style: normal;
  font-size: 55px;
  line-height: 60px;
  letter-spacing: 1px;
  color: var(--primary);
}
#email-for-coupon div.coupon-wrapper div.coupon div.for, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.for {
  /* font-family: 'proxima_nova_rgbold', sans-serif !important; */
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  color: var(--primary);
  min-height: 78px;
  width: 100%;
  margin: auto;
}
#email-for-coupon div.coupon-wrapper div.coupon div.image, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.image {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}
#email-for-coupon div.coupon-wrapper div.coupon div.image img, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.image img {
  height: 150px;
}
#email-for-coupon div.coupon-wrapper div.coupon div.expiration, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.expiration {
  margin-top: 15px;
  opacity: 0.8;
}
#email-for-coupon div.coupon-wrapper div.coupon div.disclaimer, div.wi-coupons-slider-2 div.coupon-wrapper div.coupon div.disclaimer {
  opacity: 0.7;
  font-size: 80%;
  width: 70%;
  margin: auto;
}
/* slick overrides */
section div.wi-coupons-slider-2 .slick-prev:before, section div.wi-coupons-slider-2 .slick-next:before {
  color: rgba(52, 58, 64, 0.3);
}
section.bg-image div.wi-coupons-slider-2 .slick-prev:before, section.bg-image div.wi-coupons-slider-2 .slick-next:before, section.bg-dark div.wi-coupons-slider-2 .slick-prev:before, section.bg-dark div.wi-coupons-slider-2 .slick-next:before {
  color: #fff;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-team-grouped-1-nav .nav-item {
  width: 100%;
}
.wi-team-grouped-1-nav .nav-item a {
  padding: 0px;
  margin: 0px 0px 0.5rem 0px;
}
.wi-team-grouped-1-nav .nav-item a:hover {
  text-decoration: underline;
  text-decoration-color: var(--secondary);
}
.wi-team-grouped-1-nav.nav-pills .nav-link.active, .wi-team-grouped-1-nav.nav-pills .show > .nav-link {
  background-color: unset;
}
.wi-team-grouped-1 .wi-tmember:hover {
  cursor: default;
}
.wi-team-grouped-1 .wi-tmember {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.wi-team-grouped-1 .wi-tmember-info {
  position: relative;
  bottom: 60px;
  margin-left: -1px;
  margin-right: -1px;
  background-color: #f5f1ed;
  padding: 30px 15px;
  text-align: center;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 500px;
}
.wi-team-grouped-1 .wi-tmember-info h4 span.sub, .wi-team-grouped-1 .wi-tmember-info h6 span.sub {
  text-transform: uppercase;
  opacity: 1;
  font-weight: lighter;
  font-size: 70%;
  margin-top: 0.25rem;
}
@media (min-width: 992px) {
  .wi-team-grouped-1 .wi-tmember-info h4 span.sub, .wi-team-grouped-1 .wi-tmember-info h6 span.sub {
    font-size: 60%;
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .wi-team-grouped-1 .wi-tmember {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .wi-team-grouped-1 .wi-tmember-info {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.wi-team-grouped-1 .wi-tmember-info .btn {
  color: var(--primary);
  border-color: var(--primary);
  border-radius: 0.2rem;
  white-space: normal;
  font-family: var(--font-primary);
  box-shadow: none !important;
}
.wi-team-grouped-1 .wi-tmember .wi-tmember-info .btn:not(.bio-btn-hidden):hover {
  color: white;
  background-color: var(--primary);
  cursor: pointer;
}
.bio-btn-hidden {
  visibility: hidden;
}
@media (min-width: 992px) {
  .wi-team-grouped-1 .wi-tmember-info {
    min-height: 200px;
  }
}
.accordion .accordion-title {
  position: relative;
  font-size: 18px;
  padding: 15px 20px;
  cursor: pointer;
  background-color: #f5f1ed;
  border-bottom: 1px solid #eeeeee;
}
.accordion .accordion-title h5 {
  font-weight: 300;
  padding-top: 0.5rem;
}
.accordion .accordion-title i {
  position: absolute;
  font-size: 15px;
  right: 20px;
  top: 22px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.accordion .accordion-title.collapsed i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
}
.accordion .accordion-title:hover {
  color: var(--primary);
}
.accordion .accordion-content {
  padding: 20px;
}
h6, .h6 {
  font-size: 1.2rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-team-highlight-1 .img-circle {
  width: 100%;
  border-radius: 50%;
  height: auto;
  padding-top: 100%;
}
.wi-team-highlight-1 h4 {
  margin: 0px;
  text-align: center;
  color: var(--primary);
}
.wi-team-highlight-1 .wi-tmember:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Social Large 1 */
/* -------------- */
div.wi-social-large-1 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-large-1 a {
  display: flex;
  width: 75px;
  height: 75px;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 50px;
  line-height: 50px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-large-1 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
div.wi-social-medium-1 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-medium-1 a {
  display: flex;
  float: left;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 30px !important;
  color: var(--primary);
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.text-secondary div.wi-social-medium-1 a {
  color: var(--secondary);
}
div.wi-social-medium-1 a:hover {
  color: #fff;
}
.hover-primary div.wi-social-medium-1 a:hover {
  color: var(--primary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Social Small 1 */
/* -------------- */
div.wi-social-small-1 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-small-1 a {
  display: flex;
  float: left;
  width: 35px;
  height: 35px;
  font-size: 15px;
  color: inherit !important;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-small-1 a:hover {
  color: var(--secondary) !important;
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* .icon-list */
ul.icon-list {
  margin: 0 0 0 10px;
  padding: 0;
}
ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 17px;
  margin-bottom: 0;
}
/* default: chevron */
ul.icon-list li::after {
  font-family: "Font Awesome 6 Pro";
  content: "";
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  position: absolute;
  font-size: 13px;
  color: var(--primary);
  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 Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
p.lead {
  font-size: calc(var(--p-font-size) * 1.125) !important;
}
p.sub {
  font-size: calc(var(--p-font-size) * 0.875);
  font-weight: 300;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
a:not(.btn)[href] {
  line-height: 1.6;
  letter-spacing: 0.01em;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.h-show-tert-nav .tert-nav {
  position: absolute;
  top: 7px;
  z-index: 1;
  background: transparent !important;
  border-bottom: none !important;
  margin-left: calc(var(--bs-gutter-x, 0.75rem) * -1);
  margin-right: calc(var(--bs-gutter-x, 0.75rem) * -1);
}
.h-show-tert-nav.scrolled .tert-nav {
  top: calc(var(--nav-tert-font) * -1);
}
.h-show-tert-nav .tert-nav .nav-container {
  align-items: end;
}
.h-show-tert-nav .tert-nav ul {
  padding-left: 0px;
  display: flex;
  font-weight: 300;
  list-style-position: inside;
}
.h-show-tert-nav .tert-nav ul li::marker {
  color: var(--primary);
  font-size: 14px;
}
.h-show-tert-nav .tert-nav ul li:first-child::marker {
  content: "";
}
.h-show-tert-nav .tert-nav ul li {
  line-height: 1;
}
.h-show-tert-nav .tert-nav ul li a {
  font-weight: 300;
  padding-left: 0px;
  padding-right: 7px !important;
  display: inline !important;
  line-height: 1;
  position: relative;
  left: -5px;
  top: -1px;
}
.h-show-tert-nav .tert-nav ul li:last-child a {
  padding-right: 0px !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Desktop and Mobile */
header .nav-container .main-nav ul.level-1 li:not(.highlight-page) a {
  font-weight: 300;
}
header .nav-container .main-nav ul.level-1 li.highlight-page a {
  font-weight: 600;
  color: white;
}
header .nav-container .main-nav ul.level-1 li.highlight-page a:hover {
  color: white;
}
/* Mobile Only */
@media (max-width: 992px) {
  /* CTA Font-size Override */
  /* Mobile Open Navigation Overrides */
  /* D-flex on level 1 for highlight pages */
  /* Inset box shadow to make box shadow visible from header when nav is open */
  /* Highlight Pages */
  /* Regular page styling */
  /* Logos */
  /* On Open Only */
  /* Mobile */
  /* Desktop */
  /* Expanded */
  header .main-nav nav {
    background: white !important;
  }
  header .nav-container .main-nav ul.level-1 li.highlight-page a {
    color: var(--primary);
  }
  header .nav-container .main-nav ul.level-1 li.highlight-page a:hover {
    color: var(--primary);
  }
  header .main-nav nav {
    overflow-x: hidden;
  }
  header .main-nav .items .item-append a.btn {
    font-size: 12px;
    padding: 7px 10px;
    line-height: 16px;
  }
  header:not(.open) .main-nav .items .item-append a.btn:not(.on-open-only), header.open .main-nav .items .item-append a.btn:not(.on-close-only) {
    display: flex;
    align-items: center;
  }
  header .main-nav .items .item-append a.btn i {
    font-size: 16px;
  }
  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 .main-nav nav ul.level-1 {
    top: 0 !important;
  }
  header.scrolled.open .main-nav nav {
    height: calc(100vh - var(--nav-height)) !important;
    top: var(--nav-height) !important;
  }
  header .nav-container .main-nav ul.level-1 {
    display: flex;
    flex-wrap: wrap;
    box-shadow: inset 0 4px 15px -4px rgba(0, 0, 0, 0.1);
  }
  header .nav-container .main-nav ul.level-1 li.highlight-page:first-child, header .nav-container .main-nav ul.level-1 li.highlight-page:nth-child(2) {
    box-shadow: inset 0 4px 15px -4px rgba(0, 0, 0, 0.1);
  }
  header .nav-container .main-nav ul.level-1 li.highlight-page {
    background: #f6f6f6;
    flex: 0 0 auto;
    width: 50%;
  }
  header .nav-container .main-nav ul.level-1 li.highlight-page > a {
    justify-content: center;
  }
  header .nav-container .main-nav ul.level-1 li.highlight-page:nth-child(odd):after {
    content: "";
    height: calc(100% - 12px);
    position: absolute;
    right: 0;
    border-right: 1px solid rgba(112, 114, 114, 0.5);
    top: 6px;
  }
  header .nav-container .main-nav ul.level-1 > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
  header .nav-container .main-nav ul.level-1 > li {
    padding-left: 12px;
    padding-right: 12px;
  }
  header .nav-container .main-nav ul.level-1 > li a {
    padding-left: 0;
    padding-right: 0;
  }
  header .nav-container .main-nav ul.level-1 > li:not(:last-child):not(.highlight-page) a {
    border-bottom: 1px solid rgba(112, 114, 114, 0.15);
  }
  header .main-nav .items nav .level-2 li a {
    font-size: 14px !important;
  }
  header.open .main-nav .logo img.mobile.on-open-only {
    width: 2.5rem;
    display: inline;
  }
  header:not(.open) .main-nav .logo img.mobile.on-open-only {
    display: none;
  }
  header.open .main-nav .logo img.mobile:not(.on-open-only) {
    display: none;
  }
  header .main-nav .logo img.mobile {
    display: inline;
  }
  header .main-nav .logo img.desktop {
    display: none;
  }
  header .nav-container .main-nav ul.level-1 > li a.parent.open {
    border-bottom: 1px solid var(--secondary);
  }
  header .items nav ul li a.parent i {
    padding: 2rem;
    margin: -2rem;
  }
}
/* Desktop Only */
@media (min-width: 992px) {
  header .main-nav .items nav .level-2 {
    box-shadow: 0px 4px 15px rgba(72, 54, 42, 0.25);
  }
  header .main-nav .items nav .level-2 li a {
    padding: 16px 10px !important;
  }
  header:not(.scrolled) .nav-container .main-nav ul.level-1 li a, header:not(.scrolled) .nav-container .main-nav .item-append {
    padding-top: 3px;
  }
  header .nav-container .main-nav ul.level-1 li.highlight-page {
    background: var(--nav-color);
  }
  header .nav-container .main-nav ul.level-1 li.highlight-page a {
    font-size: 1rem;
  }
  header .nav-container .main-nav .logo {
    width: calc(var(--nav-logo-width) + 20px + var(--nav-desktop-page-padding)) !important;
  }
  header .nav-container .main-nav .logo img.desktop {
    border-right: 1px solid rgba(112, 114, 114, 0.5);
    padding-right: calc(20px + var(--nav-desktop-page-padding));
  }
}
/* Stuff to Prevent Wrapping in Nav */
/* XXL Only */
/* XL Only */
/* LG Only */
@media (min-width: 992px) and (max-width: 1199px) {
  :root {
    --nav-logo-desktop-width: 7.8rem !important;
    --nav-font-size: 0.75rem;
  }
  header .main-nav .items nav {
    padding: 0px 5px !important;
  }
  header .nav-container .main-nav .logo img.desktop {
    padding-right: calc(5px + var(--nav-desktop-page-padding)) !important;
  }
  header a.btn {
    font-size: 0.85rem !important;
  }
  header .nav-container .main-nav ul.level-1 li.highlight-page a {
    font-size: 0.85rem !important;
  }
}
/* Mobile */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.phone-nav {
  margin-right: 0.8rem;
}
.bg-primary a.btn-primary.phone-btn {
  border-color: white;
  background: var(--primary);
  color: white;
}
.bg-primary a.btn-primary.phone-btn:hover {
  background-color: white;
  color: var(--primary);
}
.bg-primary a.btn-outline-primary.phone-btn {
  border-color: white;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.phone-nav {
  margin-right: 0.8rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle, .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:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle, .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:not(:disabled):not(.disabled).active, .btn-outline-tertiary:not(:disabled):not(.disabled):active, .show > .btn-outline-tertiary.dropdown-toggle, .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:not(:disabled):not(.disabled).active, .btn-outline-quaternary:not(:disabled):not(.disabled):active, .show > .btn-outline-quaternary.dropdown-toggle, .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:not(:disabled):not(.disabled).active, .btn-outline-quinary:not(:disabled):not(.disabled):active, .show > .btn-outline-quinary.dropdown-toggle, .btn-outline-quinary.focus, .btn-outline-quinary:focus {
  box-shadow: 0 0 0 0.2rem var(--quinary-rgba-translucent) !important;
}
.btn-outline-senary:hover, .btn-outline-senary:not(:disabled):not(.disabled).active, .btn-outline-senary:not(:disabled):not(.disabled):active, .show > .btn-outline-senary.dropdown-toggle, .btn-outline-senary.focus, .btn-outline-senary:focus {
  box-shadow: 0 0 0 0.2rem var(--senary-rgba-translucent) !important;
}
.btn-outline-septenary:hover, .btn-outline-septenary:not(:disabled):not(.disabled).active, .btn-outline-septenary:not(:disabled):not(.disabled):active, .show > .btn-outline-septenary.dropdown-toggle, .btn-outline-septenary.focus, .btn-outline-septenary:focus {
  box-shadow: 0 0 0 0.2rem var(--septenary-rgba-translucent) !important;
}
.btn-outline-octonary:hover, .btn-outline-octonary:not(:disabled):not(.disabled).active, .btn-outline-octonary:not(:disabled):not(.disabled):active, .show > .btn-outline-octonary.dropdown-toggle, .btn-outline-octonary.focus, .btn-outline-octonary:focus {
  box-shadow: 0 0 0 0.2rem var(--octonary-rgba-translucent) !important;
}
.btn-outline-light:hover, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle, .btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem var(--light-rgba-translucent) !important;
}
.btn-outline-gray:hover, .btn-outline-gray:not(:disabled):not(.disabled).active, .btn-outline-gray:not(:disabled):not(.disabled):active, .show > .btn-outline-gray.dropdown-toggle, .btn-outline-gray.focus, .btn-outline-gray:focus {
  box-shadow: 0 0 0 0.2rem var(--gray-rgba-translucent) !important;
}
.btn-outline-dark:hover, .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle, .btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem var(--dark-rgba-translucent) !important;
}
.btn-outline-dark-gray:hover, .btn-outline-dark-gray:not(:disabled):not(.disabled).active, .btn-outline-dark-gray:not(:disabled):not(.disabled):active, .show > .btn-outline-dark-gray.dropdown-toggle, .btn-outline-dark-gray.focus, .btn-outline-dark-gray:focus {
  box-shadow: 0 0 0 0.2rem var(--dark-gray-rgba-translucent) !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
header {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Footer General */
footer h6 {
  font-size: 20px;
  font-weight: 400;
  color: var(--quinary);
}
/* Footer Copyright Section */
footer .copyright-section {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
footer .copyright-section a {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
footer .copyright-section a:hover {
  color: white !important;
}
footer .footer-vert {
  font-size: 16px;
  margin: 2px;
  position: relative;
  top: 2px;
}
footer .copyright-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.15;
  z-index: 0;
}
/* Footer Nav */
footer .footer-nav {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
footer .footer-nav li {
  list-style-type: none;
  margin-bottom: 20px;
  break-inside: avoid-column;
}
footer .footer-nav a {
  color: var(--quinary) !important;
  text-transform: uppercase;
  font-size: 20px !important;
  line-height: 27px !important;
  font-weight: 400 !important;
}
footer .footer-nav a:hover {
  color: var(--secondary) !important;
}
footer .footer-nav li .footer-nav-children {
  margin-top: 13px;
}
footer .footer-nav li .footer-nav-children li {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
}
footer .footer-nav li .footer-nav-children li a {
  color: white !important;
  font-weight: 400;
  font-size: 16px !important;
  text-transform: initial;
}
/* Mobile Only */
@media (max-width: 992px) {
  footer h6 {
    font-size: 18px;
  }
  footer .footer-nav a {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  footer .footer-nav li .footer-nav-children li a {
    font-size: 14px !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Hide Labels */
form .form-group {
  padding-top: 1.25rem;
  position: relative;
}
form .form-group label {
  position: absolute;
  font-size: 12px;
  color: #5d5d5d;
  font-weight: 400;
  left: 10px;
  top: 26px;
  z-index: 1;
  transition: all 0.1s ease;
}
section[class*="bg-"]:not(.bg-transparent) form .form-group label, .modal-content[class*="bg-"] form .form-group label {
  color: rgba(255, 255, 255, 0.7);
}
form .form-group.pe-0 label {
  left: 16px;
}
form .form-group label:has(+ .form-control:focus), form .form-group:not(.inlay-select) label:has(+ .form-control:not(:placeholder-shown)), form .form-group.inlay-select label:has(+ select option[value]:not([value=""]):checked) {
  left: 2px;
  top: 2px;
}
form .form-group.pe-0 label:has(+ .form-control:focus), form .form-group.pe-0:not(.inlay-select) label:has(+ .form-control:not(:placeholder-shown)), form .form-group.pe-0.inlay-select label:has(+ select option[value]:not([value=""]):checked) {
  left: 8px;
}
/* General Form */
form .form-group {
  padding-left: 6px;
  padding-right: 6px;
}
form .form-group select {
  min-height: 46.3984px;
  appearance: auto !important;
}
form .form-group .form-control {
  border-radius: 0 !important;
  color: inherit;
  background-color: white;
  border: unset;
  font-size: 12px;
  line-height: 2.7;
  position: relative;
}
.input-borders .form-group .form-control {
  border: 1px solid #E9E9E9;
}
section[class*="bg-"]:not(.bg-transparent) form .form-group .form-control, .modal-content[class*="bg-"] form .form-group .form-control {
  background-color: rgba(0, 0, 0, 0.2);
}
.force-input-overlay form .form-group .form-control {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
.input-bg-cream form .form-group .form-control {
  background-color: var(--cream) !important;
}
form .form-group .form-control:focus {
  outline: none;
  box-shadow: none !important;
  border-color: var(--secondary) !important;
}
form .form-group .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px var(--primary-rgba-translucent) inset;
  -webkit-text-fill-color: #fff;
}
form .row {
  --bs-gutter-x: 0;
}
form .form-group textarea.form-control {
  min-height: 220px !important;
}
.textarea-short form .form-group textarea.form-control {
  min-height: 131px !important;
}
/* Mobile Only */
@media (max-width: 992px) {
  form .form-group textarea.form-control {
    min-height: 131px !important;
  }
}
footer form .form-group .form-control {
  background-color: #333 !important;
}
footer form button.btn {
  background-color: var(--primary);
  border-color: var(--primary);
}
footer form button.btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem var(--primary-rgba-translucent);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.empty-remove-br:empty + br {
  display: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.phone-link {
  color: inherit !important;
}
.phone-link:hover {
  color: var(--secondary) !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-top-bar {
  margin-top: 0px;
  transition: var(--transition);
  background: linear-gradient(90deg, #0071B9 0%, #6AA442 100%);
}
body.scrolled .wi-top-bar {
  margin-top: calc(var(--top-bar, 0px) * -1);
}
.wi-top-bar .headline {
  font-size: 22px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 600;
}
.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 Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// SECTION DIVIDERS /////////////////////////////////////////////////////////////////////////////////////////////// */
/* Diagonal */
/* -------- */
.divider-diagonal::before, .divider-diagonal::after {
  position: absolute;
  content: "";
  pointer-events: none;
}
.divider-diagonal {
  z-index: 0;
  padding-top: 6em;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 160px;
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: clip;
}
.divider-diagonal::before, .divider-diagonal::after {
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Vertical Mirror */
.divider-diagonal.vertical-mirror::before, .divider-diagonal.vertical-mirror::after {
  top: 0;
  transform: rotate(-2deg);
}
/* Vertical Mirror with Shadow */
.divider-diagonal.diagonal-shadow.vertical-mirror::before {
  transform: rotate(-2deg);
  transform-origin: 0% 0;
}
/* Mirror */
.divider-diagonal.diagonal-mirror::before, .divider-diagonal.diagonal-mirror::after {
  top: -80px;
  left: -5%;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
/* Add Shadow */
.divider-diagonal.diagonal-shadow::before {
  height: 50%;
  background: rgba(46, 51, 57, 0.5);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
}
.divider-diagonal.diagonal-mirror.diagonal-shadow::before {
  top: -100px;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}
/* shadow colors */
.divider-diagonal.diagonal-shadow.shadow-primary:not(.solid)::before {
  background: var(--primary-rgba-translucent);
}
.divider-diagonal.diagonal-shadow.shadow-primary.solid::before {
  background: var(--primary);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-primary:not(.solid)::after {
  background: var(--primary-rgba-translucent);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-primary.solid::after {
  background: var(--primary);
}
.divider-diagonal.diagonal-shadow.shadow-secondary:not(.solid)::before {
  background: var(--secondary-rgba-translucent);
}
.divider-diagonal.diagonal-shadow.shadow-secondary.solid::before {
  background: var(--secondary);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-secondary:not(.solid)::after {
  background: var(--secondary-rgba-translucent);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-secondary.solid::after {
  background: var(--secondary);
}
.divider-diagonal.diagonal-shadow.shadow-tertiary:not(.solid)::before {
  background: var(--tertiary-rgba-translucent);
}
.divider-diagonal.diagonal-shadow.shadow-tertiary.solid::before {
  background: var(--tertiary);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-tertiary:not(.solid)::after {
  background: var(--tertiary-rgba-translucent);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-tertiary.solid::after {
  background: var(--tertiary);
}
.divider-diagonal.diagonal-shadow.shadow-quaternary:not(.solid)::before {
  background: var(--quaternary-rgba-translucent);
}
.divider-diagonal.diagonal-shadow.shadow-quaternary.solid::before {
  background: var(--quaternary);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-quaternary:not(.solid)::after {
  background: var(--quaternary-rgba-translucent);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-quaternary.solid::after {
  background: var(--quaternary);
}
.divider-diagonal.diagonal-shadow.shadow-quinary:not(.solid)::before {
  background: var(--quinary-rgba-translucent);
}
.divider-diagonal.diagonal-shadow.shadow-quinary.solid::before {
  background: var(--quinary);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-quinary:not(.solid)::after {
  background: var(--quinary-rgba-translucent);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-quinary.solid::after {
  background: var(--quinary);
}
.divider-diagonal.diagonal-shadow.shadow-senary:not(.solid)::before {
  background: var(--senary-rgba-translucent);
}
.divider-diagonal.diagonal-shadow.shadow-senary.solid::before {
  background: var(--senary);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-senary:not(.solid)::after {
  background: var(--senary-rgba-translucent);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-senary.solid::after {
  background: var(--senary);
}
.divider-diagonal.diagonal-shadow.shadow-septenary:not(.solid)::before {
  background: var(--septenary-rgba-translucent);
}
.divider-diagonal.diagonal-shadow.shadow-septenary.solid::before {
  background: var(--septenary);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-septenary:not(.solid)::after {
  background: var(--septenary-rgba-translucent);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-septenary.solid::after {
  background: var(--septenary);
}
.divider-diagonal.diagonal-shadow.shadow-octonary:not(.solid)::before {
  background: var(--octonary-rgba-translucent);
}
.divider-diagonal.diagonal-shadow.shadow-octonary.solid::before {
  background: var(--octonary);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-octonary:not(.solid)::after {
  background: var(--octonary-rgba-translucent);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-octonary.solid::after {
  background: var(--octonary);
}
.divider-diagonal.diagonal-shadow.shadow-light:not(.solid)::before {
  background: var(--light-rgba-translucent);
}
.divider-diagonal.diagonal-shadow.shadow-light.solid::before {
  background: var(--light);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-light:not(.solid)::after {
  background: var(--light-rgba-translucent);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-light.solid::after {
  background: var(--light);
}
.divider-diagonal.diagonal-shadow.shadow-gray:not(.solid)::before {
  background: var(--gray-rgba-translucent);
}
.divider-diagonal.diagonal-shadow.shadow-gray.solid::before {
  background: var(--gray);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-gray:not(.solid)::after {
  background: var(--gray-rgba-translucent);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-gray.solid::after {
  background: var(--gray);
}
.divider-diagonal.diagonal-shadow.shadow-dark:not(.solid)::before {
  background: var(--dark-rgba-translucent);
}
.divider-diagonal.diagonal-shadow.shadow-dark.solid::before {
  background: var(--dark);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-dark:not(.solid)::after {
  background: var(--dark-rgba-translucent);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-dark.solid::after {
  background: var(--dark);
}
.divider-diagonal.diagonal-shadow.shadow-dark-gray:not(.solid)::before {
  background: var(--dark-gray-rgba-translucent);
}
.divider-diagonal.diagonal-shadow.shadow-dark-gray.solid::before {
  background: var(--dark-gray);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-dark-gray:not(.solid)::after {
  background: var(--dark-gray-rgba-translucent);
}
.divider-diagonal.vertical-mirror.diagonal-shadow.shadow-dark-gray.solid::after {
  background: var(--dark-gray);
}
.divider-diagonal.diagonal-shadow.shadow-primary-secondary.solid::before {
  background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
}
@media (min-width: 1200px) {
  section:has(+ .divider-diagonal) {
    padding-bottom: 150px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.fake-clickable-form:hover {
  cursor: pointer;
}
.fake-clickable-form .form-group {
  padding-top: 0.75rem;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
}
.fake-clickable-form .form-group .form-control {
  border-radius: 0 !important;
  background-color: #fff;
  border: unset;
  font-size: 12px;
  line-height: 2.7;
}
.fake-clickable-form .form-group .form-control:hover {
  cursor: pointer !important;
}
.fake-clickable-form .form-group label {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  left: 14px;
  top: 18px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
section:not([class*="bg-"]):not(.lr-sect):not(.divider-diagonal):not(.bg-transparent) + section:not([class*="bg-"]):not(.lr-sect):not(.bg-transparent) {
  padding-top: 0px;
}
section.divider-diagonal + section {
  padding-top: 40px;
}
@media (min-width: 992px) {
  section.divider-diagonal + section {
    padding-top: 0;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.horizontal-scroll {
  --horizontal-scroll-offset: 0px;
}
/* Overlay on sides */
.horizontal-scroll .scroll-overlay:before, .horizontal-scroll .scroll-overlay:after {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  z-index: 2;
  top: 0px;
  bottom: 0px;
  background: #fff;
  opacity: 0.8;
}
.horizontal-scroll .scroll-overlay:before {
  left: 0px;
}
.horizontal-scroll .scroll-overlay:after {
  right: 0px;
}
@media (min-width: 992px) {
  .horizontal-scroll .scroll-overlay:before, .horizontal-scroll .scroll-overlay:after {
    width: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
  }
}
/* Overflow */
.horizontal-scroll .overflow {
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 0) {
  .horizontal-scroll .overflow {
    padding-left: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
    padding-right: calc((100vw - var(--container-w)) / 2 + var(--horizontal-scroll-offset));
  }
}
.horizontal-scroll .overflow:hover {
  cursor: default;
}
/* Scroll bar */
.horizontal-scroll .overflow:not(.hide-scrollbar)::-webkit-scrollbar {
  display: block;
  height: 4px;
  transition: transform 0.3s ease;
}
.horizontal-scroll .overflow:not(.hide-scrollbar)::-webkit-scrollbar-thumb {
  background-color: #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-senary::-webkit-scrollbar-thumb {
  background-color: var(--senary);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-senary::-webkit-scrollbar-track-piece {
  background-color: var(--senary-rgba-translucent);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-septenary::-webkit-scrollbar-thumb {
  background-color: var(--septenary);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-septenary::-webkit-scrollbar-track-piece {
  background-color: var(--septenary-rgba-translucent);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-octonary::-webkit-scrollbar-thumb {
  background-color: var(--octonary);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-octonary::-webkit-scrollbar-track-piece {
  background-color: var(--octonary-rgba-translucent);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-thumb {
  background-color: var(--light);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-track-piece {
  background-color: var(--light-rgba-translucent);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-gray::-webkit-scrollbar-thumb {
  background-color: var(--gray);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-gray::-webkit-scrollbar-track-piece {
  background-color: var(--gray-rgba-translucent);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-dark::-webkit-scrollbar-thumb {
  background-color: var(--dark);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-dark::-webkit-scrollbar-track-piece {
  background-color: var(--dark-rgba-translucent);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-dark-gray::-webkit-scrollbar-thumb {
  background-color: var(--dark-gray);
}
.horizontal-scroll .overflow:not(.hide-scrollbar).scrollbar-dark-gray::-webkit-scrollbar-track-piece {
  background-color: var(--dark-gray-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%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
  .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-senary::-webkit-scrollbar-thumb {
    background-color: var(--senary);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-senary::-webkit-scrollbar-track-piece {
    background-color: var(--senary-rgba-translucent);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-septenary::-webkit-scrollbar-thumb {
    background-color: var(--septenary);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-septenary::-webkit-scrollbar-track-piece {
    background-color: var(--septenary-rgba-translucent);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-octonary::-webkit-scrollbar-thumb {
    background-color: var(--octonary);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-octonary::-webkit-scrollbar-track-piece {
    background-color: var(--octonary-rgba-translucent);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-thumb {
    background-color: var(--light);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-light::-webkit-scrollbar-track-piece {
    background-color: var(--light-rgba-translucent);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-gray::-webkit-scrollbar-thumb {
    background-color: var(--gray);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-gray::-webkit-scrollbar-track-piece {
    background-color: var(--gray-rgba-translucent);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-dark::-webkit-scrollbar-thumb {
    background-color: var(--dark);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-dark::-webkit-scrollbar-track-piece {
    background-color: var(--dark-rgba-translucent);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-dark-gray::-webkit-scrollbar-thumb {
    background-color: var(--dark-gray);
  }
  .horizontal-scroll-mobile .overflow:not(.hide-scrollbar).scrollbar-dark-gray::-webkit-scrollbar-track-piece {
    background-color: var(--dark-gray-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: 20px;
  }
  .horizontal-scroll-mobile .overflow::-webkit-scrollbar-track-piece:end {
    margin-right: 20px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.box {
  border-radius: var(--border-radius);
  border: 1px solid black;
}
.box-primary {
  border-color: var(--primary) !important;
}
.box-secondary {
  border-color: var(--secondary) !important;
}
.box-tertiary {
  border-color: var(--tertiary) !important;
}
.box-quaternary {
  border-color: var(--quaternary) !important;
}
.box-quinary {
  border-color: var(--quinary) !important;
}
.box-senary {
  border-color: var(--senary) !important;
}
.box-septenary {
  border-color: var(--septenary) !important;
}
.box-octonary {
  border-color: var(--octonary) !important;
}
.box-light {
  border-color: var(--light) !important;
}
.box-gray {
  border-color: var(--gray) !important;
}
.box-dark {
  border-color: var(--dark) !important;
}
.box-dark-gray {
  border-color: var(--dark-gray) !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
  --border-radius: 0px !important;
  --cream: #f6f6f6;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.subnav-overlay-boxes-1 {
  color: #fff;
}
.subnav-overlay-boxes-1 a {
  display: block;
  color: inherit !important;
}
.subnav-overlay-boxes-1 .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 428px;
}
@media (min-width: 992px) {
  .subnav-overlay-boxes-1 .item {
    height: 396px;
    justify-content: flex-end;
  }
}
.subnav-overlay-boxes-1 .item .img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.subnav-overlay-boxes-1 .item .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease all;
}
.subnav-overlay-boxes-1 a:hover .item .overlay {
  background-color: rgba(0, 0, 0, 0.75);
}
.subnav-overlay-boxes-1 .item .title {
  z-index: 1;
  font-weight: 300;
  font-size: 42px;
  line-height: 48px;
  transition: 0.3s ease all;
}
.subnav-overlay-boxes-1 a:hover .item .title {
  color: var(--secondary);
}
.subnav-overlay-boxes-1 .item .title i {
  color: var(--secondary);
  font-size: 26px;
  margin-bottom: 11px;
}
.subnav-overlay-boxes-1 .item .description {
  z-index: 1;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-subnav-image-2 a.wi-wrapper {
  display: block;
  color: #5d5d5d;
}
.wi-subnav-image-2 a.wi-wrapper .wi-image {
  background-size: 105%;
  position: relative;
  display: block;
  width: 82%;
  padding-top: 80%;
  margin: auto;
  border: 4px solid rgba(255, 255, 255, 0);
  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;
  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-2 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-2 a.wi-wrapper:hover .wi-image .em-tag {
  opacity: 1;
}
.wi-subnav-image-2 a.wi-wrapper .wi-image div.wi-underlay {
  position: absolute;
  z-index: 1;
  left: -120%;
  top: -120%;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  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-2 a.wi-wrapper:hover .wi-image div.wi-underlay {
  left: 0%;
  top: 0%;
}
.wi-subnav-image-2 .color-primary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgba(var(--primary-rgb-format) / 0.5);
}
.wi-subnav-image-2 .color-secondary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgb(var(--secondary-rgb-format) / 0.5);
}
.wi-subnav-image-2 .color-tertiary a.wi-wrapper .wi-image div.wi-underlay {
  background-color: rgb(var(--tertiary-rgb-format) / 0.5);
}
.wi-subnav-image-2 a.wi-wrapper .wi-image div.wi-underlay {
  font-size: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
.wi-subnav-image-2 a.wi-wrapper .wi-image div.wi-underlay i {
  font-size: 16px;
  line-height: 32px;
}
.wi-subnav-image-2 a.wi-wrapper:hover .wi-image {
  border-color: #72AA17;
}
.wi-subnav-image-2 .color-primary a.wi-wrapper:hover .wi-image {
  border-color: var(--primary);
}
.wi-subnav-image-2 .color-secondary a.wi-wrapper:hover .wi-image {
  border-color: var(--secondary);
}
.wi-subnav-image-2 .color-tertiary a.wi-wrapper:hover .wi-image {
  border-color: var(--tertiary);
}
.wi-subnav-image-2 a.wi-wrapper:hover .name {
  color: var(--secondary);
}
.wi-subnav-image-2 .go-btn {
  position: absolute;
  left: 0px;
  bottom: 30%;
}
/* Image and Underlay Mobile */
@media (max-width: 992px) {
  .wi-subnav-image-2 a.wi-wrapper .wi-image {
    border-radius: 0;
    width: 100%;
    padding-top: 65%;
  }
  .wi-subnav-image-2 a.wi-wrapper .wi-image div.wi-underlay {
    border-radius: 0;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
body {
  color: #5d5d5d !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-img-container {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 250px;
}
img.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.add-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.lr-sect {
  display: flex;
  flex-direction: column;
}
.lr-sect > div {
  width: 100%;
  display: flex;
  position: relative;
  min-height: 250px;
}
.lr-sect > div.left, .lr-sect > div.right {
  justify-content: center;
}
.lr-sect div.lr-overlay {
  background-color: #00000085;
  width: 100%;
}
.lr-sect div.lr-container {
  width: var(--container-w-xs);
  padding: 75px 15px;
}
@media (min-width: 576px) {
  .lr-sect div.lr-container {
    width: var(--container-w-sm);
  }
}
@media (min-width: 768px) {
  .lr-sect div.lr-container {
    width: var(--container-w-md);
  }
}
@media (min-width: 992px) {
  .lr-sect {
    flex-direction: row;
  }
  .lr-sect > div {
    width: 50%;
    padding: 0px;
  }
  .lr-sect > div.w-55 {
    width: 55%;
  }
  .lr-sect > div.w-45 {
    width: 45%;
  }
  .lr-sect div.lr-container {
    width: var(--container-w-lg);
    padding: 75px 15px;
  }
  section .lr-sect div.lr-container {
    width: var(--container-w-lg) / 2;
  }
  .lr-sect > div.left {
    justify-content: flex-end;
  }
  .lr-sect > div.right {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .lr-sect div.lr-container {
    width: var(--container-w-xl);
  }
  section .lr-sect div.lr-container {
    width: var(--container-w-xl) / 2;
  }
}
/* Top Section */
main .lr-sect:first-of-type {
  padding-top: 0;
}
main .lr-sect:first-of-type .right .lr-container {
  padding-top: 0px;
}
main .lr-sect:first-of-type .lr-container {
  padding-top: calc(var(--nav-mobile-height) + var(--top-bar, 0px) + calc(var(--unit) * 4.6875));
}
@media (min-width: 992px) {
  main .lr-sect:first-of-type .lr-container, main .lr-sect:first-of-type .right .lr-container {
    padding-top: calc(var(--nav-desktop-height) + var(--nav-tert-height) + var(--top-bar, 0px) + calc(var(--unit) * 4.6875));
  }
}
/* Other options */
/* Contain to align with other containers on page */
@media (min-width: 992px) {
  .lr-sect .left.contain {
    padding-left: calc((100vw - var(--container-w)) / 2);
  }
  .lr-sect .left.contain .lr-container {
    padding-left: 0px;
  }
  .lr-sect .right.contain {
    padding-right: calc((100vw - var(--container-w)) / 2);
  }
  .lr-sect .right.contain .lr-container {
    padding-right: 0px;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.confidence-warranty-tic-tac .item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  height: 100%;
  text-align: center;
}
.confidence-warranty-tic-tac .item img {
  height: 60px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 0px;
}
.confidence-warranty-tic-tac .item .title {
  font-size: 14px;
}
.confidence-warranty-tic-tac .item .description {
  font-size: 10px;
}
@media (min-width: 992px) {
  .confidence-warranty-tic-tac .item {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2.75rem;
    padding-top: 1rem;
  }
  .confidence-warranty-tic-tac .item img {
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .confidence-warranty-tic-tac .item .title {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }
  .confidence-warranty-tic-tac .item .description {
    font-size: 14px;
    margin-bottom: 0;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 992px) {
  .wi-video-library-tiled-1 .col-12:nth-child(even) .row > [class*="col"]:first-child {
    order: 2;
  }
  .wi-video-library-tiled-1 .col-12:nth-child(even) .row > [class*="col"]:last-child {
    order: 1;
    padding-right: 0px;
  }
  .wi-video-library-tiled-1 .col-12:nth-child(odd) .row > [class*="col"]:last-child {
    padding-left: 0px;
  }
}
@media (max-width: 992px) {
  .wi-video-library-tiled-1 .col-12 .row > [class*="col"]:first-child {
    order: 2;
  }
  .wi-video-library-tiled-1 .col-12 .row > [class*="col"]:last-child {
    order: 1;
  }
}
.wi-video-library-tiled-1 .item .details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  height: 100%;
}
.wi-video-library-tiled-1 .item .details .description {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #5D5D5D;
}
/* Mobile Details */
@media (max-width: 992px) {
  .wi-video-library-tiled-1 .item .details {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
  .wi-video-library-tiled-1 .item .details .title {
    font-size: 32px;
  }
  .wi-video-library-tiled-1 .item .details .description {
    font-size: 16px;
  }
}
.wi-video-library-tiled-1 .item .video {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 84%;
}
.wi-video-library-tiled-1 .item .video .poster {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.wi-video-library-tiled-1 .item .video .overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: background var(--transition);
}
.wi-video-library-tiled-1 .item .video:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.wi-video-library-tiled-1 .item .video .play-btn {
  font-size: 108px;
  line-height: 1;
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  color: #fff;
  z-index: 3;
  transition: color var(--transition);
}
.wi-video-library-tiled-1 .item .video:hover .play-btn {
  color: var(--secondary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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-senary {
  transition: box-shadow var(--transition);
}
.box-shadow-hover-senary:hover {
  box-shadow: 0 0 0 0.2rem var(--senary-rgba-translucent) !important;
}
.box-shadow-hover-septenary {
  transition: box-shadow var(--transition);
}
.box-shadow-hover-septenary:hover {
  box-shadow: 0 0 0 0.2rem var(--septenary-rgba-translucent) !important;
}
.box-shadow-hover-octonary {
  transition: box-shadow var(--transition);
}
.box-shadow-hover-octonary:hover {
  box-shadow: 0 0 0 0.2rem var(--octonary-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 Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.bg-cream {
  background: var(--cream);
}
.bg-image {
  background-position: center;
}
.bg-primary-secondary {
  background: linear-gradient(90deg, var(--primary) 0%, var(--secondary) 100%);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("/oak/themes/solar_energy_partners/css/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("/oak/themes/solar_energy_partners/css/fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/oak/themes/solar_energy_partners/css/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url("/oak/themes/solar_energy_partners/css/fonts/OpenSans/OpenSans-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/oak/themes/solar_energy_partners/css/fonts/OpenSans/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url("/oak/themes/solar_energy_partners/css/fonts/OpenSans/OpenSans-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("/oak/themes/solar_energy_partners/css/fonts/OpenSans/OpenSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url("/oak/themes/solar_energy_partners/css/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* BG Image */
section.bg-image:not(.bg-overlay) {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
main > section.bg-image:not(.bg-overlay):first-of-type {
  padding-top: calc(var(--nav-mobile-height) + var(--top-bar, 0px) + calc(var(--unit) * 4.6875) + 45px) !important;
}
section.bg-image.bg-overlay {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
section.bg-image.bg-overlay .overlay {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
main > section.bg-image.bg-overlay:first-of-type .overlay {
  padding-top: calc(var(--nav-mobile-height) + var(--top-bar, 0px) + calc(var(--unit) * 4.6875) + 45px) !important;
}
@media (min-width: 992px) {
  section.bg-image:not(.bg-overlay) {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  main > section.bg-image:not(.bg-overlay):first-of-type {
    padding-top: calc(var(--nav-desktop-height) + var(--nav-tert-height) + var(--top-bar, 0px) + calc(var(--unit) * 4.6875) + 85px) !important;
  }
  section.bg-image.bg-overlay {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  section.bg-image.bg-overlay .overlay {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  main > section.bg-image.bg-overlay:first-of-type .overlay {
    padding-top: calc(var(--nav-desktop-height) + var(--nav-tert-height) + var(--top-bar, 0px) + calc(var(--unit) * 4.6875) + 85px) !important;
  }
}
section.bg-transparent {
  background-color: transparent;
}
/* Overlay Override */
section.bg-overlay .overlay {
  background: rgba(0, 0, 0, 0.6) !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.steps {
  --step-title-fs: 27px;
}
.steps .step-number {
  font-size: calc(1rem * 4.5);
  font-weight: 800;
  line-height: 1;
}
.steps .step-title {
  font-size: var(--step-title-fs);
  font-weight: 700;
  line-height: 30px;
  margin-top: calc(var(--unit) * .5);
  margin-bottom: calc(var(--unit) * .75);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.pie-chart {
  --w: 300px;
  --border-thickness: 20px;
  width: var(--w);
  aspect-ratio: 1;
  margin: 5px;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pie-chart:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  z-index: 1;
  background: conic-gradient(var(--color) calc(var(--percent)*1%), var(--cream) 0);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--border-thickness)), #000 calc(100% - var(--border-thickness)));
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--border-thickness)), #000 calc(100% - var(--border-thickness)));
}
.pie-chart .text {
  z-index: 2;
  text-align: center;
  width: 60%;
  font-size: 20px;
}
.pie-chart .percent {
  z-index: 2;
  color: var(--color);
  font-size: 30px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.padding-top-header-offset {
  padding-top: calc(var(--nav-mobile-height) + var(--nav-tert-height) + var(--top-bar, 0px)) !important;
}
@media (min-width: 992px) {
  .padding-top-header-offset {
    padding-top: calc(var(--nav-desktop-height) + var(--nav-tert-height) + var(--top-bar, 0px) - 1rem;) !important;
  }
  .padding-top-header-offset-lg {
    padding-top: calc(var(--nav-desktop-height) + var(--nav-tert-height) + var(--top-bar, 0px)) !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.width-5 {
  width: calc(5 * 1%) !important;
}
.width-10 {
  width: calc(10 * 1%) !important;
}
.width-15 {
  width: calc(15 * 1%) !important;
}
.width-20 {
  width: calc(20 * 1%) !important;
}
.width-25 {
  width: calc(25 * 1%) !important;
}
.width-30 {
  width: calc(30 * 1%) !important;
}
.width-35 {
  width: calc(35 * 1%) !important;
}
.width-40 {
  width: calc(40 * 1%) !important;
}
.width-45 {
  width: calc(45 * 1%) !important;
}
.width-50 {
  width: calc(50 * 1%) !important;
}
.width-55 {
  width: calc(55 * 1%) !important;
}
.width-60 {
  width: calc(60 * 1%) !important;
}
.width-65 {
  width: calc(65 * 1%) !important;
}
.width-70 {
  width: calc(70 * 1%) !important;
}
.width-75 {
  width: calc(75 * 1%) !important;
}
.width-80 {
  width: calc(80 * 1%) !important;
}
.width-85 {
  width: calc(85 * 1%) !important;
}
.width-90 {
  width: calc(90 * 1%) !important;
}
.width-95 {
  width: calc(95 * 1%) !important;
}
.width-100 {
  width: calc(100 * 1%) !important;
}
@media (min-width: 576px) {
  .width-sm-5 {
    width: calc(5 * 1%) !important;
  }
  .width-sm-10 {
    width: calc(10 * 1%) !important;
  }
  .width-sm-15 {
    width: calc(15 * 1%) !important;
  }
  .width-sm-20 {
    width: calc(20 * 1%) !important;
  }
  .width-sm-25 {
    width: calc(25 * 1%) !important;
  }
  .width-sm-30 {
    width: calc(30 * 1%) !important;
  }
  .width-sm-35 {
    width: calc(35 * 1%) !important;
  }
  .width-sm-40 {
    width: calc(40 * 1%) !important;
  }
  .width-sm-45 {
    width: calc(45 * 1%) !important;
  }
  .width-sm-50 {
    width: calc(50 * 1%) !important;
  }
  .width-sm-55 {
    width: calc(55 * 1%) !important;
  }
  .width-sm-60 {
    width: calc(60 * 1%) !important;
  }
  .width-sm-65 {
    width: calc(65 * 1%) !important;
  }
  .width-sm-70 {
    width: calc(70 * 1%) !important;
  }
  .width-sm-75 {
    width: calc(75 * 1%) !important;
  }
  .width-sm-80 {
    width: calc(80 * 1%) !important;
  }
  .width-sm-85 {
    width: calc(85 * 1%) !important;
  }
  .width-sm-90 {
    width: calc(90 * 1%) !important;
  }
  .width-sm-95 {
    width: calc(95 * 1%) !important;
  }
  .width-sm-100 {
    width: calc(100 * 1%) !important;
  }
}
@media (min-width: 768px) {
  .width-md-5 {
    width: calc(5 * 1%) !important;
  }
  .width-md-10 {
    width: calc(10 * 1%) !important;
  }
  .width-md-15 {
    width: calc(15 * 1%) !important;
  }
  .width-md-20 {
    width: calc(20 * 1%) !important;
  }
  .width-md-25 {
    width: calc(25 * 1%) !important;
  }
  .width-md-30 {
    width: calc(30 * 1%) !important;
  }
  .width-md-35 {
    width: calc(35 * 1%) !important;
  }
  .width-md-40 {
    width: calc(40 * 1%) !important;
  }
  .width-md-45 {
    width: calc(45 * 1%) !important;
  }
  .width-md-50 {
    width: calc(50 * 1%) !important;
  }
  .width-md-55 {
    width: calc(55 * 1%) !important;
  }
  .width-md-60 {
    width: calc(60 * 1%) !important;
  }
  .width-md-65 {
    width: calc(65 * 1%) !important;
  }
  .width-md-70 {
    width: calc(70 * 1%) !important;
  }
  .width-md-75 {
    width: calc(75 * 1%) !important;
  }
  .width-md-80 {
    width: calc(80 * 1%) !important;
  }
  .width-md-85 {
    width: calc(85 * 1%) !important;
  }
  .width-md-90 {
    width: calc(90 * 1%) !important;
  }
  .width-md-95 {
    width: calc(95 * 1%) !important;
  }
  .width-md-100 {
    width: calc(100 * 1%) !important;
  }
}
@media (min-width: 992px) {
  .width-lg-5 {
    width: calc(5 * 1%) !important;
  }
  .width-lg-10 {
    width: calc(10 * 1%) !important;
  }
  .width-lg-15 {
    width: calc(15 * 1%) !important;
  }
  .width-lg-20 {
    width: calc(20 * 1%) !important;
  }
  .width-lg-25 {
    width: calc(25 * 1%) !important;
  }
  .width-lg-30 {
    width: calc(30 * 1%) !important;
  }
  .width-lg-35 {
    width: calc(35 * 1%) !important;
  }
  .width-lg-40 {
    width: calc(40 * 1%) !important;
  }
  .width-lg-45 {
    width: calc(45 * 1%) !important;
  }
  .width-lg-50 {
    width: calc(50 * 1%) !important;
  }
  .width-lg-55 {
    width: calc(55 * 1%) !important;
  }
  .width-lg-60 {
    width: calc(60 * 1%) !important;
  }
  .width-lg-65 {
    width: calc(65 * 1%) !important;
  }
  .width-lg-70 {
    width: calc(70 * 1%) !important;
  }
  .width-lg-75 {
    width: calc(75 * 1%) !important;
  }
  .width-lg-80 {
    width: calc(80 * 1%) !important;
  }
  .width-lg-85 {
    width: calc(85 * 1%) !important;
  }
  .width-lg-90 {
    width: calc(90 * 1%) !important;
  }
  .width-lg-95 {
    width: calc(95 * 1%) !important;
  }
  .width-lg-100 {
    width: calc(100 * 1%) !important;
  }
}
@media (min-width: 1200px) {
  .width-xl-5 {
    width: calc(5 * 1%) !important;
  }
  .width-xl-10 {
    width: calc(10 * 1%) !important;
  }
  .width-xl-15 {
    width: calc(15 * 1%) !important;
  }
  .width-xl-20 {
    width: calc(20 * 1%) !important;
  }
  .width-xl-25 {
    width: calc(25 * 1%) !important;
  }
  .width-xl-30 {
    width: calc(30 * 1%) !important;
  }
  .width-xl-35 {
    width: calc(35 * 1%) !important;
  }
  .width-xl-40 {
    width: calc(40 * 1%) !important;
  }
  .width-xl-45 {
    width: calc(45 * 1%) !important;
  }
  .width-xl-50 {
    width: calc(50 * 1%) !important;
  }
  .width-xl-55 {
    width: calc(55 * 1%) !important;
  }
  .width-xl-60 {
    width: calc(60 * 1%) !important;
  }
  .width-xl-65 {
    width: calc(65 * 1%) !important;
  }
  .width-xl-70 {
    width: calc(70 * 1%) !important;
  }
  .width-xl-75 {
    width: calc(75 * 1%) !important;
  }
  .width-xl-80 {
    width: calc(80 * 1%) !important;
  }
  .width-xl-85 {
    width: calc(85 * 1%) !important;
  }
  .width-xl-90 {
    width: calc(90 * 1%) !important;
  }
  .width-xl-95 {
    width: calc(95 * 1%) !important;
  }
  .width-xl-100 {
    width: calc(100 * 1%) !important;
  }
}
@media (min-width: 1400px) {
  .width-xxl-5 {
    width: calc(5 * 1%) !important;
  }
  .width-xxl-10 {
    width: calc(10 * 1%) !important;
  }
  .width-xxl-15 {
    width: calc(15 * 1%) !important;
  }
  .width-xxl-20 {
    width: calc(20 * 1%) !important;
  }
  .width-xxl-25 {
    width: calc(25 * 1%) !important;
  }
  .width-xxl-30 {
    width: calc(30 * 1%) !important;
  }
  .width-xxl-35 {
    width: calc(35 * 1%) !important;
  }
  .width-xxl-40 {
    width: calc(40 * 1%) !important;
  }
  .width-xxl-45 {
    width: calc(45 * 1%) !important;
  }
  .width-xxl-50 {
    width: calc(50 * 1%) !important;
  }
  .width-xxl-55 {
    width: calc(55 * 1%) !important;
  }
  .width-xxl-60 {
    width: calc(60 * 1%) !important;
  }
  .width-xxl-65 {
    width: calc(65 * 1%) !important;
  }
  .width-xxl-70 {
    width: calc(70 * 1%) !important;
  }
  .width-xxl-75 {
    width: calc(75 * 1%) !important;
  }
  .width-xxl-80 {
    width: calc(80 * 1%) !important;
  }
  .width-xxl-85 {
    width: calc(85 * 1%) !important;
  }
  .width-xxl-90 {
    width: calc(90 * 1%) !important;
  }
  .width-xxl-95 {
    width: calc(95 * 1%) !important;
  }
  .width-xxl-100 {
    width: calc(100 * 1%) !important;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.overlap-left {
  --w: 115%;
  width: var(--w);
  position: relative;
  left: calc(100% - var(--w));
}
.overlap-right {
  --w: 115%;
  width: var(--w);
  position: relative;
  right: calc(100% - var(--w));
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Variables */
.custom-table {
  --ct-row-bg: rgb(var(--primary-rgb-format) / 0.1);
  --ct-header-bg: var(--primary);
  --ct-border-color: var(--primary);
  --ct-header-height-desktop: 60px;
  --ct-row-height-desktop: 55px;
}
/* Displays For Desktop vs mobile */
.custom-table:not(.custom-table-mobile) {
  display: none;
}
.custom-table.custom-table-mobile {
  display: flex;
}
@media (min-width: 992px) {
  .custom-table:not(.custom-table-mobile) {
    display: flex;
  }
  .custom-table.custom-table-mobile {
    display: none;
  }
}
.custom-table {
  background: #fff;
  border: 1px solid var(--ct-border-color);
}
.custom-table .custom-table-column {
  padding-left: 0;
  padding-right: 0;
}
.custom-table .custom-table-column > * {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: var(--ct-row-height-desktop);
}
.custom-table .custom-table-column > *.row {
  flex-direction: row;
  align-items: center;
}
.custom-table .custom-table-column > *:first-child {
  font-weight: 600;
  height: var(--ct-header-height-desktop);
}
.custom-table .custom-table-column:not(.custom-table-footer) > *:first-child {
  background-color: var(--ct-header-bg);
}
.custom-table .custom-table-column:not(.custom-table-footer) > *:nth-child(odd):not(:first-child) {
  background-color: var(--ct-row-bg);
}
.custom-table .custom-table-column i {
  font-size: 30px;
}
@media (max-width: 992px) {
  .custom-table .custom-table-column > * {
    min-height: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: unset;
  }
  .custom-table .custom-table-column > *:first-child {
    min-height: 60px;
    height: unset;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.text-danger {
  color: #F26829;
}
.text-success {
  color: #6AA442;
}
b, strong {
  font-weight: 600 !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-video-gallery-1 .item {
  display: flex;
  flex-direction: column;
}
.wi-video-gallery-1 .item .video {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 61%;
}
.wi-video-gallery-1 .item .video .poster {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
.wi-video-gallery-1 .item .video .overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: background var(--transition);
}
.wi-video-gallery-1 .item .video:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.wi-video-gallery-1 .item .video .play-btn {
  font-size: 108px;
  line-height: 1;
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  color: #fff;
  z-index: 3;
  transition: color var(--transition);
}
.wi-video-gallery-1 .item .video .play-btn.play-btn-sm {
  font-size: 72px;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
}
.wi-video-gallery-1 .item .video:hover .play-btn {
  color: var(--secondary);
}
/* Mobile */
@media (max-width: 992px) {
  .wi-video-gallery-1 .item .video {
    padding-top: 60%;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-video-testimonials-slider-1 .item {
  display: flex;
  flex-direction: column;
}
.wi-video-testimonials-slider-1 .item .video {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 61%;
}
.wi-video-testimonials-slider-1 .item .video .poster {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  top: 0;
  left: 0;
  z-index: 1;
}
.wi-video-testimonials-slider-1 .item .video .overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: background var(--transition);
}
.wi-video-testimonials-slider-1 .item .video:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.wi-video-testimonials-slider-1 .item .video .play-btn {
  font-size: 108px;
  line-height: 1;
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  color: #fff;
  z-index: 3;
  transition: color var(--transition);
}
.wi-video-testimonials-slider-1 .item .video .play-btn.play-btn-sm {
  font-size: 72px;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
}
.wi-video-testimonials-slider-1 .item .video:hover .play-btn {
  color: var(--secondary);
}
.wi-video-testimonials-slider-1 .item .testimony {
  display: flex;
}
.wi-video-testimonials-slider-1 .item .testimony .quote {
  font-size: 26px;
  padding-right: 5px;
}
.wi-video-testimonials-slider-1 .item .testimony p {
  margin-top: 6px;
}
/* Mobile */
@media (max-width: 992px) {
  .wi-video-testimonials-slider-1 .item .video {
    padding-top: 69%;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-map-full-2 input.form-control {
  background-color: var(--primary);
  border: 1px solid #fff;
  color: #fff;
  z-index: 0;
  padding-right: 34px;
  border-radius: 0;
}
.wi-map-full-2 form input.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px var(--primary) inset !important;
}
.wi-map-full-2 input.form-control:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}
.wi-map-full-2 button.search-btn {
  position: absolute;
  top: 1px;
  right: 12px;
  z-index: 1;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  padding: 5px;
}
.wi-map-full-2 button.search-btn:hover {
  color: white;
}
.wi-map-full-2 button.search-btn:focus {
  outline: 0;
}
.wi-map-full-2 input.form-control::-webkit-input-placeholder {
  color: white;
}
.wi-map-full-2 input.form-control:-moz-placeholder {
  color: white;
}
.wi-map-full-2 input.form-control::-moz-placeholder {
  color: white;
}
.wi-map-full-2 input.form-control:-ms-input-placeholder {
  color: white;
}
.wi-map-full-2 input.form-control::-ms-input-placeholder {
  color: white;
}
.wi-map-full-2 input.form-control::placeholder {
  color: white;
}
.wi-map-full-2 .wi-counter {
  border: 2px solid var(--secondary);
  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: 10px;
  right: 20px;
  z-index: 5000;
}
.wi-map-full-2 .location-box {
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-color: #fff;
  background: #fff;
}
.wi-map-full-2 .location-box.selected {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-color: #e8e6e2;
}
.wi-map-full-2 .location-box.selected h5 {
  /* color: #9c0d11; */
}
.wi-map-full-2 .loading-overlay {
  position: absolute;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wi-map-full-2 .loading-overlay i {
  font-size: 40px;
  line-height: 40px;
}
.wi-map-full-2 address {
  font-size: 16px;
}
.wi-map-full-2 .location-links a {
  font-size: 14px;
}
.wi-map-full-2 .location-boxes-scroll:after {
  position: absolute;
  width: calc(100% - var(--bs-gutter-x));
  height: 40px;
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) -40.13%, #F6F6F6 81.58%);
  content: "";
  bottom: 0;
  display: none;
}
.wi-map-full-2 .search-bar {
  top: 0;
  z-index: 1000;
  width: 100%;
}
.wi-map-full-2 .search-bar .col {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .wi-map-full-2 .search-bar .col {
    flex: 1 0 0%;
    width: unset;
  }
  .wi-map-full-2 .location-boxes-scroll:after {
    display: block;
  }
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-faqs-grouped-1 .accordion-item {
  border-radius: var(--border-radius);
  border: 0;
}
.wi-faqs-grouped-1 .accordion-item:not(:last-of-type) {
  margin-bottom: 22px;
}
.wi-faqs-grouped-1 .accordion-item .accordion-button {
  border-radius: var(--border-radius);
  color: var(--primary);
  background-color: var(--cream) !important;
  font-size: 20px;
  font-weight: 600;
}
.wi-faqs-grouped-1 .accordion-item .accordion-button::after {
  background-image: unset;
  height: unset;
  width: unset;
  content: "";
  color: var(--primary);
  font-size: 18px;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
}
.wi-faqs-grouped-1 .accordion-item .accordion-button:not(.collapsed) {
  color: var(--secondary);
}
.wi-faqs-grouped-1 .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: unset;
  height: unset;
  width: unset;
  content: "";
  color: var(--secondary);
  font-size: 18px;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
}
.wi-faqs-grouped-1 .accordion-item .accordion-collapse p:last-of-type {
  margin-bottom: 0;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-video-testimonials-tiled-1 .item {
  display: flex;
  flex-direction: column;
}
.wi-video-testimonials-tiled-1 .item .video {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 61%;
}
.wi-video-testimonials-tiled-1 .item .video .poster {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 20%;
  top: 0;
  left: 0;
  z-index: 1;
}
.wi-video-testimonials-tiled-1 .item .video .overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: background var(--transition);
}
.wi-video-testimonials-tiled-1 .item .video:hover .overlay {
  background: rgba(0, 0, 0, 0.5);
}
.wi-video-testimonials-tiled-1 .item .video .play-btn {
  font-size: 108px;
  line-height: 1;
  position: absolute;
  top: calc(50% - 54px);
  left: calc(50% - 54px);
  color: #fff;
  z-index: 3;
  transition: color var(--transition);
}
.wi-video-testimonials-tiled-1 .item .video:hover .play-btn {
  color: var(--secondary);
}
.wi-video-testimonials-tiled-1 .item .video .play-btn.play-btn-sm {
  font-size: 72px;
  top: calc(50% - 36px);
  left: calc(50% - 36px);
}
.wi-video-testimonials-tiled-1 .item .testimony {
  display: flex;
}
.wi-video-testimonials-tiled-1 .item .testimony .quote {
  font-size: 26px;
  padding-right: 5px;
}
.wi-video-testimonials-tiled-1 .item .testimony p {
  margin-top: 6px;
}
/* Mobile */
@media (max-width: 992px) {
  .wi-video-testimonials-tiled-1 .item .video {
    padding-top: 60%;
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.leaflet-popup-content-wrapper {
  border-radius: var(--border-radius) !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
ul.content-list {
  margin-bottom: 2rem;
}
ul.content-list li {
  margin-bottom: 1rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.grecaptcha-badge {
  display: none !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.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 Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#loom-companion-mv3 {
  display: none !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-solar-communities-map .leaflet-container {
  z-index: 5;
}
.wi-solar-communities-map .project-name {
  color: var(--primary);
  font-size: 1.75rem;
  font-weight: 300;
  margin-bottom: 0.37rem;
}
.wi-solar-communities-map .utility-provider {
  color: var(--secondary);
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.75rem;
}
.wi-solar-communities-map .leaflet-popup-content {
  width: 15.625rem !important;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-solar-cards {
  --bs-gutter-y: 1.5rem;
}
.wi-solar-cards .item {
  background: var(--cream);
  box-shadow: 0px 4px 15px rgba(72, 54, 42, 0.25);
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wi-solar-cards .item .img {
  position: relative;
}
.wi-solar-cards .item .img img {
  height: 15.625rem;
  width: 100%;
  object-fit: cover;
}
.wi-solar-cards .item .img .slots-available {
  background: var(--secondary);
  color: #fff;
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  padding: 0.5rem 1.31rem 0.5rem 1.5rem;
}
.wi-solar-cards .item .details {
  padding: 1.13rem 1.5rem 1.81rem 1.5rem;
}
.wi-solar-cards .item .details .name {
  font-size: 2rem;
  color: var(--primary);
  font-weight: 300;
  margin-bottom: 0.25rem;
}
.wi-solar-cards .item .details .utility {
  font-size: 1rem;
  color: var(--secondary);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.37rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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(--gray);
  border-radius: var(--border-radius);
}
.cl-reviews-slider-2 .review-box .name {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary);
}
.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%;
}
.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(--gray);
}
.cl-reviews-slider-2 .review-box .expand-review:hover {
  cursor: pointer;
  color: var(--secondary);
}
.cl-reviews-slider-2 .review-box .review-star {
  color: var(--septenary);
}
/* 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 Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.cl-reviews-full-3 .col-12.needs-expanding:not(.expanded) {
  max-height: 900px;
  overflow: hidden;
  transition: max-height var(--transition);
}
.cl-reviews-full-3 .col-12.needs-expanding.expanded {
  max-height: 100000px;
}
.cl-reviews-full-3 .col-12.needs-expanding:not(.expanded):before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 322px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.cl-reviews-full-3 .col-12:not(.needs-expanding) .expand-btn {
  display: none;
}
.cl-reviews-full-3 .col-12.needs-expanding .expand-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 2;
}
.cl-reviews-full-3 .col-12.needs-expanding.expanded .expand-btn {
  display: none;
}
.cl-reviews-full-3 .reviews-list {
  column-count: 1;
  column-gap: var(--bs-gutter-x);
  position: relative;
}
@media (min-width: 768px) {
  .cl-reviews-full-3 .reviews-list {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .cl-reviews-full-3 .reviews-list {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .cl-reviews-full-3 .reviews-list {
    column-count: 4;
  }
}
.cl-reviews-full-3 .review-box {
  break-inside: avoid-column;
  position: relative;
  padding: 18px 24px;
  background: var(--gray);
  border-radius: var(--border-radius);
  margin-bottom: var(--bs-gutter-x);
  overflow: clip;
  overflow-clip-margin: content-box;
}
.cl-reviews-full-3 .review-box .name {
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  color: var(--primary);
}
.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%;
}
.cl-reviews-full-3 .review-box .review-star {
  color: var(--septenary);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Mobile */
@media (max-width: 992px) {
  .see-more-mobile-wrapper {
    margin-bottom: 32px;
  }
  .see-more-mobile-wrapper:not(.open) {
    border-bottom: 0 !important;
  }
  .see-more-mobile-wrapper .see-more-text, .see-more-mobile-wrapper .see-more-text-open {
    font-size: 16px !important;
    font-weight: 300 !important;
    letter-spacing: 0.01em !important;
    line-height: inherit !important;
    text-transform: none !important;
  }
  .see-more-mobile-wrapper .see-more-text i, .see-more-mobile-wrapper .see-more-text-open i {
    font-size: 14px !important;
    font-weight: 400 !important;
  }
  .bg-primary .see-more-mobile-wrapper:not(.open):before {
    background: linear-gradient(177.38deg, rgba(255, 255, 255, 0) 2.19%, var(--primary) 66.36%);
  }
  .bg-secondary .see-more-mobile-wrapper:not(.open):before {
    background: linear-gradient(177.38deg, rgba(255, 255, 255, 0) 2.19%, var(--secondary) 66.36%);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
:root {
  --dark: #000000;
}
@charset "UTF-8";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-faqs-accordion-1 .accordion-item {
  border-radius: var(--border-radius);
  border: 0;
}
.wi-faqs-accordion-1 .accordion-item:not(:last-of-type) {
  margin-bottom: 22px;
}
.wi-faqs-accordion-1 .accordion-item .accordion-button {
  border-radius: var(--border-radius);
  color: var(--primary);
  background-color: var(--cream) !important;
  font-size: 20px;
  font-weight: 600;
}
.wi-faqs-accordion-1 .accordion-item .accordion-body {
  background: var(--cream);
}
.wi-faqs-accordion-1 .accordion-item .accordion-button::after {
  background-image: unset;
  height: unset;
  width: unset;
  content: "";
  color: var(--primary);
  font-size: 18px;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
}
.wi-faqs-accordion-1 .accordion-item .accordion-button:not(.collapsed) {
  color: var(--primary);
  box-shadow: unset;
}
.wi-faqs-accordion-1 .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: unset;
  height: unset;
  width: unset;
  content: "";
  color: var(--primary);
  font-size: 18px;
  font-weight: 300;
  font-family: "Font Awesome 6 Pro";
}
.wi-faqs-accordion-1 .accordion-item .accordion-collapse p:last-of-type {
  margin-bottom: 0;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
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 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.overlay-dark {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-featured-header-badges-desktop {
  position: absolute;
  bottom: 65px;
  left: 32px;
}
@media (max-width: 991px) {
  .wi-featured-header-badges-desktop {
    display: none;
  }
}
.wi-featured-header-badges-desktop .header-badge {
  height: 70px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-featured-header-badges-mobile {
  background: var(--dark);
  padding: 1.125rem 0.9375rem;
}
@media (min-width: 991px) {
  .wi-featured-header-badges-mobile {
    display: none;
  }
}
.wi-featured-header-badges-mobile .row {
  justify-content: center;
  align-items: center;
  --bs-gutter-y: 1.5rem;
}
.wi-featured-header-badges-mobile .row .header-badge {
  height: 65px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// 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(--secondary);
  --tooltip-text-color: #5d5d5d;
  --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(--tooltip-text-color);
  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);
}
.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);
}
.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);
}
div.modal .modal-content.bg-primary .modal-body .tooltip-wrapper i {
  color: #fff !important;
}
@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 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-hero-primary-pillar {
  position: relative;
  --section-unit: 6rem;
  background: var(--bg-color);
}
@media (max-width: 991px) {
  .wi-hero-primary-pillar {
    --section-unit: 3.125rem;
  }
}
.wi-hero-primary-pillar.bg-color-primary {
  --bg-color: var(--primary) !important;
}
.wi-hero-primary-pillar.bg-color-secondary {
  --bg-color: var(--secondary) !important;
}
.wi-hero-primary-pillar.bg-color-tertiary {
  --bg-color: var(--tertiary) !important;
}
.wi-hero-primary-pillar.bg-color-quaternary {
  --bg-color: var(--quaternary) !important;
}
.wi-hero-primary-pillar.bg-color-quinary {
  --bg-color: var(--quinary) !important;
}
.wi-hero-primary-pillar.bg-color-senary {
  --bg-color: var(--senary) !important;
}
.wi-hero-primary-pillar.bg-color-septenary {
  --bg-color: var(--septenary) !important;
}
.wi-hero-primary-pillar.bg-color-octonary {
  --bg-color: var(--octonary) !important;
}
.wi-hero-primary-pillar.bg-color-light {
  --bg-color: var(--light) !important;
}
.wi-hero-primary-pillar.bg-color-gray {
  --bg-color: var(--gray) !important;
}
.wi-hero-primary-pillar.bg-color-dark {
  --bg-color: var(--dark) !important;
}
.wi-hero-primary-pillar.bg-color-dark-gray {
  --bg-color: var(--dark-gray) !important;
}
.wi-hero-primary-pillar .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
.wi-hero-primary-pillar .img img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .wi-hero-primary-pillar .img {
    position: relative;
    width: 100%;
    top: calc(-1 * var(--section-unit));
    right: unset;
    left: 0;
    height: 19.375rem;
  }
}
.wi-hero-primary-pillar.tile-right-1 .img {
  right: unset;
  left: 0;
}
.wi-hero-primary-pillar.tile-right-1 > .container > .row {
  justify-content: flex-end;
}
.wi-hero-primary-pillar .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .wi-hero-primary-pillar .container .tile-col {
    width: var(--tile-width);
  }
}
.wi-hero-primary-pillar .container .tile {
  --well-desktop-padding: 2.5rem;
}
.wi-hero-primary-pillar .container .tile .breadcrumb-wrapper {
  margin-bottom: 0.375rem;
}
.wi-hero-primary-pillar .container .tile .heading {
  margin-bottom: 1.25rem;
}
.wi-hero-primary-pillar .container .tile .details {
  font-weight: 300;
  margin-bottom: 1.875rem;
}
@media (max-width: 991px) {
  .wi-hero-primary-pillar .container .tile {
    --bump-up: calc(var(--section-unit) + 3.125rem);
    top: calc(-1* var(--bump-up));
    margin-bottom: calc(-1 * var(--bump-up));
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-img-card.wi-well-v2 {
  --well-desktop-padding: 0;
  --well-mobile-padding: 0;
}
.wi-img-card .content {
  display: flex;
  flex-direction: column;
}
.wi-img-card .content .img {
  height: 14.375rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 991px) {
  .wi-img-card .content .img {
    height: 12.5rem;
  }
}
.wi-img-card .content .card-content {
  flex-grow: 1;
  padding: 1.875rem;
}
@media (max-width: 991px) {
  .wi-img-card .content .card-content {
    padding: 1.5rem 1.25rem;
  }
}
.wi-img-card .content .card-content.link-bottom-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-hero-utility {
  background: var(--bg-color);
  --section-unit: 5.44rem;
}
.wi-hero-utility.bg-primary {
  --bg-color: var(--primary) !important;
}
.wi-hero-utility.bg-secondary {
  --bg-color: var(--secondary) !important;
}
.wi-hero-utility.bg-tertiary {
  --bg-color: var(--tertiary) !important;
}
.wi-hero-utility.bg-quaternary {
  --bg-color: var(--quaternary) !important;
}
.wi-hero-utility.bg-quinary {
  --bg-color: var(--quinary) !important;
}
.wi-hero-utility.bg-senary {
  --bg-color: var(--senary) !important;
}
.wi-hero-utility.bg-septenary {
  --bg-color: var(--septenary) !important;
}
.wi-hero-utility.bg-octonary {
  --bg-color: var(--octonary) !important;
}
.wi-hero-utility.bg-light {
  --bg-color: var(--light) !important;
}
.wi-hero-utility.bg-gray {
  --bg-color: var(--gray) !important;
}
.wi-hero-utility.bg-dark {
  --bg-color: var(--dark) !important;
}
.wi-hero-utility.bg-dark-gray {
  --bg-color: var(--dark-gray) !important;
}
@media (max-width: 991px) {
  .wi-hero-utility {
    --section-unit: 1.875rem;
    padding-bottom: 2.5rem;
  }
}
.wi-hero-utility .row {
  --bs-gutter-x: 5rem;
}
@media (min-width: 992px) {
  .wi-hero-utility .img-col {
    order: 2;
  }
  .wi-hero-utility .content-col {
    order: 1;
  }
}
.wi-hero-utility .img {
  height: 100%;
  overflow: hidden;
  border-radius: var(--border-radius);
}
@media (min-width: 992px) {
  .wi-hero-utility .img {
    box-shadow: var(--box-shadow);
  }
}
.wi-hero-utility .img img {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wi-hero-utility .content .heading {
  margin-bottom: 0.875rem;
}
.wi-hero-utility .content .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wi-hero-utility .img-col .img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 22rem;
    margin-bottom: 1.875rem;
  }
}
@media (max-width: 768px) {
  .wi-hero-utility .img-col .img {
    height: 18rem;
  }
}
@media (max-width: 575px) {
  .wi-hero-utility .img-col .img {
    height: 14.375rem;
  }
}
@media (min-width: 992px) {
  .wi-hero-utility .img-col {
    position: relative;
  }
  .wi-hero-utility .img-col .img {
    left: 0;
    --width: calc(100% + 2rem);
    width: var(--width);
    max-width: calc(50vw - 3rem);
    min-height: 25rem;
  }
  .wi-hero-utility .content-col .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 21.625rem;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .wi-hero-utility .img-col .img {
    --width: calc(100% + 4.56rem);
  }
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* For containing buttons displayed next to each other */
.btns-col {
  display: flex;
  flex-wrap: wrap;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-underline-arrow-link {
  display: inline-flex;
  border-bottom: 1px solid var(--line-color);
  align-items: center;
  color: var(--color);
  gap: 0.75rem;
  transition: var(--transition);
}
.wi-underline-arrow-link.color-primary {
  --color: var(--primary) !important;
}
.wi-underline-arrow-link.line-color-primary {
  --line-color: var(--primary) !important;
}
.wi-underline-arrow-link.hover-color-primary {
  --hover-color: var(--primary) !important;
}
.wi-underline-arrow-link.color-secondary {
  --color: var(--secondary) !important;
}
.wi-underline-arrow-link.line-color-secondary {
  --line-color: var(--secondary) !important;
}
.wi-underline-arrow-link.hover-color-secondary {
  --hover-color: var(--secondary) !important;
}
.wi-underline-arrow-link.color-tertiary {
  --color: var(--tertiary) !important;
}
.wi-underline-arrow-link.line-color-tertiary {
  --line-color: var(--tertiary) !important;
}
.wi-underline-arrow-link.hover-color-tertiary {
  --hover-color: var(--tertiary) !important;
}
.wi-underline-arrow-link.color-quaternary {
  --color: var(--quaternary) !important;
}
.wi-underline-arrow-link.line-color-quaternary {
  --line-color: var(--quaternary) !important;
}
.wi-underline-arrow-link.hover-color-quaternary {
  --hover-color: var(--quaternary) !important;
}
.wi-underline-arrow-link.color-quinary {
  --color: var(--quinary) !important;
}
.wi-underline-arrow-link.line-color-quinary {
  --line-color: var(--quinary) !important;
}
.wi-underline-arrow-link.hover-color-quinary {
  --hover-color: var(--quinary) !important;
}
.wi-underline-arrow-link.color-senary {
  --color: var(--senary) !important;
}
.wi-underline-arrow-link.line-color-senary {
  --line-color: var(--senary) !important;
}
.wi-underline-arrow-link.hover-color-senary {
  --hover-color: var(--senary) !important;
}
.wi-underline-arrow-link.color-septenary {
  --color: var(--septenary) !important;
}
.wi-underline-arrow-link.line-color-septenary {
  --line-color: var(--septenary) !important;
}
.wi-underline-arrow-link.hover-color-septenary {
  --hover-color: var(--septenary) !important;
}
.wi-underline-arrow-link.color-octonary {
  --color: var(--octonary) !important;
}
.wi-underline-arrow-link.line-color-octonary {
  --line-color: var(--octonary) !important;
}
.wi-underline-arrow-link.hover-color-octonary {
  --hover-color: var(--octonary) !important;
}
.wi-underline-arrow-link.color-light {
  --color: var(--light) !important;
}
.wi-underline-arrow-link.line-color-light {
  --line-color: var(--light) !important;
}
.wi-underline-arrow-link.hover-color-light {
  --hover-color: var(--light) !important;
}
.wi-underline-arrow-link.color-gray {
  --color: var(--gray) !important;
}
.wi-underline-arrow-link.line-color-gray {
  --line-color: var(--gray) !important;
}
.wi-underline-arrow-link.hover-color-gray {
  --hover-color: var(--gray) !important;
}
.wi-underline-arrow-link.color-dark {
  --color: var(--dark) !important;
}
.wi-underline-arrow-link.line-color-dark {
  --line-color: var(--dark) !important;
}
.wi-underline-arrow-link.hover-color-dark {
  --hover-color: var(--dark) !important;
}
.wi-underline-arrow-link.color-dark-gray {
  --color: var(--dark-gray) !important;
}
.wi-underline-arrow-link.line-color-dark-gray {
  --line-color: var(--dark-gray) !important;
}
.wi-underline-arrow-link.hover-color-dark-gray {
  --hover-color: var(--dark-gray) !important;
}
.wi-underline-arrow-link.no-line-1 {
  border-bottom: unset;
}
.wi-underline-arrow-link .text {
  font-weight: 500;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
  text-align: left;
}
.wi-underline-arrow-link .text, .wi-underline-arrow-link i {
  font-size: 1rem;
  line-height: 1.42rem;
  padding-bottom: 0.31rem;
}
.wi-underline-arrow-link i {
  font-size: 1.1875rem;
}
.wi-underline-arrow-link.small-1 .text {
  font-size: 0.875rem;
  line-height: 1.1rem;
}
.wi-underline-arrow-link.small-1 i {
  font-size: 0.9375rem;
  line-height: 1.1rem;
}
.wi-underline-arrow-link:not(.no-link):hover {
  color: var(--line-color);
}
.wi-underline-arrow-link.hover-1:hover {
  color: var(--hover-color);
  border-color: var(--hover-color);
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-blog-posts {
  --box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.20);
}
.wi-blog-posts .blog-posts {
  --bs-gutter-y: 2.5rem;
  --bs-gutter-x: 2.5rem;
  justify-content: center;
}
.wi-blog-posts .blog-posts .title {
  color: var(--light);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
.wi-blog-posts .blog-posts .date {
  color: var(--light-rgba-7);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}
.wi-blog-posts .blog-posts .description {
  color: var(--light);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}
.wi-blog-posts .bl-pagination-list .pagination-col {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  align-items: center;
}
.wi-blog-posts .bl-pagination-list .pagination-col .pagination-btn {
  position: relative;
  height: 2.625rem;
  width: 2.75rem;
  background: var(--primary);
  transition: var(--transition);
  color: var(--light);
}
.wi-blog-posts .bl-pagination-list .pagination-col .pagination-btn i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.375rem;
}
.wi-blog-posts .bl-pagination-list .pagination-col .pagination-btn:hover {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem var(--primary-rgba-translucent);
}
.wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-desktop {
  display: flex;
}
@media (max-width: 991px) {
  .wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-desktop {
    display: none;
  }
}
.wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-mobile {
  display: flex;
}
@media (min-width: 992px) {
  .wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-mobile {
    display: none;
  }
}
.wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-desktop, .wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-mobile {
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-desktop .page, .wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-mobile .page {
  font-size: 1rem;
  font-weight: 600;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-desktop .page.active, .wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-mobile .page.active {
  opacity: 1;
}
.wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-desktop .page:not(.active), .wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-mobile .page:not(.active) {
  opacity: 0.5;
}
.wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-desktop .page:not(:last-child)::after, .wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-mobile .page:not(:last-child)::after {
  content: "|";
  color: var(--dark-gray);
  position: relative;
  top: -1px;
  opacity: 0.5;
}
.wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-desktop .page:hover, .wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-mobile .page:hover {
  opacity: 1;
}
.wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-desktop .page:hover::after, .wi-blog-posts .bl-pagination-list .pagination-col .pagination-list-mobile .page:hover::after {
  opacity: 0.5;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-quick-img {
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.wi-quick-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.nv3-blog-post {
  --box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.20);
}
.nv3-blog-post .date {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--dark);
}
.nv3-blog-post .wi-underline-arrow-link {
  gap: 0.625rem;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* Desktop */
@media (min-width: 992px) {
  .see-more-mobile-wrapper .see-more-text, .see-more-mobile-wrapper .see-more-text-open {
    display: none;
  }
}
/* Mobile */
@media (max-width: 992px) {
  .see-more-mobile-wrapper {
    --max-height: 240px;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .see-more-mobile-wrapper:not(.open) {
    overflow-y: hidden;
    max-height: var(--max-height);
    border-bottom: 3px solid white;
    transition: max-height var(--transition);
  }
  .bg-gray .see-more-mobile-wrapper:not(.open), .see-more-mobile-wrapper.gray:not(.open) {
    border-color: var(--gray);
  }
  .see-more-mobile-wrapper.open {
    max-height: 3000px;
    padding-bottom: 30px;
    transition: max-height var(--transition);
  }
  .see-more-mobile-wrapper:not(.open):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.19%, #FFFFFF 66.36%);
  }
  .bg-gray .see-more-mobile-wrapper:not(.open):before, .see-more-mobile-wrapper.gray:not(.open):before {
    background: linear-gradient(180deg, rgba(247, 247, 249, 0) 2.19%, var(--gray) 66.36%);
  }
  .see-more-mobile-wrapper:not(.open) .see-more-text {
    display: block;
  }
  .see-more-mobile-wrapper:not(.open) .see-more-text-open {
    display: none;
  }
  .see-more-mobile-wrapper.open .see-more-text {
    display: none;
  }
  .see-more-mobile-wrapper.open .see-more-text-open {
    display: block;
  }
  .see-more-mobile-wrapper .see-more-text, .see-more-mobile-wrapper .see-more-text-open {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 30px;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    color: var(--secondary);
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
  }
  .see-more-mobile-wrapper .see-more-text:hover, .see-more-mobile-wrapper .see-more-text-open:hover {
    color: var(--secondary);
    transition: all var(--transition);
    cursor: pointer;
  }
  .see-more-mobile-wrapper .see-more-text i, .see-more-mobile-wrapper .see-more-text-open i {
    font-size: 26px;
  }
}
.see-more-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  --max-height: 240px;
}
.see-more-wrapper:not(.open) {
  overflow-y: hidden;
  max-height: var(--max-height);
  border-bottom: 3px solid white;
  transition: max-height var(--transition);
}
.bg-gray .see-more-wrapper:not(.open), .see-more-wrapper.gray:not(.open) {
  border-color: var(--gray);
}
.see-more-wrapper.open {
  max-height: 3000px;
  padding-bottom: 30px;
  transition: max-height var(--transition);
}
.see-more-wrapper:not(.open):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 2.19%, #FFFFFF 66.36%);
}
.bg-gray .see-more-wrapper:not(.open):before, .see-more-wrapper.gray:not(.open):before {
  background: linear-gradient(180deg, rgba(247, 247, 249, 0) 2.19%, var(--gray) 66.36%);
}
.see-more-wrapper:not(.open) .see-more-text {
  display: block;
}
.see-more-wrapper:not(.open) .see-more-text-open {
  display: none;
}
.see-more-wrapper.open .see-more-text {
  display: none;
}
.see-more-wrapper.open .see-more-text-open {
  display: block;
}
.see-more-wrapper .see-more-text, .see-more-wrapper .see-more-text-open {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 30px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary);
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
}
.see-more-wrapper .see-more-text:hover, .see-more-wrapper .see-more-text-open:hover {
  color: var(--secondary);
  transition: all var(--transition);
  cursor: pointer;
}
.see-more-wrapper .see-more-text i, .see-more-wrapper .see-more-text-open i {
  font-size: 26px;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// Nine.css v3.0 /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// OAK -> SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Mixins ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //// NINE SCSS Variables /////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.wi-well-v2 {
  --shadow-size-desktop: 0.75rem;
  --shadow-size-mobile: 0.75rem;
}
.wi-well-v2.border-color-primary {
  --border-color: #0071b9 !important;
}
.wi-well-v2.bg-color-primary {
  --bg-color: #0071b9 !important;
}
.wi-well-v2.bg-mobile-color-primary {
  --bg-mobile-color: #0071b9 !important;
}
.wi-well-v2.shadow-color-primary {
  --shadow-color: #0071b9 !important;
}
.wi-well-v2.border-color-secondary {
  --border-color: #6aa442 !important;
}
.wi-well-v2.bg-color-secondary {
  --bg-color: #6aa442 !important;
}
.wi-well-v2.bg-mobile-color-secondary {
  --bg-mobile-color: #6aa442 !important;
}
.wi-well-v2.shadow-color-secondary {
  --shadow-color: #6aa442 !important;
}
.wi-well-v2.border-color-tertiary {
  --border-color: #6aa442 !important;
}
.wi-well-v2.bg-color-tertiary {
  --bg-color: #6aa442 !important;
}
.wi-well-v2.bg-mobile-color-tertiary {
  --bg-mobile-color: #6aa442 !important;
}
.wi-well-v2.shadow-color-tertiary {
  --shadow-color: #6aa442 !important;
}
.wi-well-v2.border-color-quaternary {
  --border-color: #707272 !important;
}
.wi-well-v2.bg-color-quaternary {
  --bg-color: #707272 !important;
}
.wi-well-v2.bg-mobile-color-quaternary {
  --bg-mobile-color: #707272 !important;
}
.wi-well-v2.shadow-color-quaternary {
  --shadow-color: #707272 !important;
}
.wi-well-v2.border-color-quinary {
  --border-color: #3a8ac9 !important;
}
.wi-well-v2.bg-color-quinary {
  --bg-color: #3a8ac9 !important;
}
.wi-well-v2.bg-mobile-color-quinary {
  --bg-mobile-color: #3a8ac9 !important;
}
.wi-well-v2.shadow-color-quinary {
  --shadow-color: #3a8ac9 !important;
}
.wi-well-v2.border-color-senary {
  --border-color: #ef8b22 !important;
}
.wi-well-v2.bg-color-senary {
  --bg-color: #ef8b22 !important;
}
.wi-well-v2.bg-mobile-color-senary {
  --bg-mobile-color: #ef8b22 !important;
}
.wi-well-v2.shadow-color-senary {
  --shadow-color: #ef8b22 !important;
}
.wi-well-v2.border-color-septenary {
  --border-color: #ffc72c !important;
}
.wi-well-v2.bg-color-septenary {
  --bg-color: #ffc72c !important;
}
.wi-well-v2.bg-mobile-color-septenary {
  --bg-mobile-color: #ffc72c !important;
}
.wi-well-v2.shadow-color-septenary {
  --shadow-color: #ffc72c !important;
}
.wi-well-v2.border-color-octonary {
  --border-color: #9d57a3 !important;
}
.wi-well-v2.bg-color-octonary {
  --bg-color: #9d57a3 !important;
}
.wi-well-v2.bg-mobile-color-octonary {
  --bg-mobile-color: #9d57a3 !important;
}
.wi-well-v2.shadow-color-octonary {
  --shadow-color: #9d57a3 !important;
}
.wi-well-v2.border-color-light {
  --border-color: #fff !important;
}
.wi-well-v2.bg-color-light {
  --bg-color: #fff !important;
}
.wi-well-v2.bg-mobile-color-light {
  --bg-mobile-color: #fff !important;
}
.wi-well-v2.shadow-color-light {
  --shadow-color: #fff !important;
}
.wi-well-v2.border-color-gray {
  --border-color: #f8f9fa !important;
}
.wi-well-v2.bg-color-gray {
  --bg-color: #f8f9fa !important;
}
.wi-well-v2.bg-mobile-color-gray {
  --bg-mobile-color: #f8f9fa !important;
}
.wi-well-v2.shadow-color-gray {
  --shadow-color: #f8f9fa !important;
}
.wi-well-v2.border-color-dark {
  --border-color: #212529 !important;
}
.wi-well-v2.bg-color-dark {
  --bg-color: #212529 !important;
}
.wi-well-v2.bg-mobile-color-dark {
  --bg-mobile-color: #212529 !important;
}
.wi-well-v2.shadow-color-dark {
  --shadow-color: #212529 !important;
}
.wi-well-v2.border-color-dark-gray {
  --border-color: #5f5f5f !important;
}
.wi-well-v2.bg-color-dark-gray {
  --bg-color: #5f5f5f !important;
}
.wi-well-v2.bg-mobile-color-dark-gray {
  --bg-mobile-color: #5f5f5f !important;
}
.wi-well-v2.shadow-color-dark-gray {
  --shadow-color: #5f5f5f !important;
}
@media (max-width: 991px) {
  .wi-well-v2[class*="bg-mobile-color"] {
    --bg-color: var(--bg-mobile-color) !important;
  }
}
@media (min-width: 992px) {
  .wi-well-v2.desktop-only-1 {
    background: var(--bg-color);
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .wi-well-v2.desktop-only-1:not(.border-color-) {
    border: var(--border-width, 1px) var(--border-style, solid) var(--border-color);
  }
  .wi-well-v2.desktop-only-1.shadow-1 {
    --shadow-size: var(--shadow-size-desktop);
    --invert: -1;
    --shadow: calc(var(--invert) * var(--shadow-size)) var(--shadow-size) 0px 0px var(--shadow-color);
    box-shadow: var(--shadow);
    margin-left: var(--shadow-size);
    margin-bottom: var(--shadow-size);
    width: calc(100% - var(--shadow-size));
  }
  .wi-well-v2.desktop-only-1.shadow-1.shadow-right-1 {
    --invert: 1;
  }
  .wi-well-v2.desktop-only-1.shadow-1.shadow-right-1 {
    margin-left: unset;
    margin-right: var(--shadow-size);
  }
  .wi-well-v2.desktop-only-1.box-shadow-1 {
    box-shadow: var(--box-shadow, 0px 4px 20px 0px rgba(0, 0, 0, 0.08));
  }
  .wi-well-v2.desktop-only-1.full-height-1 {
    height: 100%;
  }
  .wi-well-v2.desktop-only-1 > .header {
    color: var(--light);
    text-align: var(--header-align, center);
    background: var(--header-bg-color);
    padding: var(--header-padding, 0.375rem);
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-primary {
    --header-bg-color: #0071b9 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-secondary {
    --header-bg-color: #6aa442 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-tertiary {
    --header-bg-color: #6aa442 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-quaternary {
    --header-bg-color: #707272 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-quinary {
    --header-bg-color: #3a8ac9 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-senary {
    --header-bg-color: #ef8b22 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-septenary {
    --header-bg-color: #ffc72c !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-octonary {
    --header-bg-color: #9d57a3 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-light {
    --header-bg-color: #fff !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-gray {
    --header-bg-color: #f8f9fa !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-dark {
    --header-bg-color: #212529 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-dark-gray {
    --header-bg-color: #5f5f5f !important;
  }
  .wi-well-v2.desktop-only-1 > .content {
    padding: var(--well-desktop-padding, 2.25rem);
    flex-grow: 1;
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .wi-well-v2.desktop-only-1.shadow-1 {
    --shadow-size: var(--shadow-size-mobile);
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .wi-well-v2.desktop-only-1 > .content {
    padding: var(--well-mobile-padding, 1.875rem 1.25rem);
  }
}
@media (max-width: 991px) {
  .wi-well-v2.mobile-only-1 {
    background: var(--bg-color);
    border-radius: var(--border-radius);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .wi-well-v2.mobile-only-1:not(.border-color-) {
    border: var(--border-width, 1px) var(--border-style, solid) var(--border-color);
  }
  .wi-well-v2.mobile-only-1.shadow-1 {
    --shadow-size: var(--shadow-size-desktop);
    --invert: -1;
    --shadow: calc(var(--invert) * var(--shadow-size)) var(--shadow-size) 0px 0px var(--shadow-color);
    box-shadow: var(--shadow);
    margin-left: var(--shadow-size);
    margin-bottom: var(--shadow-size);
    width: calc(100% - var(--shadow-size));
  }
  .wi-well-v2.mobile-only-1.shadow-1.shadow-right-1 {
    --invert: 1;
  }
  .wi-well-v2.mobile-only-1.shadow-1.shadow-right-1 {
    margin-left: unset;
    margin-right: var(--shadow-size);
  }
  .wi-well-v2.mobile-only-1.box-shadow-1 {
    box-shadow: var(--box-shadow, 0px 4px 20px 0px rgba(0, 0, 0, 0.08));
  }
  .wi-well-v2.mobile-only-1.full-height-1 {
    height: 100%;
  }
  .wi-well-v2.mobile-only-1 > .header {
    color: var(--light);
    text-align: var(--header-align, center);
    background: var(--header-bg-color);
    padding: var(--header-padding, 0.375rem);
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-primary {
    --header-bg-color: #0071b9 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-secondary {
    --header-bg-color: #6aa442 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-tertiary {
    --header-bg-color: #6aa442 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-quaternary {
    --header-bg-color: #707272 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-quinary {
    --header-bg-color: #3a8ac9 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-senary {
    --header-bg-color: #ef8b22 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-septenary {
    --header-bg-color: #ffc72c !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-octonary {
    --header-bg-color: #9d57a3 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-light {
    --header-bg-color: #fff !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-gray {
    --header-bg-color: #f8f9fa !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-dark {
    --header-bg-color: #212529 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-dark-gray {
    --header-bg-color: #5f5f5f !important;
  }
  .wi-well-v2.mobile-only-1 > .content {
    padding: var(--well-desktop-padding, 2.25rem);
    flex-grow: 1;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .wi-well-v2.mobile-only-1.shadow-1 {
    --shadow-size: var(--shadow-size-mobile);
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .wi-well-v2.mobile-only-1 > .content {
    padding: var(--well-mobile-padding, 1.875rem 1.25rem);
  }
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1):not(.border-color-) {
  border: var(--border-width, 1px) var(--border-style, solid) var(--border-color);
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1).shadow-1 {
  --shadow-size: var(--shadow-size-desktop);
  --invert: -1;
  --shadow: calc(var(--invert) * var(--shadow-size)) var(--shadow-size) 0px 0px var(--shadow-color);
  box-shadow: var(--shadow);
  margin-left: var(--shadow-size);
  margin-bottom: var(--shadow-size);
  width: calc(100% - var(--shadow-size));
}
@media (max-width: 991px) {
  .wi-well-v2:not(.desktop-only-1):not(.mobile-only-1).shadow-1 {
    --shadow-size: var(--shadow-size-mobile);
  }
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1).shadow-1.shadow-right-1 {
  --invert: 1;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1).shadow-1.shadow-right-1 {
  margin-left: unset;
  margin-right: var(--shadow-size);
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1).box-shadow-1 {
  box-shadow: var(--box-shadow, 0px 4px 20px 0px rgba(0, 0, 0, 0.08));
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1).full-height-1 {
  height: 100%;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header {
  color: var(--light);
  text-align: var(--header-align, center);
  background: var(--header-bg-color);
  padding: var(--header-padding, 0.375rem);
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-primary {
  --header-bg-color: #0071b9 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-secondary {
  --header-bg-color: #6aa442 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-tertiary {
  --header-bg-color: #6aa442 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-quaternary {
  --header-bg-color: #707272 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-quinary {
  --header-bg-color: #3a8ac9 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-senary {
  --header-bg-color: #ef8b22 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-septenary {
  --header-bg-color: #ffc72c !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-octonary {
  --header-bg-color: #9d57a3 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-light {
  --header-bg-color: #fff !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-gray {
  --header-bg-color: #f8f9fa !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-dark {
  --header-bg-color: #212529 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-dark-gray {
  --header-bg-color: #5f5f5f !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .content {
  padding: var(--well-desktop-padding, 2.25rem);
  flex-grow: 1;
}
@media (max-width: 991px) {
  .wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .content {
    padding: var(--well-mobile-padding, 1.875rem 1.25rem);
  }
}
