:root {
  --black: #1e1e1e;
  --white: white;
  --gray: #ededed;
  --red: #ff4141;
  --dark-blue: #05273c;
  --light-sweet-grey: #a3bac3;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.2em;
}

h1 {
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 800;
  line-height: 1em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1em;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.2em;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2em;
}

a {
  color: var(--black);
  text-decoration: none;
}

.container {
  max-width: none;
  margin-left: 4.5vw;
  margin-right: 4.5vw;
}

.container.nav-container {
  width: 100%;
}

.hero-video {
  border-radius: 0;
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 88px;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
}

.animated-slogan {
  flex: 0 auto;
  display: none;
  position: absolute;
  inset: auto 4.5vw 4.5vw auto;
}

.animated-slogan.footer-slogan {
  width: 120px;
  margin-top: 0;
  display: block;
}

.image {
  position: absolute;
  inset: 38% 0% 0% 38%;
}

.nav-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.line {
  background-color: var(--white);
  border-radius: 5px;
  width: 35px;
  height: 4px;
}

.line.midline {
  width: 23px;
}

.line.black {
  background-color: var(--black);
}

.social-media-flex {
  z-index: 1;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  margin-right: 4.5vw;
  position: absolute;
  inset: 23% 0% 0% auto;
}

.social-media-flex._2 {
  top: 88px;
}

.categories-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 88px;
}

.category-item {
  background-color: var(--black);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  height: 1080px;
  padding-bottom: 88px;
}

.category-item.football {
  background-image: url('../images/nima-sarram-43qjrSj13eU-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-item.basketball {
  background-image: url('../images/august-phlieger-CREqtqgBFcU-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.category-item.tennis {
  background-image: url('../images/moises-alex-WqI-PbYugn4-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.category-item.swim {
  background-image: url('../images/gentrit-sylejmani-JjUyjE-oEbM-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.category-item.volley {
  background-image: url('../images/angelo-pantazis-vC78PKRJpcY-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.category-item.fitness {
  background-image: url('../images/total-shape-wXBK9JrM0iU-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.white {
  z-index: 1;
  color: var(--white);
  text-align: justify;
  border: 0 solid #000;
  border-radius: 4px;
  font-family: Exo, sans-serif;
}

.white.cta-title {
  max-width: 80%;
}

.category-item {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  height: 688px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.category-item.football.top-maring--88 {
  background-image: url('../images/sponsor.png');
}

.category-item.basketball {
  background-image: url('../images/pexels-cottonbro-7441378.jpg');
}

.category-item.volley.top-maring--88 {
  background-image: url('../images/Niños-basquet.png');
}

.features {
  margin-top: 128px;
  margin-bottom: 128px;
}

.featured-item {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.featured-title {
  text-align: center;
  max-width: 888px;
  margin-left: 0;
  padding-left: 160px;
}

.experts {
  margin-top: 128px;
  margin-bottom: 128px;
  overflow: hidden;
}

.expert-item {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  background-color: #ededed;
  background-image: linear-gradient(4deg, var(--gray), var(--white));
  border-radius: 0 0 292px 292px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 128px;
  display: flex;
}

.expert-position {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.expert-title {
  text-align: center;
  margin-top: 18px;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.expert-img {
  border-radius: 244px;
  height: 288px;
}

.offer-box {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: linear-gradient(45deg, #000, #1e1e1e00), url('../images/alicia-quan-PRGPebJ3-WU-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 128px;
  margin-bottom: 128px;
  padding: 4.5vw;
  display: flex;
  position: relative;
}

.text-span {
  color: var(--white);
  text-shadow: 5px 6px 1px #d61532;
}

.offer-features-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: stretch;
}

.offer-feature-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.price {
  color: var(--white);
  font-size: 68px;
  font-weight: 200;
  line-height: 1.2em;
}

.price-note {
  color: #f7f155;
  font-size: 18px;
  font-weight: 300;
}

.offer-note {
  color: var(--white);
  max-width: 70%;
  font-size: 18px;
  font-weight: 100;
}

.button {
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  max-width: 188px;
  display: flex;
  position: relative;
}

.button-icon-box {
  background-color: var(--red);
  border-radius: 100%;
  justify-content: space-between;
  width: 60px;
  height: 60px;
  padding: 24px;
  display: flex;
}

.button-text {
  text-align: right;
  margin-top: -18px;
  margin-right: 33px;
  font-size: 22px;
  font-weight: 500;
}

.testimonials {
  margin-top: 128px;
  margin-bottom: 148px;
}

.events {
  margin-top: 88px;
  margin-bottom: 88px;
}

.events-heading-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 88px;
}

.button-text {
  z-index: 1;
  position: relative;
}

.button-text.black {
  color: var(--black);
}

.event-item {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 688px;
  padding: 38px;
  display: flex;
  position: relative;
}

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

.overlay {
  z-index: 0;
  background-image: linear-gradient(#1e1e1e00, #1e1e1e00 39%, #1e1e1ee6 77%, #000);
  position: absolute;
  inset: 0%;
}

.event-title {
  color: var(--white);
}

.div-block {
  position: relative;
}

.event-desc {
  color: var(--white);
  margin-top: 24px;
  font-weight: 200;
}

.date {
  color: var(--white);
  font-size: 28px;
  font-weight: 200;
}

.dt-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.event-footer {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 88px;
}

.contact-cta {
  margin-top: 88px;
  margin-bottom: 88px;
}

.footer {
  background-color: var(--black);
  background-image: url('../images/Footer-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-slogan {
  color: var(--white);
  margin-top: 28px;
  font-size: 22px;
  line-height: 1.2em;
}

.footer-links-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.footer-link {
  color: var(--white);
  font-size: 16px;
}

.footer-link.flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-links {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  margin-top: 88px;
  margin-bottom: 48px;
}

.copy-right {
  color: var(--white);
  font-size: 16px;
  font-weight: 200;
}

.footer-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4.5vw;
  display: flex;
}

.link {
  color: var(--white);
  font-weight: 500;
}

.hero {
  margin-top: 248px;
  margin-bottom: 0;
  position: relative;
}

.faq {
  background-color: var(--dark-blue);
  margin-top: 88px;
  margin-bottom: 88px;
  padding-top: 88px;
  padding-bottom: 88px;
}

.dropdown {
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
  display: inline-block;
  overflow: hidden;
}

.dropdown-toggle {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  padding: 0;
  display: flex;
}

.dropdown-list {
  background-color: #ddd0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 28px;
  display: block;
  position: static;
  overflow: hidden;
}

.question {
  color: var(--white);
  white-space: pre-wrap;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2em;
}

.arrow {
  width: 44px;
}

.faq-wrapper {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  margin-top: 60px;
}

.answer {
  color: var(--light-sweet-grey);
  max-width: 70%;
  font-weight: 300;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 88px;
}

.hero-wrapper.tennis {
  background-image: url('../images/moises-alex-WqI-PbYugn4-unsplash_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper._404 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/404-vis.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
}

.hero-wrapper.about {
  background-image: url('../images/About-vis_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper.contact {
  background-image: url('../images/Contact.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
}

.hero-wrapper.plans-page {
  background-image: url('../images/Plans.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper.basketball {
  background-image: url('../images/markus-spiske-BfphcCvhl6E-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper.football {
  background-image: url('../images/abigail-keenan-8-s5QuUBtyM-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper.volleyball {
  background-image: url('../images/pexels-pavel-danilyuk-6203514.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper.swimming {
  background-image: url('../images/gentrit-sylejmani-JjUyjE-oEbM-unsplash_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrapper.fitness {
  background-image: url('../images/danielle-cerullo-CQfNt66ttZM-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
}

.category-description {
  margin-top: 128px;
}

.analytics-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 88px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.analytics-item {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  border: 1px solid var(--light-sweet-grey);
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  padding: 58px 22px 12px;
  display: flex;
}

.number {
  color: var(--light-sweet-grey);
  text-align: right;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2em;
}

.analytics-item-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2em;
}

.description-grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  display: grid;
}

.max-width-550 {
  flex: 0 auto;
  max-width: 580px;
}

.description-wrapper {
  grid-column-gap: 50%;
  grid-row-gap: 50%;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.reservation-visual {
  background-image: url('../images/guilherme-maggieri-OH5g9IgcMWs-unsplash_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 688px;
  margin-bottom: 88px;
  padding-bottom: 4.5vw;
  padding-left: 4.5vw;
  position: relative;
}

.reservation-visual.football {
  background-image: url('../images/remi-jacquaint-WQEP0mrTD8Y-unsplash.jpg');
}

.reservation-visual.basketball {
  background-image: url('../images/alicia-quan-PRGPebJ3-WU-unsplash.jpg');
}

.reservation-visual.volleyball {
  background-image: url('../images/pexels-pavel-danilyuk-6203642.jpg');
}

.reservation-visual.swimming {
  background-image: url('../images/chuttersnap-G8OyN_tOIwY-unsplash.jpg');
}

.reservation-visual.fitness {
  background-image: url('../images/victor-freitas-hOuJYX2K5DA-unsplash.jpg');
}

.reservation-section {
  margin-top: 128px;
  margin-bottom: 128px;
}

.field-label {
  text-transform: uppercase;
  line-height: 1.2em;
}

.text-field {
  color: var(--black);
  background-color: #f3f3f300;
  border: 0 solid #000;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 0;
  padding: 28px 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-field::placeholder {
  color: var(--light-sweet-grey);
  font-weight: 400;
}

.text-field.select {
  box-sizing: content-box;
  padding-top: 18px;
}

.form {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  display: flex;
}

.plans {
  margin-top: 88px;
  margin-bottom: 88px;
}

.listing-icon {
  flex: 0 auto;
  max-width: 20px;
}

.plans-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}

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

.offer-item {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
}

.contact-info-grid {
  grid-column-gap: 88px;
  grid-row-gap: 48px;
  flex: 0 auto;
  justify-items: start;
  margin-top: 48px;
  margin-bottom: 48px;
}

.info-element {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
}

.nav-list-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #05273ccc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.nav-link-wrapper {
  border-bottom: 1px solid var(--light-sweet-grey);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3vw;
  display: flex;
}

.link-icon {
  opacity: 0;
  width: 30px;
}

.social-media-wrapper-2 {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3vw;
}

.close-button {
  cursor: pointer;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 88px;
  padding: 28px;
  display: block;
}

.close-button.w--open {
  background-color: #00000080;
  position: static;
}

.logo {
  text-align: left;
  vertical-align: bottom;
  align-self: auto;
  padding-top: 98px;
  font-size: 18px;
}

.contact-icon {
  width: 20px;
}

.membership-form {
  margin-top: 188px;
  margin-bottom: 188px;
}

.style-guide-section {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  margin-top: 88px;
  margin-bottom: 88px;
  padding: 28px;
  display: flex;
}

.style-guide-section.blue {
  background-color: #eaf7ff;
}

.style-guide-section.orange {
  background-color: #fff4ea;
}

.style-guide-section.red {
  background-color: #ffeaea;
}

.link-2 {
  text-decoration: underline;
}

.category-title {
  z-index: 2;
  color: var(--white);
  text-align: left;
  width: 1px;
  font-size: 58px;
  position: relative;
}

.categories {
  margin-top: 128px;
  margin-bottom: 128px;
}

.top-maring--88 {
  margin-top: 88px;
}

.features-grid {
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 ". ."
                 ". ."
                 / 1fr 1fr 1fr 1fr 1fr;
  margin-top: 128px;
}

.feature-order {
  font-size: 28px;
  font-weight: 300;
}

.feature-img-wrapper {
  height: 386px;
}

.feature-img-wrapper._1 {
  background-image: url('../images/Jacqy.jpg');
  background-position: 50%;
  background-size: cover;
}

.feature-img-wrapper._2 {
  background-image: url('../images/pexels-gabby-k-5384623.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.feature-img-wrapper._3 {
  background-image: url('../images/sponsor.png');
  background-position: 50%;
  background-size: cover;
}

.feature-img-wrapper._4 {
  background-image: url('../images/fei-chao-Oi33HkH9m40-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.feature-img-wrapper._5 {
  background-image: url('../images/toa-heftiba-a9pFSC8dTlo-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
}

.feature-item-title {
  text-align: justify;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2em;
}

.img-mask {
  background-color: var(--white);
}

.experts-flex {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  margin-top: 48px;
}

.offer-title {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 1px 1px #0003;
  font-size: 68px;
  font-weight: 800;
}

.offer-info-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
}

.offer-info {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 1;
}

.body {
  background-color: #fff;
}

.tab {
  background-color: #1e1e1e00;
  margin-left: -48px;
  margin-right: -48px;
  padding: 0;
}

.tab.w--current {
  z-index: 9;
  background-color: #fff0;
}

.cta-wrapper {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  background-image: url('../images/CTA-bg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  padding: 124px 48px;
}

.about-wrapper {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  margin-top: 88px;
  margin-bottom: 88px;
}

.about-pearagraph {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.about-img {
  object-fit: cover;
  width: 100%;
  height: 488px;
}

.analytics-grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 88px;
  margin-bottom: 88px;
}

.analytic-desc {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  border: 1px solid var(--light-sweet-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 88px 58px;
  display: flex;
}

.analytic-number {
  color: var(--dark-blue);
  text-align: center;
  font-size: 88px;
  font-weight: 800;
  line-height: 1.2em;
}

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

.form-block {
  flex: 1;
  padding: 38px 38px 38px 0;
}

.map {
  object-fit: cover;
  flex: 1;
  height: 648px;
}

.contact-form {
  margin-top: 88px;
  margin-bottom: 88px;
}

.submit-button {
  z-index: 99;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.mask {
  overflow: hidden;
}

.slide {
  width: 40%;
  margin-right: 18px;
}

.slider {
  background-color: #ddd0;
  height: 428px;
  margin-top: 88px;
  margin-left: 4.5vw;
  display: flex;
}

.slide-nav {
  display: none;
}

.gallery {
  margin-top: 88px;
  margin-bottom: 88px;
}

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

.plan-box {
  border: 1px solid var(--light-sweet-grey);
  flex-flow: column;
  padding: 38px;
  display: flex;
}

.plan-features-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.plan-feature-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.plan-price {
  align-self: flex-end;
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 200;
  line-height: 1.2em;
}

.plan-visual {
  object-fit: cover;
  height: 100%;
}

.text-block {
  color: var(--dark-blue);
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2em;
}

.flex-block {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  flex: 1;
}

.membership-box {
  flex: 1;
}

.membership-form-wrapper {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  align-items: stretch;
}

.right-arrow, .left-arrow {
  width: 20%;
}

.close-icon {
  width: 80%;
}

.social-media-mobile {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  margin-top: 28px;
  margin-bottom: 48px;
  display: none;
}

._404-title {
  color: var(--white);
  font-size: 188px;
  font-weight: 800;
  line-height: 1.2em;
}

.back-home, .back-home.w--current {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 48px;
  text-decoration: underline;
  display: inline-flex;
}

.section-mask {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.category-overlay {
  aspect-ratio: auto;
  opacity: 0;
  text-shadow: 1px 1px 1px #f70c0c33;
  background-image: linear-gradient(8deg, #000, #fff0);
  width: auto;
  position: absolute;
  inset: 0%;
  padding-top:99%;
  font-size: 0.8em;
}
.marca {
  font-size: 35px;
  padding-left: 2%;
  padding-right:2%;
}
.marca2 {
  font-size: 35px;
  padding-left: 19%;
  padding-right:19%;
}
.marca3 {
  font-size: 35px;
  padding-left: 20%;
  padding-right: 6%;
}
.dplay {
  display:none;
}
.grid {
  grid-row-gap: 118px;
  grid-template-columns: 1fr;
  margin-top: 88px;
}

.testimonial-item {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-color: var(--dark-blue);
  height: 588px;
  display: flex;
  position: relative;
}

.testi-author {
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
}

.testi-title {
  color: var(--light-sweet-grey);
  margin-top: 8px;
  font-size: 18px;
}

.testi-desc {
  color: var(--white);
  text-align: justify;
  width: 50%;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.quote-1 {
  margin-top: 28px;
}

.testimonial-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 30%;
  height: 658px;
  position: absolute;
  inset: -6% 38px auto auto;
}

.testimonial-info {
  padding: 38px;
}

.quote-2 {
  position: absolute;
  inset: auto 60px -18px auto;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  background-color: #c8c8c800;
  padding-right: 0;
}

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

.brand {
  padding-left: 0;
}

.close-button-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.category-intro-flex {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: column;
  margin-bottom: 88px;
}

.desc-imgs, .img-full-width {
  object-fit: cover;
  width: 100%;
}

.desc-paragraph {
  column-count: 2;
  column-gap: 88px;
  margin-top: 88px;
  margin-bottom: 88px;
  font-size: 18px;
  line-height: 1.4em;
}

.bold-heading {
  color: var(--dark-blue);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.info-wrapper {
  justify-content: space-between;
  align-items: center;
}

.item-icon {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  box-shadow: -17px 20px 5px 17px #0003, -2px -1px 5px 0 var(--dark-blue);
  outline-offset: 0px;
  text-align: justify;
  border-right: 7px solid #000;
  border-radius: 0;
  outline: 3px solid #000;
  width: auto;
  padding-left: 27px;
  padding-right: 32px;
}

.heading-2 {
  text-align: justify;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-3 {
  text-align: justify;
}

.heading-4 {
  text-align: justify;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-5 {
  text-align: justify;
  text-transform: capitalize;
}

.heading-6 {
  text-shadow: 3px 1px 1px #fc503500;
}

.text-block-2 {
  text-align: justify;
  height: auto;
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4em;
}

.feature-item-title-copy {
  text-align: justify;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2em;
}

.heading-7 {
  color: var(--white);
  text-align: justify;
  -webkit-text-stroke-color: var(--black);
  position: fixed;
}

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

  h2 {
    font-size: 68px;
  }

  h3 {
    font-size: 58px;
  }

  h4 {
    font-size: 54px;
  }

  h5 {
    font-size: 34px;
  }

  p {
    font-size: 22px;
  }

  .animated-slogan {
    width: 144px;
    display: block;
  }

  .animated-slogan.footer-slogan {
    height: auto;
  }

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

  .category-item {
    height: 788px;
  }

  .featured-title {
    max-width: 888px;
  }

  .expert-title {
    font-size: 24px;
  }

  .offer-note {
    flex: 1;
  }

  .button-icon-box {
    width: 60px;
    height: 60px;
    padding: 24px;
  }

  .button-text {
    font-size: 22px;
  }

  .testimonials {
    margin-bottom: 14px;
  }

  .events, .contact-cta {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .footer-slogan {
    font-size: 24px;
  }

  .footer-links-wrapper {
    overflow: hidden;
  }

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

  .footer-links {
    margin-bottom: 88px;
  }

  .copy-right {
    font-size: 18px;
  }

  .faq {
    padding-top: 108px;
    padding-bottom: 108px;
  }

  .question {
    font-size: 38px;
  }

  .hero-wrapper.contact {
    justify-content: space-between;
    align-items: flex-end;
  }

  .analytics-item {
    grid-column-gap: 148px;
    grid-row-gap: 148px;
    padding: 68px 28px 22px;
  }

  .number {
    font-size: 58px;
  }

  .analytics-item-title {
    font-size: 28px;
  }

  .description-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .reservation-visual {
    height: 688px;
  }

  .field-label {
    color: var(--black);
    font-size: 18px;
  }

  .text-field {
    padding-top: 38px;
    padding-bottom: 38px;
    font-size: 22px;
  }

  .plans {
    margin-top: 128px;
    margin-bottom: 128px;
  }

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

  .contact-info-grid {
    grid-column-gap: 88px;
    grid-row-gap: 48px;
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .info-element {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .info-text {
    font-size: 22px;
  }

  .nav-link {
    font-size: 28px;
    line-height: 1.2em;
  }

  .nav-link-wrapper {
    padding: 2vw;
  }

  .logo {
    max-width: 80%;
  }

  .contact-icon {
    width: 20px;
  }

  .category-title {
    font-size: 68px;
  }

  .feature-img-wrapper {
    height: 486px;
  }

  .feature-item-title {
    font-size: 24px;
  }

  .experts-flex {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    margin-top: 68px;
  }

  .offer-title {
    font-size: 88px;
  }

  .offer-info-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .tab {
    margin-left: -68px;
    margin-right: -68px;
  }

  .about-wrapper {
    flex-flow: row;
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .about-pearagraph {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    flex: 1;
  }

  .about-img {
    width: 50%;
    height: auto;
  }

  .analytics-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .form-block {
    padding: 48px 48px 48px 0;
  }

  .map {
    height: 648px;
  }

  .slide {
    width: 30%;
  }

  .gallery {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .plan-features-wrapper {
    margin-top: 58px;
    margin-bottom: 58px;
  }

  .plan-feature-item {
    font-size: 18px;
  }

  .plan-price {
    font-size: 58px;
  }

  .text-block {
    font-size: 44px;
  }

  .grid {
    grid-column-gap: 22px;
    grid-row-gap: 188px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-item {
    height: 478px;
  }

  .testi-author {
    font-size: 34px;
  }

  .testi-title {
    margin-top: 18px;
  }

  .testi-desc {
    width: 44%;
  }

  .testimonial-img {
    width: 288px;
    height: 558px;
    top: -38px;
    right: 38px;
  }

  .quote-2 {
    bottom: -28px;
  }

  .category-intro-flex {
    justify-content: space-between;
    margin-bottom: 128px;
  }

  .desc-paragraph {
    column-gap: 128px;
    font-size: 22px;
  }

  .bold-heading {
    font-weight: 600;
  }

  .feature-item-title-copy {
    font-size: 24px;
  }
}

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

  h2 {
    font-size: 88px;
  }

  h3, h4 {
    font-size: 68px;
  }

  h5 {
    font-size: 48px;
  }

  h6 {
    font-size: 22px;
  }

  p {
    font-size: 28px;
  }

  .animated-slogan {
    width: 154px;
  }

  .category-item {
    height: 1080px;
  }

  .features {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .featured-title {
    max-width: 1050px;
  }

  .experts {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .expert-position {
    font-size: 38px;
  }

  .expert-title {
    font-size: 28px;
  }

  .expert-img {
    height: 388px;
  }

  .offer-box {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .offer-features-wrapper {
    font-size: 22px;
  }

  .price {
    font-size: 88px;
  }

  .offer-note {
    max-width: 52%;
  }

  .button-icon-box {
    width: 90px;
    height: 90px;
    padding: 34px;
  }

  .button-text {
    font-size: 28px;
  }

  .testimonials, .events {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .event-item {
    height: 888px;
  }

  .contact-cta {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .footer-slogan {
    font-size: 28px;
  }

  .footer-link, .copy-right {
    font-size: 22px;
  }

  .faq {
    margin-top: 188px;
    margin-bottom: 188px;
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .question {
    font-size: 48px;
  }

  .hero-wrapper.contact {
    background-image: url('../images/Contact_1.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: space-between;
    align-items: flex-end;
  }

  .analytics-wrapper {
    grid-column-gap: 70px;
  }

  .analytics-item {
    grid-column-gap: 188px;
    grid-row-gap: 188px;
    padding: 88px 38px 28px;
  }

  .number {
    font-size: 88px;
  }

  .analytics-item-title {
    font-size: 38px;
  }

  .reservation-visual {
    height: 888px;
  }

  .reservation-section {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .field-label {
    width: 488px;
    font-size: 22px;
  }

  .text-field {
    padding-top: 48px;
    padding-bottom: 48px;
    font-size: 32px;
  }

  .plans {
    margin-bottom: 188px;
  }

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

  .contact-info-grid {
    grid-column-gap: 128px;
    grid-row-gap: 88px;
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .info-text {
    font-size: 28px;
  }

  .nav-list-wrapper {
    overflow: scroll;
    transform: none;
  }

  .nav-link {
    font-size: 38px;
  }

  .link-icon {
    width: 40px;
  }

  .logo {
    max-width: 100%;
  }

  .contact-icon {
    width: auto;
  }

  .style-guide-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 38px;
  }

  .link-2 {
    text-decoration: underline;
  }

  .category-title {
    font-size: 88px;
  }

  .categories {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .feature-order {
    font-weight: 400;
  }

  .feature-img-wrapper {
    height: 586px;
    position: relative;
  }

  .feature-item-title {
    font-size: 28px;
  }

  .img-mask {
    height: 0%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .experts-flex {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
    flex-flow: row;
    margin-top: 88px;
  }

  .offer-title {
    font-size: 108px;
  }

  .tab {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .cta-wrapper {
    padding-left: 88px;
    padding-right: 88px;
  }

  .about-wrapper {
    margin-top: 128px;
    margin-bottom: 188px;
  }

  .about-pearagraph {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
  }

  .about-img {
    height: auto;
  }

  .analytics-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    margin-top: 128px;
    margin-bottom: 188px;
  }

  .analytic-desc {
    grid-column-gap: 108px;
    grid-row-gap: 108px;
  }

  .analytic-number {
    font-size: 128px;
  }

  .analytic-text {
    font-size: 32px;
  }

  .form-block {
    padding: 58px;
  }

  .map {
    height: 898px;
  }

  .gallery {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .plan-features-wrapper {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .plan-feature-item {
    font-size: 22px;
  }

  .plan-price {
    font-size: 68px;
  }

  .text-block {
    color: var(--dark-blue);
    font-size: 54px;
  }

  .flex-block {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    flex-flow: column;
    flex: 1;
  }

  .membership-box {
    flex: 1;
  }

  .right-arrow, .left-arrow {
    width: 10%;
  }

  ._404-title {
    font-size: 228px;
  }

  .section-mask {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
  }

  .grid {
    grid-column-gap: 44px;
    grid-row-gap: 218px;
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .testimonial-item {
    height: 638px;
  }

  .testi-author {
    font-size: 48px;
    line-height: 1.2em;
  }

  .testi-title {
    margin-top: 18px;
    font-size: 22px;
  }

  .testi-desc {
    margin-top: 28px;
    font-size: 22px;
  }

  .quote-1 {
    margin-top: 38px;
  }

  .testimonial-img {
    width: 388px;
    height: 738px;
    top: -7%;
  }

  .quote-2 {
    bottom: -38px;
  }

  .category-intro-flex {
    justify-content: space-between;
  }

  .desc-paragraph {
    column-gap: 188px;
    margin-top: 128px;
    margin-bottom: 128px;
    font-size: 28px;
  }

  .bold-heading {
    font-size: 48px;
  }

  .item-icon {
    width: 50%;
  }

  .feature-item-title-copy {
    font-size: 28px;
  }
}

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

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4, h5 {
    font-size: 28px;
  }

  .hero-video {
    padding-bottom: 28px;
  }

  .animated-slogan {
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    display: none;
  }

  .image {
    width: 25%;
  }

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

  .white.cta-title {
    max-width: 100%;
  }

  .category-item {
    width: 100%;
    height: 488px;
    padding-bottom: 38px;
  }

  .features {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .experts {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .expert-item {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .expert-position {
    font-size: 28px;
  }

  .expert-title {
    font-size: 22px;
  }

  .expert-img {
    height: 288px;
  }

  .offer-box {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(40deg, #1e1e1e, #1e1e1e00), url('../images/karsten-winegeart-0Wra5YYVQJE-unsplash.jpg');
    background-position: 0 0, 0 0, 70%;
    background-size: auto, auto, cover;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 88px;
    margin-bottom: 88px;
    padding: 5.5vw 4.5vw;
  }

  .price {
    font-size: 68px;
  }

  .offer-note {
    max-width: 50%;
    font-size: 16px;
  }

  .button {
    order: 1;
    align-self: flex-end;
    max-width: 188px;
  }

  .button-icon-box {
    width: 60px;
    height: 60px;
    padding: 24px;
  }

  .button-text {
    font-size: 22px;
  }

  .button-text.white {
    margin-right: 25px;
  }

  .testimonials {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .events {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .event-item {
    height: 488px;
  }

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

  .date {
    font-size: 22px;
  }

  .event-footer {
    margin-top: 48px;
  }

  .footer {
    background-position: 50%;
    background-size: cover;
  }

  .footer-info {
    padding-top: 8.5vw;
    padding-bottom: 8.5vw;
  }

  .dropdown {
    margin-top: 48px;
    display: block;
  }

  .dropdown-list {
    margin-top: 38px;
    margin-bottom: 48px;
  }

  .question {
    font-size: 32px;
  }

  .arrow {
    flex: none;
    width: 28px;
  }

  .answer {
    max-width: 90%;
  }

  .analytics-wrapper {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .number {
    font-size: 48px;
  }

  .analytics-item-title {
    font-size: 22px;
  }

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

  .description-wrapper {
    grid-column-gap: 30%;
    grid-row-gap: 30%;
  }

  .reservation-visual {
    height: 488px;
  }

  .reservation-section {
    margin-bottom: 128px;
  }

  .text-field.select {
    padding-top: 8px;
  }

  .form {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .plans {
    margin-top: 88px;
    margin-bottom: 88px;
  }

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

  .plan-img {
    display: none;
  }

  .contact-info-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .info-element {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .info-text {
    font-size: 22px;
  }

  .nav-list-wrapper {
    background-color: #05273cf2;
    width: 70%;
  }

  .nav-link-wrapper, .social-media-wrapper-2 {
    padding: 5vw;
  }

  .membership-form {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .category-title {
    font-size: 48px;
  }

  .top-maring--88 {
    margin-top: 0;
  }

  .features-grid {
    grid-row-gap: 68px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-item-title {
    font-size: 22px;
  }

  .offer-title {
    font-size: 48px;
  }

  .offer-info-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .tab {
    margin-left: -38px;
    margin-right: -38px;
  }

  .cta-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 88px 48px;
  }

  .analytics-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .analytic-desc {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
    padding: 68px;
  }

  .analytic-number {
    font-size: 58px;
  }

  .form-block {
    align-self: stretch;
  }

  .map {
    flex: 0 auto;
    width: 100%;
    height: 448px;
  }

  .form-flex {
    flex-flow: column;
  }

  .text-block {
    font-size: 32px;
  }

  .testimonial-img {
    width: 40%;
  }

  .img-full-width {
    height: 488px;
  }

  .desc-paragraph {
    column-count: 2;
  }

  .feature-item-title-copy {
    font-size: 22px;
  }
}

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

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 16px;
  }

  .animated-slogan.footer-slogan, .social-media-flex, .social-media-flex._2 {
    display: none;
  }

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

  .category-item {
    height: 388px;
  }

  .features {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .featured-title {
    max-width: 388px;
  }

  .experts {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .expert-position {
    font-size: 18px;
  }

  .expert-title {
    margin-top: 12px;
    font-size: 16px;
  }

  .expert-img {
    height: 188px;
  }

  .offer-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .offer-feature-item {
    font-size: 16px;
  }

  .price {
    font-size: 58px;
  }

  .offer-note {
    max-width: none;
  }

  .button {
    justify-content: center;
    align-items: flex-end;
    max-width: none;
  }

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

  .event-item {
    height: 388px;
    padding: 22px;
  }

  .overlay {
    background-image: linear-gradient(#1e1e1e00, #1e1e1e00 39%, #1e1e1ee6 57%, #1e1e1e);
  }

  .event-title {
    font-size: 22px;
  }

  .event-desc {
    margin-top: 18px;
    font-size: 14px;
  }

  .date {
    font-size: 18px;
  }

  .event-footer {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    align-items: stretch;
    margin-top: 28px;
  }

  .footer-slogan {
    font-size: 22px;
  }

  .footer-links {
    margin-top: 88px;
  }

  .footer-info {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .hero {
    margin-top: 188px;
    margin-bottom: 128px;
  }

  .dropdown-list {
    margin-top: 28px;
    margin-bottom: 28px;
  }

  .question {
    font-size: 22px;
  }

  .hero-wrapper._404 {
    background-position: 70%;
  }

  .analytics-wrapper {
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .analytics-item-title {
    font-size: 18px;
  }

  .description-wrapper {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
    flex-flow: column;
  }

  .reservation-visual {
    height: 388px;
    margin-bottom: 48px;
  }

  .field-label {
    border-bottom-width: 3px;
    font-size: 14px;
  }

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

  .form {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
    align-self: stretch;
  }

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

  .nav-list-wrapper {
    width: 100%;
  }

  .nav-link {
    font-size: 28px;
  }

  .nav-link-wrapper, .social-media-wrapper-2 {
    padding: 8vw;
  }

  .contact-icon {
    width: 20px;
  }

  .category-title {
    font-size: 38px;
    transform: translate(100px, 40px)rotate(-90deg);
  }

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

  .offer-title {
    font-size: 38px;
  }

  .offer-info-2 {
    flex-flow: column;
    align-items: stretch;
  }

  .tab {
    margin-left: -20px;
    margin-right: -18px;
  }

  .cta-wrapper {
    padding: 58px 28px;
  }

  .about-img {
    height: 388px;
  }

  .analytics-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .analytic-desc {
    grid-column-gap: 58px;
    grid-row-gap: 58px;
    padding: 48px;
  }

  .analytic-number {
    font-size: 48px;
  }

  .form-block {
    padding: 28px;
  }

  .slide {
    width: 70%;
  }

  .slider {
    height: 328px;
  }

  .plan-box {
    padding: 28px;
  }

  .plan-features-wrapper {
    margin-top: 38px;
    margin-bottom: 38px;
  }

  .plan-feature-item {
    font-size: 16px;
  }

  .plan-price {
    font-size: 38px;
  }

  .social-media-mobile {
    display: flex;
  }

  ._404-title {
    font-size: 128px;
  }

  .back-home {
    margin-top: 38px;
  }

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

  .testimonial-item {
    flex-flow: column;
    justify-content: space-between;
    height: auto;
  }

  .testi-title {
    margin-top: 18px;
    font-size: 16px;
  }

  .testi-desc {
    width: 100%;
  }

  .quote-1 {
    width: 20%;
  }

  .testimonial-img {
    width: 100%;
    height: 360px;
    margin-right: 28px;
    padding: 0 18px 18px;
    position: static;
    top: 70%;
    right: 28px;
  }

  .testimonial-info {
    padding: 48px 18px 8px;
  }

  .quote-2 {
    width: 30%;
    bottom: 40px;
    right: 40px;
  }

  .brand {
    width: 180px;
  }

  .category-intro-flex {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
  }

  .img-full-width {
    height: 388px;
  }

  .desc-paragraph {
    column-count: 1;
  }

  .bold-heading {
    font-size: 22px;
  }
}

@media screen and (max-width: 479px) {
  .slogan, .social-media-flex._2 {
    display: none;
  }

  .category-item {
    height: 288px;
  }

  .featured-item {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: flex-start;
  }

  .expert-item {
    flex-flow: column;
  }

  .offer-box {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .price {
    font-size: 48px;
  }

  .offer-note {
    font-size: 15px;
    font-weight: 200;
  }

  .events {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .events-heading-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .footer {
    background-position: 100%;
  }

  .footer-slogan {
    font-size: 16px;
  }

  .footer-link.flex {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-links {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .faq {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .dropdown {
    margin-top: 48px;
  }

  .question {
    font-size: 22px;
  }

  .hero-wrapper._404 {
    background-position: 70%;
  }

  .analytics-wrapper {
    grid-row-gap: 22px;
    flex-flow: column;
  }

  .description-grid {
    grid-row-gap: 16px;
  }

  .reservation-visual {
    height: 288px;
  }

  .field-label {
    border-bottom-width: 2px;
    width: 100%;
  }

  .form {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .listing-icon {
    mix-blend-mode: exclusion;
    max-width: 16px;
  }

  .nav-link-wrapper {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .footer-logo {
    max-width: 80%;
  }

  .category-title {
    font-size: 28px;
    transform: translate(48px, 40px)rotate(-90deg);
  }

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

  .tab {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-wrapper {
    padding: 38px 18px;
  }

  .analytics-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .form-block {
    padding: 22px;
  }

  .map {
    height: 348px;
  }

  .slide {
    width: 200px;
  }

  .slider {
    height: 188px;
  }

  .text-block {
    font-size: 28px;
  }

  ._404-title {
    font-size: 108px;
  }

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

  .quote-2 {
    bottom: 30px;
    right: 30px;
  }

  .img-full-width {
    object-fit: cover;
    height: 288px;
  }

  .bold-heading {
    font-size: 18px;
  }
}

#w-node-_795db492-02a1-0e45-bba4-dbff45bb8ecd-45bb8ecd {
  justify-self: end;
}

#w-node-_3f770657-5d21-7e48-872b-85a85083eb88-5083eb88, #w-node-_8a35d61a-a7af-afcf-d41c-4f82342f793e-a53bd88f, #w-node-_624aece8-5687-6350-c252-a9c175815823-a53bd890, #w-node-_8b9fc623-be57-661e-ab26-f685e4f42c17-a53bd891 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-fa3e7530-640f-5c1a-6cb2-84fab00b32ac-a53bd891, #w-node-_627a66e8-1d5e-576e-0e22-42679ffc960b-a53bd891, #w-node-_7e6fdf83-b1f0-ec85-ec47-5d2c3785b065-a53bd891, #w-node-ddf2e64a-2318-deab-52d7-62b4d73ef42c-a53bd891, #w-node-bb544092-5926-9436-4af3-4488113b6afe-a53bd891, #w-node-_082cd5e3-218c-e930-fba7-6006adf20db2-a53bd891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e14b6228-8ba7-169c-2936-39ad8ee464c4-a53bd892, #w-node-_949ff762-dcdc-a983-1bcf-1643a7dfced0-a53bd896, #w-node-_624aece8-5687-6350-c252-a9c175815823-a53bd897, #w-node-_624aece8-5687-6350-c252-a9c175815823-a53bd898, #w-node-_624aece8-5687-6350-c252-a9c175815823-a53bd899, #w-node-_624aece8-5687-6350-c252-a9c175815823-a53bd89a, #w-node-_624aece8-5687-6350-c252-a9c175815823-a53bd89b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}
