@font-face {
  font-family: eUkraine;
  src: url('../fonts/e-Ukraine-UltraLight.woff2') format("woff2"), url('../fonts/e-Ukraine-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url('../fonts/e-Ukraine-Light.woff2') format("woff2"), url('../fonts/e-Ukraine-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: eUkraine;
  src: url('../fonts/e-Ukraine-Medium.woff2') format("woff2"), url('../fonts/e-Ukraine-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  letter-spacing: -.08rem;
  font-family: eUkraine, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: none;
  display: inline-block;
}

.section {
  z-index: 2;
  position: relative;
}

.container {
  max-width: none;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

.loader {
  z-index: 999;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.g-style {
  width: 0;
  height: 0;
  position: fixed;
  top: 0;
}

.ui-flex-grid {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text {
  letter-spacing: -.04rem;
  font-size: 1.6rem;
}

.h1 {
  font-size: 3.2rem;
  font-weight: 200;
  line-height: 1.1;
}

.h2 {
  z-index: 2;
  letter-spacing: -.2rem;
  will-change: transform, opacity;
  font-size: 4.8rem;
  font-weight: 200;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.h2.gallery-title {
  text-align: center;
  width: 66rem;
  margin-bottom: 6.4rem;
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.grid-col-3 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-col-3.is-footer {
  grid-column-gap: 3.2rem;
  grid-row-gap: 6.4rem;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
}

.grid-col-2 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-col-6 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.ui-grid-item {
  background-color: #ffd1d1;
  height: 10rem;
}

.ui-flex {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.bg {
  z-index: 1;
  pointer-events: none;
  position: fixed;
  inset: -1px 0 0;
  overflow: hidden;
}

.bg.hide {
  display: none;
}

.video-box {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
}

.video-box.nth1 {
  z-index: 999;
}

.video-box.nth2 {
  z-index: 998;
}

.video-box.nth3 {
  z-index: 997;
}

.video-box.nth4 {
  z-index: 996;
}

.video-box.nth5 {
  z-index: 995;
}

.video-box.flip-h {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.video-box.nth6 {
  z-index: 994;
}

.video-box.nth7 {
  z-index: 993;
}

.video-box.nth8 {
  z-index: 992;
}

.video-box.nth9 {
  z-index: 991;
}

.video-box.nth10 {
  z-index: 990;
}

.video-box.nth11 {
  z-index: 989;
}

.video-box.nth12 {
  z-index: 988;
}

.video-box.nth13 {
  z-index: 987;
}

.video-box.nth14 {
  z-index: 986;
}

.video-box.nth15 {
  z-index: 985;
}

.video-box.nth16 {
  z-index: 984;
}

.video-box.nth17 {
  z-index: 983;
}

.video-box.nth18 {
  z-index: 982;
}

.video-box.nth19 {
  z-index: 981;
}

.video-box.nth20 {
  z-index: 980;
}

.video-box.nth21 {
  z-index: 979;
}

.grid-main {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-main.is-sidebar {
  z-index: 2000;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  position: absolute;
}

.sidebar {
  height: 100%;
}

.sidebar.sidebar-mobile {
  display: none;
}

.section-box {
  min-height: 100vh;
  padding-bottom: 16rem;
}

.section-box.first {
  padding-top: 50vh;
}

.section-box.last {
  padding-bottom: 16rem;
}

.sidebar-box {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  display: flex;
  position: sticky;
  top: 0;
}

.watermark {
  z-index: 2;
  opacity: .5;
  color: inherit;
  font-weight: 300;
  position: relative;
}

.video-control {
  z-index: 2;
  cursor: pointer;
  background-image: url('../images/pause.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.8rem;
  height: 4.8rem;
  position: fixed;
  bottom: 2.8rem;
  left: 2.8rem;
}

.video-control.pause {
  background-image: url('../images/play.svg');
}

.video-control.hidden {
  opacity: 0;
  pointer-events: none;
  position: static;
  bottom: auto;
  left: auto;
}

.card {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0000001a;
  border-radius: 2rem;
  flex-flow: column;
  padding: 2.4rem 2.4rem 3.2rem;
  font-size: 1.4rem;
  display: flex;
}

.card.card-01 {
  height: 40rem;
  padding: 0;
  overflow: clip;
}

.card.card-02 {
  padding: 0;
  overflow: clip;
}

.card.gray {
  background-color: #7070701a;
}

.darkness {
  z-index: 1000;
  opacity: .5;
  background-image: linear-gradient(90deg, #000, #f000);
  width: 46rem;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.hero {
  z-index: 10;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  overflow: clip;
}

.video-box-hero {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 99.5%;
  height: auto;
  margin-top: -4rem;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  position: absolute;
  inset: 0;
}

.video-box-hero.hero-mobile {
  display: none;
}

.share-btn {
  z-index: 2;
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  height: 5.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  font-size: 1.6rem;
  font-weight: 300;
  display: none;
  position: relative;
}

.gallery {
  z-index: 4;
  background-color: #000;
  flex-flow: column;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.swiper {
  flex-direction: row;
  align-items: center;
}

.swiper-wrapper {
  cursor: grab;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  aspect-ratio: 9 / 16;
  background-color: #141414;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 27rem;
  min-width: 27rem;
  height: auto;
  display: flex;
  position: relative;
  overflow: clip;
}

.swiper-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;
}

.swiper-nav--button {
  cursor: pointer;
  background-color: #000;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
}

.swiper-pagination {
  justify-content: center;
  align-items: center;
  height: 3rem;
  margin-top: 7rem;
  display: flex;
}

.swiper-pagination-bullet {
  color: #767676;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.5px;
  height: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  cursor: auto;
  height: 3rem;
}

.bullet {
  background-color: currentColor;
  width: 1.5px;
  height: 100%;
}

.gallery-img {
  flex: 1;
  align-self: stretch;
  height: 100%;
}

.gallery-blur {
  z-index: 2;
  opacity: 0;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #00000014;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 0;
}

.gallery-blur:hover {
  opacity: 100;
  padding-top: 0;
}

.load-btn {
  z-index: 2;
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  height: 5.2rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  font-size: 1.6rem;
  font-weight: 300;
  display: flex;
  position: relative;
}

.hero-box {
  z-index: 3;
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4.8rem;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  display: grid;
  position: relative;
}

.hero-logo {
  height: 6.8rem;
}

.hero-text {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-descr {
  color: #767676;
  width: 20rem;
  margin-left: auto;
  font-size: 2rem;
  line-height: 1.1;
}

.hero-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #000 31%, #0000);
  height: 26rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-large {
  color: #fff;
  letter-spacing: -.35rem;
  text-transform: uppercase;
  font-size: 6rem;
}

.text-large.ls-max {
  letter-spacing: -.4rem;
}

.opacity-50 {
  opacity: .5;
  letter-spacing: -.04rem;
  line-height: 1.2;
}

.space-10 {
  flex: none;
  height: 1rem;
}

.col {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.card-01-img {
  width: 22rem;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  grid-template-rows: auto;
}

.text-medium {
  color: #fff;
  letter-spacing: -.25rem;
  text-transform: uppercase;
  font-size: 3rem;
}

.text-medium.low-case {
  text-transform: none;
}

.card-02-img {
  width: 47rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 3rem;
}

.v-flex {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.subtitle {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
  margin-left: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.tag-flex {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: wrap;
  display: flex;
}

.tag-item {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  letter-spacing: -.04rem;
  background-color: #0000001a;
  border-radius: 3rem;
  padding: 1rem 2.4rem 1.2rem;
  font-size: 1.6rem;
}

.tag-item.gray {
  background-color: #7070701a;
}

.space-32 {
  flex: none;
  height: 3.2rem;
}

.text-big {
  color: #fff;
  letter-spacing: -.25rem;
  text-transform: uppercase;
  font-size: 4rem;
}

.z-flex {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.city-logo {
  height: 6.4rem;
}

.line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.space-24 {
  flex: none;
  height: 2.4rem;
}

.card-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular {
  font-size: 2.4rem;
}

.opacity-100 {
  letter-spacing: -.04rem;
  line-height: 1.2;
}

.swlider-overlay {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(90deg, #000000e6, #0000);
  width: 30rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.swlider-overlay.right {
  background-image: linear-gradient(90deg, #0000, #000000e6);
  left: auto;
  right: 0;
}

.footer {
  z-index: 4;
  background-color: #000;
  padding: 16rem 4rem 8rem;
  position: relative;
}

.footer-logo {
  height: 6.4rem;
}

.contact-grid {
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-title {
  margin-bottom: .8rem;
  font-weight: 500;
}

.contact-box {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: #bfbfbf;
  border-bottom: 1px solid #1a1a1a;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.cw-box {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  color: #ffffff80;
  flex-flow: row;
  display: flex;
}

.year-label {
  flex: none;
  line-height: 2rem;
}

.policy-link {
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.policy-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.soc-listbox {
  grid-column-gap: 5.6rem;
  grid-row-gap: 5.6rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-soc {
  color: #bfbfbf;
  border-bottom: 1px solid #000;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-soc:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.hero-trigger {
  height: 10rem;
}

.mobile-bg, .bg-prev, .bg-current, .bg-next, .mobile-bg-preload {
  display: none;
}

@media screen and (max-width: 991px) {
  .ui-flex-grid {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .h2.sidebar-title {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 4rem;
  }

  .grid-col-3 {
    grid-template-columns: 1fr;
  }

  .grid-col-2, .grid-col-6 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .bg {
    height: 100%;
  }

  .video-box {
    display: none;
  }

  .grid-main {
    grid-template-rows: 15rem auto;
    grid-template-columns: 1fr;
  }

  .sidebar {
    z-index: 100;
    height: 15rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .sidebar.sidebar-mobile {
    z-index: 10;
    background-image: url('../images/m-bg--01.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .section-box.first {
    padding-top: 10vh;
  }

  .sidebar-box {
    z-index: 4;
    height: 100%;
    padding-bottom: .8rem;
    position: relative;
  }

  .video-control {
    width: 3rem;
    height: 3rem;
    display: none;
    position: fixed;
    top: 2.2rem;
    left: 20rem;
  }

  .darkness {
    display: none;
  }

  .hero {
    justify-content: flex-start;
    align-items: center;
    height: 53rem;
    min-height: 100vh;
  }

  .video-box-hero {
    width: 98%;
    margin-top: auto;
    margin-bottom: auto;
    left: auto;
    right: auto;
  }

  .share-btn {
    background-image: url('../images/share.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.6rem 1.6rem;
    margin-bottom: 2rem;
    display: flex;
  }

  .gallery {
    padding-bottom: 0;
  }

  .swiper-wrapper {
    justify-content: space-between;
  }

  .gallery-blur {
    opacity: 100;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    justify-content: flex-end;
    align-items: center;
  }

  .load-btn {
    display: none;
  }

  .hero-box {
    flex-flow: column;
    align-self: stretch;
    height: 100%;
    padding-top: 1.8rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    display: flex;
  }

  .hero-logo {
    height: 5.4rem;
  }

  .hero-text {
    grid-column-gap: 3.2rem;
    grid-row-gap: 3.2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-top: auto;
  }

  .hero-overlay {
    background-image: linear-gradient(0deg, #000 51%, #0000);
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .card-wrapper {
    justify-content: flex-start;
    align-items: stretch;
  }

  .swlider-overlay {
    width: 13rem;
  }

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

  .soc-listbox {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 2rem;
    margin-left: 0;
  }

  .mobile-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
  }

  .bg-prev {
    z-index: 1;
    inset: 0;
    will-change: opacity;
    background-image: url('../images/transparent.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    inset: 0;
  }

  .bg-current {
    z-index: 2;
    inset: 0;
    will-change: opacity;
    background-image: url('../images/transparent.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    inset: 0;
  }

  .bg-next {
    z-index: 3;
    inset: 0;
    will-change: opacity;
    background-image: url('../images/transparent.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    inset: 0;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .ui-flex-grid {
    grid-template-columns: 1fr;
  }

  .h2.gallery-title {
    width: auto;
    font-size: 3.4rem;
  }

  .grid-col-2, .grid-col-6 {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .footer {
    padding-top: 12rem;
  }

  .soc-listbox {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .bg-prev, .bg-current, .bg-next {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2.gallery-title {
    z-index: 30;
    text-align: left;
    margin-bottom: 4rem;
    margin-left: 1rem;
  }

  .h2.sidebar-title {
    font-size: 3.4rem;
  }

  .grid-col-3 {
    grid-template-columns: 1fr;
  }

  .grid-col-3.is-footer {
    grid-row-gap: 3rem;
  }

  .grid-col-6 {
    grid-template-columns: 1fr 1fr;
  }

  .sidebar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .watermark {
    font-size: 1.4rem;
  }

  .card.card-01 {
    height: 23rem;
  }

  .card.card-02 {
    height: 22rem;
  }

  .video-box-hero {
    display: none;
  }

  .video-box-hero.hero-mobile {
    width: 100%;
    height: 80%;
    max-height: 76.6rem;
    display: block;
  }

  .share-btn {
    height: 4.4rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }

  .swiper-pagination {
    margin-top: 4rem;
  }

  .hero-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-descr {
    width: auto;
    margin-left: 0;
  }

  .text-large {
    font-size: 5rem;
  }

  .card-01-img {
    width: 17rem;
  }

  .card-02-img {
    width: 31rem;
    top: 2rem;
    left: 4rem;
  }

  .city-logo {
    height: 4.1rem;
  }

  .swlider-overlay {
    width: 10rem;
    display: none;
  }

  .footer {
    padding-top: 10rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .footer-logo {
    align-self: flex-start;
    height: 6rem;
    margin-bottom: 5rem;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .cw-box {
    flex-flow: row;
    order: 9999;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 5rem;
    margin-right: auto;
  }

  .soc-listbox {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-top: 4rem;
  }

  .footer-soc.nth3 {
    order: 9999;
  }

  .footer-soc.nth4 {
    order: 4;
  }

  .footer-soc.nth5 {
    order: 3;
  }

  .load-animation {
    width: 24rem;
  }

  .mobile-bg-preload {
    opacity: 0;
    pointer-events: none;
    width: 1px;
    height: 1px;
    padding: 0;
    display: block;
    position: absolute;
    left: -20px;
    overflow: clip;
  }
}

#w-node-_7edb4017-b19d-36d8-2272-dbbe0cd7e2b6-fd7eb0f4 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-eb6c6d83-cb60-ad46-cac0-c003daa5d7fb-fd7eb0f4, #w-node-_7d7eb0e8-d26d-b74d-b3d5-fcf7bf8efa15-fd7eb0f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d0bd6ae-4579-0426-54f4-2edbaf8e34f3-fd7eb0f4, #w-node-_47c9ee67-0757-89aa-d934-92d7041efccb-fd7eb0f4 {
  align-self: start;
}

#w-node-f5c3251f-b047-55c5-f9f8-ec8fa8ca650d-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cb78b575-0cf4-b883-8caa-1fe44f5f1668-fd7eb0f4, #w-node-_0b0f5c70-2f34-35ef-d151-783ef1fff71d-fd7eb0f4, #w-node-c0ee6abc-b6a3-5c77-9ef0-14ea2a0a35fa-fd7eb0f4, #w-node-_87db9c1c-23d8-c9e9-58a4-2bb1772ed992-fd7eb0f4 {
  align-self: start;
}

#w-node-_87db9c1c-23d8-c9e9-58a4-2bb1772ed9a4-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_87db9c1c-23d8-c9e9-58a4-2bb1772ed9a6-fd7eb0f4, #w-node-_87db9c1c-23d8-c9e9-58a4-2bb1772ed9ac-fd7eb0f4, #w-node-_87db9c1c-23d8-c9e9-58a4-2bb1772ed9b2-fd7eb0f4, #w-node-_1c4cc956-bb2d-762a-eafe-76b0334baa90-fd7eb0f4 {
  align-self: start;
}

#w-node-_8ba80336-5d9d-c892-dffe-18a350924e6c-fd7eb0f4, #w-node-_38f89acf-6320-8a69-16e7-8c300df60aec-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_397cd063-d78c-06fb-91c7-e831db59370d-fd7eb0f4, #w-node-a198d1c7-0af4-39ca-f53e-f5a60e43209c-fd7eb0f4 {
  align-self: start;
}

#w-node-_4e56f4e0-2037-6c3b-c1f6-5d9b93407ec3-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4406fb64-8536-33b6-d795-4ae86eddbd16-fd7eb0f4 {
  align-self: start;
}

#w-node-a8c1f7c9-fc69-a03d-7d27-d6885802a2be-fd7eb0f4, #w-node-ce0898ea-2d27-1d60-fe94-cace52b12d18-fd7eb0f4, #w-node-_3d2b228d-49b5-56d0-fdfe-615bb067fd91-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b8d70d63-071b-eb28-0858-eee011cce7bd-fd7eb0f4, #w-node-_52d9abb5-1855-2528-c0b6-e48c7b3b8abe-fd7eb0f4 {
  align-self: start;
}

#w-node-_39776cee-3039-d3d8-a005-30486f65d5d7-fd7eb0f4, #w-node-_39e1b21c-0d9a-2aee-a774-0db94100b8d0-fd7eb0f4, #w-node-_4a70052e-4d48-819c-67d5-b98789523e79-fd7eb0f4, #w-node-_828b4add-922e-24d4-8d4a-53a4322da7d7-fd7eb0f4, #w-node-_6c1b79e6-c85b-1b44-f3fc-31238576a4f4-fd7eb0f4, #w-node-a131202c-92c3-67d8-bcf0-2c1052ee043f-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bdd0361b-8e8a-cd64-281e-73f76698479e-fd7eb0f4 {
  align-self: start;
}

#w-node-_186c3c17-53bd-4607-fd38-30c24a1fcb5d-fd7eb0f4, #w-node-_1ce1623a-cc3d-6a3d-eba0-10b891be8bd9-fd7eb0f4, #w-node-d85ce7e6-06f4-fdd5-beab-ac9a27df93d3-fd7eb0f4, #w-node-_2cd24350-ba94-334f-45e9-cc9d9002e284-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-df19f278-2fbc-6ffc-e1d8-2aba37228665-fd7eb0f4, #w-node-acfd19af-71a6-71e7-a5cb-73bec9e640c5-fd7eb0f4 {
  align-self: start;
}

#w-node-_49d61b9f-c114-a268-f19b-d288db241ddf-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cb6dd21f-0c9b-8707-84d1-a479ab93a617-fd7eb0f4, #w-node-_898080d6-0668-0639-ecb1-a5105ce30cff-fd7eb0f4 {
  align-self: start;
}

#w-node-_7e5a8bd4-ed43-4d95-bc21-c4bdb9b57a3a-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2a878c75-6cf3-db22-bc28-98919b4ca247-fd7eb0f4, #w-node-a1251a5d-9082-cc6f-6dbd-0110e6698d31-fd7eb0f4 {
  align-self: start;
}

#w-node-_1b0f7b0a-0a44-8095-bc02-e595dcc1636b-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_12592361-41df-7878-83a6-0ba92b7bf4de-fd7eb0f4, #w-node-_92953d8b-8db4-b398-5406-11aa19ca6c61-fd7eb0f4, #w-node-_3201b665-a840-0f56-a46d-5d803020e4bb-fd7eb0f4 {
  align-self: start;
}

#w-node-_98771210-4883-dea6-b052-5af370fceeae-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d7784528-d5cf-1fa4-6ebf-8fc34316309a-fd7eb0f4 {
  align-self: start;
}

#w-node-_4de58a5e-427d-12d9-c789-56cede80226f-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_26472cd5-bfe2-4b36-092a-a98aefc3e3be-fd7eb0f4 {
  align-self: start;
}

#w-node-e7cd3c28-b892-c6cf-1202-6a15d615c985-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_7786fd60-79bd-d938-0bcc-f69243852498-fd7eb0f4, #w-node-_67b8b775-878d-0238-9e79-d48657e502a3-fd7eb0f4 {
  align-self: start;
}

#w-node-_6d8454db-1506-4471-2e17-4a9c1fe0a0d5-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6f878005-1b5a-e949-2cb4-22265a63e68e-fd7eb0f4, #w-node-_87a8f41e-5260-e6da-ca39-7c8e90154cda-fd7eb0f4 {
  align-self: start;
}

#w-node-_291ea215-f8f9-12a9-014b-6422bc5c5d3d-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_25a6d558-ecd5-bc19-fe73-595a8258ac24-fd7eb0f4, #w-node-eb9227e1-d25c-86df-7933-17c28ac2e8ee-fd7eb0f4 {
  align-self: start;
}

#w-node-_90883fd6-757b-27e9-02c4-70c31492c4e9-fd7eb0f4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1f191537-5ceb-e3c4-28e5-0f9c8ff01298-fd7eb0f4, #w-node-_1f191537-5ceb-e3c4-28e5-0f9c8ff01299-fd7eb0f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_97253f50-08ee-521a-b303-95db86725053-fd7eb0f4 {
  align-self: center;
}

#w-node-b60f633c-44e4-98f7-9fb0-ee472e81c536-fd7eb0f4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f15ca17c-4a4b-5da9-b39e-cbf84d4d5269-fd7eb0f5, #w-node-_30bb9cbe-5e58-a0f2-f9dc-c7db10e195e6-fd7eb0f5, #w-node-c705282d-09fd-cf28-f326-6d29f972ee1a-fd7eb0f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_7edb4017-b19d-36d8-2272-dbbe0cd7e2b6-fd7eb0f4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eb6c6d83-cb60-ad46-cac0-c003daa5d7fb-fd7eb0f4, #w-node-d90d68fe-7127-62a9-39fa-a404f31ae060-fd7eb0f4, #w-node-f5c3251f-b047-55c5-f9f8-ec8fa8ca650d-fd7eb0f4, #w-node-_87db9c1c-23d8-c9e9-58a4-2bb1772ed9a4-fd7eb0f4, #w-node-_8ba80336-5d9d-c892-dffe-18a350924e6c-fd7eb0f4, #w-node-_38f89acf-6320-8a69-16e7-8c300df60aec-fd7eb0f4, #w-node-_4e56f4e0-2037-6c3b-c1f6-5d9b93407ec3-fd7eb0f4, #w-node-a8c1f7c9-fc69-a03d-7d27-d6885802a2be-fd7eb0f4, #w-node-ce0898ea-2d27-1d60-fe94-cace52b12d18-fd7eb0f4, #w-node-_3d2b228d-49b5-56d0-fdfe-615bb067fd91-fd7eb0f4, #w-node-_39776cee-3039-d3d8-a005-30486f65d5d7-fd7eb0f4, #w-node-_39e1b21c-0d9a-2aee-a774-0db94100b8d0-fd7eb0f4, #w-node-_4a70052e-4d48-819c-67d5-b98789523e79-fd7eb0f4, #w-node-_828b4add-922e-24d4-8d4a-53a4322da7d7-fd7eb0f4, #w-node-_6c1b79e6-c85b-1b44-f3fc-31238576a4f4-fd7eb0f4, #w-node-a131202c-92c3-67d8-bcf0-2c1052ee043f-fd7eb0f4, #w-node-_186c3c17-53bd-4607-fd38-30c24a1fcb5d-fd7eb0f4, #w-node-_1ce1623a-cc3d-6a3d-eba0-10b891be8bd9-fd7eb0f4, #w-node-d85ce7e6-06f4-fdd5-beab-ac9a27df93d3-fd7eb0f4, #w-node-_2cd24350-ba94-334f-45e9-cc9d9002e284-fd7eb0f4, #w-node-_49d61b9f-c114-a268-f19b-d288db241ddf-fd7eb0f4, #w-node-_7e5a8bd4-ed43-4d95-bc21-c4bdb9b57a3a-fd7eb0f4, #w-node-_1b0f7b0a-0a44-8095-bc02-e595dcc1636b-fd7eb0f4, #w-node-_98771210-4883-dea6-b052-5af370fceeae-fd7eb0f4, #w-node-_4de58a5e-427d-12d9-c789-56cede80226f-fd7eb0f4, #w-node-e7cd3c28-b892-c6cf-1202-6a15d615c985-fd7eb0f4, #w-node-_6d8454db-1506-4471-2e17-4a9c1fe0a0d5-fd7eb0f4, #w-node-_291ea215-f8f9-12a9-014b-6422bc5c5d3d-fd7eb0f4, #w-node-_90883fd6-757b-27e9-02c4-70c31492c4e9-fd7eb0f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_313a7c14-1754-bb07-fa12-6d916e4ddb93-fd7eb0f4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_97253f50-08ee-521a-b303-95db86725053-fd7eb0f4 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1f191537-5ceb-e3c4-28e5-0f9c8ff01299-fd7eb0f4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97253f50-08ee-521a-b303-95db86725053-fd7eb0f4 {
    grid-row: 4 / 5;
  }
}


@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-UltraLight.woff2') format('woff2'), url('../fonts/e-Ukraine-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Light.woff2') format('woff2'), url('../fonts/e-Ukraine-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'eUkraine';
  src: url('../fonts/e-Ukraine-Medium.woff2') format('woff2'), url('../fonts/e-Ukraine-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}