#available-territories-1 {
  width: 100%;
  height: 500px;
}
/* Bootstrap Breadcrumb */
/* -------------------- */
nav.wi-breadcrumb ol {
  font-size: 14px;
}
section.bg-gradient nav.wi-breadcrumb a {
  color: #ffffff;
}
section.bg-primary nav.wi-breadcrumb a, section.bg-secondary nav.wi-breadcrumb a, section.bg-tertiary nav.wi-breadcrumb a, section.bg-quaternary nav.wi-breadcrumb a {
  color: #ffffff;
}
section.bg-image nav.wi-breadcrumb a {
  color: #ffffff;
}
section.bg-overlay nav.wi-breadcrumb a {
  color: #ffffff;
}
/* ------------------- */
.wi-gallery-1 a.wi-img {
  display: block;
  width: 100%;
  font-size: 30px;
  text-decoration: none;
  background-position: 50%;
  background-size: cover;
  color: #fff;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-gallery-1 a.wi-img .icon {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-gallery-1 a.wi-img:hover .icon {
  opacity: 1;
}
.wi-gallery-1 a.wi-img div.wi-img-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.wi-gallery-1 a.wi-img:hover div.wi-img-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0.45+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.45) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#33000000", endColorstr="#73000000",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.wi-gallery-2 div[style*="display: block"] ~ .no-results {
  display: none;
}
.wi-gallery-2 .gal-disclaimer + .gal-disclaimer {
  display: none;
}
/* .wi-franchise-list */
/* ------------------ */
.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-locations */
/* ---------------------- */
.wi-locations-1 .wi-bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
}
.wi-locations-1 .wi-bg-image .wi-bg-overlay {
  position: relative;
  padding: 25px;
  /* 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-map-full-2 input.form-control {
  background-color: #0d3340;
  border: 1px solid #0d3340;
  color: #fff;
  z-index: 0;
  padding-right: 34px;
}
.wi-map-full-2 input.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #0072ab inset;
}
.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: 0;
  right: 7px;
  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: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 input.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.wi-map-full-2 .wi-counter {
  border: 2px solid #7BA229;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 25px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
}
.wi-map-full-2 .location-box {
  cursor: pointer;
  -webkit-box-shadow: 0 1px 8px 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 8px 1px rgba(255, 255, 255, 0.1);
  border-color: #fff;
}
.wi-map-full-2 .location-box.selected {
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  border-color: #e8e6e2;
}
.wi-map-full-2 .location-box.selected h5 {
  /* color: #008E9C; */
}
.wi-map-full-2 .loading-overlay {
  position: absolute;
  z-index: 500;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wi-map-full-2 .loading-overlay i {
  font-size: 40px;
  line-height: 40px;
}
.wi-map-full-2 address {
  font-size: 12px;
  opacity: 0.7;
}
.wi-map-full-2 .location-links a {
  font-size: 12px;
}
div.wi-reviews-full-1 div.wi-review blockquote {
  font-size: 12px;
  height: 125px;
  overflow: scroll;
  padding: 5px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
div.wi-reviews-full-1 div.wi-review div.review-stars {
  font-size: 25px;
}
div.wi-reviews-full-1 div.wi-review div.review-stars span {
  display: inline-block;
  padding: 0 3px;
}
div.wi-reviews-full-1 div.wi-review div.directory {
  position: absolute;
  top: -7px;
  right: -7px;
}
div.wi-reviews-full-1 div.wi-review a.directory-icon {
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
}
div.wi-reviews-full-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-slider-1 div.wi-review {
  margin: 10px 0;
}
div.wi-reviews-slider-1 span.review-stars {
  font-size: 25px;
}
div.wi-reviews-slider-1 span.review-stars span {
  display: inline-block;
  padding-right: 5px;
}
div.wi-reviews-slider-1 a.directory-icon {
  height: 70px;
  width: 70px;
  float: right;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50%;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
}
div.wi-reviews-slider-1 a.directory-icon span {
  font-size: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
/* slick overrides */
section div.wi-reviews-slider-1 .slick-prev:before, section div.wi-reviews-slider-1 .slick-next:before {
  color: rgba(52, 58, 64, 0.3);
}
section.bg-image div.wi-reviews-slider-1 .slick-prev:before, section.bg-image div.wi-reviews-slider-1 .slick-next:before, section.bg-dark div.wi-reviews-slider-1 .slick-prev:before, section.bg-dark div.wi-reviews-slider-1 .slick-next:before {
  color: #fff;
}
div.wi-reviews-slider-2 div.wi-review {
  margin: 10px;
}
div.wi-reviews-slider-2 div.wi-review div.topper {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
section.bg-image div.wi-reviews-slider-2 div.wi-review div.topper, section.bg-dark div.wi-reviews-slider-2 div.wi-review div.topper {
  border-color: rgba(255, 255, 255, 0.1);
}
div.wi-reviews-slider-2 span.review-stars {
  font-size: 25px;
}
div.wi-reviews-slider-2 span.review-stars span {
  display: inline-block;
  padding-right: 5px;
}
div.wi-reviews-slider-2 a.directory-icon {
  height: 40px;
  width: 40px;
  margin-right: 15px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 2px;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
}
div.wi-reviews-slider-2 a.directory-icon span {
  font-size: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
/* slick overrides */
section div.wi-reviews-slider-2 .slick-prev:before, section div.wi-reviews-slider-2 .slick-next:before {
  color: rgba(52, 58, 64, 0.3);
}
section.bg-image div.wi-reviews-slider-2 .slick-prev:before, section.bg-image div.wi-reviews-slider-2 .slick-next:before, section.bg-dark div.wi-reviews-slider-2 .slick-prev:before, section.bg-dark div.wi-reviews-slider-2 .slick-next:before {
  color: #fff;
}
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;
  -webkit-box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.1);
}
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);
}
/* Social large 2 */
/* -------------- */
div.wi-social-large-2 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-large-2 a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 43px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-medium-2 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
div.wi-social-medium-1 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-medium-1 a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 27px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-medium-1 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
div.wi-social-medium-2 {
  display: flex;
  width: auto;
  margin: auto;
}
div.wi-social-medium-2 a {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  margin: 0 2px;
  font-size: 27px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-medium-2 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
/* Social Small 1 */
/* -------------- */
div.wi-social-small-1 {
  width: auto;
  margin: auto;
}
div.wi-social-small-1 a {
  display: inline-flex;
  width: 35px;
  height: 35px;
  font-size: 15px;
  color: #fff;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div.wi-social-small-1 a:hover {
  color: #fff;
  background-color: #23a9e1;
}
.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-2 .img-abstract {
  margin: -19px -19px 15px -19px;
}
.wi-subnav-full-2 .img-abstract h3 {
  padding: 0 20px;
}
.wi-subnav-full-2 .img-abstract h3 a {
  color: #fff;
}
.wi-subnav-full-2 .grand-children-col {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.lr-sect .wi-subnav-icon-2 .col {
  padding-left: 0px;
}
.wi-subnav-icon-2 .col img {
  padding: 5px;
  transition: 0.25s ease-in;
}
.wi-subnav-icon-2 .col a:hover {
  text-decoration: none;
}
.wi-subnav-icon-2 .col a:hover img {
  padding: 0px;
  transition: 0.25s ease-in;
}
.wi-subnav-image-1 .go-btn {
  position: absolute;
  left: 0px;
  bottom: 30%;
}
.wi-subnav-image-2 a.wi-wrapper {
  display: block;
  text-align: center;
}
.wi-subnav-image-2 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-2 a.wi-wrapper:hover p {
  color: #0c1b3d;
}
.wi-subnav-image-2 a.wi-wrapper .wi-image i {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 60px;
  margin: -35px auto auto -35px;
  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 i {
  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: 140%;
  height: 140%;
  background-color: rgba(199, 153, 84, 0.8);
  -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: -10%;
  top: -10%;
}
.wi-subnav-image-2 a.wi-wrapper:hover .wi-image {
  border-color: #c79954;
}
.wi-subnav-image-2 .go-btn {
  position: absolute;
  left: 0px;
  bottom: 30%;
}
/*  wi-subnav-image-3 */
/* ------------------ */
.wi-subnav-image-3 a.wi-wrapper {
  display: block;
  text-align: center;
}
.wi-subnav-image-3 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-3 a.wi-wrapper:hover {
  text-decoration: none;
}
.wi-subnav-image-3 a.wi-wrapper:hover p {
  color: #0c1b3d;
}
.wi-subnav-image-3 a.wi-wrapper .wi-image i {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 60px;
  margin: -35px auto auto -35px;
  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-3 a.wi-wrapper:hover .wi-image i {
  opacity: 1;
}
.wi-subnav-image-3 a.wi-wrapper .wi-image div.wi-underlay {
  position: absolute;
  z-index: 1;
  left: -120%;
  top: -120%;
  border-radius: 50%;
  width: 140%;
  height: 140%;
  background-color: rgba(199, 153, 84, 0.8);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.wi-subnav-image-3 a.wi-wrapper:hover .wi-image div.wi-underlay {
  left: -10%;
  top: -10%;
}
.wi-subnav-image-3 a.wi-wrapper:hover .wi-image {
  border-color: #c79954;
}
.wi-subnav-image-3 .go-btn {
  position: absolute;
  left: 0px;
  bottom: 30%;
}
.wi-subnav-img-paint .subnav-col {
  padding: 0px 2rem;
}
.wi-subnav-img-paint .circle-wrap {
  position: relative;
  padding: 3%;
  margin-bottom: -65px;
  z-index: 1;
}
.wi-subnav-img-paint .circle-wrap a {
  display: flex;
  align-items: center;
  position: relative;
}
.wi-subnav-img-paint .circle-wrap a .circle-paint {
  position: absolute;
}
.wi-subnav-img-paint .circle-wrap a .circle-img {
  padding: 1.7%;
}
.wi-subnav-img-paint .well {
  padding-top: 75px;
}
/* -------------------- */
.wi-subnav-tile-1 .wi-bg-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.wi-subnav-tile-1 .wi-bg-image .wi-bg-overlay {
  /* 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-team-1 .wi-tmember {
  cursor: pointer;
}
.wi-team-1 .wi-tmember .wi-tmember-info {
  position: absolute;
  bottom: 0px;
  background-color: #018996;
  opacity: 0.8;
  color: #fff;
  padding: 15px;
}
.wi-team-1 .slick-prev {
  left: 0px;
}
.wi-team-1 .slick-next {
  right: 0px;
}
.wi-team-1 .slick-prev, .wi-team-1 .slick-next {
  z-index: 1;
  border-radius: 50%;
  background-color: white;
  opacity: 0.5;
}
.wi-team-1 .slick-prev:before, .wi-team-1 .slick-next:before {
  color: black;
}
/* -------------------- */
.wi-team-featured .wi-bg-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  cursor: pointer;
}
.wi-team-featured .wi-bg-image .wi-bg-overlay {
  position: relative;
  min-height: 300px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+46,0.5+99 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 46%, rgba(0, 0, 0, 0.5) 99%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a000000", endColorstr="#80000000",GradientType=0);
  /* IE6-9 */
}
.wi-team-featured .wi-bg-image .wi-bg-overlay h5 {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 20px;
  bottom: 20px;
}
/* .simple-list */
ul.simple-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.simple-list li {
  position: relative;
  list-style-type: none;
  padding: 6px 0 5px 17px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #promotion-popup .modal-lg {
    max-width: 704px;
  }
}
#promotion-popup .wi-popup-item {
  margin-right: -16px;
  margin-left: -16px;
}
#promotion-popup .content h1, #promotion-popup .content h3, #promotion-popup .content h4, #promotion-popup .content h5, #promotion-popup .content h6, #promotion-popup .content a {
  font-family: "metropolisregular", Helvetica, Arial, "Lucida grande", sans-serif;
  font-weight: 500;
}
#promotion-popup button.close {
  position: absolute;
  right: 0px;
  top: -28px;
  opacity: 0.8;
  font-size: 2rem;
}
#promotion-popup .content {
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
#promotion-popup .content .content-inner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86%;
}
#promotion-popup .modal-body.bg-white .wi-popup-item.text-light {
  color: #008E9C !important;
}
body:has(.wi-top-bar) {
  overflow-y: hidden;
}
body:has(.wi-top-bar):has(.infusion-form) {
  overflow-y: auto;
}
.wi-top-bar {
  --top-bar: 0;
  position: relative;
  box-shadow: 0 1px 3px 2px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 1000;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .wi-top-bar {
    padding: 0.5rem;
  }
}
.wi-top-bar.expandable-yes .headline:hover {
  cursor: pointer;
  text-decoration: underline;
}
.wi-top-bar.expandable-yes .headline .expand-icon {
  font-size: 75%;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in;
}
.wi-top-bar.expandable-yes .expanded-content {
  position: absolute;
  left: 0;
  top: var(--top-bar);
  background: #F8F9FA;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in;
}
.wi-top-bar.expandable-yes.expanded {
  z-index: 1000;
}
.wi-top-bar.expandable-yes.expanded .container-fluid {
  padding: 0;
}
.wi-top-bar.expandable-yes.expanded .headline .expand-icon {
  transform: scaleY(-1);
}
.wi-top-bar.expandable-yes.expanded .expanded-content {
  max-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 991px) {
  .wi-top-bar.expandable-yes.expanded .expanded-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.wi-top-bar .headline {
  font-size: 24px;
}
.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;
}
.wi-gallery-filters select {
  width: 100%;
  height: 44px;
  border-color: #929292;
}
.wi-heading-fingerpaint {
  font-family: "finger_paintregular", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  margin-bottom: 1rem;
}
.wi-heading-fingerpaint span[class*="underline-"] {
  background-position: 0px 42px;
  display: inline-block;
  padding-bottom: 20px;
}
.wi-badges-tiles-1 {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  margin-top: -1.25rem;
}
.wi-badges-tiles-1 > * {
  padding-left: calc(1.25rem * 0.5);
  padding-right: calc(1.25rem * 0.5);
  margin-top: 1.25rem;
}
.wi-badges-tiles-1 .item {
  width: 100%;
  aspect-ratio: 1;
  background: var(--light);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.75rem;
  padding: 1.35rem;
  position: relative;
  display: flex;
  align-items: center;
}
.wi-badges-tiles-1 .item picture, .wi-badges-tiles-1 .item img {
  width: 100%;
}
.wi-team-section {
  align-items: center;
  justify-content: center;
}
.wi-team-section .img-circle {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  border: 4px solid var(--quaternary, #F79218);
}
.wi-team-section .img-circle img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  header:has(.wi-top-bar) nav ul.level-1 {
    margin-top: calc(var(--top-bar) + 71px);
  }
}
.wi-hero-cutout-img {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .wi-hero-cutout-img {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .wi-hero-cutout-img {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .wi-hero-cutout-img .col {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .wi-hero-cutout-img .img {
    position: relative;
    height: 30rem;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  .wi-hero-cutout-img .img {
    width: 75%;
    height: auto;
  }
}
.wi-badges-cards-1 {
  justify-content: center;
  margin-top: -1.875rem;
}
.wi-badges-cards-1 > * {
  margin-top: 1.875rem;
  padding: 0 calc(1.875rem * 0.5);
}
.wi-badges-cards-1 > * .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid rgba(107, 107, 107, 0.3);
  background: #f8f9fa;
  overflow: hidden;
}
.wi-badges-cards-1 > * .item .img {
  height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  width: 100%;
}
.wi-badges-cards-1 > * .item .img img {
  height: 6.5rem;
  width: auto;
}
.wi-badges-cards-1 > * .item .details {
  border-top: 1px solid rgba(107, 107, 107, 0.3);
  padding: 1.875rem 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.wi-badges-cards-1 > * .item .details p {
  flex-grow: 1;
}
:root {
  --tooltip-border-width: 2px;
  --tooltip-border-radius: .9rem;
  --tooltip-border-color: #008e9c;
  --tooltip-text-color: #5d5d5d;
  --tooltip-body-text-size: 14px;
  --tooltip-font-family: var(--font-secondary);
}
.bs-tooltip-top .arrow {
  display: none;
}
.tooltip.show {
  opacity: 1 !important;
  z-index: 999999;
}
.tooltip-inner {
  background: #f8f9fa;
  box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.3);
  padding: 12px !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: #5d5d5d;
  font-size: calc(1rem * 1);
}
.tooltip .tooltip-inner .disclaimer-text {
  font-size: var(--tooltip-body-text-size);
}
.tooltip-wrapper i:hover {
  cursor: pointer;
  color: #008E9C !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 {
  font-size: var(--tooltip-body-text-size);
}
.tooltip-wrapper .disclaimer-tooltip:hover {
  color: #008e9c !important;
}
.tooltip-wrapper i {
  color: #7ba229;
  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;
  }
}
.oak_contact_form_wrapper form .form-group.hide-label label.form-check-label {
  line-height: normal;
}
@media (min-width: 768px) {
  a.btn-video .btn-video-overlay.video-lg {
    padding: 175px;
  }
}
.nv3-numbered-steps .item {
  height: 100%;
}
.nv3-icon-columns {
  --bs-gutter-x: 3.75rem;
  --well-desktop-padding: 2.625rem 1.25rem 1.25rem 1.25rem;
  --well-mobile-padding: 1.875rem 1rem 1rem 1rem;
  padding-top: 3.75rem;
  padding-bottom: 1.875rem;
}
.nv3-icon-columns.icon-color-primary {
  --icon-color: var(--primary) !important;
}
.nv3-icon-columns.border-color-primary {
  --border-color: var(--primary) !important;
}
.nv3-icon-columns.icon-color-secondary {
  --icon-color: var(--secondary) !important;
}
.nv3-icon-columns.border-color-secondary {
  --border-color: var(--secondary) !important;
}
.nv3-icon-columns.icon-color-tertiary {
  --icon-color: var(--tertiary) !important;
}
.nv3-icon-columns.border-color-tertiary {
  --border-color: var(--tertiary) !important;
}
.nv3-icon-columns.icon-color-quaternary {
  --icon-color: var(--quaternary) !important;
}
.nv3-icon-columns.border-color-quaternary {
  --border-color: var(--quaternary) !important;
}
@media (max-width: 992px) {
  .nv3-icon-columns {
    padding-top: 3.125rem;
  }
}
@media (max-width: 992px) {
  .nv3-icon-columns .item-col:nth-child(-n+2) {
    margin-bottom: 2.5rem;
  }
  .nv3-icon-columns .item-col:nth-child(odd) {
    padding-right: 10px;
  }
  .nv3-icon-columns .item-col:nth-child(even) {
    padding-left: 10px;
  }
}
.nv3-icon-columns .item-col .item {
  --border-radius: 1rem;
  overflow: visible !important;
  text-align: center;
}
.nv3-icon-columns .item-col .item .icon {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  width: 3.62588rem;
  height: 3.64675rem;
  border-radius: 6.25rem;
  background: #FFFFFF;
}
@media (max-width: 992px) {
  .nv3-icon-columns .item-col .item .icon {
    width: 2.57106rem;
    height: 2.58588rem;
  }
}
.nv3-icon-columns .item-col .item .content {
  text-align: center;
  font-family: "metropolisbold", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .nv3-icon-columns .item-col .item .content {
    font-size: 1.125rem;
  }
}
@media (max-width: 992px) {
  .icon-columns-header {
    font-size: 2.125rem;
  }
}
.overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 49%, rgba(0, 0, 0, 0.4) 100%);
  background-color: #fec63a87;
}
:root {
  --bump-up: 45px;
  --bump-down: 45px;
}
.bump-up {
  position: relative;
  top: calc(-1 * var(--bump-up));
  margin-bottom: calc(-1 * var(--bump-up));
  z-index: 2;
}
.bump-down {
  position: relative;
  bottom: calc(-1 * var(--bump-down));
  margin-top: calc(-1 * var(--bump-down));
  z-index: 1;
}
section.bump-up, section.bump-down {
  background: transparent;
}
@media (min-width: 576px) {
  .bump-up-sm {
    position: relative;
    top: calc(-1 * var(--bump-up-sm));
    margin-bottom: calc(-1 * var(--bump-up-sm));
    z-index: 2;
  }
  .bump-down-sm {
    position: relative;
    bottom: calc(-1 * var(--bump-down-sm));
    margin-top: calc(-1 * var(--bump-down-sm));
    z-index: 1;
  }
  section.bump-up-sm, section.bump-down-sm {
    background: transparent;
  }
}
@media (min-width: 768px) {
  .bump-up-md {
    position: relative;
    top: calc(-1 * var(--bump-up-md));
    margin-bottom: calc(-1 * var(--bump-up-md));
    z-index: 2;
  }
  .bump-down-md {
    position: relative;
    bottom: calc(-1 * var(--bump-down-md));
    margin-top: calc(-1 * var(--bump-down-md));
    z-index: 1;
  }
  section.bump-up-md, section.bump-down-md {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .bump-up-lg {
    position: relative;
    top: calc(-1 * var(--bump-up-lg));
    margin-bottom: calc(-1 * var(--bump-up-lg));
    z-index: 2;
  }
  .bump-down-lg {
    position: relative;
    bottom: calc(-1 * var(--bump-down-lg));
    margin-top: calc(-1 * var(--bump-down-lg));
    z-index: 1;
  }
  section.bump-up-lg, section.bump-down-lg {
    background: transparent;
  }
}
@media (min-width: 1200px) {
  .bump-up-xl {
    position: relative;
    top: calc(-1 * var(--bump-up-xl));
    margin-bottom: calc(-1 * var(--bump-up-xl));
    z-index: 2;
  }
  .bump-down-xl {
    position: relative;
    bottom: calc(-1 * var(--bump-down-xl));
    margin-top: calc(-1 * var(--bump-down-xl));
    z-index: 1;
  }
  section.bump-up-xl, section.bump-down-xl {
    background: transparent;
  }
}
@media (min-width: 1400px) {
  .bump-up-xxl {
    position: relative;
    top: calc(-1 * var(--bump-up-xxl));
    margin-bottom: calc(-1 * var(--bump-up-xxl));
    z-index: 2;
  }
  .bump-down-xxl {
    position: relative;
    bottom: calc(-1 * var(--bump-down-xxl));
    margin-top: calc(-1 * var(--bump-down-xxl));
    z-index: 1;
  }
  section.bump-up-xxl, section.bump-down-xxl {
    background: transparent;
  }
}
/*
Loom has a super annoying section that they add to the end of pages.
This is only added for loom users and the removal is exclusively for personal aesthetic.
My peace of mind after hiding it is immeasurable.
*/
#loom-companion-mv3 {
  display: none;
}
.modal .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.modal .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
hr.separator {
  border-top: var(--height, 2px) solid var(--color);
  width: var(--width, 100%);
  margin: var(--margin, 1rem) 0;
  opacity: var(--opacity, 1);
  height: 0;
  background-color: var(--color);
}
hr.separator.color-primary {
  --color: var(--primary) !important;
}
hr.separator.color-secondary {
  --color: var(--secondary) !important;
}
hr.separator.color-tertiary {
  --color: var(--tertiary) !important;
}
hr.separator.color-quaternary {
  --color: var(--quaternary) !important;
}
hr.separator.thick {
  border-top: var(--height, 4px) solid var(--color);
}
hr.separator.thin {
  border-top: var(--height, 1px) solid var(--color);
}
hr.separator.center-1 {
  margin: var(--margin, 1rem) auto;
}
.wi-well-v2 {
  --shadow-size-desktop: 0.75rem;
  --shadow-size-mobile: 0.75rem;
}
.wi-well-v2.border-color-primary {
  --border-color: #ff527f !important;
}
.wi-well-v2.bg-color-primary {
  --bg-color: #ff527f !important;
}
.wi-well-v2.bg-mobile-color-primary {
  --bg-mobile-color: #ff527f !important;
}
.wi-well-v2.shadow-color-primary {
  --shadow-color: #ff527f !important;
}
.wi-well-v2.border-color-secondary {
  --border-color: #3abfe0 !important;
}
.wi-well-v2.bg-color-secondary {
  --bg-color: #3abfe0 !important;
}
.wi-well-v2.bg-mobile-color-secondary {
  --bg-mobile-color: #3abfe0 !important;
}
.wi-well-v2.shadow-color-secondary {
  --shadow-color: #3abfe0 !important;
}
.wi-well-v2.border-color-tertiary {
  --border-color: #000000 !important;
}
.wi-well-v2.bg-color-tertiary {
  --bg-color: #000000 !important;
}
.wi-well-v2.bg-mobile-color-tertiary {
  --bg-mobile-color: #000000 !important;
}
.wi-well-v2.shadow-color-tertiary {
  --shadow-color: #000000 !important;
}
.wi-well-v2.border-color-quaternary {
  --border-color: #F79218 !important;
}
.wi-well-v2.bg-color-quaternary {
  --bg-color: #F79218 !important;
}
.wi-well-v2.bg-mobile-color-quaternary {
  --bg-mobile-color: #F79218 !important;
}
.wi-well-v2.shadow-color-quaternary {
  --shadow-color: #F79218 !important;
}
@media (max-width: breakpoint("lg", false)) {
  .wi-well-v2[class*="bg-mobile-color"] {
    --bg-color: var(--bg-mobile-color) !important;
  }
}
@media (min-width: breakpoint("lg")) {
  .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: #ff527f !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-secondary {
    --header-bg-color: #3abfe0 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-tertiary {
    --header-bg-color: #000000 !important;
  }
  .wi-well-v2.desktop-only-1 > .header.header-bg-color-quaternary {
    --header-bg-color: #F79218 !important;
  }
  .wi-well-v2.desktop-only-1 > .content {
    padding: var(--well-desktop-padding, 2.25rem);
    flex-grow: 1;
  }
}
@media (min-width: breakpoint("lg")) and (max-width: breakpoint("lg", false)) {
  .wi-well-v2.desktop-only-1.shadow-1 {
    --shadow-size: var(--shadow-size-mobile);
  }
}
@media (min-width: breakpoint("lg")) and (max-width: breakpoint("lg", false)) {
  .wi-well-v2.desktop-only-1 > .content {
    padding: var(--well-mobile-padding, 1.875rem 1.25rem);
  }
}
@media (max-width: breakpoint("lg", false)) {
  .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: #ff527f !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-secondary {
    --header-bg-color: #3abfe0 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-tertiary {
    --header-bg-color: #000000 !important;
  }
  .wi-well-v2.mobile-only-1 > .header.header-bg-color-quaternary {
    --header-bg-color: #F79218 !important;
  }
  .wi-well-v2.mobile-only-1 > .content {
    padding: var(--well-desktop-padding, 2.25rem);
    flex-grow: 1;
  }
}
@media (max-width: breakpoint("lg", false)) and (max-width: breakpoint("lg", false)) {
  .wi-well-v2.mobile-only-1.shadow-1 {
    --shadow-size: var(--shadow-size-mobile);
  }
}
@media (max-width: breakpoint("lg", false)) and (max-width: breakpoint("lg", false)) {
  .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: breakpoint("lg", false)) {
  .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: #ff527f !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-secondary {
  --header-bg-color: #3abfe0 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-tertiary {
  --header-bg-color: #000000 !important;
}
.wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .header.header-bg-color-quaternary {
  --header-bg-color: #F79218 !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: breakpoint("lg", false)) {
  .wi-well-v2:not(.desktop-only-1):not(.mobile-only-1) > .content {
    padding: var(--well-mobile-padding, 1.875rem 1.25rem);
  }
}
.btn-light:focus {
    color: #008e9c !important;
    background-color: white !important;
    border-color: white !important;
}'
.btn-light {
    background-color: white !important;
    border-color: white !important;
}