html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/**
 * Settings
 */
/**
  * Easings
  */
/**
  * Core
  */
[data-sal] {
  transition-duration: 1s;
  transition-delay: 0.15s;
  transition-duration: var(--sal-duration, 1s);
  transition-delay: var(--sal-delay, 0.15s);
  transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration='200'] {
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration='250'] {
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration='300'] {
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration='350'] {
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration='400'] {
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration='450'] {
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration='500'] {
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration='550'] {
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration='600'] {
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration='650'] {
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration='700'] {
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration='750'] {
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration='800'] {
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration='850'] {
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration='900'] {
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration='950'] {
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration='1000'] {
  transition-duration: 1s;
}

[data-sal][data-sal-duration='1050'] {
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration='1100'] {
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration='1150'] {
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration='1200'] {
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration='1250'] {
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration='1300'] {
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration='1350'] {
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration='1400'] {
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration='1450'] {
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration='1500'] {
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration='1550'] {
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration='1600'] {
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration='1650'] {
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration='1700'] {
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration='1750'] {
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration='1800'] {
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration='1850'] {
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration='1900'] {
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration='1950'] {
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration='2000'] {
  transition-duration: 2s;
}

[data-sal][data-sal-delay='50'] {
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay='100'] {
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay='150'] {
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay='200'] {
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay='250'] {
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay='300'] {
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay='350'] {
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay='400'] {
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay='450'] {
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay='500'] {
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay='550'] {
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay='600'] {
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay='650'] {
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay='700'] {
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay='750'] {
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay='800'] {
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay='850'] {
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay='900'] {
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay='950'] {
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay='1000'] {
  transition-delay: 1s;
}

[data-sal][data-sal-easing='linear'] {
  transition-timing-function: linear;
}

[data-sal][data-sal-easing='ease'] {
  transition-timing-function: ease;
}

[data-sal][data-sal-easing='ease-in'] {
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing='ease-out'] {
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing='ease-in-out'] {
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing='ease-in-cubic'] {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing='ease-out-cubic'] {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing='ease-in-out-cubic'] {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing='ease-in-circ'] {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing='ease-out-circ'] {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing='ease-in-out-circ'] {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing='ease-in-expo'] {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing='ease-out-expo'] {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing='ease-in-out-expo'] {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing='ease-in-quad'] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing='ease-out-quad'] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing='ease-in-out-quad'] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing='ease-in-quart'] {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing='ease-out-quart'] {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing='ease-in-out-quart'] {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing='ease-in-quint'] {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing='ease-out-quint'] {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing='ease-in-out-quint'] {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing='ease-in-sine'] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing='ease-out-sine'] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing='ease-in-out-sine'] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing='ease-in-back'] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing='ease-out-back'] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing='ease-in-out-back'] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/**
  * Animations
  */
[data-sal|='fade'] {
  opacity: 0.4;
  transition-property: opacity;
}

[data-sal|='fade'].sal-animate,
body.sal-disabled [data-sal|='fade'] {
  opacity: 1;
}

[data-sal|='slide'] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-sal='slide-up'] {
  transform: translateY(20px);
}

[data-sal='slide-down'] {
  transform: translateY(-20px);
}

[data-sal='slide-left'] {
  transform: translateX(20px);
}

[data-sal='slide-right'] {
  transform: translateX(-20px);
}

[data-sal|='slide'].sal-animate,
body.sal-disabled [data-sal|='slide'] {
  opacity: 1;
  transform: none;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    display: block;
  }
  100% {
    display: none;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  scroll-behavior: smooth;
  background: #ffffff;
  counter-reset: item;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

a, a:active, a:focus, button, button:focus, input, input:focus {
  outline: none !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  height: 30px;
  font-weight: 500;
  background: transparent;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
  color: #000000;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

input[type="text"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

select {
  position: relative;
}

sup {
  vertical-align: super;
  font-size: 13px;
}

select {
  outline: none;
}

.hiding {
  filter: alpha(opacity=0);
  opacity: 0;
}

.visible {
  opacity: 1;
}

@media (max-width: 991px) {
  .no-scroll_js {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.container-max {
  width: 100%;
  max-width: 1179px;
  margin: 0 auto;
  padding: 0 20px;
}

body.animate #preloader {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

#preloader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 999;
  -webkit-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

#preloader .preloader-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader .preloader-wrap .loading {
  text-transform: uppercase;
  width: 150px;
  text-align: center;
  line-height: 50px;
  margin: auto;
}

#preloader .preloader-wrap .loading span {
  position: relative;
  top: 2px;
  z-index: 999;
  font-weight: 500;
  color: #D1D1D1;
}

#preloader .preloader-wrap .loading:before {
  content: '';
  background: #FF8C00;
  width: 128px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: 2s loadingBefore infinite ease-in-out;
}

@keyframes loadingBefore {
  0% {
    transform: translateX(-14px);
  }
  50% {
    transform: translateX(14px);
  }
  100% {
    transform: translateX(-14px);
  }
}

#preloader .preloader-wrap .loading:after {
  content: '';
  background: #ffffff;
  width: 14px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: .5;
  animation: 2s loadingAfter infinite ease-in-out;
}

@keyframes loadingAfter {
  0% {
    transform: translateX(-50px);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(-50px);
  }
}

.btn {
  display: inline;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #ffffff;
  padding: 9px 15px;
  text-transform: uppercase;
  border-radius: 39px;
  letter-spacing: 0.285em;
  -webkit-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn:hover {
  color: #ffffff;
  background: #FF8C00;
  border: 1px solid #FF8C00;
}

.btn-outline {
  border: 1px solid #ffffff;
}

.btn-black {
  color: #000000;
  border: 1px solid #000000;
}

.btn-mid {
  height: 30px;
}

.forminator-module-edit-link {
  display: none !important;
}

body, html {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

p {
  font-size: 16px;
  color: #000000;
  line-height: 18.82px;
}

@media (max-width: 768px) {
  p {
    font-size: 12px;
    line-height: 16.13px;
  }
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 40px;
  font-weight: 400;
  color: #000000;
  line-height: 43.24px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 22px;
    line-height: 23.78px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
}

@media (max-width: 768px) {
  h2 {
    font-size: 22px;
    line-height: 23.78px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
}

@media (max-width: 768px) {
  h3 {
    font-size: 18px;
    line-height: 24.14px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 32px;
}

@media (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 24.14px;
  }
}

h6 {
  font-size: 12px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #000000;
  line-height: 16.16px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 60px;
  z-index: 9;
  -webkit-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 1100px) {
  .header {
    padding: 0 20px;
  }
}

.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 81px;
}

@media (max-width: 991px) {
  .header__flex {
    height: 60px;
  }
}

.header .logo a {
  display: block;
  position: relative;
}

.header .logo img {
  display: block;
}

@media (max-width: 991px) {
  .header .logo img {
    width: 145px;
    height: auto;
  }
}

.header .logo .logo-sticky {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .header .menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc( 100% - 60px);
    background: #ffffff;
    padding: 23px 20px 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.1);
    overflow: auto;
    -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.header .menu ul {
  display: flex;
}

@media (max-width: 991px) {
  .header .menu ul {
    flex-direction: column;
  }
}

.header .menu ul li {
  position: relative;
  padding: 0 22px;
}

@media (max-width: 1100px) {
  .header .menu ul li {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .header .menu ul li {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .header .menu ul li.has-child a span {
    position: relative;
  }
  .header .menu ul li.has-child a span:after {
    content: '';
    position: absolute;
    top: -4px;
    right: -24px;
    width: 20px;
    height: 20px;
    background: url("../images/arrow-black-mobile.svg") no-repeat center;
    background-size: 14px 10px;
  }
}

.header .menu ul li.active a:before {
  opacity: 1;
}

.header .menu ul li a {
  position: relative;
  display: block;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #ffffff;
  line-height: 13px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  padding: 35px 0;
}

@media (max-width: 991px) {
  .header .menu ul li a {
    color: #000000;
    padding: 17px 0;
  }
}

@media (min-width: 991px) {
  .header .menu ul li a:hover:before {
    opacity: 1;
  }
}

.header .menu ul li a:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FF8C00;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .menu ul li:last-of-type {
  padding-right: 0;
}

.header .menu ul li:first-of-type {
  padding-left: 0;
}

.header .menu ul li .submenu {
  display: none;
  padding-left: 20px;
}

.header .menu ul li .submenu a {
  padding: 9px 0;
}

.header .menu ul li.submenu-active > a {
  color: #FF8C00;
}

.header .menu ul li.submenu-active a span {
  position: relative;
}

.header .menu ul li.submenu-active a span:after {
  content: '';
  background: url("../images/arrow-mobile.svg") no-repeat center;
  background-size: 14px 10px;
}

.header .menu ul li .sub-subwrap.submenu-active .sub-subarrow span {
  position: relative;
}

.header .menu ul li .sub-subwrap.submenu-active .sub-subarrow span:after {
  content: '';
  background: url("../images/arrow-mobile.svg") no-repeat center;
  background-size: 14px 10px;
}

.header .menu ul li .sub-subwrap .sub-subarrow span {
  position: relative;
}

.header .menu ul li .sub-subwrap .sub-subarrow span:after {
  content: '';
  position: absolute;
  top: -4px;
  right: -24px;
  width: 20px;
  height: 20px;
  background: url("../images/arrow-black-mobile.svg") no-repeat center;
  background-size: 14px 10px;
}

.header .menu ul li .sub-submenu {
  display: none;
  padding-left: 20px;
}

.header .submenu-wrap {
  position: absolute;
  width: 100%;
  top: 81px;
  left: 0;
  background: #ffffff;
  box-shadow: inset 0px 4px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 991px) {
  .header .submenu-wrap {
    display: none;
  }
}

.header .submenu-wrap.active {
  opacity: 1;
  visibility: visible;
}

.header .submenu-wrap .item {
  display: none;
}

.header .submenu-wrap .item.active {
  display: block;
}

.header .submenu-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
}

.header .submenu-wrap ul li {
  padding: 0 0;
}

.header .submenu-wrap ul li a {
  position: relative;
  display: block;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #ffffff;
  padding: 26px 36px;
  line-height: 13px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}

.header .submenu-wrap ul li a:hover:before {
  opacity: 1;
}

.header .submenu-wrap ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #FF8C00;
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .submenu-wrap .submenu li {
  position: relative;
}

.header .submenu-wrap .submenu .sub-subwrap:hover .sub-submenu {
  opacity: 1;
  visibility: visible;
}

.header .submenu-wrap .submenu .sub-submenu {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  height: auto;
  background: #ffffff;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}

.header .submenu-wrap .submenu .sub-submenu li {
  width: 100%;
  text-align: center;
  padding: 0;
}

.header .submenu-wrap .submenu .sub-submenu li a {
  padding: 26px 10px;
  white-space: break-spaces;
}

.header.on-hover, .header.on-scroll {
  background: #ffffff;
}

.header.on-hover .logo .logo-sticky, .header.on-scroll .logo .logo-sticky {
  opacity: 1;
}

.header.on-hover .menu ul li a, .header.on-scroll .menu ul li a {
  color: #000000;
}

.header.on-hover .menu-hamburger, .header.on-scroll .menu-hamburger {
  border: 1.13px solid #000000;
}

.header.on-hover .menu-hamburger span:before, .header.on-scroll .menu-hamburger span:before {
  content: '';
  background: #000000;
}

.header.on-hover .menu-hamburger span:after, .header.on-scroll .menu-hamburger span:after {
  content: '';
  background: #000000;
}

.header .menu-hamburger {
  position: relative;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: transparent;
  padding: 13px 9px;
  border: 1.13px solid #ffffff;
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  z-index: 11;
  display: none;
}

@media (max-width: 991px) {
  .header .menu-hamburger {
    display: block;
  }
}

@media (max-width: 768px) {
  .header .menu-hamburger {
    width: 18px;
  }
}

.header .menu-hamburger span {
  display: block;
  position: absolute;
  width: 10px;
  height: 1.13px;
  background: transparent;
  z-index: 9999;
}

.header .menu-hamburger span:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 1.13px;
  background: #ffffff;
  border-radius: 6px;
}

.header .menu-hamburger span:after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  width: 100%;
  height: 1.13px;
  background: #ffffff;
  border-radius: 6px;
  -webkit-transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.2s 0.2s ease-in-out, width 1s 1s ease-in-out, transform 0.2s ease-in-out, background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .menu-hamburger span, .header .menu-hamburger span:after, .header .menu-hamburger span:before {
  content: '';
  -webkit-transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.2s 0.2s ease-in-out, transform 0.2s ease-in-out, background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

body.active-header_js header {
  background: #ffffff;
}

body.active-header_js header .logo .logo-sticky {
  opacity: 1;
}

body.active-header_js header .menu ul li a {
  color: #000000;
}

body.active-header_js header .menu-hamburger {
  border: 1.13px solid #000000;
}

body.active-header_js header .menu-hamburger span:before {
  content: '';
  background: #000000;
}

body.active-header_js header .menu-hamburger span:after {
  content: '';
  background: #000000;
}

body.active-header_js .menu {
  opacity: 1;
  visibility: visible;
}

body.active-header_js .menu-hamburger span {
  background: transparent !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

body.active-header_js .menu-hamburger span:before, body.active-header_js .menu-hamburger span:after {
  content: '';
  top: 0;
  -webkit-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
}

body.active-header_js .menu-hamburger span:before {
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.active-header_js .menu-hamburger span:after {
  content: '';
  width: 100%;
  -webkit-transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -moz-transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  transition: top 0.2s ease-in-out, width 0.2s 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer {
  background: #98948B;
  padding: 52px 0 56px;
}

@media (max-width: 991px) {
  .footer {
    padding: 50px 0;
  }
}

.footer__flex, .footer .details {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footer__flex, .footer .details {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .footer .flogo {
    margin-bottom: 38px;
    margin-left: -7px;
  }
}

.footer .fmenu {
  margin-right: 60px;
}

@media (max-width: 991px) {
  .footer .fmenu {
    margin-right: 0;
  }
}

.footer .fmenu a {
  display: block;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #000000;
  line-height: 13px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  margin-bottom: 20px;
  -webkit-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer .fmenu a:hover {
  color: #ffffff;
}

.footer .fmenu ul li:last-of-type a {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .footer .fmenu-1 {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .footer .fmenu-2 {
    margin-bottom: 42px;
  }
}

.footer .subscribe-follow {
  width: 226px;
}

@media (max-width: 991px) {
  .footer .subscribe-follow {
    width: 100%;
  }
}

.footer .subscribe-follow span {
  display: block;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #000000;
  margin-bottom: 18px;
  line-height: 13px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
}

.footer .subscribe-follow .subs {
  margin-bottom: 27px;
}

@media (max-width: 991px) {
  .footer .subscribe-follow .subs {
    margin-bottom: 39px;
  }
}

.footer .subscribe-follow .subs .forminator-ui#forminator-module-159.forminator-design--default {
  margin-top: 0;
}

.footer .subscribe-follow .subs .forminator-ui#forminator-module-159.forminator-design--default .forminator-input {
  width: 100%;
  height: 30px;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  color: #000000;
  background: transparent;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #000000;
  border-radius: 39px;
  margin-bottom: 14px;
}

.footer .subscribe-follow .subs .forminator-ui#forminator-module-159.forminator-design--default .forminator-input::placeholder {
  color: #000000;
  opacity: 1;
}

.footer .subscribe-follow .subs .forminator-ui#forminator-module-159.forminator-design--default .forminator-input:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.footer .subscribe-follow .subs .forminator-ui#forminator-module-159.forminator-design--default .forminator-input::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.footer .subscribe-follow .subs .forminator-ui#forminator-module-159.forminator-design--default .forminator-button {
  width: 100%;
  height: 30px;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  color: #000000;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 39px;
}

.footer .subscribe-follow .subs .forminator-ui#forminator-module-159.forminator-design--default .forminator-button:hover {
  background: #FF8C00;
  color: #ffffff;
  border: 1px solid #FF8C00;
  box-shadow: none;
}

.footer .subscribe-follow .subs .forminator-ui#forminator-module-159.forminator-design--default .forminator-error-message {
  font-size: 10px;
  letter-spacing: 0px;
}

.footer .subscribe-follow .subs #mc_embed_signup div#mce-responses {
  width: 100%;
  margin: 0;
  position: absolute;
  top: inherit;
  bottom: -16px;
}

.footer .subscribe-follow .subs #mc_embed_signup div.response {
  width: 100%;
  padding: 0;
  margin: 0;
  float: none;
  clear: both;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  font-weight: 400;
  color: #fff !important;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer .subscribe-follow .subs #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  color: #fff !important;
  background: transparent;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 991px) {
  .footer .subscribe-follow .follow {
    margin-bottom: 27px;
  }
}

.footer .subscribe-follow .follow__icon {
  display: flex;
}

.footer .subscribe-follow .follow__icon a {
  display: block;
  margin-right: 9px;
}

.footer .subscribe-follow .follow__icon a img {
  display: block;
}

.footer .subscribe-follow .follow__icon a svg {
  -webkit-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer .subscribe-follow .follow__icon a svg circle {
  -webkit-transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer .subscribe-follow .follow__icon a svg path {
  -webkit-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer .subscribe-follow .follow__icon a:hover svg {
  fill: #FF8C00;
}

.footer .subscribe-follow .follow__icon a:hover svg circle {
  stroke: #FF8C00;
}

.footer .subscribe-follow .follow__icon a:hover svg path {
  fill: #ffffff;
}

.footer .copyright span {
  display: block;
  font-size: 8px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #000000;
  line-height: 11px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  [data-sal|='slide'] {
    opacity: 1;
  }
}

.banner-slides {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner-slides .owl-stage-outer {
  position: relative;
}

.banner-slides .owl-stage-outer::after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 5;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+9,0+28,0+74,0.75+91 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 9%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0.75) 91%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 9%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0.75) 91%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.75) 9%, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0.75) 91%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#bf000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .banner-slides {
    height: 431px;
  }
}

.banner-slides__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-slides .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-slides .bg--default {
  display: block;
}

@media (max-width: 768px) {
  .banner-slides .bg--default {
    display: none;
  }
}

.banner-slides .bg--mobile {
  display: none;
}

@media (max-width: 768px) {
  .banner-slides .bg--mobile {
    display: block;
  }
}

.banner-slides .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 768px) {
  .banner-slides .video-bg {
    height: 100%;
  }
}

.banner-slides .owl-item {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.banner-slides .owl-item.active {
  opacity: 1;
}

.banner-slides .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

@media (max-width: 768px) {
  .banner-slides .item {
    height: 574px;
  }
}

.banner-slides .item .content {
  position: relative;
  text-align: center;
  z-index: 2;
}

@media (max-width: 768px) {
  .banner-slides .item .content {
    padding: 0 44px;
  }
}

.banner-slides .item .content .title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 43.24px;
  font-family: "DM Mono", monospace;
  letter-spacing: 0.288em;
  text-transform: uppercase;
  max-width: 945px;
}

@media (max-width: 768px) {
  .banner-slides .item .content .title {
    font-size: 28px;
    margin-bottom: 9px;
    line-height: 30.27px;
  }
}

.banner-slides .item .content p {
  font-size: 14px;
  color: #ffffff;
  line-height: 18.82px;
}

@media (max-width: 768px) {
  .banner-slides .item .content p {
    font-size: 12px;
    line-height: 16.13px;
  }
}

.banner-slides .item .content .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}

@media (max-width: 768px) {
  .banner-slides .item .content .btn-wrap {
    flex-direction: column;
  }
}

.banner-slides .item .content .btn-wrap a {
  margin: 0 8px;
}

@media (max-width: 768px) {
  .banner-slides .item .content .btn-wrap a {
    width: 140px;
    padding: 9px 0;
    margin-bottom: 16px;
  }
}

.banner-slides .owl-dots {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  padding: 0 60px;
  bottom: 32px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .banner-slides .owl-dots {
    padding: 0 15px;
  }
}

.banner-slides .owl-dots .owl-dot {
  position: relative;
  width: calc( 33.33% - 15px);
  height: 2px;
  margin: 0 15px;
}

@media (max-width: 768px) {
  .banner-slides .owl-dots .owl-dot {
    width: calc( 33.33% - 7px);
    margin: 0 3px;
  }
}

.banner-slides .owl-dots .owl-dot:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffffff;
  opacity: .5;
}

.banner-slides .owl-dots .owl-dot:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  opacity: 1;
  z-index: 2;
  -webkit-transition: width 3s ease-out, opacity 0.3s ease-out 0;
  -moz-transition: width 3s ease-out, opacity 0.3s ease-out 0;
  -ms-transition: width 3s ease-out, opacity 0.3s ease-out 0;
  -o-transition: width 3s ease-out, opacity 0.3s ease-out 0;
  transition: width 3s ease-out, opacity 0.3s ease-out 0;
}

.banner-slides .owl-dots .owl-dot.active:before {
  width: 100%;
  opacity: 0;
  -webkit-transition: width 3s ease-out, opacity 0.3s ease-out 4s;
  -moz-transition: width 3s ease-out, opacity 0.3s ease-out 4s;
  -ms-transition: width 3s ease-out, opacity 0.3s ease-out 4s;
  -o-transition: width 3s ease-out, opacity 0.3s ease-out 4s;
  transition: width 3s ease-out, opacity 0.3s ease-out 4s;
}

.banner-slides .owl-dots .owl-dot.current:before {
  width: 100%;
  opacity: 0;
  -webkit-transition: width 3s ease-out, opacity 0.3s ease-out 4s;
  -moz-transition: width 3s ease-out, opacity 0.3s ease-out 4s;
  -ms-transition: width 3s ease-out, opacity 0.3s ease-out 4s;
  -o-transition: width 3s ease-out, opacity 0.3s ease-out 4s;
  transition: width 3s ease-out, opacity 0.3s ease-out 4s;
}

.fullwidth-content {
  background: #98948B;
  padding: 149px 0 163px;
}

@media (max-width: 991px) {
  .fullwidth-content {
    padding: 72px 0;
  }
}

@media (max-width: 768px) {
  .fullwidth-content {
    background: #D5D1C8;
  }
}

.fullwidth-content .subtitle {
  font-size: 12px;
  font-weight: 500;
  font-family: "DM Mono", monospace;
  color: #000000;
  line-height: 16px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .fullwidth-content .subtitle {
    font-size: 10px;
    margin-bottom: 29px;
    line-height: 13.89px;
  }
}

.fullwidth-content p {
  font-size: 28px;
  color: #000000;
  margin-bottom: 33px;
  line-height: 37px;
}

@media (max-width: 768px) {
  .fullwidth-content p {
    font-size: 18px;
    line-height: 24.14px;
  }
}

.fullwidth-content p br {
  display: none;
}

.fullwidth-content span {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 18.82px;
}

.video {
  position: relative;
  height: 680px;
  background: #000000;
  cursor: pointer;
}

@media (max-width: 991px) {
  .video {
    height: 340px;
  }
}

@media (max-width: 768px) {
  .video {
    height: 173px;
  }
}

.video__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.video .play svg {
  -webkit-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.video .play svg circle {
  -webkit-transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.video .play svg path {
  -webkit-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 768px) {
  .video .play svg {
    width: 66px;
    height: auto;
  }
}

.video:hover .play svg {
  fill: #FF8C00;
}

.video:hover .play svg circle {
  stroke: #FF8C00;
}

.video:hover .play svg path {
  fill: #ffffff;
}

.video iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.video.hide .video__placeholder, .video.hide .play {
  opacity: 0;
  visibility: hidden;
}

.column-content {
  position: relative;
  background: #ffffff;
}

.column-content .content-combination .content-combi-item {
  margin-bottom: 36px;
}

.column-content .col-wrap-img-content {
  display: flex;
}

@media (max-width: 700px) {
  .column-content .col-wrap-img-content {
    display: block;
  }
}

.column-content .col-wrap-img-content .column-img {
  position: relative;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.column-content .col-wrap-img-content .column-img .col-img-item {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.column-content .col-wrap-img-content .column-img .col-img-item img {
  overflow: visible;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 700px) {
  .column-content .col-wrap-img-content .column-img {
    width: 100%;
    opacity: 1;
  }
}

.column-content .col-wrap-img-content .col-content {
  width: 50%;
  position: relative;
}

@media (max-width: 700px) {
  .column-content .col-wrap-img-content .col-content {
    width: 100%;
  }
}

.column-content .col-wrap-img-content .col-content .column-content__flex {
  justify-content: flex-start;
  position: sticky;
  top: 0;
  width: 100%;
  padding-left: 86px;
}

.column-content .col-wrap-img-content .col-content .column-content__flex .content {
  width: 62%;
}

@media (max-width: 1700px) {
  .column-content .col-wrap-img-content .col-content .column-content__flex .content {
    padding-top: 0;
    margin-top: -79px;
  }
}

@media (max-width: 1599px) {
  .column-content .col-wrap-img-content .col-content .column-content__flex .content {
    width: 79%;
  }
}

@media (max-width: 1365px) {
  .column-content .col-wrap-img-content .col-content .column-content__flex .content {
    margin-top: 0;
    padding: 63px 0 64px;
  }
}

@media (max-width: 700px) {
  .column-content .col-wrap-img-content .col-content .column-content__flex .content {
    padding: 60px 20px;
    width: 100%;
  }
}

@media (max-width: 1365px) {
  .column-content .col-wrap-img-content .col-content .column-content__flex {
    padding-left: 43px;
  }
}

@media (max-width: 700px) {
  .column-content .col-wrap-img-content .col-content .column-content__flex {
    padding: 0;
  }
}

.column-content--end .column-content__flex {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .column-content--end .column-content__flex {
    flex-direction: column;
  }
}

.column-content--end .column-img {
  left: 0;
}

.column-content--end .content {
  margin-right: 89px;
}

@media (max-width: 991px) {
  .column-content--end .content {
    margin-right: 0;
  }
}

.column-content--start .column-content__flex {
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .column-content--start .column-content__flex {
    flex-direction: column;
  }
}

.column-content--start .column-img {
  right: 0;
}

.column-content .column-img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .column-content .column-img {
    position: relative;
    top: 0;
    width: 100%;
    height: 345px;
  }
}

.column-content__flex {
  display: flex;
  min-height: 680px;
  align-items: center;
}

@media (min-width: 1366px) {
  .column-content__flex {
    min-height: 1034px;
  }
}

@media (max-width: 768px) {
  .column-content__flex {
    flex-direction: column;
    min-height: 41px;
  }
}

.column-content .content {
  width: 37%;
  padding: 63px 0 64px;
}

@media (max-width: 991px) {
  .column-content .content {
    width: calc( 50% - 20px);
  }
}

@media (max-width: 768px) {
  .column-content .content {
    width: 100%;
    padding: 69px 0 64px;
  }
}

.column-content .content p:not(:last-of-type) {
  margin-bottom: 20px;
}

.column-content .content ul {
  margin-top: 20px;
  margin-left: 15px;
}

.column-content .content ul li {
  position: relative;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
}

.column-content .content ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -13px;
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 100%;
}

.column-content .content ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .column-content .content ul li {
    font-size: 12px;
    line-height: 16.13px;
  }
}

.column-content .content ol {
  margin-top: 20px;
  margin-left: 15px;
}

.column-content .content ol li {
  position: relative;
  font-size: 14px;
  list-style-type: decimal;
  color: #000000;
  line-height: 18px;
}

.column-content .content ol li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .column-content .content ol li {
    font-size: 12px;
    line-height: 16.13px;
  }
}

.column-content .content .subtitle {
  font-size: 18px;
  font-weight: 500;
  font-family: "DM Mono", monospace;
  color: #000000;
  margin-bottom: 29px;
  line-height: 16px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .column-content .content .subtitle {
    font-size: 10px;
    line-height: 13.89px;
    margin-bottom: 14px;
  }
}

.column-content .content .title {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .column-content .content .title {
    font-size: 22px;
    line-height: 23.78px;
    margin-bottom: 14px;
  }
}

.column-content .content .btn-wrap {
  margin: 32px 0 35px;
}

@media (max-width: 768px) {
  .column-content .content .btn-wrap {
    margin: 20px 0 35px;
  }
}

.column-content .content .table .item {
  display: flex;
  border-top: 0.7px solid #D5D1C8;
  padding-top: 17px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .column-content .content .table .item {
    flex-direction: column;
  }
}

.column-content .content .table .item .percent {
  min-width: 186px;
  font-size: 64px;
  font-weight: 500;
  color: #000000;
  line-height: 69px;
}

.column-content .content .table .item .percent div {
  display: inline-block;
}

.column-content .content .table .item .percent span {
  display: block;
  font-size: 20px;
  color: #000000;
  line-height: 21px;
  text-transform: uppercase;
}

.column-content .content .table .item .desc {
  font-size: 16px;
  color: #000000;
  margin-top: 8px;
  line-height: 18px;
}

@media (max-width: 768px) {
  .column-content .content .table .item .desc {
    font-size: 12px;
    line-height: 16.13px;
  }
}

.column-content-scroll {
  position: relative;
  background: #ffffff;
}

.column-content-scroll .content-combination .content-combi-item {
  margin-bottom: 36px;
}

.column-content-scroll .content-combi-item {
  opacity: .2;
  transition: .2s;
}

@media (max-width: 700px) {
  .column-content-scroll .content-combi-item {
    opacity: 1 !important;
  }
}

.column-content-scroll .col-wrap-img-content {
  display: flex;
}

@media (max-width: 700px) {
  .column-content-scroll .col-wrap-img-content {
    display: block;
  }
}

.column-content-scroll .col-wrap-img-content .column-img {
  position: relative;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.column-content-scroll .col-wrap-img-content .column-img .col-img-item {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.column-content-scroll .col-wrap-img-content .column-img .col-img-item img {
  overflow: visible;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 700px) {
  .column-content-scroll .col-wrap-img-content .column-img {
    width: 100%;
    opacity: 1;
  }
}

.column-content-scroll .col-wrap-img-content .col-content {
  width: 50%;
  position: relative;
}

@media (max-width: 700px) {
  .column-content-scroll .col-wrap-img-content .col-content {
    width: 100%;
  }
}

.column-content-scroll .col-wrap-img-content .col-content .column-content__flex {
  justify-content: flex-start;
  position: sticky;
  top: 0;
  width: 100%;
  padding-left: 86px;
}

.column-content-scroll .col-wrap-img-content .col-content .column-content__flex .content {
  width: 62%;
}

@media (max-width: 1700px) {
  .column-content-scroll .col-wrap-img-content .col-content .column-content__flex .content {
    padding-top: 0;
    margin-top: -79px;
  }
}

@media (max-width: 1599px) {
  .column-content-scroll .col-wrap-img-content .col-content .column-content__flex .content {
    width: 79%;
  }
}

@media (max-width: 1365px) {
  .column-content-scroll .col-wrap-img-content .col-content .column-content__flex .content {
    margin-top: 0;
    padding: 104px 0 64px;
  }
}

@media (max-width: 700px) {
  .column-content-scroll .col-wrap-img-content .col-content .column-content__flex .content {
    padding: 60px 20px;
    width: 100%;
  }
}

@media (max-width: 1365px) {
  .column-content-scroll .col-wrap-img-content .col-content .column-content__flex {
    padding-left: 43px;
  }
}

@media (max-width: 700px) {
  .column-content-scroll .col-wrap-img-content .col-content .column-content__flex {
    padding: 0;
  }
}

.column-content-scroll--end .column-content__flex {
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .column-content-scroll--end .column-content__flex {
    flex-direction: column;
  }
}

.column-content-scroll--end .column-img {
  left: 0;
}

.column-content-scroll--end .content {
  margin-right: 89px;
}

@media (max-width: 991px) {
  .column-content-scroll--end .content {
    margin-right: 0;
  }
}

.column-content-scroll--start .column-content__flex {
  justify-content: flex-start;
}

@media (max-width: 768px) {
  .column-content-scroll--start .column-content__flex {
    flex-direction: column;
  }
}

.column-content-scroll--start .column-img {
  right: 0;
}

.column-content-scroll .column-img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .column-content-scroll .column-img {
    position: relative;
    top: 0;
    width: 100%;
    height: 345px;
  }
}

.column-content-scroll__flex {
  display: flex;
  min-height: 680px;
  align-items: center;
}

@media (min-width: 1400px) {
  .column-content-scroll__flex {
    min-height: 1034px;
  }
}

@media (max-width: 768px) {
  .column-content-scroll__flex {
    flex-direction: column;
    min-height: 41px;
  }
}

.column-content-scroll .content {
  width: 37%;
  padding: 63px 0 64px;
}

@media (max-width: 991px) {
  .column-content-scroll .content {
    width: calc( 50% - 20px);
  }
}

@media (max-width: 768px) {
  .column-content-scroll .content {
    width: 100%;
    padding: 69px 0 64px;
  }
}

.column-content-scroll .content p:not(:last-of-type) {
  margin-bottom: 20px;
}

.column-content-scroll .content ul {
  margin-top: 20px;
  margin-left: 15px;
}

.column-content-scroll .content ul li {
  position: relative;
  font-size: 14px;
  color: #000000;
  line-height: 18px;
}

.column-content-scroll .content ul li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -13px;
  width: 4px;
  height: 4px;
  background: #000000;
  border-radius: 100%;
}

.column-content-scroll .content ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .column-content-scroll .content ul li {
    font-size: 12px;
    line-height: 16.13px;
  }
}

.column-content-scroll .content ol {
  margin-top: 20px;
  margin-left: 15px;
}

.column-content-scroll .content ol li {
  position: relative;
  font-size: 14px;
  list-style-type: decimal;
  color: #000000;
  line-height: 18px;
}

.column-content-scroll .content ol li:not(:last-of-type) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .column-content-scroll .content ol li {
    font-size: 12px;
    line-height: 16.13px;
  }
}

.column-content-scroll .content .subtitle {
  font-size: 18px;
  font-weight: 500;
  font-family: "DM Mono", monospace;
  color: #000000;
  margin-bottom: 29px;
  line-height: 16px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .column-content-scroll .content .subtitle {
    font-size: 10px;
    line-height: 13.89px;
    margin-bottom: 14px;
  }
}

.column-content-scroll .content .title {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .column-content-scroll .content .title {
    font-size: 22px;
    line-height: 23.78px;
    margin-bottom: 14px;
  }
}

.column-content-scroll .content .btn-wrap {
  margin: 32px 0 35px;
}

@media (max-width: 768px) {
  .column-content-scroll .content .btn-wrap {
    margin: 20px 0 35px;
  }
}

.column-content-scroll .content .table .item {
  display: flex;
  border-top: 0.7px solid #D5D1C8;
  padding-top: 17px;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .column-content-scroll .content .table .item {
    flex-direction: column;
  }
}

.column-content-scroll .content .table .item .percent {
  min-width: 186px;
  font-size: 64px;
  font-weight: 500;
  color: #000000;
  line-height: 69px;
}

.column-content-scroll .content .table .item .percent div {
  display: inline-block;
}

.column-content-scroll .content .table .item .percent span {
  display: block;
  font-size: 20px;
  color: #000000;
  line-height: 21px;
  text-transform: uppercase;
}

.column-content-scroll .content .table .item .desc {
  font-size: 16px;
  color: #000000;
  margin-top: 8px;
  line-height: 18px;
}

@media (max-width: 768px) {
  .column-content-scroll .content .table .item .desc {
    font-size: 12px;
    line-height: 16.13px;
  }
}

.content-cta {
  position: relative;
  display: flex;
  align-items: center;
  height: 680px;
}

@media (max-width: 991px) {
  .content-cta {
    height: 574px;
  }
}

.content-cta.false:before {
  display: none;
}

.content-cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 2;
}

.content-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.content-cta .content {
  position: relative;
  width: 100%;
  max-width: 519px;
  z-index: 3;
}

.content-cta .content .subtitle {
  font-size: 18px;
  font-weight: 500;
  font-family: "DM Mono", monospace;
  color: #ffffff;
  margin-bottom: 28px;
  line-height: 16px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .content-cta .content .subtitle {
    font-size: 10px;
    margin-bottom: 20px;
    line-height: 13.89px;
  }
}

.content-cta .content .title {
  margin-bottom: 29px;
}

@media (max-width: 768px) {
  .content-cta .content .title {
    margin-bottom: 14px;
  }
}

.content-cta .content .title h2 {
  color: #ffffff;
}

.content-cta .content p {
  font-size: 16px;
  color: #ffffff;
  line-height: 18px;
}

@media (max-width: 768px) {
  .content-cta .content p {
    font-size: 12px;
    line-height: 16.13px;
  }
}

.content-cta .content .btn-wrap {
  margin-top: 30px;
}

.content-cta .content .btn-wrap a {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .content-cta .content .btn-wrap a {
    margin-right: 2px;
    padding: 9px 5px;
  }
}

.featured-slider {
  background: #EEECE9;
  padding: 94px 0;
}

@media (max-width: 768px) {
  .featured-slider {
    padding: 68px 0;
  }
}

.featured-slider h2 {
  margin-bottom: 41px;
}

@media (max-width: 768px) {
  .featured-slider h2 {
    text-align: center;
    margin-bottom: 56px;
  }
}

.featured-slider .owl-carousel {
  padding: 0 60px;
}

.featured-slider .owl-carousel img {
  display: block;
  max-width: 164px;
}

@media (max-width: 768px) {
  .featured-slider .owl-carousel img {
    max-width: 100px;
  }
}

.featured-slider .owl-carousel .featured-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .featured-slider .owl-carousel .featured-item {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .featured-slider .owl-carousel .featured-item .item:not(:last-of-type) {
    margin-bottom: 50px;
  }
}

.featured-slider .owl-carousel .owl-nav {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  z-index: 2;
}

@media (max-width: 768px) {
  .featured-slider .owl-carousel .owl-nav {
    top: 45%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.featured-slider .owl-carousel .owl-nav span {
  display: none;
}

.featured-slider .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: url("../images/icon-arrow-left.svg") no-repeat;
  background-size: 38px;
  -webkit-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.featured-slider .owl-carousel .owl-nav .owl-prev:hover {
  background: url("../images/icon-arrow-left-hover.svg") no-repeat;
}

.featured-slider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("../images/icon-arrow-right.svg") no-repeat;
  background-size: 38px;
  -webkit-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.featured-slider .owl-carousel .owl-nav .owl-next:hover {
  background: url("../images/icon-arrow-right-hover.svg") no-repeat;
}

.latest-news {
  padding: 116px 0 89px;
}

.latest-news .container {
  padding: 0 60px;
}

@media (max-width: 768px) {
  .latest-news .container {
    padding: 0 20px;
  }
}

.latest-news .container-max {
  max-width: 100%;
  padding: 0 60px;
}

@media (max-width: 768px) {
  .latest-news .container-max {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .latest-news {
    padding: 68px 0 39px;
  }
}

.latest-news .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 31px;
}

.latest-news .heading h2 {
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.235em;
}

@media (max-width: 768px) {
  .latest-news .heading {
    flex-direction: column;
    align-items: flex-start;
  }
  .latest-news .heading h2 {
    margin-bottom: 20px;
  }
}

.latest-news__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

@media (max-width: 768px) {
  .latest-news__flex {
    flex-direction: column;
    margin: 0;
  }
}

.latest-news .col-4 .item {
  width: 25%;
}

@media (max-width: 768px) {
  .latest-news .col-4 .item {
    width: 100%;
  }
}

.latest-news .col-3 .item {
  width: 100%;
}

@media (max-width: 768px) {
  .latest-news .col-3 .item {
    width: 100%;
  }
}

.latest-news .item {
  padding: 0 15px;
  margin-bottom: 20px;
  width: 100% !important;
}

@media (max-width: 768px) {
  .latest-news .item {
    padding: 0;
    margin-bottom: 40px;
  }
}

.latest-news .thumbnail {
  position: relative;
  width: 100%;
  height: 278px;
  margin-bottom: 26px;
  overflow: hidden;
}

.latest-news .thumbnail .img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 1300px) {
  .latest-news .thumbnail {
    height: 402px;
  }
}

@media (max-width: 768px) {
  .latest-news .content {
    margin-top: 17px;
  }
}

.latest-news .content h3 {
  margin-bottom: 17px;
}

.latest-news .content .date-cat {
  display: flex;
  font-size: 14px;
  color: #ABA79D;
  margin-bottom: 23px;
  line-height: 18px;
}

@media (max-width: 768px) {
  .latest-news .content .date-cat {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 16.13px;
  }
}

.latest-news .content .date-cat span {
  display: block;
}

.latest-news .content .excerpt {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .latest-news .content .excerpt {
    margin-bottom: 23px;
  }
}

.latest-news .content .excerpt p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .latest-news .content .excerpt p {
    font-size: 12px;
    line-height: 16.13px;
  }
}

.testimonials {
  background: #98948B;
  padding: 151px 0 150px;
}

@media (max-width: 768px) {
  .testimonials {
    padding: 72px 0 73px;
  }
}

.testimonials .owl-carousel {
  width: 100%;
  max-width: 655px;
}

.testimonials .owl-carousel .owl-dots {
  margin-top: 15px;
}

.testimonials .owl-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  margin-left: 15px;
  border: 1px solid #000000;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .testimonials .owl-carousel .owl-dots .owl-dot {
    margin-left: 20px;
  }
}

.testimonials .owl-carousel .owl-dots .owl-dot:first-of-type {
  margin-left: 0;
}

.testimonials .owl-carousel .owl-dots .owl-dot.active {
  background: #000000;
}

.testimonials .item p {
  font-size: 28px;
  color: #000000;
  margin-bottom: 27px;
  line-height: 37px;
}

@media (max-width: 768px) {
  .testimonials .item p {
    font-size: 18px;
    line-height: 24.14px;
  }
}

.testimonials .item .author {
  font-size: 12px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #000000;
  line-height: 16px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .testimonials .item .author {
    font-size: 10px;
    line-height: 13.89px;
  }
}

.faq {
  background: #EEECE9;
  padding: 69px 0 49px;
}

.faq__list {
  margin-top: 42px;
}

@media (max-width: 768px) {
  .faq__list {
    margin-top: 33px;
  }
}

.faq .item {
  position: relative;
  padding: 30px 69px 36px 0;
  border-top: 0.7px solid #000000;
  cursor: pointer;
}

@media (max-width: 768px) {
  .faq .item {
    padding: 23px 29px 24px 0;
  }
}

.faq .item .toggle-button {
  position: absolute;
  width: 57px;
  height: 57px;
  top: 18px;
  right: 0;
  padding: 13px;
  border: 0.7px solid #000000;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, background 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, background 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, background 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, background 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, background 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 768px) {
  .faq .item .toggle-button {
    width: 30px;
    height: 30px;
    padding: 7px;
  }
}

.faq .item .toggle-button svg {
  display: block;
}

@media (max-width: 768px) {
  .faq .item .toggle-button svg {
    width: 14px;
    height: 14px;
  }
}

.faq .item:hover .toggle-button {
  background: #FF8C00;
  border: 0.7px solid #FF8C00;
}

.faq .item:hover .toggle-button svg {
  display: block;
}

.faq .item:hover .toggle-button svg path {
  stroke: #ffffff;
}

.faq .item.open .toggle-button {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.faq .title {
  font-size: 24px;
  color: #000000;
  line-height: 32px;
}

@media (max-width: 768px) {
  .faq .title {
    font-size: 18px;
    line-height: 24.14px;
  }
}

.faq .content-toggle {
  display: none;
  width: 100%;
  max-width: 708px;
  margin: 37px 0 28px;
}

@media (max-width: 768px) {
  .faq .content-toggle {
    margin: 24px 0 0;
  }
}

.faq .content-toggle p {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
}

@media (max-width: 768px) {
  .faq .content-toggle p {
    font-size: 12px;
    line-height: 16.13px;
  }
}

.faq .content-toggle p:not(:last-of-type) {
  margin-bottom: 27px;
}

@media (max-width: 768px) {
  .faq .content-toggle p:not(:last-of-type) {
    margin-bottom: 16px;
  }
}

.get-in-touch {
  padding: 105px 0 102px;
  background: #98948B;
}

@media (max-width: 768px) {
  .get-in-touch {
    padding: 70px 0 80px;
  }
}

.get-in-touch__form {
  width: 100%;
  max-width: 458px;
}

.get-in-touch__form h2 {
  margin-bottom: 24px;
}

.get-in-touch__form p {
  margin-bottom: 40px;
}

.get-in-touch__form .forminator-row {
  margin-bottom: 25px;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-description {
  display: none;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-input {
  width: 100%;
  height: 39px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #000000;
  background: transparent;
  padding: 0 17px;
  border: 1px solid #000000;
  border-radius: 39px;
}

@media (max-width: 768px) {
  .get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-input {
    font-size: 12px;
  }
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-input:hover {
  background: transparent;
  border: 1px solid #FF8C00;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-input::placeholder {
  color: #000000;
  opacity: 1;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-input:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-input::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
  width: 100%;
  height: 39px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #000000;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 39px;
}

@media (max-width: 768px) {
  .get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] {
    font-size: 12px;
  }
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"]:hover {
  background: transparent;
  border: 1px solid #FF8C00;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered {
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #000000;
}

@media (max-width: 768px) {
  .get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered {
    font-size: 12px;
  }
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__arrow {
  color: #000000;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-textarea {
  width: 100%;
  height: 102px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #000000;
  background: transparent;
  padding: 11px 17px;
  border: 1px solid #000000;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-textarea {
    font-size: 12px;
  }
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-textarea:hover {
  background: transparent;
  border: 1px solid #FF8C00;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-textarea::placeholder {
  color: #000000;
  opacity: 1;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-textarea:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-textarea::-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-button-submit {
  width: 100%;
  height: 30px;
  font-size: 10px;
  font-weight: 500;
  font-family: "DM Mono", monospace;
  color: #000000;
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #000000;
  border-radius: 15px;
  text-transform: uppercase;
  letter-spacing: 0.285em;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-button-submit:hover {
  background: #FF8C00;
  color: #ffffff;
  border: 1px solid #FF8C00;
  box-shadow: none;
}

.get-in-touch .forminator-ui#forminator-module-8.forminator-design--default .forminator-row.forminator-row-last {
  margin-bottom: 0;
}

.filter {
  padding: 56px 0;
}

@media (max-width: 768px) {
  .filter {
    padding: 45px 0;
  }
}

.filter__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .filter__flex {
    flex-wrap: wrap;
  }
}

.filter .title {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin-right: 84px;
  line-height: 16px;
  letter-spacing: 0.126em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .filter .title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .filter .title {
    margin-bottom: 11px;
  }
}

.filter .button {
  display: flex;
}

@media (max-width: 768px) {
  .filter .button {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.filter .button a {
  display: block;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #000000;
  padding: 14px 21px 13px;
  line-height: 13px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  border: 1px solid #000000;
  border-radius: 39px;
  margin: 0 13px;
  -webkit-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 768px) {
  .filter .button a {
    margin: 6px 8px;
  }
}

.filter .button a.active, .filter .button a:hover {
  color: #ffffff;
  background: #FF8C00;
  border: 1px solid #FF8C00;
}

.column-featured {
  background: #EEECE9;
  padding: 100px 0 104px;
}

@media (max-width: 768px) {
  .column-featured {
    padding: 50px 0;
  }
}

.column-featured__flex {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

@media (max-width: 768px) {
  .column-featured__flex {
    flex-direction: column;
    margin: 0;
  }
}

.column-featured h2 {
  margin-bottom: 31px;
}

.column-featured .col-4 .item {
  width: 25%;
}

@media (max-width: 768px) {
  .column-featured .col-4 .item {
    width: 100%;
  }
}

.column-featured .col-3 .item {
  width: 33.33%;
}

@media (max-width: 768px) {
  .column-featured .col-3 .item {
    width: 100%;
  }
}

.column-featured .item {
  padding: 0 15px;
}

@media (max-width: 768px) {
  .column-featured .item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}

.column-featured .item .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 248px;
  background: #DBD8CE;
  padding: 0 20px;
  margin-bottom: 28px;
}

@media (max-width: 768px) {
  .column-featured .item .icons {
    height: 192px;
    padding: 20px;
  }
}

.column-featured .item .icons img {
  display: block;
}

@media (max-width: 991px) {
  .column-featured .item .icons img {
    width: 80%;
    max-width: 200px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .column-featured .item .icons img {
    width: 124px;
    max-width: 124px;
    height: auto;
  }
}

.column-featured .item .title {
  margin-bottom: 18px;
}

.page-template-generic-page,
.page-template-contact-us,
.error404,
.single {
  padding-top: 81px;
}

@media (max-width: 991px) {
  .page-template-generic-page,
  .page-template-contact-us,
  .error404,
  .single {
    padding-top: 60px;
  }
}

.page-template-generic-page .header,
.page-template-contact-us .header,
.error404 .header,
.single .header {
  background: #ffffff;
}

.page-template-generic-page .header .logo .logo-sticky,
.page-template-contact-us .header .logo .logo-sticky,
.error404 .header .logo .logo-sticky,
.single .header .logo .logo-sticky {
  opacity: 1;
}

.page-template-generic-page .header .menu ul li a,
.page-template-contact-us .header .menu ul li a,
.error404 .header .menu ul li a,
.single .header .menu ul li a {
  color: #000000;
}

.page-template-generic-page .header .menu-hamburger,
.page-template-contact-us .header .menu-hamburger,
.error404 .header .menu-hamburger,
.single .header .menu-hamburger {
  border: 1.13px solid #000000;
}

.page-template-generic-page .header .menu-hamburger span:before,
.page-template-contact-us .header .menu-hamburger span:before,
.error404 .header .menu-hamburger span:before,
.single .header .menu-hamburger span:before {
  content: '';
  background: #000000;
}

.page-template-generic-page .header .menu-hamburger span:after,
.page-template-contact-us .header .menu-hamburger span:after,
.error404 .header .menu-hamburger span:after,
.single .header .menu-hamburger span:after {
  content: '';
  background: #000000;
}

.generic {
  background: #EEECE9;
  padding: 184px 0 140px;
}

@media (max-width: 991px) {
  .generic {
    padding: 104px 0 40px;
  }
}

.generic .content {
  width: 100%;
  max-width: 655px;
}

.generic .content h1 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 32px;
  line-height: 43.24px;
}

@media (max-width: 991px) {
  .generic .content h1 {
    font-size: 28px;
    line-height: 31px;
  }
}

.generic .content .wp-block-preformatted {
  display: block;
  font-size: 14px;
  font-family: "DM Mono", monospace;
  text-transform: uppercase;
  margin: 30px 0 20px;
  letter-spacing: 0.285em;
}

.generic .content p {
  margin-bottom: 20px;
}

.contact-us {
  background: #98948B;
  padding-top: 85px;
}

@media (max-width: 768px) {
  .contact-us {
    padding: 50px 0 20px;
  }
}

.contact-us .contact-details {
  background: #EEECE9;
  padding: 100px 0 103px;
}

@media (max-width: 768px) {
  .contact-us .contact-details {
    padding: 50px 0 20px;
  }
}

.contact-us .contact-details__flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .contact-us .contact-details__flex {
    flex-direction: column;
  }
}

.contact-us .contact-details .location {
  display: flex;
}

@media (max-width: 768px) {
  .contact-us .contact-details .location {
    flex-direction: column;
  }
}

.contact-us .contact-details h3 {
  font-size: 28px;
  line-height: 37.63px;
  margin-bottom: 16px;
}

.contact-us .contact-details p span {
  display: block;
  font-size: 12px;
  font-family: "DM Mono", monospace;
  line-height: 16.67px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
}

.contact-us .contact-details p a {
  color: #000000;
}

.contact-us .contact-details .subitem {
  max-width: 287px;
}

@media (max-width: 768px) {
  .contact-us .contact-details .subitem {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.contact-us .contact-details .subitem:not(:first-of-type) {
  margin-left: 60px;
}

@media (max-width: 991px) {
  .contact-us .contact-details .subitem:not(:first-of-type) {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .contact-us .contact-details .subitem:not(:first-of-type) {
    margin-left: 0;
  }
}

.contact-us .contact-details .wrap:not(:last-of-type) {
  margin-bottom: 22px;
}

.contact-us .contact-details .sub-location p {
  margin-bottom: 22px;
}

.news #ajax-load-more {
  width: 100%;
}

.news .latest-news {
  padding-top: 0;
  padding-bottom: 70px;
}

.news .latest-news__flex {
  flex-wrap: wrap;
}

.news .latest-news .item {
  width: 33.33%;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .news .latest-news .item {
    width: 100%;
    margin-bottom: 6px;
  }
}

.news .latest-news .item a {
  display: block;
  position: relative;
}

.news .latest-news .item a .thumbnail {
  height: 549px;
}

.news .latest-news .item a .thumbnail:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+54,0.75+97 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.75) 97%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.75) 97%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.75) 97%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
  /* IE6-9 */
  z-index: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .news .latest-news .item a .thumbnail:after {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+54,0.75+97 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.75) 97%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.75) 97%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.75) 97%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
    /* IE6-9 */
  }
}

@media (min-width: 1300px) {
  .news .latest-news .item a .thumbnail {
    height: 642px;
  }
}

@media (min-width: 1700px) {
  .news .latest-news .item a .thumbnail {
    height: 786px;
  }
}

@media (max-width: 768px) {
  .news .latest-news .item a .thumbnail {
    height: 376px;
  }
}

.news .latest-news .item a .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .news .latest-news .item a .content {
    padding: 0 20px;
  }
}

.news .latest-news .item a .content .ln-content-col.ln-content-left {
  width: calc( 87% - 13%);
}

@media (max-width: 768px) {
  .news .latest-news .item a .content .ln-content-col.ln-content-left {
    width: calc( 77% - 13%);
    padding-right: 10px;
  }
}

.news .latest-news .item a .content .ln-content-col.ln-content-right {
  width: 13%;
  min-width: 111px;
}

@media (max-width: 768px) {
  .news .latest-news .item a .content .ln-content-col.ln-content-right {
    width: 111px;
  }
}

.news .latest-news .item a .content .ln-content-col.ln-content-right .btn {
  white-space: nowrap;
}

.news .latest-news .item a .content h3 {
  color: #fff;
  max-width: 423px;
}

.news .latest-news .item a .content p {
  color: #fff;
}

.news .latest-news .alm-reveal {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .news .latest-news .alm-reveal {
    flex-direction: column;
  }
}

.news .latest-news .alm-btn-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 51px;
}

.news .latest-news .alm-load-more-btn {
  display: block;
  width: 218px;
  height: 44px;
  font-size: 10px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #000000 !important;
  background: #ffffff !important;
  padding: 9px 15px;
  text-transform: uppercase;
  border-radius: 39px;
  letter-spacing: 0.285em;
  border: 1px solid #000000;
  -webkit-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.8s cubic-bezier(0.19, 1, 0.22, 1), color 0.8s cubic-bezier(0.19, 1, 0.22, 1), border 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.news .latest-news .alm-load-more-btn:hover {
  color: #ffffff !important;
  background: #FF8C00 !important;
  border: 1px solid #FF8C00 !important;
}

.news .latest-news .alm-load-more-btn.done {
  pointer-events: none;
}

.news-single .single-banner {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .news-single .single-banner {
    height: 380px;
  }
}

@media (max-width: 768px) {
  .news-single .single-banner {
    height: 172px;
  }
}

.news-single .single-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.news-single .video-banner {
  position: relative;
  width: 100%;
}

.news-single .video-banner iframe,
.news-single .video-banner object,
.news-single .video-banner embed {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.news-single .single-content {
  padding-top: 95px;
}

@media (max-width: 991px) {
  .news-single .single-content {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .news-single .single-content {
    padding-top: 26px;
  }
}

.news-single .single-content .container-max {
  width: 100%;
  max-width: 749px;
  margin: 0 auto;
}

.news-single .single-content .cat {
  font-size: 10px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
}

.news-single .single-content .date {
  font-size: 10px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #9A979A;
  letter-spacing: 0.285em;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.news-single .single-content h1 {
  margin-bottom: 18px;
}

.news-single .single-content h4 {
  margin-bottom: 17px;
}

.news-single .single-content h6 {
  margin-bottom: 34px;
}

.news-single .single-content .wp-block-image {
  margin: 28px 0 50px;
}

.news-single .single-content .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}

.news-single .single-content .wp-block-image .wp-element-caption {
  font-size: 10px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  color: #000000;
  margin-top: 21px;
  line-height: 13.89px;
  letter-spacing: 0.285em;
  text-transform: uppercase;
}

.news-single .single-content .wp-block-quote {
  margin: 28px 0 30px;
}

.news-single .single-content .wp-block-quote p {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  line-height: 32.18px;
  text-align: center;
}

.news-single .single-content p {
  margin-bottom: 20px;
}

.news-single .single-content ul, .news-single .single-content ol {
  margin-left: 15px;
}

.news-single .single-content ul li, .news-single .single-content ol li {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  list-style-type: disc;
}

@media (max-width: 768px) {
  .news-single .single-content ul li, .news-single .single-content ol li {
    font-size: 12px;
    line-height: 16.13px;
  }
}

.news-single .single-content .share-single {
  display: flex;
  align-items: center;
  margin: 65px 0;
}

@media (max-width: 768px) {
  .news-single .single-content .share-single {
    margin: 31px 0;
  }
}

.news-single .single-content .share-single span {
  display: block;
  font-size: 24px;
  line-height: 32.18px;
  margin-right: 30px;
}

.news-single .single-content .share-single a {
  display: block;
  margin-right: 8px;
}

.news-single .single-content .share-single a svg {
  -webkit-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.news-single .single-content .share-single a svg circle {
  -webkit-transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: stroke 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.news-single .single-content .share-single a svg path {
  -webkit-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: fill 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.news-single .single-content .share-single a:hover svg {
  fill: #FF8C00;
}

.news-single .single-content .share-single a:hover svg circle {
  stroke: #FF8C00;
}

.news-single .single-content .share-single a:hover svg path {
  fill: #ffffff;
}

.news-single .single-content .share-single .follow__icon {
  display: flex;
}

.archive-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .archive-banner {
    height: 574px;
  }
}

.archive-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.archive-banner .title {
  position: relative;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 14px;
  line-height: 43.24px;
  z-index: 2;
}

@media (max-width: 768px) {
  .archive-banner .title {
    font-size: 28px;
    margin-bottom: 9px;
    line-height: 30.27px;
  }
}

.not-found {
  background: #9D9D9C;
  padding: 184px 0 140px;
}

@media (max-width: 991px) {
  .not-found {
    padding: 104px 0 40px;
  }
}

.not-found .not-found-heading {
  padding: 102px 0 0;
  text-align: center;
}

.not-found .error-text {
  display: block;
  font-size: 14px;
  font-family: "DM Mono", monospace;
  color: #000000;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.not-found h1 {
  font-size: 40px;
  color: #000000;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .not-found h1 {
    font-size: 28px;
  }
}

.not-found p {
  font-size: 12px;
  line-height: 30px;
}

.not-found .btn-flex {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

@media (max-width: 768px) {
  .not-found .btn-flex {
    flex-direction: column;
  }
  .not-found .btn-flex .btn-home-wrap {
    order: 1;
  }
  .not-found .btn-flex .btn-back-wrap {
    order: 2;
  }
}

.not-found .btn-flex .btn-wrap {
  margin: 0 9px;
}

@media (max-width: 768px) {
  .not-found .btn-flex .btn-wrap {
    margin: 0;
  }
}

@media (max-width: 700px) {
  .page-id-188 .column-content-scroll .col-wrap-img-content .column-img .col-img-item,
  .page-id-478 .column-content-scroll .col-wrap-img-content .column-img .col-img-item,
  .page-id-382 .column-content-scroll .col-wrap-img-content .column-img .col-img-item {
    height: auto;
  }
}

@media (max-width: 700px) {
  .page-id-188 .column-content-scroll .col-wrap-img-content .column-img .col-img-item img,
  .page-id-478 .column-content-scroll .col-wrap-img-content .column-img .col-img-item img,
  .page-id-382 .column-content-scroll .col-wrap-img-content .column-img .col-img-item img {
    height: auto;
  }
}

.logo-slider {
  margin-bottom: 30px;
}
@media (max-width: 700px) {
  .logo-slider {
    margin-bottom: 50px;
  }
}

.logo-slider .owl-carousel:not(.owl-loaded),.logo-slider .owl-item:not([style]) {
  display: none;
}
.logo-slider .owl-stage {
  display: flex;
  align-items: center;
}

.logo-slider img {
  height: auto;
}