.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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: #333;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
}

.top-bar-section {
  background-color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}

.main-container {
  max-width: 1472px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.top-bar-link {
  float: right;
  color: #3d3d3d;
  border-right: 1px solid #d4d4d4;
  padding: 7px 10px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.body {
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.menu-section {
  width: 100%;
  margin-top: 10px;
  position: absolute;
}

.nav-link {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom: 1px solid #fff;
}

.nav-link.w--current {
  color: #fff;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.brand {
  border-bottom: 1px #fff;
  padding-top: 5px;
  padding-bottom: 7px;
}

.brand.w--current {
  border-bottom-style: none;
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 5px;
}

.slider {
  min-height: 80vh;
}

.slide {
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/slider1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-video {
  background-image: linear-gradient(rgba(0, 0, 0, .24), rgba(0, 0, 0, .24));
}

.header-section {
  position: relative;
}

.nav-menu {
  width: 78%;
  text-align: center;
  position: relative;
}

.nav-link-lang {
  float: right;
  color: #ffe345;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 400;
}

.slider-content {
  min-height: 80vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.slider-content-box {
  width: 50%;
  min-height: 20px;
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
}

.slider-h1 {
  color: #fff;
  margin-top: 0;
  font-family: Playfair Display;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.slider-p {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 300;
}

.slider-button {
  color: #fff;
  background-color: #243030;
  border: 2px #fff;
  margin-top: 10px;
  padding: 12px 28px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.slider-button:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.background-video {
  min-height: 80vh;
  position: relative;
}

.main-short-about-section {
  background-color: #f5f4ee;
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-about-grid {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
}

.title-text {
  color: #101828;
  font-family: Noto Serif Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.about-link {
  color: #000;
  background-image: url('../images/right-arrow.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 10px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.about-link:hover {
  transform: translate(5px);
}

.main-p {
  font-size: 16px;
  font-weight: 300;
}

.main-product-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-product-section.no-top-pd {
  padding-top: 0;
}

.title-block {
  padding-bottom: 40px;
  font-size: 16px;
}

.main-title-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.product-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-item {
  color: #020202;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  transform: translate(0);
}

.product-item:hover {
  transform: translate(5px);
}

.product-title {
  margin-top: 10px;
  font-family: Playfair Display;
  font-size: 28px;
  font-weight: 500;
}

.dealer-section {
  padding-bottom: 60px;
}

.dealer-block {
  background-color: #f5f4ee;
  padding: 30px;
}

.dealer-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 400;
}

.select-field {
  width: 40%;
  float: left;
  background-color: #fff;
  border: 1px solid #fff;
  margin-right: 10px;
  font-weight: 300;
}

.submit-button {
  background-color: #3b3b3b;
  font-size: 14px;
  font-weight: 300;
}

.dealer-form {
  margin-top: 10px;
}

.about-link-section {
  padding-bottom: 60px;
}

.main-about-link-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.about-link-item {
  color: #000;
  text-align: left;
  background-color: #f8f8f8;
  padding: 30px 30px 20px;
  text-decoration: none;
  transition: all .3s;
}

.about-link-item:hover {
  transform: translate(0, -5px);
}

.link-text {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.text-1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.statistic-section {
  padding-bottom: 60px;
}

.statistics-text {
  color: #000;
  font-family: Noto Serif Display, sans-serif;
  font-size: 25px;
  line-height: 55px;
  display: block;
}

.statistics-text.alkon-bold {
  font-weight: 600;
}

.grid {
  grid-template-rows: auto;
}

.statistic-block {
  text-align: center;
}

.grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.statistics-text-2 {
  color: #000;
  margin-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 44px;
  display: block;
}

.statistic-number-item {
  text-align: center;
}

.statistic-text-item {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
}

.media-section {
  padding-bottom: 60px;
}

.media-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.media-block {
  min-height: 200px;
  background-color: #f5f4ee;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.media-item {
  width: 90%;
  color: #000;
  border-bottom: 1px #000;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  text-decoration: none;
  transition: all .3s;
}

.media-item:hover {
  transform: translate(5px);
}

.media-galeri-link {
  background-image: url('../images/gallery.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 40px;
  font-size: 25px;
  font-weight: 600;
  line-height: 42px;
}

.media-video-galeri-link {
  background-image: url('../images/video.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-left: 40px;
  font-size: 25px;
  font-weight: 600;
  line-height: 34px;
}

.diveder {
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #000;
}

.news-section {
  padding-bottom: 60px;
}

.news-grid {
  grid-column-gap: 30px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.news-item {
  color: #000;
  text-decoration: none;
  transition: all .3s;
}

.news-item:hover {
  transform: translate(0, -5px);
}

.news-image {
  text-align: center;
}

.news-h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.news-item2 {
  color: #000;
  text-decoration: none;
  transition: all .3s;
}

.news-item2:hover {
  transform: translate(0, -5px);
}

.news-item-grid {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.news-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.paragraph {
  font-size: 14px;
  font-weight: 300;
}

.all-button {
  float: none;
  background-color: #000;
  margin-top: 40px;
  font-weight: 300;
}

.btn-block {
  text-align: center;
}

.paragraph-2 {
  font-weight: 300;
}

.main-general-section {
  background-color: #f5f4ee;
  padding-top: 60px;
  padding-bottom: 60px;
}

.general-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  margin-bottom: 60px;
}

.general-grid.last-general-grid, .general-grid.grid-bottom-no-pd {
  margin-bottom: 0;
}

.general-item {
  text-align: center;
}

.general-item-content {
  color: #000;
  padding: 30px;
  font-weight: 300;
  text-decoration: none;
}

.general-info-h3 {
  margin-top: 0;
  font-family: Noto Serif Display, sans-serif;
  font-weight: 600;
  position: static;
}

.general-link-form-service {
  float: none;
  color: #141414;
  background-color: #fff;
  background-image: url('../images/formicon.png');
  background-position: 4%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding: 13px 48px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: -21px;
  right: 17px;
}

.footer {
  color: #f5f5f5;
  background-color: #626d6d;
  padding-top: 60px;
  padding-bottom: 40px;
  font-weight: 300;
}

.footer-about-block {
  width: 70%;
}

.footer-h4 {
  color: #fff;
  font-family: Noto Serif Display, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.footer-grid {
  grid-column-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.footer-h4-2 {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.footer-link {
  color: #fff;
  margin-bottom: 2px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.footer-title {
  margin-bottom: 3px;
  font-weight: 500;
}

.footer-link-contact {
  color: #fff;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.copyright-link {
  float: right;
  color: #fff;
  margin-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.seonet {
  float: right;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 2px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Playfair Display;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.sun-page-top {
  min-height: 350px;
  color: #f5f4ee;
  background-image: linear-gradient(rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/slider2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.product-list-block {
  color: #000;
  background-color: #f5f4f0;
  margin-top: 15px;
  padding: 15px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.product-list-block:hover {
  transform: translate(0, -5px);
}

.product-list-grid {
  grid-column-gap: 11px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr;
}

.product-page-item {
  color: #020202;
  text-align: left;
  margin-bottom: 60px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.product-title-h2 {
  color: #4f5252;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.product-title-content {
  padding-bottom: 10px;
  padding-left: 0;
}

.product-list-sub-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-title-block {
  max-width: 900px;
}

.header-title-main {
  width: 100%;
}

.title-block-sub {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
}

.about-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  margin-bottom: 60px;
}

.about-grid.about-grid-last {
  margin-bottom: 0;
}

.about-item {
  font-size: 18px;
  line-height: 24px;
}

.about-title-big {
  margin-bottom: 20px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.about-title-medium {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
}

.about-header {
  min-height: 700px;
  color: #f5f4ee;
  background-image: linear-gradient(rgba(0, 0, 0, .26), rgba(0, 0, 0, .26)), url('../images/happy-family-sitting-couch-living-room_23-2148456279.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-section-1 {
  background-color: #f5f4ee;
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-container-small {
  max-width: 900px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}

.about-section-2 {
  min-height: 500px;
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/slider1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.about-content-2 {
  max-width: 600px;
  background-color: #fff;
  padding: 30px;
}

.about-content-block {
  padding-top: 60px;
}

.bold-text {
  line-height: 36px;
}

.about-section-3 {
  padding: 60px 0;
}

.about-number-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.number-text {
  color: #63ce90;
  border-bottom: 1px solid #63ce90;
  padding-bottom: 10px;
  font-size: 66px;
  font-weight: 300;
  line-height: 55px;
}

.nuber-text-2 {
  margin-top: 15px;
}

.about-section-4 {
  padding: 10px 0 60px;
}

.about-grid-2 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
}

.about-item-bg {
  background-color: #f5f5f5;
  padding: 30px;
}

.alkon-sign {
  margin-top: 27px;
  font-family: Playfair Display;
  font-size: 24px;
  font-weight: 500;
}

.about-section-5 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-grid-3 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.about-grid-item {
  color: #000;
  border-bottom: 1px solid #bbb;
  padding-bottom: 1px;
  font-family: Nunito, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.about-grid-item:hover {
  border-bottom-width: 3px;
  font-weight: 500;
}

.about-grid-item.about-item-active {
  border-bottom-width: 3px;
}

.about-link-text {
  padding-top: 11px;
  padding-bottom: 9px;
}

.project-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.dealer-grid {
  grid-column-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .5fr .5fr;
}

.city-item {
  background-color: #f8f8f8;
  padding: 15px;
}

.dealer-category-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dealer-item {
  background-color: #626d6d;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  transition: all .3s;
}

.dealer-item:hover {
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, .11);
}

.dealer-name {
  color: #f5f4ee;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.dealer-link {
  color: #f5f4ee;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.dealer-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.contact-grid {
  grid-template-rows: auto;
  margin-bottom: 40px;
}

.contact-image {
  margin-top: 0;
}

.contact-title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
}

.contact-text {
  margin-bottom: 0;
  padding-bottom: 3px;
  font-weight: 600;
}

.contact-link {
  color: #000;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  display: block;
}

.contact-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.contact-grid-item {
  background-color: #f5f4ee;
  padding: 30px;
}

.contact-text-2 {
  font-size: 16px;
  font-weight: 300;
}

.contact-link-2 {
  color: #000;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  display: block;
}

.product-header {
  min-height: 700px;
  color: #f5f4ee;
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/slider.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-header2 {
  min-height: 350px;
  color: #f5f4ee;
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/Ekran-Resmi-2022-11-16-04.25.01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-value-list-grid {
  grid-column-gap: 30px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.value-secti-on, .about-value-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.history-section {
  padding: 60px 15px;
}

.history-item {
  width: 15%;
  float: left;
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-right: 20px;
  padding: 30px;
  text-decoration: none;
  transition: all .3s;
}

.history-item:hover {
  transform: translate(0, -5px);
}

.history-line {
  z-index: -1;
  min-height: 5px;
  border-bottom: 2px solid #cacaca;
  margin-bottom: 15px;
  position: static;
  top: 178px;
}

.history-dot {
  width: 20px;
  height: 20px;
  min-height: 15px;
  min-width: 15px;
  background-color: #626d6d;
  border-radius: 150px;
  margin-left: auto;
  margin-right: auto;
}

.about-header2-copy {
  min-height: 500px;
  color: #f5f4ee;
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/Ekran-Resmi-2022-11-16-04.25.01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-header3 {
  min-height: 500px;
  color: #f5f4ee;
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/slider1.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-header2-copy {
  min-height: 500px;
  color: #f5f4ee;
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/cras.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-header2-copy-copy {
  min-height: 500px;
  color: #f5f4ee;
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/fabrika.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-header2-copy {
  min-height: 500px;
  color: #f5f4ee;
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/contemporary-building-with-glass-facade.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-right-bar-grid {
  grid-column-gap: 39px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.sidebar-project {
  padding-top: 0;
}

.project-image {
  margin-bottom: 20px;
}

.project-date {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500;
}

.project-gallery-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.other-project-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-bottom: 20px;
}

.project-title-other {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

.other-project-link {
  color: #000;
  text-decoration: none;
}

.sun-page-top2 {
  min-height: 250px;
  color: #f5f4ee;
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/slider2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.project-button {
  text-align: center;
  padding-top: 0;
}

.other-project-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Playfair Display;
  font-size: 28px;
  font-weight: 400;
}

.gallery-grid {
  grid-column-gap: 31px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 60px;
}

.video-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.video-title {
  margin-top: 10px;
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

.project-grid-copy {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
}

.blog-list-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.download-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.download-item {
  color: #000;
  text-decoration: none;
  transition: all .3s;
}

.download-item:hover {
  transform: translate(0, -5px);
}

.services-side-block {
  margin-bottom: 20px;
}

.field-label {
  font-weight: 500;
}

.text-field-2 {
  min-height: 49px;
  border: 1px solid #b9b9b9;
}

.select-field-2 {
  min-height: 45px;
}

.textarea {
  min-height: 100px;
}

.offer-side-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dealer-title-2 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.alkon-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 40px;
}

.alkon-title {
  margin-top: 10px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

.protec-header {
  min-height: 700px;
  color: #f5f4ee;
  background-image: linear-gradient(rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url('../images/happy-couple.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title-center-block {
  text-align: center;
}

.bayilik-form-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.title-block-product-page {
  text-align: center;
  padding-bottom: 0;
  font-size: 16px;
}

.product-title-detail {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 38px;
}

.product-title-text {
  margin-top: 10px;
  font-size: 20px;
}

.product-grid-1 {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 0;
}

.main-product-section2 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-product-section2.section-no-top-pd {
  padding-top: 0;
}

.product-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 0;
}

.product-section-3 {
  background-color: #f5f4ee;
  padding-top: 60px;
  padding-bottom: 60px;
}

.product-grid-3 {
  grid-column-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.grid-item-product-mage {
  text-align: center;
}

.product-section-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .49), rgba(0, 0, 0, .49)), url('../images/contemporary-building-with-glass-facade.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.product-title-white {
  color: #fff;
  margin-top: 10px;
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

.product-text-white {
  color: #fff;
  font-size: 20px;
}

.product-list-and-tech-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.product-tech-item {
  background-color: #f5f4ee;
}

.product-tech-title {
  color: #fff;
  text-align: center;
  background-color: #626d6d;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
}

.product-tech-text {
  background-color: #ecece5;
  margin-bottom: 2px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
}

.product-tech-title-2 {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.product-title-center {
  text-align: center;
  margin-top: 10px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

.product-tech-text-2 {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 2px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 400;
}

.product-tech-image {
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.product-table-secion {
  background-color: #f5f4ee;
  padding-top: 60px;
  padding-bottom: 60px;
}

.download-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.download-link {
  color: #000;
  background-image: url('../images/download.png');
  background-position: 1%;
  background-repeat: no-repeat;
  background-size: 38px;
  border-bottom: 1px solid #d1d1d1;
  margin-top: 20px;
  padding-left: 60px;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.download-link:hover {
  color: #243030;
  transform: translate(5px);
}

.download-link-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.product-section {
  background-color: #f5f4ee;
  padding-top: 60px;
  padding-bottom: 60px;
}

.product-contact-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-contact-item-1 {
  min-height: 300px;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .68), rgba(0, 0, 0, 0)), url('../images/happy-family-sitting-couch-living-room_23-2148456279.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 32px;
  padding-left: 25px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.product-contact-item-1:hover {
  transform: translate(0, -5px);
}

.product-contact-text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 300;
}

.product-contact-item-2 {
  min-height: 300px;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .68), rgba(0, 0, 0, 0)), url('../images/happy-couple.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 32px;
  padding-left: 25px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.product-contact-item-2:hover {
  transform: translate(0, -5px);
}

.product-contact-item-3 {
  min-height: 300px;
  color: #fff;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .68), rgba(0, 0, 0, 0)), url('../images/30cbcf2b51b84cb5b2625b703713b152.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 32px;
  padding-left: 25px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.product-contact-item-3:hover {
  transform: translate(0, -5px);
}

.product-menu-section {
  z-index: 9999;
  color: #243030;
  text-align: center;
  background-color: #5c6868;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.product-menu-link {
  color: #fff;
  padding: 20px 25px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.uui-testimonial08_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #fec84b;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium.text-weight-medium {
  font-weight: 500;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-testimonial08_image {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
}

.uui-testimonial08_divider {
  width: 1px;
  background-color: #eaecf0;
  align-self: stretch;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.uui-page-padding {
  padding-bottom: 60px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-testimonial08_component {
  grid-column-gap: 4rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-heading-tiny {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-testimonial08_image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-testimonial08_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-testimonial08_rating-wrapper {
  align-items: center;
  display: flex;
}

.uui-testimonial08_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.product-list-grid-main {
  background-color: #f5f4ee;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 0;
  padding: 15px;
}

.heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.product-image2 {
  min-height: auto;
  object-fit: fill;
  padding: 0;
  overflow: hidden;
}

.main-link-item {
  color: #020202;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
  transform: translate(0);
}

.main-link-item:hover {
  transform: translate(0, -5px);
}

.breadcrumb-link {
  color: #faf9f3;
  border-bottom: 1px #f5f4ee;
  margin-top: 5px;
  padding: 4px 3px;
  text-decoration: none;
  display: inline-block;
}

.breadcrumb-link:hover {
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #335e5e;
}

.breadcrumb-link-diveder {
  color: #faf9f3;
  border-bottom: 1px #f5f4ee;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4px 3px;
  font-family: Oswald, sans-serif;
  text-decoration: none;
  display: inline-block;
}

.link-block {
  color: #243030;
  font-weight: 400;
  text-decoration: none;
}

.delaer-search-form {
  max-width: 290px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.dealer-select-city-link {
  color: #243030;
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Playfair Display;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
  display: block;
}

.uui-text-size-small-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-testimonial14_client-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.uui-testimonial14_customer-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-testimonial14_client-image-wrapper {
  margin-right: .75rem;
}

.uui-testimonial14_client {
  text-align: left;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-2.text-weight-medium {
  font-weight: 500;
}

.uui-testimonial14_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #fec84b;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.uui-testimonial14_rating-wrapper {
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.uui-testimonial14_content {
  width: 100%;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 2rem;
  text-decoration: none;
  display: inline-block;
}

.customer-feedback-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-toggle {
  color: #fff;
}

.dropdown-link, .dropdown-link-2 {
  max-width: 1340px;
}

.dropdown-link-3, .dropdown-link-4 {
  width: 100%;
}

.dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
  width: 600px;
}

.mega-menu-grid {
  width: 100%;
  grid-column-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.mega-menu-link-grid {
  grid-column-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
}

.mega-menu-icon {
  text-align: center;
}

.mega-menu-link {
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 6px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.mega-menu-link:hover {
  background-color: #f5f4ee;
}

.mega-menu-link-text-1 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.mega-menu-sub-text {
  font-size: 14px;
}

.dropdown-list {
  background-color: #c0b2b2;
}

.dropdown-list.w--open {
  z-index: 9999999;
  width: 600px;
  background-color: #fff;
  padding: 30px 20px;
  left: -95px;
}

.mega-menu-link-2 {
  color: #333;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.mega-menu-link-2:hover {
  background-color: #f5f4ee;
}

.mega-menu-image {
  margin-bottom: 10px;
}

.dropdown-toggle-6 {
  font-size: 18px;
  font-weight: 600;
}

.mega-menu-image-2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.text-block-3 {
  margin-bottom: 10px;
}

.dropdown-product {
  font-size: 18px;
  font-weight: 600;
}

.dropdown-list-product {
  background-color: #c0b2b2;
}

.dropdown-list-product.w--open {
  z-index: 9999999;
  width: 800px;
  background-color: #fff;
  padding: 30px 20px;
  left: -95px;
}

.product-mega-menu-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-title-h2-mmenu {
  color: #4f5252;
  margin-top: -16px;
  margin-bottom: 3px;
  padding-left: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.product-mmenu-text {
  padding-left: 12px;
  font-size: 14px;
  line-height: 22px;
}

.product-list-block-mmenu {
  color: #000;
  background-color: #f5f4f0;
  margin-top: 15px;
  padding: 10px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.product-list-block-mmenu:hover {
  transform: translate(0, -5px);
}

.main-title-1-megamenu {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 20px;
  font-weight: 400;
}

.menu-diveder {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Nunito, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: all .2s;
  display: none;
}

.menu-diveder:hover {
  border-bottom: 1px solid #fff;
}

.menu-diveder.w--current {
  color: #fff;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  p {
    font-size: 16px;
  }

  .nav-link {
    color: #243030;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link:hover {
    border-bottom-style: none;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    padding: 15px;
  }

  .nav-link-lang {
    float: none;
    color: #ecce20;
    margin-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .slider-content-box {
    width: 80%;
    margin-left: 40px;
    padding: 14px;
  }

  .main-product-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-title {
    font-size: 22px;
    line-height: 34px;
  }

  .select-field {
    width: 100%;
  }

  .main-about-link-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .statistics-text-2 {
    font-size: 22px;
    line-height: 33px;
  }

  .statistic-text-item {
    font-size: 18px;
    line-height: 22px;
  }

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

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

  .all-button {
    margin-top: 0;
  }

  .general-item-content {
    padding: 0;
  }

  .general-info-h3 {
    font-size: 18px;
  }

  .footer-about-block {
    width: 100%;
  }

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

  .sun-page-top {
    min-height: 300px;
  }

  .product-list-sub-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-grid {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .about-grid.last-grid {
    margin-bottom: 0;
  }

  .about-grid.last-grid.reverse-flex, .about-grid.reverse-flex {
    flex-direction: column-reverse;
    display: flex;
  }

  .about-title-big {
    font-size: 22px;
    line-height: 34px;
  }

  .about-title-medium {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 34px;
  }

  .about-content-2 {
    max-width: 100%;
  }

  .about-number-grid {
    grid-column-gap: 20px;
  }

  .number-text {
    font-size: 33px;
  }

  .about-grid-2 {
    grid-column-gap: 25px;
    grid-template-columns: 1fr;
  }

  .alkon-sign {
    font-size: 18px;
  }

  .about-link-text {
    font-size: 16px;
  }

  .dealer-grid {
    grid-column-gap: 18px;
    grid-template-columns: 2.75fr;
  }

  .city-item {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
  }

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

  .dealer-link {
    font-size: 18px;
  }

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

  .icon {
    font-size: 40px;
  }

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

  .about-value-list-grid {
    grid-column-gap: 18px;
    grid-template-columns: 1fr 1fr;
  }

  .history-item {
    width: 100%;
    padding: 13px;
  }

  .content-right-bar-grid {
    grid-template-columns: 1fr;
  }

  .project-title-other {
    font-size: 22px;
    line-height: 34px;
  }

  .project-button {
    padding-top: 20px;
  }

  .other-project-title {
    font-size: 22px;
    line-height: 34px;
  }

  .menu-button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding: 8px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .video-title {
    font-size: 22px;
    line-height: 34px;
  }

  .download-grid {
    grid-column-gap: 14px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .alkon-grid {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .alkon-title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 34px;
  }

  .bayilik-form-title {
    font-size: 22px;
    line-height: 34px;
  }

  .product-grid-1, .product-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-title-white, .product-title-center {
    font-size: 22px;
    line-height: 34px;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .product-list-grid-main {
    grid-template-columns: 1.25fr;
  }

  .delaer-search-form {
    max-width: 100%;
  }

  .dealer-select-city-link {
    color: #243030;
    background-image: url('../images/down.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 32px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 22px;
    line-height: 34px;
    text-decoration: none;
    display: block;
  }

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

  .mega-menu-icon {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }

  .mega-menu-link-text-1 {
    font-size: 14px;
  }

  .mega-menu-sub-text {
    font-size: 13px;
  }

  .dropdown-list.w--open {
    width: 320px;
    padding: 0 15px;
    left: 0;
  }

  .mega-menu-link-2, .mega-menu-image {
    display: none;
  }

  .dropdown-toggle-2, .dropdown-toggle-3, .dropdown-toggle-4 {
    display: block;
  }

  .dropdown-toggle-5 {
    width: 100%;
    color: #070707;
    font-weight: 600;
    display: block;
  }

  .dropdown-toggle-6 {
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .mega-menu-image-2, .city-list {
    display: none;
  }

  .dropdown-product {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-list-product.w--open {
    width: 320px;
    padding: 0 15px;
    left: 0;
  }

  .product-mega-menu-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-list-block-mmenu {
    padding: 3px;
  }

  .main-title-1-megamenu {
    display: none;
  }

  .menu-diveder {
    color: #243030;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .menu-diveder:hover {
    border-bottom-style: none;
  }
}

@media screen and (max-width: 767px) {
  .slider {
    min-height: 70vh;
  }

  .slider-content {
    min-height: 70vh;
    justify-content: flex-end;
  }

  .slider-content-box {
    width: 98%;
    margin-bottom: 40px;
    margin-left: 20px;
    padding: 15px;
  }

  .main-about-grid {
    grid-template-columns: 2.35fr;
  }

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

  .main-about-link-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .news-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

  .general-grid.reverse-general-grid, .general-grid.reverse-flex {
    flex-direction: column-reverse;
    display: flex;
  }

  .general-item-content {
    padding: 8px 13px;
  }

  .footer-grid {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .product-list-sub-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-grid-3 {
    grid-column-gap: 8px;
  }

  .project-grid {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .dealer-grid {
    grid-template-columns: 1.5fr;
  }

  .city-item {
    padding-bottom: 5px;
  }

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

  .about-value-list-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .history-item {
    width: 100%;
    margin-right: 10px;
    padding-left: 6px;
  }

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

  .video-title {
    margin-bottom: 0;
  }

  .project-grid-copy, .blog-list-grid {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

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

  .alkon-grid {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .alkon-title {
    font-size: 18px;
    line-height: 27px;
  }

  .product-grid-1, .product-grid-2 {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

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

  .product-contact-item-1, .product-contact-item-2, .product-contact-item-3 {
    min-height: 200px;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-testimonial08_divider {
    display: none;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-testimonial08_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial08_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-testimonial08_image-wrapper {
    width: 125%;
    margin-left: -12.5%;
  }

  .uui-testimonial08_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial08_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .product-list-grid-main {
    grid-template-columns: .75fr 1fr;
  }

  .dealer-select-city-link {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 27px;
  }

  .uui-testimonial14_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial14_client {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-testimonial14_content {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .top-bar-link {
    font-size: 14px;
  }

  .slider {
    min-height: 60vh;
  }

  .nav-menu {
    width: 100%;
  }

  .slider-content {
    min-height: 60vh;
  }

  .slider-content-box {
    margin-bottom: 111px;
    margin-left: 0;
    padding: 0;
  }

  .slider-h1 {
    font-size: 22px;
    line-height: 33px;
  }

  .slider-p, .main-p {
    font-size: 14px;
  }

  .main-product-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .main-title-1 {
    font-size: 22px;
    line-height: 33px;
  }

  .product-item {
    font-size: 14px;
  }

  .dealer-section {
    margin-top: 60px;
  }

  .main-about-link-grid {
    grid-column-gap: 17px;
    grid-template-columns: 1fr;
  }

  .about-link-item {
    padding: 15px;
  }

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

  .text-1 {
    font-size: 14px;
  }

  .statistics-text {
    font-size: 20px;
  }

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

  .media-galeri-link, .media-video-galeri-link {
    font-size: 18px;
  }

  .news-h2 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
  }

  .news-item-grid {
    grid-template-columns: 1.5fr;
  }

  .news-h3 {
    font-size: 14px;
  }

  .all-button {
    font-size: 16px;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .general-grid {
    margin-bottom: 20px;
  }

  .general-item-content {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .general-info-h3 {
    font-size: 16px;
    line-height: 23px;
  }

  .general-link-form-service {
    font-size: 16px;
  }

  .footer-h4 {
    font-size: 20px;
  }

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

  .footer-h4-2 {
    font-size: 16px;
  }

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

  .footer-title, .footer-link-contact {
    font-size: 16px;
  }

  .copyright-link {
    width: 100%;
    padding-left: 0;
  }

  .sun-page-top {
    min-height: 350px;
  }

  .product-list-sub-grid {
    grid-template-columns: 1fr;
  }

  .about-title-medium {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .about-header {
    min-height: 70vh;
  }

  .about-content-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bold-text {
    line-height: 24px;
  }

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

  .number-text {
    font-size: 26px;
    line-height: 34px;
  }

  .nuber-text-2 {
    font-size: 16px;
  }

  .about-grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .city-item {
    padding-bottom: 5px;
  }

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

  .dealer-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dealer-name {
    color: #fff;
    font-family: Playfair Display;
    font-size: 16px;
    font-weight: 600;
  }

  .dealer-link {
    font-size: 16px;
    font-weight: 400;
  }

  .icon {
    color: #fff;
    font-size: 34px;
  }

  .history-section {
    padding-top: 20px;
  }

  .history-item {
    width: 100%;
  }

  .about-header3, .about-header2-copy {
    min-height: 350px;
  }

  .project-gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr 1fr;
  }

  .other-project-grid {
    grid-template-columns: 2fr;
  }

  .project-title-other {
    font-size: 15px;
  }

  .sun-page-top2 {
    min-height: 250px;
  }

  .other-project-title {
    font-size: 18px;
    line-height: 27px;
  }

  .menu-button {
    padding: 10px;
  }

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 11px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .text-block {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .download-grid {
    grid-row-gap: 13px;
    grid-template-columns: 1fr 1fr;
  }

  .field-label, .select-field-2 {
    font-size: 14px;
  }

  .dealer-title-2 {
    font-size: 18px;
  }

  .alkon-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 23px;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .product-title-detail {
    font-size: 26px;
    line-height: 33px;
  }

  .product-title-text {
    font-size: 16px;
  }

  .main-product-section2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-grid-3 {
    grid-template-columns: 1.75fr;
  }

  .grid-item-product {
    font-size: 14px;
  }

  .grid-item-product-mage {
    text-align: left;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 23px;
  }

  .bold-text-2 {
    font-size: 18px;
  }

  .product-section-4 {
    background-image: linear-gradient(to bottom, null, null), url('../images/contemporary-building-with-glass-facade.jpg');
    background-position: 0 0, 50%;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .product-title-white {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .product-text-white {
    font-size: 16px;
    line-height: 24px;
  }

  .product-tech-title, .product-tech-title-2 {
    font-size: 14px;
  }

  .product-title-center {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .product-tech-grid-block {
    overflow: auto;
  }

  .download-link {
    font-size: 14px;
    line-height: 20px;
  }

  .download-link-h1 {
    font-size: 16px;
  }

  .product-menu-link {
    border-right: 1px #748092;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    display: inline-block;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .paragraph-7 {
    font-size: 20px;
  }

  .uui-testimonial08_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

  .uui-testimonial08_image-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .product-list-grid-main {
    grid-template-columns: 1.5fr;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 24px;
  }

  .main-link-item {
    font-size: 14px;
  }

  .dealer-select-city-link {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 23px;
  }

  .dropdown-list.w--open {
    padding: 0 2px;
  }

  .dropdown-toggle-2 {
    font-weight: 600;
  }

  .dropdown-list-product.w--open {
    padding: 0 2px;
  }

  .main-title-1-megamenu {
    font-size: 22px;
    line-height: 33px;
  }
}

#w-node-a30aa5f1-c6a8-adf1-8cc6-b4cdb2f9c541-fd926d62, #w-node-_31af1554-1df9-d7a6-7a25-4e3ada9406f3-fd926d62, #w-node-_1910c030-643f-040e-7646-e69ab5007e79-fd926d62, #w-node-ffba4be5-42b6-8650-83d9-2946c7fa7002-fd926d62, #w-node-ffba4be5-42b6-8650-83d9-2946c7fa7004-fd926d62, #w-node-_1a3db9aa-e510-faa9-2e75-2ae0e92c656b-fd926d62, #w-node-_1a3db9aa-e510-faa9-2e75-2ae0e92c656d-fd926d62, #w-node-cdda7acb-47cc-18c2-8e5f-2839509b67fd-fd926d62, #w-node-cdda7acb-47cc-18c2-8e5f-2839509b6806-fd926d62, #w-node-cdda7acb-47cc-18c2-8e5f-2839509b6808-fd926d62, #w-node-_92b9986d-b1ce-d75e-23fa-c35f81484e70-fd926d62, #w-node-_92b9986d-b1ce-d75e-23fa-c35f81484e79-fd926d62, #w-node-_92b9986d-b1ce-d75e-23fa-c35f81484e7b-fd926d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a06a2c37-62ed-845d-af06-daa127aea3cb-fd926d62 {
  grid-area: 2 / 2 / 4 / 4;
}

#w-node-a06a2c37-62ed-845d-af06-daa127aea3cc-fd926d62 {
  grid-area: 4 / 1 / 6 / 3;
}

#w-node-a06a2c37-62ed-845d-af06-daa127aea3cd-fd926d62 {
  grid-area: 4 / 3 / 7 / 5;
}

#w-node-a06a2c37-62ed-845d-af06-daa127aea3ce-fd926d62 {
  grid-area: 4 / 5 / 6 / 7;
}

#w-node-a06a2c37-62ed-845d-af06-daa127aea3cf-fd926d62 {
  grid-area: 1 / 4 / 4 / 6;
}

#w-node-_1a5ccb6a-0d27-8851-b4bc-fabdc6c9d1c2-fd926d62, #w-node-_52dd1ce0-d369-7d4e-db9e-6da685335ee6-fd926d62, #w-node-_35c4b8a8-0cab-a0d6-0918-36dcdf2c9d27-fd926d62, #w-node-_9bbb52e9-12b6-eff1-66f8-ecb499e46c65-fd926d62, #w-node-_14453d86-ad94-eb35-1368-e5e4cba1554f-fd926d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7ae9684-748d-01e7-1495-d8c281902e91-fd926d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_34d9cde8-de0f-e87b-68d0-79038f0ec28d-fd926d62, #w-node-d3b95961-623e-381d-e0e1-1ce4097faf16-fd926d62, #w-node-_351b04b5-e037-841d-7df8-639f9662e58d-fd926d62, #w-node-_8a434328-6ddb-7748-ebc1-7136c17235d2-fd926d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_523e3789-c354-6f81-bb0b-14a3ccb89cc5-fd926d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_095cc70e-4349-4b90-280b-e6a644df5e1b-fd926d62, #w-node-_9fb64873-cb1b-8e6d-2914-163c36425cf4-fd926d62, #w-node-ea8dd598-0282-e986-cddb-dae3074815ef-fd926d62, #w-node-f980b833-5944-4550-d496-481942ee4e3e-fd926d62, #w-node-_9de5adfc-ce41-d885-2fb7-d525f241316a-fd926d62, #w-node-_411ffbd6-ebde-8904-59cf-542fa9255b95-fd926d62, #w-node-_988f9ba5-2a8b-d7cb-faf0-cd689303887f-fd926d62, #w-node-_28a023f5-8a99-fd72-15ce-2899b4c900a7-fd926d62, #w-node-_28a023f5-8a99-fd72-15ce-2899b4c900a9-fd926d62, #w-node-_28a023f5-8a99-fd72-15ce-2899b4c900ab-fd926d62, #w-node-_83ee5696-7e5c-1854-924d-d3913cc89149-fd926d62, #w-node-_83ee5696-7e5c-1854-924d-d3913cc8914b-fd926d62, #w-node-_83ee5696-7e5c-1854-924d-d3913cc8914d-fd926d62, #w-node-_0e5d95bc-1798-08c4-20cb-b96319a56aec-fd926d62, #w-node-_0e5d95bc-1798-08c4-20cb-b96319a56aee-fd926d62, #w-node-_0e5d95bc-1798-08c4-20cb-b96319a56af0-fd926d62, #w-node-_877ece9e-95db-c5f0-3651-1eec5e988a9d-fd926d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf4e1c15-7ead-e6b1-a8fd-0913eb3e516c-fd926d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cf4e1c15-7ead-e6b1-a8fd-0913eb3e516d-fd926d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_599b2d6a-4394-f48b-a0a7-a70e595232a7-fd926d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8dcf5be9-17b7-2e37-a69a-1815d55ba8cd-fd926d62, #w-node-_9ed37922-e333-742b-a6fc-7eef37c9b0d6-fd926d62, #w-node-_1c8fcbeb-efda-cf1e-3e8c-ed3d83fa1cf6-fd926d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d09c904-46ca-e85d-0f17-b256e686e73d-fd926d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7d09c904-46ca-e85d-0f17-b256e686e73e-fd926d62, #w-node-_218af6c1-d6d8-d292-aded-2149d7526b43-d7526b3b, #w-node-_218af6c1-d6d8-d292-aded-2149d7526b52-d7526b3b, #w-node-_218af6c1-d6d8-d292-aded-2149d7526b65-d7526b3b, #w-node-_218af6c1-d6d8-d292-aded-2149d7526b6e-d7526b3b, #w-node-_218af6c1-d6d8-d292-aded-2149d7526b83-d7526b3b, #w-node-fecf40e1-eef9-0753-8d6d-62e48f11f0fc-6c09d406, #w-node-fecf40e1-eef9-0753-8d6d-62e48f11f0fd-6c09d406, #w-node-fecf40e1-eef9-0753-8d6d-62e48f11f0fe-6c09d406, #w-node-_1cabbcab-1f4c-0d82-8318-f97d07c02690-6c09d406, #w-node-_1cabbcab-1f4c-0d82-8318-f97d07c02691-6c09d406, #w-node-_1cabbcab-1f4c-0d82-8318-f97d07c02692-6c09d406, #w-node-_3d4251a2-cd6d-a57d-f5cb-d6c0c01efdb0-6c09d406, #w-node-_3d4251a2-cd6d-a57d-f5cb-d6c0c01efdb1-6c09d406, #w-node-_3d4251a2-cd6d-a57d-f5cb-d6c0c01efdb2-6c09d406, #w-node-_13f64d51-84f1-6170-e58a-e5a6896a865e-6c09d406, #w-node-_13f64d51-84f1-6170-e58a-e5a6896a865f-6c09d406, #w-node-_13f64d51-84f1-6170-e58a-e5a6896a8660-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf02d4-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf02d7-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf02d9-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf02e0-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf02e2-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf02e9-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf02eb-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf02f2-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf02f4-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf02fb-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf02fd-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf0304-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf0306-6c09d406, #w-node-f1f80006-4b88-aaf4-700d-c390f1cf030b-6c09d406, #w-node-_96e6017f-6c72-58db-2e25-893df8a4c9b2-60c83cb3, #w-node-_0a359c19-affb-1585-d480-c7f426ba4601-60c83cb3, #w-node-_37fbd944-8c87-ef86-e3c1-72d5e6d18dab-60c83cb3, #w-node-a1be4ffa-5c16-d539-dca1-ff1f81130297-60c83cb3, #w-node-a1be4ffa-5c16-d539-dca1-ff1f81130298-60c83cb3, #w-node-a1be4ffa-5c16-d539-dca1-ff1f81130299-60c83cb3, #w-node-a02c2ff5-4238-a943-3379-8e4b82bc27e3-60c83cb3, #w-node-a02c2ff5-4238-a943-3379-8e4b82bc27e4-60c83cb3, #w-node-a02c2ff5-4238-a943-3379-8e4b82bc27e5-60c83cb3, #w-node-_80e7ca01-4aad-1057-960e-f5c17999256e-60c83cb3, #w-node-_80e7ca01-4aad-1057-960e-f5c17999256f-60c83cb3, #w-node-_80e7ca01-4aad-1057-960e-f5c179992570-60c83cb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7c1e4aa-8d69-76f1-1ae2-de199629ab88-5e55fab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b63ca411-a794-dd5f-7962-bfa660b80d68-5e55fab1, #w-node-_029b1766-a64f-3dd9-38f8-cf79e9c61d6c-5e55fab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_029b1766-a64f-3dd9-38f8-cf79e9c61d73-5e55fab1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dbb4f914-6327-737a-ea12-52849d7c4d6f-5e55fab1, #w-node-_951e85c4-7777-958e-3fb2-923e76482267-5e55fab1, #w-node-_96323abe-16df-fbdc-a4dc-4725cc08c765-5e55fab1, #w-node-_8fa7be91-054a-c271-b254-42288b91a177-5e55fab1, #w-node-_2863b767-f85a-63c4-c101-c62231af2fdf-5e55fab1, #w-node-_9bd00094-7e00-64ec-cb45-a98ac723a946-c723a943, #w-node-_9bd00094-7e00-64ec-cb45-a98ac723a94a-c723a943, #w-node-_9bd00094-7e00-64ec-cb45-a98ac723a94e-c723a943, #w-node-_9bd00094-7e00-64ec-cb45-a98ac723a952-c723a943, #w-node-_9bd00094-7e00-64ec-cb45-a98ac723a956-c723a943, #w-node-_7b58f995-958a-5169-215b-ec7bbbf548ae-409cdd81, #w-node-af414eea-3a1e-2b89-ad05-28cd31a27439-409cdd81, #w-node-_3604bdb1-ffeb-8303-3b4f-b47348d0659a-409cdd81, #w-node-c6dfac58-1aa2-7345-90be-13a27f4c7115-409cdd81, #w-node-ab60daca-27df-9cc8-ae0c-fa790f4d4349-409cdd81, #w-node-e790e69f-1035-473c-fc42-ca1291a3f4cc-409cdd81, #w-node-a8c07ce9-39a9-1219-6df0-226e5fc1cd2b-409cdd81, #w-node-_2a413d0d-9782-1a61-ac9e-f5f2d4eb36bc-409cdd81, #w-node-_77c81197-0b78-4ff6-78fb-980ed81cc42b-ab6c587a, #w-node-_2835dc8c-171b-32c5-0983-6da81886f6b1-ab6c587a, #w-node-_17b6d303-7e7c-0ba8-9d0b-0887883edcee-ab6c587a, #w-node-_2d75efef-ae96-486b-f029-aa29e3e2e127-ab6c587a, #w-node-_79e7e40c-474e-6a66-17f3-949c9bff98ba-ab6c587a, #w-node-_93ec2f94-0e9b-36f3-5ba7-c9b23ceff77a-ab6c587a, #w-node-b3e3244e-cd3b-2989-a6f3-934ec1e9b986-ab6c587a, #w-node-_5ff48b81-e80d-bd2a-9f3a-9d6f88511121-ab6c587a, #w-node-_5fb07066-72e5-8118-ad2a-7d87e944691b-ab6c587a, #w-node-e42e235e-456d-855e-5b3d-26001f3545b5-710b8f75, #w-node-ead6f7f1-e95e-e9ca-0f13-3bc47b97ff51-d5aebb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ead6f7f1-e95e-e9ca-0f13-3bc47b97ff53-d5aebb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ead6f7f1-e95e-e9ca-0f13-3bc47b97ff54-d5aebb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6365365c-71f9-b7fe-fb9e-402f6106dc78-d5aebb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6365365c-71f9-b7fe-fb9e-402f6106dc79-d5aebb83, #w-node-_6365365c-71f9-b7fe-fb9e-402f6106dc76-d5aebb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69daeb40-97fb-6c9f-41c0-f6297c1ae36a-d5aebb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bd1e0149-3339-7697-8aef-e19f1328b7e6-d5aebb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58a419bf-accb-9d66-865f-a37bfaf31012-d5aebb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_58a419bf-accb-9d66-865f-a37bfaf31013-d5aebb83, #w-node-_58a419bf-accb-9d66-865f-a37bfaf3101c-d5aebb83, #w-node-_44113fa9-638f-6ec4-42bd-2baf9e837ce9-d5aebb83, #w-node-_198e9b8c-d066-c4a5-e809-c5ae642dd8e6-d5aebb83, #w-node-_8b7d6c91-3d0c-40ff-8f99-318509a8ae16-d5aebb83, #w-node-_7de01470-7311-153c-844f-b10e462a655b-d5aebb83, #w-node-_155e110b-8731-e733-7ca3-486b2bff9019-d5aebb83, #w-node-_20788423-6747-c75b-0da4-580e4d156aee-d5aebb83, #w-node-a4918e45-9f0b-50fe-49ef-fb2f1188a4e3-d5aebb83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7c1e4aa-8d69-76f1-1ae2-de199629ab88-578fc336 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b63ca411-a794-dd5f-7962-bfa660b80d68-578fc336, #w-node-_029b1766-a64f-3dd9-38f8-cf79e9c61d6c-578fc336 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_029b1766-a64f-3dd9-38f8-cf79e9c61d73-578fc336 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8c8b170c-6786-5acd-7c74-83f58cbf39ba-578fc336, #w-node-_8c8b170c-6786-5acd-7c74-83f58cbf39c1-578fc336, #w-node-_8c8b170c-6786-5acd-7c74-83f58cbf39c8-578fc336, #w-node-_8c8b170c-6786-5acd-7c74-83f58cbf39cf-578fc336, #w-node-b7cd4c46-1671-7c0a-5978-f7662a35dcc1-3c57f6be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7c1e4aa-8d69-76f1-1ae2-de199629ab88-3b9f7aa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b63ca411-a794-dd5f-7962-bfa660b80d68-3b9f7aa5, #w-node-_029b1766-a64f-3dd9-38f8-cf79e9c61d6c-3b9f7aa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_029b1766-a64f-3dd9-38f8-cf79e9c61d73-3b9f7aa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8c8b170c-6786-5acd-7c74-83f58cbf39ba-3b9f7aa5, #w-node-_8c8b170c-6786-5acd-7c74-83f58cbf39c1-3b9f7aa5, #w-node-_8c8b170c-6786-5acd-7c74-83f58cbf39c8-3b9f7aa5, #w-node-_8c8b170c-6786-5acd-7c74-83f58cbf39cf-3b9f7aa5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7c1e4aa-8d69-76f1-1ae2-de199629ab88-119f9c21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_068b3208-817c-3b96-1c72-a82dfe2b26cf-119f9c21, #w-node-_029b1766-a64f-3dd9-38f8-cf79e9c61d6c-119f9c21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_029b1766-a64f-3dd9-38f8-cf79e9c61d73-119f9c21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8c8b170c-6786-5acd-7c74-83f58cbf39ba-b83e18a6, #w-node-_8c8b170c-6786-5acd-7c74-83f58cbf39c1-b83e18a6, #w-node-_8c8b170c-6786-5acd-7c74-83f58cbf39c8-b83e18a6, #w-node-_8c8b170c-6786-5acd-7c74-83f58cbf39cf-b83e18a6, #w-node-_1c907cb8-eaf2-582c-f29c-6ee3c6f8bbcc-0df27d41, #w-node-eb7d4a75-7bc4-751c-1f30-a7d2e9b1b8a0-0df27d41, #w-node-bd9c5ce5-f9ad-19d3-2ab6-0d491653d710-0df27d41, #w-node-dffadd32-da44-0b26-c9cb-a406c6fcf085-0df27d41, #w-node-eb9cc5b4-0439-49ef-675e-503169b9c8ed-0df27d41, #w-node-_7aab3277-c1db-578b-1f27-96b9122c1d3f-0df27d41, #w-node-_1f6e60f0-82d6-9b7f-b8f6-f8be4c70d7e4-0df27d41, #w-node-_005caf9d-364f-2cec-d64f-3d22f2496bcf-0df27d41, #w-node-_4fac0f32-5dc9-effd-c963-4cb5907fbd19-0df27d41, #w-node-df752765-ef5a-8b1a-56a8-44d98168f08a-0df27d41, #w-node-_19f0dcdd-9e81-c814-d422-12c4ed21577b-0df27d41, #w-node-eb7593eb-f9ee-5173-a1b0-02957b935201-6ba629fa, #w-node-eb7593eb-f9ee-5173-a1b0-02957b935203-6ba629fa, #w-node-eb7593eb-f9ee-5173-a1b0-02957b935205-6ba629fa, #w-node-eb7593eb-f9ee-5173-a1b0-02957b935207-6ba629fa, #w-node-eb7593eb-f9ee-5173-a1b0-02957b935209-6ba629fa, #w-node-eb7593eb-f9ee-5173-a1b0-02957b93520b-6ba629fa, #w-node-eb7593eb-f9ee-5173-a1b0-02957b93520d-6ba629fa, #w-node-eb7593eb-f9ee-5173-a1b0-02957b93520f-6ba629fa, #w-node-ccf8a37c-12ac-fd33-6425-21c164dc6a6f-6ba629fa, #w-node-ece8d2de-96b4-d4bd-90fe-4c71393e434a-6ba629fa, #w-node-_1bb5cf1b-49fd-e79e-f726-1604da775249-6ba629fa, #w-node-_89eef157-3ba8-3a8d-7506-8f914c6d9c43-6ba629fa, #w-node-_8323a71e-164f-cdc8-1f68-aef50a86ad7c-6ba629fa, #w-node-_1a5c5d5d-d5e3-bdf8-ec9b-4f18ef58b660-6ba629fa, #w-node-aff7502a-a3e6-e5fc-8d55-002a065ae260-6ba629fa, #w-node-_2b3ce2fe-948a-9968-daf0-3ccd5841ab4d-a1eb098e, #w-node-_19dc9772-ed6e-6416-1d0e-b85d65fc10a2-a1eb098e, #w-node-_262f6173-f7f4-d3ab-3707-bbb6c78e5a02-a1eb098e, #w-node-fd48ebf6-f430-7e46-228d-e926f56fd70f-a1eb098e, #w-node-_9cd3e4e0-27a6-bbfa-2be3-04816e87a979-a1eb098e, #w-node-_85c841c4-0b96-2f3f-3cf6-8ef4fba013ec-a1eb098e, #w-node-a99e0f5b-749f-f363-9bc5-4f2951aecde6-b4d03e5a, #w-node-a99e0f5b-749f-f363-9bc5-4f2951aecdf4-b4d03e5a, #w-node-a99e0f5b-749f-f363-9bc5-4f2951aecdf6-b4d03e5a, #w-node-a99e0f5b-749f-f363-9bc5-4f2951aecdf8-b4d03e5a, #w-node-a99e0f5b-749f-f363-9bc5-4f2951aecdfa-b4d03e5a, #w-node-a99e0f5b-749f-f363-9bc5-4f2951aecdfc-b4d03e5a, #w-node-a99e0f5b-749f-f363-9bc5-4f2951aecdfe-b4d03e5a, #w-node-a99e0f5b-749f-f363-9bc5-4f2951aece00-b4d03e5a, #w-node-a99e0f5b-749f-f363-9bc5-4f2951aece02-b4d03e5a, #w-node-a99e0f5b-749f-f363-9bc5-4f2951aece09-b4d03e5a, #w-node-a99e0f5b-749f-f363-9bc5-4f2951aece0b-b4d03e5a, #w-node-_348f409e-dcf5-2c27-dfea-c34a94c65e8f-8a55bc3e, #w-node-_348f409e-dcf5-2c27-dfea-c34a94c65e96-8a55bc3e, #w-node-_348f409e-dcf5-2c27-dfea-c34a94c65e9d-8a55bc3e, #w-node-_348f409e-dcf5-2c27-dfea-c34a94c65ea4-8a55bc3e, #w-node-_751553e3-0581-a6d6-dd10-868b4f2ae71c-8a55bc3e, #w-node-_49a0c53b-044a-e1b4-b784-9a7db93d7ff8-8a55bc3e, #w-node-_59176027-7adb-c22d-d987-989c4a49da35-8a55bc3e, #w-node-d90ace97-0f80-28d3-fdb0-6ed850281866-8a55bc3e, #w-node-_256ae448-0dd4-a6f0-965f-3971f6027cf3-8a55bc3e, #w-node-d2be1875-51d1-5edf-803a-60de7df7c511-8a55bc3e, #w-node-e75c714d-a9b8-d8dc-9a07-4bce4428bacf-8a55bc3e, #w-node-_7f9270e9-884b-a594-6929-e8d6efcc1dbd-8a55bc3e, #w-node-_31fbff5f-865b-cad0-6e8c-e02753f2b1c2-98fbbdb1, #w-node-_702666c1-b364-3285-9c62-b9c67aa10283-98fbbdb1, #w-node-eee30ece-1f65-282f-eb8c-07ada6a1d9ec-98fbbdb1, #w-node-_90fc60d0-cd9b-023c-fa60-80d2a9c64917-98fbbdb1, #w-node-fa9779fe-b8fc-a961-5866-7978022124e0-98fbbdb1, #w-node-dc8848a6-921d-449d-0018-cd787b3682c6-98fbbdb1, #w-node-_9129e3eb-fc92-31b4-2369-a16c49df7772-98fbbdb1, #w-node-e42e235e-456d-855e-5b3d-26001f3545b5-c628540f, #w-node-_16f5d1f0-5af8-78f9-0d5f-b95dd5e5bec5-c628540f, #w-node-_16f5d1f0-5af8-78f9-0d5f-b95dd5e5bed5-c628540f, #w-node-_8402e8d5-5566-a0c7-0bf6-51a0c655c4bc-c628540f, #w-node-_8402e8d5-5566-a0c7-0bf6-51a0c655c4bd-c628540f, #w-node-ffbd2197-d676-58f6-c6ec-078e79fa4a6c-c628540f, #w-node-ffbd2197-d676-58f6-c6ec-078e79fa4a6d-c628540f, #w-node-e31cfb11-62f1-0117-a384-84846c996e3e-7a0757f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7c1e4aa-8d69-76f1-1ae2-de199629ab88-e23813da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b63ca411-a794-dd5f-7962-bfa660b80d68-e23813da, #w-node-_029b1766-a64f-3dd9-38f8-cf79e9c61d6c-e23813da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_029b1766-a64f-3dd9-38f8-cf79e9c61d73-e23813da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-a06a2c37-62ed-845d-af06-daa127aea3d0-fd926d62 {
    order: -9999;
  }
}


