@font-face {
  font-family: Prata tr;
  src: url('../fonts/Prata-Regular_TR.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lexend;
  src: url('../fonts/Lexend-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lexend;
  src: url('../fonts/Lexend-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lexend;
  src: url('../fonts/Lexend-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lexend;
  src: url('../fonts/Lexend-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-goldenrod: #c19a57;
  --dark-blue: #202330;
}

.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: Lexend, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.brand {
  flex: 0 auto;
  align-self: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar-right-contents {
  align-items: center;
  display: block;
}

.navigation {
  z-index: 999;
  background-color: #c19a57;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  box-shadow: 1px 1px 10px #0000001a;
}

.icon-embed-xxsmall {
  color: #c19a57;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar-justify-between {
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.introduction-spotlight {
  color: #202330;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 20px;
  font-family: Prata tr, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.background-video {
  background-image: none;
  height: 100%;
}

.slider-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.omerli-co {
  color: #fff;
}

.video-section {
  z-index: 0;
}

.home-category-name {
  color: #fff;
  letter-spacing: 1px;
  font-family: Lexend, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.footer-collumn {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-category-grid {
  z-index: 10;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 100%;
  display: grid;
  position: relative;
}

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

.footer-links {
  justify-content: space-between;
  display: flex;
}

.footer-links.last {
  margin-top: 10px;
}

.reservation-image-wrapper {
  height: 500px;
  padding-left: 100px;
}

.footer-collumn-02 {
  justify-content: flex-end;
  display: flex;
}

.main-logotype {
  width: 118px;
  height: 60px;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  display: flex;
}

.navbar.collapsed-navbar {
  min-height: 100px;
  position: static;
}

.footer-header-tiny {
  color: #c19a57;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.main-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.main-section.image {
  height: 600px;
  padding-top: 0;
  padding-bottom: 0;
}

.main-section.gold {
  background-color: #c19a571a;
  padding-top: 100px;
  padding-bottom: 100px;
}

.main-section.page-introduction-image {
  background-image: none;
  height: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.main-section.map {
  padding-bottom: 0;
}

.explore {
  z-index: 1;
  color: #c19a57;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/63d2ee40610cc49e9223fed8_navigate_next_black_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 1px solid #c19a57;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transition: padding .3s ease-out, background-position .3s;
  position: relative;
}

.explore:hover {
  background-image: url('../images/63d2ee40610cc49e9223fed8_navigate_next_black_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  border-bottom-color: #c19a57;
  padding-right: 2em;
}

.footer-header {
  color: #c19a57;
  text-align: left;
  letter-spacing: 1px;
  width: 80%;
  margin-bottom: 60px;
  font-family: Prata tr, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-header.tr {
  width: 90%;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-menu.collapsed-nav-menu {
  justify-content: flex-start;
  margin-left: 0;
}

.nav-menu.full-height-menu {
  color: #fff;
  text-align: left;
  background-color: #202330;
  background-image: url('../images/mare-pattern-blue.svg'), linear-gradient(#202330, #202330);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: 3em, auto;
  min-width: 50vw;
  max-height: 100vh;
  position: fixed;
  inset: 0%;
}

.vertical-seperator {
  opacity: .3;
  background-color: #fff;
  width: 1px;
  height: 60px;
}

.slider19_item {
  flex: none;
  width: 280px;
  height: 440px;
  margin-right: 2rem;
  position: relative;
}

.slider19_item.wide {
  width: 500px;
  height: 300px;
}

.lottie-animation {
  height: 70px;
}

.lottie-animation.tiny {
  width: 45px;
  height: 45px;
}

.slider19_owl-prev {
  cursor: pointer;
  background-color: #0000;
  border: 1.5px solid #c19a57;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  margin-right: 5px;
  display: flex;
}

.slider19_custom-js-embed {
  display: none;
}

.sm-topic-title {
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 28px;
  font-weight: 200;
  line-height: 1;
}

.sm-topic-title:hover {
  color: #c19a57;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slider19_nav-container {
  z-index: 2;
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.social-button-link {
  z-index: 5;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
}

.section-header {
  color: #202330;
  text-align: left;
  letter-spacing: 1px;
  font-family: Prata tr, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.main-circular-button {
  z-index: 1;
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #c19a57;
  border-radius: 1000px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 12px;
  transition: background-color .6s, box-shadow .4s;
  position: relative;
}

.main-circular-button:hover {
  z-index: 99;
  background-color: #2b2f3a;
  background-image: none;
  border-color: #484e53;
}

.main-circular-button.book {
  z-index: 99999999;
  border: 3px solid var(--dark-goldenrod);
  background-color: var(--dark-blue);
  letter-spacing: 2px;
  flex-direction: column;
  align-items: flex-start;
  height: 70px;
  margin-bottom: 15px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.main-circular-button.cta {
  background-color: var(--dark-blue);
  flex-direction: column;
  align-items: flex-start;
  height: 60px;
  padding: 0 34px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.signature {
  opacity: .49;
  font-size: 14px;
  line-height: 22px;
}

.cta-header {
  color: #202330;
  text-align: left;
  letter-spacing: 1px;
  font-family: Prata tr, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.slider19_custom-css-embed {
  display: none;
}

.link {
  z-index: 1;
  color: #c19a57;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/63d2ee40610cc49e9223fed8_navigate_next_black_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 1px solid #c19a57;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 16px 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transition: padding .3s ease-out, background-position .3s;
  position: relative;
}

.link:hover {
  background-image: url('../images/63d2ee40610cc49e9223fed8_navigate_next_black_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  border-bottom-color: #c19a57;
  padding-right: 2em;
}

.slider19_owl-next {
  cursor: pointer;
  background-color: #0000;
  border: 1.5px solid #c19a57;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 2.375rem;
  margin-left: 5px;
  display: flex;
}

.introduction-tiny-spotlight {
  color: #202330;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.3;
}

.image-animation-trigger {
  background-color: #c19a5733;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.footer-collumn-01 {
  align-items: center;
  display: flex;
}

.full-height-menu-contents {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding: 60px 100px;
  display: flex;
  position: absolute;
}

.slider19_main-wrapper {
  margin-right: -100%;
  overflow: hidden;
}

.wrapper {
  text-align: center;
}

.aside-link {
  z-index: 10;
  color: #dde1e6;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  position: relative;
}

.aside-link:hover {
  color: #fff;
}

.footer-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.menu-button {
  z-index: 0;
  flex-direction: row;
  display: flex;
}

.menu-button.w--open {
  background-color: #0000;
}

.hero-5-background {
  z-index: 1;
  height: 600px;
  position: absolute;
  inset: 0% 0% auto;
}

.introductioncontainer {
  z-index: 10;
  text-align: center;
  align-items: flex-end;
  max-width: 1100px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  background-color: #202330;
  background-image: url('../images/mare-pattern-blue.svg');
  background-position: 50%;
  background-size: 3em;
  padding-top: 100px;
  padding-bottom: 60px;
  overflow: hidden;
}

.full-menu-wrapper {
  z-index: 10;
  border-left: 2px solid #c19a57;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  padding-left: 20px;
  display: flex;
}

.language-link {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}

.social-icon {
  z-index: 2;
  background-color: #fff3;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .6s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-icon:hover {
  background-color: #c19a57;
}

.social-icon-wrapper {
  display: flex;
}

.footer10_social-icon {
  color: #fff;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.full-height-menu-cross {
  z-index: 999;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 72px;
  left: 50vw;
  transform: translate(-96px);
}

.slider19_component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider19_component.owl-carousel.owl-theme {
  place-content: space-around flex-start;
  align-items: stretch;
}

.section-spotlight {
  color: #202330;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.3;
}

.text-field {
  color: #202330;
  letter-spacing: .2px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 100px;
  height: 60px;
  margin-bottom: 0;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 400;
}

.slider19_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
}

.paragraph.with-margins {
  margin-right: 20px;
  text-decoration: underline;
}

.reservation-section {
  background-color: #c19a571a;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.home-category-link {
  text-align: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  transition: border-width .6s;
}

.home-category-link:hover {
  border-bottom: 10px solid #c19a57;
}

.home-category-link.hide {
  display: block;
}

.menu-button-image {
  width: 25px;
  height: 25px;
}

.slide-img-overlay {
  z-index: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#20233000 30%, #202330);
  width: 100%;
  height: 100%;
  position: absolute;
}

.card-header {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Prata tr, Palatino Linotype, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.main-container {
  max-width: 1100px;
  overflow: visible;
}

.full-menu-logotype {
  height: 80px;
}

.cover-image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.navbar-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.copyright-text {
  font-size: 14px;
  line-height: 22px;
}

.cta-spotlight {
  color: #202330;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.3;
}

.seperator {
  background-color: #c19a57;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

._30px-space {
  height: 30px;
}

.arrow-wrapper {
  justify-content: center;
  display: flex;
}

.bg-for-animation {
  z-index: 20;
  background-color: #c19a57f2;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-4, .link-5 {
  color: #fff;
}

.page-introduction-spotlight {
  color: #202330;
  text-align: left;
  letter-spacing: 1px;
  width: 100%;
  font-family: Prata tr, Palatino Linotype, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

.page-introduction-spotlight.short {
  width: 80%;
}

.paragraph-space {
  height: 60px;
}

.main-paragraph {
  color: var(--dark-blue);
  letter-spacing: .3px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
}

.page-introduction-header-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 1100px;
  height: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-header {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  align-items: flex-end;
  margin-bottom: 60px;
  font-family: Prata tr, Palatino Linotype, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.page-introduction-image {
  background-color: #0000;
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/About-Main-Image.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.page-introduction-image.contact {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/About-Main-Image.webp');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-introduction-image.deluxe-suite {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Deluxe-Suite-Main-Image.webp');
}

.page-introduction-image.executive-suite {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Executive-Suite-Main-Image.webp');
}

.page-introduction-image.premium-suite {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Premium-Residence-Main-Image.webp');
}

.page-introduction-image.king-suite {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/King-Suite-Main-Image.webp');
}

.page-introduction-image.residences {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Residences-Main-Image.webp');
}

.page-introduction-image.villas {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Villas-Main-Image.webp');
}

.page-introduction-image.restaurant {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Restaurant-Main-Image.webp');
}

.page-introduction-image.spa {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Spa-Main-Image.webp');
}

.page-introduction-image.premium-residence {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Premium-Suite-Main-Image.webp');
}

.page-introduction-image.events {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Event-Second-Image.webp');
}

.page-introduction-image.experiences {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Experiences-Main-Image.webp');
}

.page-introduction-image.tastes-of-turkiye {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Tastes-of-Türkiye-Main-Image.webp');
}

.page-introduction-image.world-massages {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/World-Massages-Main-Image.webp');
}

.page-introduction-image.honeymoon {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Top-Notch-Honeymoon-Main-Image.webp');
}

.page-introduction-image.outdoor-wedding {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Outdoor-Wedding-Main-Image.webp');
}

.page-introduction-image.signature-drinks {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Signature-Drinks-Main-Image.webp');
}

.page-introduction-image.aegean-lifestyle {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Experiences-Main-Image.webp');
}

.card-name {
  color: #202330;
  text-align: center;
  letter-spacing: 1px;
  font-family: Prata tr, Palatino Linotype, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.card-wide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 2fr 1fr;
}

.card-text {
  color: #202330;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
}

.card-image {
  height: 400px;
}

.card-content {
  background-color: #c19a571a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.card-space {
  height: 50px;
}

.tiny-header {
  border-bottom: 1px solid var(--dark-goldenrod);
  color: var(--dark-goldenrod);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1;
}

.amenities-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.amenities-content {
  background-color: #c19a571a;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  display: flex;
}

.amenities-content.white {
  background-color: #fff;
}

.amenities-text {
  letter-spacing: .3px;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.working-hours {
  color: var(--dark-blue);
  letter-spacing: .3px;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.cta-text-link {
  color: var(--dark-blue);
  font-size: 14px;
  text-decoration: none;
}

.medium {
  color: var(--dark-blue);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.working-hour-wrapper {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.working-hour-wrapper.first {
  margin-top: 20px;
}

.div-block-3 {
  background-image: linear-gradient(to top, var(--dark-blue), #20233000 50%);
  position: absolute;
  inset: 0%;
}

.grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.experiences-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}

.experience-item {
  flex: none;
  width: 100%;
  height: 440px;
  margin-right: 2rem;
  position: relative;
}

.experience-item-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.experience-img-overlay {
  z-index: 1;
  mix-blend-mode: normal;
  background-image: linear-gradient(#20233000 30%, #202330);
  width: 100%;
  height: 100%;
  position: absolute;
}

.experience-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.experience-card-header {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Prata tr, Palatino Linotype, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.2;
}

.horizontal-mobile-message {
  display: none;
}

.message-with-icon {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.field-label, .field-label-2 {
  display: none;
}

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

.form, .form-block-2 {
  font-size: 16px;
}

.link-7 {
  color: #fff;
}

.nav-link {
  color: #fff;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.image {
  height: 40px;
}

.product-category {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-right: 20px;
  font-family: Prata tr, Palatino Linotype, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.product-detail {
  margin-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.row {
  margin-top: 30px;
}

.menu-container {
  max-width: 600px;
}

.menu-header {
  background-color: var(--dark-goldenrod);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.menu-logo {
  height: 100px;
}

.menu-category-wrapper {
  text-align: center;
  margin-top: 40px;
}

.menu-product-category-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-main-section {
  background-color: #c19a571a;
}

.product-price {
  color: var(--dark-goldenrod);
  margin-top: 10px;
  font-size: 16px;
}

.menu-category-seperator {
  background-color: var(--dark-goldenrod);
  height: 1px;
  margin-top: 40px;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.tabs-menu.gold {
  background-color: var(--dark-goldenrod);
}

.tabs {
  display: block;
}

.tab-link-tab-1 {
  border: 1px solid var(--dark-goldenrod);
  color: var(--dark-goldenrod);
  background-color: #c19a5700;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-link-tab-1.w--current {
  background-color: var(--dark-goldenrod);
  color: #fff;
}

.tab-link-tab-1.language {
  color: #fff;
  text-align: center;
  border-style: none;
  border-radius: 0;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
}

.tab-link-tab-1.language.w--current {
  color: #fff;
  background-color: #fff3;
  border-radius: 0;
}

.tab-link-tab-2 {
  border: 1px solid var(--dark-goldenrod);
  color: var(--dark-goldenrod);
  background-color: #ddd0;
  border-radius: 4px;
}

.tab-link-tab-2.w--current {
  border: 1px solid var(--dark-goldenrod);
  background-color: var(--dark-goldenrod);
  color: #fff;
  border-radius: 4px;
}

.menu-tabs-inside {
  margin-top: 40px;
  display: block;
}

.tab-pane-tab-2 {
  margin-bottom: 40px;
}

.menu-big-header {
  background-color: var(--dark-goldenrod);
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.menu-header-name {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Prata tr, Palatino Linotype, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.mobile-menu-message {
  z-index: 99999;
  background-color: var(--dark-goldenrod);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: absolute;
}

.html-embed {
  display: block;
}

.menu-footer {
  background-color: var(--dark-goldenrod);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.popup-content-wrapper---brix {
  z-index: 100;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 3px 14px #4a3aff29, 0 -2px 4px #14142b1f, 0 12px 44px #14142b57;
}

.popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
  border-radius: 8px;
  min-width: 550px;
  min-height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.close-popup---brix {
  cursor: pointer;
  transition: transform .2s;
  position: absolute;
  inset: 24px 24px auto auto;
}

.close-popup---brix:hover {
  transform: scale(.9);
}

.popup-1---brix {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  display: flex;
  position: relative;
}

.popup-1-illustration---brix {
  min-width: 550px;
  min-height: 550px;
}

.popup-wrapper---brix {
  z-index: 99999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-wrapper---brix.preview-page {
  display: none;
  position: absolute;
}

.overlay---brix {
  z-index: 10;
  background-image: linear-gradient(#000000b3, #fff0);
  display: none;
  position: absolute;
  inset: 0%;
}

.dummy-hero-button---brix {
  color: #6f6c90;
  text-align: center;
  max-width: 260px;
  transform-style: preserve-3d;
  background-color: #d9dbe9;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #0000000a;
}

.dummy-hero-button---brix:hover {
  transform: scale3d(1, 1, .01)translate(0, -2px);
  box-shadow: 0 4px 10px #00000014;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.cta-wrapper {
  z-index: 999999;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 2% 2% auto auto;
}

.call-cta {
  background-color: var(--dark-goldenrod);
  color: #fff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-top: 15px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  color: #fff;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.html-embed-2 {
  margin-top: 4px;
}

@media screen and (min-width: 1280px) {
  .slide-img-overlay {
    background-image: linear-gradient(#20233000 30%, #202330);
  }

  .page-introduction-image.events {
    background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Event-Slider-01.webp');
  }

  .page-introduction-image.tastes-of-turkiye {
    background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Tastes-of-Türkiye-Main-Image.webp');
  }

  .page-introduction-image.world-massages {
    background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/World-Massages-Main-Image.webp');
  }

  .page-introduction-image.honeymoon {
    background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Top-Notch-Honeymoon-Main-Image.webp');
  }

  .page-introduction-image.signature-drinks {
    background-image: linear-gradient(to top, var(--dark-blue), #20233000 60%, #20233000 103%), url('../images/Signature-Drinks-Main-Image.webp');
  }

  .experience-img-overlay {
    background-image: linear-gradient(#20233000 30%, #202330);
  }
}

@media screen and (min-width: 1440px) {
  .language-link {
    padding-left: 0;
  }

  .navbar-container {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-right-contents {
    display: block;
  }

  .main-section.page-introduction-image {
    height: 500px;
  }

  .main-circular-button.book {
    color: #fff;
    align-items: center;
    height: 70px;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 20px;
  }

  .main-circular-button.cta {
    background-color: var(--dark-blue);
    font-family: Lexend, sans-serif;
  }

  .footer10_social-icon {
    color: #fff;
  }

  .text-field {
    font-family: Lexend, sans-serif;
  }

  .paragraph.adress {
    width: 80%;
  }

  .navbar-container {
    max-width: 1200px;
  }

  .cta-spotlight {
    font-family: Lexend, sans-serif;
  }

  .working-hours {
    font-size: 14px;
  }

  .cta-text-link {
    font-size: 14px;
    text-decoration: none;
  }

  .cta-text-link:hover {
    text-decoration: underline;
  }

  .working-hour-wrapper {
    margin-top: 10px;
  }

  .working-hour-wrapper.first {
    margin-top: 20px;
  }

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

@media screen and (max-width: 991px) {
  .navbar-justify-between {
    margin-left: 0;
    margin-right: 0;
  }

  .introduction-spotlight {
    width: 100%;
    font-size: 40px;
  }

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

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

  .footer-links {
    display: flex;
  }

  .reservation-image-wrapper {
    display: none;
  }

  .footer-collumn-02 {
    text-align: center;
    justify-content: flex-start;
    display: flex;
  }

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

  .main-section.image {
    height: 400px;
  }

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

  .main-section.page-introduction-image {
    height: 400px;
  }

  .explore {
    background-size: 1.6em;
    padding-bottom: 18px;
    padding-right: 32px;
    transition-property: none;
    display: flex;
  }

  .explore:hover {
    background-size: 1.6em;
    padding-right: 32px;
  }

  .footer-header {
    width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #00000014;
    border-radius: 10px;
    padding: 18px;
  }

  .nav-menu.collapsed-nav-menu {
    background-color: #0000;
    border-style: none;
    margin-left: 0;
    padding: 0;
  }

  .nav-menu.full-height-menu {
    border-style: none;
    border-radius: 0;
    min-width: 100vw;
    padding: 0;
    inset: 0;
  }

  .slider19_item.wide {
    width: 600px;
    height: 340px;
  }

  .main-circular-button {
    display: block;
  }

  .main-circular-button.book {
    inset: auto 5% 5% auto;
  }

  .signature {
    font-weight: 300;
  }

  .link {
    background-size: 1.6em;
    padding-bottom: 18px;
    padding-right: 32px;
    transition-property: none;
    display: flex;
  }

  .link:hover {
    background-size: 1.6em;
    padding-right: 32px;
  }

  .introduction-tiny-spotlight {
    margin-bottom: 20px;
    font-weight: 200;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .hero-5-background {
    height: 500px;
  }

  .introductioncontainer {
    height: 500px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .full-height-menu-cross {
    left: auto;
    right: 72px;
    transform: translate(0);
  }

  .section-spotlight {
    margin-bottom: 20px;
    font-weight: 200;
  }

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

  .menu-button-image {
    display: block;
  }

  .main-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .copyright-text {
    font-weight: 300;
  }

  .cta-spotlight {
    margin-bottom: 40px;
    font-weight: 200;
  }

  .page-introduction-spotlight {
    width: 100%;
    font-size: 40px;
  }

  .page-introduction-spotlight.short {
    width: 100%;
  }

  .paragraph-space {
    height: 50px;
  }

  .page-introduction-header-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .page-header {
    font-size: 60px;
  }

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

  .card-image.short {
    height: 320px;
  }

  .card-content {
    padding: 40px;
  }

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

  .popup-content-wrapper---brix {
    width: auto;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    width: 550px;
    min-height: 550px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 24px;
    right: 24px;
  }

  .popup-1---brix {
    padding: 0;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 32px;
    padding-right: 32px;
  }

  .cta-wrapper {
    inset: auto 5% 5% auto;
  }
}

@media screen and (max-width: 767px) {
  .navbar-justify-between {
    justify-content: space-between;
  }

  .introduction-spotlight {
    font-size: 34px;
  }

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

  .home-category-grid {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-links {
    display: block;
  }

  .footer-collumn-02 {
    display: flex;
  }

  .main-logotype {
    height: 50px;
  }

  .navbar.collapsed-navbar {
    min-height: 85px;
  }

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

  .main-section.image, .main-section.page-introduction-image {
    height: 300px;
  }

  .explore {
    font-size: .9em;
  }

  .footer-header {
    font-size: 40px;
  }

  .nav-menu.collapsed-nav-menu {
    flex: 0 auto;
  }

  .slider19_item {
    width: 240px;
    height: 400px;
  }

  .slider19_item.wide {
    width: 400px;
    height: 240px;
  }

  .lottie-animation.tiny {
    width: 40px;
    height: 40px;
  }

  .sm-topic-title {
    font-size: 22px;
  }

  .section-header {
    font-size: 40px;
  }

  .main-circular-button.book {
    z-index: 9990;
  }

  .cta-header {
    font-size: 40px;
  }

  .link {
    font-size: .9em;
  }

  .introduction-tiny-spotlight {
    margin-bottom: 0;
  }

  .footer-collumn-01 {
    text-align: center;
    justify-content: flex-start;
  }

  .full-height-menu-contents {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: auto;
  }

  .aside-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.7em;
  }

  .hero-5-background {
    height: 400px;
    inset: 0%;
  }

  .introductioncontainer {
    height: 400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .full-menu-wrapper {
    padding-left: 20px;
  }

  .full-height-menu-cross {
    top: 48px;
    right: 48px;
  }

  .section-spotlight {
    margin-bottom: 40px;
  }

  .paragraph.with-margins {
    text-align: center;
  }

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

  .home-category-link.hide {
    display: none;
  }

  .navbar-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-spotlight {
    margin-bottom: 40px;
  }

  .page-introduction-spotlight {
    font-size: 34px;
  }

  .paragraph-space {
    height: 40px;
  }

  .main-paragraph {
    font-size: 18px;
  }

  .page-header {
    margin-bottom: 40px;
    font-size: 54px;
  }

  .card-content {
    padding: 40px;
  }

  .amenities-text {
    font-size: 18px;
  }

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

  .page-wrapper {
    display: none;
  }

  .experience-item {
    width: 240px;
    height: 400px;
  }

  .horizontal-mobile-message {
    z-index: 99999;
    background-color: var(--dark-goldenrod);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .message-with-icon {
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
  }

  .menu-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mobile-menu-message {
    z-index: 99999;
    background-color: var(--dark-goldenrod);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 20px;
    min-width: 500px;
    max-width: none;
    min-height: 500px;
    left: 24px;
    right: 24px;
  }

  .popup-1---brix {
    max-width: none;
    min-height: 500px;
  }

  .popup-1-illustration---brix {
    min-width: 500px;
    max-width: 28%;
    height: auto;
    min-height: 500px;
    margin-bottom: 16px;
  }

  .popup-wrapper---brix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .popup-wrapper---brix.preview-page {
    display: none;
  }

  .dummy-hero-button---brix {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .cta-wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    flex-direction: column;
    flex: none;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-right-contents {
    display: block;
  }

  .navigation {
    inset: 0% 0% auto;
  }

  .introduction-spotlight {
    text-align: left;
    font-size: 28px;
  }

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

  .omerli-co {
    color: #fff;
    text-decoration: underline;
  }

  .footer-collumn {
    align-items: flex-start;
  }

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

  .hamburger-wrapper {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-collumn-02 {
    display: none;
  }

  .main-logotype {
    height: 50px;
  }

  .navbar {
    min-height: 72px;
  }

  .navbar.collapsed-navbar {
    min-height: 85px;
  }

  .footer-header-tiny {
    font-size: 12px;
  }

  .main-section.image {
    height: 200px;
  }

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

  .main-section.page-introduction-image {
    height: 200px;
    margin-top: 85px;
  }

  .footer-header {
    font-size: 34px;
  }

  .nav-menu.collapsed-nav-menu {
    justify-content: flex-start;
  }

  .nav-menu.full-height-menu {
    overflow: hidden;
  }

  .slider19_item.wide {
    width: 240px;
  }

  .lottie-animation.tiny {
    flex: none;
    width: 35px;
    height: 35px;
    display: flex;
  }

  .sm-topic-title {
    flex: 0 auto;
    margin-left: 15px;
    font-size: 22px;
    display: flex;
  }

  .section-header {
    font-size: 34px;
  }

  .main-circular-button {
    text-align: center;
    display: block;
  }

  .main-circular-button.book {
    align-items: center;
    inset: auto 5% 5% auto;
  }

  .main-circular-button.cta {
    align-items: center;
  }

  .signature {
    opacity: .45;
    font-size: 12px;
  }

  .cta-header {
    text-align: left;
    font-size: 34px;
  }

  .introduction-tiny-spotlight {
    font-size: 20px;
    font-weight: 200;
  }

  .footer-collumn-01 {
    display: flex;
  }

  .full-height-menu-contents {
    flex-direction: column;
    flex: none;
    margin-top: auto;
    margin-bottom: auto;
    padding: 30px 30px 40px;
    display: flex;
    overflow: hidden;
  }

  .aside-link {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .menu-button {
    padding-left: 0;
  }

  .introductioncontainer {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .full-menu-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-self: flex-start;
    display: block;
  }

  .language-link {
    margin-right: 0;
  }

  .social-icon-wrapper {
    width: 100%;
  }

  .full-height-menu-cross {
    top: 30px;
    right: 30px;
  }

  .section-spotlight {
    font-size: 20px;
    font-weight: 200;
  }

  .text-field {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 16px;
  }

  .brand-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .paragraph {
    text-align: left;
    font-size: 12px;
  }

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

  .main-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .full-menu-logotype {
    height: 50px;
  }

  .navbar-container {
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
  }

  .copyright-text {
    font-size: 12px;
  }

  .cta-spotlight {
    text-align: left;
    font-size: 20px;
    font-weight: 200;
  }

  .page-introduction-spotlight {
    text-align: left;
    font-size: 28px;
  }

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

  .page-introduction-header-wrapper {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .page-header {
    text-align: left;
    margin-bottom: 40px;
    font-size: 42px;
  }

  .card-image.short {
    height: 200px;
  }

  .card-content {
    padding: 40px;
  }

  .amenities-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .working-hours {
    margin-top: 0;
    margin-left: 20px;
    font-size: 14px;
  }

  .working-hour-wrapper {
    flex-direction: row;
    align-items: center;
  }

  .page-wrapper {
    display: block;
  }

  .horizontal-mobile-message {
    display: none;
  }

  .image {
    display: block;
  }

  .product-category {
    text-align: center;
    flex: 0 auto;
    margin-right: 0;
  }

  .product-category.simple {
    margin-bottom: 0;
  }

  .product-detail {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .product-detail.gold {
    color: var(--dark-goldenrod);
  }

  .menu-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-header {
    justify-content: center;
  }

  .menu-logo {
    height: 70px;
  }

  .menu-product-category-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .product-price {
    text-align: center;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: space-around;
    display: flex;
  }

  .tab-link-tab-1 {
    border: 1px solid var(--dark-goldenrod);
    color: var(--dark-goldenrod);
    text-align: center;
    background-color: #fff0;
    border-radius: 4px;
    flex: 1;
  }

  .tab-link-tab-1.w--current {
    text-align: center;
    flex: 1;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tab-link-tab-1.language {
    background-color: #fff3;
    flex: 1;
  }

  .tab-link-tab-1.language.w--current {
    background-color: #fff0;
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-tab-2 {
    text-align: center;
    flex: 1;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tab-link-tab-2.w--current {
    border: 1px solid var(--dark-goldenrod);
    background-color: var(--dark-goldenrod);
    border-radius: 4px;
  }

  .menu-tabs-inside {
    margin-top: 40px;
  }

  .menu-big-header {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .menu-header-name {
    text-align: center;
    flex: 0 auto;
    margin-right: 0;
  }

  .text-block-2 {
    color: #fff;
    text-align: center;
    padding: 20px;
  }

  .mobile-menu-message {
    display: none;
  }

  .menu-footer {
    justify-content: center;
    margin-top: 40px;
  }

  .link-8 {
    color: #fff;
    text-decoration: none;
  }

  .popup-content-wrapper---brix {
    border-radius: 24px;
  }

  .popup-content-wrapper---brix.popup-1-content-wrapper---brix-copy {
    border-radius: 16px;
    width: 300px;
    min-width: 300px;
    min-height: 300px;
    left: auto;
    right: auto;
  }

  .popup-1---brix {
    min-height: 300px;
  }

  .popup-1-illustration---brix {
    min-width: 300px;
    max-width: 40%;
    height: auto;
    min-height: 300px;
    margin-bottom: 0;
  }

  .popup-wrapper---brix {
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-wrapper---brix.preview-page {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dummy-hero-button---brix {
    padding: 15px 34px 16px;
  }

  .cta-wrapper {
    display: flex;
  }
}

#w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212e7-6d0212d6 {
  justify-self: start;
}

#w-node-_9fc8d3be-012e-aa56-c99d-7262401c56d7-6d0212d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212fa-6d0212d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212fe-6d0212d6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center end;
}

#w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d021302-6d0212d6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d021307-6d0212d6 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center end;
}

#w-node-_1823b6c5-401c-04e1-5c70-0094b80fc764-5817297d {
  align-self: center;
}

#w-node-_8954b416-44cd-714b-543d-f4c458172982-5817297d, #w-node-_8954b416-44cd-714b-543d-f4c458172984-5817297d {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8954b416-44cd-714b-543d-f4c45817298e-5817297d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c73f7769-bb2b-2781-e447-e0b54eb99e34-8cc03f34, #w-node-c73f7769-bb2b-2781-e447-e0b54eb99e38-8cc03f34, #w-node-_3a600867-904f-28d6-3a6e-6ba9ae372d38-8cc03f34, #w-node-_3a600867-904f-28d6-3a6e-6ba9ae372d3c-8cc03f34, #w-node-febef039-30b1-e80d-b89d-e65046db9f03-8cc03f34, #w-node-febef039-30b1-e80d-b89d-e65046db9f07-8cc03f34, #w-node-df829ec0-202f-6234-6311-089345e7e30e-8cc03f34, #w-node-df829ec0-202f-6234-6311-089345e7e312-8cc03f34, #w-node-e1a749a3-6c4c-0940-8558-bc684626a802-8cc03f34, #w-node-e1a749a3-6c4c-0940-8558-bc684626a806-8cc03f34 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_863e963b-220d-cfc0-efef-03971089a9e5-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9ea-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9ef-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9f9-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9f4-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9fe-8204b02b, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d44-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d49-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d4e-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d53-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d58-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d5d-8aae7922, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e7b-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e80-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e85-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e8a-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e8f-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e94-7df719f6, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fa8-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fad-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fb2-1f64f1c3, #w-node-_484bac40-7c74-c2b7-94fd-442c939e8db3-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fb7-1f64f1c3, #w-node-_509ec68a-6821-5888-6bdd-f3dda0c25b72-1f64f1c3, #w-node-_0f02e586-a008-6a06-75da-bc620a22c53d-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fbc-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fc1-1f64f1c3, #w-node-_06116baf-4d6c-ab64-ddb6-c9d22194689e-1f64f1c3, #w-node-c096f665-9c00-cde6-e4fe-dbf61cb70f94-1f64f1c3, #w-node-_19aa3d3f-6cff-a3c5-3c5f-8e9f60bd096a-1f64f1c3, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1e4-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1e9-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1f0-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1f5-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1fa-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1ff-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f204-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f209-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f20e-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f213-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f218-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f21d-e90181b0, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dbfd-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc02-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc09-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc0e-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc13-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc18-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc1d-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc22-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc27-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc2c-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc31-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc36-b082ebf7, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e29c-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2a1-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2a8-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2ad-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2b2-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2b7-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2bc-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2c1-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2c6-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2cb-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2d0-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2d5-2a82f1da, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f75-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f7a-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f81-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f86-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f8b-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f90-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f95-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f9a-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f9f-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa4-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa9-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fae-cdb39709 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb0a-f699b7ee {
  justify-self: start;
}

#w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb1d-f699b7ee {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb21-f699b7ee {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center end;
}

#w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb25-f699b7ee {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb2a-f699b7ee {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center end;
}

#w-node-_3e72edcc-3b52-c643-0c6b-04f3ade7098b-ade7097a {
  justify-self: start;
}

#w-node-_5e752906-3e44-f4aa-680e-364e63c07cc5-ade7097a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3e72edcc-3b52-c643-0c6b-04f3ade7099e-ade7097a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_3e72edcc-3b52-c643-0c6b-04f3ade709a3-ade7097a {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center end;
}

#w-node-_3e72edcc-3b52-c643-0c6b-04f3ade709a7-ade7097a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: center;
}

#w-node-_3e72edcc-3b52-c643-0c6b-04f3ade709ac-ade7097a {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: center end;
}

#w-node-_87ccd4f2-1f05-f9d6-10b8-e0082bdcfd49-2bdcfd46 {
  align-self: center;
}

#w-node-_87ccd4f2-1f05-f9d6-10b8-e0082bdcfd4a-2bdcfd46, #w-node-_87ccd4f2-1f05-f9d6-10b8-e0082bdcfd4c-2bdcfd46 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_87ccd4f2-1f05-f9d6-10b8-e0082bdcfd5e-2bdcfd46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c73f7769-bb2b-2781-e447-e0b54eb99e34-3d843bc9, #w-node-c73f7769-bb2b-2781-e447-e0b54eb99e38-3d843bc9, #w-node-_3a600867-904f-28d6-3a6e-6ba9ae372d38-3d843bc9, #w-node-_3a600867-904f-28d6-3a6e-6ba9ae372d3c-3d843bc9, #w-node-febef039-30b1-e80d-b89d-e65046db9f03-3d843bc9, #w-node-febef039-30b1-e80d-b89d-e65046db9f07-3d843bc9, #w-node-df829ec0-202f-6234-6311-089345e7e30e-3d843bc9, #w-node-df829ec0-202f-6234-6311-089345e7e312-3d843bc9, #w-node-e1a749a3-6c4c-0940-8558-bc684626a802-3d843bc9, #w-node-e1a749a3-6c4c-0940-8558-bc684626a806-3d843bc9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_863e963b-220d-cfc0-efef-03971089a9e5-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9ea-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9ef-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9f4-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9f9-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9fe-572e09fd, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d44-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d49-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d4e-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d53-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d58-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d5d-d869daf6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e7b-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e80-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e85-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e8a-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e8f-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e94-add1fd8a, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549ad-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549b2-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549b9-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549be-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549c3-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549c8-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549cd-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549d2-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549d7-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549dc-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549e1-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549e6-df846020, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e2c-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e31-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e38-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e3d-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e42-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e47-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e4c-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e51-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e56-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e5b-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e60-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e65-d51d4c99, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc500-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc505-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc50c-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc511-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc516-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc51b-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc520-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc525-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc52a-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc52f-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc534-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc539-8598ebd9, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5e7-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5ec-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5f3-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5f8-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5fd-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb602-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb607-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb60c-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb611-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb616-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb61b-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb620-e88e68f6, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f75-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f7a-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f81-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f86-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f8b-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f90-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f95-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f9a-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f9f-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa4-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa9-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fae-8e62a9c7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

@media screen and (min-width: 1920px) {
  #w-node-_509ec68a-6821-5888-6bdd-f3dda0c25b72-1f64f1c3, #w-node-_0f02e586-a008-6a06-75da-bc620a22c53d-1f64f1c3, #w-node-_06116baf-4d6c-ab64-ddb6-c9d22194689e-1f64f1c3, #w-node-c096f665-9c00-cde6-e4fe-dbf61cb70f94-1f64f1c3, #w-node-_19aa3d3f-6cff-a3c5-3c5f-8e9f60bd096a-1f64f1c3, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1ff-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f204-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f213-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f218-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f21d-e90181b0, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc18-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc1d-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc2c-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc31-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc36-b082ebf7, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2b7-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2bc-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2cb-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2d0-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2d5-2a82f1da, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f90-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f95-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa4-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa9-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fae-cdb39709, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549c8-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549cd-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549dc-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549e1-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549e6-df846020, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e47-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e4c-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e5b-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e60-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e65-d51d4c99, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc51b-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc520-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc52f-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc534-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc539-8598ebd9, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb602-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb607-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb616-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb61b-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb620-e88e68f6, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f90-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f95-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa4-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa9-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fae-8e62a9c7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212db-6d0212d6, #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212e2-6d0212d6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212e7-6d0212d6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_9fc8d3be-012e-aa56-c99d-7262401c56d7-6d0212d6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212fa-6d0212d6 {
    grid-column: span 6 / span 6;
    justify-self: start;
  }

  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212fe-6d0212d6 {
    grid-column: span 12 / span 12;
    justify-self: center;
  }

  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d021302-6d0212d6 {
    grid-column: span 6 / span 6;
    justify-self: start;
  }

  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d021307-6d0212d6 {
    grid-column: span 12 / span 12;
    justify-self: center;
  }

  #w-node-_1823b6c5-401c-04e1-5c70-0094b80fc764-5817297d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_863e963b-220d-cfc0-efef-03971089a9e5-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9ea-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9ef-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9f9-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9f4-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9fe-8204b02b, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d44-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d49-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d4e-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d53-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d58-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d5d-8aae7922, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e7b-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e80-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e85-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e8a-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e8f-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e94-7df719f6, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fa8-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fad-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fb2-1f64f1c3, #w-node-_484bac40-7c74-c2b7-94fd-442c939e8db3-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fb7-1f64f1c3, #w-node-_509ec68a-6821-5888-6bdd-f3dda0c25b72-1f64f1c3, #w-node-_0f02e586-a008-6a06-75da-bc620a22c53d-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fbc-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fc1-1f64f1c3, #w-node-_06116baf-4d6c-ab64-ddb6-c9d22194689e-1f64f1c3, #w-node-c096f665-9c00-cde6-e4fe-dbf61cb70f94-1f64f1c3, #w-node-_19aa3d3f-6cff-a3c5-3c5f-8e9f60bd096a-1f64f1c3, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1e4-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1e9-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1f0-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1f5-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1fa-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1ff-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f204-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f209-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f20e-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f213-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f218-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f21d-e90181b0, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dbfd-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc02-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc09-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc0e-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc13-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc18-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc1d-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc22-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc27-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc2c-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc31-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc36-b082ebf7, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e29c-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2a1-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2a8-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2ad-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2b2-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2b7-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2bc-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2c1-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2c6-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2cb-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2d0-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2d5-2a82f1da, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f75-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f7a-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f81-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f86-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f8b-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f90-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f95-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f9a-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f9f-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa4-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa9-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fae-cdb39709 {
    grid-column: span 6 / span 6;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bafe-f699b7ee, #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb05-f699b7ee {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb0a-f699b7ee {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb1d-f699b7ee {
    grid-column: span 6 / span 6;
    justify-self: start;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb21-f699b7ee {
    grid-column: span 12 / span 12;
    justify-self: center;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb25-f699b7ee {
    grid-column: span 6 / span 6;
    justify-self: start;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb2a-f699b7ee {
    grid-column: span 12 / span 12;
    justify-self: center;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade7097f-ade7097a, #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade70986-ade7097a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade7098b-ade7097a {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_5e752906-3e44-f4aa-680e-364e63c07cc5-ade7097a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade7099e-ade7097a {
    grid-column: span 6 / span 6;
    justify-self: start;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade709a3-ade7097a {
    grid-column: span 12 / span 12;
    justify-self: center;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade709a7-ade7097a {
    grid-column: span 6 / span 6;
    justify-self: start;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade709ac-ade7097a {
    grid-column: span 12 / span 12;
    justify-self: center;
  }

  #w-node-_87ccd4f2-1f05-f9d6-10b8-e0082bdcfd49-2bdcfd46 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_863e963b-220d-cfc0-efef-03971089a9e5-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9ea-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9ef-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9f4-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9f9-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9fe-572e09fd, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d44-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d49-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d4e-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d53-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d58-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d5d-d869daf6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e7b-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e80-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e85-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e8a-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e8f-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e94-add1fd8a, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549ad-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549b2-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549b9-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549be-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549c3-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549c8-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549cd-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549d2-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549d7-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549dc-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549e1-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549e6-df846020, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e2c-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e31-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e38-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e3d-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e42-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e47-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e4c-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e51-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e56-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e5b-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e60-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e65-d51d4c99, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc500-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc505-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc50c-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc511-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc516-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc51b-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc520-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc525-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc52a-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc52f-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc534-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc539-8598ebd9, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5e7-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5ec-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5f3-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5f8-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5fd-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb602-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb607-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb60c-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb611-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb616-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb61b-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb620-e88e68f6, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f75-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f7a-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f81-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f86-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f8b-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f90-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f95-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f9a-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f9f-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa4-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa9-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fae-8e62a9c7 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212fa-6d0212d6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212fe-6d0212d6 {
    grid-column: span 12 / span 12;
    justify-self: start;
  }

  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d021302-6d0212d6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d021307-6d0212d6 {
    grid-column: span 12 / span 12;
    justify-self: start;
  }

  #w-node-c73f7769-bb2b-2781-e447-e0b54eb99e34-8cc03f34, #w-node-c73f7769-bb2b-2781-e447-e0b54eb99e38-8cc03f34, #w-node-_3a600867-904f-28d6-3a6e-6ba9ae372d38-8cc03f34, #w-node-_3a600867-904f-28d6-3a6e-6ba9ae372d3c-8cc03f34, #w-node-febef039-30b1-e80d-b89d-e65046db9f03-8cc03f34, #w-node-febef039-30b1-e80d-b89d-e65046db9f07-8cc03f34, #w-node-df829ec0-202f-6234-6311-089345e7e30e-8cc03f34, #w-node-df829ec0-202f-6234-6311-089345e7e312-8cc03f34, #w-node-e1a749a3-6c4c-0940-8558-bc684626a802-8cc03f34, #w-node-e1a749a3-6c4c-0940-8558-bc684626a806-8cc03f34 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_863e963b-220d-cfc0-efef-03971089a9e5-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9ea-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9ef-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9f9-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9f4-8204b02b, #w-node-_863e963b-220d-cfc0-efef-03971089a9fe-8204b02b, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d44-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d49-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d4e-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d53-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d58-8aae7922, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d5d-8aae7922, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e7b-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e80-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e85-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e8a-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e8f-7df719f6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e94-7df719f6, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fa8-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fad-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fb2-1f64f1c3, #w-node-_484bac40-7c74-c2b7-94fd-442c939e8db3-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fb7-1f64f1c3, #w-node-_509ec68a-6821-5888-6bdd-f3dda0c25b72-1f64f1c3, #w-node-_0f02e586-a008-6a06-75da-bc620a22c53d-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fbc-1f64f1c3, #w-node-_40a94527-4fc1-4955-be4e-d8e6dd118fc1-1f64f1c3, #w-node-_06116baf-4d6c-ab64-ddb6-c9d22194689e-1f64f1c3, #w-node-c096f665-9c00-cde6-e4fe-dbf61cb70f94-1f64f1c3, #w-node-_19aa3d3f-6cff-a3c5-3c5f-8e9f60bd096a-1f64f1c3, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1e4-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1e9-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1f0-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1f5-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1fa-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f1ff-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f204-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f209-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f20e-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f213-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f218-e90181b0, #w-node-_39dcd978-c874-83fd-19cd-63542e41f21d-e90181b0, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dbfd-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc02-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc09-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc0e-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc13-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc18-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc1d-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc22-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc27-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc2c-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc31-b082ebf7, #w-node-fa574cee-fa74-0986-98f8-1c1c75b4dc36-b082ebf7, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e29c-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2a1-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2a8-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2ad-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2b2-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2b7-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2bc-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2c1-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2c6-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2cb-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2d0-2a82f1da, #w-node-_4314cdb1-3528-865e-f46c-be7b4999e2d5-2a82f1da, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f75-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f7a-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f81-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f86-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f8b-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f90-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f95-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f9a-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f9f-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa4-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa9-cdb39709, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fae-cdb39709 {
    grid-column: span 12 / span 12;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb1d-f699b7ee {
    grid-column: span 4 / span 4;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb21-f699b7ee {
    grid-column: span 12 / span 12;
    justify-self: start;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb25-f699b7ee {
    grid-column: span 4 / span 4;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb2a-f699b7ee {
    grid-column: span 12 / span 12;
    justify-self: start;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade7099e-ade7097a {
    grid-column: span 4 / span 4;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade709a3-ade7097a {
    grid-column: span 12 / span 12;
    justify-self: start;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade709a7-ade7097a {
    grid-column: span 4 / span 4;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade709ac-ade7097a {
    grid-column: span 12 / span 12;
    justify-self: start;
  }

  #w-node-c73f7769-bb2b-2781-e447-e0b54eb99e34-3d843bc9, #w-node-c73f7769-bb2b-2781-e447-e0b54eb99e38-3d843bc9, #w-node-_3a600867-904f-28d6-3a6e-6ba9ae372d38-3d843bc9, #w-node-_3a600867-904f-28d6-3a6e-6ba9ae372d3c-3d843bc9, #w-node-febef039-30b1-e80d-b89d-e65046db9f03-3d843bc9, #w-node-febef039-30b1-e80d-b89d-e65046db9f07-3d843bc9, #w-node-df829ec0-202f-6234-6311-089345e7e30e-3d843bc9, #w-node-df829ec0-202f-6234-6311-089345e7e312-3d843bc9, #w-node-e1a749a3-6c4c-0940-8558-bc684626a802-3d843bc9, #w-node-e1a749a3-6c4c-0940-8558-bc684626a806-3d843bc9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_863e963b-220d-cfc0-efef-03971089a9e5-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9ea-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9ef-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9f4-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9f9-572e09fd, #w-node-_863e963b-220d-cfc0-efef-03971089a9fe-572e09fd, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d44-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d49-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d4e-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d53-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d58-d869daf6, #w-node-e5a508a9-34f2-36a6-692b-ec0c33a20d5d-d869daf6, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e7b-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e80-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e85-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e8a-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e8f-add1fd8a, #w-node-_2656a57e-68f0-6159-a0d9-e94934c72e94-add1fd8a, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549ad-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549b2-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549b9-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549be-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549c3-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549c8-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549cd-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549d2-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549d7-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549dc-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549e1-df846020, #w-node-d20457a0-1b1d-75e8-ee06-25f5263549e6-df846020, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e2c-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e31-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e38-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e3d-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e42-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e47-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e4c-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e51-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e56-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e5b-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e60-d51d4c99, #w-node-_69b21584-b44c-0032-fcfa-746e1e0c9e65-d51d4c99, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc500-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc505-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc50c-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc511-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc516-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc51b-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc520-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc525-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc52a-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc52f-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc534-8598ebd9, #w-node-_33eb58aa-3b69-8aaf-b401-42bec80dc539-8598ebd9, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5e7-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5ec-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5f3-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5f8-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb5fd-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb602-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb607-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb60c-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb611-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb616-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb61b-e88e68f6, #w-node-_0e915d84-1237-a3e0-4d87-8e28e9dbb620-e88e68f6, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f75-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f7a-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f81-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f86-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f8b-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f90-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f95-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f9a-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930f9f-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa4-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fa9-8e62a9c7, #w-node-_729677d8-4a79-a4fc-e707-d9cb02930fae-8e62a9c7 {
    grid-column: span 12 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212db-6d0212d6 {
    grid-column: span 3 / span 3;
    justify-self: stretch;
  }

  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212e2-6d0212d6, #w-node-_9fc8d3be-012e-aa56-c99d-7262401c56d7-6d0212d6 {
    grid-column: span 3 / span 3;
  }

  #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212fa-6d0212d6, #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d0212fe-6d0212d6, #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d021302-6d0212d6, #w-node-_3a62a231-9a0a-ecbb-ab82-ecfa6d021307-6d0212d6 {
    grid-column: span 12 / span 12;
    justify-self: center;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bafe-f699b7ee {
    grid-column: span 3 / span 3;
    justify-self: stretch;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb05-f699b7ee {
    grid-column: span 3 / span 3;
  }

  #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb1d-f699b7ee, #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb21-f699b7ee, #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb25-f699b7ee, #w-node-_3ead92c8-d3a9-64de-a54b-f8b6afe3bb2a-f699b7ee {
    grid-column: span 12 / span 12;
    justify-self: center;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade7097f-ade7097a {
    grid-column: span 3 / span 3;
    justify-self: stretch;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade70986-ade7097a, #w-node-_5e752906-3e44-f4aa-680e-364e63c07cc5-ade7097a {
    grid-column: span 3 / span 3;
  }

  #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade7099e-ade7097a, #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade709a3-ade7097a, #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade709a7-ade7097a, #w-node-_3e72edcc-3b52-c643-0c6b-04f3ade709ac-ade7097a {
    grid-column: span 12 / span 12;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Prata tr';
  src: url('../fonts/Prata-Regular_TR.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}