/* default */
/* title font */
/* base font */
/* devices */
/* base colors */
/* form colors */
/* ======= SOCIAL MEDIA ========*/
/* ======= RESETS ========*/
/* reset */
@import '../css/fonts/icomoon/style.css';
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

h1,
.h1,
.usercontent h1,
.mce-content-body h1,
h2,
.h2,
.usercontent h2,
.mce-content-body h2,
h3,
.h3,
.usercontent h3,
.mce-content-body h3,
h4,
.h4,
.usercontent h4,
.mce-content-body h4,
h5,
.h5,
.usercontent h5,
.mce-content-body h5,
h6,
.h6,
.usercontent h6,
.mce-content-body h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p {
  margin: 0;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

hr {
  border-top-color: #e5e5e5;
  clear: both;
}

form {
  margin: 0;
}

button {
  padding: 0;
  width: auto;
  border: none;
  background: none;
  font-weight: inherit;
  font-family: Poppins, sans-serif;
}

label {
  margin: 0;
  font-weight: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  outline: none;
  color: inherit;
  text-decoration: none;
  transition: all 300ms;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
  outline: none !important;
}

/* imports */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
     * Remove all paddings around the image on small screen
     */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0; /*
/*rtl:end:ignore*/
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0; /*
/*rtl:end:ignore*/
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* pickadate */
@media (min-width: 576px) {
  .picker--opened .picker__frame {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

input[type=text].picker__input {
  width: auto;
  background-image: url("../images/ico-calendar.png");
  background-position: 95% center;
  background-repeat: no-repeat;
}

.flatpickr-time .numInputWrapper input {
  padding: 9px;
  border: none;
}

/* Reframe JS fallbacks */
.js-reframe {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.js-reframe iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.slick-lightbox .slick-lightbox-close::before, .slick-lightbox .slick-arrow.slick-prev::before, .slick-lightbox .slick-arrow.slick-next::before, .testslider.__secondone .largeslider-button .sliderbutton::after, .testslider .largeslider-button .sliderbutton::after, .serviceswrap-title span::before, .workswrap-title span::before, .footer-socialwrap .socialicon::before, .footer-header span::before, .socialshare-socialicon::after, .accordion-head::before, .sidemenu-toggle::after, .selectBox-arrow::after, .error_feedback ul li::before, .input_error::before, .field_wrap.__checkboxes > label::after,
.field_wrap.__checkboxes > .input_wrap > label::after, i {
  display: inline-block;
  text-transform: none;
  vertical-align: middle;
  font-family: icomoon;
  font-size: 22px;
  color: #000;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  transition: all 0.3s;
}

.banner::before, .workswrap-block-imagecontainer-withvideo::before, .workswrap-block-imagecontainer::before, .homepagebanner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  transition: all 0.3s;
}

.videoblock, .largeslideritem, .banner, .homepagebanner, .imagemodal {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sronly {
  position: absolute;
  left: -999999px;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.largeslideritem-image img, .imagetextblock-image img, .doubleimageblock-smallimage img, .doubleimageblock-largeimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;"; /* IE Polyfill */
}

/* headings */
.h1, .usercontent h1,
.mce-content-body h1,
.h2,
.usercontent h2,
.mce-content-body h2,
.h3,
.usercontent h3,
.mce-content-body h3,
.h4,
.usercontent h4,
.mce-content-body h4,
.h5,
.usercontent h5,
.mce-content-body h5,
.h6,
.usercontent h6,
.mce-content-body h6 {
  margin: 0 0 0.8125rem 0;
  line-height: 1;
}

.h1, .usercontent h1,
.mce-content-body h1 {
  font-size: 1.875rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .h1, .usercontent h1,
  .mce-content-body h1 {
    font-size: 2.5rem;
  }
}

.h2, .usercontent h2,
.mce-content-body h2 {
  font-size: 1.625rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .h2, .usercontent h2,
  .mce-content-body h2 {
    font-size: 1.875rem;
  }
}

.h3, .usercontent h3,
.mce-content-body h3 {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .h3, .usercontent h3,
  .mce-content-body h3 {
    font-size: 1.5rem;
  }
}

.h4, .usercontent h4,
.mce-content-body h4 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .h4, .usercontent h4,
  .mce-content-body h4 {
    font-size: 1.25rem;
  }
}

.h5, .usercontent h5,
.mce-content-body h5 {
  font-size: 1.125rem;
}

.h6, .usercontent h6,
.mce-content-body h6 {
  font-size: 1rem;
}

.a, .usercontent a,
.mce-content-body a {
  color: #fe00cc;
  text-decoration: underline;
}
.a:hover, .usercontent a:hover,
.mce-content-body a:hover, .a:focus, .usercontent a:focus,
.mce-content-body a:focus {
  color: rgb(177.5, 0, 142.5590551181);
  text-decoration: none;
}

/* usercontent */
.usercontent,
.mce-content-body {
  color: #181818;
}
@media (min-width: 768px) {
  .usercontent.__medium p, .usercontent.__medium li,
  .mce-content-body.__medium p,
  .mce-content-body.__medium li {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .usercontent.__large p, .usercontent.__large li,
  .mce-content-body.__large p,
  .mce-content-body.__large li {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .usercontent.__xlarge p, .usercontent.__xlarge li,
  .mce-content-body.__xlarge p,
  .mce-content-body.__xlarge li {
    font-size: 1.75rem;
  }
}
.usercontent.__thin,
.mce-content-body.__thin {
  font-weight: 100;
}
.usercontent.__extralight,
.mce-content-body.__extralight {
  font-weight: 200;
}
.usercontent.__light,
.mce-content-body.__light {
  font-weight: 300;
}
.usercontent.__regular,
.mce-content-body.__regular {
  font-weight: 400;
}
.usercontent.__medium,
.mce-content-body.__medium {
  font-weight: 500;
}
.usercontent.__semibold,
.mce-content-body.__semibold {
  font-weight: 600;
}
.usercontent.__bold,
.mce-content-body.__bold {
  font-weight: 700;
}
.usercontent.__extrabold,
.mce-content-body.__extrabold {
  font-weight: 800;
}
.usercontent.__black,
.mce-content-body.__black {
  font-weight: 900;
}
.usercontent p,
.mce-content-body p {
  margin: 0 0 2.5rem 0;
  line-height: 1.65;
  letter-spacing: 0.5px;
  font-size: 1.0625rem;
  color: #181818;
}
.usercontent p.__thin, .usercontent span.__thin,
.mce-content-body p.__thin,
.mce-content-body span.__thin {
  font-weight: 100;
}
.usercontent p.__extralight, .usercontent span.__extralight,
.mce-content-body p.__extralight,
.mce-content-body span.__extralight {
  font-weight: 200;
}
.usercontent p.__light, .usercontent span.__light,
.mce-content-body p.__light,
.mce-content-body span.__light {
  font-weight: 300;
}
.usercontent p.__regular, .usercontent span.__regular,
.mce-content-body p.__regular,
.mce-content-body span.__regular {
  font-weight: 400;
}
.usercontent p.__medium, .usercontent span.__medium,
.mce-content-body p.__medium,
.mce-content-body span.__medium {
  font-weight: 500;
}
.usercontent p.__semibold, .usercontent span.__semibold,
.mce-content-body p.__semibold,
.mce-content-body span.__semibold {
  font-weight: 600;
}
.usercontent p.__bold, .usercontent span.__bold,
.mce-content-body p.__bold,
.mce-content-body span.__bold {
  font-weight: 700;
}
.usercontent p.__extrabold, .usercontent span.__extrabold,
.mce-content-body p.__extrabold,
.mce-content-body span.__extrabold {
  font-weight: 800;
}
.usercontent p.__black, .usercontent span.__black,
.mce-content-body p.__black,
.mce-content-body span.__black {
  font-weight: 900;
}
.usercontent form a,
.mce-content-body form a {
  color: #999;
}
.usercontent form a:hover, .usercontent form a:focus,
.mce-content-body form a:hover,
.mce-content-body form a:focus {
  color: rgb(114.75, 114.75, 114.75);
}
.usercontent ul,
.usercontent ol,
.mce-content-body ul,
.mce-content-body ol {
  margin: 0 0 2.5rem 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.6em;
}
.usercontent ul li,
.mce-content-body ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
}
.usercontent ul li::before,
.mce-content-body ul li::before {
  content: "";
  color: #fe00cc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fe00cc;
  position: absolute;
  top: 7px;
  left: 0;
}
.usercontent ol li,
.mce-content-body ol li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  counter-increment: step-counter;
}
.usercontent ol li::before,
.mce-content-body ol li::before {
  content: counter(step-counter);
  display: inline-block;
  width: 25px;
  color: #fe00cc;
  position: absolute;
  top: 0;
  left: 0;
}
.usercontent blockquote,
.mce-content-body blockquote {
  word-break: normal;
  white-space: normal;
  background: none;
  font-size: 1.5rem;
  color: #181818;
  font-weight: 500;
  line-height: 1.63;
  letter-spacing: 0.5px;
  text-decoration: underline;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .usercontent blockquote,
  .mce-content-body blockquote {
    margin: -7px 0 0 0;
  }
}
.usercontent blockquote > p,
.mce-content-body blockquote > p {
  line-height: 1.6em;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .usercontent blockquote > p,
  .mce-content-body blockquote > p {
    font-size: 1.5rem;
  }
}
.usercontent .iframe-wrap,
.mce-content-body .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 100%;
  overflow: hidden;
}
.usercontent .iframe-wrap iframe,
.usercontent .iframe-wrap object,
.usercontent .iframe-wrap embed,
.mce-content-body .iframe-wrap iframe,
.mce-content-body .iframe-wrap object,
.mce-content-body .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.usercontent .table-wrap,
.mce-content-body .table-wrap {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.usercontent .table-wrap table,
.mce-content-body .table-wrap table {
  width: 100%;
  max-width: 100%;
}
.usercontent :last-child,
.mce-content-body :last-child {
  margin-bottom: 0;
}
.usercontent .alignleft,
.mce-content-body .alignleft {
  float: left;
}
.usercontent .alignright,
.mce-content-body .alignright {
  float: right;
}
.usercontent table,
.mce-content-body table {
  border-collapse: collapse;
}
.usercontent table tr td, .usercontent table tr th,
.mce-content-body table tr td,
.mce-content-body table tr th {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
.usercontent table tr th,
.mce-content-body table tr th {
  background: #e7e7e7;
}

.button, .testslider.__secondone .largeslider-button .sliderbutton, .testslider .largeslider-button .sliderbutton, .sliderbutton, .submit_wrap button,
.form-submit button {
  background: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 25px 35px;
  border: none;
  border-radius: 37.5px;
  text-align: center;
  text-decoration: none !important;
  font-size: 0.9375rem;
  letter-spacing: 2px;
  cursor: none;
  position: relative;
  transition: all 0.3s;
}
.button:hover, .testslider .largeslider-button .sliderbutton:hover, .sliderbutton:hover, .submit_wrap button:hover,
.form-submit button:hover, .button:focus, .testslider .largeslider-button .sliderbutton:focus, .sliderbutton:focus, .submit_wrap button:focus,
.form-submit button:focus {
  background: #fe00cc;
  color: #ffffff;
}
.button:hover span:nth-of-type(1), .testslider.__secondone .largeslider-button .sliderbutton:hover span:nth-of-type(1), .sliderbutton:hover span:nth-of-type(1), .submit_wrap button:hover span:nth-of-type(1),
.form-submit button:hover span:nth-of-type(1), .button:focus span:nth-of-type(1), .testslider.__secondone .largeslider-button .sliderbutton:focus span:nth-of-type(1), .sliderbutton:focus span:nth-of-type(1), .submit_wrap button:focus span:nth-of-type(1),
.form-submit button:focus span:nth-of-type(1) {
  transform: translate(0, -100%);
}
.button:hover span:nth-of-type(2), .testslider.__secondone .largeslider-button .sliderbutton:hover span:nth-of-type(2), .sliderbutton:hover span:nth-of-type(2), .submit_wrap button:hover span:nth-of-type(2),
.form-submit button:hover span:nth-of-type(2), .button:focus span:nth-of-type(2), .testslider.__secondone .largeslider-button .sliderbutton:focus span:nth-of-type(2), .sliderbutton:focus span:nth-of-type(2), .submit_wrap button:focus span:nth-of-type(2),
.form-submit button:focus span:nth-of-type(2) {
  transform: translate(0, 0);
}
.button-wrap {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.button-wrap span {
  display: inline-block;
  transition: all 0.3s ease;
}
.button-wrap span:nth-of-type(1) {
  transform: translate(0, 0);
}
.button-wrap span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
.button.__cta, .testslider .largeslider-button .__cta.sliderbutton, .__cta.sliderbutton, .submit_wrap button.__cta,
.form-submit button.__cta {
  padding: 30px 60px;
  margin: 15px 0;
}
@media (min-width: 992px) {
  .button.__cta, .testslider .largeslider-button .__cta.sliderbutton, .__cta.sliderbutton, .submit_wrap button.__cta,
  .form-submit button.__cta {
    margin: 0;
  }
}

.submit_wrap button,
.form-submit button {
  padding: 30px 80px;
}

.sliderbutton {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  color: #181818;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 2px;
  background: none;
}
.sliderbutton:hover, .sliderbutton:focus {
  background: none;
  color: #181818;
}
/* form elements */
input[type=text],
input[type=password],
input[type=number],
input[type=email],
textarea,
select,
.selectBox-dropdown {
  margin: 0;
  padding: 20px 20px 18px 20px;
  border-radius: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #4b4b4b;
  background: #fff;
  line-height: 1.2;
  font-size: 1rem;
  outline: none;
  transition: all 200ms;
  font-family: Poppins, sans-serif;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
textarea:focus,
select:focus,
.selectBox-dropdown:focus {
  border-color: #fe00cc;
}

textarea {
  min-height: 180px;
}

input[type=file] {
  padding: 10px;
  border: 1px dashed #bbb;
}

input[type=number] {
  width: auto;
}

.field_wrap {
  position: relative;
  margin: 0 0 20px 0;
}
.field_wrap .label_wrap {
  padding-bottom: 6px;
}
.field_wrap .label_wrap label {
  display: none;
}

/* custom checkboxes + radio buttons */
.field_wrap.__checkboxes input[type=checkbox] {
  position: absolute;
  left: -9999px;
  margin: 0;
}
.field_wrap.__checkboxes > label,
.field_wrap.__checkboxes > .input_wrap > label {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding-left: 30px;
  cursor: pointer;
  color: #181818;
}
.field_wrap.__checkboxes > label::before,
.field_wrap.__checkboxes > .input_wrap > label::before {
  content: "";
  border: 1px solid #c7c7c7;
  background: #eaeaea;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  color: transparent;
}
.field_wrap.__checkboxes > label::after,
.field_wrap.__checkboxes > .input_wrap > label::after {
  content: "\e948";
  font-size: 12px;
  color: #4a4a4a;
  font-weight: 900;
  color: white;
  position: absolute;
  top: 6px;
  left: 4px;
  opacity: 0;
}
.field_wrap.__checkboxes > label.__checked::before,
.field_wrap.__checkboxes > .input_wrap > label.__checked::before {
  background: #4ed741;
  border-color: #50be44;
}
.field_wrap.__checkboxes > label.__checked::after,
.field_wrap.__checkboxes > .input_wrap > label.__checked::after {
  opacity: 1;
}

.field_wrap.__radiobuttons input[type=radio] {
  position: absolute;
  left: -9999px;
  margin: 0;
}
.field_wrap.__radiobuttons > label,
.field_wrap.__radiobuttons > .input_wrap > label {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding-left: 30px;
  cursor: pointer;
  color: #181818;
}
.field_wrap.__radiobuttons > label::before,
.field_wrap.__radiobuttons > .input_wrap > label::before {
  content: "";
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  background: #eaeaea;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  color: transparent;
}
.field_wrap.__radiobuttons > label::after,
.field_wrap.__radiobuttons > .input_wrap > label::after {
  content: "";
  border: 1px solid #c7c7c7;
  border-radius: 50%;
  background: #4ed741;
  transform: scale(0.5);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
  color: transparent;
  opacity: 0;
}
.field_wrap.__radiobuttons > label.__checked::before,
.field_wrap.__radiobuttons > .input_wrap > label.__checked::before {
  border-color: #50be44;
  border-width: 2px;
}
.field_wrap.__radiobuttons > label.__checked::after,
.field_wrap.__radiobuttons > .input_wrap > label.__checked::after {
  opacity: 1;
}

/* placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #181818;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #181818;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #181818;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #181818;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

/* errors */
.input_error {
  background: #ffcfcf;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ff3939;
  border-top: none;
  color: #4b4243;
  padding: 15px 20px 14px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.input_error::before {
  content: "\e912";
  color: #ff3939;
  font-size: 12px;
  margin-right: 12px;
}

form .label_wrap label.error {
  color: #ff3939;
}
form .input_wrap input.error,
form .input_wrap select.error,
form .input_wrap textarea.error,
form .input_wrap .selectBox.error {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ff3939;
}
form .input_wrap input.error.__inline,
form .input_wrap select.error.__inline,
form .input_wrap textarea.error.__inline,
form .input_wrap .selectBox.error.__inline {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.error_feedback {
  margin: 0 0 2em 0;
  background: white;
  padding: 15px 20px;
  border: 1px solid #ff3939;
  background: #ffcfcf;
  color: #4b4243;
  text-align: left;
}
.error_feedback ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.error_feedback ul li {
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.error_feedback ul li::before {
  content: "\e912";
  color: #ff3939;
  font-size: 12px;
  margin-right: 12px;
}
.error_feedback ul li:last-child {
  margin: 0;
}

.selectBox-dropdown {
  min-width: 150px;
  position: relative;
  border: solid 1px #bbb;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #181818;
  outline: none;
  vertical-align: middle;
  background: #fff;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  cursor: default;
}
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  min-height: 1em;
  border: solid 1px #181818; /* should be the same border width as .selectBox-dropdown */
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fff;
  box-shadow: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.selectBox-label {
  white-space: nowrap;
  overflow: hidden;
}
.selectBox-inline {
  min-width: 150px;
  outline: none;
  border: solid 1px #bbb;
  background: #fff;
  display: inline-block;
  border-radius: 3px;
  overflow: auto;
}
.selectBox-options li:hover a, .selectBox-options li:focus a {
  color: #fff !important;
  background: #000000;
}
.selectBox-options li a {
  list-style: none;
  display: block;
  cursor: pointer;
  padding: 10px 20px;
  margin: 0;
  transition: all 0.3s;
}
.selectBox-options li.selectBox-selected a {
  background: #fe00cc;
  color: #fff;
}
.selectBox-arrow::after {
  content: "\e95d";
  font-size: 16px;
  color: #181818;
}
.selectBox-menuShowing-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectBox-menuShowing-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.selectBox-menuShowing .selectBox-arrow::after {
  content: "\e960";
}

/* burger */
.burger {
  display: inline-block;
  width: 66px;
  height: 66px;
  background: #fe00cc;
  border-radius: 50%;
  color: #fff;
  z-index: 9999;
  position: relative;
  transition: all 0.5s;
  position: fixed;
  bottom: 50px;
  right: 30px;
}
@media (min-width: 768px) {
  .burger {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.burger.__active .burger-toggle {
  background: #fe00cc;
}
.burger.__active .burger-toggle:before {
  top: 0;
  background: #fff;
  transform: rotate(135deg);
  width: 20px;
}
.burger.__active .burger-toggle:after {
  bottom: 0;
  background: #fff;
  transform: rotate(225deg);
}
.burger-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 2px;
  background: #fe00cc;
  overflow: visible;
  cursor: none !important;
}
.burger-toggle:after {
  content: "";
  position: absolute;
  left: 5px;
  width: 20px;
  height: 100%;
  background: #fff;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.3s;
  cursor: none !important;
}
.burger-toggle:before {
  content: "";
  position: absolute;
  left: 5px;
  width: 13px;
  height: 100%;
  background: #fff;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: all 0.3s ease;
  cursor: none !important;
}
.burger-toggle:before {
  top: -4px;
  transform: rotate(0);
}
.burger-toggle:after {
  bottom: -4px;
  transform: rotate(0);
}
.burger:hover .burger-toggle:before, .burger:focus .burger-toggle:before {
  width: 20px;
  transition: all 0.3s ease;
}

.navwindow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  transition: all 0.2s ease;
}

/* navwrap */
.navwrap {
  position: fixed;
  top: 0;
  left: -260px;
  bottom: 0;
  height: auto;
  width: 260px;
  z-index: 8888;
  overflow: hidden;
  overflow-y: scroll;
  transition: all 0.5s ease;
}
.navwrap .nav ul > li.menu-item {
  overflow: hidden;
}
.navwrap .nav ul > li.menu-item > a {
  transition-delay: 0;
  transform: translateY(100%);
  transition: all 0.2s cubic-bezier(0.13, 0.59, 0.51, 0.99);
}
.navwrap.__active {
  left: 0 !important;
  width: 100%;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .navwrap.__active {
    width: 660px;
  }
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(1) a {
  transition-delay: 0.1s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(2) a {
  transition-delay: 0.2s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(3) a {
  transition-delay: 0.3s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(4) a {
  transition-delay: 0.4s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(5) a {
  transition-delay: 0.5s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(6) a {
  transition-delay: 0.6s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(7) a {
  transition-delay: 0.7s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(8) a {
  transition-delay: 0.8s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(9) a {
  transition-delay: 0.9s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(10) a {
  transition-delay: 1s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(11) a {
  transition-delay: 1.1s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(12) a {
  transition-delay: 1.2s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(13) a {
  transition-delay: 1.3s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(14) a {
  transition-delay: 1.4s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(15) a {
  transition-delay: 1.5s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(16) a {
  transition-delay: 1.6s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(17) a {
  transition-delay: 1.7s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(18) a {
  transition-delay: 1.8s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(19) a {
  transition-delay: 1.9s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item:nth-child(20) a {
  transition-delay: 2s;
}
.navwrap.__active .nav > ul.__animatein > li.menu-item > a {
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.13, 0.59, 0.51, 0.99);
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(1) a {
  transition-delay: 0.1s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(2) a {
  transition-delay: 0.2s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(3) a {
  transition-delay: 0.3s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(4) a {
  transition-delay: 0.4s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(5) a {
  transition-delay: 0.5s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(6) a {
  transition-delay: 0.6s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(7) a {
  transition-delay: 0.7s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(8) a {
  transition-delay: 0.8s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(9) a {
  transition-delay: 0.9s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(10) a {
  transition-delay: 1s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(11) a {
  transition-delay: 1.1s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(12) a {
  transition-delay: 1.2s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(13) a {
  transition-delay: 1.3s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(14) a {
  transition-delay: 1.4s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(15) a {
  transition-delay: 1.5s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(16) a {
  transition-delay: 1.6s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(17) a {
  transition-delay: 1.7s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(18) a {
  transition-delay: 1.8s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(19) a {
  transition-delay: 1.9s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li:nth-child(20) a {
  transition-delay: 2s;
}
.navwrap.__active .nav > ul > li > ul.__animatein > li > a {
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.13, 0.59, 0.51, 0.99);
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(1) a {
  transition-delay: 0.1s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(2) a {
  transition-delay: 0.2s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(3) a {
  transition-delay: 0.3s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(4) a {
  transition-delay: 0.4s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(5) a {
  transition-delay: 0.5s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(6) a {
  transition-delay: 0.6s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(7) a {
  transition-delay: 0.7s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(8) a {
  transition-delay: 0.8s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(9) a {
  transition-delay: 0.9s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(10) a {
  transition-delay: 1s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(11) a {
  transition-delay: 1.1s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(12) a {
  transition-delay: 1.2s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(13) a {
  transition-delay: 1.3s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(14) a {
  transition-delay: 1.4s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(15) a {
  transition-delay: 1.5s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(16) a {
  transition-delay: 1.6s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(17) a {
  transition-delay: 1.7s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(18) a {
  transition-delay: 1.8s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(19) a {
  transition-delay: 1.9s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li:nth-child(20) a {
  transition-delay: 2s;
}
.navwrap.__active .nav > ul > li > ul > li > ul.__animatein > li > a {
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.13, 0.59, 0.51, 0.99);
}

/* nav */
.nav {
  height: auto;
  position: relative;
  width: 100%;
  font-family: Poppins, sans-serif;
  background: #000000;
  transition: all 0.3s ease;
}
.nav ul {
  height: auto;
  min-height: 100vh;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 768px) {
  .nav ul {
    padding: 140px 0 50px 30px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.nav ul > li.menu-item {
  display: block;
  position: relative;
}
.nav ul > li.menu-item:hover > a, .nav ul > li.menu-item:focus > a {
  color: #fe00cc;
}
.nav ul > li.menu-item a {
  display: block;
  font-size: 2.1875rem;
  color: #fff;
  padding: 0 50px;
  position: relative;
  transition: all 0.2s;
  letter-spacing: -1px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .nav ul > li.menu-item a {
    font-size: 3.125rem;
  }
}
.nav ul > li.menu-item-has-children {
  position: relative;
}
.nav ul > li.menu-item-has-children > ul {
  background: black;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: auto;
  right: -100%;
  height: auto;
  min-height: 100%;
  z-index: 50;
  margin: 0;
  transition: right 0.3s cubic-bezier(0.75, 0, 0.25, 1);
  display: none;
}
.nav ul > li.menu-item-has-children > ul.__active {
  right: 0 !important;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .nav ul > li.menu-item-has-children > ul li:hover > a, .nav ul > li.menu-item-has-children > ul li:focus > a {
    color: #fe00cc;
  }
}
.nav ul > li.menu-item-has-children > ul li > a {
  color: #fff;
  margin: 0;
  font-weight: 500;
  font-size: 1.5rem;
}
.nav ul > li.menu-item-has-children > ul li ul {
  background: black;
  display: none;
}
.nav ul > li.menu-item-has-children > ul li ul.__active {
  overflow-y: scroll;
  left: 0 !important;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .nav ul > li.menu-item-has-children > ul li ul {
    top: 0;
    left: -260px;
    z-index: 60;
  }
}
@media (min-width: 992px) {
  .nav ul:first-child > li.menu-item-has-children > a::after {
    display: none;
  }
}
.nav ul li.current-menu-item a::before {
  width: 100%;
  opacity: 1;
}
.nav ul li.backto {
  margin: 0 0 20px 0;
}
.nav ul li.backto > a {
  padding: 0 50px;
  position: relative;
  font-size: 1.75rem !important;
  font-weight: 600 !important;
}
.nav ul li.viewall > a {
  color: #fff;
  font-family: Poppins, sans-serif;
  padding: 0 50px;
}
.nav ul li.backto,
.nav ul li.viewall {
  overflow: hidden;
}
.nav ul li.backto a,
.nav ul li.viewall a {
  transform: translateY(100px);
  transition: all 0.2s cubic-bezier(0.13, 0.59, 0.51, 0.99);
}

/* sidemenu */
.sidemenu {
  margin: 0 0 30px 0;
}
.sidemenu.__active .sidemenu-toggle::after {
  content: "\e960";
}
.sidemenu-toggle {
  font-size: 1.375rem;
  color: #181818;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 992px) {
  .sidemenu-toggle {
    display: none;
  }
}
.sidemenu-toggle::after {
  content: "\e95d";
  font-size: 14px;
}
.sidemenu-menu {
  display: none;
}
@media (min-width: 992px) {
  .sidemenu-menu {
    display: block !important;
  }
}
.sidemenu-menu ul li.menu-item:hover > a::after, .sidemenu-menu ul li.menu-item:focus > a::after {
  width: 20px;
  margin: 0 10px 0 0;
}
.sidemenu-menu ul li.menu-item a {
  color: #4a4a4a;
  font-size: 1.125rem;
  padding: 5px 0;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
}
.sidemenu-menu ul li.menu-item a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
}
.sidemenu-menu ul li.current-menu-item > a::after {
  width: 20px;
  margin: 0 10px 0 0;
}

.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.breadcrumb-content {
  padding: 15px 0;
}
.breadcrumb-content a,
.breadcrumb-content span {
  font-size: em(18);
}
.breadcrumb-content a {
  transition: all 0.3s;
}
.breadcrumb-content a:hover, .breadcrumb-content a:focus {
  color: #000000;
}
.breadcrumb-content i {
  font-size: 12px;
}

.imagegrid {
  padding: 50px 0;
}
.imagegrid-block {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (100%)[1];
      grid-template-columns: repeat(1, 100%);
}
@media (min-width: 768px) {
  .imagegrid-block {
    -ms-grid-columns: (33.33%)[3];
        grid-template-columns: repeat(3, 33.33%);
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .imagegrid-block {
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
  }
}
.textpage {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .textpage {
    padding: 40px 0;
  }
}
/* accordion */
/* accordion */
.accordion {
  border-bottom: 2px solid #ccc;
  margin: -1px 0 0 0;
}
.accordion:first-child {
  border-top: 0;
}
.accordion:last-child {
  border-bottom: 0;
}
.accordion-blockheading {
  color: #181818;
  opacity: 0.47;
  padding-top: 0;
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: -2.33px;
}
.accordion-head {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 2px;
  padding: 20px;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.accordion-head::before {
  content: "\e95d";
  margin-right: 16px;
  color: #000;
  font-size: 16px;
  left: inherit;
  right: 20px;
  transition: all 0.3s;
}
.accordion-head.__active {
  background: #eaeaea;
}
.accordion-head.__active::before {
  content: "\e960";
}
.accordion-head:hover, .accordion-head:focus, .accordion-head:active {
  background: #f9f9f9;
}
.accordion-content {
  padding: 20px;
  border-top: 2px solid #ccc;
  display: none;
}

.accordionswrap {
  position: relative;
  margin: 60px 0 60px 0;
}
@media (min-width: 992px) {
  .accordionswrap {
    margin: 64px 0 64px 0;
  }
}
@media (min-width: 1200px) {
  .accordionswrap {
    margin: 72px 0 72px 0;
  }
}

/* demo icon item */
.iconitem {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 20px 0;
}

.interactiverow {
  margin: 0 0 50px 0;
}
@media (min-width: 768px) {
  .interactiverow {
    margin: 0 0 80px 0;
  }
}

.imagemodal {
  display: block;
  height: 300px;
  margin: 15px 0;
}

.introwrap {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.47;
  text-align: center;
}
.introwrap a {
  position: relative;
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 5px), #fe00cc 0px);
  background-repeat: no-repeat;
  background-size: 0% 10%;
  background-position: left bottom;
  transition: background-size 1s ease, color 300ms ease;
  display: inline;
}
.introwrap a:nth-of-type(1) {
  transition-delay: 0.75s;
}
.introwrap a:nth-of-type(2) {
  transition-delay: 1.5s;
}
.introwrap a:nth-of-type(3) {
  transition-delay: 2.25s;
}
.introwrap a:nth-of-type(4) {
  transition-delay: 3s;
}
.introwrap a:nth-of-type(5) {
  transition-delay: 3.75s;
}
.introwrap a:hover, .introwrap a:focus {
  color: #fe00cc;
  transition-delay: 0s;
}
.introwrap.__animatein a {
  background-size: 100% 10%;
}

html {
  font-size: 16px;
  cursor: none;
}
html a {
  cursor: none !important;
}

body {
  color: #4a4a4a;
  font-family: Poppins, sans-serif;
  overflow-x: hidden;
}
body.__mobile {
  overflow: hidden;
}
body.__logo-black .header-logo svg path.svgfill {
  fill: #000000;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  opacity: 1;
  right: -37px;
  font-size: 40px;
  padding-left: 6px;
  top: -49px;
  background: #000000;
  text-align: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.__animate,
.__animatenow {
  transform: translateY(80px);
  opacity: 0;
}
.__animate.__animatein,
.__animatenow.__animatein {
  transform: translateY(0);
  transition: all 900ms cubic-bezier(0.75, 0, 0.25, 1);
  opacity: 1;
}

.__animateleft {
  transform: translateX(-100px);
  opacity: 0;
}
.__animateleft.__animatein {
  transform: translateX(0);
  transition: all 600ms cubic-bezier(0.75, 0, 0.25, 1);
  opacity: 1;
}

.__animateright {
  transform: translateX(100px);
  opacity: 0;
}
.__animateright.__animatein {
  transform: translateX(0);
  transition: all 600ms cubic-bezier(0.75, 0, 0.25, 1);
  opacity: 1;
}

.__animatetop {
  transform: translateY(-100px);
  opacity: 0;
}
.__animatetop.__animatein {
  transform: translateY(0);
  transition: all 900ms cubic-bezier(0.75, 0, 0.25, 1);
  opacity: 1;
}

.__animatefade {
  opacity: 0;
}
.__animatefade.__animatein {
  transform: translateX(0);
  transition: all 1200ms cubic-bezier(0.75, 0, 0.25, 1);
  opacity: 1;
}

.customcursor {
  position: fixed;
  background-color: #fe00cc;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  transition: 600ms height cubic-bezier(0.17, 0.67, 0.32, 0.99), 600ms width cubic-bezier(0.17, 0.67, 0.32, 0.99), 600ms transform cubic-bezier(0.17, 0.67, 0.32, 0.99), 0s left ease, 0s top ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transform: translate(0px, 0px);
  pointer-events: none;
  z-index: 99999;
}
.customcursor span {
  display: block;
  transform: scale(0);
  padding-top: 28px;
  text-align: center;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 2px;
  transition: all 300ms ease;
  transform-origin: 40% 0;
  opacity: 0;
}
.customcursor.__hover {
  transform: translate(-20px, -20px);
  height: 80px;
  width: 80px;
}
.customcursor.__hover span {
  transform: scale(1);
  transition: all 450ms ease;
  opacity: 1;
}

.w-100 {
  width: 100%;
}

.wrapper {
  position: relative;
  transition: all 0.3s;
}
.wrapper.__searchactive {
  transform: translateY(60px);
}
.wrapper.__overlay::before {
  content: "";
  position: fixed;
  background-color: #000;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  transform: translateY(-100%);
  transition: all 1200ms cubic-bezier(0.75, 0, 0.25, 1);
  z-index: 99999;
}
.wrapper.__overlay.__active::before {
  transform: translateY(0);
}

.socialshare {
  margin: 30px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  .socialshare {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.socialshare-titleblock {
  padding: 30px 80px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #181818;
  border-radius: 37.5px;
  color: #ffffff;
}
.socialshare-titleblock-title {
  position: relative;
  overflow: hidden;
}
.socialshare-titleblock-title span {
  display: inline-block;
  transition: all 0.3s ease;
}
.socialshare-titleblock-title span:nth-of-type(1) {
  transform: translate(0, 0);
}
.socialshare-titleblock-title span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
.socialshare-titleblock:hover, .socialshare-titleblock:focus {
  background: #fe00cc;
}
.socialshare-titleblock:hover span:nth-of-type(1), .socialshare-titleblock:focus span:nth-of-type(1) {
  transform: translate(0, -100%);
}
.socialshare-titleblock:hover span:nth-of-type(2), .socialshare-titleblock:focus span:nth-of-type(2) {
  transform: translate(0, 0);
}
.socialshare-tag {
  padding: 10px 0 0 0;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 1.76px;
  color: #181818;
}
@media (min-width: 768px) {
  .socialshare-tag {
    padding: 0 0 0 30px;
  }
}
.socialshare-socialset {
  background: #333;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -55px;
  padding: 5px 0;
  border-radius: 30px;
  opacity: 0;
  transition: all 0.3s;
}
.socialshare-socialset.__active {
  top: -60px;
  opacity: 1;
}
.socialshare-socialicon {
  margin: 0 5px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000000;
  transition: all 0.3s;
}
.socialshare-socialicon::after {
  content: "\e942";
  color: #fff;
  font-size: 16px;
}
.socialshare-socialicon.__fb::after {
  content: "\e951";
}
.socialshare-socialicon.__li::after {
  content: "\e955";
}
.socialshare-socialicon.__tw::after {
  content: "\e958";
}
.socialshare-socialicon.__inst::after {
  content: "\e954";
}
.socialshare-socialicon:hover, .socialshare-socialicon:focus {
  background: #fe00cc;
}

.header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .header {
    padding: 50px 0;
  }
}
.header .row {
  -ms-flex-align: center;
      align-items: center;
}
.header-logo {
  display: none;
  opacity: 1;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .header-logo {
    display: block;
    z-index: 1;
    padding: 10px 20px 0 20px;
  }
}
.header-logo.__mobile {
  display: block;
  z-index: 1;
  padding: 10px 0 0 10px;
}
@media (min-width: 768px) {
  .header-logo.__mobile {
    display: none;
  }
}
.header-opts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header.__sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
.header.__hidelogo .header-logo {
  opacity: 0;
}

.footer {
  background: #181818;
  padding: 60px 0 10px 0;
  color: #fff;
}
@media (min-width: 768px) {
  .footer {
    padding: 100px 0 10px 0;
  }
}
.footer hr {
  opacity: 0.22;
  border: 1px solid #979797;
  margin-top: 20px;
}
.footer.__lower {
  background: #181818;
  font-size: 0.9375rem;
  line-height: 2.07;
  letter-spacing: 1px;
  color: #c3c3c3;
  padding: 0 0 30px 0;
}
@media (min-width: 768px) {
  .footer.__lower {
    padding: 0 0 180px 0;
  }
}
@media (min-width: 768px) {
  .footer-links ul li {
    display: inline-block;
  }
  .footer-links ul li:not(:last-child):after {
    content: "";
    border-left: solid 2px #979797;
    margin: 0 10px;
  }
}
.footer-col {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .footer-col ul li {
    display: inline-block;
  }
  .footer-col ul li:not(:last-child):after {
    content: "";
    border-left: solid 2px #979797;
    margin: 0 10px;
  }
}
.footer-header {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 0.82;
  color: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  .footer-header {
    padding-bottom: 30px;
    font-size: 3.75rem;
  }
}
.footer-header span::before {
  content: "\e904";
  font-size: 30px;
  top: 0;
  bottom: 0;
  right: -37px;
  position: absolute;
  color: #fff;
  transform: rotateX(180deg);
}
@media (min-width: 768px) {
  .footer-header span::before {
    bottom: 33px;
  }
}
.footer-header:hover, .footer-header:focus {
  color: #fe00cc;
  text-decoration: none;
}
.footer-header:hover span::before, .footer-header:focus span::before {
  color: #fe00cc;
}
.footer-socialwrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0;
}
@media (min-width: 992px) {
  .footer-socialwrap {
    margin: 19px 0;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .footer-socialwrap {
    margin: 0;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.footer-socialwrap .socialicon {
  font-size: 1.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 30px 0 0;
  transition: all 0.3s;
}
.footer-socialwrap .socialicon::before {
  font-size: 20px;
  margin: 0 5px 0 0;
  transition: all 0.3s;
  color: #c3c3c3;
  padding: 15px;
}
.footer-socialwrap .socialicon.__twitter::before {
  content: "\e958";
}
.footer-socialwrap .socialicon.__facebook::before {
  content: "\e951";
}
.footer-socialwrap .socialicon.__linkedin::before {
  content: "\e955";
}
.footer-socialwrap .socialicon.__instagram::before {
  content: "\e954";
}
.footer-socialwrap .socialicon.__youtube::before {
  content: "\e900";
  font-size: 1.5625rem;
}
.footer-socialwrap .socialicon.__vimeo::before {
  content: "\e92e";
  font-size: 1.125rem;
}
.footer-socialwrap .socialicon:hover, .footer-socialwrap .socialicon:focus {
  color: #000000;
}
.footer-socialwrap .socialicon:hover::before, .footer-socialwrap .socialicon:focus::before {
  border-radius: 50%;
  background: #000000;
}
@media (min-width: 992px) {
  .footer-nav ul li {
    display: inline-block;
  }
}
.footer-nav ul li a {
  font-size: 1.125rem;
  display: block;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 1px;
  color: #c3c3c3;
  transition: all 0.3s;
}
.footer-nav ul li a:hover, .footer-nav ul li a:focus {
  color: #fe00cc;
  text-decoration: none;
}

.homepagebanner {
  position: relative;
  text-align: center;
  padding: 40px 0;
  height: 560px;
}
.homepagebanner::before {
  opacity: 0;
  z-index: 1;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
}
@media (min-width: 768px) {
  .homepagebanner::before {
    opacity: 1;
  }
}
@media (min-width: 576px) {
  .homepagebanner {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .homepagebanner {
    padding: 0;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media (min-width: 992px) {
  .homepagebanner {
    height: 45.5vw;
  }
}
@media (min-width: 768px) {
  .homepagebanner.__subpage {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .homepagebanner.__subpage {
    height: 400px;
  }
}
@media (min-width: 1300px) {
  .homepagebanner.__subpage {
    height: 450px;
  }
}
.homepagebanner-wrap {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
}
.homepagebanner-video {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .homepagebanner-video {
    left: 0;
    right: 0;
    transform: none;
  }
}
.homepagebanner-video video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .homepagebanner-video video {
    width: 100%;
  }
}
.homepagebanner-video-controls {
  display: none;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .homepagebanner-video-controls {
    display: block;
  }
}
.homepagebanner-video-controls-button {
  -ms-flex-align: center;
      align-items: center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -ms-flex-pack: center;
      justify-content: center;
  transition: background 0.3s ease;
  width: 80px !important;
  cursor: none;
}
.homepagebanner-video-controls-button span {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
}
.homepagebanner-content {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 1.125rem;
  padding-top: 100px;
}
@media (min-width: 768px) {
  .homepagebanner-content {
    padding-top: 80px;
  }
}
.homepagebanner-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -0.5px;
  color: #ffffff;
}
@media (min-width: 576px) {
  .homepagebanner-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .homepagebanner-title {
    font-size: 3.125rem;
  }
}
.homepagebanner-title.__large {
  font-size: 3.5rem;
}
@media (min-width: 992px) {
  .homepagebanner-title.__large {
    font-size: 6rem;
  }
}
.homepagebanner-title.__medium {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  .homepagebanner-title.__medium {
    font-size: 4rem;
  }
}
.homepagebanner-title.__small {
  font-size: 1.875rem;
}
@media (min-width: 992px) {
  .homepagebanner-title.__small {
    font-size: 3.125rem;
  }
}
.homepagebanner-title h1 {
  overflow: hidden;
}
.homepagebanner-title h1 span {
  transform: translateY(100%);
  transition: all 0.8s cubic-bezier(0.13, 0.59, 0.51, 0.99);
  display: block;
}
.homepagebanner-title h1:nth-child(1) span {
  transition-delay: 0.2s;
}
.homepagebanner-title h1:nth-child(2) span {
  transition-delay: 0.4s;
}
.homepagebanner-title h1:nth-child(3) span {
  transition-delay: 0.6s;
}
.homepagebanner-title h1:nth-child(4) span {
  transition-delay: 0.8s;
}
.homepagebanner-title h1:nth-child(5) span {
  transition-delay: 1s;
}
.homepagebanner-title h1:nth-child(6) span {
  transition-delay: 1.2s;
}
.homepagebanner-title h1:nth-child(7) span {
  transition-delay: 1.4s;
}
.homepagebanner-title h1:nth-child(8) span {
  transition-delay: 1.6s;
}
.homepagebanner-title h1:nth-child(9) span {
  transition-delay: 1.8s;
}
.homepagebanner-title h1:nth-child(10) span {
  transition-delay: 2s;
}
.homepagebanner-title h1:nth-child(11) span {
  transition-delay: 2.2s;
}
.homepagebanner-title h1:nth-child(12) span {
  transition-delay: 2.4s;
}
.homepagebanner-title h1:nth-child(13) span {
  transition-delay: 2.6s;
}
.homepagebanner-title h1:nth-child(14) span {
  transition-delay: 2.8s;
}
.homepagebanner-title h1:nth-child(15) span {
  transition-delay: 3s;
}
.homepagebanner-title h1:nth-child(16) span {
  transition-delay: 3.2s;
}
.homepagebanner-title h1:nth-child(17) span {
  transition-delay: 3.4s;
}
.homepagebanner-title h1:nth-child(18) span {
  transition-delay: 3.6s;
}
.homepagebanner-title h1:nth-child(19) span {
  transition-delay: 3.8s;
}
.homepagebanner-title h1:nth-child(20) span {
  transition-delay: 4s;
}
.homepagebanner-title.__animatein h1 span {
  transform: translateY(0);
}

.workswrap {
  margin: 60px 0;
}
@media (min-width: 768px) {
  .workswrap {
    margin: 40px 0 100px 0;
    padding: 0 30px;
  }
}
.workswrap.__withtitleblock {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .workswrap.__withtitleblock {
    margin: 0 0 100px 0;
    padding: 0 30px;
  }
}
.workswrap.__titleblock {
  overflow: hidden;
  margin: 80px 0 0 0;
}
.workswrap-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 2px;
  color: #070302;
  position: relative;
  display: inline-block;
  margin-left: 20px;
}
.workswrap-title::before {
  content: "";
  position: absolute;
  background: #070302;
  width: 100%;
  height: 1px;
  bottom: 0;
  color: #070302;
}
@media (min-width: 768px) {
  .workswrap-title {
    margin-bottom: 40px;
    margin-left: 0;
  }
}
.workswrap-title span::before {
  content: "\e904";
  font-size: 14px;
  padding: 0 0 0 3px;
  color: #070302;
}
.workswrap-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.workswrap-block-imagecontainer {
  height: 250px;
  width: 100%;
  padding: 3px;
  margin: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .workswrap-block-imagecontainer {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .workswrap-block-imagecontainer {
    margin: 0;
  }
  .workswrap-block-imagecontainer:nth-of-type(7n-6) {
    width: 60%;
  }
  .workswrap-block-imagecontainer:nth-of-type(7n-5) {
    width: 40%;
  }
  .workswrap-block-imagecontainer:nth-of-type(7n-4) {
    width: 40%;
  }
  .workswrap-block-imagecontainer:nth-of-type(7n-3) {
    width: 60%;
  }
  .workswrap-block-imagecontainer:nth-of-type(7n-2) {
    width: 25%;
  }
  .workswrap-block-imagecontainer:nth-of-type(7n-1) {
    width: 50%;
  }
  .workswrap-block-imagecontainer:nth-of-type(7n) {
    width: 25%;
  }
}
.workswrap-block-imagecontainer::before {
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  opacity: 0;
  z-index: 1;
}
.workswrap-block-imagecontainer.__nobeforeelement::before {
  display: none;
}
.workswrap-block-imagecontainer .videoplay {
  opacity: 0;
  z-index: 99;
}
.workswrap-block-imagecontainer-withvideo {
  display: inline;
}
.workswrap-block-imagecontainer-withvideo::before {
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  opacity: 0;
  z-index: 1;
}
.workswrap-block-imagecontainer.__nooverlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.workswrap-block-imagecontainer.__nooverlay::before {
  display: none;
}
.workswrap-block-imagecontainer-content {
  position: absolute;
  top: 20px;
  left: 35px;
  z-index: 1;
}
.workswrap-block-imagecontainer-content-title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.5px;
  color: #ffffff;
  opacity: 0.7;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .workswrap-block-imagecontainer-content-title {
    font-size: 1.875rem;
    padding-top: 0;
  }
}
.workswrap-block-imagecontainer-content-link {
  opacity: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fe00cc;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.workswrap-block-imagecontainer-content-link span {
  display: inline-block;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}
.workswrap-block-imagecontainer-content-link span:nth-of-type(1) {
  transform: translate(0, 0);
}
.workswrap-block-imagecontainer-content-link span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
.workswrap-block-imagecontainer-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.workswrap-block-imagecontainer-image img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.workswrap-block-imagecontainer-button {
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 1.76px;
  text-align: center;
  color: #181818;
  display: block;
  position: relative;
  max-width: 100px;
  transition: all 0.3s;
}
.workswrap-block-imagecontainer-button::before {
  content: "";
  position: relative;
  width: 1px;
  height: 53px;
  background: #181818;
  z-index: 1;
  display: block;
  margin: 15px auto;
  transition: all 0.3s;
}
.workswrap-block-imagecontainer-button .purpledot {
  color: #fe00cc;
}
.workswrap-block-imagecontainer-button:hover::before, .workswrap-block-imagecontainer-button:focus::before {
  height: 27px;
  transition: all 0.3s;
}
.workswrap-block-imagecontainer:hover::before, .workswrap-block-imagecontainer:focus::before {
  opacity: 0.4;
}
.workswrap-block-imagecontainer:hover .workswrap-block-imagecontainer-content-link, .workswrap-block-imagecontainer:focus .workswrap-block-imagecontainer-content-link {
  opacity: 1;
  transition: all 0.3s ease;
}
.workswrap-block-imagecontainer:hover .workswrap-block-imagecontainer-content-link span:nth-of-type(1), .workswrap-block-imagecontainer:focus .workswrap-block-imagecontainer-content-link span:nth-of-type(1) {
  transform: translate(0, -100%);
}
.workswrap-block-imagecontainer:hover .workswrap-block-imagecontainer-content-link span:nth-of-type(2), .workswrap-block-imagecontainer:focus .workswrap-block-imagecontainer-content-link span:nth-of-type(2) {
  transform: translate(0, 0);
}
.workswrap-block-imagecontainer:hover .workswrap-block-imagecontainer-image img, .workswrap-block-imagecontainer:focus .workswrap-block-imagecontainer-image img {
  transform: scale(1.02);
}
.workswrap-block-imagecontainer:hover .videoplay, .workswrap-block-imagecontainer:focus .videoplay {
  opacity: 1;
  z-index: 99;
}
.workswrap .loadmore {
  text-align: center;
  padding: 60px 0 0 0;
}
@media (min-width: 992px) {
  .workswrap .loadmore {
    padding: 100px 0 0 0;
  }
}
.workswrap .loadmore .button, .workswrap .loadmore .testslider.__secondone .largeslider-button .sliderbutton, .testslider.__secondone .largeslider-button .workswrap .loadmore .sliderbutton, .workswrap .loadmore .submit_wrap button, .submit_wrap .workswrap .loadmore button,
.workswrap .loadmore .form-submit button,
.form-submit .workswrap .loadmore button, .workswrap .loadmore .sliderbutton {
  padding: 30px 70px;
}

.serviceswrap {
  position: relative;
  margin: 60px 0 60px 0;
}
@media (min-width: 992px) {
  .serviceswrap {
    margin: 90px 0 60px 0;
  }
}
@media (min-width: 1200px) {
  .serviceswrap {
    margin: 180px 0 130px 0;
  }
}
.serviceswrap-title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 2px;
  color: #070302;
  position: relative;
  display: inline-block;
}
.serviceswrap-title::before {
  content: "";
  position: absolute;
  background: #070302;
  width: 100%;
  height: 1px;
  bottom: 0;
  color: #070302;
}
.serviceswrap-title span::before {
  content: "\e904";
  padding: 0 0 0 3px;
  font-size: 14px;
  color: #070302;
}
.serviceswrap-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 768px) {
  .serviceswrap-content {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.serviceswrap-content > a {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: -2.33px;
  color: #000000;
  padding-top: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .serviceswrap-content > a {
    font-size: 2.5rem;
    color: #181818;
    opacity: 0.47;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .serviceswrap-content > a {
    font-size: 3.75rem;
  }
}
.serviceswrap-content > a:hover, .serviceswrap-content > a:focus {
  opacity: 1;
}
.serviceswrap-content > a span {
  padding: 0 5px 0 0;
  transform: translateY(100%);
  transition: all 0.8s cubic-bezier(0.13, 0.59, 0.51, 0.99);
  display: block;
}
.serviceswrap-content > a:nth-child(1) span {
  transition-delay: 0.2s;
}
.serviceswrap-content > a:nth-child(2) span {
  transition-delay: 0.4s;
}
.serviceswrap-content > a:nth-child(3) span {
  transition-delay: 0.6s;
}
.serviceswrap-content > a:nth-child(4) span {
  transition-delay: 0.8s;
}
.serviceswrap-content > a:nth-child(5) span {
  transition-delay: 1s;
}
.serviceswrap-content > a:nth-child(6) span {
  transition-delay: 1.2s;
}
.serviceswrap-content > a:nth-child(7) span {
  transition-delay: 1.4s;
}
.serviceswrap-content > a:nth-child(8) span {
  transition-delay: 1.6s;
}
.serviceswrap-content > a:nth-child(9) span {
  transition-delay: 1.8s;
}
.serviceswrap-content > a:nth-child(10) span {
  transition-delay: 2s;
}
.serviceswrap-content > a:nth-child(11) span {
  transition-delay: 2.2s;
}
.serviceswrap-content > a:nth-child(12) span {
  transition-delay: 2.4s;
}
.serviceswrap-content > a:nth-child(13) span {
  transition-delay: 2.6s;
}
.serviceswrap-content > a:nth-child(14) span {
  transition-delay: 2.8s;
}
.serviceswrap-content > a:nth-child(15) span {
  transition-delay: 3s;
}
.serviceswrap-content > a:nth-child(16) span {
  transition-delay: 3.2s;
}
.serviceswrap-content > a:nth-child(17) span {
  transition-delay: 3.4s;
}
.serviceswrap-content > a:nth-child(18) span {
  transition-delay: 3.6s;
}
.serviceswrap-content > a:nth-child(19) span {
  transition-delay: 3.8s;
}
.serviceswrap-content > a:nth-child(20) span {
  transition-delay: 4s;
}
.serviceswrap-content.__animatein > a span {
  transform: translateY(0);
}
.serviceswrap-tag {
  background: #e5192f;
  padding: 5px 8px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.65;
  letter-spacing: 0.47px;
  position: absolute;
  bottom: 200px;
  left: 0;
}
@media (min-width: 768px) {
  .serviceswrap-tag {
    padding: 10px 15px;
    font-size: 1.0625rem;
    bottom: 97px;
  }
}
@media (min-width: 1200px) {
  .serviceswrap-tag {
    bottom: 26px;
  }
}

.uswrap {
  background: #181818;
  padding: 45px 10px 0 20px;
}
@media (min-width: 768px) {
  .uswrap {
    padding: 130px 0 0 0;
  }
}
.uswrap-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 0.82;
  color: #ffffff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .uswrap-title {
    font-size: 3.75rem;
  }
}
.uswrap-title .purpledot {
  color: #fe00cc;
}
.uswrap-title.__animatetop {
  transform: translateY(100%);
  opacity: 0;
}
.uswrap-title.__animatetop.__animatein {
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.75, 0, 0.25, 1);
  opacity: 1;
}
.uswrap-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #838383;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .uswrap-text {
    font-size: 1.25rem;
  }
}

.homepageslider {
  position: relative;
  background: #181818;
  padding-top: 50px;
}
@media (min-width: 768px) {
  .homepageslider {
    padding-top: 20px;
  }
}
.homepageslider.__whitefont {
  background: #ffffff;
}
.homepageslider-items {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  will-change: transform;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}
@media (min-width: 1025px) {
  .homepageslider-items {
    overflow-x: hidden;
  }
}
.homepageslider .slideritem {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .homepageslider .slideritem {
    margin: 0 30px;
  }
}
.homepageslider .slideritem-image {
  display: block;
  width: auto;
  height: 300px;
}
@media (min-width: 768px) {
  .homepageslider .slideritem-image {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .homepageslider .slideritem-image {
    height: 630px;
  }
}
@media (min-width: 768px) {
  .homepageslider .slideritem-image.__small {
    height: 588px;
  }
}
.homepageslider .slideritem-image img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media (min-width: 768px) {
  .homepageslider .slideritem-wrap {
    padding-top: 60px;
  }
  .homepageslider .slideritem-wrap.__small {
    padding-top: 0;
  }
}
.homepageslider .slideritem-article {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: 1px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-position: under;
  -webkit-text-decoration-color: #838383;
          text-decoration-color: #838383;
  margin: 20px 0 20px 0;
}
.homepageslider .slideritem-article.__darkfont {
  color: #000000;
  text-decoration: none;
}

.banner {
  background: #181818;
  position: relative;
  text-align: center;
  padding: 40px 0;
  height: auto;
}
@media (min-width: 576px) {
  .banner {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .banner {
    padding: 0;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 500px;
  }
}
.banner.__typography::before {
  background: transparent;
}
.banner.__typography .banner-content {
  padding: 50px 0;
}
.banner.__typography.__white {
  background-color: #ffffff;
}
.banner.__typography.__white .banner-content,
.banner.__typography.__white .banner-title {
  color: #181818;
}
@media (min-width: 768px) {
  .banner.__subpage {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .banner.__subpage {
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .banner.__subpage {
    height: 450px;
  }
}
.banner-wrap {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.banner-content {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 1.0625rem;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .banner-content {
    padding: 200px 0 50px 0;
  }
}
.banner-title {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -2px;
  color: #ffffff;
}
@media (min-width: 576px) {
  .banner-title {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .banner-title {
    font-size: 3.75rem;
  }
}
.banner-title.__large {
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .banner-title.__large {
    font-size: 2.5rem;
  }
}
.banner-title.__animatetop {
  transform: translateY(100%);
  opacity: 0;
}
.banner-title.__animatetop.__animatein {
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.75, 0, 0.25, 1);
  opacity: 1;
}
.banner-text {
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.47px;
  color: #ffffff;
  padding-top: 10px;
}
.banner-text.__greyfont {
  color: #bababa;
}
@media (min-width: 992px) {
  .banner-text {
    padding-top: 20px;
  }
}
.banner-link {
  margin: 20px 0 0 0;
}
.banner-tag {
  font-size: 0.9375rem;
  line-height: 1.87;
  letter-spacing: 0.42px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 0 15px 0 0;
}
.banner-tag-wrap {
  position: relative;
  padding: 30px 0 0 0;
}
@media (min-width: 1200px) {
  .banner-tag-wrap {
    position: absolute;
    bottom: 40px;
    right: 50%;
    transform: translate(50%);
    width: 50%;
  }
}

.newswrap {
  margin: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .newswrap {
    margin: 40px 0 150px 0;
    padding: 0 30px;
  }
}
.newswrap.__small {
  background: #181818;
  margin: 0;
  padding: 50px 30px 0 30px;
}
.newswrap-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .newswrap-block > a {
    width: 50%;
  }
  .newswrap-block > a:nth-of-type(odd) {
    padding-right: 30px;
  }
  .newswrap-block > a:nth-of-type(even) {
    padding-left: 30px;
  }
}
.newswrap-block-container {
  width: 100%;
  padding: 15px;
  position: relative;
  margin-bottom: 98px;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .newswrap-block-container {
    padding: 3px;
    margin-bottom: 98px;
  }
}
@media (min-width: 992px) {
  .newswrap-block-container {
    margin-bottom: 130px;
  }
}
.newswrap-block-container-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition-delay: 0.4s;
}
.newswrap-block-container-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;";
  transition: transform 0.3s ease;
}
.newswrap-block-container-image-content {
  position: absolute;
}
@media (min-width: 768px) {
  .newswrap-block-container-image-content {
    padding: 10px 40px 0 40px;
  }
}
@media (min-width: 992px) {
  .newswrap-block-container-image-content {
    padding: 10px 70px 0 70px;
  }
}
@media (min-width: 1200px) {
  .newswrap-block-container-image-content {
    padding: 10px 40px 0 40px;
  }
}
.newswrap-block-container-image-content-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.94;
  letter-spacing: 1.78px;
  color: #838383;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
  display: inline-block;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.newswrap-block-container-image-content-title span {
  display: inline-block;
  transition: all 0.3s ease;
}
.newswrap-block-container-image-content-title span:nth-of-type(1) {
  transform: translate(0, 0);
}
.newswrap-block-container-image-content-title span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
.newswrap-block-container-image-content-title.__whitefont {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.newswrap-block-container-image-content-text {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.9px;
  color: #181818;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.newswrap-block-container-image-content-text span {
  display: inline-block;
  transition: all 0.3s ease;
}
.newswrap-block-container-image-content-text span:nth-of-type(1) {
  transform: translate(0, 0);
}
.newswrap-block-container-image-content-text span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
@media (min-width: 768px) {
  .newswrap-block-container-image-content-text {
    font-size: 1.125rem;
  }
}
.newswrap-block-container-image-content-text.__greyfont {
  color: #838383;
}
.newswrap-block-container-button::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  color: red;
}
.newswrap-block-container:hover, .newswrap-block-container:focus {
  transform: scale(0.97);
}
.newswrap-block-container:hover-link, .newswrap-block-container:focus-link {
  display: block;
}
.newswrap-block-container:hover .newswrap-block-container-image-content-title span:nth-of-type(1), .newswrap-block-container:focus .newswrap-block-container-image-content-title span:nth-of-type(1) {
  transform: translate(0, -100%);
}
.newswrap-block-container:hover .newswrap-block-container-image-content-title span:nth-of-type(2), .newswrap-block-container:focus .newswrap-block-container-image-content-title span:nth-of-type(2) {
  transform: translate(0, 0);
}
.newswrap-block-container:hover .newswrap-block-container-image-content-text span:nth-of-type(1), .newswrap-block-container:focus .newswrap-block-container-image-content-text span:nth-of-type(1) {
  transform: translate(0, -100%);
}
.newswrap-block-container:hover .newswrap-block-container-image-content-text span:nth-of-type(2), .newswrap-block-container:focus .newswrap-block-container-image-content-text span:nth-of-type(2) {
  transform: translate(0, 0);
}
.newswrap-block-container:hover .newswrap-block-container-image img, .newswrap-block-container:focus .newswrap-block-container-image img {
  transform: scale(1.03);
}
.newswrap .loadmore {
  text-align: center;
  padding: 10px 0 50px 0;
}
.newswrap .loadmore .button, .newswrap .loadmore .testslider.__secondone .largeslider-button .sliderbutton, .testslider.__secondone .largeslider-button .newswrap .loadmore .sliderbutton, .newswrap .loadmore .submit_wrap button, .submit_wrap .newswrap .loadmore button,
.newswrap .loadmore .form-submit button,
.form-submit .newswrap .loadmore button, .newswrap .loadmore .sliderbutton {
  padding: 30px 70px;
}

.headerimageblock {
  padding: 15px;
}
@media (min-width: 1200px) {
  .headerimageblock {
    padding: 40px 40px;
  }
}
.headerimageblock.__wide {
  padding: 15px 0;
}
@media (min-width: 1200px) {
  .headerimageblock.__wide {
    padding: 40px 0;
  }
}
.headerimageblock.__nopadding {
  padding: 0;
}
.headerimageblock.__largeimage {
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .headerimageblock.__largeimage {
    margin-top: 150px;
    padding: 40px 40px;
  }
}
.headerimageblock-image {
  width: 100%;
  height: auto;
  position: relative;
}
.headerimageblock-image img {
  width: 100%;
}
.headerimageblock-image.__nogutters {
  padding: 0;
}
@media (min-width: 992px) {
  .headerimageblock .textpage {
    padding: 60px 0;
  }
}

@media (min-width: 768px) {
  .doubleimageblock {
    margin: 40px 0;
  }
}
.doubleimageblock-largeimage {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .doubleimageblock-largeimage {
    padding-top: 0;
  }
}
.doubleimageblock-largeimage img {
  object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}
.doubleimageblock-largeimage-tag {
  background: #e5192f;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 1.65;
  letter-spacing: 0.47px;
  position: absolute;
  bottom: 18px;
  left: 10px;
}
.doubleimageblock-smallimage {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .doubleimageblock-smallimage {
    margin-left: 90px;
  }
}
@media (min-width: 1200px) {
  .doubleimageblock-smallimage {
    margin-left: 90px;
  }
}
.doubleimageblock-smallimage.__left {
  margin: 50px 0 30px 0;
}
@media (min-width: 1200px) {
  .doubleimageblock-smallimage.__left {
    margin: 40px 90px 0 0;
  }
}
.doubleimageblock-smallimage img {
  object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}

.imagetextblock {
  padding: 70px 0 0 0;
}
@media (min-width: 768px) {
  .imagetextblock {
    padding: 50px 0;
  }
}
.imagetextblock-image {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.imagetextblock-image.__mobilefirst {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .imagetextblock-image.__mobilefirst {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .imagetextblock-image {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .imagetextblock-image {
    height: 100%;
  }
}
.imagetextblock-image img.__containimg {
  object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}
.imagetextblock-content {
  margin: 30px 0 0 0;
}
@media (min-width: 992px) {
  .imagetextblock-content {
    margin: 50px 0 0 0;
  }
  .imagetextblock-content .button, .imagetextblock-content .testslider .largeslider-button .sliderbutton, .testslider .largeslider-button .imagetextblock-content .sliderbutton, .imagetextblock-content .submit_wrap button, .submit_wrap .imagetextblock-content button,
  .imagetextblock-content .form-submit button,
  .form-submit .imagetextblock-content button, .imagetextblock-content .sliderbutton {
    margin-top: 50px;
  }
}
.imagetextblock-content.__left {
  margin: 0;
}
@media (min-width: 992px) {
  .imagetextblock-content.__left {
    margin: 50px 0 0 0;
  }
}

.largeslider {
  position: relative;
}
.largeslider-buttons {
  width: 330px;
  height: 50px;
  position: absolute;
  bottom: 0;
  background: #ffffff;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 768px) {
  .largeslider-buttons {
    width: 360px;
    height: 60px;
    left: 18px;
    padding: 45px 25px 0 25px;
  }
}
.largeslider-buttons .line {
  position: relative;
  width: 100px;
  height: 1px;
  background: transparent;
  z-index: 1;
  display: block;
  transition: all 0.3s ease;
  overflow: hidden;
}
.largeslider-buttons .line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  transition: all 0.3s ease;
  transform: translatex(0);
}
.largeslider-buttons .line.__goleft:before {
  transform: translatex(-50%);
}
.largeslider-buttons .line.__goright:before {
  transform: translatex(50%);
}
.largeslider-button {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.largeslideritem {
  height: 250px;
  outline: none !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 768px) {
  .largeslideritem {
    height: 500px;
    padding: 0 18px;
  }
}
@media (min-width: 1200px) {
  .largeslideritem {
    height: 700px;
  }
}
.largeslideritem-wrap {
  width: 100%;
}
.largeslideritem-image {
  width: 100%;
  height: 250px;
  position: relative;
}
@media (min-width: 768px) {
  .largeslideritem-image {
    height: 700px;
  }
}
.largeslideritem-image .tag {
  background: #e5192f;
  padding: 5px 8px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.65;
  letter-spacing: 0.47px;
  position: absolute;
  bottom: 70px;
  left: 10px;
}
@media (min-width: 768px) {
  .largeslideritem-image .tag {
    padding: 10px 15px;
    font-size: 1.0625rem;
    bottom: 110px;
    left: 30px;
  }
}

.largslidervariableitem {
  height: 60vw;
}
@media (min-width: 768px) {
  .largslidervariableitem {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .largslidervariableitem {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .largslidervariableitem {
    height: 600px;
  }
}
@media (min-width: 1366px) {
  .largslidervariableitem {
    height: 700px;
  }
}
@media (min-width: 1500px) {
  .largslidervariableitem {
    height: 900px;
  }
}

.testslider .slick-slider .slick-slide {
  opacity: 0.4;
  transition: all 0.3s;
}
.testslider .slick-slider .slick-active {
  opacity: 1;
}
.testslider .largeslider-button {
  position: absolute;
  top: 50%;
  z-index: 98;
  transform: translateY(-50%);
}
.testslider .largeslider-button.__next {
  right: 5px;
}
.testslider .largeslider-button .sliderbutton {
  width: 30px;
  height: 30px;
  padding: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 768px) {
  .testslider .largeslider-button .sliderbutton {
    width: 60px;
    height: 60px;
  }
}
.testslider .largeslider-button .sliderbutton::after {
  content: "\e93f";
  color: #fff;
  font-size: 15px;
}
.testslider .largeslider-button .sliderbutton.__prev {
  left: 5px;
}
.testslider .largeslider-button .sliderbutton.__prev::after {
  content: "\e936";
}
.testslider.__secondone .slick-slider .slick-slide {
  opacity: 1;
}
.testslider.__secondone .slideritem {
  margin: 0 10px;
}
.testslider.__secondone .largeslider-button {
  position: absolute;
  top: 50%;
  z-index: 98;
  transform: translateY(-50%);
}
.testslider.__secondone .largeslider-button.__next {
  right: 35px;
}
.testslider.__secondone .largeslider-button .sliderbutton {
  background: transparent;
  padding: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.testslider.__secondone .largeslider-button .sliderbutton::after {
  content: "\e940";
  color: #fe00cc;
  font-size: 30px;
}
.testslider.__secondone .largeslider-button .sliderbutton.__prev {
  left: 35px;
}
.testslider.__secondone .largeslider-button .sliderbutton.__prev::after {
  content: "\e943";
}
.testslider.__secondone .largeslider-button .sliderbutton:hover, .testslider.__secondone .largeslider-button .sliderbutton:focus {
  background: transparent;
  color: none;
}

.slick-lightbox {
  background: #333 !important;
}

.slick-lightbox-slick-img {
  max-width: 100% !important;
}

.slick-lightbox .slick-arrow {
  width: 55px;
  height: 55px;
  position: absolute;
  background: transparent;
  border-radius: 50%;
  top: 50%;
  z-index: 10;
  font-size: 0.1px;
  color: transparent;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: all 0.4s ease;
}
.slick-lightbox .slick-arrow:hover, .slick-lightbox .slick-arrow:focus {
  background: none;
}

.slick-lightbox .slick-arrow.slick-next::before {
  content: "\e940";
  font-size: 30px;
  color: #fe00cc;
}

.slick-lightbox .slick-arrow.slick-prev::before {
  content: "\e940";
  transform: scalex(-1);
  font-size: 30px;
  color: #fe00cc;
}
.slick-lightbox .slick-arrow.slick-prev:hover::before, .slick-lightbox .slick-arrow.slick-prev:focus::before {
  color: #fe00cc;
}

.slick-lightbox .slick-lightbox-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 25px;
}
.slick-lightbox .slick-lightbox-close::before {
  content: "\e949";
  font-size: 35px;
  color: #fff;
}

.videoblock {
  display: block;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .videoblock {
    margin: 20px 25px;
  }
}
.videoblock.__iframe {
  margin: 20px 0;
}
.videoblock.__iframe .reframe-video {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.videoblock.__iframe .reframe-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.videoplay {
  border-radius: 53.5px;
  padding: 10px 40px;
  background: #181818;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  outline: none;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .videoplay {
    padding: 40px 100px;
  }
}
.videoplay.__flexblock {
  border-radius: 50%;
  padding: 0;
  background: #fe00cc;
  top: 83%;
  left: 89%;
  width: 60px;
  height: 60px;
}
.videoplay.__flexblock .videoplay-icon {
  font-size: 0.875rem;
}
.videoplay-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.videoplay-icon {
  position: relative;
  transition: all 0.3s;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.94;
  letter-spacing: 1.78px;
  overflow: hidden;
}
.videoplay-icon span {
  display: inline-block;
  transition: all 0.3s ease;
}
.videoplay-icon span:nth-of-type(1) {
  transform: translate(0, 0);
}
.videoplay-icon span:nth-of-type(2) {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
.videoplay:hover, .videoplay:focus {
  background: #fe00cc;
}
.videoplay:hover span:nth-of-type(1), .videoplay:focus span:nth-of-type(1) {
  transform: translate(0, -100%);
}
.videoplay:hover span:nth-of-type(2), .videoplay:focus span:nth-of-type(2) {
  transform: translate(0, 0);
}

.signpostblock {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .signpostblock {
    padding: 150px 0;
  }
}
.signpostblock-content {
  padding-bottom: 20px;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .signpostblock-content {
    padding-bottom: 0;
  }
}
.signpostblock-content-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition-delay: 0.4s;
}
@media (min-width: 768px) {
  .signpostblock-content-image {
    height: 100%;
  }
}
.signpostblock-content-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  font-family: "object-fit: contain; object-position: center;"; /* IE Polyfill */
  transition: transform 0.3s ease;
}
.signpostblock-content-image-text {
  font-size: 1.125rem;
  line-height: 1.56;
  letter-spacing: 0.9px;
  color: #181818;
  margin-top: 20px;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.signpostblock-content-image-text span {
  display: inline-block;
  transition: all 0.3s ease;
}
.signpostblock-content-image-text span:nth-of-type(1) {
  transform: translate(0, 0);
}
.signpostblock-content-image-text span:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 100%);
}
.signpostblock-content-tag {
  background: #e5192f;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.65;
  letter-spacing: 0.47px;
  position: absolute;
  bottom: 90px;
  left: 20px;
}
@media (min-width: 768px) {
  .signpostblock-content-tag {
    padding: 10px 15px;
    bottom: 80px;
    left: 30px;
  }
}
@media (min-width: 992px) {
  .signpostblock-content-tag {
    font-size: 1.0625rem;
    bottom: 70px;
  }
}
.signpostblock-content:hover, .signpostblock-content:focus {
  transform: scale(0.97);
}
.signpostblock-content:hover .signpostblock-content-image-text span:nth-of-type(1), .signpostblock-content:focus .signpostblock-content-image-text span:nth-of-type(1) {
  transform: translate(0, -100%);
}
.signpostblock-content:hover .signpostblock-content-image-text span:nth-of-type(2), .signpostblock-content:focus .signpostblock-content-image-text span:nth-of-type(2) {
  transform: translate(0, 0);
}
.signpostblock-content:hover .signpostblock-content-image img, .signpostblock-content:focus .signpostblock-content-image img {
  transform: scale(1.03);
}

.signupwrap {
  position: relative;
}
.signupwrap-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.signupwrap-title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  color: #181818;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .signupwrap-title {
    font-size: 2.5rem;
  }
}
.signupwrap .submit_wrap {
  text-align: center;
  padding-top: 35px;
}
.signupwrap-tag {
  background: #e5192f;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.65;
  letter-spacing: 0.47px;
  position: absolute;
  top: 35%;
  left: 0;
}

.contactwrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 1200px) {
  .contactwrap {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.contactwrap-mapwrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
  background: #181818;
  padding: 130px 0 100px 0;
}
@media (min-width: 768px) {
  .contactwrap-mapwrap {
    padding: 140px 0 100px 0;
  }
}
@media (min-width: 1200px) {
  .contactwrap-mapwrap {
    padding: 250px 0 250px 0;
    width: 55%;
  }
}
.contactwrap-mapwrap-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -2px;
  color: #ffffff;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .contactwrap-mapwrap-title {
    font-size: 3.75rem;
    padding-bottom: 50px;
  }
}
.contactwrap-mapwrap-title .dot {
  color: #fe00cc;
}
.contactwrap-mapwrap-emailwrap {
  padding-bottom: 20px;
}
.contactwrap-mapwrap-emailwrap .email {
  font-size: 0.9375rem;
  line-height: 1.09;
  letter-spacing: 0.42px;
  color: #ffffff;
}
.contactwrap-mapwrap-emailwrap .link {
  font-size: 1.375rem;
  line-height: 1.09;
  letter-spacing: 0.61px;
  color: #bababa;
}
.contactwrap-mapwrap-emailwrap:hover .link, .contactwrap-mapwrap-emailwrap:focus .link {
  color: #fe00cc;
}
.contactwrap-mapwrap-phonewrap {
  padding-bottom: 30px;
}
.contactwrap-mapwrap-phonewrap .phone {
  font-size: 0.9375rem;
  line-height: 1.09;
  letter-spacing: 0.42px;
  color: #ffffff;
}
.contactwrap-mapwrap-phonewrap .link {
  font-size: 1.375rem;
  line-height: 1.09;
  letter-spacing: 0.61px;
  color: #bababa;
}
.contactwrap-mapwrap-phonewrap:hover .link, .contactwrap-mapwrap-phonewrap:focus .link {
  color: #fe00cc;
}
.contactwrap-mapwrap .mapblock {
  height: 250px;
}
@media (min-width: 768px) {
  .contactwrap-mapwrap .mapblock {
    height: 330px;
  }
}
.contactwrap-formblock {
  -ms-flex-positive: 2;
      flex-grow: 2;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .contactwrap-formblock {
    padding: 105px 0 200px 0;
  }
}
@media (min-width: 1200px) {
  .contactwrap-formblock {
    width: 45%;
  }
}
.contactwrap-formblock-title {
  font-size: 1.25rem;
  line-height: 1.65;
  letter-spacing: 0.47px;
  color: #181818;
  padding-bottom: 20px;
}