:root {
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
}

.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;
}

body {
  color: #08201b;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .3s;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 84px;
  font-weight: 500;
  line-height: 109%;
}

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

p {
  margin-bottom: 0;
}

a {
  color: #fff;
  text-decoration: underline;
}

ul {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

blockquote {
  text-align: center;
  border-left: 5px solid #4a7d6b;
  border-right: 5px solid #4a7d6b;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 22px;
}

.splide__track {
  overflow: visible;
}
.yk-full__section__main-text-container,
.yk-quote__wrapper,
.yk-about__wrapper,
.yk-advantages__wrapper,
.yk-seo__wrapper,
.yk-contacts__wrapper {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.visible {
    opacity: 1;
    transform: translateY(0);
}
.yk-back-to-top {
  transition: visibility 0.4s;
}

.yk-container {
  max-width: 1900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.yk-header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.yk-header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.yk-headernav-link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.yk-headernav-link:hover {
  color: #d0e431;
}

.yk-headernav-link.w--current {
  color: #4a7d6b;
}

.yk-headernav-link.yk-headernav-link-dropdown.w--current {
  color: #d0e431;
}

.yk-header-logo {
  width: 100%;
  max-width: 120px;
  transition: all .3s;
}

.yk-hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.yk-hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.yk-hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.yk-header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.yk-header-left-col {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.yk-hamburger-menu-bar-op, .yk-hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.yk-btn-primary {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #08201b;
  border-radius: 48px;
  justify-content: center;
  padding: 12px 42px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.yk-btn-primary:hover {
  color: var(--elements-webflow-library--neutral--100);
  background-color: #1d3731;
  transform: scale3d(.96, .96, 1.01);
}

.yk-btn-header-hidden-mobile {
  margin-left: 24px;
}

.yk-header-nav-list-item-left {
  margin-bottom: 0;
  padding-left: 0;
}

.yk-container-default {
  overflow: hidden;
}

.brix---header-nav-list-item-show-in-tablet {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.yk-header-wrapper {
  background-color: #00000026;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 3px 10px #211f5414;
}

.yk-header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  padding-right: 40px;
  transition: transform .3s, color .3s;
}

.yk-header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.yk-header-center-col {
  justify-content: center;
  align-items: center;
  display: flex;
}

.yk-full__section {
  background-color: #b0c8bf26;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  transition: all .6s ease-out;
  display: flex;
}

.yk-full__section.yk-full__section__main {
  background-image: linear-gradient(#00000080, #00000080), url('../images/main-banner_1main-banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.yk-full__section.yk-full__section__color {
  color: #fff;
  background-color: #1d3731;
  background-image: linear-gradient(#0006, #0006), url('../images/banner5_1banner(5).webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.yk-full__section.yk-full__section__color.yk-full__section__color__shadow {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/banner5_1banner(5).webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 140px;
}

.yk-full__section.yk-full__section__quote {
  background-color: #b0c8bf26;
  width: auto;
  height: auto;
}

.yk-full__section.yk-full__section__construction {
  background-image: linear-gradient(#0000008c, #0000008c), url('../images/banner2_1banner(2).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.yk-full__section.yk-full__section__black {
  color: #fff;
  background-color: #fff;
}

.yk-full__section.yk-full__section__color-construction {
  color: #fff;
  background-color: #1d3731;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/IMG_9417IMG_9416.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.yk-full__section.yk-full__section__repair {
  background-image: linear-gradient(#00000080, #00000080), url('../images/banner4_1banner(4).webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.yk-full__section__main__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.yk-full__section__main-text-container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1900px;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.yk-main__btn {
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d);
  border: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 109%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.yk-main__btn:hover {
  background-image: linear-gradient(#0000, #0000);
  border-color: #fff;
}

.yk-quote__wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 300;
}

.yk-quote__items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #1d373180;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: 20px 30px;
  display: grid;
}

.yk-quote__item {
  text-align: center;
  border-left-style: none;
  border-left-width: 1px;
  border-right-style: none;
  border-right-width: 1px;
  font-size: 20px;
  line-height: 109%;
}

.yk-quote__items-title {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  line-height: 109%;
  display: flex;
}

.yk-quote__items__img {
  max-width: 155px;
}

.yk-btn__errow {
  background-color: #fff;
  width: 60px;
  height: 60px;
}

.yk-btn__errow__img {
  transform: rotate(0);
}

.yk-about__wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.yk-about__title__container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.yk-title__line {
  border-bottom: 1px solid #fff;
  width: 60px;
}

.yk-title__line.yk-title__line__color {
  border-bottom-color: #08201b;
}

.yk-another__section__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 600;
}

.yk-about__subtitle__container {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 120%;
  display: flex;
}

.yk-about__grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 15px;
}

.yk-about__grid__item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #00000080;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 35px 35px 50px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.yk-about__grid__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  position: sticky;
}

.yr-about__number {
  font-size: 32px;
  font-weight: 200;
  line-height: 120%;
  position: absolute;
  inset: 3% auto auto 3%;
}

.yk-about__grid__text {
  font-size: 16px;
  line-height: 120%;
}

.yk-about__grid__text.yk-about__grid__text__list {
  margin-bottom: 5px;
}

.yk-advantages__wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
  display: flex;
}

.yk-services__block {
  flex-flow: column;
  display: flex;
}

.yk-services__item {
  border: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  padding: 35px;
  display: flex;
  position: relative;
}

.yk-services__item__img__block {
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.yk-services__btn {
  background-color: #0000;
  background-image: linear-gradient(#000, #000);
  border: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 109%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: auto -10% -10% auto;
}

.step-nav {
  color: #9e9b9e;
  letter-spacing: .5px;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  transition: color .2s;
  display: flex;
}

.my-slider-progress-bar {
  background-color: #d0e431;
  border-radius: 8px;
  width: 0;
  height: .25rem;
  transition: width .4s;
}

.splide-component {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.my-slider-progress {
  background-color: #ececec;
  border-radius: 8px;
  width: 100%;
  margin-left: 5%;
  margin-right: 5%;
}

.splide__arrows {
  justify-content: space-between;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.splide.steps {
  z-index: 99;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.step-component {
  text-align: center;
}

.slider_img {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  padding-left: 20px;
  font-size: 74px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.splide__list {
  margin-bottom: 15px;
  display: flex;
}

.splide__list.year {
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.splide__track {
  width: 100%;
}

.splide__track.is--main {
  padding: 3rem;
  overflow: hidden !important;
}

.slide-content {
  border-radius: 1rem;
  padding: 0 20px;
}

.slider-component {
  box-shadow: none;
  opacity: .5;
  color: #000;
  border: 1px solid #d0e431;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: 30px;
  padding: 20px 20px 30px;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.slider-component.slider-component-construction {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #000c;
  border-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 30px;
  font-size: 16px;
}

.splide__slide {
  flex: none;
  width: 100%;
}

.splide__slide.is--main {
  display: flex;
  width: 580px !important;
}

.splide__slide.slide--year {
  flex: 1;
  width: auto;
  transition: font-size .2s, color .4s;
}

.yk-services__block__info {
  flex-flow: column;
  display: flex;
}

.yk-services__block__second {
  flex-flow: column;
  margin-top: 45px;
  display: flex;
}

.yk-services__item__second {
  border: 1px solid #ffffff80;
  justify-content: flex-end;
  align-items: center;
  width: 85%;
  margin-left: auto;
  padding: 35px;
  display: flex;
  position: relative;
}

.yk-services__item__img__block__second {
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  height: 400px;
  margin-left: auto;
  display: flex;
  overflow: hidden;
}

.yk-services__btn__second {
  background-color: #0000;
  background-image: linear-gradient(#000, #000);
  border: 1px solid #ffffff80;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 109%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: auto auto -10% -10%;
}

.yk__container {
  background-color: #000;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.yk__footer {
  border-top-width: 1px;
  border-top-color: var(--elements-webflow-library--neutral--300);
  background-color: #000;
}

.yk__footer-logo {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 165px;
  transition: transform .3s;
}

.yk__footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.yk__footer-link {
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.yk__footer-link:hover {
  color: #d0e431;
}

.yk__footer-botom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: #fff;
  text-align: center;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 30px;
  display: flex;
}

.yk__footer-grid-menu {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.yk__footer-social {
  background-color: #d0e431;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  margin-left: auto;
  text-decoration: none;
  transition: all .3s, background-color .3s, color .3s;
  display: flex;
}

.yk__footer-social:hover {
  opacity: .59;
  transform: scale(.92);
}

.yk__copyright {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  line-height: 30px;
}

.brix---social-media-grid-right---t-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 46px;
  justify-content: end;
  align-self: center;
  justify-items: end;
}

.yk__footer-list {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.yk__footer-top {
  padding-top: 72px;
  padding-bottom: 72px;
}

.yk__footer-list-item {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
}

.social-img {
  width: 26px;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.grid-img {
  position: absolute;
  inset: 0;
}

.grid-img._8 {
  background-image: url('../images/banner6_1banner(6).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._4 {
  background-image: url('../images/banner3_1banner(3).webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._1 {
  background-image: url('../images/banner7_1banner(7).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img._3 {
  background-image: url('../images/banner1_1banner(1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.basketweave-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: .5fr .25fr .25fr .5fr minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-columns: 1fr 1.5fr 1fr 1fr 1fr 1fr;
  width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.basketweave-block {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.icon-rounded {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.grid-overlay {
  opacity: 0;
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.grid-img-wrapper {
  z-index: 1;
  padding: 16px;
  position: absolute;
  inset: 0;
}

.grid-img-construction {
  position: absolute;
  inset: 0;
}

.grid-img-construction._8 {
  background-image: url('../images/IMG_20191016_170157IMG_20191016_170156.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img-construction._4 {
  background-image: url('../images/IMG_8786IMG_8785.webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img-construction._1 {
  background-image: url('../images/IMG_9452IMG_9450.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-img-construction._3 {
  background-image: url('../images/IMG_9417IMG_9416.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.yk-back-to-top {
  z-index: 1000;
  opacity: 0;
  cursor: pointer;
  visibility: hidden;
  background-image: url('../images/errowtop.svg');
  background-position: 0 0;
  width: 45px;
  height: 45px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transform: translateY(45px);
}

.yk-back-to-top:hover {
  opacity: 1;
}

.yk-back-to-top.show {
  opacity: .6;
  visibility: visible;
  display: block;
  overflow: visible;
  transform: translateY(0);
}

.yk-back-to-top.show:hover {
  opacity: 100;
}

.yk-seo__wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 130%;
  transition: all .6s ease-in-out;
  display: flex;
}

.yk-seo__section__title {
  font-weight: 600;
}

.yk-seo__wrapper__info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: none;
}

.yk-seo__section__info__title {
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.yk-seo__btn {
  color: #08201b;
  background-color: #0000;
  border: 1px solid #08201a80;
  justify-content: space-between;
  align-items: center;
  width: 450px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 109%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.yk-seo__btn:hover {
  background-image: linear-gradient(#0000, #0000);
  border-color: #08201ae6;
}

.yk-seo__btn__close {
  display: none;
}

.brix---footer-link-doc {
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.brix---footer-link-doc:hover {
  color: #d0e431;
}

.yk-main__subtitle {
  text-align: left;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 120%;
  display: flex;
}

.yk-header__btn {
  background-color: #0000;
  background-image: linear-gradient(#0000004d, #0000004d);
  border: 1px solid #ffffff80;
  justify-content: flex-end;
  align-items: center;
  height: 45px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 18px;
  font-weight: 500;
  line-height: 109%;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.yk-header__btn:hover {
  background-image: linear-gradient(#0000, #0000);
  border-color: #fff;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---header-wrapper {
  background-color: var(--elements-webflow-library--neutral--100);
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.brix---header-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brix---header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---header-nav-link {
  color: var(--elements-webflow-library--neutral--800);
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
}

.brix---header-nav-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---dropdown-toggle {
  color: var(--elements-webflow-library--neutral--800);
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-toggle:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.yk-dropdown__card {
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  border: 1px solid #ffffff80;
  min-width: 280px;
  top: 32px;
  overflow: hidden;
}

.brix---dropdown-link {
  color: var(--elements-webflow-library--neutral--600);
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---dropdown-link:hover {
  color: var(--elements-webflow-library--accent--primary-1);
}

.yk-dropdown__pd {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0000004d;
  border: 1px solid #ffffff80;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.brix---header-logo {
  max-width: 250px;
}

.brix---header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.brix---header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.brix---hamburger-menu-wrapper {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.brix---header-right-col {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---dropdown-chevron {
  width: 14px;
  margin-left: 6px;
}

.brix---dropdown-links-grid {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.yk-dropdown__column__wrapper {
  background-color: #0000;
  padding-top: 32px;
  transform: translate(0);
}

.yk-dropdown__column__wrapper.w--open {
  z-index: 5;
  padding-top: 15px;
  left: 50%;
  transform: translate(-50%);
}

.brix---hamburger-menu-bar-top, .brix---hamburger-menu-bar-bottom {
  background-color: var(--elements-webflow-library--neutral--800);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.brix---btn-primary-small {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---btn-header-hidden-on-mbl {
  margin-left: 24px;
}

.brix---header-nav-list-item-show-in-mbl {
  margin-bottom: 0;
  padding-left: 32px;
  display: none;
}

.brix---header-nav-list-item-middle {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.brix---btn-circle-secondary-small {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-02);
  color: var(--elements-webflow-library--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 22px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---btn-circle-secondary-small:hover {
  color: var(--elements-webflow-library--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

.ikon {
  transform: rotate(90deg);
}

.yk-contacts__wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .3s;
  display: flex;
}

.yk-contacts__grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  margin-top: 15px;
}

.yk-contacts__grid__item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #00000080;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 35px 35px 50px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.yk-contacts__grid__text {
  font-size: 16px;
  line-height: 120%;
}

.yk-contacts__grid__text.yk-about__grid__text__list {
  margin-bottom: 5px;
}

.yk-contacts__grid__text.yk-contacts__grid__text__color {
  color: #aaa;
}

.yk-contacts__grid__title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
  position: sticky;
}

.yk-contacts__info__grid {
  align-items: center;
  width: 100%;
}

.yk-contacts__info-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #ffffff4d;
  flex-flow: column;
  padding: 20px 15px;
  display: flex;
}

.yk-contacts__ikon {
  width: 20px;
}

.splide__arrow {
  background-image: url('../images/yellow-arrowsecond.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  transition: all .3s;
}

.splide__arrow:hover {
  background-image: url('../images/yellow-arrowgreen-second.svg');
}

.splide__arrow.splide__arrow--next {
  background-image: url('../images/yellow-arrow.svg');
}

.splide__arrow.splide__arrow--next:hover {
  background-image: url('../images/yellow-arrowgreen.svg');
}

@media screen and (min-width: 1440px) {
  .yk-quote__items {
    grid-template-columns: .25fr 1fr;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .yk-quote__item {
    font-size: 24px;
  }

  .yk-another__section__title {
    font-size: 64px;
  }

  .yk-about__subtitle__container {
    max-width: 1440px;
    font-size: 26px;
  }

  .yk-about__grid__title {
    font-size: 34px;
  }

  .yr-about__number {
    font-size: 36px;
  }

  .yk-about__grid__text {
    font-size: 18px;
  }

  .yk-about__grid__text.yk-about__grid__text__list {
    font-size: 16px;
  }

  .yk-main__subtitle {
    max-width: 1440px;
    font-size: 26px;
  }

  .yk-contacts__grid__text {
    font-size: 18px;
  }

  .yk-contacts__grid__text.yk-about__grid__text__list {
    font-size: 16px;
  }

  .yk-contacts__grid__title {
    font-size: 34px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 104px;
  }

  .yk-full__section.yk-full__section__color {
    height: 100vh;
    padding-top: 90px;
  }

  .yk-full__section.yk-full__section__color.yk-full__section__color__shadow {
    height: auto;
  }

  .yk-full__section.yk-full__section__color-construction {
    height: 100vh;
    padding-top: 90px;
  }

  .yk-about__grid__text {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .yk-about__grid__text.yk-about__grid__text__list {
    font-size: 18px;
  }

  .yk__container {
    max-width: 1920%;
  }

  .yk-contacts__grid__text {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .yk-contacts__grid__text.yk-about__grid__text__list {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .yk-header-nav-menu-list {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .yk-headernav-link {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
  }

  .yk-headernav-link.yk-headernav-link-dropdown {
    margin-left: 0;
    font-size: 16px;
    font-weight: 500;
  }

  .yk-header-logo {
    max-width: 120px;
  }

  .yk-hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .yk-hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .yk-hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .yk-header-right-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .yk-hamburger-menu-bar-op {
    background-color: #fff;
    width: 44px;
    height: 2px;
  }

  .yk-hamburger-menu-bar-bottom {
    background-color: #fff;
    width: 44px;
    height: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .yk-btn-primary {
    color: #08201b;
    text-transform: uppercase;
    background-color: #ffffff80;
    border: 1px solid #ffffffb3;
    border-radius: 0;
  }

  .yk-btn-primary:hover {
    background-color: #ffffffb3;
  }

  .yk-btn-primary.hide {
    display: none;
  }

  .yk-btn-header-hidden-mobile {
    margin-left: 0;
  }

  .yk-header-nav-list-item-left {
    padding-left: 0;
  }

  .brix---header-nav-list-item-show-in-tablet {
    margin-top: 20px;
    margin-bottom: 16px;
    padding-left: 0;
    display: block;
  }

  .yk-header-menu-wrapper {
    background-color: #08201b;
    height: 100vh;
    padding: 76px 24px 24px;
  }

  .yk-full__section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .yk-full__section.yk-full__section__main, .yk-full__section.yk-full__section__construction, .yk-full__section.yk-full__section__repair {
    height: 75vh;
  }

  .yk-about__wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .yk-another__section__title {
    font-size: 44px;
  }

  .yk-about__subtitle__container {
    font-size: 20px;
  }

  .yk-about__grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .yk-about__grid__item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .step-nav {
    font-size: 12px;
    line-height: 120%;
  }

  .slider-component {
    padding-right: 1rem;
  }

  .yk__footer-link {
    font-size: 16px;
  }

  .yk__footer-botom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .yk__footer-grid-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .yk__footer-social {
    margin-left: 0;
  }

  .yk__copyright {
    font-size: 14px;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 24px;
    justify-content: center;
    justify-items: center;
    margin-top: 16px;
  }

  .yk__footer-top {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .div-block {
    justify-content: space-between;
    align-items: flex-start;
  }

  .basketweave-grid {
    grid-template-rows: minmax(100px, 1fr) .5fr .5fr .5fr minmax(100px, 1fr) minmax(100px, 1fr);
    width: 100%;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 58px;
  }

  .brix---footer-link-doc {
    font-size: 14px;
  }

  .yk-main__subtitle {
    text-align: left;
    font-size: 20px;
  }

  .yk-header__btn.hide {
    display: none;
  }

  .brix---header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---header-menu-wrapper {
    border-top: 1px solid var(--elements-webflow-library--neutral--300);
    border-bottom: 1px solid var(--elements-webflow-library--neutral--300);
    background-color: var(--elements-webflow-library--neutral--100);
    padding: 24px;
  }

  .brix---header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .yk-dropdown__card {
    box-shadow: none;
    border-style: none;
    min-width: auto;
  }

  .yk-dropdown__card.w--open {
    position: static;
  }

  .yk-dropdown__pd {
    background-color: #0000;
    border-style: none;
    padding: 12px 0 14px;
  }

  .brix---header-logo {
    max-width: 232px;
  }

  .brix---hamburger-menu-wrapper {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .yk-dropdown__column__wrapper {
    padding-top: 0;
    position: static;
  }

  .yk-dropdown__column__wrapper.w--open {
    transform: none;
  }

  .brix---hamburger-menu-bar-top {
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom {
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---header-nav-list-item-show-in-mbl {
    margin-bottom: 16px;
    padding-left: 0;
  }

  .brix---header-nav-list-item-middle {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .yk-contacts__grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .yk-contacts__grid__item {
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .yk-btn-header-hidden-mobile {
    display: none;
  }

  .brix---header-nav-list-item-show-in-tablet {
    display: block;
  }

  .yk-full__section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .yk-full__section.yk-full__section__main, .yk-full__section.yk-full__section__construction, .yk-full__section.yk-full__section__repair {
    height: 100vh;
  }

  .yk-full__section__main-text-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .yk-main__btn {
    width: 385px;
  }

  .yk-another__section__title {
    font-size: 32px;
  }

  .yk-about__subtitle__container {
    font-size: 18px;
  }

  .yk-about__grid__title {
    font-size: 26px;
  }

  .yk-services__item {
    width: 90%;
    padding: 45px 20px;
  }

  .yk-services__item__img__block {
    height: 230px;
  }

  .yk-services__btn {
    width: 350px;
  }

  .step-nav {
    display: none;
  }

  .splide-component {
    width: 100%;
  }

  .slider_img {
    margin-bottom: 15px;
  }

  .splide__track.is--main {
    padding: 0;
  }

  .slider-component {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .splide__slide.is--main {
    width: 85% !important;
  }

  .heading {
    margin-bottom: 15px;
  }

  .yk-services__item__second {
    padding: 45px 20px;
  }

  .yk-services__item__img__block__second {
    height: 230px;
  }

  .brix---footer-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 239px;
    display: flex;
  }

  .brix---social-media-grid-right---t-center {
    justify-content: center;
    justify-items: center;
  }

  .yk__footer-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .yk__footer-list-item {
    margin-bottom: 10px;
  }

  .grid-img._1 {
    background-position: 50%;
    background-size: cover;
  }

  .basketweave-grid {
    grid-template: "." minmax(100px, 1fr)
                   "." .5fr
                   "." .5fr
                   "." .5fr
                   "." minmax(100px, 1fr)
                   / 1fr 1.5fr 1fr 1fr 1fr 1.5fr;
  }

  .grid-img-construction._1 {
    background-position: 50%;
    background-size: cover;
  }

  .yk-seo__wrapper {
    font-size: 14px;
  }

  .yk-seo__section__title {
    font-size: 26px;
  }

  .heading-2 {
    font-size: 44px;
  }

  .yk-main__subtitle {
    font-size: 18px;
  }

  .yk-header__btn {
    width: 385px;
  }

  .brix---header-logo {
    max-width: 90%;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---btn-header-hidden-on-mbl {
    display: none;
  }

  .brix---header-nav-list-item-show-in-mbl {
    display: block;
  }

  .brix---btn-circle-secondary-small {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .yk-contacts__grid__title {
    font-size: 26px;
  }

  .yk-contacts__info__grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

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

  .yk-headernav-link {
    text-align: center;
  }

  .yk-header-logo {
    max-width: 95px;
  }

  .yk-btn-primary {
    width: 75%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brix---header-nav-list-item-show-in-tablet {
    text-align: center;
    width: 100%;
  }

  .yk-header-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .yk-full__section.yk-full__section__main {
    height: 90vh;
  }

  .yk-full__section.yk-full__section__color.yk-full__section__color__shadow {
    padding-bottom: 100px;
  }

  .yk-full__section.yk-full__section__construction, .yk-full__section.yk-full__section__repair {
    height: 90vh;
  }

  .yk-full__section__main-text-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .yk-main__btn {
    width: 240px;
  }

  .yk-quote__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .yk-quote__items {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .yk-btn__errow {
    width: 45px;
    height: 45px;
  }

  .yk-advantages__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .yk-services__item__img__block {
    justify-content: space-between;
    align-items: stretch;
    height: 245px;
  }

  .yk-services__item__img {
    object-fit: cover;
  }

  .splide__track.is--main {
    padding-bottom: 30px;
  }

  .slider-component {
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

  .splide__slide {
    display: flex;
  }

  .splide__slide.is--main {
    width: 100% !important;
  }

  .heading {
    font-size: 16px;
  }

  .yk-services__item__img__second {
    object-fit: cover;
  }

  .yk-services__item__img__block__second {
    justify-content: space-between;
    align-items: stretch;
    height: 245px;
  }

  .yk__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .yk__footer-logo {
    max-width: 125px;
  }

  .yk__footer-social {
    padding: 5px;
  }

  .yk__copyright {
    text-align: left;
    line-height: 150%;
  }

  .brix---social-media-grid-right---t-center {
    grid-column-gap: 35px;
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .yk__footer-list {
    flex-direction: column;
  }

  .yk__footer-list-item {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-img._8 {
    background-position: 50%;
  }

  .basketweave-grid {
    grid-column-gap: 4px;
    grid-row-gap: 6px;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    grid-template-areas: ".";
  }

  .basketweave-block.last {
    display: block;
  }

  .grid-img-wrapper, .grid-img-construction._8 {
    object-fit: cover;
  }

  .yk-back-to-top {
    display: none;
  }

  .heading-2 {
    font-size: 32px;
  }

  .yk-header__btn {
    justify-content: center;
    align-items: center;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---header-logo {
    max-width: 84%;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---header-nav-list-item-show-in-mbl, .brix---header-nav-list-item-middle {
    text-align: left;
    width: 100%;
  }

  .brix---btn-circle-secondary-small {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
  }

  .yk-contacts__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .yk-contacts__grid__item {
    padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

#w-node-da18c621-a8c1-6f14-5bb1-a5d5a93d4053-98ba50a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_153061af-de3b-c6e4-7579-ba0618c2c266-18c2c263 {
  justify-self: start;
}

#w-node-_332c7ade-f89e-9573-0b16-a10cd78adecd-98ba50b8 {
  grid-area: 1 / 1 / 6 / 4;
}

#w-node-_332c7ade-f89e-9573-0b16-a10cd78aded9-98ba50b8 {
  grid-area: 6 / 1 / 7 / 4;
}

#w-node-_332c7ade-f89e-9573-0b16-a10cd78adee9-98ba50b8 {
  grid-area: 5 / 4 / 7 / 7;
}

#w-node-_332c7ade-f89e-9573-0b16-a10cd78adef1-98ba50b8 {
  grid-area: 1 / 4 / 5 / 7;
}

#w-node-_332c7ade-f89e-9573-0b16-a10cd78adecd-98ba50b9 {
  grid-area: 1 / 1 / 6 / 4;
}

#w-node-_332c7ade-f89e-9573-0b16-a10cd78aded9-98ba50b9 {
  grid-area: 6 / 1 / 7 / 4;
}

#w-node-_332c7ade-f89e-9573-0b16-a10cd78adee9-98ba50b9 {
  grid-area: 5 / 4 / 7 / 7;
}

#w-node-_332c7ade-f89e-9573-0b16-a10cd78adef1-98ba50b9 {
  grid-area: 1 / 4 / 5 / 7;
}

@media screen and (max-width: 991px) {
  #w-node-_346f235b-a8b1-c8b3-68e4-fe51c4f6d47a-98ba50a6, #w-node-_9ae5bce5-8a90-f040-3fe2-25dd8e118183-98ba50a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_153061af-de3b-c6e4-7579-ba0618c2c266-18c2c263 {
    justify-self: center;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adecd-98ba50b8 {
    grid-area: 1 / 1 / 6 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-da18c621-a8c1-6f14-5bb1-a5d5a93d4053-98ba50a6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_153061af-de3b-c6e4-7579-ba0618c2c266-18c2c263 {
    justify-self: center;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adecd-98ba50b8 {
    grid-area: 1 / 1 / 5 / 4;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78aded9-98ba50b8 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adee9-98ba50b8 {
    grid-area: 4 / 4 / 6 / 7;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adef1-98ba50b8 {
    grid-area: 1 / 4 / 4 / 7;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adecd-98ba50b9 {
    grid-area: 1 / 1 / 5 / 4;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78aded9-98ba50b9 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adee9-98ba50b9 {
    grid-area: 4 / 4 / 6 / 7;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adef1-98ba50b9 {
    grid-area: 1 / 4 / 4 / 7;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adecd-98ba50b8 {
    grid-area: 1 / 1 / 5 / 7;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78aded9-98ba50b8 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adee9-98ba50b8 {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adef1-98ba50b8 {
    grid-area: 5 / 4 / 6 / 7;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adecd-98ba50b9 {
    grid-area: 1 / 1 / 5 / 7;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78aded9-98ba50b9 {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adee9-98ba50b9 {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_332c7ade-f89e-9573-0b16-a10cd78adef1-98ba50b9 {
    grid-area: 5 / 4 / 6 / 7;
  }
}


