:root {
  --background: #e6e5dd;
  --main-font: Barlow, sans-serif;
  --paragraphs: #08090dbd;
  --heading-font: Unbounded, sans-serif;
  --heading: #08090d;
  --border: #08090d26;
  --accent: #0e5a3c;
  --corner-12: .75em;
  --corner-8: .5em;
  --light: #f4f1ee;
  --accent-darker: #f95300;
  --midnight-a: #282b33;
  --light-border: #f4f1ee33;
  --relume-library-lite--rl-black: black;
  --background-darker: #d9d7ce;
  --midnight-b: #1b1d24;
  --quill-grey: #cecbc1;
  --relume-library-lite--rl-white: white;
  --walsh--black: #2c2c2c;
}

body {
  background-color: var(--background);
  font-family: var(--main-font);
  color: var(--paragraphs);
  font-size: 16px;
  line-height: 160%;
}

h1 {
  font-family: var(--heading-font);
  color: var(--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  font-family: var(--heading-font);
  color: var(--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.87em;
  font-weight: 600;
  line-height: 116%;
}

h3 {
  font-family: var(--heading-font);
  color: var(--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.37em;
  font-weight: 600;
  line-height: 117%;
}

h4 {
  font-family: var(--heading-font);
  color: var(--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.87em;
  font-weight: 600;
  line-height: 117%;
}

h5 {
  font-family: var(--heading-font);
  color: var(--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.62em;
  font-weight: 600;
  line-height: 118%;
}

h6 {
  font-family: var(--heading-font);
  color: var(--heading);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 122%;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.12em;
  line-height: 160%;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 2.2em;
  font-size: 1.12em;
  line-height: 160%;
}

li {
  padding: .3em .5em;
}

strong {
  color: var(--heading);
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 1px solid var(--border);
  color: var(--heading);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 1em;
  padding: .1em 0 .1em 1.2em;
  font-size: 1.25em;
  font-style: italic;
  line-height: 160%;
}

figure {
  border-radius: .5em;
  margin-top: 2.7em;
  margin-bottom: 2.7em;
  overflow: clip;
}

figcaption {
  background-color: var(--background);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 7%;
  font-size: .9em;
  line-height: 150%;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
  position: fixed;
  inset: 1.25em 0% auto;
}

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

.brand {
  justify-content: center;
  align-items: center;
  padding: .5em 1.2em;
  display: flex;
}

.button-text-block {
  z-index: 10;
  position: relative;
  overflow: clip;
}

.link-nav {
  text-align: center;
  padding: 1.4em 1.2em;
  text-decoration: none;
  position: relative;
}

.nav-text-block {
  z-index: 10;
  position: relative;
  overflow: clip;
}

.button-nav {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: center;
  align-items: center;
  margin-left: .8em;
  display: flex;
}

.section-hero {
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding: .62em;
  display: flex;
}

.block-hero {
  z-index: 20;
  width: 100%;
  position: relative;
}

.grid-hero {
  grid-column-gap: 2.7em;
  grid-row-gap: 2.7em;
  grid-template-rows: auto;
  grid-template-columns: 2.2fr 1fr;
  height: 100%;
  padding: 2.7em;
}

.block-grid-hero---left {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 14em;
  display: flex;
}

.slider-hero {
  z-index: 10;
  perspective: 1000px;
  position: absolute;
  inset: 0%;
}

.grid-favorites {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-favorites {
  width: 2.75em;
  height: 2.75em;
  margin-bottom: .5em;
}

.preloader {
  z-index: 300;
  background-color: var(--background-darker);
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.preloader.midnight-b {
  background-color: var(--midnight-b);
}

.preloader.midnight-a {
  background-color: var(--midnight-a);
}

.preloader.quill-grey {
  background-color: var(--quill-grey);
}

.preloader.red-darker {
  background-color: var(--accent-darker);
}

.preloader.red {
  background-color: var(--accent);
}

.banner {
  justify-content: flex-start;
  align-items: center;
  padding: 1em 0% 1em 10%;
  display: flex;
  position: relative;
  overflow: clip;
}

.banner-block-text {
  z-index: 50;
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 36em;
  display: flex;
  position: relative;
}

.banner-block-img {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.image-banner {
  z-index: 10;
  max-width: 120%;
  max-height: 45em;
  position: relative;
}

.heading-bg {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: -5%;
}

.image-banner-red {
  z-index: 10;
  max-width: 120%;
  max-height: 52em;
  margin-top: 4em;
  position: relative;
}

.banner-block-text-red {
  z-index: 50;
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 45em;
  margin-top: 7em;
  margin-bottom: 7em;
  display: flex;
  position: relative;
}

.services {
  width: 100%;
}

.services.right {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  border-left: 1px solid var(--light-border);
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  border-left: 1px solid #f4f1ee33;
  border-left: 1px solid var(--light-border);
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  border-left: 1px solid #f4f1ee33;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2.7em;
  display: flex;
}

.grid {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.block-text {
  z-index: 50;
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 115%;
  min-width: 100px;
  max-width: 100em;
  display: flex;
  position: relative;
}

.block-stories-up {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: clip;
}

.stories-up {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  flex-flow: column;
  padding-bottom: .62em;
  display: flex;
}

.paragraph-stories {
  margin-bottom: .4em;
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
}

.heading-stories {
  font-size: 1em;
}

.icon-star {
  width: 1.5em;
  height: 1.5em;
}

.stars {
  grid-column-gap: .1em;
  grid-row-gap: .1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-stories-down {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: clip;
}

.stories-down {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  flex-flow: column;
  padding-top: .62em;
  display: flex;
}

.block-heading-left {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 55em;
  display: flex;
}

.block-heading {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4.4em;
  display: flex;
}

.icon-link-block {
  width: 1.25em;
  height: 1.25em;
}

.text-link-block {
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 600;
  line-height: 120%;
}

.strip {
  border-radius: var(--corner-12);
  background-color: var(--accent);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .3vw;
  padding-bottom: .3vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.block-strip {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-strip {
  color: var(--light);
  flex: none;
  font-size: 7.2vw;
}

.circle-strip {
  background-color: var(--light);
  border-radius: 100%;
  width: 1.5vw;
  height: 1.5vw;
  margin-left: 2.2vw;
  margin-right: 2.2vw;
}

.button-strip {
  z-index: 35;
  background-color: var(--heading);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  margin-left: -5em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
  position: absolute;
}

.text-button-strip {
  color: var(--light);
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 120%;
}

.grid-footer {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 9em;
}

.block-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-footer {
  text-align: center;
  padding-top: .55em;
  padding-bottom: .55em;
  text-decoration: none;
  position: relative;
}

.footer-text-block {
  z-index: 10;
  position: relative;
  overflow: clip;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_layout28_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

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

.rl-padding-global {
  margin-top: -25px;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.rl_layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.section-4 {
  padding: 0 .62em .62em;
}

.link-favorites-2 {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  background-color: #f4f1ee;
  border-radius: .75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: clip;
  box-shadow: inset 0 0 #ff691e;
}

.link-favorites-2:hover {
  box-shadow: inset 0 0 0 3px #ff691e;
}

.paragraph-favorites-2 {
  color: #08090dbd;
  max-width: 18em;
  font-size: 1em;
}

.preloader-2 {
  z-index: 300;
  background-color: #d9d7ce;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.preloader-2.quill-grey {
  background-color: #cecbc1;
}

.heading-hero-2 {
  color: #f4f1ee;
  max-width: 14ch;
  font-size: 5vw;
  line-height: 106%;
}

.img-gradient-hero-2 {
  z-index: 100;
  background-image: linear-gradient(#08090d00 45%, #08090d);
  position: absolute;
  inset: 0%;
}

.slide-4 {
  z-index: 10;
  border-radius: .75em;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.hero-2 {
  background-color: #282b33;
  border-radius: .75em;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.text-span-3 {
  color: #ff691e;
}

.button-text-2 {
  color: #f4f1ee;
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 120%;
}

.button-text-2.absolute {
  position: absolute;
  inset: 100% 0% auto;
}

.button-text-2.dark {
  color: #08090d;
}

.slide-5 {
  z-index: 20;
  border-radius: .75em;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.img-hero-4 {
  background-image: url("https://cdn.prod.website-files.com/696ad80161108f0bb77b9be9/696ad80161108f0bb77b9c63_IMG_2653.JPG");
  background-position: 50% 28%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.preloader-b-2 {
  z-index: 25;
  background-color: #ff691e;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.img-hero-5 {
  background-image: url("https://cdn.prod.website-files.com/696ad80161108f0bb77b9be9/696ad80161108f0bb77b9c7e_IMG_9090.JPG");
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.button-hover-2 {
  z-index: 5;
  background-color: #ff691e;
  border-radius: .5em;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.button-hover-2.red-darker {
  background-color: #f95300;
}

.block-heading-hero-2 {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  border-top: 1px solid #f4f1ee33;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.7em;
  display: flex;
}

.link-button-2 {
  text-align: center;
  background-color: #08090d;
  border-radius: .5em;
  padding: 1.6em 2.6em;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.link-button-2.red {
  background-color: #ff691e;
}

.slide-6 {
  z-index: 30;
  border-radius: .75em;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.preloader-a-2 {
  z-index: 15;
  background-color: #f95300;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.bold-text-2 {
  color: #f4f1ee;
}

.block-grid-hero---right-2 {
  grid-column-gap: 1.7em;
  grid-row-gap: 1.7em;
  border-left: 1px solid #f4f1ee33;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 2.7em;
  display: flex;
}

.heading-extra-2 {
  color: #f4f1ee;
  max-width: 18ch;
  font-size: 1.6vw;
}

.img-hero-6 {
  background-image: url("https://cdn.prod.website-files.com/696ad80161108f0bb77b9be9/696ad80161108f0bb77b9c68_679DBAAE-253A-4BAE-B646-0793A9DDBC3D.jpg");
  background-position: 60% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.heading-bg-2-2 {
  color: #d9d7ce;
  margin-right: 8%;
  font-size: 12vw;
  line-height: 90%;
}

.heading-bg-2-2.red {
  color: #f95300;
  margin-right: -2%;
}

.heading-5 {
  font-family: Unbounded, sans-serif;
  font-size: 2.75em;
}

.subheading-2 {
  color: #ff691e;
  letter-spacing: .035em;
  text-transform: uppercase;
  margin-bottom: -1.2em;
  font-size: .875em;
  font-weight: 600;
  line-height: 120%;
}

.rl_layout28_tabs-link-2 {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.rl_layout28_tabs-link-2.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.button-hover-3 {
  z-index: 5;
  background-color: #ff691e;
  border-radius: .5em;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.button-hover-3.red-darker {
  background-color: #f95300;
}

.rl-text-style-regular-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.link-button-3 {
  text-align: center;
  background-color: #08090d;
  border-radius: .5em;
  padding: 1.6em 2.6em;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.link-button-3.red {
  background-color: #ff691e;
}

.rl-heading-style-h4-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-bg-3-2 {
  color: #d9d7ce;
  margin-right: -4%;
  font-size: 12vw;
  line-height: 90%;
}

.paragraph-4 {
  max-width: 28em;
  margin-bottom: .7em;
  font-family: Barlow, sans-serif;
}

.heading-bg-1-2 {
  color: #d9d7ce;
  margin-right: -4%;
  font-size: 12vw;
  line-height: 90%;
}

.rl_section_layout28-2 {
  background-color: #fff;
}

.section-5 {
  padding: 0 .62em .62em;
}

.section-5.full {
  padding-left: 0;
  padding-right: 0;
}

.preloader-3 {
  z-index: 300;
  background-color: #d9d7ce;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.preloader-3.midnight-b {
  background-color: #1b1d24;
}

.preloader-3.midnight-a {
  background-color: #282b33;
}

.link-services-2 {
  background-color: #08090d;
  border-radius: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 48em;
  padding: 2.7em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.block-services-2 {
  z-index: 30;
  grid-column-gap: 2.7em;
  grid-row-gap: 2.7em;
  border-top: 1px solid #f4f1ee33;
  flex-flow: row;
  width: 100%;
  margin-top: auto;
  padding-top: 2.7em;
  display: flex;
  position: relative;
}

.gradient-services-2 {
  z-index: 10;
  background-image: linear-gradient(#08090d00, #08090d);
  width: 100%;
  position: absolute;
  inset: 50% 0% 0%;
}

.text-button-services-2 {
  color: #f4f1ee;
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 120%;
}

.image-services-2 {
  z-index: 0;
  opacity: .7;
  object-fit: cover;
  border-radius: .75em;
  align-self: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-services-2 {
  color: #f4f1ee;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 14ch;
  font-size: 5vw;
  line-height: 106%;
  display: flex;
}

.button-services-2 {
  z-index: 35;
  text-align: center;
  background-color: #ff691e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
  position: absolute;
}

.section-6 {
  padding: 0 .62em .62em;
}

.paragraph-services-2 {
  color: #f4f1ee;
  max-width: 27em;
}

.preloader-4 {
  z-index: 300;
  background-color: #d9d7ce;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.preloader-4.midnight-b {
  background-color: #1b1d24;
}

.preloader-4.midnight-a {
  background-color: #282b33;
}

.gradient-services-3 {
  z-index: 10;
  background-image: linear-gradient(#08090d00, #08090d);
  width: 100%;
  position: absolute;
  inset: 50% 0% 0%;
}

.text-button-services-3 {
  color: #f4f1ee;
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 120%;
}

.image-services-3 {
  z-index: 0;
  opacity: .7;
  object-fit: cover;
  border-radius: .75em;
  align-self: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-services-3 {
  color: #f4f1ee;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 14ch;
  font-size: 5vw;
  line-height: 106%;
  display: flex;
}

.button-services-3 {
  z-index: 35;
  text-align: center;
  background-color: #ff691e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
  position: absolute;
}

.section-7 {
  padding: 0 .62em .62em;
}

.paragraph-services-3 {
  color: #f4f1ee;
  max-width: 27em;
}

.preloader-5 {
  z-index: 300;
  background-color: #d9d7ce;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.preloader-5.midnight-b {
  background-color: #1b1d24;
}

.preloader-5.midnight-a {
  background-color: #282b33;
}

.text-button-services-4 {
  color: #f4f1ee;
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 120%;
}

.button-services-4 {
  z-index: 35;
  text-align: center;
  background-color: #ff691e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
  position: absolute;
}

.section-8 {
  padding: 0 .62em .62em;
}

.paragraph-services-4 {
  color: #f4f1ee;
  max-width: 27em;
}

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

.nav-block-2 {
  background-color: #ff691e;
  border: 1px solid #08090d26;
  border-radius: .75em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90em;
  padding: .25em;
  display: flex;
  box-shadow: 0 16px 40px -20px #08090d1a;
}

.logo-2 {
  width: 50px;
  min-width: 0;
  height: 1.5em;
  min-height: 50px;
  max-height: 0;
  position: sticky;
}

.link-button-nav-2 {
  text-align: center;
  background-color: #020202;
  border-radius: .5em;
  padding: 1.4em 2.4em;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.nav-text-2 {
  color: #030303;
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 120%;
}

.nav-text-2.absolute {
  inset: 100% 0% auto;
  position: absolute;
  inset: 100% 0% auto;
}

.button-hover-4 {
  z-index: 5;
  background-color: #ff691e;
  border-radius: .5em;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.button-hover-4.red-darker {
  background-color: #f95300;
}

.button-hover-4.dark {
  background-color: #08090d;
}

.preloader-6 {
  z-index: 300;
  background-color: #d9d7ce;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.preloader-6.quill-grey {
  background-color: #cecbc1;
}

.heading-6 {
  font-family: Unbounded, sans-serif;
  font-size: 2.75em;
}

.subheading-3 {
  color: #ff691e;
  letter-spacing: .035em;
  text-transform: uppercase;
  margin-bottom: -1.2em;
  font-size: .875em;
  font-weight: 600;
  line-height: 120%;
}

.block-2 {
  background-color: #f4f1ee;
  border-radius: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 9em 20%;
  display: flex;
  position: relative;
  overflow: clip;
}

.link-button-4 {
  text-align: center;
  background-color: #08090d;
  border-radius: .5em;
  padding: 1.6em 2.6em;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.link-button-4.red {
  background-color: #ff691e;
}

.block-stories-2 {
  grid-column-gap: .62em;
  grid-row-gap: .62em;
  border-radius: .75em;
  width: 100%;
  height: 55em;
  display: flex;
  position: relative;
  overflow: clip;
}

.stories-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #f4f1ee;
  border-radius: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2.8em;
  display: flex;
}

.paragraph-5 {
  max-width: 28em;
  margin-bottom: .7em;
  font-family: Barlow, sans-serif;
}

.section-9 {
  padding: 0 .62em .62em;
}

.banner-red-2 {
  background-color: #ff691e;
  border-radius: .75em;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0% 0 10%;
  display: flex;
  position: relative;
  overflow: clip;
}

.preloader-7 {
  z-index: 300;
  background-color: #d9d7ce;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.preloader-7.red-darker {
  background-color: #f95300;
}

.preloader-7.red {
  background-color: #ff691e;
}

.subheading-4 {
  color: #ff691e;
  letter-spacing: .035em;
  text-transform: uppercase;
  margin-bottom: -1.2em;
  font-size: .875em;
  font-weight: 600;
  line-height: 120%;
}

.subheading-4.light {
  color: #f4f1ee;
}

.link-button-5 {
  text-align: center;
  background-color: #08090d;
  border-radius: .5em;
  padding: 1.6em 2.6em;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.link-button-5.light {
  background-color: #f4f1ee;
}

.heading-banner-2 {
  color: #f4f1ee;
  font-size: 4em;
  line-height: 110%;
}

.heading-bg-3-3 {
  color: #d9d7ce;
  margin-right: -4%;
  font-size: 12vw;
  line-height: 90%;
}

.heading-bg-3-3.red {
  color: #f95300;
}

.heading-bg-1-3 {
  color: #d9d7ce;
  margin-right: -4%;
  font-size: 12vw;
  line-height: 90%;
}

.heading-bg-1-3.red {
  color: #f95300;
  margin-right: -1%;
}

.section-10, .section-11 {
  padding: 0 .62em .62em;
}

.content-2 {
  border-radius: .75em;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 9em 10%;
  position: relative;
  overflow: clip;
}

.subheading-5 {
  color: #ff691e;
  letter-spacing: .035em;
  text-transform: uppercase;
  margin-bottom: -1.2em;
  font-size: .875em;
  font-weight: 600;
  line-height: 120%;
}

.subheading-5.light {
  color: #f4f1ee;
}

.logo-footer-2 {
  width: 50px;
  min-width: 50px;
  height: 1.5em;
  min-height: 50px;
  margin-bottom: 2.2em;
}

.footer-bottom-2 {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  border-top: 1px solid #f4f1ee33;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2.4em;
  padding-bottom: 2.4em;
  display: flex;
}

.preloader-9 {
  z-index: 300;
  background-color: #d9d7ce;
  width: 100%;
  height: 0%;
  margin-top: auto;
  position: absolute;
  inset: 0%;
}

.preloader-9.midnight-b {
  background-color: #1b1d24;
}

.preloader-9.midnight-a {
  background-color: #282b33;
}

.paragraph-footer-2 {
  opacity: .5;
  color: #f4f1ee;
  max-width: 22em;
  margin-bottom: 1.8em;
  font-size: 1em;
}

.footer-2 {
  background-color: #08090d;
  border-radius: .75em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 9em;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
  overflow: clip;
}

.link-block-2 {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  color: #08090d;
  background-color: #e6e5dd;
  border-radius: .5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: .4em;
  margin-right: .4em;
  padding: .8em 1.2em;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-flex;
  box-shadow: inset 0 0 #ff691e;
}

.link-block-2:hover {
  color: #ff691e;
  box-shadow: inset 0 0 0 2px #ff691e;
}

.link-block-2.dark {
  color: #f4f1ee;
  background-color: #08090d;
  box-shadow: inset 0 0 0 1px #f4f1ee33;
}

.link-block-2.dark:hover {
  color: #ff691e;
  box-shadow: inset 0 0 0 2px #ff691e;
}

.footer-text-2 {
  opacity: .5;
  color: #f4f1ee;
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 500;
  line-height: 120%;
}

.footer-text-2.absolute {
  opacity: 1;
  opacity: 1;
  inset: 100% 0% auto;
  position: absolute;
  inset: 100% 0% auto;
}

.heading-footer-2 {
  color: #f4f1ee;
  margin-top: .2em;
  margin-bottom: 2em;
  font-size: 1em;
}

.section-13 {
  padding: 0 .62em .62em;
}

@media screen and (min-width: 1280px) {
  .our-story-top-image-wrapper {
    margin-bottom: 100px;
  }

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

  .two-column-wrapper-bigger-space {
    grid-column-gap: 80px;
  }

  .banner-photo-wrapper {
    width: 510px;
  }

  .hero-screen-wrapper {
    max-width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }

  .banner-heading-wrapper {
    padding-right: 67px;
  }

  .decorative-line.decorative-line-banner-home-1 {
    top: 430px;
  }

  .hero-screen-heading {
    font-size: 90px;
  }

  .divider {
    border-bottom-style: none;
    width: 30px;
  }

  .divider.about-us-divider {
    border-bottom-style: solid;
    width: 100%;
    height: 50%;
  }

  .banner-paragraph-wrapper {
    padding-right: 67px;
  }

  .home-1-banner {
    margin-left: 0;
    margin-right: 0;
  }

  .rectangle.left, .rectangle.right-top, .rectangle.left, .rectangle.right-top {
    z-index: 15;
  }

  .background-video {
    min-height: 92vh;
    padding-top: 170px;
  }

  .banner-two-container {
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .schedule-block {
    grid-column-gap: 60px;
  }

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

  .about-block-image {
    height: 400px;
  }

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

  .video-content {
    width: 70%;
  }

  .video-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-18, .section-19 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .achievement-photos {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .dark-brand-color {
    color: #95d000;
    margin-bottom: 0;
  }

  .team-logo-large {
    width: 32px;
    height: 32px;
  }

  .colon {
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
  }

  .match-result.home-2-results {
    margin-left: 0;
    margin-right: 0;
  }

  .button-with-icon.black-button {
    margin-top: 50px;
  }

  .home-2-podcast-image {
    width: 60%;
    height: 428px;
  }

  .trapezoid {
    border-bottom-width: 428px;
  }

  .about-us-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 1170px;
  }

  .divider-wrapper {
    border-top: 1px solid #3b3b3b;
    width: auto;
  }

  .about-us-photo-wrapper.cell-4 {
    padding-bottom: 0;
  }

  .home-section {
    padding-bottom: 130px;
  }

  .full-screen-wrapper {
    grid-template-columns: auto minmax(auto, 1170px) auto;
    width: 100%;
  }

  .section-22, .section-23, .section-24, .section-27, .section-28 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .category-title {
    font-size: 68px;
  }

  .category-item {
    height: 788px;
  }

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

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

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

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

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

  .banner-photo-wrapper {
    width: 525px;
  }

  .hero-screen-wrapper {
    max-width: 1919px;
  }

  .banner-heading-wrapper {
    padding-left: 60px;
  }

  .divider {
    width: 30px;
  }

  .divider.about-us-divider {
    height: 50%;
  }

  .banner-paragraph-wrapper {
    padding-left: 60px;
    padding-right: 86px;
  }

  .home-1-banner {
    border-left-style: none;
  }

  .home-2-latest-results-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .team-logo-large {
    width: 46px;
    height: 46px;
  }

  .h2-black {
    font-size: 60px;
  }

  .h2-black.h2-latest-match-video {
    max-width: 409px;
  }

  .result {
    margin-top: 150px;
    margin-bottom: 150px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .points-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .match-result.home-2-results {
    max-width: 430px;
  }

  .home-2-podcast-wrapper {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .home-2-podcast-image {
    height: 528px;
  }

  .trapezoid {
    border-bottom-width: 528px;
  }

  .divider-wrapper {
    height: 100%;
  }

  .about-us-photo-wrapper {
    padding-bottom: 240px;
  }

  .full-screen-wrapper {
    grid-template-columns: auto minmax(auto, 1170px) auto;
    width: 100%;
  }

  .we-are-united {
    font-size: 90px;
  }

  .about-us {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .primary-button-black, .primary-button-black:hover {
    border-style: solid;
    border-color: #0e0e0e;
  }

  .home-3-podcast {
    padding-top: 200px;
    padding-bottom: 150px;
  }

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

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

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

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

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

  .number {
    font-size: 58px;
  }

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1920px) {
  .category-title {
    font-size: 88px;
  }

  .category-item {
    height: 1080px;
  }

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

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

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

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

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

  .expert-img {
    height: 388px;
  }

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

  .base-container {
    max-width: 1400px;
  }

  .two-column-wrapper-bigger-space {
    grid-column-gap: 100px;
  }

  .our-story-top-image {
    max-width: 1400px;
  }

  .banner-photo-wrapper {
    width: 690px;
  }

  .hero-screen-wrapper {
    max-width: 1920px;
  }

  .banner-heading-wrapper {
    padding-left: 80px;
    padding-right: 120px;
  }

  .decorative-line {
    right: 99%;
  }

  .full-width-container {
    max-width: 1920px;
  }

  .banner-buttons-wrapper {
    margin-top: 50px;
  }

  .paragraph-large {
    color: #fff;
  }

  .divider.about-us-divider {
    height: auto;
  }

  .banner-paragraph-wrapper {
    padding-left: 80px;
  }

  .home-1-banner {
    max-width: 1410px;
  }

  .rectangle.position-relative-black {
    background-color: #0e0e0e;
    position: relative;
  }

  .h5-green {
    margin-bottom: 20px;
  }

  .banner-two-container {
    max-width: 1400px;
    padding-bottom: 200px;
  }

  .video-content-wrapper {
    max-width: 1400px;
  }

  .achievement-photos {
    max-width: 1410px;
  }

  .photo-wrapper.ballblitz-cup-photo, .photo-wrapper.netclash-photo, .photo-wrapper.dynasty-derby-photo, .photo-wrapper.ballblitz-cup-photo, .photo-wrapper.netclash-photo, .photo-wrapper.dynasty-derby-photo {
    height: 570px;
  }

  .result-heading {
    padding-top: 14px;
    padding-bottom: 40px;
  }

  .team-logo-large {
    width: 46px;
    height: 46px;
  }

  .team-logo-large.home-2-team-logo {
    width: 75px;
    height: 75px;
  }

  .h2-black.h2-latest-match-video {
    max-width: 409px;
  }

  .points-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    display: flex;
  }

  .base-container-2 {
    max-width: 1440px;
  }

  .match-result {
    width: auto;
  }

  .match-result.home-2-results {
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .home-2-podcast-wrapper {
    padding-top: 200px;
  }

  .podcasts-text-wrapper {
    border-bottom: 1px solid #3b3b3b;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-with-icon {
    margin-top: 50px;
  }

  .home-2-podcast-image {
    width: 55%;
    height: 640px;
  }

  .podcasts-title-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .podcast-title {
    width: 760px;
    font-size: 90px;
  }

  .trapezoid {
    border-bottom-width: 640px;
    width: 60%;
  }

  .about-button-wrapper {
    margin-bottom: 0;
  }

  .about-us-table {
    width: 1410px;
  }

  .divider-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #3b3b3b;
    grid-template-rows: 457px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .about-us-photo-wrapper {
    padding-top: 40px;
    padding-bottom: 290px;
  }

  .about-us-photo-wrapper.cell-4, .about-us-photo-wrapper.cell-5 {
    padding-bottom: 15px;
  }

  .about-us-photo-wrapper.text-cell {
    padding-bottom: 300px;
  }

  .about-us-photo-wrapper.cell-4, .about-us-photo-wrapper.cell-5 {
    padding-bottom: 15px;
  }

  .home-section {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .full-screen-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 13% 1fr 14%;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .we-are-united {
    flex: 0 auto;
    font-size: 90px;
  }

  .about-us {
    grid-row-gap: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .base-container-3, .base-container-4, .base-container-5 {
    max-width: 1400px;
  }

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

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

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

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

  .item-icon {
    width: 50%;
  }

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

  .number {
    font-size: 88px;
  }

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

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

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

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

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

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

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

  .plans {
    margin-bottom: 188px;
  }

  .text-block-4 {
    color: #05273c;
    font-size: 54px;
  }

  .event-item {
    height: 888px;
  }

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

  .subscribe-form-wrapper {
    grid-column-gap: 80px;
  }

  .base-container-6, .base-container-7 {
    max-width: 1400px;
  }
}

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

  h2 {
    font-size: 2.5em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.6em;
  }

  h5 {
    font-size: 1.4em;
  }

  .link-nav {
    display: block;
  }

  .nav-text {
    color: var(--heading);
  }

  .nav-menu {
    border: 1px solid var(--border);
    background-color: var(--light);
    border-radius: .75em;
    margin-top: .3em;
    padding: .8em 1em 1em;
    left: 1.25em;
    right: 1.25em;
  }

  .button-nav {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-left: 0;
  }

  .menu-button {
    border-radius: var(--corner-8);
    background-color: var(--heading);
    color: var(--light);
    padding: 1.1em;
    font-size: 1em;
    transition: color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  }

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

  .menu-icon {
    font-size: 1.34em;
  }

  .heading-hero {
    font-size: 6vw;
  }

  .heading-extra {
    font-size: 2vw;
  }

  .content {
    padding: 7em 5%;
  }

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

  .heading-banner {
    font-size: 3em;
  }

  .link-services {
    min-height: 40em;
  }

  .block {
    padding: 7em 15%;
  }

  .block-heading {
    margin-bottom: 3em;
  }

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

  .currency {
    font-size: 3vw;
  }

  .price-info {
    font-size: 1.2vw;
  }

  .price {
    font-size: 6vw;
  }

  .heading-plan {
    font-size: 2.4vw;
  }

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

  .link-blog.large {
    padding: 2.6em;
  }

  .image-thumbnail {
    height: 26vw;
  }

  .heading-strip {
    font-size: 9vw;
  }

  .circle-strip {
    width: 2vw;
    height: 2vw;
  }

  .footer {
    padding-top: 7em;
  }

  .grid-footer {
    margin-bottom: 7em;
  }

  .link-footer {
    text-align: left;
    display: block;
  }

  .section-top {
    min-height: auto;
  }

  .section-top.blog {
    min-height: 60vw;
  }

  .heading-top {
    font-size: 7vw;
  }

  .lass {
    padding: 2.6em;
  }

  .block-lass {
    margin-bottom: 1.8em;
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .success-message, .error-message {
    padding: 1.2em;
  }

  .member {
    padding-top: 12.5em;
    padding-bottom: 7em;
  }

  .heading-member {
    font-size: 2.9em;
  }

  .container, .container-2 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl_layout28_component {
    grid-column-gap: 3rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .container-3 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .container-4 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

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

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

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

  .column-one {
    width: 100%;
  }

  .info-links-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .column-two {
    width: 100%;
  }

  .two-column-wrapper-bigger-space {
    grid-column-gap: 60px;
    flex-direction: column;
  }

  .two-column-wrapper-bigger-space.center-inverted {
    flex-direction: column-reverse;
  }

  .our-story-top-image {
    height: 320px;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

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

  .walsh-pricing-inner-card, .walsh-pricing-inner-card-featured {
    align-items: center;
  }

  .walsh-button-orange {
    padding: 18px 40px;
  }

  .walsh-button-orange:hover {
    background-color: #80808033;
  }

  .container-8 {
    max-width: 728px;
  }

  .heading-hero-2 {
    font-size: 6vw;
  }

  .heading-extra-2 {
    font-size: 2vw;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .link-services-2 {
    min-height: 40em;
  }

  .nav-menu-2 {
    background-color: #f4f1ee;
    border: 1px solid #08090d26;
    border-radius: .75em;
    margin-top: .3em;
    padding: .8em 1em 1em;
    left: 1.25em;
    right: 1.25em;
  }

  .menu-button-2 {
    color: #f4f1ee;
    background-color: #08090d;
    border-radius: .5em;
    padding: 1.1em;
    font-size: 1em;
    transition: color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  }

  .menu-button-2.w--open {
    color: #08090d;
    background-color: #f4f1ee;
  }

  .block-2 {
    padding: 7em 15%;
  }

  .heading-banner-2 {
    font-size: 3em;
  }

  .content-2 {
    padding: 7em 5%;
  }

  .heading-strip-2 {
    font-size: 9vw;
  }

  .circle-strip-2 {
    width: 2vw;
    height: 2vw;
  }

  .footer-2 {
    padding-top: 7em;
  }

  .heading-top-2 {
    font-size: 7vw;
  }

  .block-3, .block-4 {
    padding: 7em 15%;
  }

  .heading-strip-3 {
    font-size: 9vw;
  }

  .footer-3 {
    padding-top: 7em;
  }

  .heading-hero-3 {
    font-size: 6vw;
  }

  .heading-extra-3 {
    font-size: 2vw;
  }

  .heading-member-2 {
    font-size: 2.9em;
  }

  .error-message-2, .success-message-2 {
    padding: 1.2em;
  }

  .member-2 {
    padding-top: 12.5em;
    padding-bottom: 7em;
  }

  .banner-photo-wrapper {
    width: 100%;
    min-width: 300px;
    max-width: 380px;
  }

  .hero-screen-wrapper {
    width: 100%;
  }

  .banner-heading-wrapper {
    border-left-style: none;
    padding-top: 113px;
    padding-left: 40px;
  }

  .hero-screen-heading {
    font-size: 70px;
  }

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

  .paragraph-large.banner-paragraph {
    max-width: 400px;
  }

  .divider {
    display: none;
  }

  .banner-paragraph-wrapper {
    border-left-style: none;
    padding-left: 40px;
    padding-right: 10px;
  }

  .rectangle, .rectangle.left, .rectangle.right-bottom, .rectangle.right-top, .rectangle.left-bottom {
    display: none;
  }

  .rectangle.left, .rectangle.right-bottom, .rectangle.right-top, .rectangle.left-bottom {
    display: none;
  }

  .rectangle.position-relative-black {
    display: block;
  }

  .home-2-banner {
    justify-content: flex-end;
  }

  .background-video {
    min-height: 600px;
    padding-top: 130px;
  }

  .match-score-two {
    grid-column-gap: 20px;
  }

  .march-team-logo {
    width: 40px;
    height: 40px;
  }

  .schedule-block {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .primary-button-2 {
    display: block;
  }

  .about-block-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .video-content {
    width: 60%;
  }

  .home-video-big {
    width: 100%;
    min-height: 420px;
  }

  .primary-button-3 {
    display: block;
  }

  .photo-wrapper {
    height: 350px;
  }

  .photo-wrapper.netclash-photo {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .h6-white.heading-center {
    text-align: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .awards-name-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .home-2-video-wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .home-2-lightbox-link {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .home-2-latest-results-section {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .team-logo-large {
    width: 32px;
  }

  .result {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .result.home-2-result {
    margin-bottom: 0;
  }

  .uppercase-paragraph.black-paragraph, .uppercase-paragraph.green-paragraph, .uppercase-paragraph.black-paragraph, .uppercase-paragraph.green-paragraph {
    text-align: center;
  }

  .match-result {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .match-result.home-2-results {
    width: auto;
  }

  .home-2-podcast-wrapper {
    padding-top: 80px;
  }

  .button-with-icon {
    margin-top: 4px;
  }

  .home-2-podcast-image {
    height: 382px;
  }

  .podcast-title {
    margin-bottom: 40px;
  }

  .trapezoid {
    border-bottom-width: 382px;
    width: 75%;
  }

  .about-us-photo-wrapper {
    padding-bottom: 150px;
  }

  .about-us-photo-wrapper.text-cell {
    padding-top: 30px;
    padding-left: 30px;
  }

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

  .we-are-united {
    font-size: 60px;
    line-height: 64px;
  }

  .about-us {
    padding-left: 30px;
  }

  .primary-button-black {
    font-size: 18px;
  }

  .primary-button-black:hover {
    opacity: 1;
  }

  .nav-menu-3 {
    background-color: #f4f1ee;
    border: 1px solid #08090d26;
    border-radius: .75em;
    margin-top: .3em;
    padding: .8em 1em 1em;
    left: 1.25em;
    right: 1.25em;
  }

  .heading-hero-4 {
    font-size: 6vw;
  }

  .heading-extra-4 {
    font-size: 2vw;
  }

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

  .flex_vertical.gap-large {
    justify-content: flex-end;
    align-items: stretch;
  }

  .header {
    order: -1;
  }

  .home-3-podcust-section {
    padding-top: 80px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .team-card-image.ownership {
    height: 380px;
  }

  .team-card.three-items {
    width: 47.8%;
  }

  .team-three {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .features-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .video-small {
    width: 100%;
  }

  .video-item {
    width: 47.8%;
  }

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

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

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

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

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

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

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

  .number {
    font-size: 48px;
  }

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

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

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

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

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

  .event-item {
    height: 488px;
  }

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

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

  .subscribe-form-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .subscribe-form-block {
    width: 100%;
  }

  .primary-button-4 {
    display: block;
  }

  .subscribe-info {
    width: 100%;
  }

  .nav-menu-4 {
    background-color: #f4f1ee;
    border: 1px solid #08090d26;
    border-radius: .75em;
    margin-top: .3em;
    padding: .8em 1em 1em;
    left: 1.25em;
    right: 1.25em;
  }

  .primary-button-5 {
    display: block;
  }

  .tickets-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .primary-button-6 {
    display: block;
  }

  .nav-menu-5 {
    background-color: #f4f1ee;
    border: 1px solid #08090d26;
    border-radius: .75em;
    margin-top: .3em;
    padding: .8em 1em 1em;
    left: 1.25em;
    right: 1.25em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.6em;
  }

  h2 {
    font-size: 2.1em;
  }

  h3 {
    font-size: 1.7em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.3em;
  }

  h6 {
    font-size: 1.15em;
  }

  .grid-hero {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto min-content;
    grid-template-columns: 1fr;
  }

  .heading-hero {
    font-size: 7vw;
  }

  .block-grid-hero---right {
    border-top: 1px solid var(--light-border);
    border-left-style: none;
    padding-top: 2em;
    padding-left: 0;
  }

  .block-heading-hero {
    padding-top: 2em;
  }

  .heading-extra {
    max-width: 25ch;
    font-size: 3.3vw;
  }

  .content, .content.thin, .content.thin {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .link-favorites {
    padding: 2.6em;
  }

  .banner {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    padding: 5em 10%;
  }

  .banner-block-text {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-bg-1, .heading-bg-2, .heading-bg-3 {
    font-size: 17vw;
  }

  .banner-red {
    flex-flow: column;
    padding-left: 10%;
    padding-right: 10%;
  }

  .image-banner-red {
    max-height: 32em;
    margin-top: 0;
  }

  .banner-block-text-red {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 5em;
    margin-bottom: 3em;
  }

  .heading-banner {
    font-size: 2.7em;
  }

  .link-services {
    min-height: 35em;
  }

  .block-services {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    padding-top: 1.5em;
  }

  .services.right {
    border-top: 1px solid var(--light-border);
    border-top: 1px solid #f4f1ee33;
    border-left-style: none;
    border-top: 1px solid var(--light-border);
    border-top: 1px solid #f4f1ee33;
    border-left-style: none;
    padding-top: 1.5em;
    padding-left: 0;
  }

  .heading-services {
    font-size: 7vw;
  }

  .paragraph-services {
    max-width: none;
  }

  .button-services {
    display: none;
  }

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

  .block {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .block-stories {
    height: 43em;
  }

  .block-heading {
    flex-flow: column;
  }

  .block-heading-right {
    padding-top: 0;
  }

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

  .block-price {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }

  .currency {
    font-size: 5vw;
  }

  .price-info {
    font-size: 2.4vw;
  }

  .price {
    font-size: 10vw;
  }

  .heading-plan {
    font-size: 4vw;
  }

  .block-plan {
    padding-top: 1.6em;
  }

  .map {
    min-height: 38em;
    padding: 1em;
  }

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

  .block-blog.large {
    padding-top: 1.4em;
  }

  .image-thumbnail, .image-thumbnail.large, .image-thumbnail.large {
    height: 52vw;
  }

  .heading-blog {
    padding-bottom: 1em;
    font-size: 1.4em;
  }

  .heading-strip {
    font-size: 11vw;
  }

  .circle-strip {
    width: 2.2vw;
    height: 2.2vw;
  }

  .footer {
    padding-top: 5em;
  }

  .grid-footer {
    grid-row-gap: 5em;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 5em;
  }

  .block-top {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    margin-bottom: 2em;
    padding-top: 2em;
  }

  .block-text-top.right {
    border-left-style: none;
    width: 100%;
    padding-left: 0;
  }

  .paragraph-top {
    max-width: none;
  }

  .paragraph-top.blog {
    margin-left: 0;
  }

  .top {
    padding-top: 12em;
  }

  .heading-top.blog {
    font-size: 6vw;
  }

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

  .image-lass {
    height: 52vw;
  }

  .block-lass {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .icon-lass {
    width: 2em;
    height: 2em;
  }

  .block-text-large {
    padding-bottom: 4em;
  }

  .form-block {
    padding: 2.7em;
  }

  .block-field {
    flex-flow: column;
    margin-bottom: 1.3em;
  }

  .member {
    padding-top: 10.5em;
    padding-bottom: 5em;
  }

  .heading-member {
    font-size: 2.4em;
  }

  .form-block-membership {
    padding: 2.7em;
  }

  .hero-stack, .pricing-overview {
    padding: 60px 15px;
  }

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

  .text-block-2 {
    color: var(--background);
    font-size: 12px;
  }

  .text-block-3 {
    color: var(--background);
    font-size: 10px;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_layout28_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

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

  .category-item {
    height: 388px;
  }

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

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

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

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

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

  .expert-img {
    height: 188px;
  }

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

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

  .section-3.dark-no-top-spacing {
    padding-top: 0;
  }

  .two-column-wrapper-bigger-space {
    flex-direction: column;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-price-wrapper {
    width: 100%;
  }

  .walsh-button-orange {
    width: 100%;
    font-size: 16px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .link-favorites-2 {
    padding: 2.6em;
  }

  .heading-hero-2 {
    font-size: 7vw;
  }

  .block-heading-hero-2 {
    padding-top: 2em;
  }

  .block-grid-hero---right-2 {
    border-top: 1px solid #f4f1ee33;
    border-left-style: none;
    padding-top: 2em;
    padding-left: 0;
  }

  .heading-extra-2 {
    max-width: 25ch;
    font-size: 3.3vw;
  }

  .heading-bg-2-2 {
    font-size: 17vw;
  }

  .rl-heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-bg-3-2, .heading-bg-1-2 {
    font-size: 17vw;
  }

  .link-services-2 {
    min-height: 35em;
  }

  .block-services-2 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    padding-top: 1.5em;
  }

  .heading-services-2 {
    font-size: 7vw;
  }

  .button-services-2 {
    display: none;
  }

  .paragraph-services-2 {
    max-width: none;
  }

  .heading-services-3 {
    font-size: 7vw;
  }

  .button-services-3 {
    display: none;
  }

  .paragraph-services-3 {
    max-width: none;
  }

  .button-services-4 {
    display: none;
  }

  .paragraph-services-4 {
    max-width: none;
  }

  .block-2 {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .block-stories-2 {
    height: 43em;
  }

  .banner-red-2 {
    flex-flow: column;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-banner-2 {
    font-size: 2.7em;
  }

  .heading-bg-3-3, .heading-bg-1-3 {
    font-size: 17vw;
  }

  .content-2 {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .heading-strip-2 {
    font-size: 11vw;
  }

  .circle-strip-2 {
    width: 2.2vw;
    height: 2.2vw;
  }

  .footer-2 {
    padding-top: 5em;
  }

  .top-2 {
    padding-top: 12em;
  }

  .paragraph-top-2 {
    max-width: none;
  }

  .block-top-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    margin-bottom: 2em;
    padding-top: 2em;
  }

  .block-3, .block-4 {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .banner-red-3 {
    flex-flow: column;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-strip-3 {
    font-size: 11vw;
  }

  .footer-3 {
    padding-top: 5em;
  }

  .heading-hero-3 {
    font-size: 7vw;
  }

  .block-heading-hero-3 {
    padding-top: 2em;
  }

  .block-grid-hero---right-3 {
    border-top: 1px solid #f4f1ee33;
    border-left-style: none;
    padding-top: 2em;
    padding-left: 0;
  }

  .heading-extra-3 {
    max-width: 25ch;
    font-size: 3.3vw;
  }

  .heading-member-2 {
    font-size: 2.4em;
  }

  .form-block-membership-2 {
    padding: 2.7em;
  }

  .member-2 {
    padding-top: 10.5em;
    padding-bottom: 5em;
  }

  .banner-photo-wrapper {
    background-position: 70% 25%;
    width: 100%;
    max-width: none;
    min-height: 300px;
  }

  .banner-heading-wrapper {
    border-bottom-width: 1px;
    border-bottom-color: #3b3b3b;
    padding-left: 40px;
  }

  .decorative-line {
    display: none;
  }

  .banner-buttons-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

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

  .banner-paragraph-wrapper {
    border-top-style: none;
    border-bottom-style: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-1-banner {
    border-right: 1px solid #3b3b3b;
  }

  .home-2-banner {
    min-height: 560px;
  }

  .background-video {
    padding-top: 90px;
  }

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

  .team-one, .team-two, .match-name, .match-date {
    text-align: center;
  }

  .match-team-wrapper-featured {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
  }

  .button-wrapper.bigger-spacing {
    margin-top: 20px;
  }

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

  .about-block-image {
    min-height: 260px;
  }

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

  .section-17.dark-no-top-spacing {
    padding-top: 0;
  }

  .video-content {
    width: 100%;
  }

  .video-content-wrapper {
    grid-row-gap: 10px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home-video-big {
    min-height: 400px;
  }

  .section-18, .section-19 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .photo-wrapper.netclash-photo, .photo-wrapper.dynasty-derby-photo, .photo-wrapper.netclash-photo, .photo-wrapper.dynasty-derby-photo {
    padding-left: 8px;
    padding-right: 8px;
  }

  .achievement-photos-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-2-latest-results-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .team-logo-large.home-2-team-logo {
    width: 50px;
    height: 50px;
  }

  .result {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .points-wrapper {
    align-items: center;
  }

  .match-result.home-2-results {
    width: 270px;
  }

  .home-2-podcast-wrapper {
    padding-top: 50px;
  }

  .podcasts-text-wrapper {
    padding-bottom: 0;
  }

  .home-2-podcast-image {
    height: 335px;
  }

  .podcasts-title-wrapper {
    flex-direction: column;
    padding: 40px;
    position: relative;
    left: 0;
  }

  .podcasts-title-wrapper.home-2 {
    padding-left: 0;
    padding-right: 80px;
  }

  .podcast-title {
    flex: 0 auto;
    width: auto;
    margin-bottom: 20px;
  }

  .trapezoid {
    border-bottom-width: 335px;
    width: 95%;
  }

  .about-us-table {
    padding-left: 15px;
    padding-right: 15px;
  }

  .divider-wrapper {
    display: none;
  }

  .about-us-photo-wrapper {
    padding-bottom: 200px;
  }

  .about-us-photo-wrapper.cell-4, .about-us-photo-wrapper.cell-3, .about-us-photo-wrapper.cell-5 {
    display: none;
  }

  .about-us-photo-wrapper.text-cell {
    background-position: 50% 20%;
    padding-bottom: 120px;
  }

  .about-us-photo-wrapper.cell-4, .about-us-photo-wrapper.cell-3, .about-us-photo-wrapper.cell-5 {
    display: none;
  }

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

  .full-screen-wrapper {
    grid-template: "."
    / minmax(auto, 1170px);
    justify-items: center;
  }

  .about-us {
    grid-row-gap: 50px;
  }

  .heading-hero-4 {
    font-size: 7vw;
  }

  .block-heading-hero-4 {
    padding-top: 2em;
  }

  .block-grid-hero---right-4 {
    border-top: 1px solid #f4f1ee33;
    border-left-style: none;
    padding-top: 2em;
    padding-left: 0;
  }

  .heading-extra-4 {
    max-width: 25ch;
    font-size: 3.3vw;
  }

  .heading-bg-1-4 {
    font-size: 17vw;
  }

  .flex_vertical.gap-large {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header {
    margin-bottom: 2rem;
  }

  .card_header {
    flex-flow: column-reverse;
  }

  .home-3-podcust-section {
    padding-top: 60px;
  }

  .link-favorites-3 {
    padding: 2.6em;
  }

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

  .section-title-wrapper {
    margin-bottom: 40px;
  }

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

  .team-card.three-items {
    width: 100%;
  }

  .team-three {
    grid-template-columns: 1fr;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

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

  .video-item {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .grid_3-col {
    grid-template-columns: 1fr;
  }

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

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

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

  .plan-box {
    padding: 28px;
  }

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

  .subscribe-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .subscribe-form {
    justify-content: center;
  }

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

  .tickets-links-wrapper {
    grid-template-columns: 1fr;
  }

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 1.8em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1.3em;
  }

  h5 {
    font-size: 1.2em;
  }

  h6 {
    font-size: 1.1em;
  }

  .nav-text {
    color: var(--heading);
    -webkit-text-stroke-color: var(--accent);
  }

  .grid-hero {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    padding: 1.4em;
  }

  .heading-hero {
    font-size: 9vw;
  }

  .block-grid-hero---right {
    padding-top: 1.4em;
  }

  .block-heading-hero {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    padding-top: 1.4em;
  }

  .heading-extra {
    font-size: 4vw;
  }

  .img-hero-3 {
    background-image: url("https://cdn.prod.website-files.com/696ad80161108f0bb77b9be9/696ad982d0e8d1049b6da5cc_DSC03216-2.jpg");
    background-position: 45% 32%;
  }

  .img-hero-2 {
    background-image: url("https://cdn.prod.website-files.com/696ad80161108f0bb77b9be9/696ae89e0ed703e7710b8ab6_DSC03232-2.jpg");
    background-position: 25%;
  }

  .img-hero-1 {
    background-image: url("https://cdn.prod.website-files.com/696ad80161108f0bb77b9be9/696ae94f9e5641eb5a66daaf_DSC03261.jpg");
    background-position: 50%;
  }

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

  .paragraph {
    text-align: left;
    font-size: 1.1em;
  }

  .heading {
    font-size: 2em;
    font-weight: 500;
  }

  .image-banner-red {
    max-height: 25em;
  }

  .heading-banner {
    font-size: 1.8em;
  }

  .link-services {
    min-height: 28em;
    padding: 1.4em 1.4em 2em;
  }

  .services.right {
    padding-top: 1.2em;
  }

  .heading-services {
    font-size: 8vw;
  }

  .paragraph-services {
    font-size: 1em;
  }

  .block-stories-up {
    display: none;
  }

  .plan {
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .price {
    font-size: 12vw;
  }

  .heading-plan {
    font-size: 1.1em;
  }

  .paragraph-plan {
    font-size: 1em;
  }

  .block-plan {
    padding-bottom: 2em;
  }

  .map {
    min-height: 32em;
    padding: .5em;
  }

  .block-map {
    padding: 1.7em;
  }

  .link-block.dark {
    font-size: 12px;
  }

  .link-blog.large {
    padding: 1.5em;
  }

  .image-thumbnail {
    padding-bottom: 2px;
  }

  .heading-blog {
    font-size: .9em;
    font-weight: 600;
  }

  .heading-strip {
    font-size: 15vw;
  }

  .circle-strip {
    width: 3.4vw;
    height: 3.4vw;
  }

  .footer-bottom {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }

  .grid-footer {
    grid-row-gap: 4em;
    grid-template-columns: 1fr;
  }

  .block-footer {
    font-size: 13px;
  }

  .paragraph-footer {
    font-size: .7em;
  }

  .block-top {
    margin-bottom: 1.4em;
    margin-left: 1.4em;
    margin-right: 1.4em;
    padding-top: 1.4em;
  }

  .paragraph-top {
    font-size: 1em;
  }

  .heading-top {
    font-size: 9vw;
  }

  .heading-top.blog {
    font-size: 7vw;
  }

  .lass {
    padding: 1.7em;
  }

  .block-lass {
    margin-bottom: 1.3em;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
  }

  .paragraph-lass {
    font-size: 1em;
  }

  .block-text-large {
    padding: 1.7em 1.7em 2.8em;
  }

  .paragraph-services-large {
    font-size: 1em;
  }

  .grid-img {
    grid-template-columns: 1fr;
    height: 300vw;
  }

  .form-block {
    padding: 1.8em;
  }

  .block-field {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-bottom: 1em;
  }

  .block-member {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-member {
    font-size: 1.5em;
  }

  .form-block-membership {
    padding: 1.8em;
  }

  .heading-template {
    font-size: 1.5em;
  }

  .template-info {
    flex-flow: column;
  }

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

  .utility-page-content {
    padding: 1.6em;
  }

  .container, .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

  .paragraph-3, .heading-3 {
    display: none;
  }

  .container-3, .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .centered-heading-2.margin-bottom-32px {
    font-size: 1.8em;
  }

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

  .category-item {
    height: 288px;
  }

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

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

  .info-link {
    grid-column-gap: 20px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-price {
    font-size: 40px;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-pricing-inner-card, .walsh-pricing-inner-card-featured {
    padding: 30px 20px 40px;
  }

  .walsh-text-grey-xsmall {
    font-size: 13px;
  }

  .walsh-button-orange {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-8 {
    max-width: none;
  }

  .heading-hero-2 {
    font-size: 9vw;
  }

  .img-hero-4 {
    background-position: 45% 32%;
  }

  .block-heading-hero-2 {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    padding-top: 1.4em;
  }

  .block-grid-hero---right-2 {
    padding-top: 1.4em;
  }

  .heading-extra-2 {
    font-size: 4vw;
  }

  .heading-5 {
    font-size: 2em;
    font-weight: 500;
  }

  .paragraph-4 {
    text-align: left;
    font-size: 1.1em;
  }

  .link-services-2 {
    min-height: 28em;
    padding: 1.4em 1.4em 2em;
  }

  .heading-services-2 {
    font-size: 8vw;
  }

  .paragraph-services-2 {
    font-size: 1em;
  }

  .heading-services-3 {
    font-size: 8vw;
  }

  .paragraph-services-3, .paragraph-services-4 {
    font-size: 1em;
  }

  .heading-6 {
    font-size: 2em;
    font-weight: 500;
  }

  .paragraph-5 {
    text-align: left;
    font-size: 1.1em;
  }

  .heading-banner-2 {
    font-size: 1.8em;
  }

  .heading-strip-2 {
    font-size: 15vw;
  }

  .circle-strip-2 {
    width: 3.4vw;
    height: 3.4vw;
  }

  .footer-bottom-2 {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }

  .paragraph-top-2 {
    font-size: 1em;
  }

  .block-top-2 {
    margin-bottom: 1.4em;
    margin-left: 1.4em;
    margin-right: 1.4em;
    padding-top: 1.4em;
  }

  .heading-top-2 {
    font-size: 9vw;
  }

  .heading-7 {
    font-size: 2em;
    font-weight: 500;
  }

  .paragraph-6 {
    text-align: left;
    font-size: 1.1em;
  }

  .heading-8 {
    font-size: 2em;
    font-weight: 500;
  }

  .paragraph-7 {
    text-align: left;
    font-size: 1.1em;
  }

  .heading-9, .paragraph-8 {
    display: none;
  }

  .heading-strip-3 {
    font-size: 15vw;
  }

  .footer-bottom-3 {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
  }

  .heading-hero-3 {
    font-size: 9vw;
  }

  .block-heading-hero-3 {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    padding-top: 1.4em;
  }

  .block-grid-hero---right-3 {
    padding-top: 1.4em;
  }

  .heading-extra-3 {
    font-size: 4vw;
  }

  .heading-member-2 {
    font-size: 1.5em;
  }

  .form-block-membership-2 {
    padding: 1.8em;
  }

  .banner-photo-wrapper {
    background-position: 50% 20%;
    height: 200px;
  }

  .hero-screen-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .banner-heading-wrapper {
    padding-top: 90px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .hero-screen-heading {
    font-size: 52px;
  }

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

  .banner-buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }

  .paragraph-large {
    word-break: keep-all;
    object-fit: fill;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
  }

  .divider {
    display: none;
  }

  .banner-paragraph-wrapper {
    padding: 30px 20px 50px;
  }

  .home-1-banner {
    border-bottom-style: none;
    border-right: 1px #3b3b3b;
  }

  .rectangle.right-bottom, .rectangle.left-bottom, .rectangle.right-bottom, .rectangle.left-bottom {
    display: none;
  }

  .primary-button {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .secondary-button {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .banner-two-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-one {
    align-items: center;
  }

  .match-score-two {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .match-info-wrapper-featured {
    grid-template-columns: 1fr;
  }

  .match-count {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team-two, .match-name, .match-date {
    align-items: center;
  }

  .match-team-wrapper-featured {
    grid-template-columns: 1fr;
  }

  .achievement-photos {
    flex-direction: column;
  }

  .photo-wrapper {
    height: 320px;
  }

  .h6-white {
    letter-spacing: 2.5px;
    font-size: 16px;
  }

  .awards-name-wrapper {
    flex-flow: row;
  }

  .home-2-video-wrapper {
    padding-top: 60px;
  }

  .team-logo-large {
    width: 32px;
  }

  .colon {
    position: relative;
  }

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

  .uppercase-paragraph {
    font-size: 12px;
  }

  .uppercase-paragraph.black-paragraph {
    color: #c7f849;
    margin-top: 0;
    margin-bottom: 0;
  }

  .uppercase-paragraph.green-paragraph {
    margin-top: 0;
    margin-bottom: 0;
  }

  .base-container-2 {
    background-color: #020202;
  }

  .match-result {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .match-result.home-2-results {
    width: 220px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

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

  .podcasts-text-wrapper.home-2 {
    color: #c7f849;
  }

  .button-with-icon {
    margin-top: 30px;
  }

  .button-with-icon.black-button {
    border-color: #c7f849;
  }

  .home-2-podcast-image {
    width: 100%;
    height: 250px;
    position: static;
  }

  .podcasts-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .podcasts-title-wrapper.home-2 {
    padding-right: 0;
  }

  .podcast-title {
    margin-bottom: 20px;
  }

  .podcast-title.h2-black {
    color: #fff;
  }

  .trapezoid {
    display: none;
  }

  .about-us-photo-wrapper {
    padding: 10px 20px 20px;
  }

  .about-us-photo-wrapper.cell-4, .about-us-photo-wrapper.cell-5 {
    display: none;
  }

  .about-us-photo-wrapper.text-cell {
    padding: 20px 20px 100px;
  }

  .about-us-photo-wrapper.cell-4, .about-us-photo-wrapper.cell-5 {
    display: none;
  }

  .full-screen-wrapper {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 1170px);
  }

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

  .primary-button-black {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .primary-button-black.full-width-button {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .nav-block-3 {
    height: 60px;
  }

  .logo-3 {
    width: 50px;
    min-height: 50px;
  }

  .heading-hero-4 {
    font-size: 7vw;
  }

  .block-heading-hero-4 {
    grid-column-gap: 1.4em;
    grid-row-gap: 1.4em;
    padding-top: 1.4em;
  }

  .block-grid-hero---right-4 {
    padding-top: 1.4em;
  }

  .heading-extra-4 {
    font-size: 4vw;
  }

  .hero-video {
    height: 40vh;
    margin-bottom: 10px;
    overflow: visible;
  }

  .heading_secondary {
    font-size: 1.8rem;
  }

  .heading_primary {
    font-size: 2rem;
  }

  .button {
    white-space: nowrap;
  }

  .ix-link-wrapper {
    flex-flow: column;
    display: flex;
  }

  .section-two-side-title-wrapper {
    text-align: center;
  }

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

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

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

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

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-group.is-align-center {
    justify-content: center;
    align-items: stretch;
  }

  .button-3 {
    white-space: nowrap;
  }

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

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

  .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-2 {
    grid-template-columns: 1fr;
  }

  .subscribe-form-wrapper {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-text-field-subscribe {
    width: 100%;
  }

  .subscribe-form {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .ticket-item {
    padding: 25px;
  }

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

#w-node-_07b074e1-4110-d0f3-06a3-d608ff0440c9-c1da2218, #w-node-_07b074e1-4110-d0f3-06a3-d608ff0440d1-c1da2218, #w-node-_07b074e1-4110-d0f3-06a3-d608ff0440d9-c1da2218, #w-node-_07b074e1-4110-d0f3-06a3-d608ff0440e1-c1da2218 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e905424-6d63-9bca-8345-8d3ca7c4caf3-c1da2218 {
  grid-area: 1 / 1 / 2 / 2;
}
