@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter18pt-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter18pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter18pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter18pt-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

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

.glightbox-open {
  overflow: hidden;
}

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

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

.glightbox-mobile .goverlay {
  background: #000000a4;
}

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

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

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

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

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

iframe.wait-autoplay {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
.glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
.gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: #edf2f5e0;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }

  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #ffffffe3;
  }
}
html,
body {
  scroll-behavior: smooth;
}

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

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  font-weight: 400;
  background: #fff;
}
body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 40px;
}

h1 {
  font-weight: 700;
  font-size: 104px;
  line-height: 126px;
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
h2.big {
  font-weight: 700;
  font-size: 104px;
  line-height: 126px;
}

h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
}

h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 33px;
}

h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}

.main {
  overflow: hidden;
}

.button {
  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;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  border-radius: 30px;
  padding: 12px 24px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.button.primary {
  border: 1px solid #000;
  color: #000;
}
.button.primary:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.button.secondary {
  border: 1px solid #fff;
  color: #fff;
}
.button.secondary:hover {
  opacity: 1;
  background: #fff;
  color: #000;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input input,
.input textarea {
  width: 100%;
  background: transparent;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #000;
  padding: 24px 20px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  resize: unset;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.input input:focus,
.input textarea:focus {
  border-color: #dcd1a6;
}
.input input::-webkit-input-placeholder, .input textarea::-webkit-input-placeholder {
  color: #000;
}
.input input::-moz-placeholder, .input textarea::-moz-placeholder {
  color: #000;
}
.input input:-ms-input-placeholder, .input textarea:-ms-input-placeholder {
  color: #000;
}
.input input::-ms-input-placeholder, .input textarea::-ms-input-placeholder {
  color: #000;
}
.input input::placeholder,
.input textarea::placeholder {
  color: #000;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.check__box {
  width: 22px;
  height: 22px;
  margin-right: 16px;
  position: relative;
}
.check__box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.check__box input:checked ~ span {
  background: #dcd1a6;
}
.check__box input:checked ~ span::before {
  opacity: 1;
}
.check__box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #efefef;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.check__box span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 30%;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(-50%, -70%) rotate(135deg);
          transform: translate(-50%, -70%) rotate(135deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
}
.check p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  line-height: 22px;
}

.video {
  width: 100%;
  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;
  padding-bottom: 159%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(57.8%, rgba(21, 44, 74, 0)), to(rgba(21, 44, 74, 0.7)));
  background: linear-gradient(180deg, rgba(21, 44, 74, 0) 57.8%, rgba(21, 44, 74, 0.7) 100%);
  mix-blend-mode: multiply;
  z-index: 2;
}
.video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(21, 44, 74, 0.15);
  content: "";
  z-index: 1;
}
.video.active::before {
  display: none;
}
.video.active::after {
  display: none;
}
.video video,
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
}
.video video::-webkit-media-controls,
.video iframe::-webkit-media-controls {
  display: none;
}
.video video [poster],
.video iframe [poster] {
  width: 100%;
  height: 100%;
}
.video video:hover ~ .video__play.active,
.video iframe:hover ~ .video__play.active {
  opacity: 1;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  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;
  z-index: 3;
  background-color: #00000075;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: #ffffffd5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.video__play:hover {
  color: #fff;
  background: #000;
}
.video__play.active {
  opacity: 0;
}
.video__play.active span svg {
  opacity: 0;
}
.video__play.active span::after {
  display: block;
}
.video__play.active span::before {
  display: block;
}
.video__play.active:hover {
  opacity: 1;
}
.video__play.active:hover span::after {
  background: #fff;
}
.video__play.active:hover span::before {
  background: #fff;
}
.video__play span {
  width: 100%;
  height: 100%;
  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;
  position: relative;
  z-index: 2;
}
.video__play span::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  width: 4px;
  height: 45%;
  background: #dcd1a6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
}
.video__play span::before {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  right: 35%;
  width: 4px;
  height: 45%;
  background: #dcd1a6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 3px;
}
.video__play span svg {
  width: 24px;
  height: 28px;
  margin-left: 3px;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title h2,
.title p {
  width: calc(50% - 15px);
}

.modall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  display: none;
  z-index: 9999;
}
.modall.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 0.4s;
          animation: fadeIn 0.4s;
}
.modall__inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.modall__inner-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #efefef;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 3;
}
.modall__inner-close:hover {
  opacity: 0.8;
}
.modall__inner-close::before {
  width: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #333;
}
.modall__inner-close::after {
  width: 50%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #333;
}
.modallVideo {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
}
.modallVideo video,
.modallVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1460px) {
  h1 {
    font-size: 95px;
    line-height: 122%;
  }

  h2.big {
    font-size: 95px;
    line-height: 122%;
  }
}
@media (max-width: 1380px) {
  .auto__container {
    max-width: 1220px;
  }

  h1 {
    font-size: 85px;
  }

  h2.big {
    font-size: 85px;
  }
}
@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px;
  }

  h1 {
    font-size: 75px;
  }

  h2.big {
    font-size: 75px;
  }

  h3 {
    font-size: 28px;
    line-height: 144%;
  }

  .input input,
.input textarea {
    font-size: 16px;
    line-height: 20px;
    padding: 22px 20px;
  }
}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 930px) {
  h1 {
    font-size: 65px;
  }

  h2 {
    font-size: 28px;
    line-height: 133%;
  }
  h2.big {
    font-size: 65px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
    line-height: 132%;
  }

  .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .title h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .title p {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 20px;
  }

  h1 {
    font-size: 55px;
  }

  h2.big {
    font-size: 55px;
  }

  h3 {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  h1 {
    font-size: 45px;
  }

  h2.big {
    font-size: 45px;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 24px;
  }
  h2.big {
    font-size: 35px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .title h2 {
    margin-bottom: 16px;
  }

  .input input,
.input textarea {
    padding: 18px 16px;
    font-size: 14px;
    line-height: 18px;
  }

  .check__box {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
  .check p {
    line-height: 20px;
  }

  .modall__inner-close {
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 400px) {
  h3 {
    font-size: 14px;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: sticky;
          animation-name: sticky;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-box-shadow: 0px 4px 4px 0px #00000021;
          box-shadow: 0px 4px 4px 0px #00000021;
  background: #fff;
}
.header.sticky .header__inner {
  padding: 16px 0;
}
.header.secondary {
  background: #dcd1a6;
}
.header.secondary .nav__inner li a:hover {
  background: #fff;
  color: #000;
}
.header.secondary .nav__inner li a.active {
  background: #fff;
  color: #000;
}
.header.dark {
  background: #000;
}
.header.dark .nav__inner li a {
  color: #fff;
}
.header.dark .nav__inner li a:hover {
  background: #fff;
  color: #000;
}
.header.dark .nav__inner li a.active {
  background: #fff;
  color: #000;
}
.header__inner {
  padding: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__inner-logo {
  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: 82px;
}
.header__inner-logo img {
  width: 100%;
}

@media (max-width: 1380px) {
  .header__inner {
    padding: 35px 0;
  }
}
@media (max-width: 1180px) {
  .header__inner {
    padding: 28px 0;
  }
}
@media (max-width: 1024px) {
  .header {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header.active {
    background: #fff;
  }
  .header.active.secondary {
    background: #dcd1a6;
  }
  .header.active.secondary .nav__inner {
    background: #dcd1a6;
  }
  .header.active.dark {
    background: #000;
  }
  .header.active.dark .nav__inner {
    background: #000;
  }
  .header.dark .burger::before {
    background: #fff;
  }
  .header.dark .burger::after {
    background: #fff;
  }
  .header.dark .burger span {
    background: #fff;
  }
  .header__inner {
    padding: 16px 0;
    height: 100px;
  }
  .header__inner-logo {
    width: 76px;
  }
}
@media (max-width: 540px) {
  .header__inner {
    padding: 14px 0 !important;
    height: 90px;
  }
  .header__inner-logo {
    width: 68px;
  }
}
@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner li {
  margin-right: 18px;
}
.nav__inner li:last-child {
  margin: 0;
}
.nav__inner li a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
  padding: 12px 18px;
  border-radius: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav__inner li a:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.nav__inner li a.active {
  background: #000;
  color: #fff;
}

.burger {
  display: none;
}

@media (max-width: 1180px) {
  .nav__inner li {
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  body.active {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    z-index: 1;
    padding: 50px 20px 20px 20px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .nav__inner li {
    margin: 0 0 22px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .nav__inner li a {
    font-size: 20px;
    line-height: 24px;
    padding: 12px 22px;
  }

  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 18%;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 18%;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }
}
@media (max-width: 540px) {
  .nav {
    top: 90px;
    height: calc(100% - 90px);
  }
}
.details {
  padding: 100px 0 190px;
}
.details.big {
  padding: 115px 0 70px;
}
.details__inner-text {
  margin-bottom: 130px;
}
.details__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.details__inner-col {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detailsItem {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
}
.detailsItem:last-child {
  margin: 0;
}
.detailsItem p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
.detailsItem h2 {
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detailsItem h2 span {
  font-size: 53%;
  font-weight: 400;
  line-height: 100%;
}
.details .title {
  margin-bottom: 90px;
}

@media (max-width: 1460px) {
  .details {
    padding: 80px 0 170px;
  }
}
@media (max-width: 1380px) {
  .details {
    padding: 70px 0 150px;
  }
  .details.big {
    padding: 90px 0 50px;
  }
  .details__inner-text {
    margin-bottom: 100px;
  }
  .details .title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1180px) {
  .details {
    padding: 60px 0 120px;
  }
  .details.big {
    padding: 70px 0 40px;
  }
  .details__inner-text {
    margin-bottom: 70px;
  }
  .detailsItem h2 {
    font-size: 25px;
    line-height: 133%;
  }
  .details .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 930px) {
  .details {
    padding: 50px 0 100px;
  }
  .details.big {
    padding: 60px 0 30px;
  }
  .details__inner-text {
    margin-bottom: 50px;
  }
  .details__inner-col {
    width: calc(50% - 10px);
  }
  .detailsItem {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .detailsItem h2 {
    font-size: 22px;
  }
  .detailsItem h2 span {
    font-size: 60%;
  }
  .details .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 750px) {
  .details {
    padding: 40px 0 80px;
  }
  .details__inner-text h2 {
    font-size: 24px;
  }
  .details__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .details__inner-col {
    width: 100%;
    margin-bottom: 24px;
  }
  .details__inner-col:last-child {
    margin: 0;
  }
  .detailsItem h2 {
    display: block;
  }
  .details .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .details {
    padding: 30px 0 50px;
  }
  .details.big {
    padding: 50px 0 30px;
  }
  .details__inner-text {
    margin-bottom: 40px;
  }
  .details__inner-text h2 {
    font-size: 18px;
  }
  .details__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .details__inner-col {
    width: 100%;
    margin-bottom: 24px;
  }
  .details__inner-col:last-child {
    margin: 0;
  }
  .detailsItem {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .detailsItem h2 {
    font-size: 20px;
  }
  .details .title {
    margin-bottom: 35px;
  }
}
.intro {
  background: #dcd1a6;
  padding: 300px 0 70px;
}
.intro.gray {
  background: #EFEFEF;
}
.intro h2 {
  font-size: 30px;
}
.intro h2 span {
  word-break: break-all;
}

@media (max-width: 1380px) {
  .intro {
    padding: 280px 0 60px;
  }
}
@media (max-width: 1180px) {
  .intro {
    padding: 260px 0 50px;
  }
}
@media (max-width: 930px) {
  .intro {
    padding: 240px 0 40px;
  }
}
@media (max-width: 540px) {
  .intro {
    padding: 200px 0 40px;
  }
}
.join {
  padding: 180px 0 180px;
}
.join__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.joinItem {
  width: calc(50% - 15px);
  color: #000;
}
.joinItem:hover {
  opacity: 1;
}
.joinItem:hover .joinItem__image > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.joinItem:hover .joinItem__icon img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.joinItem__image {
  margin-bottom: 35px;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 60%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.09);
}
.joinItem__image.base::before {
  display: none;
}
.joinItem__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.56);
  z-index: 1;
  pointer-events: none;
}
.joinItem__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.joinItem__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.joinItem__icon.sm {
  width: 16%;
}
.joinItem__icon img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.join .title {
  margin-bottom: 100px;
}

@media (max-width: 1460px) {
  .join {
    padding: 150px 0 75px;
  }
  .join .title {
    margin-bottom: 80px;
  }
}
@media (max-width: 1380px) {
  .join {
    padding: 120px 0 60px;
  }
  .join .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1180px) {
  .join {
    padding: 90px 0 40px;
  }
  .join .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 930px) {
  .join {
    padding: 70px 0 30px;
  }
  .joinItem {
    width: calc(50% - 10px);
  }
  .joinItem__image {
    margin-bottom: 24px;
  }
  .join .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .join__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .joinItem {
    width: 100%;
    margin-bottom: 30px;
  }
  .joinItem:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .join {
    padding: 50px 0 30px;
  }
}
.faq {
  padding: 90px 0 184px;
}
.faq.sm {
  padding: 70px 0 160px;
}
.faq__inner {
  margin-top:30px;
  margin-bottom:15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq__inner-content {
  width: calc(35% - 15px);
  max-width: 480px;
}
.faq__inner-content h2 {
  margin-bottom: 30px;
}
.faq__inner-content p {
  margin-bottom: 30px;
}
.faq__inner-icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.faq__inner-icon img {
  width: 100%;
}
.faq__inner-col {
  width: calc(60% - 15px);
  max-width: 1000px;
}
.faqItem {
  border-bottom: 1px solid #707070;
}
.faqItem:first-child .faqItem__head {
  padding-top: 0;
}
.faqItem:last-child {
  border: unset;
}
.faqItem:last-child .faqItem__head {
  padding-bottom: 0;
}
.faqItem:last-child .faqItem__head.active {
  padding-bottom: 20px;
}
.faqItem__head {
  padding: 46px 0;
  cursor: pointer;
}
.faqItem__head.active {
  padding-bottom: 20px;
}
.faqItem__body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.faqItem__body.active {
  padding-bottom: 30px;
  max-height: 600px;
  opacity: 1;
}

@media (max-width: 1460px) {
  .faq {
    padding: 75px 0 150px;
  }
  .faq.sm {
    padding: 60px 0 140px;
  }
}
@media (max-width: 1380px) {
  .faq {
    padding: 60px 0 120px;
  }
  .faq.sm {
    padding: 50px 0 120px;
  }
  .faqItem__head {
    padding: 36px 0;
  }
}
@media (max-width: 1180px) {
  .faq {
    padding: 40px 0 90px;
  }
  .faq.sm {
    padding: 40px 0 90px;
  }
  .faq__inner-content h2 {
    margin-bottom: 20px;
  }
  .faqItem__head {
    padding: 24px 0;
  }
  .faqItem__body.active {
    padding-bottom: 24px;
  }
}
@media (max-width: 930px) {
  .faq {
    padding: 30px 0 70px;
  }
  .faq.sm {
    padding: 40px 0 70px;
  }
  .faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq__inner-content {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
  .faq__inner-col {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 540px) {
  .faq {
    padding: 30px 0 50px;
  }
  .faq.sm {
    padding: 30px 0 50px;
  }
  .faq__inner-content {
    margin-bottom: 30px;
  }
  .faq__inner-content p {
    margin-bottom: 20px;
  }
  .faqItem__head {
    padding: 20px 0;
  }
  .faqItem__body.active {
    padding-bottom: 20px;
  }
}
.footer {
  background: #000;
  color: #fff;
}
.footer__inner {
  padding: 118px 0 135px;
}
.footer__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__inner-side {
  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;
}
.footer__inner-side a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}
.footer__inner-side a.active {
  text-decoration: underline;
}
.footer__inner-side a:hover {
  opacity: 1;
  color: #dcd1a6;
}
.footer__inner-logo {
  width: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}
.footer__inner-logo img {
  width: 100%;
}
.footer__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 14px;
  width: calc(100% - 300px);
  max-width: 460px;
}
.footer__inner-col {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer__inner-col a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 36px;
}
.footer__inner-col a.active {
  text-decoration: underline;
}
.footer__inner-col a:hover {
  opacity: 1;
  color: #dcd1a6;
}
.footer__inner-col a:last-child {
  margin: 0;
}
.footerLogo {
  width: 100%;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  pointer-events: none;
}
.footerLogo img {
  width: 100%;
}

@media (max-width: 1380px) {
  .footer__inner {
    padding: 100px 0;
  }
}
@media (max-width: 1180px) {
  .footer__inner {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .footer__inner-logo {
    width: 76px;
    margin-bottom: 46px;
  }
  .footer__inner-links {
    width: calc(100% - 120px);
    max-width: 430px;
    padding-top: 10px;
  }
  .footer__inner-col a {
    margin-bottom: 32px;
  }
}
@media (max-width: 750px) {
  .footer__inner-row {
    -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;
  }
  .footer__inner-logo {
    margin-bottom: 35px;
  }
  .footer__inner-side {
    margin-bottom: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__inner-side a {
    font-size: 18px;
  }
  .footer__inner-links {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    -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;
  }
  .footer__inner-links a {
    margin: 0 0 22px 0;
    font-size: 18px;
  }
  .footer__inner-col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 22px;
  }
  .footer__inner-col:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .footer__inner {
    padding: 50px 0 40px;
  }
}
.hero {
  position: relative;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.hero__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 45%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff00));
  background: linear-gradient(180deg, #ffffff 0%, #ffffff00 100%);
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.hero__inner {
  padding: 318px 0 118px;
  min-height: 1946px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__inner-title {
  text-align: center;
  margin-bottom: 30px;
}
.hero__inner-row {
  width: 90%;
  max-width: 1033px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__inner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
.hero__inner-col a {
  color: #fff;
}
.hero__inner-col a:hover {
  opacity: 1;
  color: #dcd1a6;
}

@media (max-width: 1460px) {
  .hero__inner {
    padding: 270px 0 100px;
    min-height: 1800px;
  }
}
@media (max-width: 1380px) {
  .hero__inner {
    padding: 220px 0 80px;
    min-height: 1600px;
  }
}
@media (max-width: 1180px) {
  .hero__inner {
    padding: 180px 0 80px;
    min-height: 1300px;
  }
}
@media (max-width: 930px) {
  .hero__inner {
    min-height: 100vh;
    padding: 140px 0 50px;
  }
  .hero__inner-row {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .hero__inner {
    padding: 120px 0 30px;
  }
}
.miracle {
  padding: 146px 0 120px;
}
.miracle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.miracleContent {
  width: calc(59% - 15px);
  max-width: 705px;
}
.miracleContent__title {
  margin-bottom: 30px;
  max-width: 662px;
}
.miracleContent__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.miracleContent h2 {
  margin-bottom: 24px;
}
.miracleBanner {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(41% - 15px);
  max-width: 495px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.miraclePlace {
  width: calc(41% - 15px);
  max-width: 495px;
}
.miraclePlace__inner {
  width: 100%;
  padding-bottom: 159%;
}
.miracleItem {
  margin: 28px 15px;
  width: calc(50% - 30px);
  max-width: 315px;
}
.miracleItem__icon {
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 10px;
}
.miracleItem__icon.sm img {
  height: 90%;
}
.miracleItem__icon img {
  height: 100%;
}

@media (max-width: 1380px) {
  .miracle {
    padding: 120px 0 100px;
  }
}
@media (max-width: 1180px) {
  .miracle {
    padding: 80px 0;
  }
  .miracleContent__title {
    margin-bottom: 20px;
  }
  .miracleContent__row {
    margin: 0 -10px;
  }
  .miracleContent h2 {
    margin-bottom: 16px;
  }
  .miracleItem {
    margin: 18px 10px;
    width: calc(50% - 20px);
  }
}
@media (max-width: 930px) {
  .miracle {
    padding: 60px 0;
  }
  .miracle__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .miracleContent {
    width: 100%;
    max-width: unset;
    margin-bottom: 0;
  }
  .miracleContent__title {
    max-width: unset;
    margin-bottom: 30px;
  }
  .miracleContent__row {
    margin: 0 -15px;
  }
  .miracleBanner {
    position: static;
    width: 100%;
    max-width: unset;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin-bottom: 20px;
  }
  .miracleBanner .video {
    padding-bottom: 80%;
  }
  .miraclePlace {
    display: none;
  }
  .miracleItem {
    margin: 20px 15px;
    width: calc(50% - 30px);
    max-width: unset;
  }
}
@media (max-width: 540px) {
  .miracle {
    padding: 40px 0;
  }
  .miracleContent__title {
    margin-bottom: 24px;
  }
  .miracleContent__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .miracleItem {
    margin: 0 0 24px 0;
    width: 100%;
  }
  .miracleItem:last-child {
    margin: 0;
  }
  .miracleBanner {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .miracleBanner .video {
    padding-bottom: 159%;
  }
  .miracleBanner .video__play {
    width: 60px;
    height: 60px;
  }
  .miracleBanner .video__play span svg {
    width: 20px;
    height: 24px;
  }
}
.features {
  padding: 120px 0 210px;
}
.features__inner-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.featuresItem {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}
.featuresItem:hover {
  opacity: 1;
}
.featuresItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.featuresItem.base .featuresItem__content::before {
  display: none;
}
.featuresItem:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.featuresItem:nth-child(1) .featuresItem__content::before {
  min-height: 340px;
}
.featuresItem:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.featuresItem:nth-child(3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.featuresItem__image {
  width: 100%;
  height: 100%;
  padding-bottom: 63%;
  position: relative;
}
.featuresItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.featuresItem__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 44px 34px;
}
.featuresItem__content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 224px;
  content: "";
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#000000));
  background: linear-gradient(180deg, #00000000 0%, #000000 100%);
}
.featuresItem__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.featuresItem__buttons .button {
  margin-right: 25px;
}
.featuresItem__buttons .button:last-child {
  margin: 0;
}
.featuresItem h2 {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.featuresItem .button {
  position: relative;
  z-index: 2;
}
.features .title {
  margin-bottom: 90px;
}

@media (max-width: 1380px) {
  .features {
    padding: 80px 0 160px;
  }

  .title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1180px) {
  .features {
    padding: 60px 0 120px;
  }
  .featuresItem__content {
    padding: 30px 24px;
  }
  .featuresItem h2 {
    font-size: 25px;
    line-height: 133%;
  }
  .features .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 930px) {
  .features {
    padding: 50px 0 90px;
  }
  .features__inner-row {
    gap: 20px;
  }
  .featuresItem__content {
    padding: 24px 20px;
  }
  .featuresItem__buttons .button {
    margin-right: 14px;
  }
  .featuresItem h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .featuresItem .button {
    padding: 9px 16px;
    font-size: 14px;
  }
  .features .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .features__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .featuresItem {
    width: 100%;
    margin-bottom: 20px;
  }
  .featuresItem:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .features {
    padding: 40px 0 50px;
  }
  .featuresItem__content {
    padding: 20px;
  }
  .featuresItem h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .featuresItem .button {
    padding: 8px 16px;
    font-size: 12px;
  }
}
.parts {
  background: #dcd1a6;
  padding: 200px 0 185px;
}
.parts__inner-slider {
  margin: 0 -10px;
  padding-bottom: 105px;
  position: relative;
}
.parts .swiper-slide {
  padding: 0 10px;
}
.parts .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.08);
  height: 2px !important;
  width: calc(100% - 20px) !important;
  left: 10px !important;
  bottom: 0 !important;
}
.parts .swiper-scrollbar-drag {
  background: #fff;
}
.partsItem:hover {
  opacity: 1;
}
.partsItem:hover img,
.partsItem:hover video {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.partsItem__image {
  width: 100%;
  padding-bottom: 65%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
  display: block;
}
.partsItem__image img,
.partsItem__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.partsItem__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  z-index: 3;
  background-color: #00000075;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  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;
  color: #ffffffd5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.partsItem__play:hover {
  color: #fff;
  background: #000;
}
.partsItem__play svg {
  width: 24px;
  height: 28px;
  margin-left: 3px;
}
.partsItem h2 {
  margin-bottom: 36px;
}
.partsItem p {
  opacity: 0.7;
}

@media (max-width: 1460px) {
  .parts {
    padding: 160px 0;
  }
}
@media (max-width: 1380px) {
  .parts {
    padding: 130px 0;
  }
  .parts__inner-slider {
    padding-bottom: 80px;
  }
}
@media (max-width: 1180px) {
  .parts {
    padding: 90px 0;
  }
  .parts__inner-slider {
    padding-bottom: 50px;
  }
  .partsItem h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 930px) {
  .parts {
    padding: 70px 0;
  }
  .partsItem__play {
    width: 60px;
    height: 60px;
  }
  .partsItem__play svg {
    width: 20px;
    height: 24px;
  }
}
@media (max-width: 540px) {
  .parts {
    padding: 50px 0;
  }
  .parts__inner-slider {
    padding-bottom: 30px;
  }
  .partsItem__image {
    margin-bottom: 16px;
  }
  .partsItem__play {
    width: 50px;
    height: 50px;
  }
  .partsItem__play svg {
    width: 16px;
    height: 20px;
  }
  .partsItem h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.about {
  padding-top: 173px;
  position: relative;
}
.about::before {
  position: absolute;
  top: 173px;
  left: 50%;
  width: calc(100% - 80px);
  height: calc(100% - 173px);
  max-width: 1460px;
  content: "";
  border-radius: 10px;
  background: #dcd1a6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__inner {
  padding: 172px 0;
}
.about__inner-logo {
  width: 34%;
  max-width: 414px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.about__inner-logo img {
  width: 100%;
}

@media (max-width: 1380px) {
  .about {
    padding-top: 150px;
  }
  .about::before {
    top: 150px;
    height: calc(100% - 150px);
  }
  .about__inner {
    padding: 150px 0;
  }
}
@media (max-width: 1180px) {
  .about {
    padding-top: 130px;
  }
  .about::before {
    top: 130px;
    height: calc(100% - 130px);
    width: calc(100% - 60px);
  }
  .about__inner {
    padding: 130px 0;
  }
}
@media (max-width: 1024px) {
  .about {
    padding-top: 110px;
  }
  .about::before {
    top: 110px;
    height: calc(100% - 110px);
  }
  .about__inner {
    padding: 100px 0;
  }
}
@media (max-width: 750px) {
  .about::before {
    width: calc(100% - 40px);
  }
}
@media (max-width: 540px) {
  .about {
    padding-top: 100px;
  }
  .about::before {
    top: 100px;
    height: calc(100% - 100px);
  }
  .about__inner {
    padding: 70px 0;
  }
}
.goal {
  padding: 152px 0;
}
.goal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.goalProfile {
  width: 220px;
  margin-right: 50px;
}
.goalProfile__avatar {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 36px;
}
.goalProfile__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.goalProfile h5 {
  text-align: center;
  font-weight: 400;
}
.goalProfile h5 b {
  font-weight: 700;
}
.goalText {
  padding: 24px 0 24px 90px;
  border-left: 1px solid #707070;
  max-width: 930px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1380px) {
  .goal {
    padding: 120px 0;
  }
}
@media (max-width: 1180px) {
  .goal {
    padding: 90px 0;
  }
  .goalProfile {
    margin-right: 40px;
  }
  .goalText {
    padding-left: 40px;
  }
  .goalText h2 {
    font-size: 25px;
    line-height: 133%;
  }
}
@media (max-width: 930px) {
  .goal {
    padding: 70px 0;
  }
  .goalProfile {
    margin-right: 30px;
    width: 200px;
  }
  .goalText {
    padding: 20px 0 20px 30px;
  }
  .goalText h2 {
    font-size: 22px;
  }
}
@media (max-width: 750px) {
  .goal__inner {
    -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;
  }
  .goalProfile {
    margin: 0 0 40px 0;
    width: 240px;
  }
  .goalText {
    padding: 30px 0 0 0;
    border: unset;
    border-top: 1px solid #707070;
    text-align: center;
  }
}
@media (max-width: 540px) {
  .goal {
    padding: 50px 0;
  }
  .goalProfile {
    width: 200px;
    margin-bottom: 30px;
  }
  .goalProfile__avatar {
    margin-bottom: 24px;
  }
  .goalText {
    padding-top: 24px;
  }
  .goalText h2 {
    font-size: 18px;
  }
}
.typesItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
  color: #fff;
}
.typesItem:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.typesItem:nth-child(even) .typesItem__content {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.typesItem__image {
  width: 50%;
}
.typesItem__image-inner {
  width: 100%;
  height: 100%;
  padding-bottom: 121%;
  position: relative;
}
.typesItem__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.typesItem__content {
  width: 50%;
  padding: 116px 74px 100px;
}
.typesItem h2 {
  margin-bottom: 34px;
}
.typesItem p {
  color: #dcd1a6;
}

@media (max-width: 1380px) {
  .typesItem__content {
    padding: 80px 60px;
  }
}
@media (max-width: 1180px) {
  .typesItem__content {
    padding: 60px 40px;
  }
}
@media (max-width: 930px) {
  .typesItem__content {
    padding: 30px;
  }
  .typesItem h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .typesItem {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
  }
  .typesItem:last-child {
    margin: 0;
  }
  .typesItem__image {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .typesItem__image-inner {
    padding-bottom: 110%;
  }
  .typesItem__content {
    width: 100%;
    padding: 40px 30px;
  }
}
@media (max-width: 540px) {
  .typesItem {
    margin-bottom: 24px;
  }
  .typesItem__content {
    padding: 30px 24px;
  }
  .typesItem h2 {
    margin-bottom: 16px;
  }
}
.partners {
  padding: 190px 0 90px;
}
.partners__inner-title {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 60px;
}
.partners__inner-title h2 {
  margin-bottom: 20px;
}
.partners__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.partnersLogo {
  width: calc(33.3% - 30px);
  margin: 17px 15px;
  border: 1px solid #efefef;
  border-radius: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.partnersLogo img {
  width: 100%;
}

@media (max-width: 1460px) {
  .partners {
    padding: 160px 0 70px;
  }
  .partners__inner-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1380px) {
  .partners {
    padding: 140px 0 60px;
  }
  .partners__inner-title {
    margin-bottom: 40px;
  }
  .partnersLogo {
    margin: 15px;
  }
}
@media (max-width: 1180px) {
  .partners {
    padding: 110px 0 50px;
  }
  .partners__inner-title {
    margin-bottom: 30px;
  }
  .partners__inner-row {
    margin: 0 -10px;
  }
  .partnersLogo {
    margin: 10px;
    width: calc(33.3% - 20px);
  }
}
@media (max-width: 930px) {
  .partners {
    padding: 80px 0 40px;
  }
}
@media (max-width: 750px) {
  .partnersLogo {
    width: calc(50% - 20px);
  }
  .partnersLogo.empty {
    display: none;
  }
}
@media (max-width: 540px) {
  .partners {
    padding: 50px 0 10px;
  }
  .partners__inner-title {
    margin-bottom: 24px;
  }
  .partners__inner-title h2 {
    margin-bottom: 16px;
  }
  .partners__inner-row {
    margin: 0 -7px;
  }
  .partnersLogo {
    width: calc(50% - 14px);
    margin: 7px;
    border-radius: 6px;
  }
}
.one {
  padding: 250px 0 100px;
  position: relative;
}
.one::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72%;
  content: "";
  background: #dcd1a6;
  pointer-events: none;
}
.one__inner-title {
  text-align: center;
  margin-bottom: 112px;
}
.one__inner-image {
  width: 70%;
  max-width: 833px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.one__inner-image img {
  width: 100%;
}
.one__inner h1 {
  margin-bottom: 10px;
}

@media (max-width: 1460px) {
  .one {
    padding: 220px 0 80px;
  }
  .one__inner-title {
    margin-bottom: 90px;
  }
}
@media (max-width: 1380px) {
  .one {
    padding: 190px 0 60px;
  }
  .one__inner-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1180px) {
  .one {
    padding: 160px 0 50px;
  }
  .one__inner-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 930px) {
  .one {
    padding: 140px 0 40px;
  }
  .one__inner-title {
    margin-bottom: 50px;
  }
  .one__inner-image {
    width: 80%;
  }
}
@media (max-width: 540px) {
  .one {
    padding: 120px 0 30px;
  }
  .one__inner-title {
    margin-bottom: 40px;
  }
  .one__inner-image {
    width: 100%;
  }
  .one__inner h2 {
    font-size: 22px;
  }
}
.highlights {
  padding: 90px 0;
}
.highlights.big {
  padding: 80px 0 180px;
}
.highlights__inner-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.highlightsItem {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  display: block;
}
.highlightsItem:hover {
  opacity: 1;
}
.highlightsItem:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.highlightsItem:nth-child(7n+1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.highlightsItem:nth-child(7n+2) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.highlightsItem:nth-child(7n+3) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.highlightsItem:nth-child(7n+4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.highlightsItem:nth-child(7n+4) .highlightsItem__image {
  padding-bottom: 60%;
}
.highlightsItem:nth-child(7n+5) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.highlightsItem:nth-child(7n+6) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.highlightsItem:nth-child(7n+7) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.highlightsItem__image {
  width: 100%;
  height: 100%;
  padding-bottom: 63%;
  position: relative;
}
.highlightsItem__image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 53%;
  max-height: 340px;
  content: "";
  z-index: 1;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#000000));
  background: linear-gradient(180deg, #00000000 0%, #000000 100%);
}
.highlightsItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.highlightsItem__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 32px 25px;
  text-align: end;
}
.highlights .title {
  margin-bottom: 78px;
}

@media (max-width: 1460px) {
  .highlights.big {
    padding: 70px 0 150px;
  }
}
@media (max-width: 1380px) {
  .highlights {
    padding: 70px 0;
  }
  .highlights.big {
    padding: 60px 0 120px;
  }
  .highlights .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1180px) {
  .highlights {
    padding: 60px 0;
  }
  .highlights.big {
    padding: 50px 0 100px;
  }
  .highlights .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 930px) {
  .highlights {
    padding: 50px 0;
  }
  .highlights.big {
    padding: 50px 0 70px;
  }
  .highlights__inner-grid {
    gap: 20px;
  }
  .highlightsItem__content {
    padding: 24px;
  }
}
@media (max-width: 750px) {
  .highlights {
    padding: 40px 0;
  }
  .highlights.big {
    padding: 40px 0 60px;
  }
  .highlights__inner-grid {
    gap: 16px;
  }
  .highlightsItem__content {
    padding: 20px;
  }
}
@media (max-width: 540px) {
  .highlights {
    padding: 40px 0 30px;
  }
  .highlights.big {
    padding: 30px 0 50px;
  }
  .highlights__inner-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
  }
  .highlightsItem {
    margin-bottom: 20px;
  }
  .highlightsItem:last-child {
    margin: 0;
  }
  .highlightsItem__image {
    padding-bottom: 63% !important;
  }
  .highlights .title {
    margin-bottom: 30px;
  }
}
.gallery {
  padding: 160px 0 205px;
  background: #000;
  color: #fff;
}
.gallery__inner-title {
  margin-bottom: 105px;
}
.gallery__inner-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.galleryItem {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.galleryItem:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.galleryItem:nth-child(2) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.galleryItem:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.galleryItem:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.galleryItem:nth-child(5) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.galleryItem:nth-child(6) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.galleryItem:nth-child(7) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.galleryItem:nth-child(8) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4/6;
}
.galleryItem:nth-child(9) {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.galleryItem:nth-child(10) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row-span: 1;
  grid-row: span 1;
}
.galleryItem__inner {
  width: 100%;
  height: 100%;
  padding-bottom: 65%;
  position: relative;
}
.galleryItem__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media (max-width: 1460px) {
  .gallery {
    padding: 140px 0 170px;
  }
  .gallery__inner-title {
    margin-bottom: 90px;
  }
}
@media (max-width: 1380px) {
  .gallery {
    padding: 120px 0 140px;
  }
  .gallery__inner-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1180px) {
  .gallery {
    padding: 100px 0;
  }
  .gallery__inner-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 930px) {
  .gallery {
    padding: 80px 0;
  }
  .gallery__inner-title {
    margin-bottom: 50px;
  }
  .gallery__inner-grid {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  .gallery {
    padding: 60px 0;
  }
  .gallery__inner-title {
    margin-bottom: 40px;
  }
  .gallery__inner-grid {
    gap: 16px;
  }
}
@media (max-width: 540px) {
  .gallery {
    padding: 50px 0;
  }
  .gallery__inner-title {
    margin-bottom: 30px;
  }
  .gallery__inner-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .galleryItem {
    border-radius: 6px;
  }
  .galleryItem:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .galleryItem:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .galleryItem:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .galleryItem:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .galleryItem:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
  .galleryItem:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/6;
  }
  .galleryItem:nth-child(7) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
  }
  .galleryItem:nth-child(8) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 6;
    -ms-grid-row-span: 2;
    grid-row: 6/8;
  }
  .galleryItem:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .galleryItem:nth-child(10) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/8;
  }
}
.technical {
  padding: 170px 0 180px;
}
.technicalItem {
  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-bottom: 34px;
  border-bottom: 1px solid #707070;
  margin-bottom: 34px;
}
.technicalItem:last-child {
  margin: 0;
}
.technicalItem__col {
  width: calc(50% - 15px);
}
.technicalItem h2 {
  font-weight: 400;
}
.technical .title {
  margin-bottom: 105px;
}

@media (max-width: 1460px) {
  .technical {
    padding: 150px 0;
  }
  .technical .title {
    margin-bottom: 90px;
  }
}
@media (max-width: 1380px) {
  .technical {
    padding: 120px 0;
  }
  .technical .title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1180px) {
  .technical {
    padding: 90px 0;
  }
  .technicalItem {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .technical .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 930px) {
  .technical {
    padding: 70px 0;
  }
  .technical .title {
    margin-bottom: 50px;
  }
  .technicalItem__col {
    width: calc(50% - 10px);
  }
  .technicalItem h2 {
    font-size: 24px;
  }
}
@media (max-width: 750px) {
  .technicalItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .technicalItem__col {
    width: 100%;
    margin-bottom: 16px;
  }
  .technicalItem__col:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .technical {
    padding: 50px 0;
  }
  .technicalItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .technicalItem__col {
    margin-bottom: 12px;
  }
  .technicalItem h2 {
    font-size: 22px;
  }
  .technical .title {
    margin-bottom: 40px;
  }
}
.more {
  background: #dcd1a6;
  padding: 184px 0 160px;
}
.more__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}
.moreBanner {
  width: 50%;
}
.moreBanner__inner {
  width: 100%;
  height: 100%;
  padding-bottom: 95%;
  position: relative;
}
.moreBanner__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.moreContent {
  width: 50%;
  padding: 74px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.moreContent h2 {
  width: 100%;
  margin-bottom: 35px;
  color: #fff;
}
.moreContent p {
  color: #dcd1a6;
  margin-bottom: 34px;
}

@media (max-width: 1460px) {
  .more {
    padding: 150px 0;
  }
}
@media (max-width: 1380px) {
  .more {
    padding: 120px 0;
  }
  .moreContent {
    padding: 60px;
  }
}
@media (max-width: 1180px) {
  .more {
    padding: 90px 0;
  }
  .moreContent {
    padding: 40px;
  }
  .moreContent h2,
.moreContent p {
    margin-bottom: 24px;
  }
}
@media (max-width: 930px) {
  .more {
    padding: 70px 0;
  }
  .moreContent {
    padding: 30px;
  }
  .moreContent h2,
.moreContent p {
    margin-bottom: 16px;
  }
}
@media (max-width: 750px) {
  .more__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .moreBanner {
    width: 100%;
  }
  .moreContent {
    width: 100%;
  }
  .moreContent h2,
.moreContent p {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .more {
    padding: 50px 0;
  }
  .moreContent {
    width: 100%;
    padding: 24px;
  }
}
.custom {
  background: #000;
  color: #fff;
  padding-top: 248px;
}
.custom__inner-title {
  margin-bottom: 115px;
  text-align: center;
}
.custom__inner-image {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.custom__inner-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.custom__inner h1 {
  margin-bottom: 10px;
}
.customImage {
  width: 100%;
}

@media (max-width: 1460px) {
  .custom {
    padding-top: 230px;
  }
  .custom__inner-title {
    margin-bottom: 90px;
  }
}
@media (max-width: 1380px) {
  .custom {
    padding-top: 200px;
  }
  .custom__inner-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1180px) {
  .custom {
    padding-top: 180px;
  }
  .custom__inner-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 930px) {
  .custom {
    padding-top: 140px;
  }
  .custom__inner-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 540px) {
  .custom {
    padding-top: 120px;
  }
  .custom__inner-title {
    margin-bottom: 40px;
  }
  .custom__inner-title h2 {
    font-size: 20px;
  }
  .custom__inner-image {
    padding-bottom: 65%;
    border-radius: 8px 8px 0 0;
  }
}
.contact {
  padding: 100px 0 150px;
}
.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contactForm {
  width: calc(50% - 15px);
  max-width: 600px;
}
.contactForm__col {
  margin-bottom: 70px;
}
.contactForm__group {
  margin-bottom: 30px;
}
.contactForm .input {
  margin-bottom: 24px;
}
.contactForm .input:last-child {
  margin: 0;
}
.contactForm .check {
  margin-bottom: 38px;
}
.contactForm .button {
  margin-left: 38px;
}
.contactContent {
  width: calc(50% - 15px);
  max-width: 540px;
}
.contactContent__title {
  margin-bottom: 70px;
}
.contactContent h2 {
  margin-bottom: 20px;
}
.contactSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactSocial:hover {
  opacity: 1;
}
.contactSocial:hover .contactSocial__image > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.contactSocial:hover .contactSocial__icon img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.contactSocial__image {
  width: 160px;
  height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-right: 28px;
}
.contactSocial__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.56);
  z-index: 1;
  pointer-events: none;
}
.contactSocial__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contactSocial__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 33%;
  max-width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contactSocial__icon.sm {
  width: 16%;
}
.contactSocial__icon img {
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contactSocial__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1460px) {
  .contact {
    padding: 80px 0 120px;
  }
}
@media (max-width: 1380px) {
  .contact {
    padding: 80px 0 120px;
  }
  .contactForm__col {
    margin-bottom: 50px;
  }
  .contactContent__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1180px) {
  .contact {
    padding: 60px 0 90px;
  }
  .contactForm__col {
    margin-bottom: 40px;
  }
  .contactForm .input {
    margin-bottom: 20px;
  }
  .contactForm .check {
    margin-bottom: 24px;
  }
  .contactContent__title {
    margin-bottom: 40px;
  }
  .contactSocial__image {
    width: 140px;
    height: 140px;
    margin-right: 24px;
  }
}
@media (max-width: 930px) {
  .contact {
    padding: 60px 0 70px;
  }
  .contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactForm {
    width: 100%;
    max-width: unset;
  }
  .contactForm__col {
    margin-bottom: 35px;
  }
  .contactContent {
    width: 100%;
    max-width: unset;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 40px;
  }
  .contactSocial__image {
    width: 160px;
    height: 160px;
    margin-right: 30px;
  }
}
@media (max-width: 540px) {
  .contact {
    padding: 50px 0;
  }
  .contactForm__col {
    margin-bottom: 24px;
  }
  .contactForm__group {
    margin-bottom: 24px;
  }
  .contactForm .button {
    margin: 0;
  }
  .contactForm .input {
    margin-bottom: 14px;
  }
  .contactContent__title {
    margin-bottom: 30px;
  }
  .contactContent h2 {
    margin-bottom: 16px;
  }
  .contactSocial {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactSocial__image {
    width: 100%;
    height: unset;
    margin: 0 0 20px 0;
    padding-bottom: 70%;
  }
  .contactSocial__image > img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .contactSocial__icon {
    max-width: unset;
    width: 25%;
  }
}
.imprint__inner {
  padding: 158px 0 120px;
  min-height: 100vh;
}
.imprint__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.imprint__inner-col {
  width: calc(50% - 15px);
}
.imprint__inner-col h2 {
  margin-bottom: 30px;
}
.imprint__inner-col p b {
  font-weight: 700;
}
.imprint__inner-col p a {
  text-decoration: underline;
}
.imprint__inner-col p a.base {
  text-decoration: unset;
}
.imprint__inner-col p a:hover {
  opacity: 1;
  color: #dcd1a6;
}
.imprint__inner-article p {
  margin-bottom: 24px;
}
.imprint__inner-article p:last-child {
  margin: 0;
}
.imprint__inner-article h5 {
  font-weight: 700;
  margin: 50px 0 25px 0;
}
.imprint__inner-article h6 {
  font-size: 17px;
  font-weight: 400;
  margin: 50px 0 25px 0;
}
.imprint__inner-article strong {
  font-weight: 700;
}
.imprint__inner-article a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

@media (max-width: 1460px) {
  .imprint__inner {
    padding: 130px 0 100px;
  }
}
@media (max-width: 1380px) {
  .imprint__inner {
    padding: 100px 0 90px;
  }
}
@media (max-width: 1180px) {
  .imprint__inner {
    padding: 60px 0 90px;
  }
}
@media (max-width: 930px) {
  .imprint__inner {
    padding: 60px 0 70px;
  }
  .imprint__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .imprint__inner-col {
    width: 100%;
    margin-bottom: 50px;
  }
  .imprint__inner-col:last-child {
    margin: 0;
  }
}
@media (max-width: 540px) {
  .imprint__inner {
    padding: 50px 0;
  }
  .imprint__inner-article h5,
.imprint__inner-article h6 {
    margin: 40px 0 20px;
  }
  .imprint__inner-article p {
    margin-bottom: 20px;
  }
  .imprint__inner-col h2 {
    margin-bottom: 24px;
  }
}
.news__inner {
  padding: 100px 0;
  min-height: 100vh;
}
.newsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
  margin-bottom: 100px;
}
.newsItem:last-child {
  margin: 0;
}
.newsItem__banner {
  width: 335px;
  margin-right: 35px;
}
.newsItem__image {
  width: 100%;
  padding-bottom: 61%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 34px;
}
.newsItem__image:last-child {
  margin: 0;
}
.newsItem__image.shadow {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.newsItem__image.solid {
  border: 1px solid #EFEFEF;
}
.newsItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.newsItem__logo {
  width: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsItem__logo img {
  width: 100%;
}
.newsItem__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 850px;
}
.newsItem h2 {
  margin-bottom: 24px;
}
.newsItem p {
  margin-bottom: 34px;
}
.newsItem p:last-child {
  margin: 0;
}

@media (max-width: 1380px) {
  .news__inner {
    padding: 80px 0;
  }
  .newsItem {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1180px) {
  .news__inner {
    padding: 60px 0;
  }
  .newsItem {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .newsItem__banner {
    width: 300px;
    margin-right: 30px;
  }
  .newsItem h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 930px) {
  .newsItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .newsItem__banner {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .newsItem__logo {
    width: 41%;
  }
}
@media (max-width: 540px) {
  .news__inner {
    padding: 50px 0;
  }
  .newsItem {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .newsItem__image {
    margin-bottom: 20px;
  }
  .newsItem h2 {
    margin-bottom: 16px;
  }
  .newsItem p {
    margin-bottom: 24px;
  }
}
.financing {
  padding: 132px 0 70px;
}
.financing__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 148px;
}
.financing__inner-col {
  width: calc(50% - 22px);
  max-width: 600px;
}
.financingContent {
  margin-bottom: 70px;
}
.financingContent:last-child {
  margin: 0;
}
.financingContent h2 {
  margin-bottom: 32px;
}
.financingContent p {
  margin-bottom: 36px;
}
.financingContent p:last-child {
  margin: 0;
}
.financingBanner {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.financingBanner__content {
  position: absolute;
  left: 9%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.financingBanner__logo {
  position: absolute;
  bottom: 7%;
  right: 3%;
  width: 20%;
  max-width: 242px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.financingBanner__logo img {
  width: 100%;
}
.financingBanner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.financingBanner h2 {
  margin-bottom: 16px;
  color: #fff;
}

@media (max-width: 1460px) {
  .financing {
    padding: 100px 0 60px;
  }
  .financing__inner-row {
    margin-bottom: 120px;
  }
}
@media (max-width: 1380px) {
  .financing {
    padding: 80px 0 50px;
  }
  .financing__inner-row {
    margin-bottom: 100px;
  }
}
@media (max-width: 1180px) {
  .financing {
    padding: 60px 0 40px;
  }
  .financing__inner-row {
    margin-bottom: 80px;
  }
  .financingContent {
    margin-bottom: 50px;
  }
  .financingContent h2 {
    margin-bottom: 24px;
  }
  .financingContent p {
    margin-bottom: 30px;
  }
}
@media (max-width: 930px) {
  .financing__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 60px;
  }
  .financing__inner-col {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
  .financing__inner-col:last-child {
    margin: 0;
  }
  .financingContent {
    margin-bottom: 40px;
  }
  .financingBanner__content {
    left: 5%;
  }
}
@media (max-width: 540px) {
  .financing {
    padding: 40px 0 30px;
  }
  .financing__inner-row {
    margin-bottom: 40px;
  }
  .financing__inner-col {
    margin-bottom: 34px;
  }
  .financingContent {
    margin-bottom: 34px;
  }
  .financingContent h2 {
    margin-bottom: 16px;
  }
  .financingContent p {
    margin-bottom: 24px;
  }
  .financingBanner {
    padding-bottom: 66%;
  }
  .financingBanner::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.3;
    pointer-events: none;
    z-index: 1;
  }
  .financingBanner__content {
    left: 20px;
  }
  .financingBanner__logo {
    width: 25%;
  }
  .financingBanner h2 {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .financingBanner .button {
    padding: 8px 16px;
    font-size: 12px;
  }
}
/**
 * Swiper 8.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 15, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

li.dsoff a {
    font-size: 14px;
    line-height: 0px;
  }

  li.dsoff a:hover {
    background:none;
    color:#dcd1a6
  }

li.dsoff:not(.dsoff ~ .dsoff){
  margin-top:30px;
}

@media (min-width: 1024px){
  li.dsoff {
    display:none;
  }
}


a.aglied {
  font-weight: bold;
  font-size: 1.3em;
  margin:5px 0px;
  display: block;
  text-decoration: underline;
}
a.aglied:hover {
  color:#dcd1a6;
}

.hero__inner-row {
  gap:20px;
  max-width: auto;
}

.hero__inner-col {
  flex: 1;                /* alle Spalten gleich breit */
  display: flex;
  flex-direction: column;
  color: #fff;
}

ul.heroli li {
  line-height:28px;
  margin-bottom:15px;
  font-size: 23px;
  margin-top:20px
}


.detailsItem ul {
  list-style: disc;
  padding-left:20px;
  margin-top:10px
}

.detailsItem ul li{
  list-style: disc;
}

#details_cl_title h3 {
  font-size: 1.5em;
  margin-top:20px;
  margin-bottom:20px
}

span.details_cl_row { 
  display:block;
  padding-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #707070;
  font-size:2em ;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
p.details_cl span span {
  font-size: 0.5em;
}

@media (max-width: 930px) {
  span.details_cl_row { 
    font-size: 1.4em;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  p.details_cl span span {
    font-size: 0.6em;
  }
  #details_cl_title h3 {
    margin-top: 50px;
  }
}


span.dicaption {
  font-size: 14px;
  background:#000;
  color:#fff;
}


.grid-optional .auto__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}

.item-optional img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.item-optional h4 {
  margin-top: 0.75rem;
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom:20px
}

@media (max-width: 768px) {
  .grid-optional .auto__container {
    grid-template-columns: repeat(2, 1fr);
  }
}


.lightbox{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 5vh 5vw;
  background: rgba(0,0,0,.9);
  z-index: 99999;
}

.lightbox.active{ display: flex; }

.lightbox img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.lightbox__close{
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  cursor: pointer;
}

.lightbox-trigger{ cursor: zoom-in; }

body.lb-lock{ overflow: hidden; }

a.button.ct {
  border:1px solid #000
}


@media (max-width: 930px) {
  .hero__inner-col h4 {
    font-size: 16px;
    line-height: 18px;
  }

  ul.heroli li {
    line-height: 13px;
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 10px;
  }
}


/*
@media (max-width: 768px) {
  .hero__bg img {
  width: 130%;
  height: 140%;
  object-position: center -385px;
  object-fit: cover;
}
}
*/


.galleryItem:nth-child(11) {
 grid-row:span 20
}
.galleryItem:nth-child(12) {
 grid-row:span 20
}
.galleryItem:nth-child(13) {
 grid-row:span 20
}

@media (max-width: 996px) {
.galleryItem:nth-child(13) {
 grid-column:1
}
}