/*************************************
* IMAGE SLIDER MODULE
*************************************/
.sek-column-inner [data-sek-module-type="czr_img_slider_module"] {
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}

[data-sek-module-type="czr_img_slider_module"] {
  /* SWIPER BULLETS */
  /* SWIPER ARROWS */
}

[data-sek-module-type="czr_img_slider_module"] .sek-carousel-img [src*="data:image/gif;"] {
  display: none;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-loading .sek-carousel-img img {
  display: none;
}

.customizer-preview .swiper-wrapper .swiper-lazy-preloader {
  display: none;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-container {
  width: 100%;
  height: 100%;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-container .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
}

@media (max-width: 575.98px) {
  [data-sek-module-type="czr_img_slider_module"] .swiper-container .swiper-wrapper {
    height: 200px;
  }
}

[data-sek-module-type="czr_img_slider_module"] .swiper-container[data-sek-image-layout="nimble-wizard"] .sek-carousel-img {
  height: 100%;
  overflow: hidden;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-container[data-sek-image-layout="nimble-wizard"] .sek-carousel-img img {
  max-width: none;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-container[data-sek-image-layout="height-100"] .sek-carousel-img {
  height: 100%;
  width: auto;
  overflow: hidden;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-container[data-sek-image-layout="height-100"] .sek-carousel-img img {
  width: auto;
  height: 100%;
  max-width: none;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-container[data-sek-image-layout="cover"] .sek-carousel-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-container[data-sek-image-layout="cover"] .sek-carousel-img img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide image vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img {
  width: 100%;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img {
  width: 100%;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img.sek-h-centrd {
  width: auto !important;
  max-width: none !important;
  position: relative;
  opacity: 1;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img.sek-v-centrd {
  height: auto !important;
  max-height: none !important;
  vertical-align: top;
  position: relative;
  max-width: none !important;
  opacity: 1;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide[data-sek-has-overlay="true"] .sek-carousel-img::after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.3;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-slider-text-wrapper {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  position: absolute;
  /* Center slide text vertically
         => consistent with defaults in module registration */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-slider-text-content {
  height: auto;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  text-align: center;
  z-index: 3;
  overflow: hidden;
  color: #e2e2e2;
  font-size: 16px;
  line-height: 1.5em;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-slider-text-content * {
  font-size: 16px;
  line-height: 1.5em;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav {
  cursor: pointer;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-chevron {
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 11px;
  height: 11px;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev {
  left: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0px;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev .sek-chevron {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next {
  right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 2px;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next .sek-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev, [data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next {
  position: absolute;
  z-index: 2;
  top: calc(50% - 30px);
  text-align: center;
  margin-top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 60px;
  width: 50px;
  opacity: 0.6;
  background-color: rgba(32, 32, 32, 0.4);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  line-height: 64px;
  cursor: pointer;
  font-size: 18px;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev:hover, [data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next:hover {
  background-color: rgba(32, 32, 32, 0.7);
  opacity: 1;
  width: 100px;
}

@media (max-width: 575.98px) {
  [data-sek-module-type="czr_img_slider_module"] [data-sek-hide-nav-on-mobile="true"] .swiper-pagination {
    display: none;
  }
  [data-sek-module-type="czr_img_slider_module"] [data-sek-hide-nav-on-mobile="true"] .sek-swiper-nav {
    display: none;
  }
}
/*************************************
* SOCIAL ICONS MODULE
*************************************/
[data-sek-module-type="czr_social_icons_module"] .sek-module-inner .sek-social-icons-wrapper {
  margin: 10px 0;
}

.nb-loc .sek-module-inner .sek-social-icons-wrapper {
  text-align: center;
}

.nb-loc .sek-module-inner .sek-social-icons-wrapper > *:not(:last-child) {
  padding-right: 8px;
}

.nb-loc .sek-module-inner .sek-social-icons-wrapper > li {
  display: inline-block;
}

.nb-loc .sek-module-inner .sek-social-icons-wrapper > li a {
  color: #707070;
}

.nb-loc .sek-module-inner .sek-social-icons-wrapper > li .sek-social-icon {
  font-size: 28px;
  line-height: 1.5em;
}

.nb-loc .sek-module-inner .sek-social-icons-wrapper > li .sek-social-icon {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*************************************
* HEADING MODULE
*************************************/
.sek-module-inner .sek-heading {
  text-align: center;
  margin: 0.6em 0;
  display: block;
}

.sek-module-inner .sek-heading > a {
  color: inherit;
  font-size: inherit;
}
body .nb-loc [data-sek-id="__nimble__54d0684dd355"] > .sek-container-fluid > .sek-sektion-inner{max-width:90%;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__54d0684dd355"] > .sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__54d0684dd355"]{padding-top:2%;padding-bottom:2%;}.nb-loc .sek-row [data-sek-id="__nimble__6d31702a952d"] .sek-module-inner > .sek-heading{text-align:left;}[data-sek-id="__nimble__228d53753fd7"]{padding-left:5%;padding-right:5%;}body .nb-loc [data-sek-id="__nimble__71cfecaf2f34"] > .sek-container-fluid > .sek-sektion-inner{max-width:1000px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__71cfecaf2f34"] > .sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__71cfecaf2f34"]{padding-top:75px;padding-bottom:75px;}[data-sek-id="__nimble__5059b0dfaf66"]{margin-right:10px;margin-left:10px;}[data-sek-id="__nimble__d8c27ac13d9c"] .sek-module-inner .sek-social-icons-wrapper > *:not(:last-child){padding-right:8px;}.nb-loc [data-sek-id="__nimble__d8c27ac13d9c"] [data-sek-item-id="8ee6a1cee317"] .sek-social-icon{color:#3b5998;}[data-sek-id="__nimble__d8c27ac13d9c"]  [data-sek-item-id="8ee6a1cee317"] .sek-social-icon:hover{color:#5f7ec1;}.nb-loc [data-sek-id="__nimble__d8c27ac13d9c"] [data-sek-item-id="ad2a2f0d7da4"] .sek-social-icon{color:#262626;}[data-sek-id="__nimble__d8c27ac13d9c"]  [data-sek-item-id="ad2a2f0d7da4"] .sek-social-icon:hover{color:#4c4c4c;}.nb-loc .sek-row [data-sek-id="__nimble__3db4099ce733"] .sek-embed::before{height:73vh;}[data-sek-id="__nimble__951a16a18702"]{margin-right:10px;margin-left:10px;}.nb-loc .sek-row [data-sek-id="__nimble__4834bda02aca"] .sek-module-inner > .sek-heading{text-align:center;font-family:'Roboto';font-size:32px;color:#141414;}.nb-loc .sek-row [data-sek-id="__nimble__700cb5d4f338"] .sek-module-inner,.nb-loc .sek-row [data-sek-id="__nimble__700cb5d4f338"] .sek-module-inner p,.nb-loc .sek-row [data-sek-id="__nimble__700cb5d4f338"] .sek-module-inner a,.nb-loc .sek-row [data-sek-id="__nimble__700cb5d4f338"] .sek-module-inner li{text-align:justify;font-family:'Montserrat';color:#333333;}[data-sek-id="__nimble__2cf4fd9b2d23"]{background-position:50% 50%;background-repeat:no-repeat;border-radius:10px;padding-top:4%;padding-left:4%;padding-right:4%;}@media(min-width:768px){[data-sek-id="__nimble__54d0684dd355"] .sek-sektion-inner > .sek-column[data-sek-id="__nimble__f629c0e81018"]{-ms-flex: 0 0 44.658%;flex: 0 0 44.658%;max-width: 44.658%}[data-sek-id="__nimble__54d0684dd355"] .sek-sektion-inner > .sek-column[data-sek-id="__nimble__c6ddf8217725"]{-ms-flex: 0 0 55.342%;flex: 0 0 55.342%;max-width: 55.342%}}@media(min-width: 768px){[data-sek-level="location"] [data-sek-id="__nimble__71cfecaf2f34"] .sek-sektion-inner > .sek-col-50[data-sek-id="__nimble__5059b0dfaf66"]{-ms-flex: 0 0 calc(50.000% - 20px) ;flex: 0 0 calc(50.000% - 20px);max-width: calc(50.000% - 20px)}[data-sek-level="location"] [data-sek-id="__nimble__71cfecaf2f34"] .sek-sektion-inner > .sek-col-50[data-sek-id="__nimble__951a16a18702"]{-ms-flex: 0 0 calc(50.000% - 20px) ;flex: 0 0 calc(50.000% - 20px);max-width: calc(50.000% - 20px)}}@media(max-width: 768px){.sek-sektion-inner > [data-sek-id="__nimble__5059b0dfaf66"]{-ms-flex: 0 0 calc(100% - 20px) ;flex: 0 0 calc(100% - 20px);max-width: calc(100% - 20px)}.sek-sektion-inner > [data-sek-id="__nimble__951a16a18702"]{-ms-flex: 0 0 calc(100% - 20px) ;flex: 0 0 calc(100% - 20px);max-width: calc(100% - 20px)}}@media(max-width:767px){body .nb-loc [data-sek-id="__nimble__54d0684dd355"] > .sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__228d53753fd7"]{padding-left:1px;padding-right:1px;}body .nb-loc [data-sek-id="__nimble__71cfecaf2f34"] > .sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__71cfecaf2f34"]{padding-top:40px;padding-bottom:40px;}[data-sek-id="__nimble__951a16a18702"]{margin-left:10px;margin-right:10px;padding-right:20px;padding-left:20px;}}@media(max-width: 767px){[data-sek-id="__nimble__71cfecaf2f34"] .sek-sektion-inner{-ms-flex-direction: column-reverse;flex-direction: column-reverse;}[data-sek-id="__nimble__71cfecaf2f34"] .sek-sektion-inner > [data-sek-level="column"]{-webkit-box-flex: 1;-ms-flex: auto;flex: auto;}}@media(max-width: 576px){.sek-sektion-inner > [data-sek-id="__nimble__5059b0dfaf66"]{-ms-flex: 0 0 calc(100% - 20px) ;flex: 0 0 calc(100% - 20px);max-width: calc(100% - 20px)}.sek-sektion-inner > [data-sek-id="__nimble__951a16a18702"]{-ms-flex: 0 0 calc(100% - 20px) ;flex: 0 0 calc(100% - 20px);max-width: calc(100% - 20px)}}@media(max-width:575px){body .nb-loc [data-sek-id="__nimble__54d0684dd355"] > .sek-container-fluid{padding-left:inherit;padding-right:inherit;}body .nb-loc [data-sek-id="__nimble__71cfecaf2f34"] > .sek-container-fluid{padding-left:inherit;padding-right:inherit;}.nb-loc .sek-row [data-sek-id="__nimble__3db4099ce733"] .sek-embed::before{height:336px;}.nb-loc .sek-row [data-sek-id="__nimble__4834bda02aca"] .sek-module-inner > .sek-heading{font-size:23px;}}