/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* No mobile hover
*
* how to use:
    @include hover() {
        opacity: 0.5;
    }
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.handwritten, .handwritten * {
  font-family: "Nothing You Could Do";
}

.block-locations {
  display: block;
  position: relative;
  background-color: #F5F5F5;
  padding-bottom: 150px;
}
@media (max-width: 767.98px) {
  .block-locations {
    padding-bottom: 167px;
  }
}
.block-locations__section-title {
  display: block;
  position: relative;
  color: #184e51;
  margin: 0 0 58px 0;
  font-weight: 400;
  font-size: 72px;
  font-size: calc(36px + (72 - 36) * (100vw - 767px) / (1920 - 767));
  line-height: 86.4px;
  line-height: calc(43px + (86.4 - 43) * (100vw - 767px) / (1920 - 767));
}
@media screen and (max-width: 767px) {
  .block-locations__section-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1920px) {
  .block-locations__section-title {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .block-locations__section-title {
    line-height: 43px;
  }
}
@media screen and (min-width: 1920px) {
  .block-locations__section-title {
    line-height: 86.4px;
  }
}
@media (max-width: 991.98px) {
  .block-locations__section-title {
    margin-bottom: 24px;
  }
  .block-locations__section-title br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .block-locations__section-title {
    font-weight: 500;
  }
}
.block-locations .col-nav {
  text-align: right;
  padding-top: 12px;
}
@media (max-width: 767.98px) {
  .block-locations .col-nav {
    overflow-x: auto;
  }
  .block-locations .col-nav::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
  }
}
@media (max-width: 991.98px) {
  .block-locations .col-nav {
    text-align: left;
    padding-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .block-locations .col-nav {
    text-align: left;
    padding-top: 0;
    margin-bottom: 23px;
  }
}
.block-locations .col-nav .fz-button-rounded {
  display: inline-block;
  margin-left: 12px;
}
@media (max-width: 1479.98px) {
  .block-locations .col-nav .fz-button-rounded {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1279.98px) {
  .block-locations .col-nav .fz-button-rounded {
    margin-left: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .block-locations .col-nav .fz-button-rounded {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 0;
    margin-right: 8px;
  }
}
@media (max-width: 767.98px) {
  .block-locations .col-nav .fz-button-rounded {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.125rem;
    letter-spacing: 0.25px;
  }
}
@media (max-width: 767.98px) {
  .block-locations .col-nav .block-locations__tabs-nav {
    width: 600px;
  }
}
.block-locations .row--tab {
  position: absolute;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.block-locations .row--tab.is-active {
  position: relative;
  display: flex;
  height: auto;
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
}
.block-locations__image {
  display: none;
}
.block-locations__image--desktop {
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .block-locations__image--desktop {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .block-locations__image--mobile {
    display: block;
    border-radius: 12px;
  }
}
.block-locations__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E5E5E5;
  border-radius: 12px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: calc(100% - 20px);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
@media (max-width: 767.98px) {
  .block-locations__map {
    position: relative;
    height: 300px;
    max-width: 100%;
    margin: 24px 0 0 0;
  }
}
.block-locations .swiper-navigation {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 4;
  left: 0;
  top: 125px;
}
@media (max-width: 991.98px) {
  .block-locations .swiper-navigation {
    top: 105px;
  }
}
@media (max-width: 767.98px) {
  .block-locations .swiper-navigation {
    top: 183px;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.block-locations .swiper-button-prev, .block-locations .swiper-button-next {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: solid 1px #17383a;
  margin: 0 13px;
  background-color: transparent;
  top: 0;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border 200ms ease-in-out;
}
.block-locations .swiper-button-prev:hover, .block-locations .swiper-button-next:hover {
  background-color: #35ED54;
  color: #184e51;
  border-color: transparent;
}
.block-locations .swiper-button-prev:after, .block-locations .swiper-button-next:after {
  display: none;
}
@media (max-width: 767.98px) {
  .block-locations .swiper-button-prev, .block-locations .swiper-button-next {
    width: 42px;
    height: 42px;
    margin: 0 8px;
  }
}
.block-locations .swiper-button-prev.swiper-button-disabled, .block-locations .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.block-locations .swiper-button-prev {
  background-image: url(images/icon-arrow-prev.befb16.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  left: 0;
}
@media (max-width: 767.98px) {
  .block-locations .swiper-button-prev {
    left: auto;
    right: 0;
  }
}
.block-locations .swiper-button-next {
  background-image: url(images/icon-arrow-next.9a027c.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  right: 0;
}
@media (max-width: 767.98px) {
  .block-locations .swiper-button-next {
    right: auto;
    left: 0;
  }
}
.block-locations .card-swiper-container {
  margin: 100px 6.3% 78px 6.3%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .block-locations .card-swiper-container {
    margin: 80px 6.3% 78px 6.3%;
  }
}
@media (max-width: 767.98px) {
  .block-locations .card-swiper-container {
    margin: 24px 0;
  }
}
.block-locations .swiper-slide {
  max-width: 290px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .block-locations .swiper-slide {
    max-width: 100%;
  }
}
.block-locations .swiper-slide .box-benefit__icon {
  margin-bottom: 17px;
  width: 74px;
  height: auto;
}
@media (max-width: 767.98px) {
  .block-locations .swiper-slide .box-benefit__icon {
    margin-bottom: 30px;
  }
}
.block-locations .swiper-slide .box-benefit__text {
  font-weight: 400;
  font-size: 24px;
  font-size: calc(16px + (24 - 16) * (100vw - 767px) / (1920 - 767));
  line-height: 32px;
  line-height: calc(19px + (32 - 19) * (100vw - 767px) / (1920 - 767));
  color: #184e51;
}
@media screen and (max-width: 767px) {
  .block-locations .swiper-slide .box-benefit__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1920px) {
  .block-locations .swiper-slide .box-benefit__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .block-locations .swiper-slide .box-benefit__text {
    line-height: 19px;
  }
}
@media screen and (min-width: 1920px) {
  .block-locations .swiper-slide .box-benefit__text {
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .block-locations .swiper-slide .box-benefit__text {
    letter-spacing: -0.3px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .block-locations .swiper-pagination {
    bottom: -15px;
  }
}
.block-locations .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: solid 1px #184e51;
  background-color: transparent;
  margin: 0 8px !important;
}
.block-locations .swiper-pagination-bullet-active {
  background-color: #184e51;
}

a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

/*# sourceMappingURL=block_locations.css.map*/