/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
  border: none;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #111;
}

#cboxLoadedContent {
  margin-bottom: 0;
}

#cboxContent {
  overflow: visible;
}

#colorbox:focus {
  outline: none;
}
#colorbox #cboxPrevious {
  background: transparent;
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -32px;
  width: 32px;
  height: 64px;
  text-indent: -9999px;
}
#colorbox #cboxPrevious:before, #colorbox #cboxPrevious:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 4px;
  background: #fff;
  border-radius: 99px;
}
#colorbox #cboxPrevious:before {
  right: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
#colorbox #cboxPrevious:after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
#colorbox #cboxPrevious:focus {
  outline: none;
}
@media only screen and (max-width: 900px) {
  #colorbox #cboxPrevious {
    left: -35px;
    width: 24px;
    height: 48px;
    margin-top: -24px;
  }
  #colorbox #cboxPrevious:before, #colorbox #cboxPrevious:after {
    width: 33px;
  }
}
#colorbox #cboxNext {
  background: transparent;
  position: absolute;
  top: 50%;
  right: -80px;
  left: auto;
  margin-top: -32px;
  width: 32px;
  height: 64px;
  text-indent: -9999px;
}
#colorbox #cboxNext:before, #colorbox #cboxNext:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 4px;
  background: #fff;
  border-radius: 99px;
}
#colorbox #cboxNext:before {
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
#colorbox #cboxNext:after {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}
#colorbox #cboxNext:focus {
  outline: none;
}
@media only screen and (max-width: 900px) {
  #colorbox #cboxNext {
    right: -35px;
    width: 24px;
    height: 48px;
    margin-top: -24px;
  }
  #colorbox #cboxNext:before, #colorbox #cboxNext:after {
    width: 33px;
  }
}
#colorbox #cboxClose {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -80px;
  cursor: pointer;
  padding: 10px;
  background: transparent;
  text-indent: -9999px;
}
#colorbox #cboxClose:before, #colorbox #cboxClose:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 4px;
  border-radius: 99px;
  background: #fff;
}
#colorbox #cboxClose:before {
  top: 2px;
  right: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
#colorbox #cboxClose:after {
  bottom: 2px;
  right: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
#colorbox #cboxClose:focus {
  outline: none;
}
@media only screen and (max-width: 900px) {
  #colorbox #cboxClose {
    right: 0;
    top: -60px;
  }
}
#colorbox #cboxCurrent {
  text-indent: -9999px;
}
#colorbox #cboxContent {
  background: #fff;
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.left-small {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  border-right: solid 1px #2b2b2b;
  left: 0;
}

.right-small {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  border-left: solid 1px #2b2b2b;
  right: 0;
}

.menu-icon {
  text-indent: 35px;
  width: 45px;
  height: 45px;
  display: block;
  padding: 0;
  color: #000;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  left: 14.5px;
  -webkit-box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
          box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
  width: 16px;
}
.menu-icon span:hover:after {
  -webkit-box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black;
          box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #555;
  z-index: 1001;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  left: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #555;
  z-index: 1001;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  right: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 15px;
  color: #ddd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background: #bbb;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #404040;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #3c3c3c;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
          transform: translate3d(250px, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
          transform: translate3d(-250px, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -250px;
}
.no-csstransforms .right-off-canvas-menu {
  right: -250px;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 250px;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 250px;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #555;
  z-index: 1002;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  padding: 0.3rem 15px;
  color: #ddd;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
}
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #555;
  z-index: 1002;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  padding: 0.3rem 15px;
  color: #ddd;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
}
.right-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  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;
}

a {
  color: #05D8C8;
}
a:hover, a:focus, a:active {
  color: #038d83;
}

h2,
h3,
h4 {
  margin-top: 0;
}
h2 strong,
h3 strong,
h4 strong {
  color: #05D8C8;
}

h2 strong {
  font-weight: 900;
}

.background-primary {
  background: #05D8C8;
  color: #fff;
}
.background-primary h1,
.background-primary h2,
.background-primary h3,
.background-primary h4,
.background-primary p,
.background-primary span,
.background-primary li,
.background-primary legend {
  color: #fff;
}
.background-primary a:not(.btn) {
  color: #fff;
}
.background-primary .btn-primary {
  background: #04a69a;
}
.background-primary .btn-primary:hover, .background-primary .btn-primary:active, .background-primary .btn-primary:focus, .background-primary .btn-primary:active:hover, .background-primary .btn-primary:active:focus {
  background: #038d83;
}
.background-primary .btn-primary[disabled], .background-primary .btn-primary[disabled]:hover {
  background: #16fae8;
}
.layout-builder .background-primary .layout-builder-block:hover {
  outline-color: #fff;
}
.background-secondary {
  background: #28095D;
}
.background-secondary h1,
.background-secondary h2,
.background-secondary h3,
.background-secondary h4,
.background-secondary p,
.background-secondary span,
.background-secondary li,
.background-secondary legend {
  color: #fff;
}
.background-secondary a:not(.btn) {
  color: #fff;
}
.background-white {
  color: #000;
  background: #fff;
}
.background-grey {
  color: #000;
  background: #fbfaff;
}

.ajax-progress,
.ajax-progress-throbber {
  display: none !important;
}

.content-top {
  z-index: 1;
  position: relative;
}

.highlight {
  display: contents;
  color: #05D8C8;
}

.btn, .formula--content .field--name-field-link a {
  white-space: normal;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  border: none;
  font-size: 16px;
  padding: 10px 25px;
  font-weight: 900;
  text-align: center;
  text-transform: none;
}

.accordion .panel, .accordion .panel-primary,
.az-accordion .panel,
.az-accordion .panel-primary,
.panel-group .panel,
.panel-group .panel-primary {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  background: transparent;
}
.accordion .panel > .panel-heading, .accordion .panel-primary > .panel-heading,
.az-accordion .panel > .panel-heading,
.az-accordion .panel-primary > .panel-heading,
.panel-group .panel > .panel-heading,
.panel-group .panel-primary > .panel-heading {
  background: transparent;
  padding: 0;
}
.accordion .panel > .panel-heading h4, .accordion .panel-primary > .panel-heading h4,
.accordion .panel > .panel-heading .panel-title,
.accordion .panel-primary > .panel-heading .panel-title,
.az-accordion .panel > .panel-heading h4,
.az-accordion .panel-primary > .panel-heading h4,
.az-accordion .panel > .panel-heading .panel-title,
.az-accordion .panel-primary > .panel-heading .panel-title,
.panel-group .panel > .panel-heading h4,
.panel-group .panel-primary > .panel-heading h4,
.panel-group .panel > .panel-heading .panel-title,
.panel-group .panel-primary > .panel-heading .panel-title {
  font-size: 20px;
}
.accordion .panel > .panel-heading a, .accordion .panel-primary > .panel-heading a,
.az-accordion .panel > .panel-heading a,
.az-accordion .panel-primary > .panel-heading a,
.panel-group .panel > .panel-heading a,
.panel-group .panel-primary > .panel-heading a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-right: 60px;
  padding-left: 0;
  color: #05D8C8;
  border-bottom: 1px solid #fbfaff;
  font-size: 18px;
}
.accordion .panel > .panel-heading a:after, .accordion .panel-primary > .panel-heading a:after,
.az-accordion .panel > .panel-heading a:after,
.az-accordion .panel-primary > .panel-heading a:after,
.panel-group .panel > .panel-heading a:after,
.panel-group .panel-primary > .panel-heading a:after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow.svg");
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  right: 20px;
  top: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.accordion .panel > .panel-heading a[aria-expanded="true"]:after, .accordion .panel-primary > .panel-heading a[aria-expanded="true"]:after,
.az-accordion .panel > .panel-heading a[aria-expanded="true"]:after,
.az-accordion .panel-primary > .panel-heading a[aria-expanded="true"]:after,
.panel-group .panel > .panel-heading a[aria-expanded="true"]:after,
.panel-group .panel-primary > .panel-heading a[aria-expanded="true"]:after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.accordion .panel > .panel-heading a:hover, .accordion .panel-primary > .panel-heading a:hover,
.az-accordion .panel > .panel-heading a:hover,
.az-accordion .panel-primary > .panel-heading a:hover,
.panel-group .panel > .panel-heading a:hover,
.panel-group .panel-primary > .panel-heading a:hover {
  color: #28095D;
}
.accordion .panel > .panel-heading + .panel-collapse .panel-body, .accordion .panel-primary > .panel-heading + .panel-collapse .panel-body,
.az-accordion .panel > .panel-heading + .panel-collapse .panel-body,
.az-accordion .panel-primary > .panel-heading + .panel-collapse .panel-body,
.panel-group .panel > .panel-heading + .panel-collapse .panel-body,
.panel-group .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top: none;
  background: transparent;
}
.accordion .panel .panel-body, .accordion .panel-primary .panel-body,
.az-accordion .panel .panel-body,
.az-accordion .panel-primary .panel-body,
.panel-group .panel .panel-body,
.panel-group .panel-primary .panel-body {
  padding: 75px 60px 75px 60px;
}
.accordion .panel .panel-body > div, .accordion .panel-primary .panel-body > div,
.az-accordion .panel .panel-body > div,
.az-accordion .panel-primary .panel-body > div,
.panel-group .panel .panel-body > div,
.panel-group .panel-primary .panel-body > div {
  max-width: 720px;
  margin: 0 auto;
}
.accordion .panel .btn, .accordion .panel-primary .btn, .accordion .panel .formula--content .field--name-field-link a, .formula--content .field--name-field-link .accordion .panel a, .accordion .panel-primary .formula--content .field--name-field-link a, .formula--content .field--name-field-link .accordion .panel-primary a,
.az-accordion .panel .btn,
.az-accordion .panel-primary .btn,
.az-accordion .panel .formula--content .field--name-field-link a,
.formula--content .field--name-field-link .az-accordion .panel a,
.az-accordion .panel-primary .formula--content .field--name-field-link a,
.formula--content .field--name-field-link .az-accordion .panel-primary a,
.panel-group .panel .btn,
.panel-group .panel-primary .btn,
.panel-group .panel .formula--content .field--name-field-link a,
.formula--content .field--name-field-link .panel-group .panel a,
.panel-group .panel-primary .formula--content .field--name-field-link a,
.formula--content .field--name-field-link .panel-group .panel-primary a {
  font-size: 12px;
}

.page-node-type-vr-game .block-local-tasks-block, .path-frontpage .block-local-tasks-block {
  position: absolute;
  z-index: 5;
}
.block-vb-lb-anchor-links .item-list {
  background: #fff;
}
.block-vb-lb-anchor-links .nav-tabs {
  border-bottom: 1px solid #fbfaff;
}
@media only screen and (min-width: 768px) {
  .block-vb-lb-anchor-links .nav-tabs {
    border: none;
  }
}
.block-vb-lb-anchor-links .nav-tabs > li {
  border-bottom: 1px solid #fbfaff;
  position: relative;
  top: 1px;
  padding: 15px 30px;
}
@media only screen and (min-width: 768px) {
  .block-vb-lb-anchor-links .nav-tabs > li {
    border-bottom: none;
    top: 0;
  }
}
.block-vb-lb-anchor-links .nav-tabs > li a {
  color: #000;
}
.block-vb-lb-anchor-links .nav-tabs > li.active {
  border-bottom: 4px solid #05D8C8;
  padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .block-vb-lb-anchor-links .nav-tabs > li.active {
    border-bottom: none;
    padding-bottom: 15px;
  }
}
.block-vb-lb-anchor-links .nav-tabs > li.active a {
  color: #05D8C8;
}
.block-vb-share {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.block-vb-share .block-title {
  display: none;
}
.block-vb-share .share__link {
  z-index: 3;
}
.block-vb-share:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fbfaff;
  display: block;
  position: absolute;
  bottom: 15px;
  z-index: -2;
}
.block-vb-share:before {
  content: '';
  width: 200px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.block-block-thepark-poweredbyblock {
  margin-left: 10px;
}
.block-views-blocklocations-locations-overview-block {
  margin-top: 50px;
}
.block-vb-faq {
  margin-left: auto;
  margin-right: auto;
}
.block-vb-faq .bef-links ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-vb-faq .bef-links ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .block-vb-faq .bef-links ul li {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .block-vb-faq .bef-links ul li {
    margin-right: 5px;
  }
}
.block-vb-faq .bef-links ul li a {
  font-weight: bold;
  color: #999;
  margin-right: 10px;
  display: block;
  border: 1px solid #999;
  padding: 5px 10px;
  border-radius: 10px;
  text-decoration: none !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.block-vb-faq .bef-links ul li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #05D8C8;
  border: 1px solid #05D8C8;
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}

#block-thepark-newsletter {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-bottom: 100px;
  background-color: #fff;
  z-index: 0;
  position: relative;
  margin-top: 150px;
}
#block-thepark-newsletter > .container {
  padding: 0;
}
#block-thepark-newsletter .webform-submission-form {
  padding: 32px 70px;
  background-color: #fff;
}
#block-thepark-newsletter .form-item {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#block-thepark-newsletter input {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 20px;
}
#block-thepark-newsletter .btn, #block-thepark-newsletter .formula--content .field--name-field-link a, .formula--content .field--name-field-link #block-thepark-newsletter a {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  background-color: #28095D;
  font-weight: normal;
}
#block-thepark-newsletter .btn:hover, #block-thepark-newsletter .formula--content .field--name-field-link a:hover, .formula--content .field--name-field-link #block-thepark-newsletter a:hover {
  background-color: #100E40;
}
#block-thepark-newsletter .form-type-checkbox {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
#block-thepark-newsletter .form-type-checkbox label:before {
  border: 1px solid #E2E2E2;
}
#block-thepark-newsletter h3:before {
  content: '';
  width: 45px;
  height: 45px;
  background-image: url("../images/newsletter.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#block-thepark-newsletter:before {
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  left: -130px;
  width: 200px;
  height: 250px;
  background-image: url("../images/bg4-green.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  #block-thepark-newsletter:before {
    content: none;
  }
}

.breadcrumb {
  background: transparent;
}
.breadcrumb > li {
  color: #000;
  display: inline;
}
.layout--banner--variant-2 .breadcrumb > li, .layout--banner--variant-1 .breadcrumb > li {
  color: #fff;
}
.breadcrumb > li a {
  color: #000;
}
.layout--banner--variant-2 .breadcrumb > li a, .layout--banner--variant-1 .breadcrumb > li a {
  color: #fff;
}

.btn, .formula--content .field--name-field-link a {
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}
.btn-default {
  background: #fff;
  color: #05D8C8;
  outline: 1px solid #05D8C8;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus {
  background: #05D8C8;
  color: #fff;
}
.btn-default[disabled], .btn-default[disabled]:hover {
  background: #05D8C8;
  color: #fff;
}
.btn-primary, .btn-success {
  background: #05D8C8;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:hover, .btn-success:active:focus {
  background: #000;
  color: #fff;
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.btn-primary[disabled], .btn-primary[disabled]:hover, .btn-success[disabled], .btn-success[disabled]:hover {
  background: #229997;
  color: #fff;
}
.btn-info {
  background: #eee;
  color: #000;
}
.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:hover, .btn-info:active:focus {
  background: #d5d5d5;
  color: #000;
}
.btn-info[disabled], .btn-info[disabled]:hover {
  background: #eee;
  color: #999;
}
.btn-link {
  background: #fff;
  color: #000;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:active:hover, .btn-link:active:focus {
  background: #fff;
  color: #05D8C8;
  text-decoration: none;
}
.btn-lg {
  font-size: 18px;
}
.btn-md {
  font-size: 16px;
}
.btn-sm {
  font-size: 13px;
}

.card__readmore {
  font-weight: 600;
  margin-top: 20px;
  text-decoration: underline;
}
.card__text {
  color: #000;
}
.card__title {
  margin-top: 20px !important;
}
.layout--cards .card__title {
  max-width: 160px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.card .icon {
  text-align: center;
}
.card .icon img {
  margin-left: auto;
  margin-right: auto;
}
.card svg {
  fill: #FF1554;
  max-width: 150px;
}
.layout--cards .card svg {
  fill: #05D8C8;
  width: 100px;
  padding: 30px;
  border-radius: 100%;
  border: 2px solid #05D8C8;
}
.background-grey .card, .background-primary .card, .background-secondary .card {
  padding: 30px;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .background-grey .card, .background-primary .card, .background-secondary .card {
    padding: 30px 30px 75px 30px;
  }
}

#colorbox {
  background-color: #EDEFF2;
  border-radius: 8px;
  padding: 30px;
  outline: none !important;
}
#colorbox.transparent {
  overflow: visible;
}
#colorbox.transparent #cboxWrapper,
#colorbox.transparent #cboxContent,
#colorbox.transparent #cboxLoadedContent {
  overflow: visible !important;
}
#colorbox.transparent #cboxContent {
  background: transparent;
}
#colorbox.transparent #cboxClose {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
#colorbox.transparent #cboxClose.fadeIn {
  opacity: 1;
}
#colorbox .review_footer {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #colorbox {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#colorbox #cboxClose {
  width: 28px;
  height: 28px;
  top: -20px;
  right: -70px;
}
#colorbox #cboxClose:before, #colorbox #cboxClose:after {
  width: 30px;
}
@media screen and (max-width: 640px) {
  #colorbox #cboxClose {
    right: -20px;
    top: -70px;
  }
}

#colorbox #cboxContent {
  background-color: transparent;
}

#cboxWrapper {
  position: relative;
}

#cboxLoadedContent {
  position: relative;
  z-index: 1;
  max-width: 100%;
}

.container {
  max-width: 1400px;
}
.container--medium {
  max-width: 960px;
}
.container--small {
  max-width: 800px;
}
.col-md-9 .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.copyright {
  background: #05D8C8;
  color: #fff;
  font-size: 14px;
}
.copyright a {
  color: #fff;
}
.copyright a:hover, .copyright a:active, .copyright a:focus, .copyright a:hover:active {
  color: #fff;
  text-decoration: underline;
}

.counter {
  height: 100%;
}
.counter__content {
  padding: 30px;
}

.cta {
  text-align: center;
  background: #28095D;
  color: #fff;
}
.cta a:not(.btn) {
  color: #05D8C8;
}
.cta__title {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cta {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .cta {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cta__body {
  font-size: 15px;
  margin-bottom: 0;
}
.cta__body p {
  font-size: inherit;
}
.cta__link {
  margin-top: 20px;
}
.region-content-bottom .cta {
  background: transparent;
}

.field--name-field-video:not(.form-group),
.field--name-field-media-oembed-video:not(.form-group),
.field--type-video-embed-field:not(.form-group) {
  background: #f0f0f0;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.field--name-field-video:not(.form-group) .field--item,
.field--name-field-media-oembed-video:not(.form-group) .field--item,
.field--type-video-embed-field:not(.form-group) .field--item {
  position: absolute;
  width: 100%;
  height: 100%;
}
.field--name-field-video:not(.form-group):after,
.field--name-field-media-oembed-video:not(.form-group):after,
.field--type-video-embed-field:not(.form-group):after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 30px solid #ccc;
  border-bottom: 20px solid transparent;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -11px;
  content: none;
}
.field--name-field-video:not(.form-group):before,
.field--name-field-media-oembed-video:not(.form-group):before,
.field--type-video-embed-field:not(.form-group):before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -70px;
  left: 50%;
  margin-left: -50px;
  border: 6px solid #ccc;
  width: 100px;
  height: 100px;
  border-radius: 99px;
  content: none;
}
.field--name-field-video:not(.form-group) iframe,
.field--name-field-media-oembed-video:not(.form-group) iframe,
.field--type-video-embed-field:not(.form-group) iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.field--name-field-video:not(.form-group) .no-cookies,
.field--name-field-media-oembed-video:not(.form-group) .no-cookies,
.field--type-video-embed-field:not(.form-group) .no-cookies {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  text-align: left;
  z-index: 5;
  display: none;
}
.field--name-field-video:not(.form-group) lite-youtube,
.field--name-field-media-oembed-video:not(.form-group) lite-youtube,
.field--type-video-embed-field:not(.form-group) lite-youtube {
  z-index: 3;
}
.field--name-field-video:not(.form-group) lite-youtube > .lty-playbtn,
.field--name-field-media-oembed-video:not(.form-group) lite-youtube > .lty-playbtn,
.field--type-video-embed-field:not(.form-group) lite-youtube > .lty-playbtn {
  background-image: url(../images/playbutton.svg);
}
.field--name-field-video:not(.form-group) lite-youtube iframe,
.field--name-field-media-oembed-video:not(.form-group) lite-youtube iframe,
.field--type-video-embed-field:not(.form-group) lite-youtube iframe {
  position: absolute;
}

.error-page {
  background: #f0f0f0;
  text-align: center;
}
.error-page .container {
  padding: 30px;
  margin-top: 60px;
  border: 1px solid #ccc;
  background: #fff;
}
.error-page__logo {
  width: 300px;
  height: 150px;
  margin: 30px auto;
  background: url(/themes/custom/vb_subtheme/thepark/logo.svg) no-repeat center center/contain;
}
.error-page .invisible {
  display: none;
}

.views-exposed-form .form--inline > .form-item {
  margin: 0;
}
.views-exposed-form .form--inline > .form-item.fieldgroup {
  float: none;
  margin: 0;
}
.views-exposed-form .form--inline .form-radios .form-radio {
  display: none;
}
.views-exposed-form .form--inline .form-radios .form-radio:checked + .control-label {
  background: #05D8C8;
  border-color: #05D8C8;
  color: #fff;
}
.views-exposed-form .form--inline .form-radios .control-label {
  display: block;
  background: #fbfaff;
  padding: 10px 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .views-exposed-form .form--inline .form-radios .control-label {
    width: auto;
  }
}
.views-exposed-form .form--inline .form-radios .control-label:before, .views-exposed-form .form--inline .form-radios .control-label:after {
  content: none;
}
.views-exposed-form .form--inline .form-radios .form-item.form-type-radio {
  display: inline-block;
  margin: 0 10px 0 0;
}
.views-exposed-form .form--inline .form-radios .form-item.form-type-radio:last-child {
  margin-right: 0;
}

.file {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: inherit;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%23E2E2E2%22%20d%3D%22M20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-3.6l4.2%204.2h-3.7c-.3%200-.5-.2-.5-.5v-3.7zm-11%2020.2v-21h9v4.5c0%201.4%201.1%202.5%202.5%202.5h4.5v14h-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 10px;
  position: relative;
  background-size: 36px;
}
.file:hover {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%2305D8C8%22%20d%3D%22M20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-3.6l4.2%204.2h-3.7c-.3%200-.5-.2-.5-.5v-3.7zm-11%2020.2v-21h9v4.5c0%201.4%201.1%202.5%202.5%202.5h4.5v14h-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
}
.paragraph--background-secondary .file {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%2328095D%22%20d%3D%22M20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-3.6l4.2%204.2h-3.7c-.3%200-.5-.2-.5-.5v-3.7zm-11%2020.2v-21h9v4.5c0%201.4%201.1%202.5%202.5%202.5h4.5v14h-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
}
.file--application-pdf {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%23E2E2E2%22%20d%3D%22M12.9%2017.5c-.4-.3-.8-.7-1.2-1.2-.3-.3-.6-.8-.9-1.3.5-1.8.8-3.5.2-4.3-.2-.4-.6-.6-1.1-.6-.6%200-1%20.2-1.2.7-.4%201%20.2%202.8%201%204.3-.2.7-.5%201.5-.8%202.3l-.6%201.4c-2.3.9-3.6%201.9-3.8%202.8-.1.4.1.8.4%201.1.2.2.5.3.7.3h.4c1.1-.3%202.2-1.8%203-3.4.5-.2%201.1-.4%201.7-.6.7-.2%201.4-.4%202-.5%201.1.9%202%201.3%202.8%201.3.6%200%201.1-.2%201.5-.6.6-.6.4-1.1.3-1.3-.6-.7-2.1-.8-4.4-.4zm-7.2%204.5h-.2c-.1-.1-.1-.1-.1-.2.1-.3.7-.9%202.1-1.6-.7%201-1.4%201.7-1.8%201.8zm3.9-10.8c0-.1.1-.1.3-.1.2%200%20.3.1.3.1.2.4.2%201.3-.1%202.5-.4-1.1-.7-2.1-.5-2.5zm.8%206.9c-.3.1-.6.2-.8.2.1-.2.2-.4.2-.6l.6-1.6c.2.3.4.6.6.8l.7.8c-.4.1-.8.2-1.3.4zm5.8.5c-.2.2-.4.3-.7.3-.4%200-.9-.2-1.5-.6%201.6-.2%202.5-.1%202.2.3zM20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-5l5.6%205.6h-4.6c-.6%200-1-.4-1-1v-4.6zm6%2021.6c0%20.6-.4%201-1%201h-16c-.6%200-1-.4-1-1v-21c0-.6.4-1%201-1h10v5c0%201.1.9%202%202%202h5v15z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
  background-size: 36px;
}
.paragraph--background-secondary .file--application-pdf {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%2305D8C8%22%20d%3D%22M12.9%2017.5c-.4-.3-.8-.7-1.2-1.2-.3-.3-.6-.8-.9-1.3.5-1.8.8-3.5.2-4.3-.2-.4-.6-.6-1.1-.6-.6%200-1%20.2-1.2.7-.4%201%20.2%202.8%201%204.3-.2.7-.5%201.5-.8%202.3l-.6%201.4c-2.3.9-3.6%201.9-3.8%202.8-.1.4.1.8.4%201.1.2.2.5.3.7.3h.4c1.1-.3%202.2-1.8%203-3.4.5-.2%201.1-.4%201.7-.6.7-.2%201.4-.4%202-.5%201.1.9%202%201.3%202.8%201.3.6%200%201.1-.2%201.5-.6.6-.6.4-1.1.3-1.3-.6-.7-2.1-.8-4.4-.4zm-7.2%204.5h-.2c-.1-.1-.1-.1-.1-.2.1-.3.7-.9%202.1-1.6-.7%201-1.4%201.7-1.8%201.8zm3.9-10.8c0-.1.1-.1.3-.1.2%200%20.3.1.3.1.2.4.2%201.3-.1%202.5-.4-1.1-.7-2.1-.5-2.5zm.8%206.9c-.3.1-.6.2-.8.2.1-.2.2-.4.2-.6l.6-1.6c.2.3.4.6.6.8l.7.8c-.4.1-.8.2-1.3.4zm5.8.5c-.2.2-.4.3-.7.3-.4%200-.9-.2-1.5-.6%201.6-.2%202.5-.1%202.2.3zM20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-5l5.6%205.6h-4.6c-.6%200-1-.4-1-1v-4.6zm6%2021.6c0%20.6-.4%201-1%201h-16c-.6%200-1-.4-1-1v-21c0-.6.4-1%201-1h10v5c0%201.1.9%202%202%202h5v15z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
  background-size: 36px;
}
.file--application-pdf:hover {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%2305D8C8%22%20d%3D%22M12.9%2017.5c-.4-.3-.8-.7-1.2-1.2-.3-.3-.6-.8-.9-1.3.5-1.8.8-3.5.2-4.3-.2-.4-.6-.6-1.1-.6-.6%200-1%20.2-1.2.7-.4%201%20.2%202.8%201%204.3-.2.7-.5%201.5-.8%202.3l-.6%201.4c-2.3.9-3.6%201.9-3.8%202.8-.1.4.1.8.4%201.1.2.2.5.3.7.3h.4c1.1-.3%202.2-1.8%203-3.4.5-.2%201.1-.4%201.7-.6.7-.2%201.4-.4%202-.5%201.1.9%202%201.3%202.8%201.3.6%200%201.1-.2%201.5-.6.6-.6.4-1.1.3-1.3-.6-.7-2.1-.8-4.4-.4zm-7.2%204.5h-.2c-.1-.1-.1-.1-.1-.2.1-.3.7-.9%202.1-1.6-.7%201-1.4%201.7-1.8%201.8zm3.9-10.8c0-.1.1-.1.3-.1.2%200%20.3.1.3.1.2.4.2%201.3-.1%202.5-.4-1.1-.7-2.1-.5-2.5zm.8%206.9c-.3.1-.6.2-.8.2.1-.2.2-.4.2-.6l.6-1.6c.2.3.4.6.6.8l.7.8c-.4.1-.8.2-1.3.4zm5.8.5c-.2.2-.4.3-.7.3-.4%200-.9-.2-1.5-.6%201.6-.2%202.5-.1%202.2.3zM20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-5l5.6%205.6h-4.6c-.6%200-1-.4-1-1v-4.6zm6%2021.6c0%20.6-.4%201-1%201h-16c-.6%200-1-.4-1-1v-21c0-.6.4-1%201-1h10v5c0%201.1.9%202%202%202h5v15z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
  background-size: 36px;
}
.paragraph--background-secondary .file--application-pdf:hover {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%2305D8C8%22%20d%3D%22M12.9%2017.5c-.4-.3-.8-.7-1.2-1.2-.3-.3-.6-.8-.9-1.3.5-1.8.8-3.5.2-4.3-.2-.4-.6-.6-1.1-.6-.6%200-1%20.2-1.2.7-.4%201%20.2%202.8%201%204.3-.2.7-.5%201.5-.8%202.3l-.6%201.4c-2.3.9-3.6%201.9-3.8%202.8-.1.4.1.8.4%201.1.2.2.5.3.7.3h.4c1.1-.3%202.2-1.8%203-3.4.5-.2%201.1-.4%201.7-.6.7-.2%201.4-.4%202-.5%201.1.9%202%201.3%202.8%201.3.6%200%201.1-.2%201.5-.6.6-.6.4-1.1.3-1.3-.6-.7-2.1-.8-4.4-.4zm-7.2%204.5h-.2c-.1-.1-.1-.1-.1-.2.1-.3.7-.9%202.1-1.6-.7%201-1.4%201.7-1.8%201.8zm3.9-10.8c0-.1.1-.1.3-.1.2%200%20.3.1.3.1.2.4.2%201.3-.1%202.5-.4-1.1-.7-2.1-.5-2.5zm.8%206.9c-.3.1-.6.2-.8.2.1-.2.2-.4.2-.6l.6-1.6c.2.3.4.6.6.8l.7.8c-.4.1-.8.2-1.3.4zm5.8.5c-.2.2-.4.3-.7.3-.4%200-.9-.2-1.5-.6%201.6-.2%202.5-.1%202.2.3zM20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-5l5.6%205.6h-4.6c-.6%200-1-.4-1-1v-4.6zm6%2021.6c0%20.6-.4%201-1%201h-16c-.6%200-1-.4-1-1v-21c0-.6.4-1%201-1h10v5c0%201.1.9%202%202%202h5v15z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
  background-size: 36px;
}
.paragraph--background-primary .file--application-pdf:hover {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%2328095D%22%20d%3D%22M12.9%2017.5c-.4-.3-.8-.7-1.2-1.2-.3-.3-.6-.8-.9-1.3.5-1.8.8-3.5.2-4.3-.2-.4-.6-.6-1.1-.6-.6%200-1%20.2-1.2.7-.4%201%20.2%202.8%201%204.3-.2.7-.5%201.5-.8%202.3l-.6%201.4c-2.3.9-3.6%201.9-3.8%202.8-.1.4.1.8.4%201.1.2.2.5.3.7.3h.4c1.1-.3%202.2-1.8%203-3.4.5-.2%201.1-.4%201.7-.6.7-.2%201.4-.4%202-.5%201.1.9%202%201.3%202.8%201.3.6%200%201.1-.2%201.5-.6.6-.6.4-1.1.3-1.3-.6-.7-2.1-.8-4.4-.4zm-7.2%204.5h-.2c-.1-.1-.1-.1-.1-.2.1-.3.7-.9%202.1-1.6-.7%201-1.4%201.7-1.8%201.8zm3.9-10.8c0-.1.1-.1.3-.1.2%200%20.3.1.3.1.2.4.2%201.3-.1%202.5-.4-1.1-.7-2.1-.5-2.5zm.8%206.9c-.3.1-.6.2-.8.2.1-.2.2-.4.2-.6l.6-1.6c.2.3.4.6.6.8l.7.8c-.4.1-.8.2-1.3.4zm5.8.5c-.2.2-.4.3-.7.3-.4%200-.9-.2-1.5-.6%201.6-.2%202.5-.1%202.2.3zM20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-5l5.6%205.6h-4.6c-.6%200-1-.4-1-1v-4.6zm6%2021.6c0%20.6-.4%201-1%201h-16c-.6%200-1-.4-1-1v-21c0-.6.4-1%201-1h10v5c0%201.1.9%202%202%202h5v15z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
  background-size: 36px;
}
.file__link {
  padding: 20px 0 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  width: 100%;
  color: inherit;
  text-decoration: none;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .file__link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.file__link:hover {
  text-decoration: none;
  color: inherit;
}
.file__label, .file__size {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover .file__label, a:hover .file__size {
  color: #05D8C8;
}
.paragraph--background-primary a:hover .file__label, .paragraph--background-primary a:hover .file__size {
  color: #28095D;
}
.file__label {
  margin-right: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
.file__size {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-right: 20px;
}
.file__download {
  position: relative;
  background-color: #05D8C8;
  color: #fff;
}
.file__download:hover {
  background-color: #229997;
  color: #fff;
}

.form-control {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}
.panel .form-control, .panel-primary .form-control {
  border: none;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #000 !important;
}

::-moz-placeholder {
  opacity: 1;
  color: #000 !important;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #000 !important;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #000 !important;
}

::placeholder {
  opacity: 1;
  color: #000 !important;
}

.form-item > label {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.form-item > label.option {
  color: #000;
  text-transform: none;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}
.paragraph--background-secondary .form-item > label.option {
  color: #fff;
}
.form-item.form-type-checkbox, .form-item.form-type-radio {
  margin-top: 30px;
}
.fieldgroup .form-item.form-type-checkbox:first-child, .fieldgroup .form-item.form-type-radio:first-child {
  margin-top: 20px;
}
.form-item.form-type-checkbox input, .form-item.form-type-radio input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0;
}
.form-item.form-type-checkbox input:checked + label:after, .form-item.form-type-radio input:checked + label:after {
  display: block;
}
.form-item.form-type-checkbox label, .form-item.form-type-radio label {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-left: 40px;
  min-height: 30px;
}
.form-item.form-type-checkbox label:before, .form-item.form-type-radio label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #fbfaff;
  background: #fff;
}
.form-item.form-type-checkbox label:after, .form-item.form-type-radio label:after {
  content: '';
  display: none;
  position: absolute;
}
.form-item.form-type-checkbox + .form-type-checkbox {
  margin-top: 10px;
}
.form-item.form-type-checkbox label:after {
  width: 20px;
  height: 20px;
  left: 5px;
  top: 5px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%2328095D%22%20stroke-width%3D%224%22%20stroke-linejoin%3D%22round%22%20points%3D%223%2C10%208%2C15%2017%2C6%20%22%2F%3E%3C%2Fsvg%3E");
}
.form-item.form-type-radio + .form-type-radio {
  margin-top: 20px;
}
.form-item.form-type-radio label:before {
  border-radius: 99px;
}
.form-item.form-type-radio label:after {
  width: 16px;
  height: 16px;
  left: 7px;
  top: 7px;
  border-radius: 99px;
  background: #28095D;
}

select,
select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23fbfaff%22%20d%3D%22M7%2C11c-0.3%2C0-0.5-0.1-0.7-0.3l-5-5c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0L7%2C8.6l4.3-4.3c0.4-0.4%2C1-0.4%2C1.4%2C0s0.4%2C1%2C0%2C1.4l-5%2C5%20C7.5%2C10.9%2C7.3%2C11%2C7%2C11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/14px 14px;
  background-position: center right 20px;
  background-position-y: 25px;
  background-color: #fff;
}
select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}

@media only screen and (min-width: 992px) {
  .webform-submission-newsletter-subscribtion-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.webform-submission-newsletter-subscribtion-form .has-required-fields {
  display: none;
}
.webform-submission-newsletter-subscribtion-form .form-type-webform-markup {
  min-width: 500px;
  margin-left: auto;
  margin-right: 0;
}
.webform-submission-newsletter-subscribtion-form .form-type-webform-markup h3 {
  font-size: 30px;
  margin-top: 10px;
  letter-spacing: 0;
  font-weight: 600;
}
.webform-submission-newsletter-subscribtion-form .form-type-email {
  max-width: 295px;
}
@media only screen and (max-width: 991px) {
  .webform-submission-newsletter-subscribtion-form .form-type-email {
    width: 100%;
    max-width: none;
  }
}
.webform-submission-newsletter-subscribtion-form .form-actions {
  margin: 0;
}
.webform-submission-newsletter-subscribtion-form .form-actions .button {
  height: 55px;
  line-height: 0;
  padding: 1.5em 2.5em;
}
@media only screen and (max-width: 991px) {
  .webform-submission-newsletter-subscribtion-form .form-actions .button {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .webform-submission-newsletter-subscribtion-form .form-actions {
    margin-left: 10px;
  }
}

.language-switcher--inline li {
  color: #fbfaff;
  text-transform: uppercase;
  font-weight: bold;
}
.language-switcher--inline li a {
  color: #000;
  display: block;
  cursor: pointer;
}
.language-switcher--inline li a:hover {
  text-decoration: underline;
}
.language-switcher--inline li.is-active a {
  color: #05D8C8;
  text-decoration: none;
}
.language-switcher--inline li:focus {
  color: #000;
}
.language-switcher--dropdown .links li {
  text-transform: uppercase;
  font-weight: bold;
}
.language-switcher--dropdown .links li a {
  color: #000;
}
.language-switcher--dropdown .links li:focus {
  text-decoration: none;
}
.language-switcher--dropdown .links li.is-active:after {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M7%2C11c-0.3%2C0-0.5-0.1-0.7-0.3l-5-5c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0L7%2C8.6l4.3-4.3c0.4-0.4%2C1-0.4%2C1.4%2C0s0.4%2C1%2C0%2C1.4l-5%2C5%20C7.5%2C10.9%2C7.3%2C11%2C7%2C11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/14px 14px;
  background-size: contain;
}
.language-switcher--dropdown .links li.is-active:hover {
  text-decoration: none;
  color: #05D8C8;
}
.language-switcher--dropdown .links li.is-active:hover:after {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%2305D8C8%22%20d%3D%22M7%2C11c-0.3%2C0-0.5-0.1-0.7-0.3l-5-5c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0L7%2C8.6l4.3-4.3c0.4-0.4%2C1-0.4%2C1.4%2C0s0.4%2C1%2C0%2C1.4l-5%2C5%20C7.5%2C10.9%2C7.3%2C11%2C7%2C11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/14px 14px;
  background-size: contain;
}
.language-switcher--dropdown .links li.is-active:hover a {
  color: #05D8C8;
  text-decoration: none;
}
.language-switcher--dropdown .links.active {
  background: #fff;
  border: 1px solid #fbfaff;
}
.language-switcher--dropdown .links.active li {
  color: #fbfaff;
  display: block;
  opacity: 0;
}
.language-switcher--dropdown .links.active li a {
  color: #000;
  display: block;
  cursor: pointer;
}
.language-switcher--dropdown .links.active li.is-active {
  text-decoration: none;
  background: #05D8C8;
}
.language-switcher--dropdown .links.active li.is-active a {
  color: #fff;
  text-decoration: none;
}
.language-switcher--dropdown .links.active li.is-active:before, .language-switcher--dropdown .links.active li.is-active:after {
  content: none;
}
.language-switcher--dropdown .links.active li:focus {
  color: #000;
}

.block-block-thepark-languageswitcher {
  margin-top: 10px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .region-header .block-block-thepark-languageswitcher {
    display: block;
    position: relative;
  }
  .region-header .block-block-thepark-languageswitcher .language-switcher {
    display: none;
  }
  .region-header .block-block-thepark-languageswitcher .language-switcher ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .region-header .block-block-thepark-languageswitcher .language-switcher ul li:first-child:before {
    content: none;
  }
  .region-header .block-block-thepark-languageswitcher:hover .language-switcher {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 999;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .block-block-thepark-languageswitcher .current-language:after {
    content: '';
    width: 24px;
    height: 14px;
    background-image: url("../images/arrowdown.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
  }
}

.block-block-thepark-languageswitcher .current-language,
.block-block-thepark-languageswitcher-2 .current-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
.block-block-thepark-languageswitcher .current-language img,
.block-block-thepark-languageswitcher-2 .current-language img {
  margin-left: 5px;
}
.block-block-thepark-languageswitcher .current-language:hover,
.block-block-thepark-languageswitcher-2 .current-language:hover {
  text-decoration: none;
  cursor: pointer;
}
.block-block-thepark-languageswitcher .language-links,
.block-block-thepark-languageswitcher-2 .language-links {
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.block-block-thepark-languageswitcher .language-links:last-child,
.block-block-thepark-languageswitcher-2 .language-links:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.block-block-thepark-languageswitcher .language-links:last-child ul,
.block-block-thepark-languageswitcher-2 .language-links:last-child ul {
  margin-bottom: 0;
}
.block-block-thepark-languageswitcher .language-links > span,
.block-block-thepark-languageswitcher-2 .language-links > span {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 12px;
}
.block-block-thepark-languageswitcher .language-links ul,
.block-block-thepark-languageswitcher-2 .language-links ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.block-block-thepark-languageswitcher .language-links ul li:before,
.block-block-thepark-languageswitcher-2 .language-links ul li:before {
  content: none;
}
.block-block-thepark-languageswitcher img,
.block-block-thepark-languageswitcher-2 img {
  width: 18px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 8px;
}

.block-block-thepark-languageswitcher-2 {
  max-width: 400px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.block-block-thepark-languageswitcher-2 .current-language {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.block-block-thepark-languageswitcher-2 .language-links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.block-block-thepark-languageswitcher-2 .language-links ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0;
  list-style: none;
}
.block-block-thepark-languageswitcher-2 .language-links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-block-thepark-languageswitcher-2 .language-links ul li a.active-language {
  font-weight: bold;
}
.block-block-thepark-languageswitcher-2 .language-links ul li,
.block-block-thepark-languageswitcher-2 .language-links ul li a {
  color: #fff;
}
.block-block-thepark-languageswitcher-2 span {
  line-height: normal !important;
}

.layout-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--no-padding, .layout-wrapper.no-padding {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.layout-wrapper--no-col-padding .row > div, .layout-wrapper.no-col-padding .row > div {
  padding-left: 0;
  padding-right: 0;
}
.layout-wrapper--padding, .layout-wrapper.padding {
  padding-bottom: 140px;
  padding-top: 140px;
}
.layout-wrapper.margin-bottom, .layout-wrapper.layout-wrapper--margin-bottom {
  margin-bottom: 100px;
}
.layout-wrapper.margin-top, .layout-wrapper.layout-wrapper--margin-top {
  margin-top: 100px;
}
.layout-wrapper--divider {
  padding: 0;
  border-bottom: 100px solid #fbfaff;
}
.layout-wrapper--packages {
  padding-top: 80px;
  padding-bottom: 80px;
}
.layout-wrapper--padding-1 {
  padding: 0px;
}
.layout-wrapper--padding-top-1 {
  padding-top: 0px;
}
.layout-wrapper--padding-right-1 {
  padding-right: 0px;
}
.layout-wrapper--padding-bottom-1 {
  padding-bottom: 0px;
}
.layout-wrapper--padding-left-1 {
  padding-left: 0px;
}
.layout-wrapper--margin-1 {
  margin: 0px;
}
.layout-wrapper--margin-top-1 {
  margin-top: 0px;
}
.layout-wrapper--margin-right-1 {
  margin-right: 0px;
}
.layout-wrapper--margin-bottom-1 {
  margin-bottom: 0px;
}
.layout-wrapper--margin-left-1 {
  margin-left: 0px;
}
.layout-wrapper--padding-2 {
  padding: 10px;
}
.layout-wrapper--padding-top-2 {
  padding-top: 10px;
}
.layout-wrapper--padding-right-2 {
  padding-right: 10px;
}
.layout-wrapper--padding-bottom-2 {
  padding-bottom: 10px;
}
.layout-wrapper--padding-left-2 {
  padding-left: 10px;
}
.layout-wrapper--margin-2 {
  margin: 10px;
}
.layout-wrapper--margin-top-2 {
  margin-top: 10px;
}
.layout-wrapper--margin-right-2 {
  margin-right: 10px;
}
.layout-wrapper--margin-bottom-2 {
  margin-bottom: 10px;
}
.layout-wrapper--margin-left-2 {
  margin-left: 10px;
}
.layout-wrapper--padding-3 {
  padding: 20px;
}
.layout-wrapper--padding-top-3 {
  padding-top: 20px;
}
.layout-wrapper--padding-right-3 {
  padding-right: 20px;
}
.layout-wrapper--padding-bottom-3 {
  padding-bottom: 20px;
}
.layout-wrapper--padding-left-3 {
  padding-left: 20px;
}
.layout-wrapper--margin-3 {
  margin: 20px;
}
.layout-wrapper--margin-top-3 {
  margin-top: 20px;
}
.layout-wrapper--margin-right-3 {
  margin-right: 20px;
}
.layout-wrapper--margin-bottom-3 {
  margin-bottom: 20px;
}
.layout-wrapper--margin-left-3 {
  margin-left: 20px;
}
.layout-wrapper--padding-4 {
  padding: 30px;
}
.layout-wrapper--padding-top-4 {
  padding-top: 30px;
}
.layout-wrapper--padding-right-4 {
  padding-right: 30px;
}
.layout-wrapper--padding-bottom-4 {
  padding-bottom: 30px;
}
.layout-wrapper--padding-left-4 {
  padding-left: 30px;
}
.layout-wrapper--margin-4 {
  margin: 30px;
}
.layout-wrapper--margin-top-4 {
  margin-top: 30px;
}
.layout-wrapper--margin-right-4 {
  margin-right: 30px;
}
.layout-wrapper--margin-bottom-4 {
  margin-bottom: 30px;
}
.layout-wrapper--margin-left-4 {
  margin-left: 30px;
}
.layout-wrapper--padding-5 {
  padding: 40px;
}
.layout-wrapper--padding-top-5 {
  padding-top: 40px;
}
.layout-wrapper--padding-right-5 {
  padding-right: 40px;
}
.layout-wrapper--padding-bottom-5 {
  padding-bottom: 40px;
}
.layout-wrapper--padding-left-5 {
  padding-left: 40px;
}
.layout-wrapper--margin-5 {
  margin: 40px;
}
.layout-wrapper--margin-top-5 {
  margin-top: 40px;
}
.layout-wrapper--margin-right-5 {
  margin-right: 40px;
}
.layout-wrapper--margin-bottom-5 {
  margin-bottom: 40px;
}
.layout-wrapper--margin-left-5 {
  margin-left: 40px;
}
.layout-wrapper--padding-6 {
  padding: 50px;
}
.layout-wrapper--padding-top-6 {
  padding-top: 50px;
}
.layout-wrapper--padding-right-6 {
  padding-right: 50px;
}
.layout-wrapper--padding-bottom-6 {
  padding-bottom: 50px;
}
.layout-wrapper--padding-left-6 {
  padding-left: 50px;
}
.layout-wrapper--margin-6 {
  margin: 50px;
}
.layout-wrapper--margin-top-6 {
  margin-top: 50px;
}
.layout-wrapper--margin-right-6 {
  margin-right: 50px;
}
.layout-wrapper--margin-bottom-6 {
  margin-bottom: 50px;
}
.layout-wrapper--margin-left-6 {
  margin-left: 50px;
}
.layout-wrapper--padding-7 {
  padding: 60px;
}
.layout-wrapper--padding-top-7 {
  padding-top: 60px;
}
.layout-wrapper--padding-right-7 {
  padding-right: 60px;
}
.layout-wrapper--padding-bottom-7 {
  padding-bottom: 60px;
}
.layout-wrapper--padding-left-7 {
  padding-left: 60px;
}
.layout-wrapper--margin-7 {
  margin: 60px;
}
.layout-wrapper--margin-top-7 {
  margin-top: 60px;
}
.layout-wrapper--margin-right-7 {
  margin-right: 60px;
}
.layout-wrapper--margin-bottom-7 {
  margin-bottom: 60px;
}
.layout-wrapper--margin-left-7 {
  margin-left: 60px;
}
.layout-wrapper--padding-8 {
  padding: 70px;
}
.layout-wrapper--padding-top-8 {
  padding-top: 70px;
}
.layout-wrapper--padding-right-8 {
  padding-right: 70px;
}
.layout-wrapper--padding-bottom-8 {
  padding-bottom: 70px;
}
.layout-wrapper--padding-left-8 {
  padding-left: 70px;
}
.layout-wrapper--margin-8 {
  margin: 70px;
}
.layout-wrapper--margin-top-8 {
  margin-top: 70px;
}
.layout-wrapper--margin-right-8 {
  margin-right: 70px;
}
.layout-wrapper--margin-bottom-8 {
  margin-bottom: 70px;
}
.layout-wrapper--margin-left-8 {
  margin-left: 70px;
}
.layout-wrapper--padding-9 {
  padding: 80px;
}
.layout-wrapper--padding-top-9 {
  padding-top: 80px;
}
.layout-wrapper--padding-right-9 {
  padding-right: 80px;
}
.layout-wrapper--padding-bottom-9 {
  padding-bottom: 80px;
}
.layout-wrapper--padding-left-9 {
  padding-left: 80px;
}
.layout-wrapper--margin-9 {
  margin: 80px;
}
.layout-wrapper--margin-top-9 {
  margin-top: 80px;
}
.layout-wrapper--margin-right-9 {
  margin-right: 80px;
}
.layout-wrapper--margin-bottom-9 {
  margin-bottom: 80px;
}
.layout-wrapper--margin-left-9 {
  margin-left: 80px;
}
.layout-wrapper--padding-10 {
  padding: 90px;
}
.layout-wrapper--padding-top-10 {
  padding-top: 90px;
}
.layout-wrapper--padding-right-10 {
  padding-right: 90px;
}
.layout-wrapper--padding-bottom-10 {
  padding-bottom: 90px;
}
.layout-wrapper--padding-left-10 {
  padding-left: 90px;
}
.layout-wrapper--margin-10 {
  margin: 90px;
}
.layout-wrapper--margin-top-10 {
  margin-top: 90px;
}
.layout-wrapper--margin-right-10 {
  margin-right: 90px;
}
.layout-wrapper--margin-bottom-10 {
  margin-bottom: 90px;
}
.layout-wrapper--margin-left-10 {
  margin-left: 90px;
}
.layout-wrapper--padding-11 {
  padding: 100px;
}
.layout-wrapper--padding-top-11 {
  padding-top: 100px;
}
.layout-wrapper--padding-right-11 {
  padding-right: 100px;
}
.layout-wrapper--padding-bottom-11 {
  padding-bottom: 100px;
}
.layout-wrapper--padding-left-11 {
  padding-left: 100px;
}
.layout-wrapper--margin-11 {
  margin: 100px;
}
.layout-wrapper--margin-top-11 {
  margin-top: 100px;
}
.layout-wrapper--margin-right-11 {
  margin-right: 100px;
}
.layout-wrapper--margin-bottom-11 {
  margin-bottom: 100px;
}
.layout-wrapper--margin-left-11 {
  margin-left: 100px;
}
.layout-wrapper--text-image-background {
  background-color: transparent;
}
.layout-wrapper--text-image-background.layout-wrapper--image-left {
  overflow: visible;
}
.layout-wrapper--text-image-background.layout-wrapper--image-left .col-lg-6:first-child {
  padding: 0 !important;
}
.layout-wrapper--text-image-background.layout-wrapper--image-left .col-lg-6:last-child {
  padding: 40px !important;
}
.layout-wrapper--text-image-background.background-primary .layout--text-image-background {
  background-color: #05D8C8;
}
.layout-wrapper--text-image-background.background-primary .col-lg-6:first-child {
  padding: 40px;
}
.layout-wrapper--text-image-background.background-primary .col-lg-6:last-child {
  position: relative;
}
.layout-wrapper--text-image-background.background-primary .col-lg-6:last-child:after {
  content: '';
  display: block;
  background-image: url("../images/bg2-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  right: -150px;
  width: 200px;
  height: 250px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .layout-wrapper--text-image-background.background-primary .col-lg-6:last-child:after {
    content: none;
  }
}
.layout-wrapper--text-image-background.background-primary .col-lg-6:last-child {
  padding: 0;
}
.layout-wrapper--text-image-background.background-secondary .layout--text-image-background {
  background-color: #28095D;
}
.layout-wrapper--text-image-background.background-secondary .col-lg-6:first-child {
  padding: 40px;
  position: relative;
}
.layout-wrapper--text-image-background.background-secondary .col-lg-6:first-child:after {
  content: '';
  display: block;
  background-image: url("../images/bg1-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -100px;
  left: 50px;
  width: 200px;
  height: 250px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media only screen and (max-width: 991px) {
  .layout-wrapper--text-image-background.background-secondary .col-lg-6:first-child:after {
    content: none;
  }
}
.layout-wrapper--text-image-background.background-secondary .col-lg-6:last-child {
  padding: 0;
}
.layout-wrapper--cards-home .block-inline-blocksection-title h2 {
  color: #05D8C8;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 900;
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--cards-home .block-inline-blocksection-title h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1240px) {
  .layout-wrapper--cards-home .block-inline-blocksection-title h2 {
    font-size: 100px;
    margin-top: 30px;
  }
}
.layout-wrapper--cards-home .card__title {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
}
.layout-wrapper--cards {
  padding-bottom: 50px;
  position: relative;
}
.layout-wrapper--cards .layout-title {
  margin-bottom: 100px;
  margin-top: 50px;
}
.layout-wrapper--cards:after {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  right: -75px;
  width: 150px;
  height: 150px;
  background-image: url("../images/bg4-green.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .layout-wrapper--cards:after {
    content: none;
  }
}
.layout-wrapper--cards:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -25px;
  width: 200px;
  height: 250px;
  background-image: url("../images/bg1-green.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .layout-wrapper--cards:before {
    content: none;
  }
}
.layout-wrapper--form .inline-block-text__text {
  text-align: center;
}
.layout.no-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.layout--packages .card {
  border: 8px solid #CD7F32;
  border-radius: 60px;
  text-align: center;
  padding: 0;
  margin-top: 50px;
}
.layout--packages .card__title {
  background-color: #CD7F32;
  border-radius: 40px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-top: 0 !important;
  padding-top: 35px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  color: #000;
}
.layout--packages .card__title strong {
  color: #000;
  display: block;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}
.layout--packages .card__text {
  min-height: 140px;
}
.layout--packages .card__text h3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  font-size: 30px;
  text-transform: uppercase;
}
.layout--packages .card__text h3:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
}
.layout--packages .card__text p {
  font-size: 18px;
  text-transform: uppercase;
}
.layout--packages .card__readmore {
  margin-bottom: 30px;
  display: block;
  text-decoration: none;
}
.layout--packages .card__readmore a {
  padding: 10px 20px;
  border-radius: 20px;
  background: radial-gradient(#facb85, #cd7f32);
  font-weight: bold;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
}
.layout--packages .card__readmore a:hover {
  text-decoration: none;
  background: #05D8C8 !important;
  color: #fff;
}
.layout--packages .col-lg-4:nth-child(2) .card {
  border: 8px solid silver;
  position: relative;
}
.layout--packages .col-lg-4:nth-child(2) .card:before {
  content: 'Most popular';
  display: block;
  padding: 5px 20px;
  background-color: red;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  position: absolute;
  font-weight: bold;
  text-transform: uppercase;
  left: -33px;
  top: 12px;
  font-size: 9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  clip-path: polygon(21% 0%, 78% 0%, 102% 100%, -2% 100%);
}
.layout--packages .col-lg-4:nth-child(2) .card__title {
  background-color: silver;
}
.layout--packages .col-lg-4:nth-child(2) .card__readmore a {
  background: radial-gradient(#fafafa, #747474);
}
.layout--packages .col-lg-4:nth-child(3) .card {
  border: 8px solid goldenrod;
}
.layout--packages .col-lg-4:nth-child(3) .card__title {
  background-color: goldenrod;
}
.layout--packages .col-lg-4:nth-child(3) .card__readmore a {
  background: radial-gradient(#eee8aa, #daa520);
}
.layout--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .layout--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout--text-align-center {
  text-align: center;
}
.layout--text-align-right {
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
.layout--image-with-text .col-md-6 {
  padding: 0;
}
.layout--image-with-text .inline-block-text {
  padding-left: 50px;
  padding-right: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .layout--image-with-text .inline-block-text {
    padding: 30px;
  }
}
.layout--image-with-text .inline-block-image {
  max-height: 550px;
}
.layout--image-with-text .inline-block-image img {
  max-height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text-left .inline-block-text {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text-right .inline-block-text {
    padding-left: 0;
  }
}
.layout--map iframe {
  width: 100%;
  border-radius: 20px;
  height: 500px;
}
.layout--table table {
  width: 100%;
  border-radius: 20px;
  line-height: normal;
  font-size: 14px;
  outline: 1px solid #fbfaff;
  overflow: hidden;
  border: hidden;
}
.layout--table table + table {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .layout--table table {
    display: block;
    overflow-x: scroll;
  }
}
.layout--table table p {
  margin-bottom: 10px;
}
.layout--table table strong {
  font-size: 15px;
  font-weight: 500;
}
.layout--table table thead th {
  background-color: #28095D;
  font-weight: normal;
  border: 1px solid #28095D;
}
.layout--table table thead th,
.layout--table table thead th strong {
  color: #fff;
}
.layout--table table tbody td {
  border: 1px solid #fbfaff;
}
.layout--table table tbody td strong {
  color: #28095D;
}
.layout--table table td,
.layout--table table th {
  padding: 20px;
  vertical-align: top;
}
.layout--table table th {
  color: #000;
  border: none;
}
.layout--table table tr td:first-child {
  background-color: #fbfaff;
}
.layout--table table tr td:first-child strong {
  color: #000;
}
.layout--animated .inline-block {
  opacity: 0;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
.layout--animated-down .inline-block {
  opacity: 0;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.layout--animated-right .inline-block {
  opacity: 0;
  -webkit-transform: translateX(30px);
      -ms-transform: translateX(30px);
          transform: translateX(30px);
}
.layout--animated-up .inline-block {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.layout--text-image-left .inline-block-image {
  padding-right: 150px;
  position: relative;
}
.layout--text-image-left .inline-block-image:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 30px;
  right: 25px;
  width: 200px;
  height: 250px;
  background-image: url("../images/bg1-green.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .layout--text-image-left .inline-block-image {
    margin-bottom: 30px;
    padding-right: 100px;
  }
  .layout--text-image-left .inline-block-image:after {
    right: -50px;
  }
}
.layout--text-image-right .inline-block-image {
  padding-left: 150px;
  position: relative;
}
.layout--text-image-right .inline-block-image:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 30px;
  left: 25px;
  width: 200px;
  height: 250px;
  background-image: url("../images/bg1-green.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .layout--text-image-right .inline-block-image {
    margin-top: 30px;
    padding-left: 100px;
  }
  .layout--text-image-right .inline-block-image:after {
    left: -50px;
  }
}
.layout .inline-block.inview {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.layout--video-bg {
  position: relative;
  padding-bottom: 150px;
}
.layout--video-bg > div {
  width: 100%;
}
.layout--video-bg .inline-block-text {
  position: absolute !important;
  z-index: 99;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .layout--video-bg .inline-block-text {
    top: 40%;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
    width: 60%;
    right: 50px;
    height: 60%;
  }
}
@media only screen and (min-width: 1240px) {
  .layout--video-bg .inline-block-text {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50%;
    right: 50px;
    height: 50%;
  }
}
.layout--video-bg .inline-block-text h2 {
  font-size: 32px;
  font-weight: 900;
}
.layout--video-bg .inline-block-text h2,
.layout--video-bg .inline-block-text h3,
.layout--video-bg .inline-block-text h4,
.layout--video-bg .inline-block-text h5 {
  color: #fff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.layout--video-bg .inline-block-text p {
  font-weight: 600;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.layout--video-bg .inline-block-text p .btn, .layout--video-bg .inline-block-text p .formula--content .field--name-field-link a, .formula--content .field--name-field-link .layout--video-bg .inline-block-text p a {
  text-shadow: none;
}
@media only screen and (max-width: 991px) {
  .layout--video-bg .inline-block-text {
    width: 90%;
    left: 50%;
    height: 70%;
    top: 25%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .layout--video-bg .inline-block-text h2 {
    font-size: 20px;
  }
}
.layout--video-bg .inline-block-video {
  position: relative;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .layout--video-bg .inline-block-video__video {
    min-height: 640px;
  }
}
.layout--video-bg .inline-block-video:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -75px;
  left: -75px;
  top: auto;
  width: 200px;
  height: 250px;
  background-image: url("../images/bg3-green.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .layout--video-bg video {
    min-height: 640px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.layout--video {
  margin-top: 200px;
}
@media only screen and (max-width: 991px) {
  .layout--video {
    margin-top: 100px;
  }
}
.layout--video .inline-block-video {
  position: relative;
}
.layout--video .inline-block-video:after {
  content: '';
  display: block;
  position: absolute;
  top: -175px;
  left: -125px;
  width: 200px;
  height: 250px;
  background-image: url("../images/bg2-green.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .layout--video .inline-block-video {
    margin-bottom: 30px;
  }
  .layout--video .inline-block-video:after {
    left: -50px;
    top: -200px;
  }
}
.layout--title-big {
  text-align: center;
}
.layout--title-big h2 {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .layout--title-big h2 {
    font-size: 110px;
  }
}
.path-frontpage .layout--title-big h2 {
  font-size: 60px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .layout--title-big h2 {
    font-size: 60px;
  }
}
.layout--characteristics svg {
  fill: #05D8C8;
}
@media only screen and (min-width: 992px) {
  .layout--formula-formula {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout--formula-formula .block-inline-blockformula {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout--formula-formula .block-inline-blockformula .formula--text {
    margin-bottom: auto;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .layout--formula-formula {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout--formula-formula .col-lg-6:last-child {
  background-color: #05D8C8;
  border: 1px solid #000;
}
.layout--formula-formula .col-lg-6:last-child .block-inline-blockformula {
  background-color: transparent;
  border: none;
}
.layout--formula-formula .col-lg-6:last-child .block-inline-blockformula svg {
  fill: #fff;
}
.layout--formula-formula .col-lg-6:last-child h4,
.layout--formula-formula .col-lg-6:last-child h4 strong {
  color: #fff;
}
.layout--formula-formula .col-lg-6:last-child h2,
.layout--formula-formula .col-lg-6:last-child h3 {
  color: #000;
}
.layout--formula-formula .col-lg-6:last-child h2 strong,
.layout--formula-formula .col-lg-6:last-child h3 strong {
  color: #fff;
}
.layout--formula-formula .col-lg-6:last-child .inline-block-text {
  margin-bottom: 30px;
}
.layout--formula-formula .col-lg-6:last-child .inline-block-text strong {
  color: #fff;
}
.layout--formula-formula .col-lg-6:last-child .inline-block-button {
  margin-top: auto;
  margin-bottom: 0;
}
.layout--formula-formula .col-lg-6:last-child .btn, .layout--formula-formula .col-lg-6:last-child .formula--content .field--name-field-link a, .formula--content .field--name-field-link .layout--formula-formula .col-lg-6:last-child a {
  margin-left: auto;
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.layout--formula-formula .col-lg-6:last-child .btn:hover, .layout--formula-formula .col-lg-6:last-child .formula--content .field--name-field-link a:hover, .formula--content .field--name-field-link .layout--formula-formula .col-lg-6:last-child a:hover {
  color: #fff;
  background-color: #229997;
}
@media only screen and (max-width: 991px) {
  .layout--formula-formula .col-lg-6:last-child {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 992px) {
  .layout--formula-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout--formula-text .block-inline-blockformula {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout--formula-text .block-inline-blockformula .formula--text {
    margin-bottom: auto;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .layout--formula-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout--formula-text .col-lg-6:last-child {
  background-color: #05D8C8;
  border: 1px solid #000;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout--formula-text .col-lg-6:last-child h4,
.layout--formula-text .col-lg-6:last-child h4 strong {
  color: #fff;
}
.layout--formula-text .col-lg-6:last-child h2,
.layout--formula-text .col-lg-6:last-child h3 {
  color: #000;
}
.layout--formula-text .col-lg-6:last-child h2 strong,
.layout--formula-text .col-lg-6:last-child h3 strong {
  color: #fff;
}
.layout--formula-text .col-lg-6:last-child .inline-block-text {
  margin-bottom: 30px;
}
.layout--formula-text .col-lg-6:last-child .inline-block-text strong {
  color: #fff;
}
.layout--formula-text .col-lg-6:last-child .inline-block-button {
  margin-top: auto;
  margin-bottom: 0;
}
.layout--formula-text .col-lg-6:last-child .btn, .layout--formula-text .col-lg-6:last-child .formula--content .field--name-field-link a, .formula--content .field--name-field-link .layout--formula-text .col-lg-6:last-child a {
  margin-left: auto;
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.layout--formula-text .col-lg-6:last-child .btn:hover, .layout--formula-text .col-lg-6:last-child .formula--content .field--name-field-link a:hover, .formula--content .field--name-field-link .layout--formula-text .col-lg-6:last-child a:hover {
  color: #fff;
  background-color: #229997;
}
@media only screen and (max-width: 991px) {
  .layout--formula-text .col-lg-6:last-child {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 992px) {
  .layout--formula-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.layout--formula-extra .col-lg-5 {
  background-color: #cbfcf0;
  padding: 30px;
  border: 1px solid #000;
}
@media only screen and (min-width: 992px) {
  .layout--formula-extra .col-lg-5 {
    margin-left: 0;
    border-left: 0;
  }
}
.layout--formula-extra .col-lg-5 svg {
  fill: #05D8C8;
  max-width: 75px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .layout--formula-extra .col-lg-7 {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
  }
  .layout--formula-extra .col-lg-7 .formula {
    height: 100%;
    border-right: 0;
  }
}

.inline-block.background-white, .inline-block.background-grey, .inline-block.background-primary, .inline-block.background-secondary {
  padding: 15px;
}

.maintenance {
  padding-top: 100px;
}
.maintenance .logo {
  width: 60px;
}
@media only screen and (min-width: 768px) {
  .maintenance .logo {
    width: 100px;
  }
}
.maintenance .container {
  text-align: center;
}

.nav-tabs > li > a {
  background: #fbfaff;
  color: #000;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px;
  margin-bottom: -1px;
}
.nav-tabs:after {
  content: ' ';
  display: table;
  clear: both;
}

.menu--main > li, .menu--meta-menu > li {
  position: static;
}
@media only screen and (min-width: 992px) {
  .menu--main > li.dropdown a, .menu--meta-menu > li.dropdown a {
    padding-bottom: 20px !important;
  }
}
.menu--main > li > a, .menu--meta-menu > li > a {
  line-height: 20px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}
.menu--main > li > a:hover, .menu--meta-menu > li > a:hover {
  text-decoration: none;
  color: #05D8C8;
}
.menu--main > li > a[data-target="#"]:hover, .menu--meta-menu > li > a[data-target="#"]:hover {
  cursor: default;
  color: #000;
}
.menu--main > li > a.jobs, .menu--meta-menu > li > a.jobs {
  position: relative;
}
.menu--main > li > a.jobs .job-count, .menu--meta-menu > li > a.jobs .job-count {
  position: absolute;
  top: -10px;
  font-size: 9px;
  color: #fff;
  background: #05D8C8;
  font-weight: 400;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 99px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.menu--main > li > a.jobs--loaded .job-count, .menu--meta-menu > li > a.jobs--loaded .job-count {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.menu--main .dropdown-menu, .menu--meta-menu .dropdown-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background-color: #fbfaff;
  left: 0;
  right: 0;
  padding: 30px;
  margin-top: -10px;
}
.page-node-type-vr-game .menu--main .dropdown-menu, .path-frontpage .menu--main .dropdown-menu, .page-node-type-vr-game .menu--meta-menu .dropdown-menu, .path-frontpage .menu--meta-menu .dropdown-menu {
  background: #fff;
}
.menu--main .dropdown-menu > .view, .menu--meta-menu .dropdown-menu > .view {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
}
.menu--main .dropdown-menu > .view .view-content, .menu--meta-menu .dropdown-menu > .view .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu--main .dropdown-menu > .view .view-content.slick-slider, .menu--meta-menu .dropdown-menu > .view .view-content.slick-slider {
  display: block;
}
.menu--main .dropdown-menu > .view .view-content .views-row, .menu--meta-menu .dropdown-menu > .view .view-content .views-row {
  -webkit-box-flex: 20%;
      -ms-flex: 20% 0 0px;
          flex: 20% 0 0;
  padding-left: 15px;
  padding-right: 15px;
}
.menu--main .dropdown-menu > li > a, .menu--meta-menu .dropdown-menu > li > a {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
.menu--main .dropdown-menu > li > a:after, .menu--meta-menu .dropdown-menu > li > a:after {
  background: #fbfaff;
}
.menu--main .dropdown-menu > li.active > a, .menu--meta-menu .dropdown-menu > li.active > a {
  background: transparent;
  color: #05D8C8;
}
@media only screen and (min-width: 992px) {
  .menu--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu--main > li {
    padding: 0 !important;
  }
  .menu--main > li > a {
    padding: 10px 15px;
  }
}
.menu--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .menu--footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.menu--footer li {
  padding: 10px;
}
.menu--footer li a {
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .menu--footer li a {
    margin-right: 20px;
  }
}
.menu--footer li a:hover {
  text-decoration: none;
  color: #05D8C8;
}
@media only screen and (max-width: 991px) {
  .menu--footer li {
    margin-right: 10px;
  }
}
.menu--main .btn, .menu--main .formula--content .field--name-field-link a, .formula--content .field--name-field-link .menu--main a {
  padding: 15px 25px;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
}
.menu--main .btn:hover, .menu--main .formula--content .field--name-field-link a:hover, .formula--content .field--name-field-link .menu--main a:hover {
  color: #fff;
}
.menu--main > li {
  padding: 10px;
}
@media only screen and (min-width: 1240px) {
  .menu--main > li {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 1239px) {
  .menu--main > li > a {
    font-size: 13px;
    color: #000 !important;
    text-shadow: none !important;
  }
  .menu--main > li > a.btn, .formula--content .field--name-field-link .menu--main > li > a {
    color: #fff !important;
  }
}
.menu--main a {
  color: #000;
}
.page-node-type-vr-game .menu--main a, .path-frontpage .menu--main a {
  color: #fff;
  text-shadow: 0 0 2px #000;
}
@media only screen and (max-width: 991px) {
  .page-node-type-vr-game .menu--main a, .path-frontpage .menu--main a {
    color: #000;
  }
}
.page-node-type-vr-game .menu--main a.btn, .page-node-type-vr-game .menu--main .formula--content .field--name-field-link a, .formula--content .field--name-field-link .page-node-type-vr-game .menu--main a, .path-frontpage .menu--main a.btn, .path-frontpage .menu--main .formula--content .field--name-field-link a, .formula--content .field--name-field-link .path-frontpage .menu--main a {
  text-shadow: none;
}
.menu--meta-menu li {
  padding: 10px;
}
.menu--meta-menu li a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.page-node-type-vr-game .menu--meta-menu li a a, .path-frontpage .menu--meta-menu li a a {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
@media only screen and (max-width: 991px) {
  .menu--meta-menu li a {
    font-size: 10px;
  }
}
.menu--meta-menu li a:hover {
  color: #05D8C8;
}
@media only screen and (max-width: 991px) {
  .region-header .menu--meta-menu {
    display: none;
  }
}

aside.right-off-canvas-menu,
aside.left-off-canvas-menu {
  background: #05D8C8;
  padding-top: 75px;
}
aside.right-off-canvas-menu ul.off-canvas-list li a,
aside.left-off-canvas-menu ul.off-canvas-list li a {
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
}
aside.right-off-canvas-menu ul.off-canvas-list li a.btn, aside.right-off-canvas-menu ul.off-canvas-list li .formula--content .field--name-field-link a, .formula--content .field--name-field-link aside.right-off-canvas-menu ul.off-canvas-list li a,
aside.left-off-canvas-menu ul.off-canvas-list li a.btn,
aside.left-off-canvas-menu ul.off-canvas-list li .formula--content .field--name-field-link a,
.formula--content .field--name-field-link aside.left-off-canvas-menu ul.off-canvas-list li a {
  background-color: #fff;
  color: #05D8C8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
aside.right-off-canvas-menu ul.off-canvas-list li a:hover,
aside.left-off-canvas-menu ul.off-canvas-list li a:hover {
  background-color: transparent;
}
aside.right-off-canvas-menu .right-submenu,
aside.right-off-canvas-menu .left-submenu,
aside.left-off-canvas-menu .right-submenu,
aside.left-off-canvas-menu .left-submenu {
  width: 100%;
}
aside.right-off-canvas-menu .right-submenu .back a,
aside.right-off-canvas-menu .left-submenu .back a,
aside.left-off-canvas-menu .right-submenu .back a,
aside.left-off-canvas-menu .left-submenu .back a {
  background: #fff;
}
aside.right-off-canvas-menu .burger .line,
aside.left-off-canvas-menu .burger .line {
  background: #fff;
}

.off-canvas-wrap {
  overflow: visible;
}

.move-right > .inner-wrap {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.move-right .left-off-canvas-menu {
  display: block;
}

.region-navigation-collapsible {
  padding-bottom: 150px;
}

.page-title {
  background: #05D8C8;
  padding: 30px 0;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-title {
    margin-bottom: 60px;
  }
}
.page-title--has-banner {
  padding-bottom: 0;
  background: linear-gradient(to top, #fff 0, #fff 85px, #05D8C8 85px);
}
.page-title h1 {
  color: #fff;
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .page-title h1 {
    margin: 40px 0 0;
  }
}

.panel, .panel-primary {
  background: #05D8C8;
  color: #fff;
  border: none;
  border-radius: 0;
}
.panel h2, .panel-primary h2,
.panel h3,
.panel-primary h3,
.panel h4,
.panel-primary h4,
.panel label,
.panel-primary label,
.panel p,
.panel-primary p {
  color: #fff;
}
.background-primary .panel, .background-primary .panel-primary, .background-secondary .panel, .background-secondary .panel-primary {
  background: #fff;
  color: #000;
}
.background-primary .panel h2, .background-primary .panel-primary h2,
.background-primary .panel h3,
.background-primary .panel-primary h3,
.background-primary .panel h4,
.background-primary .panel-primary h4,
.background-primary .panel label,
.background-primary .panel-primary label,
.background-primary .panel p,
.background-primary .panel-primary p, .background-secondary .panel h2, .background-secondary .panel-primary h2,
.background-secondary .panel h3,
.background-secondary .panel-primary h3,
.background-secondary .panel h4,
.background-secondary .panel-primary h4,
.background-secondary .panel label,
.background-secondary .panel-primary label,
.background-secondary .panel p,
.background-secondary .panel-primary p {
  color: #000;
}
.panel > .panel-heading, .panel-primary > .panel-heading {
  background: #05D8C8;
  color: #fff;
}
.panel-default {
  background: #fbfaff;
  color: #000;
}
.panel-default h2,
.panel-default h3,
.panel-default h4,
.panel-default label,
.panel-default p {
  color: #000;
}
.panel-default > .panel-heading {
  background: #fbfaff;
  color: #000;
}
.background-grey .panel-default {
  background: #fff;
}

.quote, blockquote {
  margin-top: 20px;
  border-left: 0;
  text-align: center;
}
.quote__text, blockquote p {
  color: #000;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
}
.quote__footer {
  margin-top: 50px;
  text-align: center;
}
.quote__footer:before {
  content: none;
}
.quote__author {
  color: #000;
  font-weight: 600;
}
.quote__image {
  margin-bottom: 20px;
}
.quote__image img {
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  max-width: 90px;
}

blockquote {
  padding: 40px;
}

.review.teaser {
  padding: 20px;
  background-color: #fbfaff;
  height: inherit;
}
.review.teaser__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.review.teaser__content--teaser {
  position: relative;
  z-index: 1;
}

.review_stars {
  position: relative;
  width: 130px;
  height: 28px;
  margin-bottom: 10px;
}
.review_stars:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/stars.png");
  background-size: cover;
  z-index: 2;
  pointer-events: none;
}
.review_stars .starsammount {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #F9E830;
  display: block;
  z-index: 1;
  border-radius: 30px;
}
.review_author {
  margin-bottom: 0;
}
.review_location {
  margin-bottom: 10px;
}
.review_location a {
  color: #282828;
  pointer-events: none;
}
.review-overlay {
  display: none;
  padding: 30px;
}
.review_text {
  font-size: 13px;
  font-weight: 500;
  color: #282828;
}

@media only screen and (min-width: 992px) {
  .google-reviews-title {
    margin-bottom: -75px;
  }
}

.slick-prev,
.slick-next {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2012%22%3E%3Cpath%20fill%3D%22%2305D8C8%22%20d%3D%22M12%2C11.8c-0.2%2C0-0.4-0.1-0.5-0.2l-11-10C0.2%2C1.3%2C0.2%2C0.8%2C0.4%2C0.5c0.3-0.3%2C0.8-0.3%2C1.1-0.1L12%2C10l10.5-9.5%20c0.3-0.3%2C0.8-0.3%2C1.1%2C0.1c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-11%2C10C12.4%2C11.7%2C12.2%2C11.8%2C12%2C11.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/24px 12px;
  background-size: contain;
}
.slick-prev:hover,
.slick-next:hover {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2012%22%3E%3Cpath%20fill%3D%22%2328095D%22%20d%3D%22M12%2C11.8c-0.2%2C0-0.4-0.1-0.5-0.2l-11-10C0.2%2C1.3%2C0.2%2C0.8%2C0.4%2C0.5c0.3-0.3%2C0.8-0.3%2C1.1-0.1L12%2C10l10.5-9.5%20c0.3-0.3%2C0.8-0.3%2C1.1%2C0.1c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-11%2C10C12.4%2C11.7%2C12.2%2C11.8%2C12%2C11.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/24px 12px;
  background-size: contain;
}

.slick-dots li button {
  background: transparent;
  border: 1px solid #000;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  border-color: #05D8C8;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #05D8C8;
  border-color: #05D8C8;
}

.snippet-horizontal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .snippet-horizontal__image {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.snippet-horizontal__title {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: normal;
  font-size: 18px;
}
.snippet-horizontal__title a {
  color: inherit;
}
.snippet-horizontal__readmore {
  margin-top: 20px;
  background-color: #fff;
  color: #05D8C8;
  padding: 10px;
  border: 1px solid #E2E2E2;
  letter-spacing: normal;
}
.snippet-horizontal__categories a,
.snippet-horizontal__categories span,
.snippet-horizontal__categories .field--item {
  padding: 5px 10px;
  background: #E2E2E2;
  color: #fbfaff;
  font-size: 14px;
  line-height: normal;
}
.snippet-horizontal__categories .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.snippet-horizontal__categories .field--items .field--item {
  margin-right: 10px;
  margin-bottom: 15px;
}
.snippet-horizontal__date {
  font-size: 12px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social__link {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  background-size: 20px;
  background-repeat: no-repeat;
  margin-right: 10px;
  background-color: transparent;
}
.social__link:last-child {
  margin-right: 0;
}
.social__link:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.social__link--facebook {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M41.3%2033.3l1.7-6.3h-7v-5.7c0-2%201-2.3%204-2.3h3v-7h-5.7c-5.5%200-9.3%203.2-9.3%209.3v5.7h-7v7h7v18h8v-18.7h5.3z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 24px;
}
.social__link--twitter {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52%2020.3c-1.5.7-3.7%201.5-5.3%201.7%201.7-1.1%203.3-3.5%204-5.3-1.3.8-2.8%201.9-4.3%202.4l-1.1-1.1c-1.5-1.6-2.9-2.7-5.3-2.7-4.5%200-8%203.5-8%208%200%20.5%200%20.9.1%201.3h-.1c-8%200-13.3-1.7-17.3-6.7-.7%201.2-1.3%202.5-1.3%204%200%202.8%201.7%205.2%204%206.7-1.3%200-2.9-.7-4-1.3%200%204%205.6%208.5%209.3%209.3-1.3%201.3-6.1.1-6.7%200%201.1%203.2%204.4%205.2%208%205.3-2.8%202.1-6.1%203.3-10%203.3-.7%200-1.3%200-2-.1%203.6%202.3%208.7%203.5%2013.3%203.5%2015.1.1%2022.7-11.8%2022.7-22.6v-1.3c1.6-1.2%202.9-2.8%204-4.4z%22%2F%3E%3C%2Fsvg%3E");
}
.social__link--pinterest {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M33.3%2012c-10.9%200-17.3%208.1-17.3%2014.7%200%204%202.7%208%204%208s2.7%200%202.7-1.3-2.7-2.7-2.7-6.7c0-5.9%206.4-10.7%2013.3-10.7%206.1%200%209.3%204.3%209.3%209.3%200%206.7-3.6%2012-8%2012-2.4%200-4.5-1.6-4-4%20.7-2.9%201.3-2.7%202.7-8%20.4-1.9-.5-4-2.7-4-2.4%200-5.3%201.9-5.3%205.3%200%202.1%201.3%204%201.3%204s-2.9%2010.5-3.5%2012.4c-.8%203.6-2%208.9-.7%208.9s2.8-2.7%205.5-9.3c.4-.9%201.3-4%201.3-4%20.8%201.5%204.1%202.7%206.7%202.7%207.3%200%2012-6.9%2012-16%20.1-6.8-5.8-13.3-14.6-13.3z%22%2F%3E%3C%2Fsvg%3E");
}
.social__link--linkedin {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M27%2026h7l-.1%203.4c.9-1.9%203.5-3.5%206.9-3.5%207.3%200%208.1%204.1%208.1%2010.4v12.7h-7l.1-11.6c0-2.7.3-5.7-3.5-5.7-4.7%200-4.7%202.8-4.7%205.7l.2%2011.6h-7v-23z%22%2F%3E%3Cpath%20d%3D%22M16%2026h7v23h-7z%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2218.3%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 24px;
}
.social__link--whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52%2031.9c0%2010.8-8.8%2019.5-19.6%2019.5-3.4%200-6.7-.9-9.5-2.4l-10.9%203.4%203.5-10.4c-1.8-2.9-2.8-6.4-2.8-10.1%200-10.8%208.8-19.5%2019.6-19.5%2010.9%200%2019.7%208.7%2019.7%2019.5m-19.6-16.4c-9.1%200-16.5%207.3-16.5%2016.4%200%203.6%201.2%206.9%203.1%209.6l-2.1%206.1%206.3-2c2.6%201.7%205.7%202.7%209.1%202.7%209.1%200%2016.5-7.3%2016.5-16.4.1-9-7.3-16.4-16.4-16.4m9.9%2020.9c-.1-.2-.4-.3-.9-.6l-3.3-1.6c-.4-.2-.8-.2-1.1.2-.3.5-1.2%201.6-1.5%201.9-.3.3-.6.4-1%20.1-.5-.2-2-.7-3.9-2.4-1.4-1.3-2.4-2.8-2.7-3.3-.3-.5%200-.7.2-1l.7-.8.5-.8c.2-.3.1-.6%200-.8-.1-.2-1.1-2.6-1.5-3.5s-.8-.8-1.1-.8h-.9c-.3%200-.8.1-1.3.6-.4.5-1.7%201.6-1.7%204s1.7%204.6%202%204.9c.2.3%203.3%205.3%208.2%207.2%204.9%201.9%204.9%201.3%205.8%201.2.9-.1%202.8-1.2%203.2-2.3.4-1.1.4-2%20.3-2.2%22%2F%3E%3C%2Fsvg%3E");
}
.social__link--mail {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2017.2c-1.5%200-9-6.1-9-6.1v-.7C7%209.7%207.7%209%208.5%209h15c.8%200%201.5.7%201.5%201.5v.8c0-.1-7.5%205.9-9%205.9zm0%202.1c1.6%200%209-5.8%209-5.8v9c0%20.8-.7%201.5-1.5%201.5h-15c-.8%200-1.5-.7-1.5-1.5v-9s7.5%205.8%209%205.8z%22%2F%3E%3C%2Fsvg%3E");
}
.social__link--instagram {
  background-image: url("../images/instagram.svg");
  background-size: 16px;
}
.social--fixed {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.social--fixed .social__link {
  width: 58px;
  height: 48px;
  background-position: top left;
  margin: 0;
  border-radius: 0;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.social--fixed .social__link:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media only screen and (min-width: 768px) {
  .social--fixed {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .social--fixed .social__link {
    width: 50px;
    height: 37px;
    background-position: center top;
    background-size: 32px 32px;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.share__link {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-position: center center;
  border-radius: 0;
  background-color: transparent;
  margin-right: 15px;
  display: inline-block;
}
.share__link:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: .6;
}
.share__link--facebook {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M41.3%2033.3l1.7-6.3h-7v-5.7c0-2%201-2.3%204-2.3h3v-7h-5.7c-5.5%200-9.3%203.2-9.3%209.3v5.7h-7v7h7v18h8v-18.7h5.3z%22%2F%3E%3C%2Fsvg%3E");
}
.share__link--twitter {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M52%2020.3c-1.5.7-3.7%201.5-5.3%201.7%201.7-1.1%203.3-3.5%204-5.3-1.3.8-2.8%201.9-4.3%202.4l-1.1-1.1c-1.5-1.6-2.9-2.7-5.3-2.7-4.5%200-8%203.5-8%208%200%20.5%200%20.9.1%201.3h-.1c-8%200-13.3-1.7-17.3-6.7-.7%201.2-1.3%202.5-1.3%204%200%202.8%201.7%205.2%204%206.7-1.3%200-2.9-.7-4-1.3%200%204%205.6%208.5%209.3%209.3-1.3%201.3-6.1.1-6.7%200%201.1%203.2%204.4%205.2%208%205.3-2.8%202.1-6.1%203.3-10%203.3-.7%200-1.3%200-2-.1%203.6%202.3%208.7%203.5%2013.3%203.5%2015.1.1%2022.7-11.8%2022.7-22.6v-1.3c1.6-1.2%202.9-2.8%204-4.4z%22%2F%3E%3C%2Fsvg%3E");
}
.share__link--linkedin {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M27%2026h7l-.1%203.4c.9-1.9%203.5-3.5%206.9-3.5%207.3%200%208.1%204.1%208.1%2010.4v12.7h-7l.1-11.6c0-2.7.3-5.7-3.5-5.7-4.7%200-4.7%202.8-4.7%205.7l.2%2011.6h-7v-23z%22%2F%3E%3Cpath%20d%3D%22M16%2026h7v23h-7z%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2218.3%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

table {
  border: none;
}
table td,
table th {
  padding: 4px 8px;
}
table th {
  color: #fff;
  background: #05D8C8;
  border: none;
}
table tr:nth-child(odd) td {
  background: #f0f0f0;
}

.tabs__content, .az-tabs .az-tab {
  padding: 20px;
  border: 1px solid #fbfaff;
}

.timeline-item {
  border: 1px solid #fbfaff;
}
.timeline-item:before {
  border: 4px solid #28095D;
  background: #fff;
}
.timeline-item:after {
  background: #05D8C8;
}
.timeline-item__year {
  top: -80px;
  font-size: 80px;
  line-height: 1;
  font-family: "Montserrat", serif;
  color: #fbfaff;
}
@media only screen and (min-width: 768px) {
  .timeline-item__year {
    top: -120px;
    font-size: 120px;
  }
}

.user {
  margin: 0 auto;
}
.user__image {
  float: left;
  margin-right: 10px;
}
.user__image-placeholder {
  width: 50px;
  height: 50px;
  position: relative;
  background: #fbfaff;
  border-radius: 99px;
  overflow: hidden;
}
.user__image-placeholder:before, .user__image-placeholder:after {
  position: absolute;
  content: '';
  background: #beaeff;
  z-index: 2;
}
.user__image-placeholder:before {
  width: 20px;
  height: 20px;
  top: 12px;
  left: 15px;
  border-radius: 99px;
}
.user__image-placeholder:after {
  width: 30px;
  height: 50px;
  top: 33px;
  left: 10px;
  border-radius: 50%;
}
.user__name {
  float: left;
}

.usp__icon {
  color: #05D8C8;
}
.usp__text {
  font-size: 26px;
}

.vb-design {
  font-size: 14px;
}
.vb-design a {
  color: #fbfaff;
}
.vb-design a:hover {
  color: #05D8C8;
}
.vb-design:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url("../images/vb.svg");
  margin-right: 10px;
  background-size: cover;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.video {
  position: relative;
}
.video__play-button {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/playbutton.svg) no-repeat center center/contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 5;
  border: none;
}
.layout--video-bg .video__play-button {
  width: 150px;
  height: 150px;
}
@media only screen and (min-width: 992px) {
  .layout--video-bg .video__play-button {
    left: 18%;
  }
}
@media only screen and (min-width: 1240px) {
  .layout--video-bg .video__play-button {
    left: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .video__play-button {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .layout--video-bg .video__play-button {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    left: 50%;
    top: 30px;
  }
}
.video__play-button--hide {
  display: none;
}
.video__video {
  position: relative;
}
.video .video__container:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video .video__container--playing:before {
  content: none;
}
.video video {
  width: 100%;
  height: auto;
}
.video__close {
  display: none;
}

.field--name-field-video {
  height: auto;
  padding: 0;
}
.field--name-field-video:before, .field--name-field-video:after {
  content: none;
  display: none;
}
.field--name-field-video video {
  display: block;
}

.view--has-ajax.loading .view-content:after {
  border-color: #05D8C8 transparent #28095D transparent;
}
.view-id-locations.view-display-id-locations_overview_block {
  padding-top: 100px;
  margin-bottom: 50px;
}
.view-id-locations.view-display-id-locations_overview_block .views-row {
  height: 100%;
}
.view-id-locations.view-display-id-locations_overview_block .slick-slider {
  max-width: 100%;
  margin-top: 50px;
}
.view-id-locations.view-display-id-locations_overview_block .slick-slider .slick-list {
  overflow: visible;
}
.view-id-locations.view-display-id-locations_overview_block .slick-slide {
  margin: 0 16px;
  height: inherit !important;
}
.view-id-locations.view-display-id-locations_overview_block .slick-slide > div {
  height: 100% !important;
}
.view-id-locations.view-display-id-locations_overview_block .slick-list {
  margin: 0 -16px;
}
.view-id-locations.view-display-id-locations_overview_block .slick-next {
  right: 0;
  top: -100px;
  bottom: auto;
  left: auto;
  background-image: url("../images/arrow-right.svg");
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 120px;
  height: 60px;
  background-size: cover;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.view-id-locations.view-display-id-locations_overview_block .slick-next:before {
  content: none;
}
.view-id-locations.view-display-id-locations_overview_block .slick-prev {
  right: 90px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: -100px;
  bottom: auto;
  left: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("../images/arrow-left.svg");
  width: 75px;
  height: 60px;
  background-size: cover;
}
.view-id-locations.view-display-id-locations_overview_block .slick-prev:before {
  content: none;
}
.view-id-locations.view-display-id-locations_overview_block .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.view-id-locations.view-display-id-location_booking_links_block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px -15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 100%;
}
.view-id-locations.view-display-id-location_booking_links_block .views-row {
  padding: 0 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .view-id-locations.view-display-id-location_booking_links_block .views-row {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .view-id-locations.view-display-id-location_booking_links_block .views-row {
    width: 33.333333%;
  }
}
.view-id-locations.view-display-id-block_1 .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px -15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 100%;
}
.view-id-locations.view-display-id-block_1 .views-row {
  padding: 0 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .view-id-locations.view-display-id-block_1 .views-row {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .view-id-locations.view-display-id-block_1 .views-row {
    width: 33.333333%;
  }
}
.view-id-vr_games.view-display-id-vr_games_overview_block .views-exposed-form ul {
  list-style: none;
  padding: 0;
}
.view-id-vr_games.view-display-id-vr_games_slider_block {
  padding-bottom: 100px;
  margin-top: 70px;
}
.view-id-vr_games.view-display-id-vr_games_slider_block .slick-slider {
  max-width: 100%;
}
.view-id-vr_games.view-display-id-vr_games_slider_block .slick-slider .slick-list {
  overflow: visible;
}
.view-id-vr_games.view-display-id-vr_games_slider_block .slick-slider .slick-track {
  margin-left: -50px;
}
@media only screen and (max-width: 991px) {
  .view-id-vr_games.view-display-id-vr_games_slider_block .slick-slider .slick-track {
    margin-left: 0;
  }
}
.view-id-vr_games.view-display-id-vr_games_slider_block .slick-slider .field--name-field-media-image img,
.view-id-vr_games.view-display-id-vr_games_slider_block .slick-slider .slick-slide {
  margin-right: 30px;
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .view-id-vr_games.view-display-id-vr_games_slider_block .slick-slider .field--name-field-media-image img,
  .view-id-vr_games.view-display-id-vr_games_slider_block .slick-slider .slick-slide {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .view-id-vr_games.view-display-id-vr_games_slider_block .slick-slider .field--name-field-media-image img,
  .view-id-vr_games.view-display-id-vr_games_slider_block .slick-slider .slick-slide {
    width: 300px;
  }
}
.view-id-vr_games.view-display-id-vr_games_slider_block .slick-next {
  right: 0;
  top: -50px;
  bottom: auto;
  left: auto;
  background-image: url("../images/arrow-right.svg");
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 120px;
  height: 60px;
  background-size: cover;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.view-id-vr_games.view-display-id-vr_games_slider_block .slick-next:before {
  content: none;
}
.view-id-vr_games.view-display-id-vr_games_slider_block .slick-prev {
  right: 90px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: -50px;
  bottom: auto;
  left: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("../images/arrow-left.svg");
  width: 75px;
  height: 60px;
  background-size: cover;
}
.view-id-vr_games.view-display-id-vr_games_slider_block .slick-prev:before {
  content: none;
}
.view-id-vr_games.view-display-id-vr_games_overview_block .bef-exposed-form .control-label {
  display: none;
}
@media only screen and (max-width: 991px) {
  .view-id-vr_games.view-display-id-vr_games_overview_block .form-type-select {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .view-id-vr_games.view-display-id-vr_games_overview_block .bef-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.view-id-vr_games.view-display-id-vr_games_overview_block .bef-links ul li a {
  font-weight: bold;
  color: #999;
  margin-right: 10px;
  display: block;
  border: 1px solid #999;
  padding: 5px 10px;
  border-radius: 10px;
  text-decoration: none !important;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
@media only screen and (max-width: 991px) {
  .view-id-vr_games.view-display-id-vr_games_overview_block .bef-links ul li a {
    margin-bottom: 10px;
    text-align: center;
  }
}
.view-id-vr_games.view-display-id-vr_games_overview_block .bef-links ul li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #05D8C8;
  border: 1px solid #05D8C8;
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
}
.view-id-vr_games.view-display-id-vr_games_overview_block .bef-links ul .bef-link--selected {
  background-color: #05D8C8;
  color: #fff;
}
.view-id-vr_games.view-display-id-vr_games_overview_block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px -15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 100%;
}
.view-id-vr_games.view-display-id-vr_games_overview_block .views-row {
  padding: 0 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .view-id-vr_games.view-display-id-vr_games_overview_block .views-row {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .view-id-vr_games.view-display-id-vr_games_overview_block .views-row {
    width: 33.333333%;
  }
}
.view-id-reviews.view-display-id-reviews_slider_block {
  padding-top: 100px;
  margin-bottom: 100px;
}
.view-id-reviews.view-display-id-reviews_slider_block .views-row {
  height: 100%;
}
.view-id-reviews.view-display-id-reviews_slider_block .slick-slider {
  max-width: 100%;
}
.view-id-reviews.view-display-id-reviews_slider_block .slick-slider .slick-list {
  overflow: visible;
}
.view-id-reviews.view-display-id-reviews_slider_block .slick-slide {
  margin: 0 16px;
  height: inherit !important;
}
.view-id-reviews.view-display-id-reviews_slider_block .slick-slide > div {
  height: 100% !important;
}
.view-id-reviews.view-display-id-reviews_slider_block .slick-list {
  margin: 0 -16px;
}
.view-id-reviews.view-display-id-reviews_slider_block .slick-next {
  right: 0;
  top: -50px;
  bottom: auto;
  left: auto;
  background-image: url("../images/arrow-right.svg");
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 120px;
  height: 60px;
  background-size: cover;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.view-id-reviews.view-display-id-reviews_slider_block .slick-next:before {
  content: none;
}
.view-id-reviews.view-display-id-reviews_slider_block .slick-prev {
  right: 90px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: -50px;
  bottom: auto;
  left: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("../images/arrow-left.svg");
  width: 75px;
  height: 60px;
  background-size: cover;
}
.view-id-reviews.view-display-id-reviews_slider_block .slick-prev:before {
  content: none;
}
.view-id-reviews.view-display-id-reviews_slider_block .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.view-id-testimonials.view-display-id-testimonials_slider_block {
  padding-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .view-id-testimonials.view-display-id-testimonials_slider_block {
    padding-top: 50px;
  }
}
.view-id-testimonials.view-display-id-testimonials_slider_block .slick-track {
  overflow: visible !important;
}
.view-id-testimonials.view-display-id-testimonials_slider_block .slick-slider {
  max-width: 100%;
  overflow: visible !important;
}
.view-id-testimonials.view-display-id-testimonials_slider_block .slick-slider .slick-list {
  overflow: visible !important;
}
.view-id-testimonials.view-display-id-testimonials_slider_block .slick-slider img,
.view-id-testimonials.view-display-id-testimonials_slider_block .slick-slider .slick-slide {
  margin-right: 15px;
  margin-left: 15px;
  width: auto;
}
.view-id-testimonials.view-display-id-testimonials_slider_block .slick-next {
  right: 0;
  top: -50px;
  bottom: auto;
  left: auto;
  background-image: url("../images/arrow-right.svg");
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 120px;
  height: 60px;
  background-size: cover;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media only screen and (max-width: 991px) {
  .view-id-testimonials.view-display-id-testimonials_slider_block .slick-next {
    top: -40px;
  }
}
.view-id-testimonials.view-display-id-testimonials_slider_block .slick-next:before {
  content: none;
}
.view-id-testimonials.view-display-id-testimonials_slider_block .slick-prev {
  right: 90px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  top: -50px;
  bottom: auto;
  left: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-image: url("../images/arrow-left.svg");
  width: 75px;
  height: 60px;
  background-size: cover;
}
@media only screen and (max-width: 991px) {
  .view-id-testimonials.view-display-id-testimonials_slider_block .slick-prev {
    top: -40px;
  }
}
.view-id-testimonials.view-display-id-testimonials_slider_block .slick-prev:before {
  content: none;
}
.view-id-services.view-display-id-services_overview_block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px -15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 100%;
}
.view-id-services.view-display-id-services_overview_block .views-row {
  padding: 0 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .view-id-services.view-display-id-services_overview_block .views-row {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .view-id-services.view-display-id-services_overview_block .views-row {
    width: 33.333333%;
  }
}
.view-id-promotions.view-display-id-promotions_overview_block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px -15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 100%;
}
.view-id-promotions.view-display-id-promotions_overview_block .views-row {
  padding: 0 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .view-id-promotions.view-display-id-promotions_overview_block .views-row {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .view-id-promotions.view-display-id-promotions_overview_block .views-row {
    width: 33.333333%;
  }
}

.layout-wrapper--banner {
  padding-top: 0;
  padding-bottom: 0;
}
.layout-wrapper--banner--variant-1 h1,
.layout-wrapper--banner--variant-1 h2, .layout-wrapper--banner--variant-2 h1,
.layout-wrapper--banner--variant-2 h2 {
  color: inherit;
}
.layout-wrapper--banner--variant-1 p, .layout-wrapper--banner--variant-2 p {
  font-weight: bold;
  font-size: 18px;
}
.layout-wrapper--banner--variant-1 .layout, .layout-wrapper--banner--variant-2 .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--banner--variant-1 .layout, .layout-wrapper--banner--variant-2 .layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.layout-wrapper--banner--variant-1 .col-lg-6:first-child, .layout-wrapper--banner--variant-2 .col-lg-6:first-child {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .layout-wrapper--banner--variant-1 .col-lg-6:first-child, .layout-wrapper--banner--variant-2 .col-lg-6:first-child {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--banner--variant-1 .col-lg-6:first-child, .layout-wrapper--banner--variant-2 .col-lg-6:first-child {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--banner--variant-1 .col-lg-6:last-child, .layout-wrapper--banner--variant-2 .col-lg-6:last-child {
    padding-right: 0;
  }
}
.layout-wrapper--banner--variant-1 .breadcrumb, .layout-wrapper--banner--variant-2 .breadcrumb {
  padding: 0;
  margin-bottom: 10px;
}
.layout-wrapper--banner--variant-1 {
  background: #05D8C8;
  color: #fff;
}
.layout-wrapper--banner--variant-1 h1 strong,
.layout-wrapper--banner--variant-1 h2 strong {
  color: #000;
}
.layout-wrapper--banner--variant-1 .inline-block-button {
  float: left;
  margin-right: 10px;
}
.layout-wrapper--banner--variant-2 {
  background: #28095D;
  color: #fff;
}
.layout-wrapper--banner--variant-2 h1 strong,
.layout-wrapper--banner--variant-2 h2 strong {
  color: #05D8C8;
}
.layout-wrapper--banner--variant-3 h1 strong,
.layout-wrapper--banner--variant-3 h2 strong {
  color: #05D8C8;
}
.layout-wrapper--banner--game {
  padding-top: 200px !important;
  overflow-x: visible;
  z-index: 0;
}
.layout-wrapper--banner--game,
.layout-wrapper--banner--game h1,
.layout-wrapper--banner--game h2,
.layout-wrapper--banner--game h3,
.layout-wrapper--banner--game h4 {
  color: #fff;
}
.layout-wrapper--banner--game h1 {
  margin-bottom: 0;
}
.page-route-layout-builderoverridesnodeview .layout-wrapper--banner--game {
  margin-top: 0;
}
.layout-wrapper--banner--game .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 100%;
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--banner--game .row {
    margin-top: 150px;
  }
}
.layout-wrapper--banner--game .col-lg-6 {
  width: 100%;
  float: none;
}
.layout-wrapper--banner--game .col-lg-6:first-child {
  max-width: 500px;
  position: static;
}
.layout-wrapper--banner--game .col-lg-6:last-child {
  background: #05D8C8;
  color: #fff;
  z-index: 23;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .layout-wrapper--banner--game .col-lg-6:last-child {
    padding: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--banner--game .col-lg-6:last-child {
    padding: 40px 80px;
    margin-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .layout-wrapper--banner--game .col-lg-6:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 1240px) {
  .layout-wrapper--banner--game .col-lg-6:last-child {
    padding: 80px 180px;
    margin-top: 300px;
    margin-bottom: 100px;
  }
}
.layout-wrapper--banner--game .col-lg-6:last-child h2,
.layout-wrapper--banner--game .col-lg-6:last-child h3 {
  color: inherit;
}
.layout-wrapper--banner--game .col-lg-6:last-child svg {
  fill: #fff;
}
.layout-wrapper--banner--game .col-lg-6:last-child .inline-block-text {
  width: 100%;
  margin-bottom: 30px;
}
.layout-wrapper--banner--game .col-lg-6:last-child .inline-block-card {
  text-align: center;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .layout-wrapper--banner--game .col-lg-6:last-child .inline-block-card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.layout-wrapper--banner--game .col-lg-6:last-child .inline-block-card .card__title {
  font-size: 18px;
}
.layout-wrapper--banner--game .col-lg-6:last-child .inline-block-card .icon {
  margin-left: auto;
  margin-right: auto;
  width: 80px;
}
.layout-wrapper--banner--fullscreen .inline-block {
  position: relative;
  z-index: 20 !important;
}
.layout-wrapper--banner--fullscreen .inline-block-page-title {
  width: 100%;
}
.layout-wrapper--banner--fullscreen .inline-block-button + .inline-block-button {
  margin-left: 20px;
}
.layout-wrapper--banner--fullscreen, .layout-wrapper--banner--game {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.layout-wrapper--banner--fullscreen .layout-builder__link--add, .layout-wrapper--banner--game .layout-builder__link--add {
  bottom: 50px !important;
}
.layout-wrapper--banner--fullscreen .layout-builder__region, .layout-wrapper--banner--game .layout-builder__region {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout-wrapper--banner--fullscreen .block-field-blocknodevr-gamefield-type, .layout-wrapper--banner--game .block-field-blocknodevr-gamefield-type {
  z-index: 21 !important;
  position: relative;
  margin-bottom: 10px;
}
.layout-wrapper--banner--fullscreen .inline-block, .layout-wrapper--banner--game .inline-block {
  position: relative;
  z-index: 20 !important;
}
.layout-wrapper--banner--fullscreen .inline-block-image, .layout-wrapper--banner--game .inline-block-image {
  position: absolute !important;
  z-index: 19;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout-wrapper--banner--fullscreen .inline-block-image .contextual-links li, .layout-wrapper--banner--game .inline-block-image .contextual-links li {
  top: auto !important;
  bottom: 10px;
}
.layout-wrapper--banner--fullscreen .inline-block-image .media-image,
.layout-wrapper--banner--fullscreen .inline-block-image .media-image > div, .layout-wrapper--banner--game .inline-block-image .media-image,
.layout-wrapper--banner--game .inline-block-image .media-image > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout-wrapper--banner--fullscreen .inline-block-image .media-image:before, .layout-wrapper--banner--game .inline-block-image .media-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: 2;
}
.path-frontpage .layout-wrapper--banner--fullscreen .inline-block-image .media-image:before, .path-frontpage .layout-wrapper--banner--game .inline-block-image .media-image:before {
  opacity: 0.1;
}
.layout-wrapper--banner--fullscreen .inline-block-image img, .layout-wrapper--banner--game .inline-block-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
  max-width: 2560px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.layout-wrapper--banner--home {
  padding-bottom: 60px;
  overflow-x: visible;
  z-index: 0;
  min-height: 90vh;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-width: 100%;
}
.page-route-layout-builderoverridesnodeview .layout-wrapper--banner--home {
  margin-top: 0;
}
.layout-wrapper--banner--home .inline-block-page-title,
.layout-wrapper--banner--home .inline-block-text {
  text-align: right;
}
.layout-wrapper--banner--home .inline-block-button {
  text-align: center;
}
.layout-wrapper--banner--home h1 {
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  text-shadow: 3px 3px 16px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--banner--home h1 {
    font-size: 70px;
  }
}
.layout-wrapper--banner--home p {
  font-weight: 500;
  color: #FF1554;
  font-size: 38px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  letter-spacing: -0.02em;
}

.layout--boxlinks {
  padding: 50px;
  border: 1px solid #E2E2E2;
}
@media only screen and (min-width: 992px) {
  .layout--boxlinks ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    padding-left: 20px;
  }
}
.layout--boxlinks ul li {
  margin-bottom: 10px;
}
.layout--boxlinks ul li a {
  text-decoration: none;
  font-weight: 300;
}
.layout--boxlinks ul li a:hover {
  text-decoration: underline;
}

.layout--boxlinks-2 h4 {
  margin-bottom: 30px;
}
.layout--boxlinks-2 ul {
  list-style: none;
  padding: 0;
}
.layout--boxlinks-2 ul li:before {
  content: none !important;
}
.layout--boxlinks-2 a {
  text-decoration: none !important;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  padding-right: 40px;
  display: block;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.layout--boxlinks-2 a:hover {
  color: #E2E2E2;
}
.layout--boxlinks-2 a:after {
  content: '';
  display: block;
  background-image: url("../images/arrowlinks.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
}

@media only screen and (max-width: 991px) {
  .inline-block-brands__images .brand {
    width: 100%;
  }
}
.inline-block-brands__images .brand__image {
  border: 1px solid #E2E2E2;
}
@media only screen and (max-width: 991px) {
  .inline-block-brands__images .brand__image img {
    margin: 0 auto;
  }
}
.inline-block-brands__images--slider {
  margin-bottom: 100px;
}
.inline-block-brands__images--slider .brand {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 275px;
}
.inline-block-brands__images--slider .slick-dots {
  top: calc(100% - 55px);
}
.inline-block-brands__images--slider .slick-dots li.slick-active button {
  background-color: #05D8C8;
  border-color: #05D8C8;
}
.inline-block-brands__images--slider .slick-next {
  right: calc(50% - 140px);
}
.inline-block-brands__images--slider .slick-prev {
  left: calc(50% - 140px);
}
.inline-block-brands__images--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1px;
  margin-top: 1px;
}
.inline-block-brands__images--grid .brand {
  margin-left: -1px;
  margin-top: -1px;
}
.inline-block-brands__images--grid .brand__image {
  border: 1px solid #E2E2E2;
}
@media only screen and (min-width: 992px) {
  .inline-block-brands__images--grid .brand {
    width: 33.3%;
  }
}

.inline-block-button {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .inline-block-button {
    margin-bottom: 30px;
    text-align: center;
  }
}
.inline-block-button.center {
  text-align: center;
}
.inline-block-button.right {
  text-align: right;
}

.inline-block-call-to-action {
  background-color: #28095D;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 991px) {
  .inline-block-call-to-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.inline-block-call-to-action__text,
.inline-block-call-to-action__text h2,
.inline-block-call-to-action__text h3,
.inline-block-call-to-action__text h4 {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .inline-block-call-to-action__text {
    width: 50%;
  }
}
.inline-block-call-to-action.background-grey {
  background-color: #fbfaff;
}
.inline-block-call-to-action.background-primary {
  background-color: #05D8C8;
}
.inline-block-call-to-action.background-primary,
.inline-block-call-to-action.background-primary h2,
.inline-block-call-to-action.background-primary h3,
.inline-block-call-to-action.background-primary h4 {
  color: #fff;
}
.inline-block-call-to-action.background-secondary {
  background-color: #28095D;
}
.inline-block-call-to-action.background-secondary,
.inline-block-call-to-action.background-secondary h2,
.inline-block-call-to-action.background-secondary h3,
.inline-block-call-to-action.background-secondary h4 {
  color: #fff;
}
.inline-block-call-to-action__btn {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .inline-block-call-to-action__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 50%;
  }
}
.inline-block-call-to-action__btn .btn, .inline-block-call-to-action__btn .formula--content .field--name-field-link a, .formula--content .field--name-field-link .inline-block-call-to-action__btn a {
  background-color: #fff;
  color: #000;
  padding: 5px 20px;
  font-size: 18px;
}
.inline-block-call-to-action__btn .btn:hover, .inline-block-call-to-action__btn .formula--content .field--name-field-link a:hover, .formula--content .field--name-field-link .inline-block-call-to-action__btn a:hover {
  background-color: #05D8C8;
  color: #fff;
}

.layout--call-to-action-image .col-lg-6:first-child {
  padding-right: 0;
}
.layout--call-to-action-image .col-lg-6:last-child {
  padding-left: 0;
}

.layout-wrapper--callout {
  padding-top: 100px;
  padding-bottom: 150px;
}
.layout-wrapper--callout h2,
.layout-wrapper--callout h3,
.layout-wrapper--callout h4,
.layout-wrapper--callout h5, .layout-wrapper--callout {
  font-weight: 400;
}
.layout-wrapper--callout .center {
  text-align: center;
}
.layout-wrapper--callout .btn, .layout-wrapper--callout .formula--content .field--name-field-link a, .formula--content .field--name-field-link .layout-wrapper--callout a {
  text-decoration: none;
  background-color: #05D8C8;
}

.inline-block-counter {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .no-padding .inline-block-counter {
    margin-bottom: 0;
  }
}
.inline-block-counter .counter__content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inline-block-counter .counter__number {
  font-size: 60px;
  color: #05D8C8;
  line-height: normal;
  font-weight: 700;
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #E2E2E2;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout--counters-image .inline-block-counter .counter__number {
  min-height: 400px;
}
.inline-block-counter .counter__suffix {
  font-size: 18px;
  font-weight: 300;
  display: block;
  color: #000;
}
.inline-block-counter .counter__image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.inline-block-form {
  background-color: #fff;
  max-width: 920px;
  margin: 0 auto;
}
.inline-block-form .inline-block-form__form {
  max-width: 730px;
  margin: 0 auto;
}

.formula {
  border: 1px solid #000;
  padding: 30px;
  background-color: #fbfaff;
}
@media only screen and (max-width: 991px) {
  .formula {
    margin-bottom: 30px;
  }
}
.formula--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .formula--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.formula--content svg {
  fill: #05D8C8;
  max-width: 75px;
  margin-bottom: 20px;
}
.formula--content .field--name-field-icon-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 40px;
}
.formula--content .field--name-field-icon-text h4 {
  margin-bottom: 10px;
}
.formula--content .field--name-field-icon-text p {
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .formula--content .field--name-field-icon-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.formula--content .field--name-field-link {
  margin-top: auto;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .formula--content .field--name-field-link {
    margin-top: 30px;
  }
}
.formula--content .field--name-field-link a {
  background-color: #28095D;
  color: #fff;
}
.formula--content .field--name-field-link a:hover {
  background-color: #05D8C8;
}
.formula--text {
  margin-bottom: 40px;
}
.formula--text p {
  margin-bottom: 0;
}

.inline-block-gallery.slider .slick-prev,
.inline-block-gallery.slider .slick-next, .inline-block-gallery.sliderbig .slick-prev,
.inline-block-gallery.sliderbig .slick-next {
  width: 30px;
  height: 30px;
  top: 100%;
  background-size: 30px;
  background-image: url("../images/arrow.svg");
  margin-top: 5px;
}
.inline-block-gallery.slider .slick-next, .inline-block-gallery.sliderbig .slick-next {
  left: calc(50% + 20px);
  -webkit-transform: translate(-15px, 60px);
      -ms-transform: translate(-15px, 60px);
          transform: translate(-15px, 60px);
}
@media only screen and (max-width: 991px) {
  .inline-block-gallery.slider .slick-next, .inline-block-gallery.sliderbig .slick-next {
    -webkit-transform: translate(-15px, 30px);
        -ms-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px);
  }
}
.inline-block-gallery.slider .slick-prev, .inline-block-gallery.sliderbig .slick-prev {
  left: calc(50% - 20px);
  -webkit-transform: translate(-15px, 60px) rotate(180deg);
      -ms-transform: translate(-15px, 60px) rotate(180deg);
          transform: translate(-15px, 60px) rotate(180deg);
}
@media only screen and (max-width: 991px) {
  .inline-block-gallery.slider .slick-prev, .inline-block-gallery.sliderbig .slick-prev {
    -webkit-transform: translate(-15px, 30px) rotate(180deg);
        -ms-transform: translate(-15px, 30px) rotate(180deg);
            transform: translate(-15px, 30px) rotate(180deg);
  }
}
.inline-block-gallery.sliderbig {
  padding-bottom: 100px;
}
.inline-block-gallery.sliderbig .slick-slider {
  max-width: 100%;
}
.inline-block-gallery.sliderbig .slick-slider .slick-list {
  overflow: visible;
}
.inline-block-gallery.sliderbig .slick-slider img,
.inline-block-gallery.sliderbig .slick-slider .slick-slide {
  margin-right: 10px;
  height: 250px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .inline-block-gallery.sliderbig .slick-slider img,
  .inline-block-gallery.sliderbig .slick-slider .slick-slide {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery.sliderbig .slick-slider img,
  .inline-block-gallery.sliderbig .slick-slider .slick-slide {
    height: 350px;
  }
}
@media only screen and (min-width: 1240px) {
  .inline-block-gallery.sliderbig .slick-slider img,
  .inline-block-gallery.sliderbig .slick-slider .slick-slide {
    height: 590px;
  }
}
.inline-block-gallery__images--grid .colorbox, .inline-block-gallery__images--masonry .colorbox {
  display: block;
}
.inline-block-gallery__images--grid .colorbox:after, .inline-block-gallery__images--masonry .colorbox:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #05D8C8;
  opacity: 0;
}
.inline-block-gallery__images--grid .colorbox:hover:after, .inline-block-gallery__images--masonry .colorbox:hover:after {
  opacity: .3;
}
.inline-block-gallery__images--masonry {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.inline-block-gallery__images--masonry .colorbox {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--masonry {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .layout--gallery-4 .inline-block-gallery__images--masonry {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.inline-block-gallery__images--masonry .media-image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--masonry .media-image {
    margin-bottom: 20px;
  }
}
.inline-block-gallery__images--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}
.inline-block-gallery__images--grid .media-image {
  width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--grid .media-image {
    width: 33.333%;
  }
}
.inline-block-gallery__images--grid .media-image > .field--name-field-media-image {
  padding-bottom: 100%;
  position: relative;
}
.inline-block-gallery__images--grid .media-image > .field--name-field-media-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inline-block-gallery__images--big {
  max-width: 100%;
  height: 280px;
}
@media only screen and (min-width: 768px) {
  .inline-block-gallery__images--big {
    height: 340px;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--big {
    height: 380px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1240px) {
  .inline-block-gallery__images--big {
    height: 550px;
  }
}
.inline-block-gallery__images--big img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 768px) {
  .inline-block-gallery__images--big img {
    max-height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--big img {
    max-height: 350px;
  }
}
@media only screen and (min-width: 1240px) {
  .inline-block-gallery__images--big img {
    max-height: 550px;
  }
}
.inline-block-gallery__images--teasers {
  max-width: 100%;
  height: 160px;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--teasers {
    margin-bottom: 70px;
  }
}
.inline-block-gallery__images--teasers .field--name-field-media-image {
  width: 150px;
  height: 150px;
  position: relative;
  margin-right: 32px;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--teasers .field--name-field-media-image {
    width: 208px;
    height: 200px;
    position: relative;
    margin-right: 30px;
  }
}
.inline-block-gallery__images--teasers img {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.layout--headercontent-1 .inline-block-text {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.layout--headercontent-1 .inline-block-text__text {
  text-align: center;
}
.layout--headercontent-1 span {
  font-size: 14px;
  font-weight: 300;
  color: #fbfaff;
}

.layout-wrapper--headercontent-2 {
  margin-bottom: 200px;
}
.layout-wrapper--headercontent-2 .inline-block-text,
.layout-wrapper--headercontent-2 .inline-block-image {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.layout-wrapper--headercontent-2 .inline-block-text__text {
  text-align: center;
}
.layout-wrapper--headercontent-2 .inline-block-image {
  margin-bottom: -150px;
}
.layout-wrapper--headercontent-2 span {
  font-size: 14px;
  font-weight: 300;
  color: #fbfaff;
}

.layout--headercontent-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) {
  .layout--headercontent-3 .col-lg-9 {
    margin-right: 150px;
    max-width: 730px;
    margin-left: auto;
  }
}

.layout-wrapper--headercontent-3 {
  padding-top: 0;
  padding-bottom: 0;
}
.layout-wrapper--headercontent-3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.block-inline-blockicons-text > .field--name-field-media-image {
  max-width: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.block-inline-blockicons-text .field--name-field-icon-text > .field--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
}
.block-inline-blockicons-text .field--name-field-icon-text > .field--item svg {
  width: 32px;
  height: 32px;
  margin-right: 20px;
}

.layout-builder .inline-block-image__image {
  min-height: 43px;
}

.page-teaser {
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-teaser__content {
  position: relative;
}
.page-teaser__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.page-teaser__image {
  position: relative;
}
.page-teaser__image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
.page-teaser:hover .page-teaser__image:after {
  opacity: 0.1;
}

.layout--pagebreak-left, .layout--pagebreak-right {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .layout--pagebreak-left, .layout--pagebreak-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.layout--pagebreak-left .col-lg-3,
.layout--pagebreak-left .col-lg-9, .layout--pagebreak-right .col-lg-3,
.layout--pagebreak-right .col-lg-9 {
  padding: 0;
}
.layout--pagebreak-left .col-lg-9, .layout--pagebreak-right .col-lg-9 {
  max-width: 920px;
  background-color: #fbfaff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .layout--pagebreak-left .col-lg-9, .layout--pagebreak-right .col-lg-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.layout--pagebreak-left .col-lg-9 p,
.layout--pagebreak-left .col-lg-9 h2,
.layout--pagebreak-left .col-lg-9 h3,
.layout--pagebreak-left .col-lg-9 h4,
.layout--pagebreak-left .col-lg-9 h5, .layout--pagebreak-right .col-lg-9 p,
.layout--pagebreak-right .col-lg-9 h2,
.layout--pagebreak-right .col-lg-9 h3,
.layout--pagebreak-right .col-lg-9 h4,
.layout--pagebreak-right .col-lg-9 h5 {
  color: #000 !important;
}
.layout--pagebreak-left .col-lg-9 .inline-block-text, .layout--pagebreak-right .col-lg-9 .inline-block-text {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .layout--pagebreak-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.layout--pagebreak-center .inline-block-text {
  padding: 50px;
  background-color: #05D8C8;
}
.layout--pagebreak-center .inline-block-text p {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .layout--pagebreak-center .inline-block-text {
    max-width: 650px;
    margin-left: auto;
    z-index: 3;
    margin-bottom: -100px;
  }
}
.layout--pagebreak-center .inline-block-image {
  position: relative;
  z-index: -1;
}

.inline-block-quotes .slick-prev,
.inline-block-quotes .slick-next {
  width: 30px;
  height: 30px;
  top: 100%;
  background-size: 30px;
  background-image: url("../images/arrow.svg");
  margin-top: 5px;
}
.inline-block-quotes .slick-next {
  left: calc(50% + 20px);
  -webkit-transform: translate(-15px, 10px);
      -ms-transform: translate(-15px, 10px);
          transform: translate(-15px, 10px);
}
.inline-block-quotes .slick-prev {
  left: calc(50% - 20px);
  -webkit-transform: translate(-15px, 10px) rotate(180deg);
      -ms-transform: translate(-15px, 10px) rotate(180deg);
          transform: translate(-15px, 10px) rotate(180deg);
}
.inline-block-quotes--slider .quote__text, .inline-block-quotes--slider blockquote p, blockquote .inline-block-quotes--slider p {
  margin-bottom: 20px;
}
.inline-block-quotes--slider .quote__text:before, .inline-block-quotes--slider blockquote p:before, blockquote .inline-block-quotes--slider p:before {
  content: '';
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/quote-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.inline-block-quotes--slider-horizontal {
  text-align: left;
}
.inline-block-quotes--slider-horizontal .quote-author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inline-block-quotes--slider-horizontal .quote-author-wrapper .quote__image {
  margin-right: 20px;
}
.inline-block-quotes--slider-horizontal .quote__text, .inline-block-quotes--slider-horizontal blockquote p, blockquote .inline-block-quotes--slider-horizontal p {
  margin-bottom: 20px;
}
.inline-block-quotes--slider-horizontal .quote-author-text,
.inline-block-quotes--slider-horizontal .quote,
.inline-block-quotes--slider-horizontal blockquote {
  text-align: left;
}
.inline-block-quotes--slider-horizontal .slick-next {
  left: calc(90% + 20px);
  -webkit-transform: translate(-15px, -70px);
      -ms-transform: translate(-15px, -70px);
          transform: translate(-15px, -70px);
}
.inline-block-quotes--slider-horizontal .slick-prev {
  left: calc(90% - 20px);
  -webkit-transform: translate(-15px, -70px) rotate(180deg);
      -ms-transform: translate(-15px, -70px) rotate(180deg);
          transform: translate(-15px, -70px) rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .inline-block-quotes--grid {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.inline-block-quotes--grid .quote, .inline-block-quotes--grid blockquote {
  padding: 50px 30px;
  background-color: #fbfaff;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .inline-block-quotes--grid .quote, .inline-block-quotes--grid blockquote {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-quotes--grid .quote, .inline-block-quotes--grid blockquote {
    width: 33.3%;
  }
}
.inline-block-quotes--grid .quote__text, .inline-block-quotes--grid blockquote p, blockquote .inline-block-quotes--grid p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.inline-block-quotes--grid .quote__text:before, .inline-block-quotes--grid blockquote p:before, blockquote .inline-block-quotes--grid p:before {
  content: '';
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.inline-block-quotes--horizontal .quote, .inline-block-quotes--horizontal blockquote {
  padding: 50px 30px;
  background-color: #fbfaff;
}
@media only screen and (min-width: 992px) {
  .inline-block-quotes--horizontal .quote, .inline-block-quotes--horizontal blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-quotes--horizontal .quote .quote-author-text, .inline-block-quotes--horizontal blockquote .quote-author-text,
  .inline-block-quotes--horizontal .quote .quote,
  .inline-block-quotes--horizontal blockquote .quote,
  .inline-block-quotes--horizontal .quote blockquote,
  .inline-block-quotes--horizontal blockquote blockquote {
    text-align: left;
  }
}
.inline-block-quotes--horizontal .quote__image {
  margin-left: auto;
  margin-right: auto;
}
.inline-block-quotes--horizontal .quote__image,
.inline-block-quotes--horizontal .quote__image img {
  width: 180px;
  height: 180px;
  max-width: none;
}
@media only screen and (min-width: 992px) {
  .inline-block-quotes--horizontal .quote__image {
    margin-right: 30px;
  }
}
.inline-block-quotes--horizontal .quote-author-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.inline-block-quotes--horizontal .quote__author {
  font-size: 25px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 10px;
}
.inline-block-quotes--horizontal .quote__occupation {
  margin-bottom: 20px;
}
.inline-block-quotes--horizontal .quote__text, .inline-block-quotes--horizontal blockquote p, blockquote .inline-block-quotes--horizontal p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.inline-block-roadmap .roadmap-number {
  font-size: 40px;
  background-color: #05D8C8;
  color: #fff;
  padding: 30px;
  border-radius: 100%;
  font-weight: bold;
  width: 100px;
  height: 100px;
  line-height: 45px;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 991px) {
  .inline-block-roadmap .roadmap-number {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.inline-block-roadmap .roadmap-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 992px) {
  .inline-block-roadmap .roadmap-wrapper {
    width: calc(100% - 150px);
  }
}
.inline-block-roadmap .roadmap-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .inline-block-roadmap .roadmap-content h2 {
    text-align: center;
  }
}
.inline-block-roadmap .roadmap-content .roadmap-element {
  margin-bottom: 47px;
}
@media only screen and (min-width: 992px) {
  .inline-block-roadmap .roadmap-content .roadmap-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.inline-block-roadmap .roadmap-content .roadmap-element .roadmap-body {
  position: relative;
}
.inline-block-roadmap .roadmap-content .roadmap-element .field--name-field-media-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width: 992px) {
  .inline-block-roadmap .roadmap-content .roadmap-element .field--name-field-media-image {
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .inline-block-roadmap .roadmap-content .roadmap-element .field--name-field-media-image {
    margin-bottom: 20px;
  }
}
.inline-block-roadmap .roadmap-content .roadmap-element .field--name-field-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.layout-wrapper--scattered .inline-block-roadmap .roadmap-content .roadmap-element:nth-child(even) .roadmap-wrapper {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.inline-block-roadmap .roadmap-content .roadmap-element:nth-child(even) .field--name-field-media-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.inline-block-roadmap .roadmap-content .roadmap-element:nth-child(even) .field--name-field-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.inline-block-roadmap .roadmap-content .roadmap-element:last-child .roadmap-body:after {
  content: none;
}
.inline-block-roadmap .roadmap-body {
  background-color: #fbfaff;
  padding: 25px;
}
@media only screen and (min-width: 992px) {
  .inline-block-roadmap .roadmap-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inline-block-roadmap .roadmap-body .field--name-field-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.block-inline-blocksection-title {
  text-align: center;
}

.inline-block-tabs .tabs__content, .inline-block-tabs .az-tabs .az-tab, .az-tabs .inline-block-tabs .az-tab {
  padding: 50px;
}
.inline-block-tabs .tabs__content .field--name-field-text, .inline-block-tabs .az-tabs .az-tab .field--name-field-text, .az-tabs .inline-block-tabs .az-tab .field--name-field-text {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .inline-block-tabs .tabs__navigation li {
    width: 100%;
  }
}
.inline-block-tabs .tabs__navigation li a {
  border: 1px solid #fbfaff;
  margin-bottom: -1px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .inline-block-tabs .tabs__navigation li a {
    border-radius: 5px 5px 0 0;
  }
}
.inline-block-tabs .tabs__navigation li.active a, .inline-block-tabs .tabs__navigation li.active a:hover {
  background-color: transparent;
  color: #05D8C8;
  border: 1px solid #fbfaff;
  border-bottom: 1px solid #fff;
}

.inline-block-text__text a {
  text-decoration: underline;
  font-weight: 600;
}
.inline-block-text__text a.btn, .inline-block-text__text .formula--content .field--name-field-link a, .formula--content .field--name-field-link .inline-block-text__text a {
  text-decoration: none;
  font-weight: 900;
}
.inline-block-text__text iframe {
  width: 100%;
  min-height: 600px;
  margin-bottom: 0;
  border: none;
}
.inline-block-text__text ul {
  list-style: none;
  padding: 0;
}
.inline-block-text__text ul li {
  padding-left: 30px;
  position: relative;
}
.inline-block-text__text ul li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow.svg");
  background-size: cover;
  left: 0;
  top: 2px;
  position: absolute;
}

.layout-wrapper--text-1 .col-lg-6:first-child {
  padding-top: 30px;
  padding-bottom: 30px;
}
.layout-wrapper--text-1 .col-lg-6:last-child {
  padding: 100px 50px;
  background-color: #fbfaff;
}
.layout-wrapper .layout--text-2 .field--name-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-wrapper .layout--text-2 .field--name-field-text h3,
.layout-wrapper .layout--text-2 .field--name-field-text p {
  width: 50%;
}
@media only screen and (min-width: 992px) {
  .layout-wrapper .layout--text-2 .field--name-field-text h3 {
    padding-right: 100px;
  }
}
.layout-wrapper .layout--text-2 .inline-block-text {
  padding-bottom: 50px;
  border-bottom: 1px solid #fbfaff;
  margin-bottom: 50px;
}

.inline-block-timeline .timeline-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.inline-block-timeline .timeline-content .timeline-element {
  margin-bottom: 47px;
}
.inline-block-timeline .timeline-content .timeline-element .timeline-body {
  position: relative;
}
.inline-block-timeline .timeline-content .timeline-element .timeline-body:after {
  content: '';
  height: 105px;
  width: 1px;
  background-color: #fbfaff;
  position: absolute;
  display: block;
  bottom: -105px;
  left: 150px;
}
@media only screen and (max-width: 991px) {
  .inline-block-timeline .timeline-content .timeline-element .timeline-body:after {
    left: 50px;
  }
}
.inline-block-timeline .timeline-content .timeline-element .field--name-field-media-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 991px) {
  .inline-block-timeline .timeline-content .timeline-element .field--name-field-media-image {
    margin-bottom: 20px;
  }
}
.inline-block-timeline .timeline-content .timeline-element .field--name-field-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.inline-block-timeline .timeline-content .timeline-element:nth-child(even) > h2 {
  text-align: right;
}
.inline-block-timeline .timeline-content .timeline-element:nth-child(even) .timeline-body:after {
  left: auto;
  right: 150px;
}
@media only screen and (max-width: 991px) {
  .inline-block-timeline .timeline-content .timeline-element:nth-child(even) .timeline-body:after {
    right: 50px;
  }
}
.inline-block-timeline .timeline-content .timeline-element:nth-child(even) .field--name-field-media-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.inline-block-timeline .timeline-content .timeline-element:nth-child(even) .field--name-field-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.inline-block-timeline .timeline-content .timeline-element:last-child .timeline-body:after {
  content: none;
}
.inline-block-timeline .timeline-body {
  background-color: #fbfaff;
  padding: 25px;
}
@media only screen and (min-width: 992px) {
  .inline-block-timeline .timeline-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inline-block-timeline .timeline-body .field--name-field-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.inline-block-timeline .timeline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1240px) {
  .inline-block-timeline .timeline-wrapper {
    margin-left: -240px;
  }
}
.inline-block-timeline .timeline-wrapper .timeline-navigation {
  padding-right: 20px;
  position: sticky;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .inline-block-timeline .timeline-wrapper .timeline-navigation {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.inline-block-timeline .timeline-wrapper .timeline-navigation:before, .inline-block-timeline .timeline-wrapper .timeline-navigation:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}
.inline-block-timeline .timeline-wrapper .timeline-navigation:before {
  background-image: url("../images/arrowup.svg");
}
.inline-block-timeline .timeline-wrapper .timeline-navigation:after {
  background-image: url("../images/arrowdown.svg");
}
.inline-block-timeline .timeline-wrapper .timeline-navigation--item {
  margin-bottom: 20px;
  text-align: center;
}
.inline-block-timeline .timeline-wrapper .timeline-navigation--item a:hover {
  color: #05D8C8;
  text-decoration: none;
}

.blog-full .container {
  max-width: 1400px;
}
.blog-full__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.blog-full__title {
  font-size: 40px;
  margin-top: 40px !important;
  margin-bottom: 0;
}
.blog-full__date {
  margin-bottom: 20px;
}
.blog-full__date:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/clock.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.blog-full__intro {
  clear: both;
}
.blog-full__paragraphs {
  clear: both;
}
.blog-full__paragraphs .paragraph {
  padding: 30px 0;
}
.blog-full__image {
  margin-bottom: 20px;
}
.blog-full__categories a,
.blog-full__categories span,
.blog-full__categories .field--item {
  padding: 5px 10px;
  background: #eee;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.blog-full__categories .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-full__categories .field--items .field--item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-teaser__title h3 {
  margin-bottom: 10px;
}
.blog-teaser__title h3:hover {
  color: #05D8C8;
}
.blog-teaser__date {
  margin-bottom: 10px;
}
.blog-teaser__summary {
  font-size: 12px;
}
.blog-teaser__image {
  overflow: hidden;
}
.blog-teaser__image img {
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}
.blog-teaser__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-teaser a:hover {
  color: #000;
}
.blog-teaser a:hover h3 {
  color: #05D8C8;
}

.case-full {
  padding-top: 40px;
}
.case-full__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.case-full__date {
  float: right;
}
.case-full__intro {
  clear: both;
  margin-bottom: 50px;
}
.case-full__title {
  font-size: 40px;
  margin-bottom: 40px;
  margin-top: 0;
}
.case-full .container {
  padding: 0 90px;
  max-width: 1400px;
}
.case-full .container--medium {
  max-width: 960px;
}
.case-full__image img {
  width: 100%;
  max-height: 512px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (min-width: 1240px) {
  .case-full__image img {
    height: 512px;
  }
}
.case-full__image .media-image {
  z-index: -1;
}
.case-full__categories {
  margin-bottom: 20px;
}
.case-full__categories a,
.case-full__categories span,
.case-full__categories .field--item {
  padding: 5px 10px;
  background: #eee;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.case-full__categories .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-full__categories .field--items .field--item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.case-teaser__title h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.content-bottom .case-teaser__title h3 {
  color: #fff;
}
.case-teaser__categories a,
.case-teaser__categories span,
.case-teaser__categories .field--item {
  padding: 5px 10px;
  background: #fbfaff;
  color: #fbfaff;
  font-weight: bold;
  font-size: 14px;
}
.case-teaser__categories .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-teaser__categories .field--items .field--item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.case-teaser__date {
  font-size: 13px;
  font-weight: 300;
}
.content-bottom .case-teaser__summary {
  color: #fff;
}
.case-teaser__readmore {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  background-color: transparent;
  border: 1px solid #fbfaff;
  font-weight: bold;
  color: #05D8C8;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
}
.content-bottom .case-teaser__readmore {
  color: #fff;
  background-color: #05D8C8;
  border: none;
}

.faq-item--teaser {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
  background: transparent;
  display: block;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.faq-item--teaser:hover {
  cursor: pointer;
}
.faq-item--teaser .question {
  font-size: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center;
  margin-bottom: 0;
}
.faq-item--teaser .question:before {
  content: '';
  display: block;
  background-image: url("../images/arrowdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 15px;
  height: 15px;
  margin-right: 20px;
}
.faq-item--teaser .answer {
  display: none;
  padding: 30px;
}
.faq-no-results {
  display: none;
  font-weight: bold;
  font-size: 22px;
}

.job-teaser {
  width: 100%;
}
.job-teaser .panel, .job-teaser .panel-primary {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.job-teaser__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fbfaff;
  padding: 75px;
}
.job-teaser__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  background-color: #05D8C8;
}
.job-teaser__readmore {
  margin-top: 25px;
  text-decoration: underline;
  display: block;
  font-weight: bold;
}
.job-teaser__title {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .job-teaser__title {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .job-teaser__summary {
    width: 50%;
  }
}

.location--teaser__image {
  margin-bottom: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}
.location--teaser__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.location--teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.location--teaser__content-left {
  width: 70%;
}
.location--teaser__content-right {
  width: 30%;
}
.location--teaser__content .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: 0.2px;
}
.location--teaser__content .address span {
  margin-right: 2px;
}
.location--teaser__readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.location--teaser__readmore:hover {
  text-decoration: none;
}
.location--teaser__readmore:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../images/arrow_green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.location--teaser h3 {
  margin-bottom: 0;
}
.location--teaser h3 a {
  color: #000;
}
.location--teaser h3 a:hover {
  text-decoration: none;
  color: #05D8C8;
}
.location--booking > a {
  padding: 30px;
  border: 1px solid #05D8C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.location--booking > a:hover {
  background-color: #05D8C8;
  text-decoration: none;
}
.location--booking > a:hover h3 {
  color: #fff;
}
.location--booking > a:hover .btn, .location--booking > a:hover .formula--content .field--name-field-link a, .formula--content .field--name-field-link .location--booking > a:hover a {
  background-color: #28095D;
}
.location--booking__image {
  margin-bottom: 10px;
}
.location--booking__content {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
  .locations-title {
    margin-bottom: -75px;
  }
}

.person__container {
  padding: 50px 30px;
  background-color: #fbfaff;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.background-grey .person__container {
  background-color: #fff;
}
.horizontal .person__container {
  background: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  margin-bottom: 100px;
  text-align: left;
}
.person__container .btn, .person__container .formula--content .field--name-field-link a, .formula--content .field--name-field-link .person__container a {
  font-size: 14px;
  margin-top: 10px;
}
.person__occupation {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.person__title {
  font-size: 20px;
  font-weight: 600;
}
.person__telephone {
  font-size: 12px;
}
.person__description {
  font-size: 16px;
}
.person__email {
  text-align: center;
}
.horizontal .person__email {
  text-align: left;
}
.horizontal .person__image {
  width: 180px;
}
.person__image img {
  background: rgba(0, 76, 255, 0.5);
}
.horizontal .person__content {
  width: calc(100% - 180px);
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
.person__links {
  text-align: center;
}
.horizontal .person__links {
  text-align: left;
}
.person__links a[href*=facebook] {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14%203c-2.2%200-4%201.8-4%204v3h-2v3h2v8h3v-8h2.5l.5-3h-3v-3c0-.6.4-1%201-1h2v-3h-2z%22%2F%3E%3C%2Fsvg%3E");
}
.person__links a[href*=twitter] {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14.9%205.738c-1.7%200-3.1%201.4-3.1%203.1%200%20.2%200%20.5.1.7-2.6-.1-4.9-1.4-6.5-3.3-.3.5-.4%201-.4%201.6%200%201.1.6%202.1%201.4%202.6-.5%200-1-.2-1.4-.4%200%201.5%201.1%202.8%202.5%203.1-.3.1-.5.1-.8.1-.2%200-.4%200-.6-.1.4%201.3%201.6%202.2%202.9%202.2-1.1.8-2.4%201.3-3.9%201.3h-.8c1.4.9%203.1%201.4%204.8%201.4%205.8%200%209-4.8%209-9v-.4c.6-.4%201.1-1%201.6-1.6-.6.3-1.2.4-1.8.5.7-.4%201.2-1%201.4-1.7-.6.4-1.3.6-2%20.8-.6-.5-1.4-.9-2.4-.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.person__links a[href*=instagram] {
  background: transparent;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12%2016c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204zm0-6c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z%22%2F%3E%3Ccircle%20fill%3D%22%23000%22%20cx%3D%2216%22%20cy%3D%228%22%20r%3D%221%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M15.6%206c1.3%200%202.4%201.1%202.4%202.4v7.1c0%201.4-1.1%202.4-2.4%202.4h-7.2c-1.3.1-2.4-1-2.4-2.3v-7.2c0-1.3%201.1-2.4%202.4-2.4h7.2m0-2h-7.2c-2.4%200-4.4%202-4.4%204.4v7.1c0%202.5%202%204.5%204.4%204.5h7.1c2.5%200%204.4-2%204.4-4.4v-7.2c.1-2.4-1.9-4.4-4.3-4.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/24px 24px;
}
.person__links a[href*=linkedin] {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M19%2017v-4.5c0-2.5-1.7-3.6-3.4-3.6-1.4%200-2.2.8-2.6%201.3v-1.2h-3v8h3v-4.4c0-.2%200-.6.1-.7.2-.5.7-.9%201.4-.9%201%200%201.5.7%201.5%201.8v4.2h3zM7.5%208c.9%200%201.5-.6%201.5-1.4%200-.8-.6-1.4-1.5-1.4s-1.5.6-1.5%201.4c0%20.8.6%201.4%201.5%201.4zM6%209h3v8h-3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.person__links a[href*=pinterest] {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12.5%204c-5.7%200-8.5%204-8.5%207.4%200%202%20.8%203.8%202.4%204.5.3.1.5%200%20.6-.3.1-.2.2-.7.2-.9.1-.3%200-.4-.2-.7-.5-.6-.8-1.3-.8-2.3%200-3%202.2-5.7%205.8-5.7%203.2%200%204.9%201.9%204.9%204.5%200%203.4-1.5%206.3-3.8%206.3-1.2%200-2.2-1-1.9-2.3.4-1.5%201-3.1%201-4.2%200-1-.5-1.8-1.6-1.8-1.3%200-2.3%201.3-2.3%203.1%200%201.1.4%201.9.4%201.9s-1%205.5-1.2%206.4c-.4%201.5-.2%203.3-.1%204.1h.7c.5-.7%201.4-2%201.8-3.4.1-.5.8-3.2.8-3.2.4.8%201.6%201.5%202.9%201.5%203.8%200%206.4-3.5%206.4-8.1%200-3.5-3-6.8-7.5-6.8z%22%2F%3E%3C%2Fsvg%3E");
}
.person__links a[href*=youtube] {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M19.8%208.6s-.2-1.2-.6-1.7c-.6-.7-1.3-.7-1.6-.7-2.2-.2-5.6-.2-5.6-.2s-3.4%200-5.6.2c-.3%200-1%200-1.6.7-.5.5-.6%201.7-.6%201.7s-.2%201.4-.2%202.8v1.3c0%201.4.2%202.8.2%202.8s.2%201.2.6%201.7c.6.7%201.4.7%201.8.7%201.2.1%205.4.1%205.4.1s3.4%200%205.6-.2c.3%200%201%200%201.6-.7.5-.5.6-1.7.6-1.7s.2-1.4.2-2.8v-1.3c0-1.3-.2-2.7-.2-2.7zm-9.8%206.4v-6l5%203-5%203z%22%2F%3E%3C%2Fsvg%3E");
}

.promotion--teaser__image {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.promotion--teaser__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.promotion--teaser__image:hover .promotion--teaser__promotion,
.promotion--teaser__image:hover .promotion--teaser__label {
  display: block;
}
.promotion--teaser__label {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}
.promotion--teaser__promotion {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 15px;
  background-color: #fff;
  color: #05D8C8;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  font-weight: 600;
  border-radius: 80px;
  display: none;
}
.promotion--teaser__promotion:hover {
  border: 2px solid #fff;
  background-color: #000;
  color: #fff;
  -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
          transform: scale(1.08);
  cursor: pointer;
}
.promotion--teaser h3 {
  margin-bottom: 10px;
  font-size: 22px;
}
.promotion--teaser h3 a {
  color: #000;
}
.promotion--teaser h3 a:hover {
  color: #05D8C8;
  text-decoration: none;
}
.promotion--teaser__readmore {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promotion--teaser__readmore:after {
  content: '';
  display: block;
  margin-left: 10px;
  background-image: url("../images/arrow_green.svg");
  width: 15px;
  height: 15px;
  background-size: contain;
}
.promotion--teaser__summary {
  font-size: 12px;
}
.promotion--teaser__highlight {
  background-color: #e52716;
  padding: 10px;
  border: 2px dashed #e52716;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 150px;
  word-break: break-word;
  border-radius: 100%;
  text-align: center;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promotion--teaser__highlight p {
  margin-bottom: 0;
}
.promotion--type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #229997;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}
.promotion--type .field--name-field-icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 5px;
  margin-left: 5px;
}
.promotion--type h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
}
.promotion--type img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.promotion--type a,
.promotion--type .field--name-name {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.promotion--type a:hover,
.promotion--type .field--name-name:hover {
  text-decoration: none;
}

.service-menu-teaser {
  position: relative;
  width: 280px;
  height: 315px;
}
.service-menu-teaser__link {
  display: block;
  width: 100%;
  height: 100%;
}
.service-menu-teaser__label {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 4;
}
.service-menu-teaser__image {
  overflow: hidden;
}
.service-menu-teaser__image > a {
  position: relative;
}
.service-menu-teaser__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.service-menu-teaser__title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  margin: 0;
  z-index: 3;
  color: #fff;
}
.service--teaser__image {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.service--teaser__image:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.service--teaser__label {
  position: absolute;
  top: 10px;
  left: 10px;
}
.service--teaser h3 {
  margin-bottom: 10px;
}
.service--teaser h3 a {
  color: #000;
}
.service--teaser h3 a:hover {
  color: #05D8C8;
  text-decoration: none;
}
.service--teaser__readmore {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service--teaser__readmore:after {
  content: '';
  display: block;
  margin-left: 10px;
  background-image: url("../images/arrow_green.svg");
  width: 15px;
  height: 15px;
  background-size: contain;
}
.service--teaser__summary {
  font-size: 12px;
}

.testimonial-teaser__content {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  text-align: center;
}
.slick-current .testimonial-teaser__content {
  display: block;
  opacity: 1;
}
.testimonial-teaser__video {
  margin-bottom: 20px;
}
.testimonial-teaser__quote {
  font-size: 40px;
  font-weight: 900;
  margin-left: -100px;
  margin-right: -100px;
  margin-top: 30px;
  line-height: normal;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .testimonial-teaser__quote {
    margin: 0;
    font-size: 18px;
  }
}
.testimonial-teaser__subtext {
  font-size: 18px;
}

.vr-game-menu-teaser {
  position: relative;
  width: 280px;
  height: 315px;
}
.vr-game-menu-teaser__link {
  display: block;
  width: 100%;
  height: 100%;
}
.vr-game-menu-teaser__video {
  width: 100%;
  height: 100%;
}
.vr-game-menu-teaser__video div {
  width: 100%;
  height: 100%;
}
.vr-game-menu-teaser__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vr-game-menu-teaser__video .video__play-button,
.vr-game-menu-teaser__video .video__close {
  display: none;
}
.vr-game-menu-teaser__label {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 4;
}
.vr-game-menu-teaser__title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  margin: 0;
  z-index: 3;
  color: #fff;
}
.vr-game-menu-teaser .vr-game--teaser__image {
  margin-bottom: 0;
}
.vr-game--teaser__image {
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.vr-game--teaser__image--has-video:hover .field--name-field-media-image img {
  opacity: 0;
}
.vr-game--teaser__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.vr-game--teaser__video .field--name-field-media-video-file {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.vr-game--teaser__video * {
  height: 100%;
  overflow: hidden;
}
.vr-game--teaser__video video {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.vr-game--teaser__video .video__play-button {
  display: none;
}
.vr-game--teaser__label {
  position: absolute;
  top: 10px;
  left: 10px;
}
.vr-game--teaser h3 {
  margin-bottom: 10px;
}
.vr-game--teaser h3 a {
  color: #000;
}
.vr-game--teaser h3 a:hover {
  color: #05D8C8;
  text-decoration: none;
}
.vr-game--teaser__readmore {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.vr-game--teaser__readmore:after {
  content: '';
  display: block;
  margin-left: 10px;
  background-image: url("../images/arrow_green.svg");
  width: 15px;
  height: 15px;
  background-size: contain;
}
.vr-game--teaser__summary {
  font-size: 12px;
}
.vr-game--type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #282828;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vr-game--type .field--name-field-icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 5px;
  margin-left: 5px;
}
.vr-game--type h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
}
.vr-game--type img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.vr-game--type a,
.vr-game--type .field--name-name {
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  display: block;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.vr-game--type a:hover,
.vr-game--type .field--name-name:hover {
  text-decoration: none;
}

.footer {
  background: #28095D;
  color: #fff;
  padding: 15px 0;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer p,
.footer a {
  color: #fff;
}

.region-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .region-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.region-footer-legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fbfaff;
  background-color: #fbfaff;
  z-index: 2;
  position: relative;
}
.page-node-type-vr-game .header, .path-frontpage .header {
  background-color: transparent;
  border: none;
}
.page-node-type-vr-game .header.hover, .path-frontpage .header.hover {
  background-color: #fff;
}
@media only screen and (min-width: 1240px) {
  .page-node-type-vr-game .header.hover .menu--main li:not(.book-now) a, .path-frontpage .header.hover .menu--main li:not(.book-now) a {
    color: #000;
    text-shadow: none;
  }
  .page-node-type-vr-game .header.hover .menu--main li:not(.book-now):hover a, .path-frontpage .header.hover .menu--main li:not(.book-now):hover a {
    color: #05D8C8;
  }
}
.header .logo {
  width: 100px;
  position: relative;
  z-index: 9999;
}
@media only screen and (min-width: 992px) {
  .header .logo {
    width: 150px;
  }
}
.header .navbar-header {
  z-index: 5;
  width: 100%;
  float: none;
}
.header .navbar-collapse {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .navbar-collapse {
    background: #28095D;
    margin: 0 -15px;
    padding: 10px;
  }
}
.header .navbar-toggle {
  border: none;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 999999;
}
@media only screen and (max-width: 991px) {
  .header .navbar-toggle {
    display: block;
  }
}
.header .navbar-toggle .icon-bar {
  background: #05D8C8;
}
.header .region-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header .region-navigation nav {
    display: none;
  }
}
.header .block-menu-block {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header .block-menu-block {
    display: block;
    position: static;
  }
}

.region-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  z-index: 999;
  position: relative;
}

@media only screen and (min-width: 1240px) {
  .page-node-type-vr-game .main-container, .path-frontpage .main-container {
    margin-top: -122px;
  }
  .user-logged-in .page-node-type-vr-game .main-container, .user-logged-in .path-frontpage .main-container {
    margin-top: -155px;
  }
}
@media only screen and (min-width: 1240px) {
  .page-node-type-vr-game .main-container .layout-builder__section:first-child .layout-builder__section__actions,
  .page-node-type-vr-game .main-container .layout-builder__section:first-child .layout-builder__section__rearrange,
  .page-node-type-vr-game .main-container .layout-builder__add-section + .layout-builder__section .layout-builder__section__actions,
  .page-node-type-vr-game .main-container .layout-builder__add-section + .layout-builder__section .layout-builder__section__rearrange, .path-frontpage .main-container .layout-builder__section:first-child .layout-builder__section__actions,
  .path-frontpage .main-container .layout-builder__section:first-child .layout-builder__section__rearrange,
  .path-frontpage .main-container .layout-builder__add-section + .layout-builder__section .layout-builder__section__actions,
  .path-frontpage .main-container .layout-builder__add-section + .layout-builder__section .layout-builder__section__rearrange {
    top: 127px;
  }
  .user-logged-in .page-node-type-vr-game .main-container .layout-builder__section:first-child .layout-builder__section__actions, .user-logged-in
  .page-node-type-vr-game .main-container .layout-builder__section:first-child .layout-builder__section__rearrange, .user-logged-in
  .page-node-type-vr-game .main-container .layout-builder__add-section + .layout-builder__section .layout-builder__section__actions, .user-logged-in
  .page-node-type-vr-game .main-container .layout-builder__add-section + .layout-builder__section .layout-builder__section__rearrange, .user-logged-in .path-frontpage .main-container .layout-builder__section:first-child .layout-builder__section__actions, .user-logged-in
  .path-frontpage .main-container .layout-builder__section:first-child .layout-builder__section__rearrange, .user-logged-in
  .path-frontpage .main-container .layout-builder__add-section + .layout-builder__section .layout-builder__section__actions, .user-logged-in
  .path-frontpage .main-container .layout-builder__add-section + .layout-builder__section .layout-builder__section__rearrange {
    top: 160px;
  }
}
.page-node-type-vr-game .main-container .messages__wrapper, .path-frontpage .main-container .messages__wrapper {
  position: absolute;
  top: 90px;
  left: 10px;
  z-index: 19;
}
.page-node-type-vr-game .main-container .messages__wrapper .alert, .path-frontpage .main-container .messages__wrapper .alert {
  margin: 0;
}

.inner-wrap {
  overflow-x: hidden;
}
