@charset "UTF-8";
/**
 * Font family
 */
/**
 * Border radius
 */
/**
 * Scale
 */
/**
 * Translate
 */
/**
 * Skew
 */
/**
 * Rotate
 */
/**
 * Transition
 */
/**
 * REM units
 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

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

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.glide * {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1290px) {
  .container {
    max-width: 1230px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
  -moz-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
  -moz-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -moz-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
  -moz-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -moz-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
  -moz-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -moz-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
  -moz-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
  -moz-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -moz-box-ordinal-group: 14;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-box-ordinal-group: 5;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-box-ordinal-group: 6;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-box-ordinal-group: 7;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -moz-box-ordinal-group: 8;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -moz-box-ordinal-group: 9;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -moz-box-ordinal-group: 10;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -moz-box-ordinal-group: 11;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -moz-box-ordinal-group: 12;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -moz-box-ordinal-group: 13;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -moz-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -moz-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -moz-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
    -moz-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
    -moz-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -moz-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -moz-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
    -moz-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
    -moz-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -moz-box-ordinal-group: 14;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-box-ordinal-group: 7;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-box-ordinal-group: 8;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-box-ordinal-group: 9;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -moz-box-ordinal-group: 10;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -moz-box-ordinal-group: 11;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -moz-box-ordinal-group: 12;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -moz-box-ordinal-group: 13;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -moz-inline-box !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: normal !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: normal !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -moz-box-orient: horizontal !important;
  -moz-box-direction: reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -moz-box-orient: vertical !important;
  -moz-box-direction: reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -moz-box-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -moz-box-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -moz-box-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -moz-box-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -moz-box-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: normal !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -moz-box-orient: vertical !important;
    -moz-box-direction: reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -moz-box-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -moz-box-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -moz-box-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -moz-box-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -moz-box-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
  }
}
/**
 * Colors
 */
/**
/* Font weight variables
 */
/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article, aside, figure, footer, header, hgroup, nav, section, img {
  display: block;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
  overflow: visible;
}

em, i {
  font-weight: inherit;
}

/************************************************************************************
GENERAL
*************************************************************************************/
/************************************************************************************
GENERAL
*************************************************************************************/
body {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  color: #323232;
  background: #fff;
  margin: 0;
  padding: 0;
  min-height: 100%;
}
body.modal-opened {
  overflow: hidden;
}

/* Box sizing */
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Anchors */
a {
  color: #5ABFC3;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* Heading */
h1, .h1 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 3.5625rem;
  line-height: 1.1em;
  font-weight: 700;
  color: #323232;
  margin: 0 0 1.875rem 0;
}
h1.medium, .h1.medium {
  font-size: 2.125rem;
  line-height: 1.1em;
}
h1 .hw, .h1 .hw {
  font-size: 4.6875rem;
  line-height: 1.1em;
  font-weight: 400;
}

h2, .h2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #323232;
  margin: 0 0 0.625rem 0;
}
h2.medium, .h2.medium {
  font-size: 2.25rem;
  line-height: 1.3em;
}
h2.big, .h2.big {
  font-size: 3.8125rem;
  line-height: 1.3em;
}
h2 .hw, .h2 .hw {
  font-size: 4.6875rem;
  line-height: 1.1em;
  font-weight: 400;
}

h3, .h3 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 1.3em;
  font-weight: 700;
  color: #323232;
  margin: 0 0 0.625rem 0;
}
h3 .hw, .h3 .hw {
  font-weight: 400;
  font-size: 2.6875rem;
}
h3.medium, .h3.medium {
  font-size: 1.625rem;
  line-height: 1.3em;
}
h3.medium .hw, .h3.medium .hw {
  font-size: 2.0625rem;
}

h4, .h4 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.5625rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #323232;
  margin: 0 0 0.625rem 0;
}

h5, .h5 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #323232;
  margin: 0 0 0.625rem 0;
}

h6, .h6 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #323232;
  margin: 0 0 0.625rem 0;
}

.suphead {
  font-size: 1.0625rem;
  color: #8995a6;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.hw {
  font-family: Birthstone Bounce, sans-serif;
}

/* Paragraphs */
p {
  margin: 0 0 1.25rem 0;
}

address, cite {
  font-style: normal;
}

/* Lists */
ul.list--alt {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  ul.list--alt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
ul.list--alt li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  gap: 2rem;
  padding: 2rem 0;
  margin: 0;
  -webkit-box-flex: 50%;
  -webkit-flex: 50%;
  -moz-box-flex: 50%;
  flex: 50%;
}
ul.list--alt li::before {
  content: url("../img/icon.png");
  content: url("../img/icon.svg");
}

ul {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}
ul li {
  padding: 0 0 0 1.25rem;
  margin: 0 0 0.3125rem 0;
}
ul.unstyled li {
  padding: 0;
  background: none;
}

ol {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
  counter-reset: counter;
  margin-left: 0;
}
ol li {
  margin: 0 0 0.625rem 0;
  padding: 0 0 0 20px;
  counter-increment: counter;
  position: relative;
}
ol li:before {
  color: #2285c8;
  content: counter(counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

dl {
  margin: 0 0 1.25rem 0;
}

dt {
  font-weight: bold;
}

/* Various */
sup, sub {
  font-size: 60%;
  line-height: 0;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.bold, b, strong {
  font-weight: 600;
}

.italic, i, em {
  font-style: italic;
}

.nowrap, .nobr {
  white-space: nowrap !important;
}

/************************************************************************************
CONTENT
*************************************************************************************/
.content {
  padding: 0;
}

/* Block */
.block {
  padding: 5rem 0;
  position: relative;
}
.block.narrow {
  padding: 3.75rem 0;
}
.block.alt {
  background: #f3f1ef;
}
.block.alt-hb {
  background: #f3f1ef url("../img/bg-hb.svg") center center no-repeat;
}
.block.alt-2 {
  background: #AF9F92;
}
.block.alt-3 {
  background: #AF9F92;
}
.block.alt-4 {
  background: #323232 url("../img/bg-socials.png") center center no-repeat;
}
.block.bg-hb {
  background: url("../img/bg-hb-3.svg") center center no-repeat;
}
.block.alpha {
  padding-top: 0;
}
.block.omega {
  padding-bottom: 0;
}
.block.bg-cite-1 {
  background-image: url("../img/bg-cite-1.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.block.bg-cite-2 {
  background-image: url("../img/bg-cite-2.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.block.bg-cite-3 {
  background-image: url("../img/bg-cite-3.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.block.bg-cite-4 {
  background-image: url("../img/bg-cite-4.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.block.bg-cite-5 {
  background-image: url("../img/bg-cite-5.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.block.bg-cite-6 {
  background-image: url("../img/bg-cite-6.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  background-size: cover !important;
}
.block.alt-bg {
  background-image: url("../img/bg-alt.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  padding: 170px 0;
}

.anchor {
  position: absolute;
  left: 0;
  top: 0;
}

.spacer {
  height: 5rem;
}
.spacer.huge {
  height: 10rem;
}
.spacer.big {
  height: 6.25rem;
}
.spacer.medium {
  height: 3.75rem;
}
.spacer.small {
  height: 2.5rem;
}

.invert {
  color: #fff;
}
.invert a {
  color: #fff;
}
.invert h2, .invert h3 {
  color: #fff;
}

.beige {
  color: #AF9F92;
}

/* Various */
.section-head {
  margin-bottom: 2.5rem;
  text-align: center;
}
.section-head h1, .section-head h2, .section-head h3 {
  margin-bottom: 0;
}
.intro {
  max-width: 500px;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}
.intro.wide {
  max-width: 46.875rem;
}
.intro.wider {
  max-width: 51.875rem;
}
.intro.full {
  max-width: 100%;
}

/* Pager */
.pager {
  margin: 1.875rem 0;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.pager li {
  padding: 0;
  background: none;
}
.pager li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 2.25rem;
  height: 2.25rem;
  background: #666;
  text-align: center;
}
.pager li a.active {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.pager .prev {
  width: 2.25rem;
  height: 2.25rem;
  background: #000;
}
.pager .next {
  width: 2.25rem;
  height: 2.25rem;
  background: #000;
}
.pager .counter {
  display: none;
}

/* Gmap */
.gmap-wrap {
  position: relative;
}
.gmap-wrap .gmap {
  height: 600px;
  background: #e3e3e3;
}
.gmap-wrap img {
  max-width: inherit !important;
}

/*================================= Various Content =================================*/
.last {
  margin-bottom: 0 !important;
}

/* Buttons */
.btn {
  font-size: 1.125rem;
  font-family: Poppins, sans-serif;
  line-height: 1.3em;
  font-weight: 300;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: #5ABFC3;
  color: #fff;
  padding: 0 1.25rem;
  height: 2.625rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 1.3125rem;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  /*&:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	top: 0;
  	width: 0;
  	height: 100%;
  	background: rgba(0,0,0,.2);
  	@include transition(all,.3);
  }*/
}
.btn .txt {
  position: relative;
  z-index: 10;
}
.btn:hover {
  background-color: #AF9F92;
}
.btn:hover:after {
  width: 100%;
}
.btn.line {
  background: none;
  color: #5ABFC3;
}
.btn.line:hover {
  background: #5ABFC3;
  border-color: #5ABFC3;
  color: #fff;
}
.btn.alt {
  background: #000;
  border: 2px solid #000;
}
.btn.alt:hover {
  background: #0077bb;
  border: 2px solid #0077bb;
}
.btn.alt.line {
  background: none;
  color: #000;
}
.btn.alt.line:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

/* SVG icons */
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  fill: currentColor;
}

/* Cookie Notice */
.cookie-notice {
  font-size: 14px;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.9);
  color: #CCC;
  text-align: center;
}

.cookie-button {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 25px;
  background: #02ad65;
  color: #fff;
  text-align: center;
}
.cookie-button:hover {
  background: #90ca16;
  color: #fff;
}

.cookie-test {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  width: 150px;
  padding: 25px 15px;
  background: rgba(50, 50, 50, 0.95);
  color: #CCC;
  text-align: center;
}

/* FY Apple! */
textarea,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.btn {
  -webkit-appearance: none;
}

/************************************************************************************
ENTRY
*************************************************************************************/
.entry {
  margin: 0 0 2.5rem 0;
}
.entry h2, .entry h3 {
  margin-top: 1.875rem;
}
.entry h2:first-child, .entry h3:first-child {
  margin-top: 0;
}
.entry ul li {
  position: relative;
}
.entry ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 4px;
  height: 4px;
  display: block;
  background: #5ABFC3;
}
.entry.limited .text {
  position: relative;
  overflow: hidden;
  max-height: 160px;
}
.entry.limited .text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.entry.limited .link-more {
  position: absolute;
  left: 50%;
  bottom: -30px;
  z-index: 20;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 2.375rem;
  height: 2.375rem;
  color: #5ABFC3;
}
.entry.limited .link-more .icon {
  width: 100%;
  height: 100%;
}
.entry.limited.active .text {
  max-height: 5000px;
}
.entry.limited.active .text:after {
  display: none;
}
.entry.limited.active .link-more {
  display: none;
}

/************************************************************************************
TABLES
*************************************************************************************/
.entry table {
  width: 100%;
  margin: 0 0 1.875rem 0;
}
.entry table th {
  font-weight: normal;
  border-bottom: 1px solid #c9cacb;
  padding: 0.625rem 1.25rem;
  background: #e3e3e3;
  color: #000;
  text-align: left;
}
.entry table td {
  border-bottom: 1px solid #c9cacb;
  padding: 0.625rem 1.25rem;
}

/************************************************************************************
FORMS
*************************************************************************************/
form.std label {
  font-size: 14px;
  line-height: 1.3em;
  color: #9f9f9f;
  margin: 0 0 0.625rem 0;
  display: block;
}
form.std input.text {
  font-size: 14px;
  font-family: Poppins, sans-serif;
  line-height: 1.3em;
  color: #000;
  background: #EAE5E2;
  border: none;
  padding: 0.3125rem 0.9375rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  width: 100%;
}
form.std input.text.error {
  background: #fcf4f4;
  border-color: #be1e19;
}
form.std input.text.req {
  background-image: url("../img/req.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
form.std textarea {
  font-size: 14px;
  font-family: Poppins, sans-serif;
  line-height: 1.3em;
  color: #000;
  resize: vertical;
  background: #EAE5E2;
  border: none;
  padding: 0.9375rem 0.9375rem;
  border-radius: 1.25rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 300px;
}
form.std textarea.req {
  background-image: url("../img/req.svg");
  background-position: right center;
  background-repeat: no-repeat;
}
form.std select {
  font-size: 1.0625rem;
  line-height: 1.3em;
  color: #000;
  width: 100%;
  padding: 0.125rem 0.625rem;
}
form.std option {
  font-size: 1.0625rem;
  line-height: 1.3em;
  padding: 0.125rem 0.625rem;
}
form.std .cell {
  margin-bottom: 1.75rem;
  position: relative;
  text-align: left;
}
form.std .toggle {
  position: relative;
  padding: 0 0 0 2.1875rem;
}
form.std .toggle label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
form.std .toggle input {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0.125rem;
}
form.std .radio, form.std .checker {
  position: absolute;
  left: 0;
  top: 0;
}
form.std .checker {
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/checker.svg") 0 0 no-repeat;
  background-color: #EAE5E2;
  background-position: 0 -1.4375rem;
  -webkit-background-size: 1.4375rem 1.4375rem;
  background-size: 1.4375rem;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  border: 2px solid #fff;
  width: 1.625rem;
  height: 1.625rem;
  margin: 0;
  border-radius: 50%;
  cursor: pointer;
}
form.std .checker input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
form.std .checker.active {
  background-position: 0 0;
  background-color: #EAE5E2;
}
form.std .checker.has-error {
  border-color: #be1e19;
}

form.form-contact {
  max-width: 592px;
  margin-left: auto;
  margin-right: auto;
}
form.form-contact .note {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 1.75rem 0;
}
form.form-contact .note-star {
  font-size: 12px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
form.form-contact .note-star .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 95px;
  -moz-box-flex: 0;
  flex: 0 0 95px;
  max-width: 95px;
}
form.form-contact .note-star .text {
  padding-left: 15px;
}
form.form-contact .btn-set {
  margin: 1.75rem 0;
}
form.form-contact .btn-set .btn {
  width: 100%;
}

#form-ajax-content {
  position: relative;
}
#form-ajax-content.loading:after {
  content: "";
  position: absolute;
  z-index: 90;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  background: url("../img/spinner.svg") center center no-repeat;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#form-ajax-content > .inner {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
#form-ajax-content.loading > .inner {
  opacity: 0.4;
}

/* Mesages & errors */
.flash-message {
  font-size: 1rem;
  line-height: 1.3em;
  padding: 0;
  background: #fef9dc;
  border: 1px solid #dad19f;
  color: #a19970;
  padding: 0.9375rem 1.25rem;
  margin: 0 0 1.875rem 0;
}
.flash-message.error {
  background: #f8e5e7;
  border: 1px solid #eeb9bf;
  color: #e2848e;
}
.flash-message.success {
  background: #ebf5bc;
  border: 1px solid #add4b1;
  color: #85a989;
}

/************************************************************************************
TABS
*************************************************************************************/
.tabs {
  position: relative;
}
.tabs .tab-nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.tabs .tab-nav li {
  list-style-type: none;
  padding: 0;
  background: none;
  margin: 0;
}
.tabs .tab-nav li a {
  display: block;
  text-decoration: none;
  outline: 0;
  padding: 15px 30px;
  background: #000;
  color: #fff;
}
.tabs .tab-nav li a:hover {
  background: #a0a0a0;
  color: #000;
}
.tabs .tab-nav li a.selected {
  background: #e3e3e3;
  color: #000;
}
.tabs .tab-content .tab {
  width: 100%;
  padding: 30px;
  background: #e3e3e3;
  display: none;
}
.tabs .tab-content .tab.selected {
  position: static !important;
  display: block;
}

.tab-nav-sections ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0;
}
.tab-nav-sections ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  margin: 0;
}
.tab-nav-sections ul li a {
  font-size: 1.625rem;
  line-height: 1.3em;
  font-weight: 700;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background: #EAE5E2;
  color: #323232;
  height: 7.25rem;
  padding: 0 15px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  text-decoration: none;
}
.tab-nav-sections ul li a .hw {
  font-size: 1.9375rem;
  display: block;
  width: 100%;
  font-weight: 400;
}

/************************************************************************************
SIMPLE LIGHTBOX
*************************************************************************************/
html.slbActive {
  overflow: hidden;
}

.slbArrow {
  font-size: 15px;
}
.slbArrow.prev {
  background: #fff;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  opacity: 1;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.slbArrow.prev:before {
  border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  margin-left: -6px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.slbArrow.prev:hover {
  opacity: 1;
  background: #000;
}
.slbArrow.prev:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.slbArrow.next {
  background: #fff;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  opacity: 1;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.slbArrow.next:before {
  border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.slbArrow.next:hover {
  opacity: 1;
  background: #000;
}
.slbArrow.next:hover:before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.slbCloseBtn {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  font-family: peachy-keen-jf, sans-serif;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 0;
  right: 0;
  top: 0;
  position: fixed;
  font-size: 0;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.slbCloseBtn:after {
  content: "";
  width: 24px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -1px;
  display: block;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.slbCloseBtn:before {
  content: "";
  width: 2px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -1px;
  display: block;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.slbCloseBtn:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.slbCloseBtn:hover:after {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slbCloseBtn:hover:before {
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slbImage {
  padding: 0.9375rem 0;
}

.slbImageWrap:after {
  content: none;
}

.slbCaption {
  font-size: 1rem;
  position: static;
  overflow: visible;
  white-space: normal;
  padding-top: 0;
}

/************************************************************************************
MODAL
*************************************************************************************/
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2005;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.modal.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.modal .modal-brown-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
}
.modal .modal-content {
  padding: 3.125rem;
}
.modal .modal-content.alt {
  background: #f9fbfc;
}
.modal .modal-box {
  font-size: 14px;
  max-width: 25rem;
  background-color: #fff;
  line-height: 1.8em;
  margin: auto;
  position: relative;
}
.modal .modal-box .modal-close {
  position: absolute;
  right: -1.25rem;
  top: -1.25rem;
  text-decoration: none;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  background: #5ABFC3;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.modal .modal-box .modal-close .icon {
  width: 1.125rem;
  height: 1.125rem;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.modal .modal-box .modal-close:hover {
  background: #AF9F92;
}
.modal .modal-box .modal-close:hover .icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal .modal-box.modal-order {
  width: 100%;
  max-width: 36.25rem;
  background: #e5e5e5;
}
.modal .modal-box.modal-neprehlednete {
  width: 100%;
  max-width: 69.375rem;
  background: #fff;
}
.modal .modal-box-wrap {
  width: 100%;
  padding: 3.125rem 0.9375rem 0.9375rem;
  margin: auto;
  overflow: hidden;
  position: relative;
  -webkit-animation-name: animateTop;
  -moz-animation-name: animateTop;
  animation-name: animateTop;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.modal .modal-box-wrap.brown-header {
  padding-top: 90px;
}

@-webkit-keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@-moz-keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/************************************************************************************
GLIDE
*************************************************************************************/
.glide__slides {
  margin: 0;
}

.glide__slide {
  padding: 0 !important;
  margin: 0;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.glide__slide:before {
  content: none !important;
}

.glide-nav .glide__arrow--left {
  position: absolute;
  left: -100px;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  color: #5ABFC3;
  cursor: pointer;
}
.glide-nav .glide__arrow--left .icon {
  width: 100%;
  height: 100%;
}
.glide-nav .glide__arrow--right {
  position: absolute;
  right: -100px;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  color: #5ABFC3;
  cursor: pointer;
}
.glide-nav .glide__arrow--right .icon {
  width: 100%;
  height: 100%;
}

.glide__bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 9px;
  margin: 2.1875rem 0 0 0;
}
.glide__bullets .glide__bullet {
  background: #C4C4C4;
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  padding: 0;
  margin: 0 4px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.glide__bullets .glide__bullet.glide__bullet--active {
  background: #5ABFC3;
}
.glide__bullets .glide__bullet:hover {
  background: #5ABFC3;
}

/* Teaser slider */
.teaser-slider {
  position: relative;
}
.teaser-slider .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.teaser-slider .glide-nav {
  z-index: 50;
  position: relative;
  margin: 0 0 0 0;
  top: -40px;
  height: 0;
}
.teaser-slider .glide-nav .glide__bullets {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
}
.teaser-slider .glide-nav .glide__bullets .glide__bullet {
  margin: 0 4px;
  padding: 0;
}
.teaser-slider .glide-nav .glide__bullets .glide__bullet.glide__bullet--active {
  background: #5ABFC3;
}

/* Reference slider */
.reference-slider {
  margin-bottom: -40px;
}

/* Video slider */
.glider {
  overflow: hidden;
  padding: 5vh 0;
  width: 18.75rem;
  margin: auto;
}
@media (min-width: 600px) {
  .glider {
    width: 28.125rem;
  }
}
@media (min-width: 900px) {
  .glider {
    width: 37.5rem;
  }
}
@media (min-width: 1400px) {
  .glider {
    width: 69.25rem;
  }
}
.glider__wrapper {
  background-color: #EAE5E2;
  margin: 0 auto;
}
.glider__slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: 0;
}
.glider__slides-wrapper {
  height: 13.125rem;
}
@media (min-width: 1200px) {
  .glider__slides-wrapper {
    height: 10.3125rem;
  }
}
.glider__slides-item {
  background-color: #5ABFC3;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  position: relative;
  height: 100%;
  -webkit-box-shadow: 4px 8px 14px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 4px 8px 14px 0px rgba(50, 50, 50, 0.2);
}
.glider__slides-item picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.glider__slides-item picture img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  height: inherit;
}
.glider__slides-item h4 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 9.69233px #323232);
  filter: drop-shadow(0px 0px 9.69233px #323232);
  position: inherit;
  z-index: 2;
}
.glider__slides-item:before {
  content: url("./img/icon.png");
  content: url("../img/icon.svg");
  -webkit-filter: brightness(2);
  filter: brightness(2);
  padding: 1rem;
  position: absolute;
  z-index: 2;
}
.glider__slides-item.new:after {
  border-top-right-radius: 10px;
  content: "Nové";
  background-color: #5ABFC3;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.8rem 1.8rem;
  font-family: "Birthstone Bounce", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  z-index: 2;
}
.glider__slides-item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: rgba(90, 191, 195, 0.8);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.glider__controls img {
  position: absolute;
  top: 46%;
  -webkit-filter: invert(0.6);
  filter: invert(0.6);
}
.glider__controls img:hover {
  cursor: pointer;
  -webkit-filter: invert(0.75);
  filter: invert(0.75);
}
.glider__controls img:first-child {
  left: 12%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 1400px) {
  .glider__controls img:first-child {
    left: 8%;
  }
}
.glider__controls img:last-child {
  right: 12%;
}
@media (min-width: 1400px) {
  .glider__controls img:last-child {
    right: 8%;
  }
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.popup {
  top: 0;
  position: absolute;
  background-color: rgba(128, 128, 128, 0.4);
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}
.popup.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.popup__wrapper {
  width: 75vw;
  margin: auto;
  padding: 4rem;
  position: relative;
}
.popup__wrapper i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 4rem;
  padding: 2rem;
  cursor: pointer;
}
.popup__header, .koucirna__header {
  background: #AF9F92;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  margin: 0 auto;
}
.popup__header h3, .koucirna__header h3 {
  color: #fff;
}
.popup__content, .koucirna__content {
  background: #FEFEFE;
  padding: 3.125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
.popup__content-title, .koucirna__content-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  gap: 1rem;
}
.popup__content-title::after, .koucirna__content-title::after {
  content: "";
  border-bottom: 1px solid rgba(175, 159, 146, 0.2);
  width: 7.4375rem;
}
.popup__content-text, .koucirna__content-text {
  text-align: center;
}
.popup__content-text h5, .koucirna__content-text h5 {
  font-weight: 900;
}
.popup__content-text h5 span, .koucirna__content-text h5 span {
  color: #5ABFC3;
  font-weight: 300;
}
.popup__content .btn, .koucirna__content .btn {
  min-width: 18.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.popup__parent {
  cursor: pointer;
}

.mental {
  background: #323232 url("../img/bg-mental.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.mental p {
  font-size: 2rem;
}
.mental h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
.mental .brain {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.mental .btn {
  margin-top: 3.125rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.banner {
  overflow: hidden;
}
.banner__wrapper picture {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}
.banner__wrapper picture img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100vw;
  height: 100%;
}
.banner__body {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 2vh 5vw;
  gap: 2rem;
}
.banner__body-desc {
  color: #FEFEFE;
  line-height: 24px;
  text-align: center;
  letter-spacing: 2%;
}
.banner__body-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1200px) {
  .banner__body-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
  }
}
.banner__body-cta .btn .text {
  padding: 0.5rem 1rem;
}

.titlebox, .banner__body-title {
  padding: 1.5rem 4rem;
  background-color: #EAE5E2;
  font-weight: bold;
}
.titlebox .hw, .banner__body-title .hw {
  font-weight: normal;
}

.order-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.order-block h2 {
  color: #fff;
}
.order-block h2 .hw {
  font-weight: 400;
}
.order-block .btn {
  width: 288px;
}
.order-block .left-side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  gap: 0 75px;
}
.order-block .right-side {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

@-webkit-keyframes brainLoading {
  0% {
    height: 0;
    opacity: 1;
  }
  92% {
    height: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes brainLoading {
  0% {
    height: 0;
    opacity: 1;
  }
  92% {
    height: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes brainLoading {
  0% {
    height: 0;
    opacity: 1;
  }
  92% {
    height: 100%;
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes brainLoadingHide {
  100% {
    opacity: 0;
  }
}
@-moz-keyframes brainLoadingHide {
  100% {
    opacity: 0;
  }
}
@keyframes brainLoadingHide {
  100% {
    opacity: 0;
  }
}
.brain {
  position: relative;
  height: 125px;
}
.brain .brain-main {
  position: relative;
  z-index: 2;
}
.brain .charge-blue-line--wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-animation: 4.5s ease infinite brainLoading;
  -moz-animation: 4.5s ease infinite brainLoading;
  animation: 4.5s ease infinite brainLoading;
}
.brain .charge-blue-line {
  position: absolute;
  bottom: 0;
}

/* dropdown select */
.dropdown-menu {
  position: relative;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3em;
  color: #777777;
  background: #EAE5E2;
  border: none;
  padding: 0.3125rem 0.9375rem;
  padding-right: 2.25rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.dropdown-toggle:after {
  content: "";
  border: solid #777777;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
}

.dropdown-toggle--wrap {
  display: none;
  position: absolute;
  width: 100%;
  top: -webkit-calc(100% + 1px);
  top: -moz-calc(100% + 1px);
  top: calc(100% + 1px);
  left: 0;
  background-color: #fff;
  z-index: 10;
  border-radius: 16px;
  border: 1px solid rgba(234, 229, 226, 0.3803921569);
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  padding: 20px 15px;
}
.dropdown-toggle--wrap.active {
  display: block;
}
.dropdown-toggle--wrap ul {
  margin: 0;
  padding: 0;
}
.dropdown-toggle--wrap ul li {
  padding: 0;
  margin: 0 0 12px 0;
  line-height: 1.625rem;
}
.dropdown-toggle--wrap ul li:last-child {
  margin-bottom: 0;
}
.dropdown-toggle--wrap .toggle label {
  line-height: 1.625rem;
}

/* lang switch */
.lang-switch {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.lang-switch > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  margin-left: 46px;
}
@media screen and (max-width: 991px) {
  .lang-switch > ul {
    margin-left: 30px;
  }
}
.lang-switch > ul li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.lang-switch > ul li > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 10px;
  padding-right: 16px;
  position: relative;
  font-weight: 500;
}
.lang-switch > ul li > span:after {
  content: "";
  border: solid #777777;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 2.5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.5px;
  -webkit-transition: 0.25s all ease;
  -moz-transition: 0.25s all ease;
  transition: 0.25s all ease;
}
.lang-switch > ul li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  display: none;
}
.lang-switch > ul li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 12px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 16px;
  color: #3c3c3c;
}
.lang-switch > ul li ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-decoration: none;
  color: #323232;
}
.lang-switch > ul li ul li a:hover {
  color: #5ABFC3;
}
.lang-switch > ul li ul li:last-of-type {
  padding-bottom: 15px;
}
.lang-switch > ul li ul li span {
  padding-left: 5px;
}
.lang-switch > ul li ul li span.active, .lang-switch > ul li ul li span:hover {
  color: #146c78;
}
.lang-switch > ul li:hover > span:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -moz-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.lang-switch > ul li:hover ul {
  position: absolute;
  top: 100%;
  right: unset;
  left: 0px;
  display: block;
  background: rgba(255, 255, 255, 0.97);
  width: 70px;
  min-width: 100% e;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

/************************************************************************************
HEADER
*************************************************************************************/
.header {
  position: relative;
  z-index: 95;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}
.header--alt {
  background-color: #EAE5E2;
}
.header--alt__menu {
  background-color: #fff;
}
.header .inner {
  height: 9.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.header .header-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.main-nav {
  vertical-align: top;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
}
.main-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 100%;
  align-items: center;
  margin: 0 -1.5625rem;
}
.main-nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 100%;
  padding: 0 1.5625rem;
  margin: 0;
}
.main-nav ul li > ul {
  position: absolute;
  top: 9.375rem;
  z-index: 1;
}
.main-nav ul li a, .main-nav ul li .main-nav__link, .main-nav ul li .popup__parent {
  font-size: 1.125rem;
  font-weight: 500;
  color: #323232;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}
.main-nav ul li a:after, .main-nav ul li .main-nav__link:after, .main-nav ul li .popup__parent:after {
  content: "";
  width: 0;
  height: 6px;
  background: #AF9F92;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-nav ul li a:hover:after, .main-nav ul li .main-nav__link:hover:after, .main-nav ul li .popup__parent:hover:after {
  width: 100%;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}
.main-nav ul li.active a {
  font-weight: 700;
}
.main-nav ul li.active a:after {
  width: 100%;
}

.submenu {
  height: 0;
  background: rgba(255, 255, 255, 0.97);
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.submenu.active {
  height: 9.375rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

ul.submenu {
  background: transparent;
}

.teaser-hp {
  color: #fff;
  position: relative;
  z-index: 5;
}
.teaser-hp .teaser-slider {
  border-radius: 0 0 12.5rem 0;
  overflow: hidden;
}
.teaser-hp h1 {
  color: #fff;
}
.teaser-hp .signature {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.teaser-hp .teaser-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 40px 0;
  position: relative;
}
.teaser-hp .teaser-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  margin-left: -100%;
  position: relative;
  z-index: 10;
}
.teaser-hp .teaser-img .frame {
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.teaser-hp .teaser-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.teaser-hp .teaser-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  background: #FEFEFE;
  opacity: 0.65;
  z-index: 30;
}
.teaser-hp .teaser-img:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(359.64deg, rgba(0, 0, 0, 0.67) 0.35%, rgba(196, 196, 196, 0) 172.32%);
  background: -moz-linear-gradient(359.64deg, rgba(0, 0, 0, 0.67) 0.35%, rgba(196, 196, 196, 0) 172.32%);
  background: linear-gradient(90.36deg, rgba(0, 0, 0, 0.67) 0.35%, rgba(196, 196, 196, 0) 172.32%);
}
.teaser-hp .teaser-content {
  padding: 3.75rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
}
.teaser-hp .teaser-content .text {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.teaser-hp .teaser-content .text .big {
  font-size: 1.125rem;
}
.teaser-hp .btn {
  max-width: 280px;
  width: 100%;
  margin-top: 1.25rem;
}
.teaser-hp .contact-item a {
  color: #fff;
  text-decoration: none;
}
.teaser-hp .contact-item a:hover {
  text-decoration: underline;
}
.teaser-hp.alt-2 {
  background: #AF9F92;
}

.teaser-alt {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.teaser-alt h1 {
  color: #fff;
}
.teaser-alt .teaser-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.teaser-alt .teaser-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  margin-left: -100%;
  position: relative;
  z-index: 10;
  max-height: 490px;
  border-radius: 0 0 12.5rem 0;
  overflow: hidden;
}
.teaser-alt .teaser-img .frame {
  max-width: 1920px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.teaser-alt .teaser-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.teaser-alt .teaser-img:after {
  content: "";
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(359.64deg, rgba(0, 0, 0, 0.67) 0.35%, rgba(196, 196, 196, 0) 172.32%);
  background: -moz-linear-gradient(359.64deg, rgba(0, 0, 0, 0.67) 0.35%, rgba(196, 196, 196, 0) 172.32%);
  background: linear-gradient(90.36deg, rgba(0, 0, 0, 0.67) 0.35%, rgba(196, 196, 196, 0) 172.32%);
}
.teaser-alt .teaser-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  background: #FEFEFE;
  opacity: 0.65;
  z-index: 30;
}
.teaser-alt .teaser-img.stripe-brown:before {
  background: #AF9F92;
}
.teaser-alt .teaser-content {
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
}
.teaser-alt .teaser-content .text {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.teaser-alt .teaser-content .text.full {
  max-width: 100%;
}
.teaser-alt .teaser-content .text .big {
  font-size: 1.125rem;
}
.teaser-alt .btn {
  max-width: 280px;
  width: 100%;
  margin-top: 1.25rem;
}
.teaser-alt .contact {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.teaser-alt .contact .section-head {
  margin-bottom: 0;
}
.teaser-alt .contact .item-list {
  margin: 0 -5.625rem;
}
.teaser-alt .contact-item {
  padding: 0 5.625rem;
  margin: 0;
}
.teaser-alt .contact-item a {
  color: #fff;
  text-decoration: none;
}
.teaser-alt .contact-item a:hover {
  text-decoration: underline;
}
.teaser-alt.alt-2 {
  background: #AF9F92;
}

.social-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 -0.9375rem;
}
.social-nav ul li {
  padding: 0 0.9375rem;
  margin: 5px 0;
}
.social-nav ul li a {
  color: #AF9F92;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.social-nav ul li a:hover {
  color: #5ABFC3;
}
.social-nav ul li a .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.nav-btn {
  display: none;
  vertical-align: top;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  z-index: 2001;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 30px;
}
.nav-btn .lines {
  width: 30px;
  height: 4px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
  -moz-box-flex: 0;
  flex: 0 0 30px;
  display: block;
  position: relative;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}
.nav-btn .line-1,
.nav-btn .line-2,
.nav-btn .line-3 {
  display: block;
  width: 100%;
  height: 2px;
  background: #AF9F92;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.28571rem center;
  -moz-transform-origin: 0.28571rem center;
  -ms-transform-origin: 0.28571rem center;
  transform-origin: 0.28571rem center;
}
.nav-btn .line-1 {
  top: 0;
  -webkit-transition: opacity 0.1s 0.1s ease;
  -moz-transition: opacity 0.1s 0.1s ease;
  transition: opacity 0.1s 0.1s ease;
}
.nav-btn .line-2 {
  top: 10px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s ease;
  -moz-transition: top 0.1s 0.1s ease, transform 0.1s ease, -moz-transform 0.1s ease;
  transition: top 0.1s 0.1s ease, transform 0.1s ease;
  transition: top 0.1s 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease;
}
.nav-btn .line-3 {
  top: -10px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s ease;
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s ease;
  -moz-transition: top 0.1s 0.1s ease, transform 0.1s ease, -moz-transform 0.1s ease;
  transition: top 0.1s 0.1s ease, transform 0.1s ease;
  transition: top 0.1s 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease;
}
.nav-btn.active .line-1 {
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  background: transparent;
  opacity: 0;
}
.nav-btn.active .line-2 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  top: 0;
}
.nav-btn.active .line-3 {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  top: 0;
}

.mobile-nav {
  background: #AF9F92;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90;
  overflow-y: auto;
  max-height: 100%;
  margin-top: -10px;
  padding: 7.5rem 0 1.875rem 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.mobile-nav.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-nav ul {
  margin: 0;
  padding: 0;
}
.mobile-nav ul li {
  color: #fff;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav ul li.active a {
  color: #ffa70e;
}
.mobile-nav ul li:last-child {
  border: none;
}
.mobile-nav ul li a {
  font-size: 1.0625rem;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 14px 0;
  color: #fff;
  border: none;
  position: relative;
  text-decoration: none;
}
.mobile-nav ul li a .more {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav ul li a .more:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5rem;
  margin-top: -0.625rem;
  width: 0.9375rem;
  height: 0.9375rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mobile-nav ul li a.active .more:after {
  margin-top: -0.3125rem;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
.mobile-nav ul li.active a {
  color: #ffa70e;
}
.mobile-nav ul li.sub > a {
  padding-right: 15px;
}
.mobile-nav ul li.sub > a .sub-trigger {
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.mobile-nav ul li.sub > a .sub-trigger:before {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-top: -0.75rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mobile-nav ul li.sub.active > a {
  color: #fff;
}
.mobile-nav ul li.sub.active > a .sub-trigger:before {
  margin-top: -0.125rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mobile-nav ul li ul {
  display: none;
  padding-left: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-nav ul li ul.active {
  display: block;
}
.mobile-nav ul li .sub-nav {
  padding: 20px 0 0 40px;
  margin: 0;
  width: auto;
}
.mobile-nav ul li .sub-nav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&0.5+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(125, 185, 232, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(125, 185, 232, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(125, 185, 232, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mobile-nav ul li .sub-nav.active {
  display: block;
  position: relative;
  top: 0;
  background: #1d924c;
}
.mobile-nav ul li .sub-nav .nav-item {
  margin: 0;
}
.mobile-nav ul li .sub-nav .head {
  margin: 0 0 10px 0;
}
.mobile-nav ul li .sub-nav .head .title {
  font-weight: 600;
}
.mobile-nav ul li .sub-nav .head a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 0;
}
.mobile-nav ul li .sub-nav ul {
  display: block;
  padding: 0;
}

.mobile-nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

.mobile-nav-wrap {
  display: none;
}

body.mobile-nav-opened .mobile-nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-top: 0;
}
body.mobile-nav-opened .nav-btn .line-1 {
  -webkit-transition: opacity 0.1s 0s ease;
  -moz-transition: opacity 0.1s 0s ease;
  transition: opacity 0.1s 0s ease;
  background: transparent;
  opacity: 0;
}
body.mobile-nav-opened .nav-btn .line-2 {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  top: 0;
}
body.mobile-nav-opened .nav-btn .line-3 {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s ease;
  -moz-transition: top 0.1s ease, transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  transition: top 0.1s ease, transform 0.1s 0.1s ease, -webkit-transform 0.1s 0.1s ease, -moz-transform 0.1s 0.1s ease;
  top: 0;
}
body.mobile-nav-opened .mobile-nav-overlay {
  display: block;
  -webkit-animation: showOverlay 0.4s;
  -moz-animation: showOverlay 0.4s;
  animation: showOverlay 0.4s;
}

@-webkit-keyframes showOverlay {
  0% {
    display: none;
    background: rgba(0, 0, 0, 0);
  }
  5% {
    display: block;
    background: rgba(0, 0, 0, 0);
  }
  100% {
    display: block;
    background: rgba(0, 0, 0, 0.9);
  }
}

@-moz-keyframes showOverlay {
  0% {
    display: none;
    background: rgba(0, 0, 0, 0);
  }
  5% {
    display: block;
    background: rgba(0, 0, 0, 0);
  }
  100% {
    display: block;
    background: rgba(0, 0, 0, 0.9);
  }
}

@keyframes showOverlay {
  0% {
    display: none;
    background: rgba(0, 0, 0, 0);
  }
  5% {
    display: block;
    background: rgba(0, 0, 0, 0);
  }
  100% {
    display: block;
    background: rgba(0, 0, 0, 0.9);
  }
}
/************************************************************************************
LAYOUT
*************************************************************************************/
.tiles {
  overflow: hidden;
}
.tiles .item-list {
  margin: 0;
}
.tiles .item {
  font-size: 1rem;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.tiles .item .img {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.tiles .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tiles .item .img .text-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  padding: 2.5rem 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
  z-index: 20;
  color: #fff;
  text-align: center;
}
.tiles .item .img .frame {
  margin-left: -100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  position: relative;
}
.tiles .item .img .frame:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.tiles .item .img .head {
  padding: 1.5625rem 2.1875rem;
  background: #EAE5E2;
  color: #323232;
  display: inline-block;
  margin-bottom: 2.5rem;
}
.tiles .item .img .desc {
  max-width: 870px;
}
.tiles .item .text {
  position: relative;
  z-index: 10;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  padding: 40px;
  background: #AF9F92;
}
.tiles .item .text .head {
  margin-bottom: 1.875rem;
}
.tiles .item .text .inner {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.tiles .item.flipable:hover .item-inner {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.tiles .item h3, .tiles .item a {
  color: #fff;
}
.tiles .item h3 {
  color: currentColor;
  margin-bottom: 0;
}
.tiles .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  -moz-transition: 0.5s transform, 0.5s -moz-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform, 0.5s -moz-transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 100%;
}
.tiles .desc {
  display: block;
}
.tiles p:last-child {
  margin-bottom: 0;
}
.tiles .flip-card-front {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.tiles .flip-card-back {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  flex: 0 0 100%;
  width: 100%;
  margin-left: -100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  position: relative;
}
.tiles .quote {
  position: relative;
}
.tiles .quote:after {
  content: "";
  position: absolute;
  top: 2.8125rem;
  left: 2.8125rem;
  display: block;
  width: 3.125rem;
  height: 2.8125rem;
  background: url("../img/quote.svg") 0 0 no-repeat;
  -webkit-background-size: contain !important;
  background-size: contain !important;
}
.tiles .bg-hb .frame {
  background-image: url("../img/bg-hb-2.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.tiles .item-cta {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 700;
  background: #5ABFC3;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 1.875rem;
  overflow: hidden;
}
.tiles .item-cta:after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition: 0.6s all;
  -moz-transition: 0.6s all;
  transition: 0.6s all;
}
.tiles .item-cta:hover:after {
  left: 0;
}
.tiles .item-cta .item-inner {
  height: auto;
  width: 100%;
  max-width: 400px;
  position: relative;
  z-index: 20;
}
.tiles .item-cta .cta {
  width: 100%;
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  position: relative;
}
.tiles .item-cta .cta .inner {
  width: 100%;
  border: 2px dashed #fff;
  padding-bottom: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: relative;
}
.tiles .item-cta .cta .inner .desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
}
.tiles .item-cta .foot {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 2.5rem;
  padding-left: 3.125rem;
  max-width: 15.625rem;
  position: relative;
}
.tiles .item-cta .foot:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.65625rem;
  width: 2.375rem;
  height: 1.3125rem;
  background: url("../img/arr-r.svg") center center no-repeat;
  -webkit-background-size: contain !important;
  background-size: contain !important;
}

.references .item {
  padding: 10px;
}
.references .item .text {
  font-size: 14px;
  line-height: 1.3em;
  padding-left: 2.1875rem;
  padding-right: 1.5625rem;
}
.references .item .text .name {
  font-weight: 700;
}
.references .item .img {
  width: 6.25rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.25rem;
  -moz-box-flex: 0;
  flex: 0 0 6.25rem;
}
.references .item .img .frame {
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.references .item .heart {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
}
.references .item .heart .icon {
  width: 100%;
  height: 100%;
  color: #000;
}
.references .item .like {
  color: #C4C4C4;
}
.references .item .like .i {
  margin-right: 10px;
}
.references .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative;
}

.services .item .head {
  background: #EAE5E2;
  padding: 15px;
  width: 100%;
  height: 5rem;
  position: relative;
  z-index: 20;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.services .item .head h3 {
  margin: 0;
  white-space: nowrap;
}
.services .item .img {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -9.375rem;
  position: relative;
  z-index: 20;
}
.services .item .img .frame {
  display: block;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.services .item .img img {
  width: 100%;
}
.services .item .text {
  margin-bottom: 9.375rem;
}
.services .item.active {
  margin-bottom: -2.5rem;
}
.services .item.active .img {
  margin-bottom: -2.5rem;
  position: relative;
  z-index: 5;
}
.services .item.active .text {
  margin-bottom: 0;
}
.services .item-content {
  margin-top: -8.125rem;
  position: relative;
  z-index: 10;
  display: none;
}
.services .item-content .btn {
  width: 100%;
  max-width: 390px;
}
.services .item-content .inner {
  padding: 6.25rem 3.75rem 3.75rem 3.75rem;
  background: #EAE5E2;
}
.services .item-content.active {
  display: block;
}

.cite {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
  max-width: 446px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 3.125rem;
}
.cite .name {
  font-size: 12px;
  margin-bottom: 0;
}
.cite.wide {
  max-width: 630px;
}
.cite.wider {
  max-width: 920px;
}
.cite.full {
  max-width: 100%;
}
.cite:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2.6875rem;
  height: 2.375rem;
  background: url("../img/quote-start.svg") 0 0 no-repeat;
  -webkit-background-size: contain !important;
  background-size: contain !important;
}
.cite:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2.6875rem;
  height: 2.375rem;
  background: url("../img/quote-end.svg") 0 0 no-repeat;
  -webkit-background-size: contain !important;
  background-size: contain !important;
}

.choice {
  overflow: hidden;
}
.choice .item-list {
  margin: 0 -120px;
  position: relative;
}
.choice .item {
  text-align: center;
  padding: 0 120px;
}
.choice .item-switch {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.choice .item-switch .txt {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
.choice .head {
  font-family: Arial Black, sans-serif;
  font-size: 1.5rem;
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
}
.choice .btn {
  width: 100%;
  max-width: 270px;
}

.switch-slider-wrap {
  display: inline-block;
  position: relative;
  width: 10.25rem;
  height: 4.4375rem;
}
.switch-slider-wrap input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-slider-wrap input:checked + .switch-slider {
  background: #AF9F92;
}
.switch-slider-wrap input:checked + .switch-slider .circle {
  -webkit-transform: translate(93px, 0);
  -moz-transform: translate(93px, 0);
  -ms-transform: translate(93px, 0);
  transform: translate(93px, 0);
  background: #fff;
}
.switch-slider-wrap input:checked + .switch-slider .circle .rating-eye {
  background: #AF9F92;
}
.switch-slider-wrap input:checked + .switch-slider .circle .mouth {
  border: 4px solid #AF9F92;
  border-bottom-color: rgba(1, 1, 1, 0);
  border-right-color: rgba(1, 1, 1, 0);
  border-left-color: rgba(1, 1, 1, 0);
  top: 24px;
  left: 10px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
  border-radius: 100%;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4.4375rem;
  background: #fff;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
.switch-slider .circle {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  width: 3.4375rem;
  height: 3.4375rem;
  background: #5ABFC3;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
  border-radius: 50%;
}

.mouth {
  position: absolute;
  width: 28px;
  height: 20px;
  z-index: 6;
  border: 4px solid #fff;
  border-radius: 10%;
  border-bottom-color: rgba(1, 1, 1, 0);
  border-right-color: rgba(1, 1, 1, 0);
  border-left-color: rgba(1, 1, 1, 0);
  top: 38px;
  left: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.rating-eye {
  position: absolute;
  height: 12px;
  width: 8px;
  top: 12px;
  background: #fff;
  border-radius: 500px;
  z-index: 5;
  -webkit-transition: all 440ms;
  -moz-transition: all 440ms;
  transition: all 440ms;
  -webkit-animation: blink-eye 3s infinite;
  -moz-animation: blink-eye 3s infinite;
  animation: blink-eye 3s infinite;
}

.rating-eye-left {
  left: 10px;
}

.rating-eye-right {
  left: 34px;
}

.consultations .subhead {
  font-family: Birthstone Bounce, sans-serif;
  font-size: 2.25rem;
  line-height: 1.3em;
}

.boxes .item {
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.boxes .item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  cursor: pointer;
}
.boxes .item-inner h3 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.boxes .item-inner ul li {
  padding-left: 20px;
  position: relative;
}
.boxes .item-inner ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.boxes .item-inner .head {
  font-weight: 700;
  margin-bottom: 0 0 5px 0;
}
.boxes .item-inner:hover .item-head, .boxes .item-inner:hover .item-content {
  background: #5ABFC3;
  color: #fff;
}
.boxes .item-inner:hover .item-head h3, .boxes .item-inner:hover .item-content h3 {
  color: #fff;
}
.boxes .item-head {
  height: 9.375rem;
  padding: 0 2.1875rem;
  border-radius: 2.1875rem 2.1875rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
  background: #EAE5E2;
  border-bottom: 1px solid #fff;
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.boxes .item-content {
  padding: 2.1875rem;
  border-radius: 0 0 2.1875rem 2.1875rem;
  background: #EAE5E2;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.coaching .item {
  border-bottom: 1px solid #EAE5E2;
  position: relative;
}
.coaching .item .img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 23.75rem;
  -moz-box-flex: 0;
  flex: 0 0 23.75rem;
  max-width: 23.75rem;
  margin: 1.25rem 0;
}
.coaching .item .img .frame {
  border: 9px solid #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.coaching .item .text {
  padding-left: 6.875rem;
  margin: 1.25rem 0;
}
.coaching .item .btn {
  width: 100%;
  max-width: 288px;
}
.coaching .item:first-child .item-inner {
  padding-top: 0;
}
.coaching .item:last-child {
  border: none;
}
.coaching .item:last-child .item-inner {
  padding-bottom: 0;
}
.coaching .item-inner {
  padding: 3.125rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.socials {
  font-size: 1.125rem;
  line-height: 1.5em;
}
.socials .item-list {
  margin-top: -30px;
  margin-bottom: -30px;
}
.socials .item {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.socials .item a {
  text-decoration: none;
  word-wrap: break-word;
}
.socials .item a:hover {
  text-decoration: underline;
}
.socials .hw {
  font-size: 3rem;
  line-height: 1.3em;
}

.mt--150 {
  margin-top: -9.375rem;
}

.pb-150 {
  padding-bottom: 9.375rem;
}

@-webkit-keyframes blink-eye {
  0% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  20% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  40% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  60% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  80% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  90% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  95% {
    height: 2px;
    width: 8px;
    top: 24px;
  }
  100% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
}

@-moz-keyframes blink-eye {
  0% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  20% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  40% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  60% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  80% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  90% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  95% {
    height: 2px;
    width: 8px;
    top: 24px;
  }
  100% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
}

@keyframes blink-eye {
  0% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  20% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  40% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  60% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  80% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  90% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
  95% {
    height: 2px;
    width: 8px;
    top: 24px;
  }
  100% {
    height: 12px;
    width: 8px;
    top: 16px;
  }
}
/************************************************************************************
FOOTER
*************************************************************************************/
.footer {
  font-size: 1.125rem;
  background: #fff;
  padding: 3.75rem 0;
}
.footer .item-inner {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}
.footer .head {
  font-weight: 700;
}
.footer .copy {
  text-align: center;
  padding-top: 3.75rem;
  margin-bottom: 0;
}
.footer .copy:first-child {
  padding-top: 0;
}
.footer ul li {
  padding: 0;
}
.footer a {
  text-decoration: none;
  color: #323232;
}
.footer a:hover {
  text-decoration: underline;
}

.contact-item {
  font-size: 1.125rem;
  border-left: 1px solid #f2efed;
  margin: 2.5rem 0;
  text-align: left;
}
.contact-item .head {
  font-weight: 700;
}
.contact-item ul li {
  padding: 0;
}
.contact-item:first-child {
  border: none;
}

.orwin {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.5;
}
.orwin:hover {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  opacity: 1;
}
.orwin .text {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -80000px;
  display: block;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/*========================= Viewport width 1470px and lower =========================*/
@media screen and (max-width: 1470px) {
  .reference-slider-wrap {
    padding: 0 30px;
    position: relative;
  }
  .glide-nav .glide__arrow--right {
    right: 0;
  }
  .glide-nav .glide__arrow--left {
    left: 0;
  }
  .tiles .item .img .text-wrap {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
/*========================= Viewport width 1289px and lower =========================*/
@media screen and (max-width: 1289px) {
  h1 {
    font-size: 3.125rem;
    margin-bottom: 0.625rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h2 .hw {
    font-size: 3.4375rem;
  }
  h3 {
    font-size: 1.625rem;
  }
  h3 .hw {
    font-size: 1.875rem;
  }
  .services .item .head .hw {
    display: block;
  }
}
/*========================= Viewport width 1199px and lower =========================*/
@media screen and (max-width: 1199px) {
  .header .inner {
    height: 7.5rem;
  }
  .main-nav ul {
    margin: 0 -15px;
  }
  .main-nav ul li {
    padding: 0 15px;
  }
  .main-nav ul li a {
    font-size: 1rem;
  }
  .teaser-hp .teaser-img {
    border-radius: 0 0 6.25rem 0;
  }
  .teaser-alt .teaser-img {
    border-radius: 0 0 6.25rem 0;
  }
  .services .item .img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .coaching .item .text {
    padding-left: 40px;
  }
  .switch-slider-wrap {
    width: 80px;
    height: 46px;
  }
  .switch-slider-wrap input:checked + .switch-slider .circle {
    -webkit-transform: translate(34px, 0);
    -moz-transform: translate(34px, 0);
    -ms-transform: translate(34px, 0);
    transform: translate(34px, 0);
  }
  .switch-slider {
    border-radius: 46px;
  }
  .switch-slider .circle {
    height: 34px;
    width: 34px;
    left: 6px;
    bottom: 6px;
  }
  .switch-slider .circle .mouth {
    display: none;
  }
  .switch-slider .circle .rating-eye {
    display: none;
  }
  .choice .item-switch .txt {
    font-size: 1rem;
  }
}
/*========================= Viewport width 991px and lower =========================*/
@media screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
  h2 .hw {
    font-size: 3.125rem;
    line-height: 1.3em;
  }
  .main-nav {
    display: none;
  }
  .nav-btn {
    display: block;
  }
  .header .inner {
    height: 5.625rem;
  }
  .teaser-hp .signature {
    position: relative;
    margin-top: 30px;
  }
  .teaser-hp .signature .frame {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
  .teaser-alt .contact .item-list {
    margin: 0 -15px;
  }
  .teaser-alt .contact-item {
    padding: 0 15px;
  }
  .logo {
    max-width: 90px;
  }
  .mobile-nav-wrap {
    display: block;
  }
  .services .item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .services .item .head {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
  }
  .switch-slider-wrap {
    width: 60px;
    height: 34px;
  }
  .switch-slider-wrap input:checked + .switch-slider:before, .switch-slider-wrap input:checked + .switch-slider .circle {
    -webkit-transform: translate(26px, 0);
    -moz-transform: translate(26px, 0);
    -ms-transform: translate(26px, 0);
    transform: translate(26px, 0);
  }
  .switch-slider {
    border-radius: 34px;
  }
  .switch-slider:before, .switch-slider .circle {
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
  }
  .order-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    gap: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
  }
  .block.alt-bg {
    padding: 80px 0;
  }
}
/*========================= Viewport width 768px and higher =========================*/
@media screen and (min-width: 768px) {
  .services .item {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
  .services .item-content {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    order: 4;
  }
}
/*========================= Viewport width 767px and lower =========================*/
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .services .item {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.875rem;
  }
  .services .item .img {
    padding-left: 10px;
    padding-right: 10px;
  }
  .services .item .head {
    margin-bottom: -5rem;
  }
  .services .item.active {
    margin-bottom: 0;
  }
  .services .item.active .img {
    z-index: 20;
    margin-bottom: 0;
  }
  .services .item.active .text {
    margin-bottom: 0;
  }
  .services .item-content {
    margin: 0 0 1.875rem 0;
    margin-top: -3.75rem;
  }
  .services .item-content .inner {
    padding: 9.375rem 1.875rem 1.875rem 1.875rem;
  }
  .choice .item {
    margin: 2.5rem 0;
  }
  .choice .item:first-child {
    margin-top: 0;
  }
  .choice .item:last-child {
    margin-bottom: 0;
  }
  .choice .item-switch {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    left: initial;
    top: initial;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 2.5rem 0;
  }
  .socials .item {
    margin: 2.5rem 0;
  }
  .socials .item:first-child {
    margin-top: 0;
  }
  .socials .item:last-child {
    margin-bottom: 0;
  }
  .coaching .item-inner {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .coaching .item .text {
    padding-left: 0;
  }
  .coaching .item .img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 380px;
  }
  .footer .item-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
  }
  .footer .contact-item {
    text-align: center;
    margin: 1.25rem 0;
  }
  .footer .contact-item:last-child {
    border: none;
  }
  .footer .contact-item:last-child .item-inner {
    max-width: 5.625rem;
  }
  .order-block {
    gap: 50px;
  }
  .order-block .left-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    gap: 25px;
  }
}
/*========================= Viewport width 575px and lower =========================*/
@media screen and (max-width: 575px) {
  html {
    font-size: 13px;
  }
  h1 .hw, .h1 .hw {
    font-size: 3.4375rem;
  }
  h2 .hw {
    font-size: 3.125rem;
    line-height: 1.3em;
  }
  .teaser-hp .btn {
    width: auto;
  }
  .teaser-hp h1 .hw {
    display: block;
  }
  .teaser-alt .btn {
    width: auto;
  }
  .references .item-inner {
    display: block;
  }
  .references .item .img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    margin-bottom: 1.25rem;
  }
  .references .item .img .frame {
    margin: 0 auto;
    max-width: 100px;
  }
  .references .item .text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .social-nav ul {
    margin: 0 -5px;
  }
  .social-nav ul li {
    padding: 0 5px;
  }
  .tab-nav-sections ul {
    overflow-x: auto;
    margin-left: -15px;
    margin-right: -15px;
  }
  .tab-nav-sections ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
    -moz-box-flex: 0;
    flex: 0 0 130px;
    max-width: 130px;
  }
  .tab-nav-sections ul li a {
    width: 100%;
  }
}
.meeting {
  border-bottom: 1px solid #EAE5E2;
  margin-bottom: 3.125rem;
}
.meeting .row {
  max-width: 56.25rem;
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}
.meeting__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.meeting__img div {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 100%;
  background: gray;
  border: 6px solid #fff;
  -webkit-filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.2));
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1rem auto;
}
.meeting__text {
  text-align: center;
}
.meeting .btn {
  width: 25rem;
}

.koucirna {
  position: relative;
}
.koucirna__background {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.koucirna__wrapper {
  position: relative;
  z-index: 20;
  padding: 0;
  margin: auto;
  padding: 5.625rem 0;
}
.koucirna__header {
  z-index: 1;
}
.koucirna__header h3 {
  margin-bottom: 0;
}
.koucirna__content {
  margin-bottom: -1px;
  padding: 1rem 2.75rem;
}
.koucirna__content:first-child {
  padding-top: 3rem;
}
.koucirna__content:last-child {
  padding-bottom: 3rem;
}
.koucirna__content .btn {
  cursor: pointer;
}
.koucirna__content-title {
  text-align: center;
  gap: 0;
}
.koucirna__content-title::after {
  margin: 0.875rem;
}
.koucirna__content-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 660px;
  padding-top: 1rem;
}
.koucirna__content-form .btn {
  width: 100%;
}

.posilovna__header {
  padding: 3rem 0;
}
@media (min-width: 1200px) {
  .posilovna__header {
    border-radius: 0 0 12.5rem 0;
  }
}
.posilovna__header-text {
  color: #fff;
}
.posilovna__header-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  max-width: 85%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1400px) {
  .posilovna__header-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    gap: unset;
  }
}
.posilovna__header-bottom .btn {
  margin: 0;
  white-space: nowrap;
  padding: 1rem 2rem;
}
.posilovna h2 {
  font-weight: bold;
}
.posilovna h2 .hw {
  font-weight: normal;
}

.positive-intelligence {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  margin: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .positive-intelligence {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
  }
}
.positive-intelligence__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  justify-content: space-evenly;
}
.positive-intelligence__img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
}
.positive-intelligence .note {
  font-style: italic;
}
.positive-intelligence .note i::before {
  color: #AF9F92;
  font-weight: bold !important;
  font-size: 1.2rem;
  margin-right: 1rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}
/*# sourceMappingURL=styles.css.map */
