.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


@charset "UTF-8";
.myClass {
  /* Slider */
  /* Icons */
  /* Arrows */
  /* Dots */
}
.myClass .slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
.myClass .slick-prev,
.myClass .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.myClass .slick-prev:hover,
.myClass .slick-prev:focus,
.myClass .slick-next:hover,
.myClass .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.myClass .slick-prev:hover:before,
.myClass .slick-prev:focus:before,
.myClass .slick-next:hover:before,
.myClass .slick-next:focus:before {
  opacity: 1;
}
.myClass .slick-prev.slick-disabled:before,
.myClass .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.myClass .slick-prev:before,
.myClass .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.myClass .slick-prev {
  left: -25px;
}
.myClass [dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.myClass .slick-prev:before {
  content: "←";
}
.myClass [dir=rtl] .slick-prev:before {
  content: "→";
}
.myClass .slick-next {
  right: -25px;
}
.myClass [dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.myClass .slick-next:before {
  content: "→";
}
.myClass [dir=rtl] .slick-next:before {
  content: "←";
}
.myClass .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.myClass .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.myClass .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.myClass .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.myClass .slick-dots li button:hover,
.myClass .slick-dots li button:focus {
  outline: none;
}
.myClass .slick-dots li button:hover:before,
.myClass .slick-dots li button:focus:before {
  opacity: 1;
}
.myClass .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.myClass .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-list {
  width: 100%;
}
/* Slider */
.slick-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.slick-track:before,
.slick-track:after {
  display: none;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: auto !important;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../layout/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.6);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
@import '_sprite.css';
.block--element .block--header .block--show-more a, .wysiwyg a, .elementor-text-editor a, .elementor-tab-content a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

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

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Apparat";
  src: url("../fonts/Apparat-Regular.woff2") format("woff2"), url("../fonts/Apparat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apparat";
  src: url("../fonts/Apparat-Bold.woff2") format("woff2"), url("../fonts/Apparat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Apparat";
  src: url("../fonts/Apparat-Semibold.woff2") format("woff2"), url("../fonts/Apparat-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.79;
  color: #191919;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-color: #FF2121;
  text-decoration-color: #FF2121;
}
a:hover {
  text-decoration: none;
  color: #FF2121;
}
a[href^=tel] {
  text-decoration: none;
}

.no-underline {
  text-decoration: none;
  color: #191919;
}
.no-underline:hover {
  text-decoration: none;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: "Merriweather Sans", sans-serif;
  margin-bottom: calc(1.79em / 2);
}

.h1,
h1 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
  h1 {
    font-size: 50px;
  }
}

.h2,
h2 {
  font-size: 30px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
  h2 {
    font-size: 20px;
  }
}

.h3,
h3 {
  font-size: 26px;
  line-height: 1.54;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
  h3 {
    font-size: 18px;
  }
}

.h4,
h4 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 15px;
}

.h5,
h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

.h6,
h6 {
  font-size: 14px;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.79em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

.wysiwyg a, .elementor-text-editor a, .elementor-tab-content a {
  font-style: italic;
  text-decoration: underline;
  -webkit-text-decoration-color: #FF2121;
  text-decoration-color: #FF2121;
}
.wysiwyg a:hover, .elementor-text-editor a:hover, .elementor-tab-content a:hover {
  color: #FF2121;
}
.wysiwyg p, .elementor-text-editor p, .elementor-tab-content p {
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 30px;
  color: #707070;
}
.wysiwyg h2, .elementor-text-editor h2, .elementor-tab-content h2 {
  font-size: 32px;
  font-weight: 500 !important;
  line-height: 42px;
  color: #000;
}
.wysiwyg ul, .elementor-text-editor ul, .elementor-tab-content ul {
  list-style: none;
  padding-left: 10px !important;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 30px !important;
  color: #707070;
}
@media (max-width: 767px) {
  .wysiwyg ul, .elementor-text-editor ul, .elementor-tab-content ul {
    list-style-position: inside !important;
    list-style: unset;
  }
}
.wysiwyg ul li, .elementor-text-editor ul li, .elementor-tab-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #707070;
  text-indent: unset;
}
@media (min-width: 768px) {
  .wysiwyg ul li:before, .elementor-text-editor ul li:before, .elementor-tab-content ul li:before {
    position: absolute;
    content: ".";
    left: 0;
    top: 0;
    display: inline-block;
    font-size: 40px;
    line-height: 0px;
  }
}
.wysiwyg ul p, .elementor-text-editor ul p, .elementor-tab-content ul p {
  display: inline;
}

/** Global Classes **/
.content-container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.content-container.is-compact {
  padding-right: 85px;
  padding-left: 85px;
}
@media (max-width: 767px) {
  .content-container.is-compact {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.block--element.has-space {
  margin: 100px auto;
}
.block--element .block--header {
  position: relative;
}
.block--element .block--header h2 {
  font-family: Flexo;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #1f1f1f;
  margin: 0 0 45px 0;
}
@media (max-width: 1023px) {
  .block--element .block--header h2 {
    font-size: 22px;
  }
}
.block--element .block--header .block--show-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .block--element .block--header .block--show-more {
    display: none;
  }
}
.block--element .block--header .block--show-more a {
  font-family: Flexo;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #1f1f1f;
}
@media (max-width: 1023px) {
  .block--element .block--header .block--show-more a {
    font-size: 11px;
  }
}
.block--element .block--header .block--show-more a:hover, .block--element .block--header .block--show-more a:active, .block--element .block--header .block--show-more a:focus {
  color: #89CDE9;
}

/*Apply "..." after 3 lines of text */
.text-3-lines {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.top-left {
  -o-object-position: top left;
  object-position: top left;
}

.top-center {
  -o-object-position: top center;
  object-position: top center;
}

.top-right {
  -o-object-position: top right;
  object-position: top right;
}

.white {
  color: white;
}

.center-left {
  -o-object-position: center left;
  object-position: center left;
}

.center-center {
  -o-object-position: center center;
  object-position: center center;
}

.bottom-left {
  -o-object-position: bottom left;
  object-position: bottom left;
}

.bottom-center {
  -o-object-position: bottom center;
  object-position: bottom center;
}

.bottom-right {
  -o-object-position: bottom right;
  object-position: bottom right;
}

.contact-gap .elementor-row {
  gap: 30px;
}

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

.accordion-container {
  width: 100%;
}
.accordion-container .accordion-section {
  margin-bottom: 16px;
}
.accordion-container .accordion-section:last-child {
  margin-bottom: 0;
}
.accordion-container .accordion-section.is-active > .accordion-section-title i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion-container .accordion-section.is-active > .accordion-section-content {
  max-height: 9999px;
}
.accordion-container .accordion-section-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.accordion-container .accordion-section-content > * {
  margin: 83px 96px;
}
@media (max-width: 1023px) {
  .accordion-container .accordion-section-content > * {
    margin: 30px;
  }
}
.accordion-container .accordion-section-content .event--program li {
  line-height: 30px;
}
.accordion-container .accordion-section-title {
  background: #E8E8E9;
  padding: 28px 36px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-container .accordion-section-title img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.e-active {
  display: none;
}

.e-not-active {
  display: block;
}

body.elementor-editor-active .e-active {
  padding: 40px 0;
  background-color: #9acfef;
  display: block;
  text-align: center;
}
body.elementor-editor-active .e-not-active {
  display: none;
}

.form_hidden {
  display: none;
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure.event_article {
  margin-bottom: 35px !important;
}

.slider-tiles .slider__slide .tile:hover .btn-circle {
  background-color: #191919;
}

.slider-cards--topics .slider__slide--size1:hover .btn-circle {
  background-color: #191919;
}

.slider-cards--topics .slider__slide--size2:hover .btn-circle {
  background-color: #191919;
}

a.card.card--alt:hover [class*=link-] {
  color: #FF2121;
}

.elementor-lightbox-item .caption {
  position: absolute;
  bottom: 50px;
  color: white;
  font-size: 14px;
}

.search-form {
  position: absolute;
  right: 12px;
  top: 112px;
}
@media (max-width: 1023px) {
  .search-form {
    right: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 80px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-form {
    top: 21px;
  }
}

.search-field {
  position: relative;
  background-color: transparent;
  background-image: url("../layout/ico-search.svg");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  border: none;
  cursor: pointer;
  height: 70px;
  margin: 5px 0px;
  padding: 0px 0 0 34px;
  -webkit-transition: width 400ms ease, background 400ms ease;
  transition: width 400ms ease, background 400ms ease;
  width: 0;
}
@media (max-width: 1023px) {
  .search-field {
    position: absolute;
    background-size: 22px 22px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    top: 0;
  }
}
.search-field:focus {
  background-color: #f7f7f7;
  border: 2px solid black;
  cursor: text;
  outline: 0;
  height: 70px;
  width: 450px;
  font-weight: bold;
  background-position: 408px center;
  margin-right: -12px;
}
@media (max-width: 1023px) {
  .search-field:focus {
    margin-right: 0px;
    background-color: #e4e4e4 !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-field:focus {
    width: 95vw;
    background-position: 75vw center;
  }
}

.submit_div {
  text-align: center;
}

.search-submit {
  display: none;
}
@media (max-width: 1023px) {
  .search-submit {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 90vh;
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    background-color: #191919;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-submit {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 110px;
    padding: 5px 10px;
    color: white;
    font-weight: bold;
    background-color: #191919;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search-field:focus.search-submit {
    display: initial !important;
  }
}

input[type=search] {
  -webkit-appearance: textfield;
}

.social-share .social-icons {
  position: absolute;
  bottom: 0px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 1023px) {
  .social-share .social-icons {
    position: relative;
    bottom: 70px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .social-share .social-icons {
    position: relative;
    left: 75%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.social-share .btn--share {
  visibility: visible;
  opacity: 1;
}
.social-share.is-active .social-icons {
  visibility: visible;
  opacity: 1;
}
.social-share.is-active .btn--share {
  visibility: hidden;
  opacity: 0;
}

.social-box {
  width: 180px;
}

.btn-social {
  /* Style buttons */
  color: white; /* White text */
  font-size: 16px; /* Set a font size */
  cursor: pointer; /* Mouse pointer on hover */
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  margin-right: 10px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-social {
    margin-right: 0px;
  }
}
.btn-social:hover {
  border-color: #FF2121;
}

.social-twitter {
  background-image: url("../layout/twitter.svg");
}
.social-twitter:hover {
  background-image: url("../layout/twitter-rot.svg");
}

.social-facebook {
  background-image: url("../layout/facebook.svg");
}
.social-facebook:hover {
  background-image: url("../layout/facebook-rot.svg");
}

.social-whatsapp {
  background-image: url("../layout/whatsapp.svg");
}
.social-whatsapp:hover {
  background-image: url("../layout/whatsapp-rot.svg");
}

@media screen and (min-width: 500px) {
  .social-whatsapp {
    display: none;
  }
}
.social-mail {
  background-image: url("../layout/mail.svg");
}
.social-mail:hover {
  background-image: url("../layout/mail-rot.svg");
}

@media (max-width: 1023px) {
  .event__form {
    padding: 0px 16px;
  }
}
.event__form .has-separator:before {
  margin-left: -16px;
}

.elementor a {
  font-weight: 300;
}

.elementor a:hover {
  color: inherit;
}

.elementor .underline-link a {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #FF2121 !important;
  text-decoration-color: #FF2121 !important;
  font-weight: bold !important;
}
.elementor .underline-link a:hover {
  color: #FF2121 !important;
}

a.underline-link {
  text-decoration: underline !important;
  -webkit-text-decoration-color: #FF2121 !important;
  text-decoration-color: #FF2121 !important;
  font-weight: bold !important;
}
a.underline-link:hover {
  color: #FF2121 !important;
}

.elementor .hero-actions a:hover {
  color: white !important;
}

.cards-topics .cards__item--1of2 .card-topic--alt h2:before {
  background-color: #bcbcbc;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-topics .cards__item--1of2 .card-topic--alt h2:before {
    background-color: #FF2121;
  }
}

.cards-topics .cards__item--1of2:hover .card-topic--alt h2:before {
  background-color: #FF2121;
}

.article__meta {
  margin-bottom: 20px;
}
.article__meta ul {
  list-style-type: none;
}

.footer__logos img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}

.media-copyrights a {
  color: #1f1f1f !important;
  font-style: normal;
}

.media-copyrights a:hover {
  color: #FF2121 !important;
}

.section__link:hover {
  color: #FF2121 !important;
}

a.link-more.link-more--alt:hover, a.link-more.link-more--secondary:hover {
  color: #FF2121 !important;
}

.card--secondary:hover .link-more {
  color: #FF2121 !important;
}

.page-numbers {
  text-decoration: none;
  background-color: transparent;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-numbers:hover {
  color: #FF2121 !important;
  border-color: #FF2121;
  text-decoration: none;
}

.page-numbers.current {
  color: #FF2121 !important;
}

span.page-numbers.dots {
  border: none !important;
}
span.page-numbers.dots:hover {
  color: #1f1f1f !important;
}

nav.navigation.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

a.prev.page-numbers {
  border: none !important;
  margin-right: 80px;
  margin-left: -80px;
}

a.next.page-numbers {
  border: none !important;
  margin-right: -40px;
  margin-left: 40px;
}

.elementor-section {
  margin-bottom: 5px;
}

span.post.post-post.current-item, span.post.post-publications.current-item, span.post.post-events.current-item {
  font-weight: 900;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.text-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .text-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.text-row > div {
  margin: 6px;
}

.text-column {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  div.js--breadcrumbs {
    display: none;
  }
}

@media (max-width: 1023px) {
  .nav-utilities {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 1023px) {
  .nav-utilities ul {
    background-color: #e4e4e4;
    padding: 10px 0px;
    border-bottom: 2px solid white;
  }
}

@media (max-width: 1023px) {
  .nav-lang {
    background-color: #e4e4e4;
    max-width: 100% !important;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .nav-lang ul li {
    padding: 10px 0px;
  }
}

@media (max-width: 1023px) {
  .nav-lang li + li {
    margin-top: 0px !important;
    padding-top: 10px !important;
    border-top: 2px solid white !important;
  }
}

@media (max-width: 1023px) {
  .nav {
    margin-top: 120px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav {
    margin-top: 80px;
    font-size: 16px;
  }
}

#BorlabsCookieBox .cookie-preference .container.not-visible {
  visibility: initial !important;
}

.event-subtitle {
  color: #FF2121 !important;
}

.event__warning p {
  margin-bottom: 10px;
}
.event__warning p a {
  text-decoration: underline;
  -webkit-text-decoration-color: #FF2121;
  text-decoration-color: #FF2121;
}
.event__warning p a:hover {
  color: #FF2121;
}

div.wpforms-container-full .wpforms-form label {
  vertical-align: inherit;
  text-align: left;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero__content-infoless {
    margin-top: -88px !important;
  }
}

.section-margin {
  margin-top: 80px !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-margin {
    margin-top: 0px !important;
  }
}

.single-section {
  margin-top: -80px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .single-section {
    margin-top: 0px !important;
  }
}

.single-section-events {
  margin-top: -40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .single-section-events {
    margin-top: 0px !important;
  }
}

.main-nav ul ul {
  display: block;
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  visibility: hidden;
  position: absolute;
  top: 3em;
  left: 0;
  z-index: 99999;
  background: #fff;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  padding: 16px 0px !important;
}

.main-nav ul ul li a::before {
  display: none;
}

.main-nav ul ul li a {
  padding-left: 0px;
}

.main-nav ul ul li + li {
  margin-left: 0px;
}

.main-nav li {
  position: relative;
}

.main-nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 1023px) {
  .main-nav ul li:hover > ul {
    display: none;
  }
}

.sub-menu li {
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.menu-item-has-children::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
@media (max-width: 1023px) {
  .menu-item-has-children::after {
    display: none;
  }
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
@media (min-width: 992px) {
  .sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 555;
    background-color: white;
    padding: 10px 0px !important;
    -webkit-transition: 0.2s ease-in-out !important;
    transition: 0.2s ease-in-out !important;
    height: 120px;
  }
}
@media (min-width: 992px) {
  .sticky .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 25px 0 0 !important;
    -webkit-transition: 0.2s ease-in-out !important;
    transition: 0.2s ease-in-out !important;
  }
}
@media (min-width: 992px) {
  .sticky .header__inner {
    height: 100px;
  }
}
@media (min-width: 992px) {
  .sticky .header__nav-utilities {
    display: none;
  }
}
@media (min-width: 992px) {
  .sticky .header__aside {
    display: none;
  }
}
@media (min-width: 992px) {
  .sticky img {
    -webkit-transition: 0.2s ease-in-out !important;
    transition: 0.2s ease-in-out !important;
    height: 100px !important;
  }
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
@media (min-width: 992px) {
  .sticky + .header-is-sticky {
    padding-top: 210px;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  div.wpforms-container-full .wpforms-form ul li {
    text-align: left;
  }
}

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}

/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}

.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

/*  Hidden  */
[hidden],
.hidden {
  display: none !important;
}

.not-visible {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .not-visible {
    display: none !important;
  }
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1320px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1320.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  font-stretch: normal;
  src: url(../fonts/Merriweather_Sans-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  font-stretch: normal;
  src: url(../fonts/Merriweather_Sans-normal-700.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  font-display: auto;
  font-stretch: normal;
  src: url(../fonts/Merriweather_Sans-normal-800.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  font-stretch: normal;
  src: url(../fonts/Open_Sans-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-display: auto;
  font-stretch: normal;
  src: url(../fonts/Open_Sans-normal-600.woff) format("woff");
  unicode-range: U+0-10FFFF;
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion {
  text-align: left;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion {
    padding: 0 15px;
  }
}
.accordion .accordion__section ~ .accordion__section {
  margin-top: 17px;
}
.accordion .accordion__head {
  border: 4px solid #EBEBEB;
  padding: 18px 50px 18px 25px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__head {
    padding: 20px 50px 21px 16px;
  }
}
.accordion .accordion__head svg {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -9px;
  color: #191919;
  -webkit-transition: color 0.3s, -webkit-transform 0.3s;
  transition: color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}
.accordion h4 {
  margin: 0;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion h4 {
    font-size: 16px;
  }
}
.accordion .accordion__body {
  display: none;
  padding: 43px 100px 44px 30px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__body {
    padding: 30px 15px;
  }
}
.accordion h6 {
  line-height: 1.43;
  margin-bottom: 32px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion h6 {
    margin-bottom: 25px;
  }
}
.accordion p {
  line-height: 1.43;
}
.accordion .is-active .accordion__head svg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #FF2121;
}
.accordion ul, .accordion ol {
  padding-left: 16px;
}

.archive-ajax {
  position: relative;
}
.archive-ajax:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
}
.archive-ajax header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px 0;
  gap: 30px;
}
.archive-ajax header div.col-3 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 33%;
}
@media (max-width: 1023px) {
  .archive-ajax header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .archive-ajax header div.col-3 {
    width: 50%;
  }
}
.archive-ajax.is-loading:after {
  opacity: 0.7;
  visibility: visible;
}

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.paging ol {
  width: 200px;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.paging ol .slick-arrow {
  position: absolute;
  position: relative;
  top: 0;
  z-index: 3000;
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  padding: 0;
  margin: 0 auto;
  text-indent: -9999px;
  background: transparent url("../layout/ico-chevron-right.svg") no-repeat center center;
}
.paging ol .slick-arrow.slick-prev {
  left: -25px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.paging ol .slick-arrow.slick-next {
  right: -25px;
}
.paging ol li {
  text-align: center;
}
.paging ol li:before, .paging ol li:after {
  display: none;
}
.paging ol li.is-active button {
  border-color: #ff2621;
  color: #ff2621;
}
.paging ol li button {
  width: 25px;
  height: 25px;
  background-color: transparent;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  padding: 0;
  margin: 0 auto;
}
.paging ol li button:hover {
  border-color: #ff2621;
  color: #ff2621;
}

.archive-filter--search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}
.archive-filter--search input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 55px;
  border: 0;
  background-color: #f1f1f1;
  padding: 0 24px;
}
.archive-filter--search button {
  width: 65px;
  height: 55px;
  border: 2px solid #bababa;
  background-color: #fff;
}

.select--box {
  position: relative;
  width: 100%;
}
.select--box span {
  font-size: 21px;
  font-weight: bold;
}
.select--box label {
  position: relative;
  width: 100%;
  display: block;
  height: 55px;
}
.select--box label:after {
  content: " ";
  right: 5px;
  top: -5px;
  height: 65px;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #bababa;
  position: absolute;
  pointer-events: none;
  background: #fff url("../layout/ico-chevron-right.svg") no-repeat center center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.select--box select::-ms-expand {
  display: none;
}
.select--box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  display: block;
  width: 100%;
  height: 55px;
  float: right;
  margin: 0;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #f1f1f1;
  background-image: none;
  border: none;
  -ms-word-break: normal;
  word-break: normal;
}

/* ------------------------------------------------------------ *\
	Article-media
\* ------------------------------------------------------------ */
.article-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1320px) {
  .article-media {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-media {
    display: block;
    text-align: center;
  }
}
.article-media .article__video,
.article-media .article__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 322px);
  flex: 0 0 calc(100% - 322px);
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-media .article__image {
    padding-bottom: 108.5%;
  }
}
.article-media .article__image img {
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-media .article__image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.article-media .article__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 322px;
  flex: 0 0 322px;
  padding: 37px 15px 35px 35px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-media .article__content {
    padding: 20px 20px 35px 20px;
  }
}
.article-media .article__meta {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .article-media .article__meta {
    margin-bottom: 20px;
  }
}
.article-media h2 {
  margin-bottom: 22px;
  font-weight: 400;
  line-height: 1.27;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-media h2 {
    font-size: 30px;
    margin-bottom: 35px;
  }
}

/*  article-media--alt  */
@media (max-width: 1023px) {
  .article-media--alt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.article-media--alt .article__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 322px;
  flex: 0 0 322px;
  padding: 37px 15px 35px 35px;
}
@media (max-width: 1399px) {
  .article-media--alt .article__content {
    padding: 37px 15px 40px 35px;
  }
}
@media (max-width: 1023px) {
  .article-media--alt .article__content {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-media--alt .article__content {
    padding: 12px 20px 12px 20px;
  }
}
@media (max-width: 1399px) {
  .article-media--alt .article__meta {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-media--alt .article__meta {
    margin-bottom: 28px;
  }
}

/* ------------------------------------------------------------ *\
	article
\* ------------------------------------------------------------ */
.article {
  max-width: 1015px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: -2px;
}
@media (max-width: 1320px) {
  .article {
    margin-top: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article {
    text-align: center;
  }
}
.article .article__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 315px;
  flex: 0 0 315px;
  max-width: 315px;
  text-align: right;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__image {
    text-align: center;
    margin: 0 auto 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59.7%;
    flex: 0 0 59.7%;
    max-width: 59.7%;
  }
}
.article .article__content {
  margin-top: -4px;
  padding-left: 68px;
  padding-right: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1320px) {
  .article .article__content {
    padding-left: 0;
    padding-right: 50px;
    margin: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.article h2 {
  font-weight: 400;
  line-height: 1.27;
  margin-bottom: 25px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article h2 {
    padding: 0rem 15px;
  }
}
.article h5 {
  margin-bottom: 22px;
}
.article h6 {
  margin-bottom: 24px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article h6 {
    margin-bottom: 20px;
  }
}
.article h6 strong {
  line-height: 1.43;
  display: block;
}
.article p {
  line-height: 1.78;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article p {
    padding: 0 15px;
    margin: 0 auto;
  }
}

/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  background: #000;
  padding: 4px 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .bar {
    padding: 32px 0;
  }
}

/* ------------------------------------------------------------ *\
	Block
\* ------------------------------------------------------------ */
.block {
  padding: 69px 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .block {
    padding: 0 5px;
  }
}

/* ------------------------------------------------------------ *\
	Box main
\* ------------------------------------------------------------ */
.box-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main {
    border: solid 4px #EBEBEB;
    text-align: center;
  }
}
.box-main .box__image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42.7%;
  flex: 0 0 42.7%;
  max-width: 42.7%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main .box__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 77.5%;
  }
}
.box-main .box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.box-main .box__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.3%;
  flex: 0 0 57.3%;
  max-width: 57.3%;
  border: solid 4px #EBEBEB;
  padding: 37px 43px 19px 60px;
  line-height: 1.286;
}
@media (max-width: 1320px) {
  .box-main .box__content {
    padding-left: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main .box__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: none;
    padding: 37px 0 34px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.box-main .box__actions {
  width: 100%;
  padding-left: 1px;
}
.box-main h6 {
  position: relative;
  padding-left: 19px;
  line-height: 1.25;
  margin-bottom: 21px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main h6 {
    width: 100%;
    margin-left: -4px;
    padding: 0 12px;
    margin-bottom: 28px;
  }
}
.box-main h6:before {
  top: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main h6:before {
    display: none;
    height: 100%;
  }
}
.box-main h6 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 6px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main h6 span {
    margin-bottom: 10px;
  }
}
.box-main p {
  padding-left: 2px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main p {
    line-height: 1.78;
    margin: 0 10px;
  }
}
.box-main p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.box-main .box__controls {
  position: absolute;
  bottom: 0;
  right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .box-main .box__controls {
    position: relative;
    display: contents;
  }
}
.box-main .box__btn-main {
  min-width: 179px;
}
@media (max-width: 1023px) {
  .box-main .box__btn-main {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main .box__btn-main {
    max-width: 179px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .box-main .box__btn-location {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main .box__btn-location {
    width: 100%;
    margin-bottom: 30px;
  }
}

.box-main.is-offline h6:before {
  background-color: #BCBCBC;
}

/*  box main alt  */
.box-main--alt .box__content {
  padding-top: 35px;
  padding-bottom: 30px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main--alt .box__content {
    padding-top: 0;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main--alt .box__image {
    padding-bottom: 64%;
    margin-bottom: 15px;
  }
}
.box-main--alt h6 {
  margin-bottom: 22px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main--alt h6 {
    margin-bottom: 28px;
  }
}
.box-main--alt p:not(:last-child) {
  margin-bottom: 17px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main--alt p:not(:last-child) {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main--alt .box__btn-main {
    margin-bottom: 27px;
  }
}

/*  box-main size1  */
.box-main--size1 {
  max-width: 874px;
  margin-left: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main--size1 {
    border: none;
  }
}
.box-main--size1 .box__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main--size1 .box__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 77.2%;
  }
}
.box-main--size1 .box__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  padding: 43px 43px 43px 63px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main--size1 .box__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: solid 4px #EBEBEB;
    padding: 35px 15px 32px;
  }
}
.box-main--size1 h6 {
  margin-bottom: 26px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main--size1 h6 {
    width: auto;
    margin-bottom: 20px;
  }
}
.box-main--size1 h6:before {
  height: 97%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main--size1 h6:before {
    display: none;
  }
}
.box-main--size1 h6 span {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main--size1 h6 span {
    font-size: 16px;
    padding-left: 16px;
    margin-bottom: 20px;
  }
}
.box-main--size1 h6 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background-color: #FF2121;
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box-main--size1 h6 span:before {
    display: block;
  }
}

/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box {
  max-width: 1082px;
  margin: 0 auto;
  width: 100%;
  border: 4px solid #FF2121;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box {
    display: block;
    padding: 0 0 20px 0;
    text-align: center;
  }
}
.box .box__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  position: relative;
}
@media (max-width: 575px) {
  .box .box__image {
    padding-top: 80%;
  }
}
.box .box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 575px) {
  .box .box__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.box .box__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(62% - 55px);
  flex: 0 0 calc(62% - 55px);
  padding-top: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__content {
    padding: 20px 5px;
  }
}
.box p {
  margin-bottom: 22px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box p {
    margin-bottom: 50px;
  }
}
.box .box__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 16px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box .box__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 20px 0 0 0;
    gap: 50px;
  }
}

/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.boxes .boxes__items {
  margin-bottom: -47px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes .boxes__items {
    margin-bottom: -60px;
  }
}
.boxes .boxes__item {
  margin-bottom: 47px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes .boxes__item {
    margin-bottom: 60px;
  }
}

/*  boxes alt  */
.boxes--alt .boxes__items {
  margin-bottom: -53px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes--alt .boxes__items {
    margin-bottom: -33px;
  }
}
.boxes--alt .boxes__item {
  margin-bottom: 53px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .boxes--alt .boxes__item {
    margin-bottom: 33px;
  }
}

/* ------------------------------------------------------------ *\
	Breadsrucms
\* ------------------------------------------------------------ */
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px;
  margin-bottom: 0px;
  overflow-x: auto;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs {
    padding-left: 15px;
    margin-bottom: 65px;
  }
}
.breadcrumbs svg {
  min-width: 27px;
  min-height: 8px;
  color: #FF2121;
  margin-right: 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs svg {
    margin-right: 18px;
  }
}
.breadcrumbs ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs li {
  white-space: nowrap;
  position: relative;
  color: #191919;
  font-size: 14px;
}
.breadcrumbs li.is-current {
  font-weight: 700;
}
.breadcrumbs li + li {
  padding-left: 12px;
  margin-left: 6px;
}
.breadcrumbs li + li:after {
  content: "/";
  position: absolute;
  top: 0;
  left: 0;
}

/*  breadcrumbs alt  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs--alt {
    padding-left: 15px;
    margin-bottom: 42px;
  }
}

/* ------------------------------------------------------------ *\
	Button circle
\* ------------------------------------------------------------ */
.btn-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  background-color: #FF2121;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-circle {
    width: 37px;
    height: 37px;
  }
}
.btn-circle:hover {
  background-color: #191919;
}

/* ------------------------------------------------------------ *\
	Btn-play
\* ------------------------------------------------------------ */
.btn-play {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.btn-play:hover {
  color: #FF2121;
}

/* ------------------------------------------------------------ *\
	Btn-vertical
\* ------------------------------------------------------------ */
.btn-vertical {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.btn-vertical:hover {
  text-decoration: none;
}
.btn-vertical span {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-vertical span {
    -webkit-transform: none;
    transform: none;
  }
}

.btn-vertical--red {
  background-color: #FF2121;
  color: #fff;
  cursor: inherit;
}

.btn-vertical--white {
  background-color: #fff;
  color: #191919;
}
.btn-vertical--white:hover {
  background: #191919;
  color: #fff;
}
.btn-vertical--white span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: #FF2121;
  margin-right: 30px;
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid #D4D8DB;
  padding: 16px 33px;
  font-size: 14px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  color: #191919;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF2121;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: right 0;
  transform-origin: right 0;
}
.btn:hover {
  color: #fff !important;
  border-color: #FF2121;
  text-decoration: none;
}
.btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn svg {
  color: #FF2121;
  position: relative;
}
.btn:hover svg {
  color: #fff;
}
.btn span {
  margin-right: 8px;
  position: relative;
}
.btn .ico-arrow-right {
  margin-right: -8px;
}

/*  btn red  */
.btn--red {
  border-color: #FF2121;
}

/*  btn gray  */
.btn--gray {
  border-color: #F7F7F7;
  background-color: #F7F7F7;
  color: #191919;
  padding: 14px 33px 13px;
  text-transform: uppercase;
}
.btn--gray svg {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  color: #191919;
}

/*  btn icon left  */
.btn--icon-left span {
  margin-right: 0;
  margin-left: 20px;
}
.btn--icon-left svg {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  color: #191919;
}

/*  btn small  */
.btn--small {
  padding: 13px 33px;
}

/*  btn alt  */
.btn--alt {
  padding: 13px 26px;
}
.btn--alt span {
  margin-right: 15px;
}
.btn--alt .ico-arrow-right {
  margin-right: 0px;
}

/*  btn share  */
.btn--share svg {
  color: #FF2121;
}

/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Callout
\* ------------------------------------------------------------ */
.callout {
  position: relative;
  margin-bottom: 92px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout {
    text-align: center;
    margin-bottom: 0;
  }
}
.callout:after {
  content: "";
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  bottom: -92px;
  background-color: #F7F7F7;
  z-index: -1;
}
@media (max-width: 1023px) {
  .callout:after {
    bottom: -51px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout:after {
    display: none;
  }
}
.callout .callout__inner {
  padding: 81px 0 100px;
  position: relative;
}
@media (max-width: 1023px) {
  .callout .callout__inner {
    padding: 60px 0 50px;
  }
}
.callout .callout__background {
  position: absolute;
  top: 0;
  right: 55px;
  bottom: 0;
  left: -23px;
  width: auto;
  max-width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .callout .callout__background {
    right: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout .callout__background {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-bottom: 69%;
  }
}
.callout .callout__background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.callout .callout__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 864px;
  margin-left: auto;
  background-color: #fff;
  -webkit-box-shadow: -15px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: -15px 10px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 44px 60px 40px 78px;
}
@media (max-width: 1023px) {
  .callout .callout__content {
    padding: 30px 50px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout .callout__content {
    display: block;
    padding: 25px 20px;
  }
}
.callout h3 {
  line-height: 1.54;
  margin-bottom: 8px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout h3 {
    font-size: 25px;
    line-height: 1.28;
    margin-bottom: 22px;
  }
}
.callout .callout__entry {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64%;
  flex: 0 0 64%;
  max-width: 64%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout .callout__entry {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 39px;
  }
}
.callout .callout__entry p {
  padding-left: 4px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout .callout__entry p {
    padding-left: 0;
  }
}
.callout .callout__actions {
  padding-bottom: 2px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  max-width: 36%;
  text-align: right;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout .callout__actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 0;
    text-align: center;
  }
}

/*  callout alt  */
.callout--alt:after {
  height: 375px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout--alt .callout__background {
    padding-bottom: 74.5%;
  }
}
.callout--alt .callout__inner {
  padding: 81px 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout--alt .callout__inner {
    padding: 20px 0;
  }
}
.callout--alt .callout__content {
  padding: 52px 60px 50px 78px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .callout--alt .callout__content {
    padding: 25px 15px;
  }
}

/* ------------------------------------------------------------ *\
	card big
\* ------------------------------------------------------------ */
.card-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-big {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
  }
}
.card-big .card__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
  max-width: 48.5%;
  padding: 40px 6% 0px 0px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-big .card__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 52px;
  }
}
.card-big .card__content-reverse {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.5%;
  flex: 0 0 48.5%;
  max-width: 48.5%;
  padding: 40px 0px 0px 6%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-big .card__content-reverse {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 52px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-big .card__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 5px;
  }
}
.card-big h2 {
  display: inline-block;
  font-weight: 400;
  line-height: 1.266;
  margin-bottom: 26px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-big h2 {
    font-size: 20px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
.card-big h6 {
  margin-bottom: 11px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-big p {
    padding: 0 15px;
  }
}
.card-big p:not(last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-big p:not(last-child) {
    margin-bottom: 35px;
  }
}
.card-big .card__image, .card-big .card__image-reverse {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-big .card__image, .card-big .card__image-reverse {
    text-align: center;
    padding-top: 72.8%;
  }
}
.card-big .card__image img, .card-big .card__image-reverse img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-big .card__image img, .card-big .card__image-reverse img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.card-big .card__meta {
  text-align: right;
  padding-top: 15px;
  padding-right: 35px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-big .card__meta {
    padding: 20px 0 0 0;
    text-align: center;
  }
}
.card-big .card__image:after {
  content: "";
  position: absolute;
  bottom: -55px;
  right: -30px;
  width: 178px;
  height: 390px;
  background-color: #F7F7F7;
  z-index: -1;
}
@media (max-width: 1320px) {
  .card-big .card__image:after {
    right: -30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-big .card__image:after {
    width: 100%;
    top: 100%;
    bottom: auto;
    right: 0;
    height: 100px;
  }
}
.card-big .card__image-reverse:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 30px;
  width: 178px;
  height: 390px;
  background-color: #F7F7F7;
  z-index: -1;
}
@media (max-width: 1320px) {
  .card-big .card__image-reverse:after {
    left: 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-big .card__image-reverse:after {
    width: 100%;
    top: 100%;
    bottom: auto;
    left: 0;
    height: 65px;
  }
}

/* ------------------------------------------------------------ *\
	card gallery
\* ------------------------------------------------------------ */
.card-gallery {
  max-width: 1234px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-gallery .card__aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74%;
  flex: 0 0 74%;
  max-width: 74%;
}
@media (max-width: 1320px) {
  .card-gallery .card__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.card-gallery .card__content {
  height: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 26%;
  padding: 50px 34px 56px;
}
@media (max-width: 1320px) {
  .card-gallery .card__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.card-gallery .card__image {
  width: 100%;
  position: relative;
}
.card-gallery .card__image img {
  width: 100%;
}
.card-gallery .card__image figcaption {
  position: absolute;
  top: 37px;
  right: -150px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media (max-width: 1320px) {
  .card-gallery .card__image figcaption {
    top: 15px;
  }
}
.card-gallery h2 {
  font-weight: 400;
  line-height: 1.266;
  margin-bottom: 22px;
  padding-left: 2px;
}

/* ------------------------------------------------------------ *\
	card topic
\* ------------------------------------------------------------ */
.card-topic {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  line-height: 1.43;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-topic {
    text-align: center;
  }
}
.card-topic .card__image {
  position: relative;
  width: 100%;
  padding-bottom: 114%;
}
@media (max-width: 1023px) {
  .card-topic .card__image {
    padding-bottom: 59%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-topic .card__image {
    padding-bottom: 83%;
  }
}
.card-topic .card__image img {
  position: absolute;
  top: 0px;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.card-topic .card__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 27px 16px 41px 24px;
  -webkit-box-shadow: -15px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: -15px 10px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-topic .card__content {
    padding: 30px 16px 15px 16px;
  }
}
.card-topic h6 {
  min-height: 39px;
  font-size: 14px;
  line-height: 1.43;
  font-weight: 900;
  margin-bottom: 16px;
}
.card-topic .card__btn {
  position: absolute;
  bottom: 20px;
  right: 22px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-topic .card__btn {
    display: none;
  }
}

/*  card topic big  */
.card-topic--big .card__image {
  padding-bottom: 59%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-topic--big .card__image {
    padding-bottom: 83%;
  }
}
.card-topic--big .card__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 9px;
  background-color: #FF2121;
  z-index: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-topic--big .card__image:before {
    background-color: transparent;
  }
}
.card-topic--big .card__content {
  padding: 27px 27px 41px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-topic--big .card__content {
    padding: 30px 16px 15px 16px;
  }
}
.card-topic--big p {
  padding-right: 27px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-topic--big p {
    padding: 0;
  }
}
.card-topic--big .card__btn {
  right: 15px;
}

/*  card topic alt  */
.card-topic--alt .card__image {
  padding-bottom: 56%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-topic--alt .card__image {
    padding-bottom: 80%;
  }
}
.card-topic--alt .card__content {
  padding: 23px 35px 40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-topic--alt .card__content {
    padding: 25px 0px 40px;
  }
}
.card-topic--alt h2 {
  font-weight: 400;
  line-height: 1.27;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-topic--alt h2 {
    padding: 0 15px;
  }
}

/* ------------------------------------------------------------ *\
	card
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card {
    text-align: center;
  }
}
.card .card__image {
  width: 100%;
  position: relative;
  padding-bottom: 72.1%;
}
.card .card__image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 767.02px) {
  .card .card__image-news {
    height: 305px;
  }
}
@media (min-width: 1023.02px) {
  .card .card__image-news {
    height: 305px;
  }
}
.card .card__content {
  padding: 40px 15px 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__content {
    padding: 40px 0;
  }
}
.card h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  padding-left: 17px;
  margin-bottom: 25px;
}
.card h5:before {
  top: 2px;
  width: 7px;
  height: 90%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card h5:before {
    display: none;
  }
}
.card p {
  line-height: 1.43;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card p {
    padding: 0 15px;
  }
}
.card p:not(last-child) {
  margin-bottom: 19px;
}

/*  card alt  */
.card--alt h5 {
  padding-right: 5px;
  margin-bottom: 17px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--alt h5 {
    padding: 0 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--alt h5:before {
    height: 60%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--alt .card__image {
    padding-bottom: 76.2%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--alt .card__content {
    padding: 30px 0;
  }
}

/*  card secondary  */
.card--secondary .card__image {
  width: 100%;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--secondary .card__image {
    padding-bottom: 76%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--secondary .card__content {
    padding: 30px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--secondary h5 {
    padding-left: 0px;
  }
}
.card--secondary p:not(last-child) {
  margin-bottom: 19px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--secondary p:not(last-child) {
    margin-bottom: 24px;
  }
}

/* ------------------------------------------------------------ *\
	Cards topics
\* ------------------------------------------------------------ */
.cards-topics .cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -8px -20px;
}
.cards-topics .cards__item {
  padding: 0 8px;
  margin-bottom: 20px;
}
.cards-topics .cards__item--1of2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-topics .cards__item--1of2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cards-topics .cards__item--size1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38.6%;
  flex: 0 0 38.6%;
  max-width: 38.6%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-topics .cards__item--size1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cards-topics .cards__item--size2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.466%;
  flex: 0 0 20.466%;
  max-width: 20.466%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards-topics .cards__item--size2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cards-topics .cards__item:last-child {
  margin-right: 0;
}

/*  cards topics alt  */
.cards-topics--alt .cards__items {
  margin: 0 -15px -20px;
}
.cards-topics--alt .cards__item {
  padding: 0 15px;
  margin-bottom: 20px;
}

/* ------------------------------------------------------------ *\
	cards
\* ------------------------------------------------------------ */
.cards {
  max-width: 1080px;
  margin: 0 auto;
}
.cards .cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px -46px;
}
.cards .cards__item {
  padding: 0 15px;
  margin-bottom: 46px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.cards .cards__items--1of3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  position: relative;
}
.checkbox a {
  text-decoration: underline;
  -webkit-text-decoration-color: #FF2121;
  text-decoration-color: #FF2121;
  font-weight: 900;
}
.checkbox input {
  position: absolute;
  opacity: 0;
}
.checkbox label {
  line-height: 1.2;
  font-weight: 300;
  padding-left: 37px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .checkbox label {
    padding: 38px 0 0;
    text-align: center;
    font-size: 12px;
    display: block;
  }
}
.checkbox label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 19px;
  height: 19px;
  border: 2px solid #FF2121;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .checkbox label:before {
    width: 25px;
    height: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.checkbox label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 5px;
  background: url(../layout/ico-check.svg) 0 0 no-repeat;
  background-size: contain;
  width: 18px;
  height: 13px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .checkbox label:after {
    width: 20px;
    height: 15px;
    top: 5px;
    left: 50%;
    margin-left: -4px;
  }
}
.checkbox input:checked ~ label:after {
  -webkit-transform: none;
  transform: none;
}

/* ------------------------------------------------------------ *\
	Event main
\* ------------------------------------------------------------ */
.event-main {
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main {
    text-align: center;
  }
}
.event-main h2 {
  font-weight: 400;
  line-height: 1.26;
  max-width: 760px;
  margin-bottom: 32px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main h2 {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
.event-main h6 {
  line-height: 1.43;
  margin-bottom: 32px;
  padding-right: 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main h6 {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main p {
    padding: 0 16px;
    line-height: 1.785;
  }
}
.event-main .event__content {
  max-width: 788px;
  padding-bottom: 8px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main .event__content {
    max-width: 100%;
  }
}
.event-main .event__content-inner {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 52px;
  -moz-column-gap: 52px;
  column-gap: 52px;
}
@media (max-width: 1023px) {
  .event-main .event__content-inner {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main .event__content-inner {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.event-main .event__date {
  font-size: 14px;
  font-weight: 600;
  color: #BCBCBC;
  display: block;
}
@media (max-width: 1023px) {
  .event-main .event__date {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main .event__date {
    margin-bottom: 32px;
  }
}
.event-main .event__warning {
  font-family: "Merriweather Sans", sans-serif;
  line-height: 1.43;
  margin-left: 4px;
  margin-top: 40px;
  max-width: 454px;
  position: relative;
  padding-left: 76px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main .event__warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 0 0;
    max-width: 100%;
    padding: 0;
  }
}
.event-main .event__warning i {
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: solid 1px #191919;
  color: #FF2121;
  margin-right: 29px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main .event__warning i {
    position: relative;
    top: auto;
    margin: 0 0 14px 0;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main .event__warning span {
    display: none;
  }
}
.event-main .event__actions {
  position: relative;
  padding-top: 5px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.event-main .event__btn {
  padding: 13px 30px;
  min-width: 179px;
}
@media (max-width: 1023px) {
  .event-main .event__btn {
    margin-bottom: 24px;
  }
}
.event-main .event__btn-top {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1023px) {
  .event-main .event__btn-top {
    position: relative;
  }
}
.event-main .event__btn-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  background: transparent;
}
@media (max-width: 1023px) {
  .event-main .event__btn-bottom {
    position: relative;
  }
}

.event-main.is-offline h2:before {
  background-color: #BCBCBC;
}

/*  event main alt  */
.event-main--alt .event__content {
  padding-bottom: 58px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main--alt .event__content-inner {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main--alt h2 {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
.event-main--alt h6 {
  padding-right: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main--alt h6 {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event-main--alt .event__btn {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------------------ *\
	Event
\* ------------------------------------------------------------ */
.event {
  max-width: 788px;
  margin: 0 auto;
}
.event h2 {
  font-weight: 400;
  line-height: 1.26;
  max-width: 430px;
  margin-bottom: 22px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event h2 {
    max-width: 100%;
    margin-bottom: 27px;
    padding: 0 15px;
  }
}
.event h2.gray:after {
  background-color: #F7F7F7;
}
.event h6 {
  line-height: 1.43;
  margin-bottom: 32px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event h6 {
    max-width: 90%;
    margin: 0 auto 12px;
  }
}
.event .event__content {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 52px;
  -moz-column-gap: 52px;
  column-gap: 52px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .event .event__content {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    padding: 0 15px;
  }
}

/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background: #F7F7F7;
  padding-top: 60px;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding-top: 0px;
  }
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #fff;
}
.footer .footer__inner {
  margin: 30px auto 0;
  border-top: 2px solid #D3D3D3;
  max-width: 959px;
  padding: 90px 0 30px 18px;
}
@media (max-width: 1023px) {
  .footer .footer__inner {
    overflow: hidden;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__inner {
    border: none;
    padding: 38px 0;
    text-align: center;
  }
}
.footer .footer__actions {
  position: fixed;
  z-index: 15;
  bottom: 80px;
  left: 50%;
  width: 1400px;
  text-align: right;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 35px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1320px) {
  .footer .footer__actions {
    -webkit-transform: none;
    transform: none;
    right: 20px;
    left: auto;
    width: auto;
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__actions {
    position: static;
    text-align: center;
  }
}
.footer .footer__actions.is-visible {
  opacity: 1;
}
.footer .footer__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__cols {
    display: block;
    margin: 0;
  }
}
.footer .footer__col--size1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
}
.footer .footer__col--size2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.6%;
  flex: 0 0 22.6%;
}
.footer .footer__col--size3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.4%;
  flex: 0 0 40.4%;
}
.footer .footer__col {
  padding: 0 35px;
}
@media (max-width: 1023px) {
  .footer .footer__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__col {
    padding: 0;
  }
}
.footer .footer__address {
  display: block;
  margin: 20px 0 30px;
  font-size: 14px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__address {
    margin: 18px 0 28px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer h5 {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logos {
    margin-top: 70px;
  }
}
.footer .footer__socials {
  margin-left: 15px;
}
.footer .footer__nav {
  font-size: 11px;
  font-family: "Merriweather Sans", sans-serif;
}
.footer .footer__nav ul {
  list-style: none;
}
.footer .footer__nav li + li {
  margin-top: 22px;
}
.footer .footer__nav a {
  -webkit-transition: font-weight 0.3s;
  transition: font-weight 0.3s;
  text-decoration: none;
}
.footer .footer__nav a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: -2px 14px 0 0;
  background-color: #FF2121;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer .footer__nav a:hover {
  font-weight: 800;
  text-decoration: none;
}
.footer .footer__nav a:hover:before {
  opacity: 1;
}

/*  footer alt  */
.footer--alt:before {
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer--alt:before {
    display: inline-block;
  }
}

/* ------------------------------------------------------------ *\
	gallery
\* ------------------------------------------------------------ */
.gallery .gallery__items {
  list-style: none;
  margin: 0 -7px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .gallery .gallery__items {
    margin: 0;
  }
}
.gallery .gallery__item {
  width: 33.3333333333%;
  margin-bottom: 14px;
  padding: 0 7px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .gallery .gallery__item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.gallery .gallery__item--large {
  width: 66.6666666667%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .gallery .gallery__item--large {
    width: 100%;
  }
}
.gallery img {
  width: 100%;
}
.gallery .gallery__item--broken {
  height: 353px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .gallery .gallery__item--broken {
    height: auto;
  }
}
.gallery .gallery__item--broken img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .gallery .gallery__item--broken img {
    height: auto;
  }
}

.gallery_image {
  height: 520px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

/* ------------------------------------------------------------ *\
	Has-separator
\* ------------------------------------------------------------ */
.has-separator {
  position: relative;
  padding-left: 32px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .has-separator {
    padding-left: 0px;
  }
}
.has-separator:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 85%;
  background-color: #FF2121;
}

.has-separator-grey {
  position: relative;
  padding-left: 32px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .has-separator-grey {
    padding-left: 0px;
  }
}
.has-separator-grey:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 85%;
  background-color: #bcbcbc;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  padding: 35px 0 24px;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 8px 0;
  }
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 70px 0 12px;
}
@media (max-width: 1023px) {
  .header .header__inner {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -8px;
  }
}
.header .header__content {
  padding: 20px 25px 0 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1320px) {
  .header .header__content {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .header .header__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100vh;
    opacity: 0;
    padding: 50px 40px;
    margin-top: -1px;
    background-color: #F7F7F7;
    pointer-events: none;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .header .header__content.is-visible {
    opacity: 1;
    pointer-events: all;
  }
}
.header .header__nav-utilities {
  margin-bottom: 65px;
}
@media (max-width: 1023px) {
  .header .header__nav-utilities {
    margin: 20px 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__nav-utilities {
    margin: 28px 0 20px;
  }
}
.header .header__aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #F7F7F7;
  width: 70px;
  text-align: center;
  padding: 38px 20px;
}
@media (max-width: 1023px) {
  .header .header__aside {
    position: static;
    width: auto;
    padding: 0;
    display: contents;
  }
}
@media (max-width: 1023px) {
  .header .header__socials {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    text-align: center;
  }
}

/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 665px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  position: relative;
  margin: 0 70px 88px 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero {
    display: block;
    padding: 0;
    margin: 0;
    min-height: 0;
  }
}
.hero:after {
  content: "";
  height: 88px;
  width: 100vw;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  background: #F7F7F7;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero:after {
    display: none;
  }
}
.hero .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__image {
    position: relative;
    height: auto;
    padding-top: 72.8%;
  }
}
.hero .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.hero--small ~ .hero-actions {
  bottom: 0;
}

.hero-outer {
  position: relative;
}
.hero-outer .hero__content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -22px;
  max-width: 515px;
  min-width: 485px;
  background-color: #fff;
  padding: 37px 60px 35px 75px;
  line-height: 1.43;
  overflow: hidden;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-outer .hero__content {
    position: relative;
    -webkit-transform: none;
    transform: none;
    padding: 24px 10px 22px;
    margin: 0;
    text-align: center;
    max-width: 100%;
    min-width: auto;
  }
}
.hero-outer .hero__content p {
  margin-bottom: 38px;
}
.hero-outer .hero__content h3 {
  position: absolute;
  top: 120px;
  left: 10px;
  right: 10px;
  text-transform: uppercase;
  color: #F2F2F2;
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 15px;
  z-index: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-outer .hero__content h3 {
    top: 170px;
    font-size: 50px;
  }
}
.hero-outer .hero__entry {
  position: relative;
}
.hero-outer .hero__content h1 {
  margin: 0 -20px 30px 0;
  position: relative;
  font-size: 26px;
  line-height: 1.54;
  z-index: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-outer .hero__content h1 {
    margin: 0 0 35px 0;
    font-size: 18px;
  }
}
.hero-outer .hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-outer .hero__image {
    position: relative;
    height: auto;
    padding-top: 72.8%;
  }
}
.hero-outer .hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-outer .hero__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.hero--big .hero__content h3 {
  top: 70px !important;
  left: -60px !important;
}

.hero-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 88px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero-actions {
    position: static;
    display: block;
    width: 100%;
  }
}
.hero-actions .hero__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero--no-action {
  margin: 0 0 88px 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--no-action {
    margin: 0 0 0 0 !important;
  }
}

/*  Hero Small  */
.hero--small {
  min-height: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.hero--small .hero__image {
  position: relative;
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hero--small .hero__image div {
  display: inline;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--small .hero__image {
    height: auto;
    padding-top: 89%;
  }
}
.hero--small .hero__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 544px;
  flex: 0 0 544px;
  max-width: none;
  padding-block: 55px 0;
  position: relative;
  -webkit-transform: none;
  transform: none;
  top: auto;
  left: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--small .hero__content {
    padding: 32px 15px 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--small .hero__content h1 {
    margin: 80px 0 35px 0;
  }
}
.hero--small h3 small {
  display: block;
  color: #BCBCBC;
  font-size: 16px;
  margin-top: -100px;
  margin-left: 65px;
  margin-bottom: 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--small h3 small {
    margin-bottom: 17px;
  }
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*=ico-] {
  display: inline-block;
  vertical-align: middle;
}

.ico-aa {
  width: 25px;
  height: 14px;
}

.ico-read {
  width: 18px;
  height: 18px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-read {
    width: 23px;
    height: 23px;
  }
}

.ico-search {
  width: 15px;
  height: 15px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-search {
    width: 23px;
    height: 23px;
  }
}

.ico-facebook {
  width: 9px;
  height: 16px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-facebook {
    width: 11px;
    height: 20px;
  }
}

.ico-youtube {
  width: 22px;
  height: 16px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-youtube {
    width: 26px;
    height: 18px;
  }
}

.ico-instagram {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-instagram {
    width: 22px;
    height: 22px;
  }
}

.ico-arrow-right {
  width: 30px;
  height: 12px;
}

.ico-arrow-right-alt {
  width: 27px;
  height: 12px;
}

.ico-arrow-up {
  width: 12px;
  height: 28px;
}

.ico-download {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-download {
    width: 25px;
    height: 25px;
  }
}

.ico-chevron-right {
  width: 6px;
  height: 12px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-chevron-right {
    width: 10px;
  }
}

.ico-play {
  width: 74px;
  height: 74px;
}

.ico-location {
  width: 13px;
  height: 18px;
}

.ico-info {
  width: 9px;
  height: 22px;
}

.ico-share {
  width: 21px;
  height: 21px;
}

.ico-plus {
  width: 18px;
  height: 18px;
}

/* ------------------------------------------------------------ *\
	Link-search
\* ------------------------------------------------------------ */
[class*=link-] {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
[class*=link-]:hover {
  text-decoration: none;
  color: #FF2121;
}

/*  Link search  */
@media (max-width: 1023px) {
  .link-search {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-search {
    margin-bottom: 36px;
  }
}
.link-search:hover {
  color: #FF2121;
}

/*  Link-more  */
.link-more {
  font-weight: 800;
  font-size: 14px;
  font-family: "Merriweather Sans", sans-serif;
}
.link-more svg {
  color: #FF2121;
}
.link-more span {
  margin-right: 8px;
}

.link-more--alt {
  font-size: 12px;
  font-weight: 900;
}
.link-more--alt span {
  margin-right: 24px;
}

.link-more--secondary span {
  margin-right: 0;
  margin-left: 15px;
}
.link-more--secondary svg {
  color: inherit;
}

/*  Link download  */
.link-download {
  font-weight: 800;
  font-size: 14px;
  font-family: "Merriweather Sans", sans-serif;
}
.link-download span {
  margin: 2px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .link-download span {
    display: block;
    margin: 20px 0 0;
  }
}

/*  Link top  */
.link-top {
  pointer-events: all;
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid #D3D3D3;
  color: #FF2121;
  background-color: #F7F7F7;
  text-align: center;
  line-height: 61px;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.link-top:hover {
  border-color: #000000;
}

/*  link all  */
.link-all {
  font-weight: 900;
  font-family: "Merriweather Sans", sans-serif;
}
.link-all svg {
  margin-right: 18px;
}

/* ------------------------------------------------------------ *\
	list contacts
\* ------------------------------------------------------------ */
.list-contacts {
  list-style: none;
  margin-bottom: 22px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-contacts {
    margin-right: 8px;
    margin-bottom: 42px;
  }
}
.list-contacts li {
  font-size: 14px;
  line-height: 1.28;
}
.list-contacts li strong {
  display: inline-block;
  font-family: "Merriweather Sans", sans-serif;
  width: 67px;
  margin-right: 3px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-contacts li strong {
    margin-right: 0px;
  }
}
.list-contacts li + li {
  margin-top: 2px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-contacts li + li {
    margin-top: 18px;
  }
}

/* ------------------------------------------------------------ *\
	List-details
\* ------------------------------------------------------------ */
.list-details {
  list-style: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-details {
    width: 100%;
  }
}
.list-details li {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.43;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-details li {
    padding: 0 15px;
    list-style-position: inside;
  }
}
.list-details li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 7px;
  height: 15px;
  background-color: #FF2121;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-details li:before {
    display: none;
  }
}
.list-details ul, .list-details ol {
  padding-left: 16px;
}
.list-details ol li, .list-details ul li {
  padding-left: 0px;
}
.list-details ol li:before, .list-details ul li:before {
  display: none;
}
.list-details li + li {
  margin-top: 23px;
}
.list-details h5 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-details h5 {
    padding: 0;
  }
}
.list-details h5:before {
  content: "";
  position: absolute;
  top: 3px;
  left: -15px;
  width: 7px;
  height: 95%;
  background-color: #FF2121;
  display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-details h5:before {
    display: block;
  }
}
.list-details h5:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 253px;
  background-color: #D3D3D3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-details h5:after {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	List logos
\* ------------------------------------------------------------ */
.list-logos {
  list-style: none;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .list-logos {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    min-width: 66px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li + li {
    margin-top: 44px;
  }
}

/* ------------------------------------------------------------ *\
	List worktime
\* ------------------------------------------------------------ */
.list-worktime {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  line-height: 1.43;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-worktime {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  .list-worktime, .list-worktime:last-child {
    margin-bottom: 30px;
  }
}
.list-worktime span {
  display: block;
}

/* ------------------------------------------------------------ *\
	Location box
\* ------------------------------------------------------------ */
.location-box {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid #F7F7F7;
  padding: 14px 33px 13px;
  font-size: 14px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  color: #191919;
  background-color: #F7F7F7;
  text-transform: uppercase;
}
.location-box svg {
  color: #191919;
}
.location-box strong {
  margin-right: 0;
  margin-left: 20px;
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  vertical-align: middle;
  width: 297px;
}
@media (max-width: 1320px) {
  .logo {
    width: 200px;
  }
}
@media (max-width: 1023px) {
  .logo {
    width: 186px;
  }
}
.logo picture {
  width: 100%;
  height: auto;
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Nav lang
\* ------------------------------------------------------------ */
.nav-lang {
  font-family: "Merriweather Sans", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  max-width: 15px;
  margin: 0 auto 45px;
}
@media (max-width: 1023px) {
  .nav-lang {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-lang {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.nav-lang ul {
  list-style: none;
}
.nav-lang li + li {
  padding-top: 8px;
  border-top: 1px solid #000;
  margin-top: 6px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-lang li + li {
    margin-top: 5px;
    padding-top: 5px;
  }
}
.nav-lang .is-current {
  font-weight: bold;
}
.nav-lang a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
.nav-lang a:hover {
  text-decoration: none;
  color: #FF2121;
}

/* ------------------------------------------------------------ *\
	Nav-secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "Merriweather Sans", sans-serif;
}
.nav-secondary ul {
  list-style: none;
}
.nav-secondary li {
  display: inline-block;
  margin: 0 17px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary li {
    display: block;
    margin: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-secondary li + li {
    margin-top: 32px;
  }
}
.nav-secondary a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
.nav-secondary a:hover {
  text-decoration: none;
  color: #FF2121;
}

/* ------------------------------------------------------------ *\
	Nav-trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  display: none;
  width: 46px;
  height: 21px;
  position: relative;
  z-index: 5;
  margin-top: 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 1023px) {
  .nav-trigger {
    display: block;
  }
}
.nav-trigger span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background-color: #151515;
  -webkit-transition: top 0.3s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, opacity 0.3s;
  transition: top 0.3s 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.nav-trigger span:nth-child(2) {
  top: 11px;
}
.nav-trigger span:nth-child(3) {
  top: 21px;
}

.nav-trigger.is-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.nav-trigger.is-active span {
  height: 3px;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, opacity 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, opacity 0.3s, -webkit-transform 0.3s 0.3s;
}
.nav-trigger.is-active span:nth-child(1),
.nav-trigger.is-active span:nth-child(3) {
  top: 11px;
}
.nav-trigger.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-trigger.is-active span:nth-child(2) {
  opacity: 0;
}
.nav-trigger.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------ *\
	Nav-utilities
\* ------------------------------------------------------------ */
.nav-utilities {
  font-size: 11px;
  font-weight: 700;
  color: #171717;
  font-family: "Merriweather Sans", sans-serif;
  text-align: right;
}
@media (max-width: 1023px) {
  .nav-utilities {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-utilities {
    font-size: 14px;
  }
}
.nav-utilities ul {
  list-style: none;
}
.nav-utilities li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 1023px) {
  .nav-utilities li {
    text-align: center;
    display: block;
  }
}
.nav-utilities li + li {
  margin-left: 50px;
}
@media (max-width: 1023px) {
  .nav-utilities li + li {
    margin: 0;
  }
}
.nav-utilities a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.nav-utilities a:hover {
  color: #FF2121;
  text-decoration: none;
}
.nav-utilities figure {
  display: inline-block;
  vertical-align: middle;
  min-width: 25px;
  margin: -5px 10px 0 0;
}
@media (max-width: 1023px) {
  .nav-utilities figure {
    display: block;
    margin: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-utilities figure {
    margin-bottom: 11px;
  }
}

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  font-size: 13px;
  color: #171717;
  font-family: "Merriweather Sans", sans-serif;
}
@media (max-width: 1023px) {
  .nav {
    font-weight: 400;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav {
    font-size: 16px;
  }
}
.nav ul {
  list-style: none outside none;
}
.nav li {
  display: inline-block;
  vertical-align: middle;
}
.nav li .current_page_item {
  font-weight: bold;
}
@media (max-width: 1023px) {
  .nav li {
    display: block;
    text-align: center;
  }
}
.nav li + li {
  margin-left: 25px;
}
@media (max-width: 1320px) {
  .nav li + li {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .nav li + li {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav li + li {
    margin: 29px 0 0;
  }
}
.nav a {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
@media (max-width: 1320px) {
  .nav a {
    padding-left: 15px;
  }
}
@media (max-width: 1023px) {
  .nav a {
    padding: 0;
  }
}
.nav a:hover {
  text-decoration: none;
  color: #FF2121;
}
.nav a:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #FF2121;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav .current-menu-item a:before, .nav .current-page-ancestor a:before {
  text-decoration: none;
  opacity: 1;
}
@media (max-width: 1023px) {
  .nav .current-menu-item a:before, .nav .current-page-ancestor a:before {
    display: none;
  }
}

/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */
.x-paging {
  position: relative;
  max-width: 187px;
  margin: 63px auto 0;
}
.x-paging .paging__prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.x-paging .paging__next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.x-paging .paging__prev:hover,
.x-paging .paging__next:hover {
  color: #FF2121;
}
.x-paging ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.x-paging li {
  position: relative;
  font-family: "Apparat", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.667;
}
.x-paging li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 19px;
  height: 19px;
  border: solid 1px #FF2121;
  border-radius: 50%;
  opacity: 0;
  visibility: visible;
  -webkit-transform: opacity 0.3s, visibility 0.3s;
  transform: opacity 0.3s, visibility 0.3s;
}
.x-paging li + li:after {
  content: ",";
  position: absolute;
  bottom: 0;
  left: -6px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: opacity 0.3s, visibility 0.3s;
  transform: opacity 0.3s, visibility 0.3s;
}
.x-paging li.is-current:after,
.x-paging li.paging__spacer:after {
  opacity: 0;
  visibility: hidden;
}
.x-paging li.paging__spacer + li:after,
.x-paging li.is-current + li:after {
  opacity: 0;
  visibility: hidden;
}
.x-paging li.is-current:before {
  opacity: 1;
  visibility: visible;
}
.x-paging li + li {
  margin-left: 10px;
}
.x-paging .paging__spacer {
  margin: 0 4px;
}
.x-paging li.paging__spacer + li {
  margin: 0;
}

/* ------------------------------------------------------------ *\
	Quiz
\* ------------------------------------------------------------ */
.quiz {
  max-width: 788px;
  margin: auto;
}
.quiz h2 {
  font-weight: 400;
  line-height: 1.26;
  max-width: 649px;
  margin-bottom: 22px;
}
.quiz .quiz-wpforms {
  display: none;
  margin-bottom: 60px;
  margin-top: 60px;
}
.quiz .options {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.quiz .options .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quiz .options .option.selected input {
  border: 3px solid #FF2121;
  background: #FF2121;
  color: white;
}
.quiz .options .option input {
  font-size: 30px;
  padding: 0 24px;
  margin-right: 20px;
  border: 3px solid #EBEBEB;
  opacity: 0;
  position: fixed;
  width: 0;
}
.quiz .options .option label {
  display: inline-block;
  padding: 0px 22px;
  font-size: 25px;
  border: 3px solid #EBEBEB;
  margin-right: 20px;
}
.quiz .options .option input:checked + label {
  background-color: #FF2121;
  border-color: #FF2121;
  color: white;
}
.quiz .options .option input:focus + label {
  border: 3px solid #FF2121;
}
.quiz .subtitle {
  font-weight: bold;
}
.quiz .quiz--js {
  margin-bottom: 60px;
  margin-top: 60px;
}
.quiz .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.quiz .two-column .column {
  width: 50%;
}

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section about
\* ------------------------------------------------------------ */
.section-about {
  padding: 87px 0 79px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about {
    text-align: center;
    padding: 70px 0 9px;
  }
}
.section-about .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-about .section__aside {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 5.7%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about .section__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 0;
  }
}
.section-about .section__aside:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 178px;
  height: 390px;
  background-color: #F7F7F7;
  z-index: -1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about .section__aside:after {
    width: 100%;
    height: 100%;
    bottom: 0px;
  }
}
.section-about .section__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 7.5%;
  padding-top: 6px;
}
@media (max-width: 1023px) {
  .section-about .section__content {
    padding-left: 30px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about .section__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
    margin-bottom: 50px;
  }
}
.section-about .section__image {
  position: relative;
  text-align: right;
  padding-bottom: 15px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about .section__image {
    padding-bottom: 85.2%;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about .section__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center 12%;
    object-position: center 12%;
  }
}
.section-about .section__image figcaption {
  text-align: left;
  padding-left: 50px;
  padding-top: 17px;
}
.section-about h2 {
  font-weight: 400;
  line-height: 1.266;
  max-width: 320px;
  margin-bottom: 32px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about h2 {
    max-width: 100%;
    padding: 0 45px;
    margin-bottom: 22px;
  }
}
.section-about h6 {
  line-height: 1.43;
  margin-bottom: 20px;
}
.section-about .section__entry {
  max-width: 386px;
  margin-bottom: 40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about .section__entry {
    max-width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about p {
    padding: 0 15px;
  }
}
.section-about p:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about p:not(:last-child) {
    margin-bottom: 35px;
  }
}
.section-about .section__meta {
  padding-left: 50px;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .section-about .section__meta {
    padding-left: 15px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about .section__meta {
    text-align: center;
    margin-bottom: 25px;
  }
}

/*  section about  */
.section-about--alt {
  padding: 29px 0 125px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about--alt {
    padding: 45px 0 32px;
  }
}
.section-about--alt .section__aside {
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51.9%;
  flex: 0 0 51.9%;
  max-width: 51.9%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about--alt .section__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about--alt .section__aside:after {
    height: 390px;
    bottom: auto;
    top: 25%;
  }
}
.section-about--alt .section__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.1%;
  flex: 0 0 48.1%;
  max-width: 48.1%;
  padding-left: 6.1%;
  padding-top: 2px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about--alt .section__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}
.section-about--alt h2 {
  max-width: 100%;
  margin-bottom: 22px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about--alt h2 {
    padding: 0 15px;
  }
}
.section-about--alt h6 {
  margin-bottom: 26px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about--alt h6 {
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
.section-about--alt .section__entry {
  margin-bottom: 60px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about--alt .section__entry {
    margin-bottom: 35px;
  }
}
.section-about--alt p:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about--alt p:not(:last-child) {
    margin-bottom: 35px;
  }
}
.section-about--alt .section__image {
  padding-bottom: 10px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about--alt .section__image {
    max-width: 500px;
    margin: 0 auto -9px;
    padding: 0 17px;
  }
}
.section-about--alt .section__image img {
  position: relative;
}
.section-about--alt .section__image:after {
  left: -5px;
}
.section-about--alt .section__meta {
  padding-left: 46px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-about--alt .section__meta {
    padding: 0;
  }
}

/* ------------------------------------------------------------ *\
	Section cards
\* ------------------------------------------------------------ */
.section-cards {
  padding: 42px 0 40px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cards {
    padding: 22px 0;
    text-align: center;
  }
}
.section-cards .section__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.section-cards .section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 32px 0 28px;
  margin-bottom: 24px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cards .section__head {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
  }
}
.section-cards h2 {
  line-height: 1.266;
  font-weight: 400;
  margin-bottom: 22px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cards h2 {
    margin-bottom: 28px;
  }
}
.section-cards h2:before {
  height: 75%;
}

/*  section cards alt  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cards--alt {
    padding: 22px 0;
  }
}

/* ------------------------------------------------------------ *\
	Section contacts
\* ------------------------------------------------------------ */
.section-contacts {
  padding-bottom: 55px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contacts {
    text-align: center;
    padding-bottom: 37px;
  }
}
.section-contacts h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  margin-bottom: 32px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-contacts h3 {
    margin-bottom: 25px;
  }
}

/* ------------------------------------------------------------ *\
	Section entry
\* ------------------------------------------------------------ */
.section-entry {
  padding: 83px 86px 105px 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-entry {
    text-align: center;
    padding: 13px 0;
  }
}

/* ------------------------------------------------------------ *\
	Section-gray
\* ------------------------------------------------------------ */
.section-gray {
  padding: 70px 0 60px;
  background-color: #F5F5F5;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-gray {
    text-align: left;
    padding: 48px 0 67px;
  }
}
.section-gray .section__inner {
  max-width: 770px;
  margin-left: 180px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-gray .section__inner {
    max-width: 100%;
    margin-left: 0;
    padding: 0 0px;
  }
}
.section-gray h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 22px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-gray h3 {
    padding: 0 15px;
    margin-bottom: 24px;
  }
}
.section-gray h6 {
  line-height: 1.43;
  margin-bottom: 48px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-gray h6 {
    padding: 0 15px;
    margin-bottom: 28px;
  }
}

/* ------------------------------------------------------------ *\
	Section-media
\* ------------------------------------------------------------ */
.section-media {
  padding: 60px 0 88px;
  position: relative;
  margin-bottom: 98px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-media {
    padding: 45px 0 0;
    margin-bottom: 58px;
  }
}
.section-media:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin-right: 275px;
  background-color: #F5F5F5;
}
@media (max-width: 1023px) {
  .section-media:before {
    margin-right: 200px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-media:before {
    right: 0;
    margin-right: 0;
  }
}
.section-media .section__head {
  max-width: 500px;
  margin: 0 0 60px 250px;
  position: relative;
}
@media (max-width: 1023px) {
  .section-media .section__head {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-media .section__head {
    text-align: center;
    max-width: 100%;
    padding: 0 20px;
    margin: 0rem 0 38px;
  }
}
.section-media .section__head h2 {
  line-height: 1.27;
  font-weight: 900;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-media .section__head h2 {
    font-size: 25px;
  }
}
.section-media .section__body {
  position: relative;
  padding: 0 38px 0 98px;
}
@media (max-width: 1023px) {
  .section-media .section__body {
    padding: 0;
  }
}

/*  section media alt  */
.section-media--alt {
  padding: 60px 0;
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-media--alt {
    padding: 52px 0px 25px;
  }
}
.section-media--alt:before {
  bottom: 105px;
}
@media (max-width: 1023px) {
  .section-media--alt:before {
    bottom: 0;
  }
}
.section-media--alt .section__head {
  margin: 0 0 60px 136px;
}
@media (max-width: 1023px) {
  .section-media--alt .section__head {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-media--alt .section__head {
    margin: 0rem 0 36px;
  }
}
.section-media--alt .section__head h2 {
  font-weight: 900;
}
.section-media--alt .section__body {
  padding: 0 0px 0 60px;
}
@media (max-width: 1023px) {
  .section-media--alt .section__body {
    padding-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-media--alt .section__body {
    padding-left: 0;
  }
}

/* ------------------------------------------------------------ *\
	section testimonial
\* ------------------------------------------------------------ */
.section-testimonial {
  background-color: #F7F7F7;
  padding: 85px 0 78px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-testimonial {
    padding: 57px 0 63px;
  }
}

/* ------------------------------------------------------------ *\
	Section tiles
\* ------------------------------------------------------------ */
.section-tiles {
  position: relative;
  padding: 72px 0 19px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-tiles {
    text-align: center;
    padding: 20px 0 22px;
  }
}
.section-tiles:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 322px;
  background-color: #F7F7F7;
  z-index: -1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-tiles:after {
    display: none;
  }
}
.section-tiles h2 {
  font-weight: 900;
  margin-bottom: 14px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-tiles h2 {
    font-size: 30px;
  }
}
.section-tiles .section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 34px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-tiles .section__head {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ------------------------------------------------------------ *\
	Section topics
\* ------------------------------------------------------------ */
.section-topics {
  position: relative;
  overflow: hidden;
}
.section-topics .section__inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: -88px;
  height: 100%;
  width: 100%;
  max-width: 781px;
  background-color: #F7F7F7;
  z-index: -1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-topics .section__inner:after {
    width: 100%;
    right: 0;
    top: 59px;
  }
}
.section-topics .section__inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 19px 0 69px;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-topics .section__inner {
    padding: 0 0 32px;
  }
}
.section-topics .section__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0px 0 0px 28px;
  margin-bottom: 18px;
}
@media (max-width: 1023px) {
  .section-topics .section__head {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-topics .section__head {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
}
.section-topics .section__head h2 {
  max-width: 502px;
  font-weight: 900;
  line-height: 1.266;
  margin-bottom: 39px;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-topics .section__head h2 {
    max-width: 100%;
    font-size: 25px;
    margin-bottom: 25px;
  }
}
.section-topics .section__body {
  padding-left: 30px;
}
@media (max-width: 1023px) {
  .section-topics .section__body {
    padding-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-topics .section__link {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*  section topics alt  */
.section-topics--alt:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin-right: 275px;
  background-color: #F5F5F5;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-topics--alt:before {
    display: none;
  }
}
.section-topics--alt .section__inner {
  padding: 59px 0 85px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-topics--alt .section__inner {
    padding: 45px 0px;
  }
}
.section-topics--alt .section__head {
  padding-left: 177px;
  margin-bottom: 22px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-topics--alt .section__head {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
.section-topics--alt .section__body {
  padding: 0;
}
.section-topics--alt .section__inner:after {
  display: none;
}

/* ------------------------------------------------------------ *\
	Section-white
\* ------------------------------------------------------------ */
.section-white {
  padding: 30px 0 110px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-white {
    text-align: center;
    padding: 30px 0;
  }
}
.section-white .section__inner {
  max-width: 1018px;
  margin-inline: auto;
}
.section-white .section__title {
  margin-left: 75px;
  max-width: 616px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-white .section__title {
    max-width: 100%;
    margin-left: 0;
    padding: 0 15px;
  }
}
.section-white h2 {
  font-weight: 400;
  line-height: 1.27;
  margin-bottom: 87px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-white h2 {
    margin-bottom: 45px;
  }
}
.section-white .section__accordion {
  max-width: 906px;
  margin: 0 auto 50px;
}
.section-white .section__accordion:last-child {
  margin-bottom: 0;
}

.section-white--small {
  padding: 100px 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-white--small {
    padding: 30px 0;
  }
}
.section-white--small h2 {
  margin-bottom: 65px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-white--small h2 {
    margin-bottom: 35px;
  }
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 19px 0 38px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 65px 0 68px;
  }
}

/*  section no gutters  */
.section--no-gutters {
  padding: 0;
}

/*  section alt  */
.section--alt {
  padding: 115px 0 108px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--alt {
    padding: 27px 0;
  }
}

/*  section secondary  */
.section--secondary {
  padding: 95px 0 0px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--secondary {
    padding: 70px 0px 0;
  }
}

/*  section article  */
.section--article {
  padding: 45px 5px 117px;
}
@media (max-width: 1320px) {
  .section--article {
    padding: 45px 0 117px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--article {
    text-align: center;
    padding: 5px 0 45px;
  }
}
.section--article .section__body {
  padding-left: 35px;
}
@media (max-width: 1320px) {
  .section--article .section__body {
    padding-left: 0;
  }
}

/*  section events  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--events {
    padding: 35px 0 20px;
  }
}

/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}

/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc(1400px + 15px * 2);
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  width: 100%;
}

/* Shell Fluid */
.shell--fluid {
  max-width: none;
}

/* Shell no gutter */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .shell--no-mobile-gutter {
    padding-inline: 0;
  }
}

/*  shell size1  */
.shell--size1 {
  max-width: calc(1224px + 15px * 2);
}

/*  shell size2  */
.shell--size2 {
  max-width: calc(1020px + 15px * 2);
}

/*  shell size3  */
.shell--size3 {
  max-width: calc(1286px + 15px * 2);
}

/*  shell size4  */
.shell--size4 {
  max-width: calc(1294px + 15px * 2);
}

/*  shell size5  */
.shell--size5 {
  max-width: calc(1080px + 15px * 2);
}

/* ------------------------------------------------------------ *\
	slider cards
\* ------------------------------------------------------------ */
.slider-cards {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.slider-cards .slider__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -15px -39px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards .slider__slides {
    margin: 0;
  }
}
.slider-cards .slider__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 15px;
  margin-bottom: 39px;
  max-width: 100%;
}
@media (max-width: 1023px) {
  .slider-cards .slider__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards .slider__slide {
    padding: 0;
    margin: 0;
    max-width: 100%;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
  }
}
.slider-cards .tns-nav {
  display: none;
}
.slider-cards .slider__nav {
  display: none;
  margin-bottom: 24px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards .slider__nav {
    display: block;
  }
}
.slider-cards .slider__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.slider-cards .slider__nav li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  width: 8px;
  height: 8px;
  background-color: #191919;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.slider-cards .slider__nav li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.slider-cards .slider__nav li + li {
  margin-left: 26px;
}
.slider-cards .slider__nav li:hover,
.slider-cards .slider__nav li.is-current {
  background-color: #FF2121;
}
.slider-cards .slider__nav li.is-current {
  -webkit-transform: none;
  transform: none;
}

/*  slider cards alt  */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards--alt .slider__nav {
    margin-bottom: 28px;
  }
}

/*  slider cards topics  */
.slider-cards--topics {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards--topics {
    margin: 0 auto 62px;
  }
}
.slider-cards--topics .slider__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -8px -20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards--topics .slider__slides {
    margin: 0;
  }
}
.slider-cards--topics .slider__slide {
  padding: 0 8px;
  margin-bottom: 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards--topics .slider__slide {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}
.slider-cards--topics .slider__slide--1of2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards--topics .slider__slide--1of2 {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    max-width: 100%;
  }
}
.slider-cards--topics .slider__slide--size1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38.6%;
  flex: 0 0 38.6%;
  max-width: 38.6%;
}
@media (max-width: 1023px) {
  .slider-cards--topics .slider__slide--size1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards--topics .slider__slide--size1 {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    max-width: 100%;
  }
}
.slider-cards--topics .slider__slide--size2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.466%;
  flex: 0 0 20.466%;
  max-width: 20.466%;
}
@media (max-width: 1023px) {
  .slider-cards--topics .slider__slide--size2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cards--topics .slider__slide--size2 {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    max-width: 100%;
  }
}
.slider-cards--topics .slider__slide:last-child {
  margin-right: 0;
}
.slider-cards--topics .tns-ovh {
  overflow: initial;
}
.slider-cards--topics .tns-nav {
  display: block;
  padding: 24px 0px 8px;
  text-align: center;
  position: static;
}
.slider-cards--topics .tns-nav button {
  border: none;
  width: 8px;
  height: 8px;
  background-color: #191919;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.slider-cards--topics .tns-nav button + button {
  margin-left: 26px;
}
.slider-cards--topics .tns-nav button:hover,
.slider-cards--topics .tns-nav .tns-nav-active {
  background-color: #FF2121;
}
.slider-cards--topics .tns-nav .tns-nav-active {
  -webkit-transform: none;
  transform: none;
}

/* ------------------------------------------------------------ *\
	Slider gallery
\* ------------------------------------------------------------ */
.slider-gallery {
  position: relative;
}
.slider-gallery .tns-gallery > .tns-item {
  -webkit-transition: transform 0s;
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}
.slider-gallery .slider__nav-gallery {
  padding-top: 33px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-gallery .slider__nav-gallery {
    display: none;
  }
}
.slider-gallery .slider__nav-gallery ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slider-gallery .slider__nav-gallery li + li {
  margin-left: 15px;
}
.slider-gallery .slider__nav-gallery li {
  position: relative;
  width: 100%;
  max-width: 136px;
  padding-bottom: 6.2%;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .slider-gallery .slider__nav-gallery li {
    padding-bottom: 7%;
  }
}
.slider-gallery .slider__nav-gallery li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.slider-gallery .slider__nav-gallery li:hover:after,
.slider-gallery .slider__nav-gallery li.tns-nav-active:after {
  opacity: 1;
  visibility: visible;
}
.slider-gallery .slider__nav-gallery li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.slider-gallery .slider__controls {
  list-style: none;
  position: absolute;
  bottom: 132px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 322px;
  padding-left: 35px;
}
@media (max-width: 1399px) {
  .slider-gallery .slider__controls {
    bottom: 110px;
  }
}
@media (max-width: 1320px) {
  .slider-gallery .slider__controls {
    bottom: 100px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-gallery .slider__controls {
    display: none;
  }
}
.slider-gallery .slider__controls span {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.slider-gallery .slider__controls span:hover {
  color: #FF2121;
}
.slider-gallery .prev {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-right: 28px;
}
.slider-gallery .tns-nav {
  display: none;
}
.slider-gallery .slider__nav {
  display: none;
  margin-bottom: 27px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-gallery .slider__nav {
    display: block;
    margin-bottom: 43px;
  }
}
.slider-gallery .slider__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.slider-gallery .slider__nav li {
  border: none;
  width: 8px;
  height: 8px;
  background-color: #191919;
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.slider-gallery .slider__nav li + li {
  margin-left: 26px;
}
.slider-gallery .slider__nav li:hover,
.slider-gallery .slider__nav li.is-current {
  background-color: #FF2121;
}
.slider-gallery .slider__nav li.is-current {
  -webkit-transform: none;
  transform: none;
}
.slider-gallery .slider__nav li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

/* ------------------------------------------------------------ *\
	Slider-hero
\* ------------------------------------------------------------ */
.slider-hero {
  background: #F7F7F7;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-hero {
    background-color: #fff;
  }
}
.slider-hero .slider__socials {
  position: absolute;
  bottom: 37px;
  right: 70px;
}
.slider-hero .tns-nav {
  display: none;
}

.slider-hero-dots {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 80px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-hero-dots {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    margin-bottom: 14px;
  }
}
.slider-hero-dots ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.slider-hero-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  width: 8px;
  height: 8px;
  background-color: #191919;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.slider-hero-dots li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.slider-hero-dots li + li {
  margin-left: 26px;
}
.slider-hero-dots li:hover,
.slider-hero-dots li.is-current {
  background-color: #FF2121;
}
.slider-hero-dots li.is-current {
  -webkit-transform: none;
  transform: none;
}

.slider-hero-nav {
  font-family: "Merriweather Sans", sans-serif;
  color: #BABABA;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-hero-nav {
    font-size: 14px;
    margin-bottom: 17px;
  }
}
.slider-hero-nav ul {
  list-style: none;
  margin: 0 -21px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-hero-nav ul {
    margin: 0 -12px;
    text-align: center;
  }
}
.slider-hero-nav li {
  display: inline-block;
  padding: 0 21px 9px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-hero-nav li {
    padding: 0 12px 5px;
  }
}
.slider-hero-nav a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.slider-hero-nav a:hover,
.slider-hero-nav .is-current a {
  color: #FF2121;
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
	Slider tiles
\* ------------------------------------------------------------ */
.slider-tiles {
  position: relative;
}
.slider-tiles .slider__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -19px -37px;
}
@media (max-width: 1023px) {
  .slider-tiles .slider__slides {
    margin: 0 -10px -37px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-tiles .slider__slides {
    margin: 0;
  }
}
.slider-tiles .slider__slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 19px;
  margin-bottom: 37px;
}
@media (max-width: 1023px) {
  .slider-tiles .slider__slide {
    padding: 0 10px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-tiles .slider__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-tiles .slider__slide {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    padding: 0;
    margin: 0;
  }
}
.slider-tiles .tns-nav {
  display: none;
}
.slider-tiles .slider__nav {
  display: none;
  margin-bottom: 27px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-tiles .slider__nav {
    display: block;
  }
}
.slider-tiles .slider__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.slider-tiles .slider__nav li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  width: 8px;
  height: 8px;
  background-color: #191919;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.slider-tiles .slider__nav li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.slider-tiles .slider__nav li + li {
  margin-left: 26px;
}
.slider-tiles .slider__nav li:hover,
.slider-tiles .slider__nav li.is-current {
  background-color: #FF2121;
}
.slider-tiles .slider__nav li.is-current {
  -webkit-transform: none;
  transform: none;
}

/* ------------------------------------------------------------ *\
	slider
\* ------------------------------------------------------------ */
.slider {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
.slider .tns-inner {
  padding-bottom: 15px;
}
.slider .tns-nav {
  position: absolute;
  bottom: 10px;
  right: 48%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider .tns-nav {
    bottom: 16px;
    right: 50%;
  }
}
.slider .tns-nav button {
  border: none;
  width: 8px;
  height: 8px;
  background-color: #D4D8DB;
  border-radius: 50%;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s;
  transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.slider .tns-nav button + button {
  margin-left: 26px;
}
.slider .tns-nav button:hover,
.slider .tns-nav .tns-nav-active {
  background-color: #191919;
}
.slider .tns-nav .tns-nav-active {
  -webkit-transform: none;
  transform: none;
}

/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  list-style: none;
}
.socials li {
  display: inline-block;
  vertical-align: middle;
}
.socials li + li {
  margin-left: 10px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials li + li {
    margin-left: 40px;
  }
}
.socials a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.socials a:hover {
  text-decoration: none;
  color: #FF2121;
}

.socials--large li + li {
  margin-left: 29px;
}

.socials--xlarge li + li {
  margin-left: 40px;
}

/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
.subscribe {
  position: relative;
  max-width: 723px;
  width: 100%;
  margin: 0 auto 86px;
  background: #fff;
  border: 4px solid #EBEBEB;
  padding: 36px 0;
  font-size: 14px;
  line-height: 1.79;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe {
    padding: 32px 12px 25px;
    margin-bottom: 60px;
  }
}
.subscribe h2 {
  color: #BABABA;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 1.26;
  font-weight: 800;
  margin-bottom: 32px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe h2 {
    font-size: 30px;
    margin-bottom: 13px;
  }
}
.subscribe .subscribe__head {
  max-width: 561px;
  width: 100%;
  margin: 0 auto 28px;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__head {
    margin-bottom: 23px;
  }
}
.subscribe .subscribe__body {
  max-width: 485px;
  margin-inline: auto;
}
.subscribe .subscribe__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__inner {
    display: block;
    margin-bottom: 23px;
  }
}
.subscribe .subscribe__field {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  height: 57px;
  border-top: 3px solid #D4D8DB;
  border-bottom: 3px solid #D4D8DB;
  border-left: 3px solid #D4D8DB;
  border-right: none;
  border-radius: 0;
  padding: 0 37px;
  font-size: 14px;
  font-family: "Merriweather Sans", sans-serif;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__field {
    width: 100%;
    text-align: center;
    border-bottom: none;
    border-right: 3px solid #D4D8DB;
  }
}
.subscribe .subscribe__btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  border: 3px solid #FF2121;
  font-size: 14px;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 800;
  text-align: center;
  padding: 0 10px;
  background-color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__btn {
    width: 100%;
    height: 57px;
  }
}

/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 962px;
  margin: 0 auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial {
    text-align: center;
    padding: 0 15px;
  }
}
.testimonial .testimonial__signiture {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.8%;
  flex: 0 0 27.8%;
  max-width: 27.8%;
  padding-bottom: 18px;
  padding-left: 5px;
}
@media (max-width: 1023px) {
  .testimonial .testimonial__signiture {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__signiture {
    max-width: 160px;
    margin: 0 auto;
    padding: 0;
  }
}
.testimonial .testimonial__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72.2%;
  flex: 0 0 72.2%;
  max-width: 72.2%;
  position: relative;
}
@media (max-width: 1023px) {
  .testimonial .testimonial__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 49px;
    margin-bottom: 42px;
  }
}
.testimonial blockquote {
  font-family: "Merriweather Sans", sans-serif;
  font-size: 23px;
  line-height: 1.39;
  padding-left: 35px;
  margin-bottom: 28px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial blockquote {
    padding-left: 0;
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 24px;
  }
}
.testimonial blockquote:before {
  height: 94%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial blockquote:before {
    display: none;
  }
}
.testimonial .testimonial__foot {
  padding-left: 35px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__foot {
    padding-left: 0;
  }
}
.testimonial h5 {
  margin-bottom: 7px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial h5 {
    line-height: 1.25;
    font-size: 16px;
    margin-bottom: 18px;
  }
}

/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  line-height: 1.43;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tile .tile__image {
  position: relative;
  padding-bottom: 89%;
  margin-bottom: 35px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__image {
    padding-bottom: 87.5%;
    margin-bottom: 30px;
  }
}
.tile .tile__image a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tile .tile__image a:hover {
  opacity: 0.8;
}
.tile .tile__image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tile .tile__content {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__content {
    padding: 0 15px;
  }
}
.tile .tile__btn {
  position: absolute;
  right: 0;
  top: 36.2%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile .tile__btn {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
  }
}
.tile h5 {
  line-height: 1.39;
  margin-bottom: 25px;
  padding-right: 22px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile h5 {
    padding-right: 0;
    margin-bottom: 17px;
  }
}
.tile h5 span {
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile h5 span {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile p {
    margin-bottom: 20px;
  }
}

/*  tile reverse  */
.tile--reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tile--reverse h5 {
  margin-bottom: 22px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--reverse h5 {
    margin-bottom: 17px;
  }
}
.tile--reverse h5 span {
  margin-bottom: 24px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--reverse h5 span {
    margin-bottom: 12px;
  }
}
.tile--reverse .tile__image {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--reverse .tile__image {
    margin-bottom: 30px;
  }
}
.tile--reverse .tile__content {
  margin-bottom: 25px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile--reverse .tile__content {
    padding: 0 15px;
  }
}

/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video {
  position: relative;
}
.video .video__actions,
.video .video__poster {
  z-index: 2;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.video .video__actions {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video .video__poster {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .video .video__poster {
    height: 520px;
  }
}
.video .video__poster:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.42);
}
.video .video__poster img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .video .video__poster img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.video .video__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video.is-playing .video__actions,
.video.is-playing .video__poster {
  opacity: 0;
  pointer-events: none;
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .wrapper {
    padding-top: 95px;
  }
}
/*# sourceMappingURL=main.combined.css.map */
