*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

@media (max-width: 87.5em) {
  html {
    font-size: 55%;
  }
}

body {
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  font-family: "Golos Text", sans-serif;
  background-color: #fafafa;
}

body.home {
  background-color: #0E1414;
}

/* Scrollbar Styling 
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: $color-back-1;
    -webkit-border-radius: 0;
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: $color-primary; 
}
*/
a:link,
a:visited {
  text-decoration: none;
  color: #0E1414;
  font-family: "Golos Text", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 1rem;
}

.wpml-ls-statics-footer.wpml-ls,
.otgs-development-site-front-end {
  display: none !important;
}

body {
  position: relative;
}

#background {
  position: fixed;
  top: -10%;
  left: 50%;
  background-position: center center;
  -webkit-transition: -webkit-transform 1.4s;
  transition: -webkit-transform 1.4s;
  transition: transform 1.4s;
  transition: transform 1.4s, -webkit-transform 1.4s;
  width: 90rem;
  height: 90rem;
  z-index: -1;
}

#background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #fd94a6 0%, rgba(255, 255, 255, 0) 58%);
  border-radius: 50%;
}

.home #background::before {
  background: radial-gradient(circle at center, #c12126 0%, rgba(255, 255, 255, 0) 58%);
}

#background2 {
  position: fixed;
  bottom: -40%;
  left: -10%;
  background-position: center center;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 100rem;
  height: 100rem;
  z-index: -1;
}

#background2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #a0eb7d 0%, rgba(255, 255, 255, 0) 58%);
  border-radius: 50%;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  70% {
    -webkit-transform: translate(-50px, -100px);
            transform: translate(-50px, -100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  70% {
    -webkit-transform: translate(-50px, -100px);
            transform: translate(-50px, -100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

td, th, li {
  font-size: 1.6rem;
  color: #0E1414;
}

a {
  display: inline-block;
  font-size: inherit;
}

p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 65em) {
  p {
    line-height: 1.2;
  }
}

p:last-of-type {
  margin-bottom: 1rem;
}

h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1.1;
  color: #0E1414;
}

h1 {
  font-weight: 400;
  font-size: 10rem;
  margin-bottom: 0;
  margin-top: 0;
  font-family: "League Gothic", sans-serif;
}

@media (max-width: 50em) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 4rem;
  margin-bottom: 4rem;
  margin-top: 1rem;
}

@media (max-width: 50em) {
  h2 {
    font-size: 3rem;
  }
}

.home h2 {
  font-weight: 400;
  font-family: "League Gothic", sans-serif;
  font-size: 5rem !important;
}

@media (max-width: 50em) {
  .home h2 {
    font-size: 4rem !important;
  }
}

h3 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.btn a {
  display: inline-block;
  padding: 2.5rem 4rem;
  background-color: transparent;
  border-radius: 5rem !important;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 0;
  max-width: 30rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-white a {
  background-color: #fff;
  color: #0E1414 !important;
}

@media (max-width: 65em) {
  .btn {
    width: 100%;
  }
}

.btn .btn-nav a {
  width: 100%;
}

@media (max-width: 65em) {
  .btn .btn-nav a {
    padding: 2rem 2rem;
    font-size: 1.6rem;
  }
}

.btn .btn-more {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.container {
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 4rem;
}

@media (max-width: 50em) {
  .container {
    padding: 0 2rem;
  }
}

.container .container {
  padding: 0;
}

.container-mini {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 4rem;
}

@media (max-width: 50em) {
  .container-mini {
    padding: 0;
  }
}

.container-mini .container-mini {
  padding: 0;
}

.text-small-width {
  max-width: 70%;
}

@media (max-width: 50em) {
  .text-small-width {
    max-width: 100%;
  }
}

.border-top {
  border-top: 1px solid #8d8d8d;
}

.padd-top-md {
  padding-top: 4rem;
}

@media (max-width: 50em) {
  .order-last-mobile {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}

.no-margin {
  margin: 0;
}

.remove-space {
  padding: 0 !important;
  margin: 0;
}

.remove-space .wp-block-columns {
  margin-bottom: 0;
}

.remove-space-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.remove-space-bottom .wp-block-columns {
  margin-bottom: 0;
}

.remove-space-top {
  padding-top: 0 !important;
  margin: 0;
}

.remove-space-top .wp-block-columns {
  margin-bottom: 0;
}

.remove-padd-top {
  padding-top: 0 !important;
}

.margin-top {
  margin-top: 2rem;
}

.a-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.relative {
  position: relative;
}

.yt-video,
.is-provider-youtube .wp-block-embed__wrapper {
  width: 100%;
  padding-bottom: 56.2%;
  position: relative;
  margin-bottom: 2rem;
}

.yt-video iframe,
.is-provider-youtube .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 50em) {
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none !important;
  }
}

@media (max-width: 37.5em) {
  .order-1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.hide-for-now {
  display: none !important;
}

/*
.loading {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(26, 108, 97, .56);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    position: fixed;
    top: 50%;
    left: 50%;
  }
  
  @keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @-webkit-keyframes spin {
    to {
      -webkit-transform: rotate(360deg);
    }
  }
  */
.map iframe {
  width: 100% !important;
  border: none;
  margin-bottom: 0;
}

@media (max-width: 50em) {
  .map iframe {
    height: 400px !important;
  }
}

.scroll-down-icon {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-animation: taadaa 4s infinite;
          animation: taadaa 4s infinite;
}

.scroll-down-icon img {
  width: 3rem;
}

@media (max-width: 1400px) {
  .scroll-down-icon {
    margin-top: -2rem;
  }
}

@media (max-width: 50em) {
  .scroll-down-icon {
    margin-top: 0;
  }
}

.scroll-down-icon:hover {
  opacity: .3;
}

@-webkit-keyframes taadaa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes taadaa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.scroll-section .scroll-effect {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
}

.scroll-section .scroll-effect-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slick-slider {
  overflow-x: hidden;
  position: relative;
  display: block !important;
}

.slick-slider img {
  max-width: 100%;
}

.slick-slider .slick-slide {
  position: relative;
  margin-bottom: 0;
}

.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}

.slick-slider .slick-list {
  display: block !important;
}

@supports (display: flex) {
  .slick-slider .slick-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.slick-slider .slick-dots {
  position: absolute;
  bottom: 8rem;
  left: calc((100% - 127rem) / 2);
  list-style: none;
}

.slick-slider .slick-dots li {
  display: inline-block;
  margin-right: 1rem;
  margin-left: 0;
}

.slick-slider .slick-dots li button {
  color: transparent;
  background-color: transparent;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
}

.slick-slider .slick-dots li.slick-active button {
  background-color: #87BA2B;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 9;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: .85;
  background-color: transparent;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 1;
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(-1);
          transform: translate(-50%, -50%) scale(-1);
  content: "";
  width: 2rem;
  height: 2.5rem;
  background-image: url(../img/icons/arrow-left-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-slider .slick-prev {
  left: 1rem;
}

.slick-slider .slick-prev::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.slick-slider .slick-next {
  right: 1rem;
}

.slick-mobile .slick-list {
  padding-right: 10rem;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  overflow: hidden;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
   * Description for mobiles
   * something like facebook does the description
   * for the photos
  */
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  background: transparent;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc string {
  color: #fff;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
.wpcf7-select,
textarea {
  width: 100%;
  max-width: 100%;
  height: 5rem;
  padding: 1.5rem 3rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  color: #333;
  border-radius: 3rem;
}

@media (max-width: 50em) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=date],
  .wpcf7-select,
  textarea {
    height: 4rem;
    padding: 1.5rem 3rem;
    font-size: 1.4rem;
    margin-top: 0;
  }
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
.wpcf7-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #333;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
.wpcf7-select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
.wpcf7-select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #333;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder,
.wpcf7-select::placeholder,
textarea::placeholder {
  color: #333;
}

input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=tel]:focus-visible,
input[type=date]:focus-visible,
.wpcf7-select:focus-visible,
textarea:focus-visible {
  outline: none;
  -webkit-box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.1);
}

textarea {
  height: 20rem;
  min-width: 100%;
  max-width: 100%;
  max-height: 20rem;
  min-height: 20rem;
}

input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}

.wpcf7-submit {
  color: #fff;
  font-size: 1.8rem;
  padding: 2rem 4rem;
  display: inline-block;
  font-weight: 400;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  width: auto;
  border: none;
  background-color: #0E1414 !important;
  width: 100%;
  border-radius: 3rem;
}

.wpcf7-submit:hover {
  background-color: #e0aca1;
}

.contact-form-checkbox span {
  color: #000;
}

.wpcf7-select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.select-div {
  position: relative;
}

.select-div::after {
  content: '';
  width: 1.6rem;
  height: 2rem;
  background-image: url(../img/arrow-pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 2.8rem;
  right: 1.8rem;
  position: absolute;
  pointer-events: none;
}

option {
  background-color: #fafafa;
  font-size: 1.6rem;
  cursor: pointer;
}

.screen-reader-response {
  display: none;
}

.wpcf7-not-valid-tip {
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 0;
  color: #87BA2B;
  padding-left: 2rem;
}

.wpcf7-response-output {
  font-size: 1.4rem;
  color: #87BA2B;
  text-align: center;
  margin-top: 0rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border: none !important;
}

.acceptance-form {
  margin-top: 2rem;
}

.acceptance-form span, .acceptance-form a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}

.acceptance-form a {
  text-decoration: underline;
}

.acceptance-form input {
  margin-right: 0.5rem;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none !important;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-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%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
  -ms-flex-order: 12;
  -webkit-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: 37.5em) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-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: 50em) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-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: 65em) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-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%;
  }
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  border-radius: 2rem 0 2rem 2rem !important;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
  border-radius: 4rem 0 4rem 4rem;
  width: 40rem !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #87BA2B;
  border-radius: 2rem 0 2rem 2rem;
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
  font-size: 1.4rem !important;
}

.header-wrapper {
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  width: 100%;
  background: #0E1414;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 0 3rem;
  -webkit-transition: padding .4s;
  transition: padding .4s;
  border-top: 1px solid #8d8d8d;
  border-bottom: 1px solid #8d8d8d;
}

@media (max-width: 65em) {
  .header-wrapper {
    padding: 0 2rem;
  }
}

.header-wrapper a {
  color: #fff;
}

.header-wrapper.header-wrapper-scrolled {
  padding: 0;
}

@media (max-width: 50em) {
  .header-wrapper .container {
    padding: 0;
  }
}

.header-wrapper .header {
  padding: 0;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 65em) {
  .header-wrapper .header {
    height: 7rem;
  }
}

.header-wrapper .header .header-logo {
  margin: 0;
}

@media (max-width: 65em) {
  .header-wrapper .header .header-logo {
    width: calc(100% - 6rem);
    text-align: center;
  }
}

.header-wrapper .header .header-logo img {
  width: 100%;
  max-height: 7rem;
  padding: 1.5rem 0;
}

@media (max-width: 87.5em) {
  .header-wrapper .header .header-logo img {
    max-height: 6rem;
  }
}

@media (max-width: 50em) {
  .header-wrapper .header .header-logo img {
    max-width: auto;
    max-height: 5rem;
    margin-left: 0;
    padding: 1rem 0;
  }
}

.header-wrapper .header .header-right {
  margin-left: auto;
  padding-right: 2rem;
  display: none;
}

@media (max-width: 65em) {
  .header-wrapper .header .header-right {
    display: block;
    padding-right: 0;
    width: 3rem;
  }
}

.header-wrapper .header .header-search-mobile {
  cursor: pointer;
  display: none;
}

@media (max-width: 65em) {
  .header-wrapper .header .header-search-mobile {
    width: 3rem;
    display: block;
  }
}

.header-wrapper .header .header-search-mobile .search-img {
  width: 2.5rem;
}

.mobile-search-icon {
  position: absolute;
  top: 5rem;
  right: 2rem;
  display: none;
}

.mobile-search-icon svg {
  width: 2.6rem;
}

.header-mega-menu {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.mobile-lang-switch {
  position: absolute;
  right: 7rem;
  display: none;
}

.mobile-lang-switch #lang-switch {
  list-style: none;
  position: relative;
}

.mobile-lang-switch #lang-switch > li > a {
  display: block;
  padding: 1rem 2rem 1rem 1rem;
}

.mobile-lang-switch #lang-switch::before {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 50em) {
  .mobile-lang-switch {
    display: block;
  }
}

.mobile-lang-switch .sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  background: #0E1414;
  padding: 1rem;
  width: 5rem;
  left: 0;
  text-align: center;
}

.extra-mobile-nav {
  display: none;
  background-color: #87BA2B;
}

@media (max-width: 50em) {
  .extra-mobile-nav {
    display: block;
  }
}

.extra-mobile-nav #menu-2-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.extra-mobile-nav #menu-2-mobile a {
  display: block;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.footer {
  background-color: #000;
  padding: 12rem 0 9rem;
  color: #fff;
}

@media (max-width: 50em) {
  .footer {
    padding: 6rem 0 4rem;
  }
}

.footer a {
  color: #fff;
}

.footer .footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-row-second {
  margin-top: 5rem;
}

@media (max-width: 50em) {
  .footer .footer-row-second {
    margin-top: 2rem;
  }
}

.footer img {
  border-radius: 0;
}

.footer ul {
  list-style: none;
  margin-bottom: 1.5rem;
}

.footer ul li {
  font-size: 1.6rem;
}

.footer ul li a {
  color: #fff;
}

.footer a, .footer p, .footer h2, .footer h3, .footer h4 {
  color: #fff;
}

.footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

@media (max-width: 50em) {
  .footer .footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer-nav ul a {
  padding: 1rem 3rem;
  font-size: 1.8rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: bold;
}

.footer .footer-nav ul a:hover {
  color: #87BA2B;
}

@media (max-width: 50em) {
  .footer .footer-nav ul a {
    padding: 1rem 0 !important;
    display: block;
  }
}

.footer .footer-col {
  width: 50%;
}

.footer .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.footer .footer-social br {
  display: none;
}

.footer .footer-social li {
  width: 3rem;
  height: 3rem;
  margin-left: 1rem;
}

.footer .footer-social li a br {
  display: none;
}

.footer .footer-social li a svg {
  width: 100%;
}

.footer .footer-social li a svg path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .footer-social li a svg:hover path {
  fill: #87BA2B;
}

.footer .footer-logo {
  max-width: 12rem;
}

@media (max-width: 50em) {
  .footer .footer-logo {
    margin-top: 3rem;
    margin-bottom: 6rem;
  }
}

.footer .footer-nav .menu {
  margin: 0;
}

.footer .footer-nav .menu a {
  padding-left: 0;
  font-weight: normal;
  font-size: 1.4rem;
}

.footer .footer-contact h2 {
  margin: 3rem 0 1rem;
}

@media (max-width: 50em) {
  .footer .menu-footer-menu-container a {
    padding: .5rem !important;
  }
}

.footer-copy {
  background-color: #0E1414;
  padding: 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #8d8d8d;
  font-size: 1.2rem;
}

.footer-signature {
  margin-bottom: 2rem;
}

.footer-signature h2 {
  font-size: 7rem !important;
  max-width: 30rem;
  font-family: "League Gothic", sans-serif;
  margin-top: -2rem;
}

@media (max-width: 50em) {
  .footer-signature h2 {
    font-size: 5rem !important;
  }
}

@media (max-width: 50em) {
  .footer-signature img {
    max-width: 22rem;
  }
}

.footer-eu {
  max-width: 55rem;
}

@media (max-width: 50em) {
  .footer-eu {
    margin-top: 4rem;
  }
}

.footer-eu p {
  font-size: 1.2rem;
  color: #fff;
}

.footer-eu .footer-eu-img {
  background-color: #fff;
  padding: 1rem 1rem 0;
}

@media (max-width: 50em) {
  .footer-eu img {
    max-width: 100%;
  }
}

.default-page {
  padding: 6rem 0 4rem;
}

@media (max-width: 50em) {
  .default-page {
    padding: 3rem 0 4rem;
  }
}

.default-page h1 {
  padding: .25em 0;
}

.default-page .default-page-img {
  margin: 4rem 0 6rem;
}

@media (max-width: 50em) {
  .default-page .default-page-img {
    margin: 0 0 4rem;
  }
}

.default-page p {
  padding-bottom: 2em;
}

@media (max-width: 50em) {
  .default-page p.text-small-width {
    padding-bottom: 0;
  }
}

.default-page ul {
  padding-left: 2rem;
}

.default-page ul li {
  font-size: 1.6rem !important;
}

.default-page h1.entry-title + .wp-block-group p {
  font-size: 1.8rem;
}

@media (max-width: 50em) {
  .default-page h1.entry-title + .wp-block-group p {
    font-size: 1.6rem;
  }
}

.default-page .defalut-page-back {
  background-color: #E9EAE8;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 50em) {
  .default-page .defalut-page-back {
    width: 4rem;
    height: 4rem;
    margin-bottom: 3rem;
  }
}

.default-page .defalut-page-back:hover {
  background-color: #cbcbcb;
}

.default-page .defalut-page-back img {
  width: 1.2rem;
}

@media (max-width: 50em) {
  .default-page .defalut-page-back img {
    width: .9rem;
  }
}

.default-page .defalut-page-parent-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: normal;
}

.custom-post-archive {
  padding: 8rem 0 10rem;
  min-height: 100rem;
  position: relative;
}

@media (max-width: 50em) {
  .custom-post-archive {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}

.custom-post-archive .post-type-title {
  padding-right: 34rem;
  font-family: "League Gothic", sans-serif;
  font-size: 10rem;
}

@media (max-width: 50em) {
  .custom-post-archive .post-type-title {
    padding-right: 0;
    font-size: 4rem;
  }
}

.custom-post-archive .page-description p {
  font-size: 1.8rem;
  max-width: 75rem;
  padding-right: 3rem;
}

@media (max-width: 50em) {
  .custom-post-archive .page-description p {
    font-size: 1.4rem;
  }
}

.custom-post-archive .page-description-with-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 50em) {
  .custom-post-archive .page-description-with-sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.custom-post-archive .page-description-with-sort .custom-dropdown {
  margin-left: auto;
}

@media (max-width: 50em) {
  .custom-post-archive .page-description-with-sort .custom-dropdown {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 4rem;
  }
}

.custom-post-archive .blog-pagination-nav {
  padding: 3rem;
  text-align: center;
  margin-top: 12rem;
  font-size: 3rem;
  border-bottom: 1px solid #8d8d8d;
  border-top: 1px solid #8d8d8d;
}

.custom-post-archive .blog-pagination-nav ul {
  list-style: none;
  display: block;
}

.custom-post-archive .blog-pagination-nav ul:after {
  content: "";
  display: table;
  clear: both;
}

.custom-post-archive .blog-pagination-nav ul li {
  font-size: 2rem;
  padding: .75rem 1.5rem;
  display: none;
}

.custom-post-archive .blog-pagination-nav ul li.current {
  padding: .75rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid #8d8d8d;
}

.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text {
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
  color: #0E1414;
  position: relative;
}

@media (max-width: 50em) {
  .custom-post-archive .blog-pagination-nav ul li.blog-pagination-text {
    font-size: 1.8rem;
  }
}

.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 3.5rem;
  height: 4rem;
  background-image: url(../img/icons/arrow-special-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
}

.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text.blog-pagination-next {
  float: right;
  padding-right: 6rem;
}

.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text.blog-pagination-next::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text.blog-pagination-prev {
  float: left;
  padding-left: 6rem;
}

.custom-post-archive .blog-pagination-nav ul li.blog-pagination-text.blog-pagination-prev::after {
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-270deg);
          transform: translateY(-50%) rotate(-270deg);
}

@media (max-width: 65em) {
  .main-navigation {
    display: none;
  }
}

.main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 65em) {
  .main-navigation .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    padding: 3rem 1rem;
    padding-top: 13rem;
    color: #0E1414;
  }
}

.main-navigation .menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.main-navigation .menu li {
  padding-left: 1rem;
}

@media (max-width: 65em) {
  .main-navigation .menu li {
    padding-left: 0;
  }
}

.main-navigation .menu li.menu-item-has-children > a {
  position: relative;
  text-align: left;
}

@media (max-width: 65em) {
  .main-navigation .menu li.menu-item-has-children > a {
    font-weight: bold;
  }
}

.main-navigation .menu li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 1rem;
  top: 50%;
  margin-top: -.4rem;
  right: 0;
  background-image: url(../img/icons/simple-arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 65em) {
  .main-navigation .menu li.menu-item-has-children > a::after {
    right: 2rem;
    background-image: url(../img/icons/arrow-simple-down.svg);
  }
}

.main-navigation .menu a {
  display: block;
  padding: 2.7rem 2.5rem;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  min-width: 10rem;
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 3px solid transparent;
}

@media (max-width: 65em) {
  .main-navigation .menu a {
    font-size: 1.8rem;
    font-weight: normal;
    padding: 1.5rem 2rem;
    color: #0E1414;
  }
}

@media (min-width: 65em) {
  .main-navigation .menu a:hover {
    border-bottom: 3px solid #87BA2B;
  }
}

@media (min-width: 65em) {
  .main-navigation .menu .current-menu-item a,
  .main-navigation .menu .current_page_parent a,
  .main-navigation .menu .current-menu-ancestor a {
    border-bottom: 3px solid #87BA2B;
  }
}

.main-navigation .menu .current-menu-item .sub-menu a,
.main-navigation .menu .current_page_parent .sub-menu a,
.main-navigation .menu .current-menu-ancestor .sub-menu a {
  border-bottom: none !important;
}

.main-navigation .menu .current-menu-item .sub-menu a:hover,
.main-navigation .menu .current_page_parent .sub-menu a:hover,
.main-navigation .menu .current-menu-ancestor .sub-menu a:hover {
  color: #87BA2B;
  border-bottom: none !important;
}

.main-navigation .sub-menu {
  position: absolute;
  opacity: 0;
  display: none;
  list-style: none;
  z-index: 9;
  background-color: #fff;
  padding: 2rem 3rem 4rem 2rem;
  text-align: center;
  border-top: 1px solid #8d8d8d;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translateX(-3rem);
          transform: translateX(-3rem);
  border-radius: 0 0 3rem 3rem;
  -webkit-box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.21);
          box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.21);
  min-width: 19rem;
}

@media (max-width: 65em) {
  .main-navigation .sub-menu {
    position: relative;
    text-align: center;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 2rem 1rem;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border: none;
  }
  .main-navigation .sub-menu.sub-menu-open {
    display: block;
    opacity: 1;
  }
}

.main-navigation .sub-menu a {
  padding: .5rem 1rem;
  font-size: 1.6rem;
  color: #0E1414;
  text-align: left;
  border-bottom: none !important;
}

@media (max-width: 50em) {
  .main-navigation .sub-menu a {
    padding: 1rem;
  }
}

.main-navigation .sub-menu a:hover {
  color: #87BA2B;
  border-bottom: none !important;
}

@media (min-width: 50em) {
  .main-navigation .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    display: block;
  }
}

.nav-toggle {
  color: #000;
}

.nav-toggle-active {
  display: block;
}

.menu-icon {
  width: 25px;
  height: 19px;
  z-index: 10;
  cursor: pointer;
  position: relative;
  z-index: 10;
  display: none;
}

@media (max-width: 65em) {
  .menu-icon {
    display: block;
  }
}

.menu-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #fff;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.menu-icon-middle {
  position: absolute;
  top: 8px;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.menu-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #fff;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.menu-icon--close-x::before {
  -webkit-transform: rotate(45deg) scaleX(1.25);
          transform: rotate(45deg) scaleX(1.25);
  width: 20px;
  background-color: #0E1414;
}

.menu-icon--close-x .menu-icon-middle {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menu-icon--close-x::after {
  -webkit-transform: rotate(-45deg) scaleX(1.25) translateY(1px);
          transform: rotate(-45deg) scaleX(1.25) translateY(1px);
  width: 20px;
  background-color: #0E1414;
}

.contact {
  padding: 10rem 0;
}

.contact-section {
  margin-top: 4rem;
  background-color: #fafafa;
}

@media (max-width: 50em) {
  .contact-section {
    padding: 0;
    margin-top: 0;
  }
}

.contact-section .contact-section-title {
  font-size: 3rem;
  padding-bottom: 1em;
}

.contact-section .contact-section-form {
  padding-right: 4rem;
}

@media (max-width: 50em) {
  .contact-section .contact-section-form {
    padding: 0 0 5rem 0;
  }
}

.contact-section .uacf7-next {
  width: 100%;
  padding: 1.5rem;
  text-transform: uppercase;
  margin-top: 2rem !important;
  cursor: pointer;
}

.contact-section .uacf7-prev {
  border: none;
  margin-top: 2rem;
  border-bottom: 1px solid;
  cursor: pointer;
}

.contact-section .wpcf7-submit {
  width: 100%;
  padding: 2rem;
  margin-top: 0;
  border-radius: 3rem;
  background-color: #0E1414 !important;
  color: #fff;
}

.contact-section .acceptance-form {
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.contact-email {
  text-align: center;
  margin-top: 4rem;
}

.contact-email p {
  font-weight: bold;
}

.contact-email a {
  color: #87BA2B;
  text-decoration: underline;
  display: block;
}

.contact-coach {
  max-width: 54rem;
  margin: 4rem auto 0;
}

.basic-page {
  padding: 0;
}

.basic-page p {
  margin-bottom: 1rem;
}

.info-page {
  padding: 4rem 0;
}

.info-page h2 {
  color: #87BA2B;
}

.info-page h3 {
  margin-top: 3rem;
}

.info-page a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.8rem;
}

@media (max-width: 50em) {
  .info-page a {
    font-size: 1.6rem;
  }
}

.info-page ul {
  padding-left: 2rem;
}

.info-page ul li {
  color: #fff;
  font-size: 1.8rem;
}

@media (max-width: 50em) {
  .info-page ul li {
    font-size: 1.6rem;
  }
}

.page-participate {
  padding: 7rem 0;
}

.page-participate .post-type-title {
  margin-bottom: 4rem;
  font-family: "League Gothic", sans-serif;
  font-size: 10rem;
}

@media (max-width: 50em) {
  .page-participate .post-type-title {
    font-size: 4rem;
  }
}

.page-participate .page-header-title {
  font-weight: normal;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.page-participate .page-excerpt {
  max-width: 50rem;
}

.page-participate img {
  width: 100%;
  margin-bottom: 2rem;
}

.page-header .page-header-inner {
  margin: 0 0 4rem;
}

@media (max-width: 50em) {
  .page-header .page-header-inner {
    margin-bottom: 2rem;
  }
}

.page-header .page-header-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 50em) {
  .page-header .page-header-filter {
    display: block;
  }
}

.page-header .page-header-filter .page-header-filter-cat .filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-cat .filter-list {
    overflow-x: scroll;
    padding-bottom: 2rem;
    margin-right: -2rem;
    margin-bottom: 2rem;
    width: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.page-header .page-header-filter .page-header-filter-cat .filter-list li {
  margin-right: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-cat .filter-list li {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.page-header .page-header-filter .page-header-filter-cat .filter-list li a {
  padding: 2rem 6rem 2rem 3rem;
  font-size: 1.8rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3rem;
  color: #0E1414;
  display: block;
  position: relative;
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-cat .filter-list li a {
    white-space: nowrap;
    font-size: 1.4rem;
    padding: 1.5rem 4rem 1.5rem 2.5rem;
  }
}

.page-header .page-header-filter .page-header-filter-cat .filter-list li a::after {
  content: "";
  background-image: url(../img/icons/dot-1-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: .5rem;
  height: .5rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-header .page-header-filter .page-header-filter-cat .filter-list li a.active {
  background-color: #0E1414;
  color: #fff;
}

.page-header .page-header-filter .page-header-filter-cat .filter-list li a.active::after {
  background-image: url(../img/icons/dot-1-white.svg);
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-cat .filter-list li:last-of-type a {
    padding-right: 5rem !important;
  }
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-cat .filter-list:not(.filter-list-absolute) li:last-of-type a {
    padding-right: 5rem;
  }
}

.page-header .page-header-filter .page-header-filter-cat .filter-list:not(.filter-list-absolute) li:last-of-type a.active-all {
  background-color: #0E1414;
  color: #fff;
}

.page-header .page-header-filter .page-header-filter-cat .filter-list:not(.filter-list-absolute) li:last-of-type a.active-all::after {
  background-image: url(../img/icons/dots-4-white.svg);
}

.page-header .page-header-filter .page-header-filter-cat .filter-list:not(.filter-list-absolute) li:last-of-type a::after {
  content: "";
  background-image: url(../img/icons/dots-4-black.svg);
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-cat .filter-list.filter-list-static li:last-of-type a {
    padding-right: 5rem;
  }
}

.page-header .page-header-filter .page-header-filter-cat .filter-list.filter-list-static li:last-of-type a::after {
  content: "";
  background-image: url(../img/icons/dot-1-black.svg);
  background-size: contain;
  width: .5rem;
  height: .5rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.page-header .page-header-filter .page-header-filter-cat .filter-list.filter-list-static li:last-of-type a.active {
  background-color: #0E1414;
  color: #fff;
}

.page-header .page-header-filter .page-header-filter-cat .filter-list.filter-list-static li:last-of-type a.active::after {
  background-image: url(../img/icons/dot-1-white.svg);
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-cat .filter-list.filter-list-absolute li:last-of-type a.active-all {
    background-color: #0E1414;
    color: #fff;
  }
  .page-header .page-header-filter .page-header-filter-cat .filter-list.filter-list-absolute li:last-of-type a.active-all::after {
    background-image: url(../img/icons/dots-4-white.svg);
  }
  .page-header .page-header-filter .page-header-filter-cat .filter-list.filter-list-absolute li:last-of-type a::after {
    content: "";
    background-image: url(../img/icons/dots-4-black.svg);
    background-size: contain;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    position: absolute;
    right: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.page-header .page-header-filter .page-header-filter-cat-absolute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2rem;
  width: 100%;
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-cat-absolute {
    width: auto;
  }
}

.page-header .page-header-filter .page-header-filter-cat-absolute .filter-list-absolute {
  max-width: 70%;
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-cat-absolute .filter-list-absolute {
    max-width: none;
    margin-bottom: 0;
  }
}

.page-header .page-header-filter .page-header-filter-cat-absolute .filter-list-absolute-last {
  margin-left: auto;
}

.page-header .page-header-filter .page-header-filter-cat-absolute .filter-list-absolute-last li {
  margin-right: 0;
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-cat-absolute .filter-list-absolute-last a {
    padding-right: 5rem;
  }
}

.page-header .page-header-filter .page-header-filter-search {
  margin-left: auto;
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-search {
    display: none;
  }
}

.page-header .page-header-filter .page-header-filter-search-absolute {
  position: absolute;
  top: -12rem;
  right: 0;
  margin-left: 0;
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-search-absolute {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 1rem;
  }
}

.page-header .page-header-filter .page-header-filter-search form {
  position: relative;
}

.page-header .page-header-filter .page-header-filter-search form input[type=text] {
  background-color: rgba(187, 187, 187, 0.43);
  border: #dbdbdb;
  padding: 1.5rem 4rem 1.5rem 3rem;
  min-width: 40rem;
  height: 6rem;
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-search form input[type=text] {
    min-width: auto;
  }
}

.page-header .page-header-filter .page-header-filter-search form input[type="submit"] {
  width: 4rem;
  height: 6rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.page-header .page-header-filter .page-header-filter-search form .search-img {
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.2rem;
}

@media (max-width: 50em) {
  .page-header .page-header-filter .page-header-filter-search form .search-img {
    width: 2rem;
    top: 45%;
  }
}

.page-header .page-header-filter .page-header-order {
  margin-left: auto;
  margin-top: 1rem;
}

.page-header .page-header-filter-v2 .page-header-filter-search {
  margin-left: 0;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
}

@media (max-width: 50em) {
  .custom-dropdown {
    max-width: 23rem;
    margin-bottom: 2rem;
  }
}

.custom-dropdown select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 2rem 0;
  border-radius: 3rem;
  font-size: 1.6rem;
  text-align: center;
  min-width: 29rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 50em) {
  .custom-dropdown select {
    min-width: 23rem;
    padding: 1.5rem 0;
    font-size: 1.4rem;
  }
}

.custom-dropdown option {
  text-align: center;
  font-size: 1.8rem;
}

.custom-dropdown::after {
  content: "";
  position: absolute;
  top: 2.6rem;
  right: 15px;
  pointer-events: none;
  width: 2rem;
  height: 1rem;
  background-image: url(../img/icons/arrow-simple-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 50em) {
  .custom-dropdown::after {
    top: 1.8rem;
  }
}

.drug-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  -webkit-box-shadow: 1px 2px 15px 2px rgba(0, 0, 0, 0.04);
          box-shadow: 1px 2px 15px 2px rgba(0, 0, 0, 0.04);
}

@media (max-width: 50em) {
  .drug-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.drug-item:first-of-type {
  margin-top: 9rem;
}

@media (max-width: 50em) {
  .drug-item:first-of-type {
    margin-top: 4rem;
  }
}

.drug-item > div {
  padding: 2rem;
}

.drug-item .drug-item-cat {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
}

@media (max-width: 50em) {
  .drug-item .drug-item-cat {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-bottom: 0;
  }
}

.drug-item .drug-item-cat a {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
}

@media (max-width: 50em) {
  .drug-item .drug-item-cat a {
    font-size: 1.3rem;
  }
}

.drug-item .drug-item-name {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
}

@media (max-width: 50em) {
  .drug-item .drug-item-name {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 1rem;
    padding-bottom: 0;
  }
}

.drug-item .drug-item-name h2 {
  font-size: 2rem;
  margin: 0;
}

.drug-item .drug-item-desc {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

@media (max-width: 50em) {
  .drug-item .drug-item-desc {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 1rem;
  }
}

.drug-item .drug-item-desc p {
  margin: 0;
}

.drug-item .drug-item-arrow {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
  text-align: right;
}

@media (max-width: 50em) {
  .drug-item .drug-item-arrow {
    display: none;
  }
}

.post-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10rem;
}

@media (max-width: 50em) {
  .post-type {
    margin-top: 5rem;
  }
}

.post-type .post-type-item {
  -ms-flex-preferred-size: calc(25% - 1rem);
      flex-basis: calc(25% - 1rem);
  margin: 0 1rem 1rem 0;
  background-color: #fff;
  padding: 2rem;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 50em) {
  .post-type .post-type-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
}

.post-type .post-type-item .post-type-item-cat {
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}

.post-type .post-type-item .post-type-item-cat ul {
  list-style: none;
}

.post-type .post-type-item .post-type-item-cat a {
  margin-right: .75rem;
}

.post-type .post-type-item .post-type-item-date {
  font-size: 1.2rem;
  padding-bottom: .5em;
}

.post-type .post-type-item .post-type-item-name {
  margin-bottom: .5rem;
}

.post-type .post-type-item .post-type-item-desc p {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.post-type .post-type-item .post-type-item-bottom {
  margin-top: auto;
}

.post-type .post-type-item .post-type-item-img {
  height: 23rem;
  border-radius: 9rem;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.post-type .post-type-item .post-type-item-img a {
  display: block;
  width: 100%;
}

.post-type .post-type-item .post-type-item-img * {
  height: 100%;
}

.post-type .post-type-item .post-type-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.post-type .post-type-item .post-type-item-arrow {
  text-align: right;
  margin-bottom: .5rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.post-type .post-type-item .post-type-item-arrow img {
  width: 3rem;
  margin-bottom: 1rem;
}

.post-type .post-type-item:hover .post-type-item-img {
  border-radius: .5rem;
}

.post-type .post-type-item:hover .post-type-item-arrow {
  opacity: 1;
}

.post-type .post-type-item.post-type-item-teams {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.post-type .post-type-item.post-type-item-teams .post-type-item-img {
  border-radius: 50%;
  height: 28rem;
}

.post-type .post-type-item.post-type-item-teams .post-type-item-img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.post-type .post-type-item.post-type-item-teams .post-type-item-position {
  font-size: 1.3rem;
  padding-bottom: 1em;
  text-transform: uppercase;
}

.post-type .post-type-item.post-type-item-teams .post-type-item-education {
  font-size: 1.3rem;
}

.post-type .post-type-item.post-type-item-teams:hover .post-type-item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.post-type .post-type-item.post-type-item-projects {
  -ms-flex-preferred-size: calc(33% - 3rem);
      flex-basis: calc(33% - 3rem);
  margin-bottom: 3rem;
}

.post-type .post-type-item.post-type-item-projects:not(:last-of-type) {
  margin-right: 3rem;
}

@media (max-width: 50em) {
  .post-type .post-type-item.post-type-item-projects {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0 !important;
  }
}

.post-type .post-type-item.post-type-item-projects .post-type-item-img {
  height: 28rem;
  border-radius: 13rem;
}

.post-type .post-type-item.post-type-item-projects:hover .post-type-item-img {
  border-radius: 0;
}

.post-type-title {
  margin-bottom: 3rem;
  font-family: "League Gothic", sans-serif;
  font-size: 10rem;
}

@media (max-width: 50em) {
  .post-type-title {
    font-size: 4rem;
  }
}

.home .post-type-item {
  background-color: rgba(255, 255, 255, 0.6);
}

.post-type-item-tag span {
  display: inline-block;
  background-color: #ddd;
  padding: .5rem 1rem .5rem 2.2rem;
  border-radius: 2px;
  margin-right: .5rem;
  font-size: 1.2rem;
  position: relative;
  margin-bottom: .5rem;
}

.post-type-item-tag span::before {
  content: "";
  position: absolute;
  left: .5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3rem;
  height: 1.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.post-type-item-tag span.informacija {
  background-color: #87BA2B;
}

.post-type-item-tag span.informacija::before {
  background-image: url(../img/icons/tag-icon-1.svg);
}

.post-type-item-tag span.previdno {
  background-color: #FE7C33;
}

.post-type-item-tag span.previdno::before {
  background-image: url(../img/icons/tag-icon-2.svg);
  height: 1rem;
}

.post-type-item-tag span.opozorilo {
  background-color: #C1051C;
  color: #fff;
}

.post-type-item-tag span.opozorilo::before {
  background-image: url(../img/icons/tag-icon-3.svg);
}

.single .single-post-head .post-type-item-tag span {
  padding: 1rem 2rem 1rem 4rem;
  font-size: 2rem;
  margin-right: 1rem;
  border-radius: .5rem;
}

.single .single-post-head .post-type-item-tag span::before {
  width: 2rem;
  height: 2rem;
  left: 1rem;
}

.main-kv {
  padding: 6rem 0 4rem;
}

@media (max-width: 50em) {
  .main-kv {
    padding: 4rem 0 0;
  }
}

.main-kv .main-kv-col {
  margin: 0 2rem 0 2rem;
}

@media (max-width: 65em) {
  .main-kv .main-kv-col {
    margin: 0;
  }
}

.main-kv .main-kv-pill {
  background-color: rgba(255, 255, 255, 0.46);
  padding: 4rem 2rem 3rem 2rem;
  border-radius: 20rem 20rem 0 0;
  position: relative;
  height: 39rem;
  /*
        &.main-kv-pill-color {
            background-color: #ddd;
        }*/
}

@media (max-width: 65em) {
  .main-kv .main-kv-pill {
    height: 35rem;
  }
}

@media (max-width: 50em) {
  .main-kv .main-kv-pill {
    border-radius: 20rem;
    padding: 2rem;
    height: auto;
  }
}

.main-kv .main-kv-pill .main-kv-pill-img {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 50em) {
  .main-kv .main-kv-pill .main-kv-pill-img {
    display: none;
  }
}

.main-kv .main-kv-pill .main-kv-pill-img figure {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 65em) {
  .main-kv .main-kv-pill .main-kv-pill-img figure {
    width: 10rem;
    height: 10rem;
  }
}

.main-kv .main-kv-pill .main-kv-pill-img figure a {
  height: 100%;
  display: block;
}

.main-kv .main-kv-pill .main-kv-pill-img figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-kv .main-kv-pill .main-kv-pill-arrow {
  margin-top: 3rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 50em) {
  .main-kv .main-kv-pill .main-kv-pill-arrow {
    opacity: 1;
    position: absolute;
    right: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
  }
}

.main-kv .main-kv-pill p {
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 65em) {
  .main-kv .main-kv-pill p {
    font-size: 1.4rem;
    margin-top: .5rem;
  }
}

@media (max-width: 50em) {
  .main-kv .main-kv-pill p {
    display: none;
  }
}

.main-kv .main-kv-pill h2 {
  margin-bottom: 0;
}

@media (max-width: 50em) {
  .main-kv .main-kv-pill h2 {
    margin-top: 0;
  }
}

.main-kv .main-kv-pill h2 a {
  -webkit-transform: translateY(5rem) scale(1.2);
          transform: translateY(5rem) scale(1.2);
  -webkit-transition: all .4s;
  transition: all .4s;
  margin-bottom: 0;
  display: block;
  font-size: 3.8rem;
  font-family: "League Gothic", sans-serif;
  font-weight: 400;
}

@media (max-width: 65em) {
  .main-kv .main-kv-pill h2 a {
    font-size: 2.4rem;
  }
}

@media (max-width: 50em) {
  .main-kv .main-kv-pill h2 a {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    font-size: 3.6rem;
  }
}

@media (min-width: 50em) {
  .main-kv .main-kv-pill:hover p, .main-kv .main-kv-pill:hover h2, .main-kv .main-kv-pill:hover .main-kv-pill-arrow, .main-kv .main-kv-pill:hover .main-kv-pill-img {
    opacity: 1;
  }
  .main-kv .main-kv-pill:hover h2 a {
    -webkit-transform: translateY(-0.5rem) scale(1);
            transform: translateY(-0.5rem) scale(1);
  }
}

.main-kv .main-kv-row-2 .main-kv-pill {
  border-radius: 0 0 20rem 20rem;
}

@media (max-width: 50em) {
  .main-kv .main-kv-row-2 .main-kv-pill {
    border-radius: 20rem;
  }
}

.main-kv .main-kv-row-2 .main-kv-pill h2 a {
  -webkit-transform: translateY(-5rem) scale(1.2);
          transform: translateY(-5rem) scale(1.2);
}

@media (max-width: 50em) {
  .main-kv .main-kv-row-2 .main-kv-pill h2 a {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}

@media (min-width: 50em) {
  .main-kv .main-kv-row-2 .main-kv-pill:hover h2 a {
    -webkit-transform: translateY(-0.5rem) scale(1);
            transform: translateY(-0.5rem) scale(1);
  }
}

.home-section {
  padding: 10rem 0 5rem 0;
}

@media (max-width: 50em) {
  .home-section {
    padding: 5rem 0 2rem 0;
  }
}

.home-section p, .home-section a, .home-section h2, .home-section h3 {
  color: #fff;
}

.home-section .post-type p, .home-section .post-type a, .home-section .post-type h2, .home-section .post-type h3 {
  color: #0E1414;
}

.home-section h2, .home-section h3 {
  font-weight: 400;
  font-family: "League Gothic", sans-serif;
}

.home-section h2 {
  margin-bottom: 4rem;
  font-weight: 400;
  font-family: "League Gothic", sans-serif;
}

@media (max-width: 50em) {
  .home-section h2 {
    margin-bottom: 2rem;
  }
}

.home-section h4 {
  font-size: 2rem;
  font-weight: 400;
  font-family: "League Gothic", sans-serif;
}

.home-section .home-section-link {
  margin-bottom: 0;
  font-weight: normal;
}

.home-section .home-section-link a {
  display: block;
  border-top: 1px solid #8d8d8d;
  border-bottom: 1px solid #8d8d8d;
  padding: 2.5rem 0;
  font-weight: normal;
  position: relative;
}

@media (max-width: 50em) {
  .home-section .home-section-link a {
    font-size: 1.4rem;
  }
}

.home-section .home-section-link a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.5rem;
  height: 3rem;
  background-image: url(../img/icons/arrow-classic-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

.home-section .home-post-types {
  position: relative;
}

.home-section .home-post-types .post-ajax-filter {
  margin-top: 3rem;
}

.home-section .home-post-types .post-ajax-filter .cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 50em) {
  .home-section .home-post-types .post-ajax-filter .cat-list {
    overflow-x: scroll;
    padding-bottom: 3rem;
    margin-right: -2rem;
  }
}

.home-section .home-post-types .post-ajax-filter .cat-list li {
  margin-right: 2rem;
}

.home-section .home-post-types .post-ajax-filter .cat-list li .cat-list_item {
  padding: 2rem 6rem 2rem 3rem;
  font-size: 1.8rem;
  border: 1px solid #fff;
  border-radius: 3rem;
  color: #fff;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 50em) {
  .home-section .home-post-types .post-ajax-filter .cat-list li .cat-list_item {
    font-size: 1.4rem;
    padding: 1.5rem 4rem 1.5rem 2.5rem;
  }
}

.home-section .home-post-types .post-ajax-filter .cat-list li .cat-list_item.active, .home-section .home-post-types .post-ajax-filter .cat-list li .cat-list_item:hover {
  background-color: #fff;
  color: #0E1414;
}

.home-section .home-post-types .post-ajax-filter .cat-list li .cat-list_item.active::after, .home-section .home-post-types .post-ajax-filter .cat-list li .cat-list_item:hover::after {
  background-image: url(../img/icons/dot-1-black.svg);
}

.home-section .home-post-types .post-ajax-filter .cat-list li .cat-list_item::after {
  content: "";
  background-image: url(../img/icons/dot-1-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-section .home-post-types .post-ajax-filter .cat-list li.cat-list-all {
  margin-left: auto;
}

@media (max-width: 50em) {
  .home-section .home-post-types .post-ajax-filter .cat-list li.cat-list-all {
    margin-left: 0;
    min-width: 17rem;
    text-align: center;
    white-space: nowrap;
  }
  .home-section .home-post-types .post-ajax-filter .cat-list li.cat-list-all a {
    padding-right: 5rem;
  }
}

@media (max-width: 50em) {
  .home-section .home-post-types .post-ajax-filter .cat-list li.cat-list-all a {
    display: inline-block;
  }
}

.home-section .home-post-types .post-ajax-filter .cat-list li.cat-list-all a::after {
  content: "";
  background-image: url(../img/icons/dots-4-white.svg);
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-section .home-post-types .post-ajax-filter .cat-list li.cat-list-all a.active::after {
  background-image: url(../img/icons/dots-4-black.svg) !important;
  width: 1.5rem;
  height: 1.5rem;
}

.home-section .home-post-types .post-ajax-filter .cat-list li.cat-list-all a:hover::after {
  background-image: url(../img/icons/dots-4-black.svg);
  width: 1.5rem;
  height: 1.5rem;
}

.home-section .home-post-types .post-loader {
  position: absolute;
  top: 1.5rem;
  right: 26rem;
  z-index: 99;
  display: none;
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}

@media (max-width: 50em) {
  .home-section .home-post-types .post-loader {
    top: 20rem;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.home-section .home-post-types .post-loader svg {
  width: 3rem;
  height: auto;
}

.home-section .home-post-types .post-loader svg path {
  fill: #fff;
}

.home-section .post-type,
.home-section .btn {
  margin-top: 5rem;
}

.home-section .home-post-container {
  min-height: 50rem;
}

@media (max-width: 50em) {
  .home-section .post-type {
    margin: 3rem -2rem 0;
  }
}

@media (max-width: 50em) {
  .home-section .post-type .post-type-item {
    margin-left: 2rem;
    margin-right: 0;
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
}

.slider {
  position: relative;
}

.slider .slider-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 37.5em) {
  .slider .slider-content {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    padding: 20px;
  }
}

.slider .slider-content .slider-text {
  max-width: 70%;
}

@media (max-width: 37.5em) {
  .slider .slider-content .slider-text {
    max-width: 100%;
  }
}

.columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0 !important;
}

.columns-no-space .wp-block-columns .wp-block-column {
  margin: 0 !important;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.columns img {
  display: block;
}

.accordian {
  list-style: none;
  padding-bottom: 8rem;
  padding-top: 2rem;
}

.accordian ul, .accordian ol {
  padding-left: 2rem;
  margin-bottom: 2rem;
}

.accordian ul li, .accordian ol li {
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.3;
}

.accordian:not(.accordian-iside) .accordian-row {
  position: relative;
}

.accordian:not(.accordian-iside) .accordian-row:first-of-type {
  margin-top: 4rem;
  /*
                .accordian-a {
                    display: block;
                }
                */
}

.accordian-row {
  border-bottom: 1px solid #8d8d8d;
}

.accordian-row p {
  padding-bottom: 0 !important;
}

.accordian-row:first-of-type {
  border-top: 1px solid #8d8d8d;
}

.accordian-row .accordian-q::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  right: 3rem;
  width: 3.5rem;
  height: 3rem;
  background-image: url(../img/icons/arrow-special-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 50em) {
  .accordian-row .accordian-q::before {
    top: 50%;
    width: 1.8rem;
    height: 2rem;
  }
}

.home .accordian-q::before {
  background-image: url(../img/icons/arrow-classic-down.svg);
}

.accordian-row-arrow-active .accordian-q::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordian-q {
  text-transform: unset;
  cursor: pointer;
  padding: 3rem 0;
  margin-bottom: 1rem;
  position: relative;
  color: #0E1414;
  font-size: 2.6rem;
  margin-bottom: 0 !important;
}

@media (max-width: 50em) {
  .accordian-q {
    padding: 2.5rem 3rem 2.5rem 3rem;
    font-size: 1.6rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

.accordian-q.accordian-visited::after {
  display: none !important;
}

.accordian-q h4 {
  line-height: 1.4;
  padding-right: 8rem;
}

@media (max-width: 50em) {
  .accordian-q h4 {
    padding-right: 4rem;
  }
}

.home .accordian-q {
  color: #fff;
}

.accordian-a {
  display: none;
  padding: 0 0 3rem;
}

.accordian-a p {
  padding-bottom: 0 !important;
  margin-bottom: 1rem;
}

@media (max-width: 50em) {
  .accordian-a {
    font-size: 1.5rem;
    padding: 1rem 0 2rem;
  }
}

.accordian .wp-block-columns {
  margin-bottom: 0;
}

.slimm-banner {
  background-color: #0E1414;
  padding: 2rem;
  overflow: hidden;
  position: relative;
  z-index: 99;
  height: 6rem;
}

@media (max-width: 50em) {
  .slimm-banner {
    padding: 2rem 0;
  }
}

.slimm-banner .slim-slick {
  max-width: 70rem;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  overflow: hidden;
}

.slimm-banner .slim-slick h3 {
  color: #ff4349;
  margin: 0;
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (max-width: 50em) {
  .slimm-banner .slim-slick h3 {
    font-size: 1.3rem;
    padding-left: 4rem;
    padding-right: 4rem;
    line-height: 1.2;
  }
}

.slimm-banner .slim-slick svg {
  fill: #fff;
  width: 1.4rem;
  height: 2rem;
}

.slimm-banner .slim-slick .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slimm-banner .slim-slick .slick-prev {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.slimm-banner .slim-slick .slick-prev::before, .slimm-banner .slim-slick .slick-next::before {
  background-image: none;
}

.main-search {
  position: relative;
}

@media (max-width: 65em) {
  .main-search {
    position: absolute;
    width: 100%;
    inset: 7rem 0 auto;
    background-color: #0E1414;
    padding: 1rem;
    border-top: 1px solid #8d8d8d;
    display: none;
  }
}

.main-search form {
  position: relative;
}

.main-search form input[type="search"] {
  background-color: #dbdbdb;
  border: #dbdbdb;
  padding: 1.5rem 4rem 1.5rem 3rem;
  min-width: 32rem;
  border-radius: 3rem;
  font-size: 1.4rem;
}

@media (max-width: 87.5em) {
  .main-search form input[type="search"] {
    min-width: 25rem;
  }
}

.main-search form input[type="search"]:focus {
  outline: none;
}

@media (max-width: 65em) {
  .main-search form input[type="search"] {
    width: 100%;
  }
}

.main-search form input[type="submit"] {
  width: 4rem;
  height: 5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.main-search .search-img {
  display: block;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.2rem;
}

.doc-attachment a {
  display: block;
  position: relative;
  padding: 3rem 6rem 3rem 0;
  font-size: 2.6rem;
  border-bottom: 1px solid #8d8d8d;
  font-weight: 400;
}

@media (max-width: 50em) {
  .doc-attachment a {
    font-size: 1.6rem;
  }
}

.doc-attachment a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 4.5rem;
  height: 5.5rem;
  background-image: url(../img/icons/arrow-download-new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 50em) {
  .doc-attachment a::after {
    right: 1rem;
    width: 3rem;
    height: 4rem;
  }
}

.doc-attachment:first-of-type {
  margin-top: 5rem;
}

.doc-attachment:first-of-type a {
  border-top: 1px solid #8d8d8d;
}

.subpages-link a {
  display: block;
  position: relative;
  padding: 3rem 6rem 3rem 0;
  font-size: 2.6rem;
  border-bottom: 1px solid #8d8d8d;
  font-weight: 400;
}

@media (max-width: 50em) {
  .subpages-link a {
    font-size: 1.6rem;
  }
}

.subpages-link a::after {
  content: '';
  position: absolute;
  top: 57%;
  right: 3rem;
  width: 4.5rem;
  height: 5.5rem;
  background-image: url(../img/icons/arrow-long-new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 50em) {
  .subpages-link a::after {
    right: 1rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}

.subpages-link:first-of-type {
  margin-top: 5rem;
}

.subpages-link:first-of-type a {
  border-top: 1px solid #8d8d8d;
}

.advice-block {
  padding: 4rem 0;
}

.advice-block h4 {
  font-size: 2rem;
}

.advice-block .btn {
  margin-top: 4rem;
}

.advice-block .btn a {
  background-color: #0E1414;
  color: #fff !important;
}

.advice-block .advice-block-info ul {
  list-style: none;
  padding-left: 0;
}

.advice-block .advice-block-info ul li {
  padding-bottom: 1rem;
}

.home .advice-block {
  padding-top: 10rem;
}

@media (max-width: 50em) {
  .home .advice-block {
    padding-top: 5rem;
  }
}

.home .advice-block p, .home .advice-block h2, .home .advice-block h3 {
  color: #fff;
}

.home .advice-block h2 {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 50em) {
  .home .advice-block h3 {
    font-size: 2.2rem;
    margin-top: 3rem;
  }
}

@media (max-width: 50em) {
  .home .advice-block h4 {
    font-size: 1.4rem;
  }
}

@media (max-width: 50em) {
  .home .advice-block .accordian {
    padding-bottom: 0;
  }
}

.home .contact-banner {
  border-radius: 2rem;
  overflow: hidden;
}

.home .contact-banner .btn {
  margin-top: 1rem;
  text-align: center;
}

@media (max-width: 50em) {
  .home .contact-banner .wp-block-cover {
    padding: 4rem 3rem;
    min-height: auto;
  }
}

@media (max-width: 50em) {
  .home .contact-banner h2 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 50em) {
  .home .contact-banner .popup-open {
    margin-top: 0;
  }
}

.home .btn a {
  background-color: #fff;
  color: #0E1414 !important;
}

.home .btn a:hover {
  background-color: #0E1414;
  color: #fff !important;
}

.tabs {
  padding: 4rem 0;
}

.tabs .tab {
  display: none;
}

.tabs .tab-active {
  display: block;
}

.tabs .tab ul {
  padding-left: 1rem;
}

.tabs .tab ul li {
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.6rem;
}

.popup {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 70rem;
  background-color: #fff;
  padding: 3rem 3rem 0 3rem;
  border-radius: 3rem;
  -webkit-box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.21);
          box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.21);
  display: none;
}

@media (max-width: 50em) {
  .popup {
    width: 93%;
  }
}

.popup .popup-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  font-size: 3rem;
  color: #dbdbdb;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.popup .popup-close:hover {
  color: #333;
}

.popup h2, .popup .popup-text {
  text-align: center;
}

.popup h2 {
  margin-bottom: 1rem;
}

.popup .popup-text {
  max-width: 90%;
  margin: 0 auto 2rem;
}

.popup input, .popup textarea {
  background-color: #dbdbdb;
  border: none;
}

.popup br {
  display: none !important;
}

.popup-back {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  inset: 0 0 0 0;
  width: 100%;
  height: 100%;
  display: none;
}

.map-container {
  position: relative;
  width: 100%;
}

.map-container .map-image {
  width: 100%;
  height: auto;
}

.map-container .pin {
  position: absolute;
}

.map-container .pin span {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.map-container .pin:first-of-type {
  top: 19%;
  left: 71%;
}

.map-container .pin:nth-of-type(2) {
  top: 44%;
  left: 60%;
}

.map-container .pin:nth-of-type(3) {
  top: 52%;
  left: 34%;
}

.map-container .pin:nth-of-type(4) {
  top: 41%;
  left: 26%;
}

.map-container .pin:nth-of-type(5) {
  top: 58%;
  left: 8%;
}

.map-container .pin:nth-of-type(6) {
  top: 87%;
  left: 10%;
}

.map-container .pin:nth-of-type(7) {
  top: 27%;
  left: 77%;
}

.map-container .pin-image {
  width: 3rem;
  height: 3rem;
  margin-right: 0.5rem;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

.map-container .map-popup {
  display: none;
  position: absolute;
  top: 3.5rem;
  left: 2rem;
  padding: 1rem;
  z-index: 999;
  width: 35rem;
  padding: 2rem 0 0 0;
  border-radius: 3rem;
}

.map-container .map-popup .map-popup-inner {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 2rem;
  border-radius: 2rem;
}

.map-container .map-popup p {
  padding-bottom: 0;
}

.map-container .pin:hover .map-popup {
  display: block;
}

.ekstazi-table {
  max-width: 132rem;
  margin-left: -25rem;
  margin-right: -25rem;
  background-color: #fff;
  margin-bottom: 5rem;
  border-radius: 2rem;
  -webkit-box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 78.125em) {
  .ekstazi-table {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.ekstazi-table .ekstazi-table-inner::after {
  content: "";
  display: table;
  clear: both;
}

.ekstazi-table .ekstazi-table-inner .ekstazi-table-gallery {
  float: left;
  width: 40%;
}

@media (max-width: 78.125em) {
  .ekstazi-table .ekstazi-table-inner .ekstazi-table-gallery {
    float: none;
    width: 100%;
  }
}

.ekstazi-table .ekstazi-table-inner .ekstazi-table-text {
  float: left;
  width: 60%;
  padding: 4rem 6rem 2rem 6rem;
}

@media (max-width: 78.125em) {
  .ekstazi-table .ekstazi-table-inner .ekstazi-table-text {
    float: none;
    width: 100%;
    padding: 4rem 6rem 6rem 6rem;
  }
}

@media (max-width: 50em) {
  .ekstazi-table .ekstazi-table-inner .ekstazi-table-text {
    padding: 4rem;
  }
}

.ekstazi-table .ekstazi-table-inner .ekstazi-table-text h3 {
  font-size: 1.3rem;
}

.ekstazi-table .ekstazi-table-inner .ekstazi-table-text .ekstazi-table-substances {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 4rem;
}

.ekstazi-table .ekstazi-table-inner .ekstazi-table-text .ekstazi-table-substances > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ekstazi-table .ekstazi-table-inner .ekstazi-table-text .ekstazi-table-substances > div span {
  font-size: 2.2rem;
}

.ekstazi-table .ekstazi-table-inner .ekstazi-table-text .ekstazi-table-desc {
  padding-bottom: 3rem;
}

.ekstazi-table .ekstazi-table-inner .ekstazi-table-text .ekstazi-table-date {
  font-size: 2.2rem;
  font-weight: 500;
}

@media (max-width: 50em) {
  .ekstazi-table .ekstazi-table-inner .ekstazi-table-text .ekstazi-table-date {
    font-size: 1.6rem;
  }
}

@media (max-width: 50em) {
  .ekstazi-table .ekstazi-table-inner .ekstazi-table-text h4 {
    font-size: 1.6rem;
  }
}

.ekstazi-table .ekstazi-table-inner .slick-slider .slick-dots {
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ekstazi-table .ekstazi-table-inner .slick-slider .slick-dots li button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.ekstazi-table .ekstazi-table-inner .slick-slider .slick-dots li.slick-active button {
  background-color: #fff;
  border: 1px solid #fff;
}

.ekstazi-table .ekstazi-table-inner .slick-slider img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#smartPWLogin input[type="password"] {
  display: block;
  font-size: 2rem;
  width: 100%;
  padding: 2rem 2rem;
  border-radius: 3rem;
  outline: none;
  border: 1px solid #8d8d8d;
}

#smartPWLogin input[type="submit"] {
  font-size: 1.8rem;
  padding: 2rem;
  display: block;
  width: 100%;
  border-radius: 3rem;
  background-color: #0E1414;
  color: #fff;
  border: none;
  margin-top: 1rem;
  cursor: pointer;
}

.page-child .lock-content-hide {
  display: none;
}

.comments-area .form-submit input {
  background-color: #0E1414;
  color: #fff;
  border: none;
  padding: 2rem;
  border-radius: 3rem;
}

.blog .blog-inner {
  padding: 4rem 0 3rem;
}

.blog .blog-post {
  margin-bottom: 6rem;
}

@media (max-width: 50em) {
  .blog .blog-post {
    margin-top: 4rem;
  }
}

.blog .blog-post img {
  border-radius: 0 10rem 10rem 10rem;
  height: 44rem;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 5px 4px 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 5px 4px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.blog .blog-post img:hover {
  -webkit-box-shadow: 5px 4px 10px 0 rgba(242, 199, 190, 0.56);
          box-shadow: 5px 4px 10px 0 rgba(242, 199, 190, 0.56);
}

.blog .blog-post .blog-content {
  padding: 0;
}

.blog .blog-post .blog-content h3 {
  line-height: 1.3;
}

.blog .blog-post .blog-content h3 a {
  font-size: 3.6rem;
  color: #fff;
}

.blog .blog-post .btn a {
  border: none !important;
  padding: 1.5rem 1rem !important;
  width: 100%;
  border-radius: 2rem;
}

.blog .blog-post .btn a:hover {
  background-color: #0E1414;
}

.blog .blog-post .blog-content-top {
  /*display: flex;

            @media (max-width: $bp-large) {
                flex-direction: column;
            }*/
}

.blog .blog-post .blog-content-top .blog-post-date {
  color: #87BA2B;
  font-weight: normal;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  padding-left: 0;
  margin-top: -1rem;
  /*
                @media (max-width: $bp-large) {
                    padding-left: 0;
                    margin-top: -1rem;
                    color: $color-primary;
                    font-size: 1.4rem;
                }*/
}

.blog .blog-pagination .blog-pagination-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}

.blog .blog-pagination .blog-pagination-nav ul li {
  border: 2px solid #87BA2B;
  margin-left: 0.5rem;
  line-height: 3rem;
  font-size: 3rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2rem 0 2rem 2rem;
  margin: 0 0.5rem;
}

.blog .blog-pagination .blog-pagination-nav ul li a {
  color: #87BA2B;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  padding: 0.5rem 1.5rem;
  color: #fff;
}

.blog .blog-pagination .blog-pagination-nav ul li.active, .blog .blog-pagination .blog-pagination-nav ul li:hover {
  background-color: #87BA2B;
}

.blog .blog-pagination .blog-pagination-nav ul li.active a, .blog .blog-pagination .blog-pagination-nav ul li:hover a {
  color: #0E1414;
}

.blog-categories {
  background-color: #fafafa;
  padding: 4rem 2rem;
  border-radius: 1rem;
}

@media (max-width: 50em) {
  .blog-categories {
    text-align: center;
  }
}

.blog-categories h3 {
  text-transform: uppercase;
  font-size: 2.2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}

.blog-categories ul {
  list-style: none;
}

.blog-categories ul li a {
  text-transform: uppercase;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  display: block;
}

.site-main.single-post {
  margin-bottom: 8rem;
  padding: 6rem 0 4rem;
}

@media (max-width: 50em) {
  .site-main.single-post {
    padding-bottom: 0;
  }
}

.site-main.single-post .single-post-back {
  background-color: #E9EAE8;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.site-main.single-post .single-post-back:hover {
  background-color: #cbcbcb;
}

.site-main.single-post .single-post-back img {
  width: 1.2rem;
}

.site-main.single-post .single-post-back-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: normal;
}

.site-main.single-post .single-post-inner .single-post-head .single-post-category {
  font-size: 1.6rem;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}

.site-main.single-post .single-post-inner .single-post-head .single-post-category ul {
  margin: 0;
  padding: 0;
}

.site-main.single-post .single-post-inner .single-post-head .single-post-category ul li {
  list-style: none;
}

.site-main.single-post .single-post-inner .single-post-head .single-post-category a {
  text-decoration: none;
}

.site-main.single-post .single-post-inner .single-post-title span {
  display: block;
  font-size: 70%;
}

.site-main.single-post .single-post-inner .single-post-short {
  max-width: 70rem;
  margin-bottom: 7rem;
  margin-top: 2rem;
}

.site-main.single-post .single-post-inner .single-post-short p {
  font-size: 1.8rem;
}

@media (max-width: 50em) {
  .site-main.single-post .single-post-inner .single-post-short p {
    font-size: 1.6rem;
  }
}

.site-main.single-post .single-post-inner .row .single-post-short {
  max-width: 50rem;
}

.site-main.single-post .single-post-inner .single-post-text {
  padding-top: 6rem;
}

.site-main.single-post .single-post-inner .single-post-thumb {
  margin-bottom: 6rem;
}

.site-main.single-post .single-post-inner .single-post-thumb img {
  width: 100%;
}

.site-main.single-post .single-post-inner .single-post-thumb.single-post-thumb-croped img {
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-main.single-post .single-post-inner .single-post-content .wp-block-image {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.site-main.single-post .single-post-inner .single-post-content .wp-block-image figcaption {
  font-size: 1.3rem;
}

.site-main.single-post .single-post-inner .single-post-date {
  margin-top: 1rem;
}

.site-main.single-post .single-post-inner .single-post-date h5 {
  font-size: 1.6rem;
}

.site-main.single-post .single-post-inner a {
  text-decoration: underline;
}

.site-main.single-post .single-post-inner ul, .site-main.single-post .single-post-inner ol {
  padding-left: 2rem;
  margin-bottom: 3rem;
}

.site-main.single-post .single-post-inner ul li, .site-main.single-post .single-post-inner ol li {
  font-size: 1.6rem;
  color: #0E1414;
  line-height: 1.4;
}

.site-main.single-post .single-post-inner p {
  padding-bottom: 1.5rem;
}

.site-main.single-post .single-post-inner .single-post-contact {
  margin-top: 2rem;
}

.site-main.single-post .single-post-inner .single-post-contact h4 {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: .25rem;
}

.site-main.single-post .single-post-inner .single-post-contact p {
  margin-bottom: .25rem;
}

.site-main.single-post .single-post-inner .single-post-contact a {
  text-decoration: none;
}

.site-main.single-post .navigation.post-navigation {
  padding-top: 5rem;
}

.site-main.single-post .navigation.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 50em) {
  .site-main.single-post .navigation.post-navigation .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.site-main.single-post .navigation.post-navigation .nav-links .nav-next {
  margin-left: auto;
}

@media (max-width: 50em) {
  .site-main.single-post .navigation.post-navigation .nav-links .nav-next {
    margin-left: 0;
  }
}

.site-main.single-post .navigation.post-navigation .nav-links .nav-next .nav-title {
  display: inline-block;
  padding-right: 1rem;
}

@media (max-width: 50em) {
  .site-main.single-post .navigation.post-navigation .nav-links .nav-next .nav-title {
    padding-right: 0;
  }
}

@media (max-width: 50em) {
  .site-main.single-post .navigation.post-navigation .nav-links .nav-previous {
    margin-bottom: 1rem;
  }
}

.site-main.single-post .navigation.post-navigation .nav-links .nav-previous .nav-title {
  display: inline-block;
  padding-left: 1rem;
}

@media (max-width: 50em) {
  .site-main.single-post .navigation.post-navigation .nav-links .nav-previous .nav-title {
    padding-left: 0;
  }
}

.site-main.single-post .navigation.post-navigation .nav-links a {
  font-size: 1.4rem;
  color: #87BA2B;
}

.site-main.single-post .wp-block-quote p, .site-main.single-post .wp-block-quote cite {
  font-size: 1.8rem;
  color: #fff;
}

.site-main.single-post .wp-block-quote cite {
  margin-left: .5rem;
  font-weight: bold;
}

.site-main.single-post .realated-post {
  margin-top: 6rem;
}

.site-main.single-post .realated-post .post-type {
  margin-top: 8rem;
}

.site-main.single-post .single-post-gallery ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem;
  padding-left: 0;
}

.site-main.single-post .single-post-gallery ul li {
  list-style: none;
  margin: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.site-main.single-post .single-post-gallery ul li a {
  display: block;
}

.site-main.single-post.single-post-team .page-description {
  margin-bottom: 4rem;
}

.site-main.single-post.single-post-team .page-description p {
  font-size: 1.8rem;
  max-width: 50rem;
}

@media (max-width: 50em) {
  .site-main.single-post.single-post-team .page-description p {
    font-size: 1.4rem;
  }
}

.site-main.single-post.single-post-team h1 {
  margin-bottom: 3rem;
}

.post-password-form {
  display: block;
  margin-top: 10rem;
}

.post-password-form::after {
  display: table;
  content: "";
  clear: both;
}

.post-password-form p {
  font-size: 3rem;
  text-align: center;
}

@media (max-width: 50em) {
  .post-password-form p {
    font-size: 2rem;
  }
}

.post-password-form label {
  font-size: 0;
}

.post-password-form label input {
  display: block;
  font-size: 2rem;
  width: 100%;
  padding: 2rem 2rem;
  border-radius: 3rem;
  outline: none;
  border: 1px solid #8d8d8d;
  margin-top: -3rem;
}

.post-password-form input[type="submit"] {
  font-size: 1.8rem;
  padding: 2rem;
  display: block;
  width: 100%;
  border-radius: 3rem;
  background-color: #0E1414;
  color: #fff;
  border: none;
  margin-top: 1rem;
  cursor: pointer;
}
