@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Melodrama;
  src: url('../fonts/Melodrama-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: STTitan;
  src: url('../fonts/STTitanRegular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-brown: #a24b20;
  --transparent: #fff0;
  --white: #efdec6;
  --yellow: #efdec6;
  --beige: #efdec6;
  --dark-brown-20-opacity: #32271a33;
  --black: #181313;
  --white-80-opacity: #fffc;
  --white-10-opacity: #ffffff1a;
  --white-70-opacity: #ffffffb3;
  --white-50-opacity: #ffffff80;
  --headings: STTitan, sans-serif;
  --paragraphs: Satoshi, sans-serif;
  --white-2: white;
  --black-2: black;
}

body {
  color: #333;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

h1 {
  color: var(--dark-brown);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: STTitan, sans-serif;
  font-size: 12.2vw;
  font-weight: 500;
  line-height: .9;
}

h2 {
  color: var(--dark-brown);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Melodrama, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--dark-brown);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: STTitan, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: var(--dark-brown);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  color: var(--dark-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: var(--dark-brown);
  margin-bottom: 10px;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.navbar {
  z-index: 9;
  background-color: var(--transparent);
  align-items: stretch;
  padding: 20px 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  z-index: 9;
  text-decoration: none;
  position: relative;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link.last {
  color: var(--yellow);
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.nav-links-separator {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.section {
  padding-left: 50px;
  padding-right: 50px;
}

.section.hero {
  background-color: var(--dark-brown);
  padding-top: 240px;
  padding-bottom: 180px;
}

.section.about {
  background-color: var(--beige);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section.contact {
  background-color: var(--dark-brown);
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.newsletter {
  background-color: var(--beige);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.support-page {
  background-color: var(--dark-brown);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.slider {
  background-color: var(--beige);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.navbar-cont {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.about-cont {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.container.newsletter-cont {
  grid-row-gap: 35px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1045px;
  display: flex;
}

.container.footer-cont {
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.absolute {
  z-index: 6;
  max-width: 1400px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  inset: 58px 0% auto;
}

.h1-heading {
  z-index: 1;
  color: var(--yellow);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.hero-img-wrp {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1300px;
  margin-top: -150px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 105%;
  position: absolute;
  inset: -2.5% 0% 0%;
}

.about-content {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.about-content.not-flex {
  display: block;
}

.big-title {
  z-index: 0;
  opacity: .05;
  color: var(--dark-brown);
  text-align: center;
  text-transform: uppercase;
  font-family: Melodrama, sans-serif;
  font-size: 36.6vw;
  font-weight: 400;
  line-height: .8;
  position: absolute;
  inset: 230px 0% auto;
}

.big-title.second {
  z-index: -1;
  text-align: center;
  top: 305px;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4px;
}

.h5-heading.white {
  color: var(--white);
}

.h5-heading.no-padding {
  padding-left: 0;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.h3-heading.white {
  color: var(--white);
}

.top-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.top-content.flex-start {
  justify-content: flex-start;
}

.top-content-inner-wrp {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.top-content-inner-wrp.full-width {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.top-content-inner-wrp.width-650 {
  max-width: 650px;
}

.bottom-content {
  grid-column-gap: 50px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}

.paragraph.wrapped-text {
  margin-top: 405px;
}

.paragraph.small {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.about-img {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: -15% 0% 0%;
}

.gallery-slider {
  background-color: var(--transparent);
  width: 100%;
  height: 750px;
}

.slide-nav {
  display: none;
}

.gallery-img {
  object-fit: cover;
  width: 100%;
  height: 800px;
}

.slider-arrow {
  z-index: 5;
  width: 50%;
  margin: 0;
  position: absolute;
  inset: 100px auto 0% 0%;
}

.slider-arrow.left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-arrow.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.arrow-circle {
  z-index: 6;
  border: 1px solid var(--white);
  pointer-events: none;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  display: none;
  position: fixed;
  inset: -57.5px auto auto -57.5px;
  transform: rotate(0);
}

.slide-number-wrp {
  z-index: 9;
  justify-content: flex-end;
  width: 100%;
  max-width: 1400px;
  height: 105px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.slide-number-inner-wrp {
  display: flex;
  overflow: hidden;
}

.slide-number-txt, .slide-number-changing-txt {
  color: var(--dark-brown);
  letter-spacing: 1px;
  font-family: Melodrama, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-first-img-wrp {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  height: 810px;
  position: relative;
  overflow: hidden;
}

.hero-second-img-wrp {
  width: 64%;
  max-width: 770px;
  height: 600px;
  margin-top: -120px;
  margin-right: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.hero-third-img-wrp {
  width: 100%;
  max-width: 350px;
  height: 500px;
  display: none;
  position: absolute;
  inset: auto auto -260px 0%;
  overflow: hidden;
}

.image-overlay {
  background-color: var(--dark-brown);
  display: none;
  position: absolute;
  inset: 0%;
}

.about-first-img-wrp {
  width: 100%;
  max-width: 650px;
  height: 750px;
  position: relative;
  overflow: hidden;
}

.about-second-img-wrp {
  float: right;
  width: 84%;
  max-width: 870px;
  height: 600px;
  margin-bottom: 20px;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
}

.about-heading-wrp {
  margin-top: 462px;
}

.about-third-img-wrp {
  width: 100%;
  max-width: 900px;
  height: 400px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.about-fourth-img-wrp {
  width: 100%;
  max-width: 452px;
  height: 355px;
  position: relative;
  overflow: hidden;
}

.about-fifth-img-wrp {
  float: left;
  width: 100%;
  max-width: 330px;
  height: 430px;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
}

.wrapped-text-content-wrp {
  width: 100%;
  max-width: 400px;
}

.contact-info-wrp {
  margin-top: 80px;
  display: none;
  position: relative;
}

.map-img-wrp {
  width: 100%;
  max-width: 1300px;
  height: 600px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.contact-info-block {
  grid-row-gap: 84px;
  background-color: var(--beige);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 430px;
  margin-top: -386px;
  margin-left: 30px;
  padding: 30px;
  display: flex;
  position: relative;
}

.contact-content {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.open-hours-text-wrp {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.open-hours-text-wrp.border-bottom {
  border-bottom: 2px solid var(--dark-brown-20-opacity);
  padding-bottom: 10px;
}

.open-hours-wrp {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pricing-wrp {
  background-color: var(--dark-brown);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 500px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-img-wrp {
  width: 40%;
  height: 630px;
  position: relative;
  overflow: hidden;
}

.pricing-img {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: -15% 0% 0%;
}

.pricing-inner-wrp {
  background-color: var(--beige);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  padding: 70px 5%;
  display: flex;
  position: relative;
}

.pricing-blocks-wrp {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.pricing-block {
  grid-column-gap: 30px;
  border-bottom: 2px solid var(--dark-brown-20-opacity);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 18px;
  display: flex;
}

.pricing-details {
  grid-column-gap: 14px;
  align-items: flex-start;
  display: flex;
}

.pricing-link {
  grid-column-gap: 12px;
  color: var(--dark-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.h5-heading-span {
  font-size: 14px;
}

.pricing-decor-circle {
  z-index: 1;
  background-color: var(--dark-brown);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  inset: -13px auto auto -13px;
}

.pricing-decor-circle.bottom {
  inset: auto auto -13px -13px;
}

.newsletter-form-block {
  width: 100%;
  max-width: 624px;
  margin-top: 20px;
  margin-bottom: 0;
}

.newsletter-form-input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--dark-brown-20-opacity);
  background-color: var(--transparent);
  height: 60px;
  color: var(--dark-brown);
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.newsletter-form-input::placeholder {
  color: var(--dark-brown);
}

.submit-btn {
  background-color: var(--transparent);
  width: 134px;
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  background-image: url('../images/Arrow-right-dark.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  inset: 19px 0% auto auto;
}

.newsletter-form {
  position: relative;
}

.footer {
  background-color: var(--dark-brown);
}

.footer-nav {
  grid-row-gap: 20px;
  flex-direction: column;
  display: none;
}

.footer-nav-block {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-nav-link {
  color: var(--white);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  font-family: Melodrama, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .8s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-nav-link:hover {
  color: var(--yellow);
}

.footer-nav-separator {
  color: var(--white);
  text-transform: uppercase;
  font-family: Melodrama, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-social-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.footer-social-link {
  color: var(--white-80-opacity);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-social-link:hover {
  color: #d6b69d;
}

.footer-social-separator {
  color: var(--white-80-opacity);
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

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

.footer-bottom-block {
  border-top: 1px solid var(--white-10-opacity);
  justify-content: center;
  align-items: center;
  padding: 35px 50px;
  display: flex;
}

.footer-bottom-links-wrp {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-links-wrp.more-gap {
  grid-column-gap: 40px;
}

.footer-bottom-link {
  color: var(--white-70-opacity);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
}

.footer-bottom-link:hover {
  color: var(--white);
}

.footer-bottom-link.second {
  color: var(--white-50-opacity);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-bottom-link-span {
  color: var(--white-50-opacity);
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-link-span:hover {
  color: var(--white);
}

.support-container {
  grid-row-gap: 40px;
  background-color: var(--beige);
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 270px;
  display: flex;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.support-content-wrp {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.support-block {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.support-block.changelog {
  border-bottom: 1px solid var(--dark-brown-20-opacity);
  padding-top: 20px;
  padding-bottom: 20px;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.list {
  width: 100%;
}

.list-item {
  color: var(--dark-brown);
}

.license-link {
  color: var(--dark-brown);
  text-decoration: none;
}

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

.utility-page-wrap {
  background-color: var(--dark-brown);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: stretch;
  width: 600px;
  display: flex;
}

.lottie-animation {
  height: 200px;
}

._404-text-wrp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._404-text {
  width: 300px;
  color: var(--white);
  margin-bottom: 0;
  font-size: 18px;
}

._404-home-link {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

._404-home-link:hover {
  text-decoration: underline;
}

.form-field-label {
  display: none;
}

.form-input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--white-50-opacity);
  background-color: var(--transparent);
  height: 60px;
  color: var(--white);
  margin-bottom: 0;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.form-submit {
  background-color: var(--transparent);
  width: 100px;
  color: var(--white);
  text-align: left;
  background-image: url('../images/Password-form-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25px;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  inset: 20px 0% auto auto;
}

.password-form-wrp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.error-message {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.success-message {
  background-color: var(--yellow);
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.fixed-noise-overlay {
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url('../images/Noise-bg.gif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 249px;
  background-attachment: scroll;
  display: none;
  position: fixed;
  inset: 0%;
}

.strikethrough {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  transform: translate(-101%);
}

.strikethrough.desktop-only {
  background-color: var(--yellow);
}

.strikethrough.yellow {
  background-color: var(--yellow);
  display: none;
}

.paragraph-link-span {
  color: var(--dark-brown);
  text-decoration: none;
}

.paragraph-link-span:hover {
  text-decoration: underline;
}

.nav-menu-social.mobile-only {
  display: none;
}

.paragraph-wrapper {
  width: 100%;
  max-width: 600px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-wrapper.width-900 {
  max-width: 900px;
}

.h3-heading-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.slider-arrow-icon {
  width: 30px;
  height: 30px;
  display: none;
}

.h5-heading-wrp {
  margin-bottom: 20px;
  display: inline-block;
}

.footer-brand {
  z-index: 9;
  text-decoration: none;
  position: relative;
}

.nav-inner-wrp {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--dark-brown);
}

.buy-box {
  z-index: 50;
  display: none;
  position: fixed;
  bottom: 60px;
  right: 20px;
}

.buy-button {
  border: 1px solid var(--beige);
  background-color: var(--dark-brown);
  color: var(--beige);
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1.2;
  transition: background-color .3s;
}

.buy-button:hover {
  background-color: #1d170f;
}

.image-logo {
  z-index: 1;
  width: auto;
  position: relative;
  overflow: visible;
}

.h1-heading-top {
  z-index: 1;
  color: var(--yellow);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.section-1 {
  padding-left: 50px;
  padding-right: 50px;
}

.section-1.hero {
  background-color: var(--dark-brown);
  padding-top: 240px;
  padding-bottom: 180px;
}

.section-1.about {
  background-color: var(--beige);
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.section-1.contact {
  background-color: var(--dark-brown);
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-1.newsletter {
  background-color: var(--beige);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-1.support-page {
  background-color: var(--dark-brown);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-1.slider {
  background-color: var(--beige);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.section-1.hero-1 {
  background-color: var(--dark-brown);
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-content-3 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.about-content-3.not-flex {
  display: block;
}

.top-content-visit {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: none;
}

.top-content-visit.flex-start {
  justify-content: flex-start;
}

.pricing-block-1, .pricing-block-2 {
  grid-column-gap: 30px;
  border-bottom: 2px solid var(--dark-brown-20-opacity);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 18px;
  display: none;
}

.pricing-block-3 {
  grid-column-gap: 30px;
  border-bottom: 2px solid var(--dark-brown-20-opacity);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 18px;
  display: flex;
}

.h5-heading-span-pp {
  font-size: 14px;
  display: none;
}

.h3-heading-pricing {
  margin-top: 0;
  margin-bottom: 0;
}

.h3-heading-pricing.white {
  color: var(--white);
}

.h5-heading-people {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4px;
}

.h5-heading-people.white {
  color: var(--white);
}

.h5-heading-people.no-padding {
  padding-left: 0;
  display: none;
}

.h5-heading-price {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4px;
}

.h5-heading-price.white {
  color: var(--white);
}

.h5-heading-price.no-padding {
  padding-left: 0;
  display: none;
}

.footer-bottom-link-3rd {
  color: var(--white-70-opacity);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
}

.footer-bottom-link-3rd:hover {
  color: var(--white);
}

.footer-bottom-link-3rd.second {
  color: var(--white-50-opacity);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  display: none;
}

.footer-bottom-link-2nd {
  color: var(--white-70-opacity);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
}

.footer-bottom-link-2nd:hover {
  color: var(--white);
}

.footer-bottom-link-2nd.second {
  color: var(--white-50-opacity);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  display: none;
}

.section-newsletter {
  padding-left: 50px;
  padding-right: 50px;
}

.section-newsletter.hero {
  background-color: var(--dark-brown);
  padding-top: 240px;
  padding-bottom: 180px;
}

.section-newsletter.about {
  background-color: var(--beige);
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.section-newsletter.contact {
  background-color: var(--dark-brown);
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-newsletter.newsletter {
  background-color: var(--beige);
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
}

.section-newsletter.support-page {
  background-color: var(--dark-brown);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-newsletter.slider {
  background-color: var(--beige);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.footer-social-wrapper-footer {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.h4-heading-hide {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.support-block-2 {
  grid-row-gap: 20px;
  flex-direction: column;
  display: none;
}

.support-block-2.changelog {
  border-bottom: 1px solid var(--dark-brown-20-opacity);
  padding-top: 20px;
  padding-bottom: 20px;
}

.support-block-3 {
  grid-row-gap: 20px;
  flex-direction: column;
  display: none;
}

.support-block-3.changelog {
  border-bottom: 1px solid var(--dark-brown-20-opacity);
  padding-top: 20px;
  padding-bottom: 20px;
}

.support-block-4 {
  grid-row-gap: 20px;
  flex-direction: column;
  display: none;
}

.support-block-4.changelog {
  border-bottom: 1px solid var(--dark-brown-20-opacity);
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social-link-youtube {
  color: var(--white-80-opacity);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-social-link-youtube:hover {
  color: #d6b69d;
}

.footer-social-separator-youtube {
  color: var(--white-80-opacity);
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.footer-social-link-twitter {
  color: var(--white-80-opacity);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s ease-in-out;
  display: none;
  position: relative;
  overflow: hidden;
}

.footer-social-link-twitter:hover {
  color: var(--yellow);
}

.footer-social-separator-twitter {
  color: var(--white-80-opacity);
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: none;
}

.boha {
  text-transform: none;
}

.link-boha {
  color: var(--white-50-opacity);
  text-decoration: none;
}

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

.footer-bottom-link-licenses {
  color: var(--white-70-opacity);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
  display: none;
}

.footer-bottom-link-licenses:hover {
  color: var(--white);
}

.footer-bottom-link-licenses.second {
  color: var(--white-50-opacity);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-social-separator-insta {
  color: var(--white-80-opacity);
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.nav-link-additional {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: none;
  position: relative;
  overflow: hidden;
}

.nav-link-additional.last {
  color: var(--yellow);
}

.nav-links-separator-additional {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  display: none;
}

.nav-menu-buy-tickets {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-link-right {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-right.last {
  color: var(--yellow);
}

.nav-link-buy {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-buy.last {
  color: var(--yellow);
  display: none;
}

.tickets {
  transition: color .3s;
}

.tickets:hover {
  color: #d6b69d;
}

.nav-menu-try {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: none;
}

.nav-menu-social-2.mobile-only {
  display: none;
}

.strikethrough-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  transform: translate(-101%);
}

.strikethrough-2.desktop-only {
  background-color: #edd580;
}

.nav-links-separator-2 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.nav-menu-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 66.6667%;
  display: none;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-2.last {
  color: #edd580;
}

.nav-link-2-1 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-2-1.last {
  color: #edd580;
}

.nav-link-2-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-2-2.last {
  color: #edd580;
}

.nav-link-2-3 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-2-3.last {
  color: #edd580;
}

.nav-link-2-4 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-2-4.last {
  color: #edd580;
}

.nav-links-separator-2-3, .nav-links-separator-2-1, .nav-links-separator-2-2 {
  color: #fff;
  letter-spacing: 1px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-nav-separator-3 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Melodrama, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
  display: none;
}

.footer-nav-block-2nd-lign {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: none;
}

.nav-link-right-about {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-right-about.last {
  color: var(--yellow);
  display: none;
}

.nav-link-right-gallery {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-right-gallery.last {
  color: var(--yellow);
  display: none;
}

.nav-link-right-shop {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-right-shop.last {
  color: var(--yellow);
  display: none;
}

.section-instagram {
  padding-left: 50px;
  padding-right: 50px;
}

.section-instagram.hero {
  background-color: var(--dark-brown);
  padding-top: 240px;
  padding-bottom: 180px;
}

.section-instagram.about {
  background-color: var(--beige);
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.section-instagram.contact {
  background-color: var(--dark-brown);
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-instagram.newsletter {
  background-color: var(--beige);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-instagram.support-page {
  background-color: var(--dark-brown);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-instagram.slider {
  background-color: var(--beige);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.full-width-slider-mask {
  position: static;
  overflow: visible;
}

.label {
  color: #6b6b6b;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 600;
}

.instagram-cards-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  position: static;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-2.hidden {
  overflow: hidden;
}

.hidden-slider-data {
  display: none;
}

.single-post-slide {
  width: 100%;
  height: 100%;
  margin-right: 50px;
}

.slider-nav {
  display: none;
}

.collection-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}

.full-width-slider-arrow {
  width: 30px;
  height: 30px;
}

.full-width-slider-arrow.right {
  inset: auto 0% 0% auto;
}

.full-width-slider-arrow.left {
  inset: auto auto 0% 0%;
}

.container-2 {
  width: 95%;
  max-width: 1350px;
  position: relative;
}

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

.container-2.grid.overflow-none {
  overflow: hidden;
}

.label-post-slider {
  color: #6b6b6b;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 600;
}

.label-post-slider.no-margin {
  display: none;
}

.container-instagram {
  width: 95%;
  max-width: 1350px;
  position: relative;
}

.container-instagram.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.container-instagram.grid.overflow-none {
  overflow: hidden;
}

.center-text {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}

.parallax-image-large {
  border-radius: 4px;
  width: 20vw;
  height: 20vw;
  position: absolute;
  overflow: hidden;
}

.parallax-image-large.image-6 {
  z-index: 1;
  top: 9.5vw;
  right: 0;
}

.parallax-image-large.image-1 {
  z-index: 1;
  inset: 6vw auto auto 3.5vw;
}

.parallax-image-large.image-7 {
  z-index: 2;
  bottom: 2.5vw;
  right: 7vw;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-3.parallax-section {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

.center-flex.relative-above {
  z-index: 5;
  position: relative;
}

.parallax-image-medium {
  border-radius: 4px;
  width: 12vw;
  height: 12vw;
  position: absolute;
  overflow: hidden;
}

.parallax-image-medium.image-5 {
  z-index: 2;
  inset: 0 auto auto 50vw;
}

.parallax-image-medium.image-2 {
  z-index: 2;
  z-index: 2;
  inset: 20vw auto auto 0;
  z-index: 2;
  inset: 20vw auto auto 0;
  inset: 20vw auto auto 0;
}

.section-wrapper {
  background-color: var(--beige);
  padding-top: 90px;
  padding-bottom: 90px;
  display: none;
}

.parallax-image-small {
  border-radius: 4px;
  width: 10vw;
  height: 10vw;
  position: absolute;
  overflow: hidden;
}

.parallax-image-small.image-4 {
  z-index: 2;
  inset: auto auto 6vw 24vw;
}

.parallax-image-small.image-3 {
  z-index: 1;
  z-index: 1;
  inset: auto auto 9.5vw 20vw;
  z-index: 1;
  inset: auto auto 9.5vw 20vw;
  inset: auto auto 9.5vw 20vw;
}

.container-3 {
  width: 95%;
  max-width: 1350px;
  position: relative;
}

.container-3.center-flex.parallax-container {
  z-index: 1;
  perspective: 1800px;
  height: 100vh;
  position: relative;
}

.container-3.grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.handle-button {
  background-color: var(--dark-brown);
  color: var(--beige);
  text-transform: uppercase;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 7.5px 10px;
  font-size: 14px;
  line-height: 1.3em;
}

.follow-button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #1f1f1f;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.follow-button:hover {
  transform: translate(0, -3px);
}

.follow-button.blue-bg {
  background-color: var(--dark-brown);
  color: var(--beige);
  border-style: none;
  text-decoration: none;
}

.follow-button.blue-bg.orange {
  background-color: var(--dark-brown);
}

.follow-button.blue-bg {
  color: #fff;
  background-color: #203492;
  border-style: none;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-4.parallax-section {
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.image-insta {
  max-width: 100%;
}

.text-block {
  font-family: Melodrama, sans-serif;
}

.link-at {
  color: var(--beige);
  font-size: 16px;
  text-decoration: none;
}

.paragraph-1 {
  text-align: justify;
  margin-bottom: 0;
}

.paragraph-1.wrapped-text {
  margin-top: 405px;
}

.paragraph-1.small {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.image-logo-phone {
  z-index: 1;
  width: auto;
  display: none;
  position: relative;
  overflow: visible;
}

.paragraph-wrapper-1 {
  width: 100%;
  max-width: 600px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.paragraph-wrapper-1.width-900 {
  max-width: 900px;
}

.about-content-1 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.about-content-1.not-flex {
  display: none;
}

.about-content-2 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: none;
}

.about-content-2.not-flex {
  display: block;
}

.section-gallery {
  padding-left: 50px;
  padding-right: 50px;
}

.section-gallery.hero {
  background-color: var(--dark-brown);
  padding-top: 240px;
  padding-bottom: 180px;
}

.section-gallery.about {
  background-color: var(--beige);
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.section-gallery.contact {
  background-color: var(--dark-brown);
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-gallery.newsletter {
  background-color: var(--beige);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-gallery.support-page {
  background-color: var(--dark-brown);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-gallery.slider {
  background-color: var(--beige);
  padding: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.section-tickets {
  padding-left: 50px;
  padding-right: 50px;
}

.section-tickets.hero {
  background-color: var(--dark-brown);
  padding-top: 240px;
  padding-bottom: 180px;
}

.section-tickets.about {
  background-color: var(--beige);
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.section-tickets.contact {
  background-color: var(--dark-brown);
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.section-tickets.newsletter {
  background-color: var(--beige);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-tickets.support-page {
  background-color: var(--dark-brown);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-tickets.slider {
  background-color: var(--beige);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.text-block-instagram {
  color: var(--white);
  font-family: Melodrama, sans-serif;
}

.h3-heading-wrapper-staytuned {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-shop {
  padding-left: 50px;
  padding-right: 50px;
}

.section-shop.hero {
  background-color: var(--dark-brown);
  padding-top: 240px;
  padding-bottom: 180px;
}

.section-shop.about {
  border-top: 3px none var(--dark-brown);
  background-color: var(--beige);
  padding-top: 50px;
  padding-bottom: 180px;
  display: none;
  position: relative;
  overflow: hidden;
}

.section-shop.contact {
  background-color: var(--dark-brown);
  padding-top: 180px;
  padding-bottom: 180px;
}

.section-shop.newsletter {
  background-color: var(--beige);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-shop.support-page {
  background-color: var(--dark-brown);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-shop.slider {
  background-color: var(--beige);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.h3-heading-backgammon-is-a-life {
  margin-top: 0;
  margin-bottom: 0;
}

.h3-heading-backgammon-is-a-life.white {
  color: var(--white);
}

.h5-heading-shop {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.h5-heading-shop.white {
  color: var(--white);
}

.h5-heading-shop.no-padding {
  padding-left: 0;
}

.h5-heading-about {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4px;
}

.h5-heading-about.white {
  color: var(--white);
}

.h5-heading-about.no-padding {
  padding-left: 0;
}

.h3-heading-backgammon-is-a-life-phone {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.h3-heading-backgammon-is-a-life-phone.white {
  color: var(--white);
}

.paragraph-2 {
  margin-bottom: auto;
  padding-left: 0;
  font-size: 30px;
  display: block;
  position: static;
}

.button {
  background-color: #a24b20;
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  inset: auto 220px 75px auto;
}

.shop-button {
  background-color: var(--dark-brown);
  color: var(--white);
  border-radius: 7px;
  margin-top: 30px;
  transition: background-color .15s;
}

.shop-button:hover {
  color: #d5c4ad;
  background-color: #7e3815;
}

.about-first-img-wrp-phone {
  width: 100%;
  max-width: 650px;
  height: 750px;
  display: none;
  position: relative;
  overflow: hidden;
}

.about-img-phone-shop {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: -15% 0% 0%;
}

.about-first-img-wrp-phone-shop {
  width: 100%;
  max-width: 650px;
  height: 750px;
  display: none;
  position: relative;
  overflow: hidden;
}

.grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.handle-button-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border-radius: 30px;
  margin-bottom: 15px;
  padding: 7.5px 10px;
  font-size: 10px;
  line-height: 1.3em;
}

.elements---element-title {
  background-color: #fff;
  border: 1px solid #d6dce5;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  padding: 30px 25px;
  display: block;
  box-shadow: 0 4px 10px #14142b0f;
}

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

.flex-horizontal.vertical-mbp {
  margin-bottom: 64px;
}

.section-5 {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: visible;
}

.empty-state {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebeff6;
  border-radius: 11px;
  padding: 26px 24px;
  box-shadow: 0 2px 12px #14142b14;
}

.divider-vertical {
  background-color: #dcddeb;
  align-self: stretch;
  min-width: 1px;
  max-width: 1px;
  margin-left: 24px;
  margin-right: 24px;
}

.btn-primary {
  color: #fff;
  text-align: center;
  background-color: #ff2d46;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 4px 8px #ff2d4666;
}

.btn-primary:hover {
  color: #fff;
  transform: scale(.95);
}

.btn-primary.pd-14px---24px {
  padding: 14px 24px;
}

.pd-top-120px {
  padding-top: 120px;
}

.color-neutral-800 {
  color: #19213d;
}

.color-neutral-800.hover-color-accent-1:hover {
  color: #ff2d46;
}

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

.flex {
  display: flex;
}

.flex.align-center {
  align-items: center;
}

.flex.align-center.gap-column-12px {
  grid-column-gap: 12px;
}

.text-200 {
  line-height: 20px;
}

.text-200.bold {
  font-weight: 500;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.grid-2-columns._1-col-tablet.gap-24px {
  grid-template-rows: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-2-columns._1-col-tablet.gap-24px._1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 15px;
}

.grid-2-columns._1-col-tablet.gap-24px._0px {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-2-columns._1-col-tablet.gap-24px._25px {
  margin-bottom: 45px;
}

.social-icon-font {
  line-height: 21px;
}

.social-icon-font.btn-social-icon {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1em;
}

.logo-instagram {
  border-radius: 100px;
  max-width: 40px;
  box-shadow: 0 2px 6px #14142b14;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.section-6 {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: visible;
}

.instagram-feed---icon-inside {
  min-width: 40px;
  max-width: 40px;
}

.instagram-feed---image-overlay {
  z-index: 1;
  transform-origin: 0%;
  background-color: #000000a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-feed---image-wrapper {
  z-index: 1;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  max-height: 379px;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.instagram-feed---image-wrapper.height-auto {
  border-radius: 8px;
  max-height: none;
}

.instagram-feed---image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-wrapper-desktop {
  background-color: var(--beige);
  padding-top: 90px;
  padding-bottom: 90px;
}

.link-at-small {
  color: var(--beige);
  font-size: 16px;
  text-decoration: none;
}

.nav-link-right-mobile {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-right-mobile.last {
  color: var(--yellow);
  display: none;
}

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

  h2 {
    font-size: 82px;
  }

  h3 {
    font-size: 64px;
  }

  h4 {
    font-size: 28px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link:hover {
    color: var(--yellow);
  }

  .nav-link.last {
    color: var(--white);
  }

  .nav-link.last:hover {
    color: var(--yellow);
  }

  .nav-menu {
    background-color: var(--dark-brown);
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-links-separator {
    display: none;
  }

  .section.hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.about {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.contact {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.newsletter, .section.slider {
    width: 100%;
  }

  .container.about-cont {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .container.absolute {
    top: 42px;
  }

  .hero-img-wrp {
    margin-top: -70px;
  }

  .about-content {
    flex-direction: column;
    display: flex;
  }

  .about-content.not-flex {
    grid-row-gap: 50px;
    display: flex;
  }

  .big-title {
    display: none;
  }

  .h5-heading.no-padding {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-content {
    justify-content: flex-start;
  }

  .top-content-inner-wrp.width-650 {
    max-width: 100%;
  }

  .bottom-content {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph {
    text-align: justify;
  }

  .gallery-slider {
    height: 685px;
  }

  .gallery-img {
    height: 600px;
  }

  .slider-arrow {
    top: 80px;
  }

  .slider-arrow.left {
    padding-left: 50px;
  }

  .slider-arrow.right {
    padding-right: 50px;
  }

  .slide-number-wrp {
    height: 85px;
  }

  .slide-number-txt, .slide-number-changing-txt {
    font-size: 64px;
  }

  .hero-first-img-wrp {
    height: 600px;
  }

  .hero-second-img-wrp {
    max-width: 500px;
    height: 400px;
    margin-bottom: 150px;
    margin-right: 50px;
  }

  .hero-third-img-wrp {
    max-width: 280px;
    height: 380px;
    bottom: -200px;
  }

  .about-first-img-wrp {
    max-width: 1300px;
    height: 800px;
  }

  .about-second-img-wrp {
    float: none;
    width: 100%;
    max-width: 100%;
    height: 400px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .about-heading-wrp {
    margin-top: 0;
  }

  .wrapped-text-content-wrp {
    max-width: 100%;
  }

  .contact-info-wrp {
    flex-direction: column;
    display: none;
  }

  .map-img-wrp {
    height: 500px;
  }

  .contact-info-block {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .pricing-wrp {
    flex-direction: column;
    height: 700px;
  }

  .pricing-img-wrp {
    width: 100%;
    max-width: 100%;
    height: 500px;
  }

  .pricing-inner-wrp {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    width: 100%;
    max-width: 100%;
  }

  .pricing-details {
    align-items: flex-start;
  }

  .pricing-decor-circle {
    inset: 487.5px auto 0% -12.5px;
  }

  .pricing-decor-circle.bottom {
    inset: 487.5px -12.5px 0% auto;
  }

  .footer {
    width: 100%;
  }

  .footer-nav {
    grid-row-gap: 24px;
    width: 100%;
  }

  .footer-nav-block {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .footer-nav-link {
    font-size: 64px;
  }

  .footer-nav-separator {
    font-size: 64px;
    display: none;
  }

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

  .footer-bottom-links-wrp.more-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .support-container {
    padding: 80px 50px;
  }

  .utility-page-content, .utility-page-form {
    width: 480px;
  }

  .lottie-animation {
    height: 180px;
  }

  .strikethrough {
    display: none;
  }

  .menu-button {
    padding: 20px 0;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .burger-line-1 {
    background-color: var(--yellow);
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-2 {
    background-color: var(--yellow);
    width: 24px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-3 {
    background-color: var(--yellow);
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-social {
    border-top: 1px solid var(--white-10-opacity);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin-top: 12px;
    padding-top: 50px;
    display: flex;
  }

  .nav-menu-social.mobile-only {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu-social-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-menu-social-link {
    color: var(--white-80-opacity);
    text-transform: uppercase;
    font-family: Satoshi, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    transition: color .2s;
  }

  .nav-menu-social-link:hover {
    color: var(--yellow);
  }

  .paragraph-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .slider-arrow-icon {
    display: block;
  }

  .h5-heading-wrp {
    margin-bottom: 0;
  }

  .nav-inner-wrp {
    flex-direction: column;
  }

  .section-1.hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-1.about, .section-1.contact {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-1.newsletter, .section-1.slider {
    width: 100%;
  }

  .section-1.hero-1 {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .about-content-3 {
    flex-direction: column;
    display: none;
  }

  .about-content-3.not-flex {
    grid-row-gap: 50px;
    display: flex;
  }

  .top-content-visit {
    justify-content: flex-start;
  }

  .h5-heading-people.no-padding, .h5-heading-price.no-padding {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-newsletter.hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-newsletter.about, .section-newsletter.contact {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-newsletter.newsletter, .section-newsletter.slider {
    width: 100%;
  }

  .nav-link-additional {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link-additional:hover {
    color: var(--yellow);
  }

  .nav-link-additional.last {
    color: var(--white);
  }

  .nav-link-additional.last:hover {
    color: var(--yellow);
  }

  .nav-links-separator-additional {
    display: none;
  }

  .nav-menu-buy-tickets {
    background-color: var(--dark-brown);
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-link-right {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link-right:hover {
    color: var(--yellow);
  }

  .nav-link-right.last {
    color: var(--white);
    display: none;
  }

  .nav-link-right.last:hover {
    color: var(--yellow);
  }

  .nav-link-right.last.w--current {
    display: none;
  }

  .nav-link-buy {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link-buy:hover {
    color: var(--yellow);
  }

  .nav-link-buy.last {
    color: var(--white);
  }

  .nav-link-buy.last:hover {
    color: var(--yellow);
  }

  .nav-menu-try {
    background-color: var(--dark-brown);
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu-social-2 {
    border-top: 1px solid #ffffff1a;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin-top: 12px;
    padding-top: 50px;
    display: flex;
  }

  .nav-menu-social-2.mobile-only {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu-social-link-2 {
    color: #fffc;
    text-transform: uppercase;
    font-family: Satoshi, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    transition: color .2s;
  }

  .nav-menu-social-link-2:hover {
    color: #edd580;
  }

  .strikethrough-2, .nav-links-separator-2 {
    display: none;
  }

  .nav-menu-2 {
    background-color: #32271a;
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-link-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link-2:hover {
    color: #edd580;
  }

  .nav-link-2.last {
    color: #fff;
  }

  .nav-link-2.last:hover {
    color: #edd580;
  }

  .nav-link-2-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link-2-1:hover {
    color: #edd580;
  }

  .nav-link-2-1.last {
    color: #fff;
  }

  .nav-link-2-1.last:hover {
    color: #edd580;
  }

  .nav-link-2-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link-2-2:hover {
    color: #edd580;
  }

  .nav-link-2-2.last {
    color: #fff;
  }

  .nav-link-2-2.last:hover {
    color: #edd580;
  }

  .nav-link-2-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link-2-3:hover {
    color: #edd580;
  }

  .nav-link-2-3.last {
    color: #fff;
  }

  .nav-link-2-3.last:hover {
    color: #edd580;
  }

  .nav-link-2-4 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link-2-4:hover {
    color: #edd580;
  }

  .nav-link-2-4.last {
    color: #fff;
  }

  .nav-link-2-4.last:hover {
    color: #edd580;
  }

  .nav-links-separator-2-3, .nav-links-separator-2-1, .nav-links-separator-2-2 {
    display: none;
  }

  .footer-nav-separator-3 {
    font-size: 64px;
    display: none;
  }

  .footer-nav-block-2nd-lign {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .nav-link-right-about {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link-right-about:hover {
    color: var(--yellow);
  }

  .nav-link-right-about.last {
    color: var(--white);
    display: flex;
  }

  .nav-link-right-about.last:hover {
    color: var(--yellow);
  }

  .nav-link-right-gallery {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link-right-gallery:hover {
    color: var(--yellow);
  }

  .nav-link-right-gallery.last {
    color: var(--white);
  }

  .nav-link-right-gallery.last:hover {
    color: var(--yellow);
  }

  .nav-link-right-shop {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link-right-shop:hover {
    color: var(--yellow);
  }

  .nav-link-right-shop.last {
    color: var(--white);
    display: flex;
  }

  .nav-link-right-shop.last:hover {
    color: var(--yellow);
  }

  .section-instagram.hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-instagram.about, .section-instagram.contact {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-instagram.newsletter, .section-instagram.slider {
    width: 100%;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .parallax-image-large {
    z-index: -3;
    width: 250px;
    height: 250px;
  }

  .parallax-image-large.image-6 {
    top: 15vw;
  }

  .parallax-image-large.image-7 {
    bottom: 5vw;
  }

  .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-3.parallax-section {
    min-height: 100vh;
    overflow: visible;
  }

  .center-flex.relative-above {
    z-index: 5;
    z-index: 5;
    position: relative;
  }

  .parallax-image-medium {
    z-index: -2;
    width: 175px;
    height: 175px;
  }

  .parallax-image-medium.image-5 {
    top: 10vw;
  }

  .section-wrapper {
    padding-top: 50px;
    padding-bottom: 80px;
    display: block;
  }

  .parallax-image-small {
    z-index: -1;
    width: 150px;
    height: 150px;
  }

  .parallax-image-small.image-3 {
    bottom: 12vw;
    left: 11vw;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-4.parallax-section {
    min-height: 100vh;
    overflow: visible;
  }

  .paragraph-wrapper-1 {
    width: 100%;
    max-width: 100%;
  }

  .about-content-1 {
    flex-direction: column;
    display: flex;
  }

  .about-content-1.not-flex {
    grid-row-gap: 50px;
    display: none;
  }

  .about-content-2 {
    flex-direction: column;
    display: none;
  }

  .about-content-2.not-flex {
    grid-row-gap: 50px;
    display: flex;
  }

  .section-gallery.hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-gallery.about, .section-gallery.contact {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-gallery.newsletter, .section-gallery.slider {
    width: 100%;
  }

  .section-tickets.hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-tickets.about {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-tickets.contact {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-tickets.newsletter, .section-tickets.slider {
    width: 100%;
  }

  .h3-heading-wrapper-staytuned {
    margin-bottom: 35px;
  }

  .section-shop.hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-shop.about {
    border-top-style: none;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-shop.contact {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-shop.newsletter, .section-shop.slider {
    width: 100%;
  }

  .h3-heading-backgammon-is-a-life {
    font-size: 60px;
  }

  .h5-heading-shop.no-padding, .h5-heading-about.no-padding {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .h3-heading-backgammon-is-a-life-phone {
    font-size: 60px;
  }

  .wrapped-text-content-wrp-2 {
    max-width: 100%;
  }

  .about-first-img-wrp-phone, .about-first-img-wrp-phone-shop {
    max-width: 1300px;
    height: 800px;
  }

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

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .pd-top-120px {
    padding-top: 118px;
  }

  .grid-2-columns, .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet.gap-24px._0px._2-columns {
    grid-template-columns: 1fr 1fr;
  }

  .section-6 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .instagram-feed---image-wrapper {
    border-radius: 10px;
  }

  .section-wrapper-desktop {
    padding-top: 50px;
    padding-bottom: 80px;
    display: none;
  }

  .nav-link-right-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Melodrama, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link-right-mobile:hover {
    color: var(--yellow);
  }

  .nav-link-right-mobile.last {
    color: var(--white);
    display: flex;
  }

  .nav-link-right-mobile.last:hover {
    color: var(--yellow);
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 64px;
  }

  h3 {
    font-size: 48px;
  }

  h4 {
    font-size: 24px;
  }

  p {
    font-size: 18px;
    line-height: 150%;
  }

  li {
    font-size: 18px;
  }

  .navbar {
    padding: 2px 20px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.hero {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.about {
    padding: 100px 0 0;
  }

  .section.contact {
    padding: 20px 0 100px;
  }

  .section.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.support-page {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.about-cont {
    grid-row-gap: 5px;
  }

  .container.footer-cont {
    grid-row-gap: 20px;
  }

  .container.absolute {
    padding-left: 20px;
    padding-right: 20px;
    top: 28px;
  }

  .hero-img-wrp {
    margin-top: -60px;
  }

  .h5-heading.no-padding {
    flex-direction: column;
    display: flex;
  }

  .h5-heading.left-align {
    text-align: left;
    padding-left: 20px;
  }

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

  .top-content {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    position: relative;
  }

  .top-content.flex-start {
    flex-direction: column;
    margin-top: 0;
    position: relative;
  }

  .top-content-inner-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
  }

  .paragraph.wrapped-text {
    margin-top: 10px;
  }

  .about-img.parallax-image {
    height: auto;
    position: static;
    top: 0%;
  }

  .gallery-slider {
    height: 470px;
  }

  .gallery-img {
    height: 400px;
  }

  .slider-arrow {
    top: 70px;
  }

  .slider-arrow.left {
    padding-top: 70px;
    padding-left: 30px;
  }

  .slider-arrow.right {
    padding-top: 70px;
    padding-right: 30px;
  }

  .slide-number-wrp {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-number-txt, .slide-number-changing-txt {
    font-size: 48px;
  }

  .hero-first-img-wrp {
    height: 600px;
  }

  .hero-second-img-wrp {
    max-width: 400px;
    height: 400px;
  }

  .hero-third-img-wrp {
    max-width: 250px;
    height: 350px;
    margin-left: 25px;
    bottom: -150px;
  }

  .about-first-img-wrp, .about-second-img-wrp {
    height: auto;
  }

  .about-heading-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-third-img-wrp {
    height: auto;
    margin-right: 0;
  }

  .about-fourth-img-wrp {
    max-width: 100%;
    height: 300px;
    margin-top: -80px;
  }

  .about-fifth-img-wrp {
    float: none;
    margin-right: 0;
  }

  .wrapped-text-content-wrp {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .contact-info-wrp {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-img-wrp {
    height: 400px;
  }

  .pricing-wrp {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-img-wrp {
    height: auto;
  }

  .pricing-img.parallax-image {
    height: auto;
    position: static;
    top: 0%;
  }

  .pricing-inner-wrp {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-block {
    grid-row-gap: 18px;
    border-top: 2px solid var(--dark-brown-20-opacity);
    border-bottom-style: none;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 0;
  }

  .pricing-details {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: none;
  }

  .pricing-link {
    border: 1px solid var(--dark-brown);
    justify-content: center;
    width: 100%;
    padding: 16px;
  }

  .pricing-decor-circle {
    inset: -13px auto auto -13px;
  }

  .pricing-decor-circle.bottom {
    inset: -13px -13px auto auto;
  }

  .newsletter-form-input {
    text-align: center;
  }

  .submit-btn {
    border: 1px solid var(--dark-brown);
    text-align: center;
    background-position: 67%;
    width: 100%;
    padding: 16px;
    position: relative;
    top: 30px;
  }

  .footer-nav {
    margin-bottom: 20px;
  }

  .footer-nav-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .footer-nav-link {
    font-size: 48px;
  }

  .footer-social-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-social-link {
    margin-top: 20px;
  }

  .footer-social-separator {
    display: none;
  }

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

  .footer-bottom-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-links-wrp.more-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .support-container {
    padding: 60px 20px;
  }

  .utility-page-content, .utility-page-form {
    width: 360px;
  }

  .lottie-animation {
    height: 160px;
  }

  .nav-menu-social.mobile-only {
    width: 100%;
  }

  .paragraph-wrapper, .h3-heading-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h5-heading-wrp {
    text-align: right;
    margin-top: 20px;
    padding-right: 20px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .image-logo {
    display: none;
  }

  .section-1.hero {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-1.about {
    padding: 100px 0;
  }

  .section-1.contact {
    padding: 20px 0 100px;
  }

  .section-1.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-1.support-page, .section-1.hero-1 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .top-content-visit {
    position: relative;
  }

  .top-content-visit.flex-start {
    flex-direction: column;
    margin-top: 0;
    position: relative;
  }

  .pricing-block-1, .pricing-block-2, .pricing-block-3 {
    grid-row-gap: 18px;
    border-top: 2px solid var(--dark-brown-20-opacity);
    border-bottom-style: none;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 0;
  }

  .h3-heading-pricing {
    font-size: 44px;
  }

  .h5-heading-people.no-padding {
    flex-direction: column;
    display: flex;
  }

  .h5-heading-people.left-align {
    text-align: left;
    padding-left: 20px;
  }

  .h5-heading-price.no-padding {
    flex-direction: column;
    display: flex;
  }

  .h5-heading-price.left-align {
    text-align: left;
    padding-left: 20px;
  }

  .section-newsletter.hero {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-newsletter.about {
    padding: 100px 0;
  }

  .section-newsletter.contact {
    padding: 20px 0 100px;
  }

  .section-newsletter.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-newsletter.support-page {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-wrapper-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .footer-social-link-youtube {
    margin-top: 20px;
  }

  .footer-social-separator-youtube, .footer-social-separator-twitter, .footer-social-separator-insta {
    display: none;
  }

  .nav-menu-buy-tickets, .nav-menu-try {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-social-2.mobile-only {
    width: 100%;
  }

  .nav-menu-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-nav-block-2nd-lign {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .section-instagram.hero {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-instagram.about {
    padding: 100px 0;
  }

  .section-instagram.contact {
    padding: 20px 0 100px;
  }

  .section-instagram.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-instagram.support-page {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .parallax-image-large {
    width: 200px;
    height: 200px;
  }

  .parallax-image-large.image-6 {
    top: 30px;
    right: 200px;
  }

  .parallax-image-large.image-1 {
    top: 20px;
    left: 76px;
  }

  .parallax-image-large.image-7 {
    bottom: 50px;
    right: 30px;
  }

  .section-3.parallax-section {
    height: 700px;
    min-height: 0;
  }

  .parallax-image-medium {
    width: 150px;
    height: 150px;
  }

  .parallax-image-medium.image-5 {
    top: 10px;
    left: 300px;
  }

  .parallax-image-medium.image-2 {
    top: 100px;
    left: 20px;
  }

  .section-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .parallax-image-small {
    width: 120px;
    height: 120px;
  }

  .parallax-image-small.image-4 {
    bottom: 70px;
    left: 100px;
  }

  .parallax-image-small.image-3 {
    bottom: 100px;
    left: 50px;
  }

  .section-4.parallax-section {
    height: 700px;
    min-height: 0;
  }

  .paragraph-1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
  }

  .paragraph-1.wrapped-text {
    margin-top: 30px;
  }

  .image-logo-phone {
    display: inline-block;
  }

  .paragraph-wrapper-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-gallery.hero {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-gallery.about {
    padding: 100px 0;
  }

  .section-gallery.contact {
    padding: 20px 0 100px;
  }

  .section-gallery.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-gallery.support-page {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-tickets.hero {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-tickets.about {
    padding: 100px 0;
  }

  .section-tickets.contact {
    padding: 20px 0 100px;
  }

  .section-tickets.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-tickets.support-page {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h3-heading-wrapper-staytuned {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-shop.hero {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .section-shop.contact {
    padding: 20px 0 100px;
  }

  .section-shop.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-shop.support-page {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h3-heading-backgammon-is-a-life {
    font-size: 44px;
  }

  .h5-heading-shop.no-padding {
    flex-direction: column;
    display: flex;
  }

  .h5-heading-shop.left-align {
    text-align: left;
    padding-left: 20px;
  }

  .h5-heading-about.no-padding {
    flex-direction: column;
    display: flex;
  }

  .h5-heading-about.left-align {
    text-align: left;
    padding-left: 20px;
  }

  .h3-heading-backgammon-is-a-life-phone {
    font-size: 44px;
  }

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

  .wrapped-text-content-wrp-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .shop-button {
    font-size: 23px;
  }

  .about-first-img-wrp-phone {
    height: auto;
  }

  .about-img-phone-shop.parallax-image {
    height: auto;
    position: static;
    top: 0%;
  }

  .about-first-img-wrp-phone-shop {
    height: auto;
  }

  .section-wrapper-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .elements---element-title {
    grid-row-gap: 16px;
    text-align: center;
    border-radius: 100px;
    flex-direction: column;
    padding: 20px 24px;
  }

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

  .divider-vertical.horizontal-mbp {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .pd-top-120px {
    padding-top: 100px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

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

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

  .section-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .instagram-feed---image-wrapper.height-auto {
    max-height: 379px;
  }

  .section-wrapper-desktop {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 48px;
  }

  h5 {
    font-size: 14px;
  }

  .brand {
    width: 140px;
    padding-bottom: 8px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .section.hero {
    padding-bottom: 80px;
  }

  .section.about {
    padding-top: 80px;
  }

  .section.contact {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .section.newsletter {
    padding: 80px 20px;
  }

  .container.about-cont {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container.footer-cont {
    grid-row-gap: 10px;
  }

  .hero-img-wrp {
    margin-top: -55px;
  }

  .about-content.not-flex {
    grid-row-gap: 30px;
  }

  .h3-heading {
    font-size: 33px;
  }

  .top-content-inner-wrp {
    grid-row-gap: 20px;
  }

  .paragraph.wrapped-text {
    margin-top: 10px;
  }

  .gallery-slider {
    height: 370px;
  }

  .gallery-img {
    height: 300px;
  }

  .slider-arrow.left {
    padding-left: 10px;
  }

  .slider-arrow.right {
    padding-right: 10px;
  }

  .hero-first-img-wrp {
    height: 500px;
  }

  .hero-second-img-wrp {
    width: 80%;
    max-width: 200px;
    height: 230px;
    margin-top: -100px;
    margin-bottom: 60px;
  }

  .hero-third-img-wrp {
    max-width: 150px;
    height: 200px;
    margin-left: 20px;
    bottom: -130px;
  }

  .about-first-img-wrp {
    height: 500px;
  }

  .about-second-img-wrp {
    height: 250px;
  }

  .about-fifth-img-wrp {
    margin-top: 30px;
  }

  .wrapped-text-content-wrp {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .map-img-wrp {
    height: 300px;
  }

  .pricing-wrp {
    height: 500px;
  }

  .pricing-img-wrp {
    height: 300px;
  }

  .pricing-inner-wrp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px 20px;
  }

  .pricing-decor-circle, .pricing-decor-circle.bottom {
    top: 287.5px;
  }

  .submit-btn {
    background-position: 75%;
  }

  .footer-bottom-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom-link {
    flex: none;
  }

  .license-link {
    word-break: break-all;
  }

  .utility-page-content, .utility-page-form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie-animation {
    height: 140px;
  }

  .section-1.hero {
    padding-bottom: 80px;
  }

  .section-1.about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-1.contact {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .section-1.newsletter {
    padding: 80px 20px;
  }

  .section-1.hero-1 {
    padding-bottom: 0;
  }

  .about-content-3.not-flex {
    grid-row-gap: 30px;
  }

  .h3-heading-pricing {
    text-align: center;
    font-size: 32px;
  }

  .footer-bottom-link-3rd, .footer-bottom-link-2nd {
    flex: none;
  }

  .section-newsletter.hero {
    padding-bottom: 80px;
  }

  .section-newsletter.about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-newsletter.contact {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .section-newsletter.newsletter {
    padding: 80px 20px;
  }

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

  .footer-bottom-link-licenses {
    flex: none;
  }

  .nav-link-additional, .nav-link-right, .nav-link-buy, .nav-link-2, .nav-link-2-1, .nav-link-2-2, .nav-link-2-3, .nav-link-2-4, .nav-link-right-about, .nav-link-right-gallery, .nav-link-right-shop {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .section-instagram.hero {
    padding-bottom: 80px;
  }

  .section-instagram.about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-instagram.contact {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .section-instagram.newsletter {
    padding: 80px 20px;
  }

  .section-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

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

  .parallax-image-large.image-6 {
    top: 200px;
    right: -111px;
  }

  .parallax-image-large.image-1 {
    top: 114px;
    left: 10px;
  }

  .parallax-image-large.image-7 {
    bottom: 0;
    right: 0;
  }

  .section-3 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-3.parallax-section {
    overflow: hidden;
  }

  .parallax-image-medium.image-5 {
    left: auto;
    right: 20px;
  }

  .parallax-image-medium.image-2 {
    top: 200px;
    left: -67px;
  }

  .section-wrapper {
    padding-top: 80px;
  }

  .parallax-image-small.image-4 {
    bottom: 55px;
    left: 30px;
  }

  .parallax-image-small.image-3 {
    left: 0;
  }

  .section-4 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-4.parallax-section {
    overflow: hidden;
  }

  .about-content-1.not-flex, .about-content-2.not-flex {
    grid-row-gap: 30px;
  }

  .section-gallery.hero {
    padding-bottom: 80px;
  }

  .section-gallery.about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-gallery.contact {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .section-gallery.newsletter {
    padding: 80px 20px;
  }

  .section-tickets.hero {
    padding-bottom: 80px;
  }

  .section-tickets.about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-tickets.contact {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .section-tickets.newsletter {
    padding: 80px 20px;
  }

  .text-block-instagram {
    font-size: 18px;
  }

  .h3-heading-wrapper-staytuned {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .section-shop.hero {
    padding-bottom: 80px;
  }

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

  .section-shop.contact {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .section-shop.newsletter {
    padding: 80px 20px;
  }

  .h3-heading-backgammon-is-a-life {
    font-size: 38px;
    display: none;
  }

  .h5-heading-shop {
    margin-bottom: 20px;
  }

  .h3-heading-backgammon-is-a-life-phone {
    font-size: 38px;
    display: block;
  }

  .paragraph-2 {
    margin-top: 15px;
    font-size: 23px;
  }

  .shop-button {
    margin-top: 20px;
    font-size: 22px;
  }

  .about-first-img-wrp-phone {
    height: 500px;
    display: block;
  }

  .about-first-img-wrp-phone-shop {
    display: block;
  }

  .flex-horizontal.vertical-mbp {
    flex-direction: column;
  }

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

  .divider-vertical.horizontal-mbp {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 1px;
    max-height: 1px;
    margin: 24px 0;
  }

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

  .pd-top-120px {
    padding-top: 96px;
  }

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

  .section-6 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .instagram-feed---icon-inside {
    max-width: 36px;
  }

  .section-wrapper-desktop {
    padding-top: 20px;
  }

  .link-at-small {
    font-size: 12px;
  }

  .nav-link-right-mobile {
    padding-top: 15px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_11cbfd76-cd8f-b3cc-cfe4-556898518a17-4410a096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_11cbfd76-cd8f-b3cc-cfe4-556898518a1a-4410a096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_11cbfd76-cd8f-b3cc-cfe4-556898518a1d-4410a096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_11cbfd76-cd8f-b3cc-cfe4-556898518a20-4410a096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8dac19a0-c6b2-7bcf-77af-71bb4410a0b7-4410a096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_8dac19a0-c6b2-7bcf-77af-71bb4410a0ba-4410a096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8dac19a0-c6b2-7bcf-77af-71bb4410a0bd-4410a096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_8dac19a0-c6b2-7bcf-77af-71bb4410a0c0-4410a096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_92878f50-1424-0f61-41fa-fc871229af39-1229aede, #w-node-_92878f50-1424-0f61-41fa-fc871229af3e-1229aede {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'STTitan';
  src: url('../fonts/STTitanRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Cloudflare export fix: center and scale the desktop hero logo */
@media screen and (min-width: 768px) {
  .image-logo {
    display: block;
    width: 100%;
    max-width: 1050px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
