:root {
  --prim-cold-dark: #313c48;
  --bg-off-wh: #f1ede4;
  --prim-mid: #bb4824;
  --prim-light: #f19a3e;
  --prim-dark: #403233;
  --waves-library--black: #131313;
  --waves-library--white: white;
}

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

@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: #403233;
  background-color: #f1ede4;
  font-family: Zilla Slab, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

h1 {
  opacity: .8;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ultra, sans-serif;
  font-size: min(10vw, 128px);
  font-weight: 400;
  line-height: .9;
  position: relative;
  left: -.3%;
}

h2 {
  opacity: .9;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: min(64px, 6vw);
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

a {
  color: #006be0;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

blockquote {
  border-left: 5px solid #8a8a8a2b;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 140px 60px;
  overflow: clip;
}

.container.pos-rel-af {
  position: relative;
  overflow: visible;
}

.container.trans_ges-af {
  background-color: var(--prim-cold-dark);
  perspective: 716px;
  perspective-origin: 50% 100%;
  background-image: linear-gradient(#252b33 2%, #fff0 93%);
  width: 100%;
  max-width: none;
  padding-bottom: 100px;
  overflow: hidden;
}

.container.no_crop_vis_af {
  overflow: visible;
}

.container.sub-hero-header-af {
  z-index: 1;
  color: var(--bg-off-wh);
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.container.game-cont-af-sub {
  padding-bottom: 0;
}

.container.af-game-holder {
  min-height: 120vh;
}

.container.tgl-af {
  padding-top: 100px;
}

.link-block {
  background-color: var(--prim-mid);
  color: var(--bg-off-wh);
  justify-content: center;
  align-items: center;
  padding: 22px 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.link-block:hover {
  background-color: var(--prim-cold-dark);
  filter: drop-shadow(0 0 4px #ffa600);
  text-shadow: 0 1px 11px #ffffff6b;
}

.link-block.lined {
  filter: drop-shadow(0 6px 1px #00000029);
  color: var(--bg-off-wh);
  -webkit-mask-image: none;
  mask-image: none;
  -webkit-mask-repeat: unset;
  mask-repeat: unset;
  -webkit-mask-size: unset;
  mask-size: unset;
  background-color: #f1ede405;
}

.link-block.lined:hover {
  filter: drop-shadow(0 0 #0000);
  color: var(--prim-light);
  text-shadow: 0 0 #74614d;
  background-color: #37221899;
  box-shadow: inset 0 0 6px 7px #776e64;
}

.link-block.mid-dark {
  background-color: var(--bg-off-wh);
  color: #353535;
}

.link-block.mid-dark:hover {
  background-color: var(--prim-light);
  filter: drop-shadow(0 4px 3px #00000040);
  color: #353535;
}

.link-block.mid-dark.broken-box-af {
  color: #6b5c49;
}

.link-block.mid-dark.broken-box-af:hover {
  color: var(--prim-dark);
}

.link-block.broken-box-af.hero_inst-af {
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: min(48px, 3vw);
}

.code-embed-51 {
  aspect-ratio: 1;
  opacity: .09;
  pointer-events: none;
  background-color: #0000;
  width: min(85vw, 120vh);
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -27%);
}

.image-31 {
  pointer-events: none;
  object-fit: contain;
  object-position: 50% 100%;
  width: 103%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: -3%;
}

.parlx-cont {
  background-color: #7eb7ce;
  background-image: linear-gradient(#0000, #fde8aa80), radial-gradient(circle at 50% 81%, #fff0, #9e2f354a);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  min-height: min(100vh, 100vw);
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-32 {
  pointer-events: none;
  object-fit: contain;
  object-position: 50% 100%;
  width: 103%;
  max-width: none;
  height: 100%;
  position: absolute;
  bottom: -3%;
}

.image-33 {
  pointer-events: none;
  object-fit: contain;
  object-position: 50% 100%;
  width: 104%;
  max-width: none;
  height: 100%;
  position: absolute;
  bottom: -3%;
}

.image-34 {
  pointer-events: none;
  object-fit: contain;
  object-position: 50% 100%;
  width: 102%;
  max-width: none;
  height: 100%;
  position: absolute;
  bottom: -3%;
}

.image-35 {
  pointer-events: none;
  object-fit: contain;
  object-position: 50% 100%;
  width: 102%;
  max-width: none;
  height: 100%;
  position: absolute;
  bottom: -4%;
}

.image-36 {
  pointer-events: none;
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  max-width: min(85vw, 1600px);
  max-height: calc(100vh - 53px);
  margin-left: -6vw;
  position: absolute;
  bottom: -1px;
}

.hero-parlxx {
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}

.image-37 {
  opacity: .79;
  pointer-events: none;
  mix-blend-mode: overlay;
  object-fit: contain;
  object-position: 50% 0%;
  width: 104%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
}

.section {
  color: #fff;
  flex-flow: column;
  max-width: 100%;
  display: flex;
  position: relative;
}

.section.hero-sub-af-sec {
  background-color: var(--prim-cold-dark);
}

.section.ovf-hid-af {
  background-image: linear-gradient(180deg, var(--bg-off-wh), #fff0 5%, #fff0 95%, #f1ede4);
  overflow: clip;
}

.section.sub-hero-sec-af.dark-sec-af {
  background-color: var(--prim-dark);
  color: var(--prim-dark);
  background-image: linear-gradient(#ff770012, #fff0 51%);
  margin-top: -2px;
  padding-top: 60px;
}

.section.hero_sec-af-evpg {
  background-color: var(--prim-cold-dark);
  background-image: linear-gradient(180deg, var(--prim-dark) 31%, #40323300);
}

.div-block-4 {
  z-index: 2;
  aspect-ratio: 1;
  opacity: .3;
  pointer-events: none;
  mix-blend-mode: saturation;
  background-image: radial-gradient(circle closest-side, #ff4d00, #ff4d0000);
  width: 85vw;
  position: absolute;
  inset: min(58vh, 58vw) 0% auto 50%;
  transform: translate(-50%, -50%);
}

.div-block-5 {
  z-index: 3;
  text-align: center;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  -webkit-user-select: text !important;
  user-select: text !important;
  transform-style: unset !important;
}

.heading-3 {
  color: #6d191b;
  text-shadow: 0 -6px 3px #ffb83563;
  -webkit-text-fill-color: transparent;
  background-color: #c33238;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  padding: 20px 60px;
  font-size: min(5vw, 120px);
  left: auto;
}

.div-block-6 {
  background-image: linear-gradient(#0000, #252b33 92%);
  height: 40px;
  position: absolute;
  inset: auto 0% -2px;
}

.paragraph-3 {
  color: var(--prim-dark);
  text-shadow: 0 1px 7px #fff8dc;
  width: 100%;
  max-width: min(40vw, 800px);
  font-size: min(1.4vw, 24px);
  line-height: 1.2;
}

.paragraph-3.hilighted {
  color: var(--prim-mid);
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: min(2vw, 32px);
  font-weight: 400;
}

.div-block-7 {
  z-index: 1;
  opacity: 1;
  pointer-events: none;
  mix-blend-mode: overlay;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-38 {
  aspect-ratio: 1;
  object-fit: contain;
  width: max(80vw, 80vh);
  max-width: none;
  margin-bottom: -21%;
  margin-left: -3%;
  position: absolute;
  inset: auto auto 0;
}

.image-39 {
  object-fit: contain;
  object-position: 50% 100%;
  align-self: stretch;
  height: max(100vh, 100vw);
  position: absolute;
  inset: auto auto 0%;
}

.nav-bar-af {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  pointer-events: none;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  overflow-x: clip;
}

.link-block-2 {
  z-index: 99;
  filter: drop-shadow(0 4px 5px #1e29792b);
  pointer-events: auto;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  display: flex;
}

.nav_link {
  background-color: var(--prim-cold-dark);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 4px #ffffff42;
  border-radius: 2px;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 12px 20px;
  font-size: min(1.8vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition-property: color, text-shadow, background-color;
  transition-duration: .125s, .15s, .3s;
  transition-timing-function: cubic-bezier(.86, 0, .07, 1), ease, ease;
  display: flex;
}

.nav_link:hover {
  color: var(--prim-cold-dark);
  text-shadow: 0 0 1px #0000003b;
  background-color: #ffffffd9;
}

.nav_link.w--current {
  outline-offset: -7px;
  color: #fff;
  outline: 2px dashed #ffffff87;
}

.nav_link.w--current:hover {
  color: var(--prim-cold-dark);
  outline-color: #3d597745;
}

.nav_link.sub-nav-af {
  margin: 0;
  padding: 12px 18px;
  font-size: min(1vw, 16px);
  font-weight: 600;
  line-height: 1.2;
}

.nav_link.sub-nav-af.w--current {
  outline-offset: -5px;
  outline-width: 1px;
  outline-color: #ffffffa6;
}

.nav_link.sub-nav-af.w--current:hover {
  outline-width: 1px;
  outline-color: #313f5870;
}

.nav_link.promenent-af-btn {
  background-image: linear-gradient(#ff910061, #ff910061);
}

.nav_link.app-btn-ntb {
  text-transform: none;
  overflow-wrap: anywhere;
  background-image: linear-gradient(#008cff47, #008cff47);
  min-width: 85px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: min(1.2vw, 16px);
}

.div-block-12 {
  aspect-ratio: 2.39;
  max-width: 1500px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.code-embed-56 {
  pointer-events: none;
  color: #f19a3e69;
  position: absolute;
  inset: -9px;
}

.div-block-13 {
  background-color: #ddb4b412;
  width: 100%;
  height: 100%;
  position: relative;
}

.cor-af {
  position: absolute;
  inset: -10px;
}

.div-block-15 {
  z-index: 0;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  text-shadow: 0 4px 2px #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 100px 100px;
  display: flex;
  position: relative;
  top: -20px;
}

.cor-itm-af {
  perspective: 2000px;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  background-color: #39414b;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.img-elm-af {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-block-2 {
  z-index: 1;
  color: #d8602d;
  text-align: right;
  text-transform: uppercase;
  mix-blend-mode: difference;
  max-width: 80%;
  margin: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: min(1.5vw, 24px);
  font-weight: 300;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-port-af {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.nav-port-af.top-pos-h {
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff45;
  border-radius: 30px;
  flex: 0 auto;
  width: 600px;
  padding: 20px;
  transition: border-radius .2s cubic-bezier(1, .005, .468, 1.005);
  position: relative;
  overflow: clip;
  box-shadow: 0 2px 5px #0000001c;
}

.nav-port-af.top-pos-h.broken-box-af {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  display: none;
}

.div-block-18 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.div-block-18.hilight-end-af {
  flex-flow: wrap;
  flex: 1;
  align-self: stretch;
  min-width: 150px;
}

.code-embed-57 {
  z-index: 0;
  display: none;
}

.div-block-19 {
  z-index: 99;
  color: #79595b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: static;
  inset: auto;
}

.collection-list-wrapper {
  flex: 1;
  align-self: stretch;
  display: none;
}

.empty-state {
  display: none;
}

.collection-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.ticking-timer-af {
  opacity: .68;
  pointer-events: auto;
  align-self: center;
  padding: 6px 0 0;
  font-family: Exo, sans-serif;
  font-size: min(3vw, 56px);
  font-weight: 700;
  line-height: .9;
}

.collection-item {
  border: 1px solid #000;
  flex-flow: column;
  padding: 7px;
  font-size: 14px;
  display: flex;
}

.event_start-date, .event_end-date {
  flex: 1;
  font-size: 8px;
}

.event_name {
  font-size: 6px;
}

.evnt-name-af {
  text-transform: none;
  padding-left: 8px;
  display: inline;
}

.link-block-3 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: invert(0%) blur();
  backdrop-filter: invert(0%) blur();
  pointer-events: none;
  color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -30px;
  padding: 0 30px 30px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: relative;
}

.link-block-3:hover {
  color: #fff;
  text-shadow: 0 6px 2px #ca74324d;
}

.div-block-20 {
  grid-column-gap: 4px;
  grid-row-gap: 0px;
  opacity: 1;
  text-align: center;
  white-space: break-spaces;
  overflow-wrap: normal;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 250px;
  font-size: 18px;
  line-height: 1.3;
 
	display: flex;
    flex-wrap: wrap;
}

.days-boolean {
  font-size: 8px;
}

.class_evnt_holder {
  text-align: center;
  flex-flow: column;
  flex: 1;
  align-self: stretch;
  margin-bottom: -6px;
  display: flex;
}

.class_evnt_holder.fixed-in-nav {
  color: #fffffff7;
  text-shadow: 0 2px 1px #00000029;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  margin: -12px;
  padding: 12px;
  transition: text-shadow .35s;
  display: flex;
}

.class_evnt_holder.fixed-in-nav:hover {
  text-shadow: 0 7px 2px #ff550057;
}

.div-block-24 {
  z-index: 2;
  pointer-events: auto;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.div-block-25 {
  flex: 1;
}

.div-block-27 {
  opacity: 1;
  filter: drop-shadow(-4px 4px 2px #0003);
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.overlay_anm {
  z-index: 2;
  opacity: 1;
  border-radius: 30px;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 1%;
  min-height: 1%;
  display: none;
  position: absolute;
  inset: 0 0 0% 0%;
  overflow: clip;
}

.color-fill-anm {
  border-radius: 30px;
  width: 0%;
  height: 0%;
  position: absolute;
}

.color-fill-anm.layr-1 {
  background-color: var(--prim-light);
}

.color-fill-anm.layr-2 {
  background-color: var(--prim-mid);
}

.color-fill-anm.layr3 {
  background-color: var(--prim-dark);
}

.color-fill-anm.layr-4 {
  background-color: var(--prim-cold-dark);
}

.div-block-28 {
  background-color: var(--prim-cold-dark);
  opacity: 1;
  outline-offset: 3px;
  pointer-events: none;
  background-image: url('../images/nav-ic.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  border-radius: 30px;
  outline: 3px solid #ffffff8a;
  width: 60px;
  height: 60px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-29 {
  border-radius: 30px;
  width: 0;
  height: 0;
}

.paragraph-4 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 31vw;
  padding: 0;
  font-family: Zilla Slab, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
}

.text-span-2 {
  text-transform: uppercase;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 40px;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
}

.cor-af-btn {
  opacity: .1;
  filter: drop-shadow(0 0 #009dff00);
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin-left: -60px;
  margin-right: auto;
  padding: 20px 80px 20px 10px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cor-af-btn:hover {
  opacity: .5;
  filter: drop-shadow(0 9px 5px #009dffbd);
}

.cor-af-btn.cor-next {
  margin-left: auto;
  margin-right: -60px;
  padding-left: 80px;
  padding-right: 10px;
  inset: 0% 0% 0% auto;
}

.text-block-4 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #595e63;
  text-align: right;
  letter-spacing: .2rem;
  text-transform: uppercase;
  white-space: nowrap;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  align-self: center;
  padding: 8px 10px 8px 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-100%);
}

.image-41 {
  transition: filter .2s;
}

.cor-nav {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-31 {
  pointer-events: none;
  background-image: linear-gradient(#0000 50%, #ff77001c), radial-gradient(circle closest-corner at 50% 100%, #ff5e0030, #fff0);
  justify-content: space-around;
  align-items: flex-end;
  width: 100vw;
  max-width: 100vw;
  height: 100svh;
  display: flex;
  position: absolute;
  inset: auto 0% 0 50%;
  overflow: clip;
  transform: translate(-50%);
}

.code-embed-58 {
  filter: drop-shadow(-12px 13px #0b334957);
  color: #f2ede4;
  align-self: flex-end;
  width: 37%;
  margin-top: auto;
  margin-right: auto;
  position: sticky;
  inset: auto auto -3% 3%;
}

.code-embed-59 {
  filter: drop-shadow(17px 10px #0b334957);
  color: #f2ede4;
  align-self: flex-end;
  width: 30%;
  margin-top: auto;
  margin-left: auto;
  position: sticky;
  inset: auto -46% -3% auto;
}

.code-embed-60 {
  z-index: 2;
  filter: drop-shadow(-10px 10px 1px #0b2e4142);
  color: var(--prim-mid);
  width: 3%;
  margin-right: auto;
  position: absolute;
  inset: auto auto 52% 23%;
}

.code-embed-61 {
  z-index: 1;
  color: #f2ede4;
  width: 100vw;
  max-width: none;
  position: absolute;
  inset: auto auto -20px 50%;
  transform: translate(-50%);
}

.code-embed-62 {
  z-index: -1;
  opacity: .5;
  width: 100%;
  height: 27%;
  position: absolute;
  inset: auto 0% 0%;
}

.code-embed-63 {
  opacity: .11;
  position: absolute;
  inset: 0% 0% auto auto;
}

.code-embed-63:hover {
  opacity: 62;
}

.af---mega-heading {
  color: var(--prim-cold-dark);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 95px;
  line-height: 1;
}

.af-content-hero {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.af---subtitle {
  font-size: 23px;
  line-height: 1.2;
}

.af---limit {
  width: 100%;
}

.af---mg-top-16 {
  margin-top: 16px;
}

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

.af-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.af-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.af-gradient-hero-1 {
  z-index: 9;
  background-image: linear-gradient(#faebe3, #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.af-gradient-hero-1.bottom {
  background-image: linear-gradient(to top, #faebe3, #faebe300);
  inset: auto 0% -1px;
}

.af-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.af-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.af-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.af-inside-hero-1.reverse {
  justify-content: flex-end;
}

.af-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 750px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.paragraph-5 {
  transform-origin: 0%;
  color: #313c48e3;
  transform-style: preserve-3d;
  max-width: min(720px, 50vw);
  font-size: min(65px, 4vw);
  line-height: 1.1;
  transform: perspective(36vw)rotateX(0)rotateY(4deg)rotateZ(0)perspective(31vw);
}

.image-42 {
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
}

.div-block-33 {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--bg-off-wh) 9%, #fff0 20%, #fff0 78%, #f1ede4 96%);
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.div-block-34 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: -300px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.code-embed-64 {
  color: #fff;
  min-width: 75vw;
  height: max(700px, 75vh);
  margin-right: 50%;
  position: absolute;
}

.div-block-35 {
  z-index: -1;
  justify-content: flex-end;
  align-items: center;
  min-height: 75vh;
  display: flex;
  position: sticky;
  top: max(13vh, 120px);
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves---mega-heading-1.ylo {
  opacity: .7;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 75px;
  font-weight: 700;
  line-height: 115%;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 1.2;
}

.waves---limit-480 {
  width: 100%;
  max-width: 800px;
}

.waves---mg-top-17 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.waves-title-wrap-hero-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waves-limit-1008 {
  width: 100%;
  max-width: 1008px;
}

.section-2 {
  overflow: clip;
}

.line_btn {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.line_btn:hover {
  box-shadow: inset 0 2px 3px 4px var(--bg-off-wh);
}

.sec-bios-25-af {
  opacity: .5;
  transform-origin: 50% 100%;
  color: var(--bg-off-wh);
  transform-style: preserve-3d;
  background-color: #705e4b;
  background-image: radial-gradient(circle at 50% 15%, #f1b83e1f, #fff0);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 1s, transform 2s;
  transform: perspective(75vw)rotateX(47deg)rotateY(0)rotateZ(0)perspective(22vw)perspective(30vw);
}

.sec-bios-25-af.scrolled-s3-af {
  opacity: 100;
  transform: perspective(75vw)rotate(0)perspective(22vw)perspective(30vw);
}

.image-43 {
  object-fit: contain;
  flex: 1;
  align-self: center;
  width: 100%;
  max-height: 400px;
  margin: 0 auto 40px;
}

.div-block-36 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.section-3 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: clip;
}

.div-block-37 {
  z-index: 1;
  background-image: linear-gradient(180deg, #0000, var(--bg-off-wh) 95%);
  height: 140px;
  position: absolute;
  inset: auto 0% -2px;
}

.div-block-37.top-lvl-af {
  background-image: linear-gradient(0deg, #0000, var(--bg-off-wh) 95%);
  inset: 0% 0% auto;
}

.image-8 {
  width: 100%;
  max-width: 600px;
  position: absolute;
}

.div-block-40 {
  aspect-ratio: 1;
  background-color: #f4c059;
  border-radius: 50%;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: min(700px, 35vw);
  max-width: 50%;
  display: flex;
}

.block-quote {
  color: #ffe082;
  border-left-style: none;
  border-left-color: #ffdc75;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 24px;
}

.lined-light {
  z-index: 1;
  filter: drop-shadow(0 2px 2px #0c1e351c);
  color: var(--prim-light);
  text-transform: uppercase;
  padding: 30px 32px;
  font-size: 40px;
  line-height: 1;
  text-decoration: none;
  transition: filter .4s;
  position: relative;
}

.lined-light:hover {
  filter: drop-shadow(0 12px 4px #0c1e35d6);
}

.lined-light.dark_kh-af {
  color: var(--prim-dark);
}

.lined-light.dark_kh-af:hover {
  filter: drop-shadow(0 12px 4px #0c1e3575);
}

.lined-light.dark_kh-af.sub-call-t-act-af {
  font-size: 35px;
  line-height: 1;
}

.lined-light.mid_white {
  color: var(--bg-off-wh);
  font-size: 36px;
  line-height: 1.2;
}

.lined-light.mid-siz-btn-dark {
  color: var(--prim-mid);
  font-size: 28px;
  line-height: 1;
}

.lined-light.mid-siz-btn-dark:hover {
  filter: drop-shadow(0 7px 4px #ff7b08d6);
  color: #e26e44;
}

.lined-light.sm-dark_btn {
  color: var(--prim-dark);
  padding: 20px 24px;
  font-size: 22px;
  line-height: 1.1;
}

.div-block-41 {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-42 {
  flex: 1;
  height: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: relative;
  overflow: clip;
}

.code-embed-65 {
  aspect-ratio: 2;
  width: 106%;
  height: 100%;
  padding: 4px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.code-embed-66 {
  aspect-ratio: 2;
  padding: 4px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.code-embed-67 {
  aspect-ratio: 2;
  padding: 4px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-43 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--prim-cold-dark);
  color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -60px;
  margin-right: -60px;
  padding: 50px 80px;
  display: flex;
  position: relative;
}

.div-block-43.broken-box-af {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(188deg, #fff0 46%, #bb482424);
  margin-left: -69px;
  margin-right: -69px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-4 {
  color: #2b3540;
  letter-spacing: 10px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f4c05914;
  text-transform: uppercase;
  text-shadow: -4px 5px 5px #ffffff36, 4px -5px 5px #0000005c;
  font-size: min(120px, 8vw);
  font-weight: 700;
  line-height: .9;
}

.div-block-44 {
  text-align: center;
  flex: 1;
  min-width: 700px;
  padding: 60px;
}

.div-block-45 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.btn-holder-shadow-fl {
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}

.code-embed-68 {
  aspect-ratio: 2 / 3.2;
  outline-offset: 12px;
  border-radius: 4px;
  outline: 1px solid #40323342;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 115px;
  flex-flow: wrap;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.code-embed-43 {
  aspect-ratio: 4 / 1.12;
  filter: drop-shadow(0 0 #d6f2ff00);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 230px;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.footer-link {
  color: var(--prim-light);
  cursor: pointer;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 12px;
  line-height: 1.2;
  text-decoration: none;
}

.footer-link:hover {
  color: #fffff9;
  background-color: #ffffff0f;
}

.footer-link.al-ap-af {
  outline-offset: 2px;
  outline: 2px dashed #f19a3e3b;
  margin-left: 14px;
}

.text-block-72 {
  opacity: .74;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
}

.image-26 {
  width: 65px;
  margin: -4px;
}

.div-block-47 {
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-324 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  opacity: .7;
  flex-flow: wrap;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.title-small {
  opacity: 1;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 1;
  max-height: 70px;
  padding: 0 0 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.soc-ic {
  width: 50px;
  height: 50px;
  margin: 2px 4px;
}

.footer-copyright-center {
  align-self: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
}

.text-block-68 {
  color: #ffffff94;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.footer-af {
  background-color: var(--prim-dark);
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #bb482426, #fff0 65%), linear-gradient(180deg, var(--prim-dark) 2%, #403233eb), url('../images/grd-4_1.avif');
  color: #fff;
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, repeat-x;
  background-size: auto, auto, auto 95%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.ssm_btn-2 {
  color: #465c6d;
  background-color: #4032331a;
  border: 1px solid #ffffff42;
  border-radius: 59px 24px 47px 59px;
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 6px 16px 6px 6px;
  transition: all .45s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.ssm_btn-2:hover {
  background-color: #222b35;
  box-shadow: 0 0 19px #ffffff38;
}

.footer-social-link {
  cursor: pointer;
  border-right: 1px solid #675b5c;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.footer-social-link.last-af {
  border-right-style: none;
}

.container-2 {
  border-radius: 30px;
  flex: 0 auto;
  width: 100%;
  max-width: 1600px;
  margin: 140px auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-2.footer_cont {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.container-2.the-boards-af {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #ff8d0030;
  border-radius: 20px;
  overflow: clip;
  box-shadow: 0 18px 4px -6px #313c483d;
}

.container-2.mid-our-com {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  color: #fff;
  text-align: center;
  background-image: radial-gradient(circle at 50% -57%, #ffe08130 12%, #fff0 68%);
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-2.ab-af {
  margin-top: 100px;
  margin-bottom: 140px;
}

.container-2.mini-gm-holder-af {
  padding-right: 0;
}

.image-9 {
  width: 350px;
  max-width: 350px;
  padding: 20px;
}

.footer-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.medis-sec-af {
  min-width: 120px;
}

.text-block-73 {
  font-size: 16px;
  line-height: 1.2;
}

.footer-divider {
  background-color: #e4ebf321;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.link-block-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 6px 10px 6px 8px;
  text-decoration: none;
  display: flex;
}

.link-block-5:hover {
  background-color: #0000001f;
}

.code-embed-44 {
  opacity: .16;
  color: #e6eaee;
  min-height: 50%;
  transition: opacity .3s;
  position: absolute;
  inset: 0% 0% auto;
}

.footer-social-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #675b5c;
  border-radius: 10px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 12px;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  overflow: clip;
}

.footer-brand {
  filter: brightness() drop-shadow(0 2px 2px #00000029);
  flex: 0 auto;
  transition: filter .65s;
}

.footer-brand:hover {
  filter: brightness(120%) drop-shadow(0 15px 8px #00000075);
}

.footer-brand.w--current {
  cursor: pointer;
}

.footer-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  outline-offset: 3px;
  background-color: #0000001f;
  border-radius: 0;
  outline: 2px dashed #ffffff21;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px 30px;
  display: grid;
  position: relative;
}

.div-block-326 {
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  padding: 100px 40px 40px;
  display: flex;
  position: absolute;
  inset: -46px 0% 0%;
  overflow: clip;
}

.image-44 {
  opacity: .08;
  object-fit: contain;
  object-position: 50% 100%;
  width: 75vw;
  position: relative;
  top: 8%;
  left: -33%;
}

.code-embed-70 {
  z-index: -1;
  color: var(--prim-dark);
  align-self: stretch;
  width: 101%;
  height: 60px;
  position: absolute;
  inset: 14px auto auto 50%;
  transform: translate(-50%, -100%);
}

.div-block-327 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffe081;
  border-radius: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  min-width: min(750px, 45vw);
  margin: -40px -79px;
  padding: 20px;
  display: grid;
  transform: skew(8deg);
}

.mig-af-holder {
  background-color: #ff8000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-17 {
  filter: drop-shadow(-6px 9px 3px #2c527b45);
  margin-left: 0;
  margin-right: 0;
}

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-clip-cont {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: clip;
}

.rich-text-block {
  position: relative;
}

.left-dir-af-sooush {
  pointer-events: none;
  color: #f7f1de;
  width: 80vw;
  height: max(100%, 55vw);
  position: absolute;
  inset: 50% auto auto -16vw;
  transform: translate(-50%, -50%);
}

.waves-column-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.af-img {
  object-fit: cover;
  align-self: center;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0%;
  transform: scale(1.3)skew(-7deg);
}

.mini_game_sec {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  padding: 40px;
  display: flex;
  position: relative;
}

.code-embed-5 {
  width: 300px;
  height: 100px;
  position: absolute;
  inset: auto 2% 0% auto;
}

.div-block-11 {
  z-index: -1;
  background-color: var(--prim-cold-dark);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-11.broken-box-af {
  background-color: #8d5a44;
  justify-content: center;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.div-block-328 {
  z-index: 2;
  color: var(--prim-cold-dark);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 0;
  display: flex;
  position: relative;
  bottom: -2%;
}

.code-embed-4 {
  position: absolute;
}

.hole-con-af {
  z-index: 1;
  aspect-ratio: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  right: -20px;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.div-block-10 {
  z-index: 1;
  align-self: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 700px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-331 {
  color: var(--prim-cold-dark);
  flex: 1;
  align-self: center;
  width: 40%;
  min-width: 550px;
  padding: 60px;
}

.ripple-af-bg {
  aspect-ratio: 1;
  background-color: #ffac1629;
  border-radius: 50%;
  width: 100%;
  position: absolute;
}

.ripple-af-bg._2nd-rip-af {
  transform: scale(1);
}

.div-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 30px;
  display: grid;
  position: relative;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-content-img-af {
  aspect-ratio: 1;
  object-fit: contain;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 120%;
  max-width: none;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.hero-split {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #f1ede4a8;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 60px;
  display: flex;
}

.code-embed-7 {
  z-index: 0;
  opacity: .7;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.heading-21 {
  max-width: 80%;
}

.section_sub-header-txt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.image-10 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}

.image-10.vid-af {
  z-index: 1;
  width: 100%;
}

.div-block-333 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  position: relative;
}

.div-block-334 {
  background-color: #ffe081;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.rich-text-block-2 {
  font-size: 24px;
  line-height: 1.2;
}

.heading-22 {
  font-size: 80px;
  line-height: 1.2;
}

.div-block-335 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 14px;
}

.code-embed-71 {
  opacity: .17;
  width: 100px;
  height: 50px;
  position: absolute;
  inset: auto auto -94px 0%;
  overflow: hidden;
}

.code-embed-73 {
  display: none;
}

.image-50 {
  object-fit: contain;
  object-position: 50% 100%;
  flex: 0 auto;
  align-self: center;
  width: 80%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: auto auto -12px;
}

.image-51 {
  object-fit: contain;
  object-position: 50% 100%;
  width: 92%;
  height: 100%;
  position: absolute;
  bottom: -19px;
}

.div-block-338 {
  opacity: 1;
  mix-blend-mode: luminosity;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-339 {
  z-index: 999;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url('../images/png-dotted-layout2.avif');
  background-position: 0 0;
  background-size: 900px;
  position: fixed;
  inset: 0%;
}

.div-block-340 {
  background-color: var(--prim-cold-dark);
  border-radius: 50%;
  position: absolute;
  inset: 0%;
}

.div-block-341 {
  z-index: -2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -50vh;
  margin-bottom: -50vh;
  display: flex;
  position: sticky;
  top: 0;
}

.code-embed-74 {
  position: absolute;
  inset: 0%;
}

.div-block-342 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: var(--prim-dark);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  font-size: 22px;
  line-height: 1.2;
  display: flex;
}

.heading-25 {
  text-transform: uppercase;
}

.div-block-343 {
  background-color: #ffffff0d;
  border: 1px dashed #2755863d;
  border-radius: 12px;
  box-shadow: 0 7px 5px #52617533;
}

.code-embed-75 {
  position: absolute;
  inset: auto -1% 11px;
  transform: translate(0, 100%);
}

.heading-26 {
  opacity: .9;
  color: #382c2d;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--prim-light);
  text-shadow: 0 6px 4px var(--waves-library--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  font-size: min(8vw, 100px);
  display: inline;
}

.sec-sticky-par-af {
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  overflow: clip;
}

.div-block-344 {
  z-index: -1;
  opacity: .31;
  pointer-events: none;
  background-image: url('../images/cornhole-002.avif');
  background-position: 49% 112%;
  background-repeat: no-repeat;
  background-size: 109%;
  height: 100vh;
  margin-top: -50vh;
  margin-bottom: -50vh;
  position: sticky;
  top: 0;
}

.div-block-345 {
  background-color: var(--prim-mid);
  color: var(--bg-off-wh);
  justify-content: center;
  align-items: center;
  padding: 100px 60px;
  font-size: min(36px, 2.5vw);
  display: flex;
}

.div-block-345.broken-box-af {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #bb4824e8;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: -80px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: grid;
}

.div-block-345.broken-box-af.no_grid_flex {
  text-align: center;
  flex-flow: column;
  margin-bottom: -140px;
  display: flex;
}

.paragraph-7 {
  max-width: 900px;
  margin-bottom: 0;
  font-size: min(32px, 2.5vw);
}

.fixed-sticky-subs {
  z-index: -1;
  opacity: 1;
  pointer-events: none;
  height: 100vh;
  margin-top: -50vh;
  margin-bottom: -50vh;
  position: sticky;
  top: 0;
}

.text-span-3 {
  opacity: .8;
  color: var(--waves-library--white);
  -webkit-text-stroke-width: 0px;
  text-shadow: 0 -2px 4px #ffb64280;
  margin-bottom: 40px;
  font-family: Zilla Slab, sans-serif;
  font-size: min(2.5vw, 48px);
  line-height: .9;
  display: block;
}

.div-block-22 {
  z-index: -1;
  background-image: linear-gradient(#fff0, #f6f0de);
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.rich-text-block-3 {
  padding: 80px;
  font-size: 20px;
  line-height: 1.3;
}

.rich-text-block-3.rules_rtf_af {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #f5f0e98c;
}

.rich-text-block-3.sticky-rules-af {
  background-color: #e068261c;
  padding: 50px;
  position: sticky;
  top: 100px;
}

.rich-text-block-3.sticky-rules-af.broken-box-af {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.rich-text-block-3.swag_shop_af {
  text-align: center;
  background-color: #f2ede300;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-7 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-347 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #ffb70036;
  border-radius: 20px 35px 35px 20px;
  flex-flow: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 140px;
  padding: 10px;
  display: flex;
}

.div-block-347.broken-box-af {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--prim-dark);
  border-radius: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.container-3 {
  flex: 1;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
}

.container-3.boards {
  padding-top: 100px;
}

.image-52 {
  aspect-ratio: 1;
  object-fit: cover;
}

.block-quote-7 {
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
}

.div-block-348 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  position: relative;
}

.image-54 {
  object-fit: cover;
}

.code-embed-8 {
  color: #8d522b1c;
  width: 100%;
  max-width: 100vw;
  position: absolute;
  inset: auto 0% 0%;
}

.paragraph-8 {
  color: #403233cc;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-size: min(2.2vw, 32px);
}

.sub-title-af-seperator {
  opacity: .28;
  vertical-align: top;
  width: 10px;
  height: 18px;
  margin-right: -12px;
  font-size: 14px;
  display: inline-block;
}

.desc {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #fff;
  background-color: #0e1629c2;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin: 140px -35px 100px;
  padding: 60px;
  display: grid;
  position: relative;
}

.div-block-349 {
  background-color: #f0cb5c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-20 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.div-block-350 {
  padding: 0 20px;
}

.rtf-af-01 {
  align-self: stretch;
  margin-bottom: 10px;
  display: block;
}

.rtf-af-01 ol {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-style: solid none none solid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.rtf-af-01 li {
  border: 1px solid #000;
  border-style: none solid solid none;
  padding: 20px;
}

.rtf-af-01 a {
  border: 1px solid #000;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.rtf-af-01 strong {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.heading-27 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-27.dark_bg {
  color: #ffffff08;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  text-shadow: -4px 4px 2px #3fcfff5c;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Ultra, sans-serif;
  font-size: min(90px, 6vw);
  font-weight: 400;
  line-height: 1;
}

.image-23 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
}

.block-quote-8 {
  color: var(--prim-mid);
  font-size: 20px;
  font-weight: 500;
}

.heading-28 {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.1;
}

.image-55 {
  border-radius: 50%;
}

.heading-29 {
  color: #403233cc;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 1;
}

.div-block-351 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.div-block-352 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.div-block-353 {
  background-color: var(--prim-dark);
  align-self: center;
  width: 12px;
  height: 2px;
}

.div-block-354 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.div-block-355 {
  background-color: #dfd7c9;
  padding: 20px;
}

.div-block-355.broken-box-af {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #da9d2f24;
  padding-bottom: 30px;
}

.events-rtf-af {
  background-color: #f2ede3;
  border-radius: 4px;
  padding: 24px;
}

.events-rtf-af h2 {
  text-transform: uppercase;
}

.events-rtf-af.broken-box-af h1 {
  font-size: 80px;
  font-weight: 300;
}

.spn_itm {
  background-color: #f8f3e8c7;
  border: 2px dashed #c2c8cf;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: clip;
}

.image-56 {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
}

.sponsor_list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.sponsor_list.volnt {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.div-block-361 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 70%;
  margin: 20px;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0 0 auto auto;
}

.div-block-361.title-holder-af {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #fff;
  mix-blend-mode: difference;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 90%;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  inset: auto auto 0% 0%;
}

.div-block-361.title-holder-af.sun_spon {
  text-align: center;
  mix-blend-mode: normal;
  background-color: #25202087;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-right: 10px;
  right: 0;
}

.code-embed-45.broken-box-af {
  height: 380px;
}

.heading-33 {
  text-transform: uppercase;
  font-family: Ultra, sans-serif;
  font-weight: 400;
}

.desc-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #fff;
  background-color: #6b6158d1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: grid;
  position: relative;
}

.submit-button {
  color: #81786f;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: 0 2px 5px #00000014;
}

.submit-button:hover {
  color: #463c39;
  box-shadow: 0 12px 5px #00000014;
}

.heading-34 {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1;
}

.tf-af {
  color: #fff;
  background-color: #0d283214;
  border: 1px solid #b4c9d2;
  border-radius: 10px;
  min-height: 50px;
}

.tf-af:focus {
  outline-offset: 0px;
  border-color: #f3d773;
  outline: 5px solid #ffd9004a;
}

.tf-af.area-af {
  color: #fff;
  max-width: 100%;
  min-height: 120px;
}

.tf-af.area-af.con-area-af {
  min-height: 200px;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 24px;
  display: grid;
}

.div-block-362 {
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.form-block {
  color: #fff;
  margin-bottom: 0;
}

.div-block-325 {
  text-align: center;
  background-color: #0000000a;
  border: 4px dashed #ffffff1f;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-57 {
  object-fit: cover;
  width: 100%;
  max-width: 300px;
}

.spons-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--bg-off-wh);
  text-transform: uppercase;
  background-color: #1d150f87;
  border-radius: 4px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 6px;
  text-decoration: none;
  display: flex;
}

.spons-links:hover {
  background-color: #bb6546;
}

.image-58 {
  width: 32px;
  height: 32px;
}

.text-block-76 {
  padding-right: 4px;
}

.gallery_img {
  aspect-ratio: 1;
  width: 100%;
}

.gallery_img.broken-box-af {
  object-fit: cover;
}

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

.heading-35 {
  text-transform: uppercase;
  flex: 1;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}

.div-block-363 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-77 {
  opacity: .4;
  text-align: right;
  align-self: center;
}

.div-block-365 {
  margin-left: -5px;
  margin-right: -5px;
}

.lightbox-link {
  filter: drop-shadow(0 0 #bb7e1b78);
  width: 100%;
  transition: filter .4s;
}

.lightbox-link:hover {
  filter: drop-shadow(-3px 4px 4px #bb7e1b78);
}

.shop_grid_holder {
  margin-top: 140px;
}

.grid-shop-cont {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #bb8b2417;
  border: 1px dashed #bb48242b;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  padding: 50px;
  display: grid;
  box-shadow: 0 2px 5px #0003;
}

.image-59 {
  aspect-ratio: 1;
  width: 100%;
}

.image-59.broken-box-af {
  object-fit: cover;
  max-width: 500px;
}

.itm-img-holder {
  position: relative;
}

.all_cap_af {
  text-transform: uppercase;
  align-self: center;
  max-width: 640px;
  font-weight: 500;
}

.div-block-369 {
  align-self: stretch;
  margin-top: 20px;
}

.div-block-370 {
  flex: 1;
}

.div-block-371 {
  margin: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-60 {
  filter: drop-shadow(1px 0 10px #fff);
  object-fit: contain;
  max-width: 200px;
  height: min(120px, 15vh);
}

.empty-state-2 {
  background-color: #ddd0;
}

.collection-list-wrapper-2 {
  margin-bottom: 140px;
}

.empty-state-3, .empty-state-4 {
  display: none;
}

.text-block-78 {
  background-color: #9638094a;
  border-radius: 3px;
  padding: 2px 8px;
}

.text-block-79 {
  background-color: #0e0e0e;
  border-radius: 4px;
  padding: 2px 14px;
  font-size: 24px;
}

.collection-item-2 {
  padding-bottom: 40px;
}

.empty-state-5 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-373 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #796464;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.div-block-373.broken-box-af {
  background-color: #332017cc;
  margin-bottom: 60px;
  padding: 60px;
}

.image-61 {
  aspect-ratio: 1;
  object-fit: contain;
}

.image-61.broken-box-af {
  object-fit: contain;
}

.div-block-374 {
  color: #fff;
}

.heading-36 {
  color: #fff;
  text-transform: uppercase;
}

.link-block-8 {
  color: #ffffffd9;
  border: 1px dashed #ffffff69;
  border-radius: 13px;
  margin-top: 20px;
  padding: 12px 18px;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
}

.link-block-8:hover {
  background-color: #0000002e;
}

.collection-item-3 {
  padding-bottom: 60px;
}

.div-block-375 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 24px;
  display: flex;
}

.div-block-376 {
  background-color: #ffffff47;
  width: 24px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.collection-list-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block-9 {
  border: 2px solid var(--prim-mid);
  color: var(--prim-mid);
  background-color: #f2ede4;
  border-radius: 6px;
  padding: 8px 20px;
  font-size: 24px;
  text-decoration: none;
}

.heading-37 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
}

.div-block-378 {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 40px;
  display: flex;
}

.heading-38 {
  color: var(--prim-dark);
  text-align: center;
}

.heading-38.prod_page {
  color: var(--prim-light);
  padding-top: 40px;
  font-size: 80px;
  line-height: .9;
}

.image-62 {
  aspect-ratio: 2.39;
  object-fit: cover;
  width: 100%;
}

.image-62.broken-box-af {
  margin-top: 10px;
}

.paragraph-9 {
  color: var(--prim-cold-dark);
  margin-top: -110px;
  padding: 40px;
  font-size: 22px;
}

.collection-list-wrapper-3 {
  margin-top: 20px;
}

.collection-list-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  background-color: #cfba933b;
  flex-flow: column;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.link-block-10.broken-box-af {
  color: var(--prim-dark);
  justify-content: center;
  align-items: center;
}

.image-63 {
  object-fit: contain;
  flex: 1;
  align-self: stretch;
  max-height: 120px;
}

.text-block-80 {
  align-self: stretch;
}

.empty-state-6 {
  display: none;
}

.collection-list-4 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 36px;
  display: flex;
}

.link-block-11 {
  background-color: var(--prim-mid);
  color: var(--bg-off-wh);
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 8px 18px;
  text-decoration: none;
}

.collection-item-4 {
  align-self: stretch;
  display: flex;
}

.link-block-12 {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-65 {
  width: 100%;
}

.div-block-380 {
  flex: 0 auto;
  width: 100%;
}

.div-block-381 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0 60px;
  display: grid;
}

.collection-item-5 {
  align-self: stretch;
  display: flex;
}

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

.image-66 {
  opacity: .86;
  object-fit: contain;
  min-height: 70vh;
  margin-top: 60px;
  padding: 60px;
  position: sticky;
  top: 220px;
}

.success-message {
  background-color: #b29a6d;
  font-size: 32px;
  line-height: 1.2;
}

.success-message.broken-box-af {
  padding-top: 32px;
  padding-bottom: 32px;
}

.image-67 {
  margin-bottom: 40px;
}

.error-message {
  background-color: #703131;
}

.heading-39 {
  font-size: min(10vw, 128px);
}

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

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

.text-block-83 {
  margin-bottom: 40px;
}

.image-68 {
  width: 100%;
}

.link-block-13 {
  align-self: center;
  width: 100%;
  max-width: 200px;
}

.link-block-13:hover {
  opacity: .86;
}

.heading-40 {
  justify-content: center;
  align-items: center;
  display: flex;
  left: auto;
}

.div-block-383 {
  flex: 1;
}

.link {
  color: var(--bg-off-wh);
  cursor: pointer;
  border-radius: 6px;
  padding: 5px 11px;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
}

.link:hover {
  background-color: #00000024;
}

.div-block-384 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state-7 {
  display: none;
}

.bold-quot-af {
  color: var(--prim-mid);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .container {
    padding: 60px 40px 100px;
  }

  .container.trans_ges-af {
    padding-top: 100px;
  }

  .container.af-game-holder {
    min-height: auto;
  }

  .container.tgl-af {
    padding-top: 40px;
  }

  .link-block.broken-box-af.hero_inst-af {
    font-size: 36px;
  }

  .code-embed-51 {
    display: none;
    top: 65%;
  }

  .image-31 {
    width: 120%;
  }

  .parlx-cont {
    background-color: #7cb8cf;
    background-image: radial-gradient(circle at 50% 55%, #ffffffb0, #c4464600), radial-gradient(circle at 50% 81%, #fff0, #9e2f354a);
    min-height: min(100vh, 120vw);
  }

  .image-32 {
    width: 120%;
  }

  .image-33, .image-34, .image-35 {
    width: 140%;
  }

  .image-36 {
    width: 118%;
    max-width: none;
    margin-left: -6vw;
  }

  .div-block-4 {
    display: none;
  }

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

  .heading-3 {
    opacity: .85;
    padding-left: 0;
    padding-right: 0;
    font-size: 95px;
    line-height: .9;
  }

  .div-block-6 {
    height: 20px;
  }

  .paragraph-3 {
    text-shadow: none;
    max-width: 530px;
    font-size: 24px;
    line-height: 1.2;
  }

  .paragraph-3.hilighted {
    font-size: 22px;
  }

  .div-block-7 {
    mix-blend-mode: lighten;
  }

  .image-38 {
    opacity: .51;
    width: 150%;
    max-width: none;
    margin-bottom: 0%;
    margin-left: 0%;
    display: block;
    bottom: -22%;
    left: auto;
  }

  .image-39 {
    width: 150%;
    max-width: none;
    height: auto;
    inset: auto auto 0;
  }

  .nav-bar-af {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    pointer-events: auto;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-2 {
    flex: 0 auto;
    align-self: stretch;
    min-width: auto;
    max-height: 100%;
    margin-right: auto;
  }

  .nav_link {
    font-size: 20px;
    line-height: 1.2;
  }

  .nav_link.sub-nav-af {
    font-size: 14px;
  }

  .nav_link.app-btn-ntb {
    font-size: 16px;
    line-height: 1.2;
  }

  .div-block-12 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .div-block-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-40 {
    max-width: 170px;
  }

  .nav-port-af.top-pos-h {
    width: 410px;
  }

  .nav-port-af.top-pos-h.broken-box-af {
    display: none;
  }

  .ticking-timer-af {
    font-size: 72px;
    line-height: 1;
  }

  .link-block-3 {
    margin-bottom: 0;
  }

  .div-block-20 {
    align-self: center;
  }

  .div-block-25 {
    display: none;
  }

  .div-block-27 {
    margin-top: 80px;
  }

  .overlay_anm {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-28 {
    margin-top: -80px;
  }

  .div-block-29 {
    z-index: 99;
    opacity: 0;
    background-image: url('../images/star-5.svg'), radial-gradient(circle, #ff66006b 32%, #f74d4d00 63%);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 69%, auto;
    width: 60px;
    height: 60px;
    position: absolute;
    inset: 20px 20px auto auto;
  }

  .div-block-29:hover {
    opacity: 1;
  }

  .paragraph-4 {
    width: 74vw;
    font-size: 24px;
    line-height: 1.2;
  }

  .text-span-2 {
    font-size: 60px;
    line-height: 1.1;
  }

  .cor-af-btn.cor-next {
    width: 60px;
    margin-right: -38px;
    padding-left: 35px;
    padding-right: 8px;
  }

  .cor-af-btn.cor-prev {
    width: 60px;
    margin-left: -38px;
    padding-left: 8px;
    padding-right: 35px;
  }

  .text-block-4 {
    display: none;
  }

  .code-embed-60 {
    display: none;
    position: absolute;
    bottom: 19%;
  }

  .code-embed-61 {
    z-index: 1;
    bottom: -18px;
  }

  .code-embed-62 {
    height: 110px;
  }

  .af---mega-heading {
    font-size: 72px;
    line-height: 110%;
  }

  .af-content-hero {
    text-align: center;
    align-items: center;
  }

  .af---subtitle {
    font-size: 22px;
    line-height: 1.3;
  }

  .af-grid-hero {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .af-image-wrap-hero-1 {
    height: 320px;
  }

  .af-gradient-hero-1 {
    height: 140px;
  }

  .af-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-32 {
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .paragraph-5 {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transform-origin: 50%;
    text-align: center;
    background-color: #f1ede4cf;
    max-width: none;
    margin-left: -33px;
    margin-right: -33px;
    padding: 33px;
    font-size: 32px;
    line-height: 1.2;
    transform: perspective(31vw);
  }

  .div-block-34, .code-embed-64 {
    display: none;
  }

  .div-block-35 {
    min-height: auto;
    padding-bottom: 60px;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves---mega-heading-1.ylo {
    text-align: center;
    line-height: 99%;
  }

  .waves---mg-top-17 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .sec-bios-25-af {
    transform: perspective(22vw)perspective(30vw);
  }

  .image-43 {
    max-width: 300px;
    max-height: 250px;
  }

  .div-block-36 {
    padding-bottom: 0;
  }

  .div-block-37.top-lvl-af {
    display: none;
  }

  .div-block-38 {
    order: -9999;
    position: sticky;
    top: 128px;
  }

  .image-8 {
    flex: 1;
    margin-top: -80px;
    margin-bottom: -80px;
    position: relative;
  }

  .div-block-40 {
    max-width: 80%;
  }

  .lined-light {
    font-size: 36px;
  }

  .lined-light.mid_white {
    font-size: 24px;
    line-height: 1.1;
  }

  .div-block-43.broken-box-af {
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-4 {
    letter-spacing: 6px;
    font-size: 96px;
    line-height: 1;
  }

  .div-block-44 {
    min-width: auto;
  }

  .footer-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }

  .footer-link {
    margin-left: 0;
  }

  .div-block-324 {
    justify-content: center;
    align-items: center;
  }

  .title-small.empty-one-f {
    flex: 0 auto;
    max-height: none;
  }

  .footer-af {
    min-height: auto;
    padding-top: 0;
  }

  .container-2 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 20px;
  }

  .container-2.footer_cont {
    margin-top: 40px;
  }

  .container-2.mid-our-com {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    text-align: center;
    grid-template-columns: 1fr;
    width: auto;
    min-width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-2.ab-af {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .container-2.mini-gm-holder-af {
    padding-left: 0;
  }

  .image-9 {
    max-width: 230px;
  }

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

  .link-block-5 {
    order: 9999;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-top: 20px;
  }

  .footer-brand {
    align-self: center;
    position: sticky;
    bottom: 100px;
  }

  .footer-content {
    grid-column-gap: 12px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: grid;
  }

  .div-block-326 {
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 0;
    top: -25px;
  }

  .image-44 {
    width: auto;
    max-width: none;
    height: max(50vw, 50vh);
  }

  .code-embed-70 {
    height: 35px;
  }

  .div-block-327 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-17 {
    margin-top: 0;
  }

  .rich-text-block {
    line-height: 1.3;
  }

  .left-dir-af-sooush {
    display: none;
    left: -17vw;
  }

  .af-img {
    object-position: 24% 50%;
  }

  .mini_game_sec {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 0;
    margin-right: 0;
    padding: 60px;
  }

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

  .hole-con-af {
    max-width: 450px;
    margin-top: 60px;
    margin-bottom: 20px;
    right: 0;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gallery-hero-1 {
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-331 {
    text-align: center;
    width: auto;
    min-width: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .ripple-af-bg {
    display: none;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .top-content-img-af {
    width: 100%;
    right: auto;
  }

  .hero-split {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    margin: 0 0 40px;
  }

  .image-10 {
    object-fit: cover;
  }

  .image-10.vid-af.broken-box-af {
    aspect-ratio: 3 / 2;
    height: auto;
  }

  .div-block-333 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-334 {
    left: 0%;
  }

  .div-block-335 {
    top: 105px;
  }

  .div-block-342 {
    background-color: #ffae0026;
    margin-bottom: -60px;
    padding: 40px;
  }

  .heading-25 {
    margin-bottom: 0;
  }

  .div-block-343 {
    border-style: none;
  }

  .heading-26 {
    -webkit-text-stroke-width: 1px;
    text-shadow: none;
  }

  .sec-sticky-par-af {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .div-block-344 {
    background-size: 145%;
  }

  .div-block-345.broken-box-af {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .fixed-sticky-subs {
    background-size: 145%;
  }

  .text-span-3 {
    font-size: 24px;
    line-height: .9;
  }

  .rich-text-block-3 {
    background-color: #f2ede300;
    padding: 40px;
  }

  .rich-text-block-3.rules_rtf_af, .rich-text-block-3.sticky-rules-af.broken-box-af {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

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

  .div-block-347 {
    margin-top: 0;
  }

  .div-block-347.broken-box-af {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
  }

  .container-3 {
    padding-top: 20px;
  }

  .container-3.boards {
    padding-top: 60px;
  }

  .image-52 {
    object-fit: cover;
  }

  .block-quote-7 {
    flex: 1;
  }

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

  .paragraph-8 {
    font-size: 18px;
    line-height: 1.2;
  }

  .desc {
    grid-template-columns: 1fr;
    margin: 60px 0 0;
  }

  .div-block-350 {
    padding-left: 0;
    padding-right: 0;
  }

  .rtf-af-01 strong {
    font-size: 18px;
  }

  .heading-27.dark_bg {
    color: #fff;
    -webkit-text-stroke-width: 0px;
    font-size: 56px;
    line-height: 1.1;
  }

  .block-quote-8 {
    font-size: 18px;
  }

  .div-block-351 {
    text-align: center;
    flex-flow: column;
  }

  .spn_itm {
    min-height: auto;
  }

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

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

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

  .div-block-361.title-holder-af {
    font-size: 14px;
    line-height: 1;
  }

  .code-embed-45.broken-box-af {
    align-self: stretch;
  }

  .desc-2 {
    grid-template-columns: 1fr;
    margin: 60px 0 0;
  }

  .image-57 {
    padding: 10px;
  }

  .spons-links {
    padding: 3px;
    font-size: 14px;
  }

  .image-58 {
    width: 24px;
    height: 24px;
  }

  .text-block-76 {
    padding-right: 2px;
    display: block;
  }

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

  .lightbox-link, .lightbox-link:hover {
    filter: none;
  }

  .grid-shop-cont {
    flex-flow: column;
    display: flex;
  }

  .itm-img-holder {
    align-self: stretch;
    width: 100%;
    max-width: 450px;
  }

  .div-block-371 {
    margin: 8px;
  }

  .image-60 {
    filter: drop-shadow(1px 0 2px #fff);
    height: 80px;
  }

  .collection-list-wrapper-2 {
    margin-bottom: 60px;
  }

  .div-block-373.broken-box-af {
    flex-flow: column;
    padding: 80px 50px 100px;
    display: flex;
  }

  .div-block-375 {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .paragraph-9 {
    margin-top: 0;
  }

  .collection-list-3 {
    margin-bottom: 40px;
  }

  .link-block-11 {
    max-width: 145px;
    font-size: 16px;
  }

  .image-65 {
    max-width: 300px;
  }

  .div-block-380 {
    background-color: #ffffff57;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-381 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .div-block-382 {
    margin-bottom: -45px;
  }

  .grid-2 {
    flex-flow: column;
    display: flex;
  }

  .image-66 {
    display: none;
  }

  .rich-text-block-6 {
    padding-left: 41px;
    padding-right: 41px;
  }

  .div-block-383 {
    align-self: stretch;
  }

  .bold-quot-af {
    font-size: 28px;
  }
	
	
	
}










@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
    line-height: .9;
  }

  h2 {
    font-size: 42px;
    line-height: 1.1;
  }

  h3 {
    font-size: 32px;
    line-height: 1.2;
  }

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

  .container.pos-rel-af {
    padding-top: 0;
  }

  .container.sub-hero-header-af {
    padding-bottom: 40px;
  }

  .container.tgl-af {
    padding-top: 0;
  }

  .link-block {
    padding: 20px 24px;
    font-size: 24px;
    line-height: 1;
  }

  .link-block.mid-dark {
    order: 9999;
  }

  .link-block.broken-box-af {
    font-size: 32px;
    line-height: 1.2;
  }

  .parlx-cont {
    background-color: #bcd7e2;
  }

  .div-block-5 {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .heading-3 {
    font-size: 60px;
    line-height: .9;
  }

  .paragraph-3 {
    max-width: 390px;
    font-size: 20px;
    line-height: 1.2;
  }

  .nav-bar-af {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .link-block-2 {
    z-index: 2;
    position: relative;
  }

  .nav_link {
    text-shadow: 0 0 4px #00000042;
    min-width: 129px;
    padding: 16px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
  }

  .nav_link.sub-nav-af {
    padding: 12px 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
  }

  .div-block-12 {
    margin-top: 0;
  }

  .div-block-15 {
    top: auto;
  }

  .image-40 {
    max-width: 170px;
  }

  .text-block-2 {
    margin: 24px;
  }

  .nav-port-af.top-pos-h {
    width: 300px;
  }

  .ticking-timer-af {
    font-size: 56px;
  }

  .link-block-3 {
    margin-bottom: 0;
  }

  .class_evnt_holder.fixed-in-nav {
    color: #b94623;
    text-shadow: none;
  }

  .div-block-24 {
    justify-content: flex-end;
    align-items: flex-start;
    width: 50px;
    height: 50px;
  }

  .div-block-27 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .div-block-28 {
    outline-offset: 4px;
    outline-width: 2px;
    width: 50px;
    height: 50px;
  }

  .div-block-29 {
    width: 50px;
    height: 50px;
    top: 14px;
	  
	  pointer-events: none;
  }
	
	  .div-block-24,
  .div-block-28 {
    touch-action: manipulation;
  }
	
	

  .paragraph-4 {
    font-size: 20px;
    line-height: 1.2;
  }

  .text-span-2 {
    margin-top: 20px;
    font-size: 50px;
    line-height: 1.1;
  }

  .code-embed-58, .code-embed-59 {
    color: #d3cec5;
  }

  .code-embed-61 {
    bottom: -12px;
  }

  .af---mega-heading {
    font-size: 56px;
  }

  .af-content-hero {
    padding-left: 24px;
    padding-right: 24px;
  }

  .af---subtitle {
    font-size: 22px;
  }

  .af-grid-hero {
    grid-row-gap: 40px;
  }

  .div-block-32 {
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .div-block-35 {
    padding-bottom: 40px;
    position: relative;
    top: auto;
    bottom: auto;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle {
    font-size: 22px;
  }

  .waves---mg-top-17 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .image-43 {
    max-width: 250px;
    max-height: 200px;
  }

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

  .div-block-37 {
    height: 60px;
  }

  .image-8 {
    margin-bottom: -59px;
    top: auto;
    transform: translate(0);
  }

  .div-block-40 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .block-quote {
    font-size: 20px;
    line-height: 1;
  }

  .lined-light {
    font-size: 32px;
  }

  .lined-light.dark_kh-af {
    font-size: 32px;
    line-height: 1;
  }

  .div-block-43.broken-box-af {
    margin-left: -15px;
    margin-right: -15px;
  }

  .heading-4 {
    color: #ffffff8c;
    letter-spacing: 1vw;
    -webkit-text-stroke-width: 0px;
    text-shadow: none;
    font-size: 15vw;
    line-height: .8;
  }

  .div-block-44 {
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .code-embed-68 {
    width: 95vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .div-block-324 {
    flex-flow: column;
    align-self: stretch;
  }

  .title-small.empty-one-f {
    flex: 0 auto;
    max-height: none;
  }

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

  .container-2.footer_cont {
    margin-bottom: 0;
  }

  .container-2.mid-our-com {
    margin: 60px 4px;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .image-9 {
    max-width: 200px;
  }

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

  .footer-divider {
    margin-top: 60px;
  }

  .link-block-5 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-brand.w--current {
    align-self: center;
  }

  .footer-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .code-embed-70 {
    height: 24px;
  }

  .div-block-327 {
    min-width: auto;
    min-height: 250px;
  }

  .div-block-17 {
    margin-top: 20px;
  }

  .section-clip-cont {
    padding-top: 0;
  }

  .left-dir-af-sooush {
    pointer-events: none;
    flex: 0 auto;
    width: 75vh;
    height: 108vw;
    display: block;
    top: 51%;
    left: auto;
    transform: rotate(-90deg)translate(0%);
  }

  .mini_game_sec {
    flex-flow: column;
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-328 {
    padding-top: 20px;
  }

  .hole-con-af {
    width: 100%;
  }

  .div-block-331 {
    padding: 60px 24px 20px;
  }

  .div-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .top-content-img-af {
    max-width: 450px;
  }

  .hero-split {
    background-color: #f1ede400;
    margin-bottom: 60px;
    padding: 24px;
  }

  .image-10.vid-af.broken-box-af {
    aspect-ratio: 16 / 9;
    align-self: center;
  }

  .div-block-333 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-334 {
    left: 0%;
  }

  .heading-22 {
    margin-top: 0;
    font-size: 72px;
    line-height: 1;
  }

  .div-block-335 {
    margin-left: -40px;
    margin-right: -40px;
  }

  .heading-23 {
    font-size: 58px;
    line-height: 1.1;
  }

  .div-block-342 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #ffae0000;
    max-width: none;
    padding: 0;
    font-size: 18px;
  }

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

  .div-block-343 {
    box-shadow: none;
    padding: 0;
  }

  .heading-26 {
    -webkit-text-stroke-width: 1px;
  }

  .div-block-344 {
    background-image: none;
    display: none;
  }

  .div-block-345.broken-box-af {
    margin-bottom: -40px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
  }

  .div-block-345.broken-box-af.no_grid_flex {
    margin-bottom: 0;
  }

  .paragraph-7 {
    font-size: 24px;
    line-height: 1.2;
  }

  .fixed-sticky-subs {
    background-image: none;
    display: none;
  }

  .rich-text-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-347 {
    margin-bottom: 100px;
  }

  .div-block-347.broken-box-af {
    text-align: center;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .container-3.boards {
    padding-top: 0;
  }

  .block-quote-7 {
    border-left-style: none;
  }

  .div-block-348 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .desc {
    flex-flow: column;
    display: flex;
  }

  .div-block-349 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .div-block-350 {
    padding: 0;
  }

  .div-block-351 {
    margin-top: 0;
  }

  .events-rtf-af.broken-box-af h1 {
    font-size: 56px;
  }

  .spn_itm {
    flex-flow: column;
    justify-content: space-between;
    padding: 0;
    display: flex;
  }

  .image-56 {
    object-fit: cover;
  }

  .sponsor_list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

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

  .div-block-361 {
    order: -9999;
    align-self: stretch;
    max-width: none;
    margin: 0;
    padding: 8px;
    position: relative;
  }

  .div-block-361.title-holder-af {
    margin-bottom: -8px;
    margin-left: 0;
    padding: 8px;
    position: relative;
    inset: auto;
  }

  .div-block-361.title-holder-af.sun_spon {
    max-width: none;
    margin-right: 0;
  }

  .desc-2 {
    flex-flow: column;
    display: flex;
  }

  .spons-links {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-76 {
    display: none;
  }

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

  .heading-35 {
    font-size: 24px;
  }

  .text-block-77 {
    font-size: 14px;
    line-height: 1.2;
  }

  .grid-shop-cont {
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  .div-block-370 {
    flex-flow: column;
    display: flex;
  }

  .div-block-371 {
    margin: 10px;
  }

  .text-block-78 {
    background-color: #96380900;
  }

  .text-block-79 {
    background-color: #0e0e0e00;
    padding: 5px 0;
    font-size: 16px;
  }

  .div-block-373.broken-box-af {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 100px;
    display: flex;
  }

  .image-61 {
    max-width: 200px;
  }

  .image-61.broken-box-af {
    align-self: flex-start;
    margin-right: auto;
  }

  .heading-38.prod_page {
    font-size: 48px;
    line-height: 1;
  }

  .collection-list-4 {
    padding-top: 40px;
  }

  .div-block-382 {
    margin-bottom: -19px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.sub-hero-header-af {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .container.order-fetr-con-af {
    flex-flow: column;
    display: flex;
  }

  .container.tgl-af {
    margin-top: -60px;
  }

  .link-block.lined {
    flex: 0 auto;
    align-self: stretch;
    min-width: 43%;
    padding: 16px;
    font-size: 18px;
    line-height: 1;
  }

  .link-block.mid-dark.broken-box-af {
    flex: 0 auto;
    padding: 14px 18px;
  }

  .link-block.broken-box-af {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 24px;
    line-height: 1.1;
  }

  .link-block.broken-box-af.hero_inst-af {
    font-size: 22px;
    line-height: 1.1;
  }

  .code-embed-51 {
    width: 120vw;
    top: 70%;
  }

  .image-31 {
    width: 140%;
  }

  .parlx-cont {
    background-color: #aae7ff;
    background-image: radial-gradient(circle at 50% 100%, #ffdaa9b0 10%, #fff8cfb0 41%, #c4464600), radial-gradient(circle at 50% 81%, #fff0, #9e2f354a);
  }

  .image-32 {
    width: 116%;
  }

  .image-33 {
    width: 233%;
    right: -52%;
  }

  .image-34 {
    width: 108%;
    display: none;
  }

  .image-35 {
    width: 180%;
    display: none;
  }

  .image-36 {
    width: 140%;
    margin-left: -10vw;
  }

  .section.sub-hero-sec-af.dark-sec-af {
    padding-top: 40px;
  }

  .div-block-4 {
    display: none;
  }

  .div-block-5 {
    max-width: 85%;
    padding-bottom: 80px;
  }

  .heading-3 {
    text-shadow: 0 -4px 3px #ffb83563;
    font-size: 12vw;
    font-weight: 400;
    line-height: .9;
  }

  .div-block-6 {
    height: 10px;
  }

  .paragraph-3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.2;
  }

  .paragraph-3.hilighted {
    padding-bottom: 0;
    font-size: 18px;
  }

  .div-block-7 {
    display: none;
  }

  .nav-bar-af {
    justify-content: flex-start;
    max-width: 100%;
    padding: 20px 0 15px;
    inset: 0% 0% auto;
  }

  .link-block-2 {
    min-width: 185px;
    margin-left: -15px;
  }

  .nav_link {
    pointer-events: auto;
  }

  .div-block-12 {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: -4px;
  }

  .div-block-15 {
    padding-bottom: 0;
  }

  .image-40 {
    max-width: 180px;
  }

  .text-block-2 {
    display: none;
    top: 14px;
  }

  .nav-port-af.top-pos-h {
    border-radius: 12px;
    width: calc(100vw - 24px);
    padding: 15px 12px;
  }

  .nav-port-af.top-pos-h.broken-box-af {
    display: none;
  }

  .div-block-19 {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    margin-top: 20px;
  }

  .ticking-timer-af {
    opacity: .7;
    pointer-events: auto;
    text-shadow: 0 4px 2px #c2ab7936;
    -webkit-user-select: all;
    user-select: all;
    font-size: 12vw;
    line-height: 1;
  }

  .ticking-timer-af:hover {
    text-shadow: 0 7px 2px #c5561f29;
  }

  .evnt-name-af {
    padding-left: 4px;
  }

  .link-block-3 {
    margin-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-20 {
    color: #bb4724f2;
    align-self: stretch;
    width: auto;
    font-size: 16px;
    line-height: 1.2;
  }

  .class_evnt_holder.fixed-in-nav {
    color: #bb4724e0;
    align-items: center;
    margin-bottom: -40px;
  }

  .div-block-24 {
    position: static;
  }

  .div-block-25 {
    display: none;
  }

  .div-block-27 {
    pointer-events: none;
    max-width: 100%;
    padding: 8px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .overlay_anm {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-28 {
    pointer-events: auto;
    top: 20px;
    right: 15px;
  }

  .div-block-29 {
    right: 15px;
  }

  .paragraph-4 {
    font-size: 18px;
    line-height: 1.3;
  }

  .text-span-2 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.1;
  }

  .cor-af-btn.cor-next {
    width: 40px;
    margin-right: -23px;
    padding-left: 20px;
  }

  .cor-af-btn.cor-prev {
    width: 40px;
    margin-left: -23px;
    padding-right: 20px;
  }

  .div-block-31 {
    pointer-events: none;
    height: 100%;
    display: none;
  }

  .code-embed-58 {
    width: 46%;
    position: absolute;
    bottom: 0%;
    left: -4%;
  }

  .code-embed-59 {
    width: 38%;
    position: absolute;
    bottom: 0%;
    right: 2%;
  }

  .code-embed-61 {
    bottom: -7px;
  }

  .af-content-hero {
    grid-row-gap: 12px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0 0;
  }

  .af---subtitle {
    font-size: 18px;
    line-height: 1.3;
  }

  .af-grid-hero {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .af-image-wrap-hero-1 {
    height: 200px;
  }

  .af-gradient-hero-1 {
    top: -1px;
  }

  .af-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .af-column-hero-1 {
    width: 48%;
  }

  .af-column-hero-1.column-two, .af-column-hero-1.column-one {
    flex: none;
  }

  .af-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: auto;
    height: 400px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .div-block-32 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-5 {
    text-align: left;
    background-color: #f1ede4;
    margin-top: -20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 1.3;
  }

  .image-42 {
    border-radius: 8px;
    margin-right: auto;
  }

  .div-block-35 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 4px;
    margin-right: 4px;
    padding-left: 0;
    padding-right: 0;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---mega-heading-1.ylo {
    text-align: left;
    font-size: 42px;
    line-height: 107%;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mg-top-17 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .waves-title-wrap-hero-2 {
    grid-row-gap: 20px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-43 {
    object-position: 0% 100%;
    flex: 0 auto;
    align-self: center;
    max-width: 250px;
    max-height: 180px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-36 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-38 {
    align-self: flex-start;
  }

  .image-8 {
    flex: 0 auto;
    width: 107%;
  }

  .div-block-40 {
    flex: 0 auto;
    align-self: center;
    width: 300px;
    min-width: 200px;
    max-width: none;
  }

  .block-quote {
    white-space: normal;
    word-break: normal;
    border-left-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .lined-light {
    text-align: center;
    padding: 18px 24px;
    font-size: 24px;
    line-height: 1;
  }

  .lined-light.dark_kh-af {
    text-align: left;
    font-size: 24px;
    line-height: 1;
  }

  .lined-light.dark_kh-af.sub-call-t-act-af {
    text-align: center;
    align-self: center;
    font-size: 28px;
  }

  .lined-light.sm-dark_btn {
    font-size: 18px;
    line-height: 1;
  }

  .div-block-43.broken-box-af {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 60px;
    padding: 60px 25px 100px;
  }

  .heading-4 {
    color: #94a8c2;
    font-size: 20vw;
    line-height: .9;
  }

  .div-block-44 {
    text-align: left;
    padding-top: 20px;
  }

  .btn-holder-shadow-fl {
    justify-content: flex-start;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
  }

  .btn-holder-shadow-fl.mid-moba-af {
    justify-content: center;
    align-items: center;
  }

  .code-embed-68 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: auto;
    margin-top: 40px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-link {
    background-color: #ffffff0d;
    min-width: 90px;
    font-size: 18px;
  }

  .footer-link.al-ap-af {
    margin-left: 0;
  }

  .div-block-47 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .div-block-324 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .title-small {
    text-align: left;
    flex: 0 auto;
    width: 100%;
    max-height: none;
    padding-bottom: 20px;
    display: block;
  }

  .title-small.empty-one-f {
    background-color: #423133;
    border-radius: 20px;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }

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

  .footer-af {
    padding-top: 25px;
  }

  .ssm_btn-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-2 {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .container-2.footer_cont {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .container-2.mid-our-com {
    flex-flow: column;
    margin: 60px 5px 10px;
    padding: 40px 25px;
    display: flex;
  }

  .container-2.ab-af {
    margin-top: 140px;
  }

  .image-9 {
    max-width: 80%;
  }

  .footer-block {
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
  }

  .footer-block.medis-sec-af {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-divider {
    margin-top: 0;
  }

  .link-block-5 {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    min-height: 80px;
    margin-top: 10px;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-social-block {
    align-self: stretch;
    width: 100%;
  }

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

  .footer-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding: 20px 13px;
    display: flex;
  }

  .code-embed-70 {
    height: 20px;
    top: 8px;
  }

  .div-block-327 {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    transform: none;
  }

  .mig-af-holder {
    height: 200px;
    transform: skew(7deg);
  }

  .mig-af-holder.broken-box-af {
    transform: skew(4deg);
  }

  .div-block-17 {
    margin-top: 40px;
  }

  .section-clip-cont {
    padding-top: 20px;
    overflow: clip;
  }

  .rich-text-block {
    align-self: center;
    font-size: 18px;
    line-height: 1.3;
  }

  .left-dir-af-sooush {
    pointer-events: none;
    height: auto;
    transform: rotate(-90deg)translate(-250px);
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-one, .waves-column-hero-1.column-two {
    flex: none;
  }

  .af-img {
    transform: scale(1.3)skew(-4deg);
  }

  .mini_game_sec {
    margin-top: 0;
    margin-left: 6px;
    margin-right: 6px;
    padding: 0 18px 35px;
  }

  .code-embed-5 {
    display: none;
  }

  .div-block-328 {
    margin-top: 0;
    padding-bottom: 40px;
  }

  .waves-image-wrap-hero-1 {
    height: 220px;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: auto;
    height: 370px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .div-block-331 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0 0;
    display: flex;
  }

  .ripple-af-bg {
    background-color: #fff9ee26;
    display: none;
  }

  .ripple-af-bg._2nd-rip-af {
    background-color: #fcf8ebba;
  }

  .div-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding: 0 0 40px;
    display: flex;
  }

  .hero-split {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed-7 {
    align-self: center;
    width: 180%;
    height: 100%;
  }

  .heading-21 {
    max-width: none;
  }

  .div-block-333 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .div-block-334 {
    left: 0%;
  }

  .rich-text-block-2 {
    font-size: 18px;
    line-height: 1.2;
  }

  .paragraph-6 {
    overflow-wrap: anywhere;
  }

  .heading-22 {
    font-size: 48px;
    line-height: 1;
  }

  .div-block-335 {
    margin-left: -19px;
    margin-right: -19px;
  }

  .heading-23 {
    font-size: 42px;
    line-height: 1.1;
  }

  .heading-24 {
    margin-top: 0;
    font-size: 42px;
    line-height: 1;
  }

  .code-embed-71 {
    opacity: .15;
    width: 40%;
    height: 40px;
    position: absolute;
    inset: auto 0% -99% auto;
    overflow: hidden;
  }

  .code-embed-72, .code-embed-73 {
    display: none;
  }

  .image-50 {
    width: 150%;
    height: auto;
  }

  .image-51 {
    width: auto;
    max-width: none;
    height: 46%;
  }

  .div-block-339 {
    display: none;
  }

  .div-block-342 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-26 {
    color: #c56227;
    -webkit-text-stroke-width: 0px;
    overflow-wrap: anywhere;
  }

  .sec-sticky-par-af {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-345.broken-box-af {
    margin-left: -16px;
    margin-right: -16px;
    padding: 60px 20px;
  }

  .paragraph-7 {
    font-size: 22px;
    line-height: 1.2;
  }

  .text-span-3 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: .9;
  }

  .div-block-22 {
    height: auto;
  }

  .rich-text-block-3 {
    padding: 0 0 40px;
    font-size: 18px;
    line-height: 1.2;
  }

  .rich-text-block-3.rules_rtf_af {
    max-width: 100%;
  }

  .rich-text-block-3.sticky-rules-af {
    margin-left: -25px;
    margin-right: -25px;
    padding: 35px 24px;
  }

  .rich-text-block-3.event_indv_pag {
    margin-left: -17px;
    margin-right: -17px;
  }

  .hero-split-2 {
    margin-bottom: 0;
  }

  .heading-7 {
    overflow-wrap: anywhere;
  }

  .div-block-347 {
    text-align: center;
    border-radius: 20px;
    flex-flow: column;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .div-block-347.broken-box-af {
    margin: 60px -10px 20px;
  }

  .block-quote-7 {
    border-left-style: none;
  }

  .div-block-348 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .code-embed-8 {
    width: 140vw;
    max-width: 140vw;
    position: absolute;
    inset: auto auto 0%;
  }

  .paragraph-8 {
    margin-bottom: 0;
  }

  .sub-title-af-seperator {
    font-size: 11px;
    line-height: .9;
  }

  .desc {
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }

  .desc.broken-box-af {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .div-block-349 {
    aspect-ratio: 3 / 2;
    align-self: stretch;
  }

  .div-block-350 {
    text-align: center;
    align-self: stretch;
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }

  .rtf-af-01 {
    text-align: center;
    width: 100%;
  }

  .heading-27.dark_bg {
    font-size: 36px;
  }

  .heading-28 {
    font-size: 42px;
    line-height: 1.1;
  }

  .heading-29 {
    margin-bottom: 0;
  }

  .heading-29.event_title_af {
    font-size: 32px;
    line-height: 1;
  }

  .div-block-355.broken-box-af {
    margin-left: -20px;
    margin-right: -20px;
  }

  .events-rtf-af.broken-box-af {
    margin-left: -15px;
    margin-right: -15px;
  }

  .events-rtf-af.broken-box-af h1 {
    overflow-wrap: anywhere;
    font-size: 42px;
  }

  .spn_itm {
    border-style: dashed;
    border-width: 1px;
    justify-content: center;
  }

  .image-56 {
    flex: 1;
  }

  .sponsor_list {
    margin-bottom: 60px;
  }

  .sponsor_list.volnt {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
    margin-left: -10px;
    margin-right: -10px;
  }

  .sponsor_list.sub_sec_spn {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .sponsor_list.init_listing_spn_af {
    margin-left: -10px;
    margin-right: -10px;
  }

  .div-block-361 {
    z-index: 2;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    position: absolute;
  }

  .div-block-361.title-holder-af {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-height: 45px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: auto;
    position: relative;
  }

  .div-block-361.title-holder-af.sun_spon {
    order: 9999;
  }

  .desc-2 {
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }

  .desc-2.broken-box-af {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tf-af {
    min-height: 45px;
  }

  .form {
    flex-flow: column;
    padding-top: 0;
    display: flex;
  }

  .form-block {
    align-self: stretch;
    width: 100%;
  }

  .div-block-325 {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
  }

  .image-57 {
    object-fit: contain;
    flex: 1;
    max-width: none;
  }

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

  .shop_grid_holder {
    margin-top: 60px;
  }

  .grid-shop-cont {
    padding-bottom: 0;
  }

  .all_cap_af {
    font-size: 28px;
    line-height: 1.1;
  }

  .div-block-370 {
    flex-flow: column;
    align-self: stretch;
    display: flex;
  }

  .div-block-371 {
    margin: 5px;
  }

  .image-60 {
    height: 30px;
  }

  .text-block-78 {
    padding: 0;
    line-height: 1;
  }

  .text-block-79 {
    max-width: 57%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-372 {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .div-block-373.broken-box-af {
    margin-left: -15px;
    margin-right: -15px;
    padding: 42px 20px 60px;
  }

  .div-block-374 {
    align-self: stretch;
  }

  .heading-36 {
    white-space: normal;
    overflow-wrap: anywhere;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 29px;
  }

  .collection-item-3 {
    padding-bottom: 40px;
  }

  .div-block-375 {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
  }

  .div-block-376 {
    width: 18px;
    height: 4px;
  }

  .div-block-377 {
    margin-top: 20px;
  }

  .collection-list-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .link-block-9 {
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
  }

  .heading-37 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 32px;
  }

  .div-block-378 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-38 {
    font-size: 41px;
  }

  .heading-38.prod_page {
    font-size: 36px;
  }

  .image-62.broken-box-af {
    margin-top: 20px;
  }

  .paragraph-9 {
    padding: 3px;
  }

  .collection-list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .link-block-10.broken-box-af {
    padding: 12px;
  }

  .text-block-80 {
    max-width: 120px;
  }

  .collection-list-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-11 {
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .div-block-379 {
    order: 9999;
  }

  .div-block-381 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-382 {
    margin-bottom: 0;
  }

  .link {
    margin-top: 40px;
  }
}

#w-node-_49ae6012-e791-0dde-d3b9-5ccc5cd566c8-99d6c66c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-b5bcb230-97cc-6633-4eec-8383afc506bb-99d6c66c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_678e0c1e-e6ad-2f8d-9f81-7719d72f0c2d-99d6c66c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3ca18bac-459c-d75f-eaac-f6bd66ecefdf-99d6c66c {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3febcec5-9785-981f-0a77-48d05bfc01a5-99d6c66c {
  justify-self: stretch;
}

#hole-cont-id.w-node-f46ff0f2-bb39-7185-2c9e-dc59d4a345c7-99d6c66c {
  order: 9999;
  place-self: center;
}

#w-node-f46ff0f2-bb39-7185-2c9e-dc59d4a345ef-99d6c66c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#mgs-af-id.w-node-f46ff0f2-bb39-7185-2c9e-dc59d4a345ff-99d6c66c {
  align-self: center;
}

#w-node-_74e8d89a-7c43-4537-526e-4c3a1e60641f-99d6c66c {
  place-self: stretch stretch;
}

#w-node-_74e8d89a-7c43-4537-526e-4c3a1e606420-99d6c66c {
  align-self: center;
}

#w-node-_74e8d89a-7c43-4537-526e-4c3a1e60642d-99d6c66c {
  order: 9999;
  place-self: stretch stretch;
}

#w-node-_74e8d89a-7c43-4537-526e-4c3a1e60642e-99d6c66c, #w-node-_74e8d89a-7c43-4537-526e-4c3a1e60643d-99d6c66c, #w-node-_74e8d89a-7c43-4537-526e-4c3a1e60643e-99d6c66c {
  align-self: center;
}

#w-node-a8265133-05bc-ed4d-3d98-f8e9f5f37121-f5f3711a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-a8265133-05bc-ed4d-3d98-f8e9f5f3712c-f5f3711a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8265133-05bc-ed4d-3d98-f8e9f5f37137-f5f3711a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-a8265133-05bc-ed4d-3d98-f8e9f5f37141-f5f3711a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eee4fc46-a81d-5f33-6a0d-51e6ecb31734-7e8071db {
  justify-self: stretch;
}

#w-node-eee4fc46-a81d-5f33-6a0d-51e6ecb31736-7e8071db {
  align-self: center;
}

#w-node-_93bb5de6-2f55-1e05-2531-d0e1af72c13e-09748420, #w-node-_1077727e-add7-4474-90c1-96e994d06f14-09748420 {
  place-self: stretch stretch;
}

#w-node-_1077727e-add7-4474-90c1-96e994d06f15-09748420 {
  align-self: center;
}

#w-node-_1077727e-add7-4474-90c1-96e994d06f1c-09748420 {
  order: 9999;
  place-self: stretch stretch;
}

#w-node-_1077727e-add7-4474-90c1-96e994d06f1d-09748420, #w-node-_1077727e-add7-4474-90c1-96e994d06f2d-09748420 {
  align-self: center;
}

#w-node-_1077727e-add7-4474-90c1-96e994d06f34-09748420 {
  order: 9999;
  place-self: stretch stretch;
}

#w-node-_1077727e-add7-4474-90c1-96e994d06f35-09748420 {
  align-self: center;
}

#w-node-_83bd06e2-0fe9-6654-c979-5bad49e7da6f-09748420 {
  justify-self: stretch;
}

#w-node-_83bd06e2-0fe9-6654-c979-5bad49e7da71-09748420 {
  align-self: center;
}

#w-node-_0d0cb442-2100-62df-16ab-06745f56ae06-6840ef8c {
  place-self: center start;
}

#w-node-_8b8eda68-c4a3-d812-b39e-d4c02b217bdb-6840ef8c {
  justify-self: stretch;
}

#w-node-e034738e-45c6-c491-84f5-0788ee145b83-3749ec15 {
  place-self: stretch stretch;
}

#w-node-e034738e-45c6-c491-84f5-0788ee145b84-3749ec15 {
  align-self: center;
}

#w-node-e034738e-45c6-c491-84f5-0788ee145b8b-3749ec15 {
  order: 9999;
  place-self: stretch stretch;
}

#w-node-e034738e-45c6-c491-84f5-0788ee145b8c-3749ec15, #w-node-e034738e-45c6-c491-84f5-0788ee145ba3-3749ec15 {
  align-self: center;
}

#w-node-e034738e-45c6-c491-84f5-0788ee145baa-3749ec15 {
  order: 9999;
  place-self: stretch stretch;
}

#w-node-e034738e-45c6-c491-84f5-0788ee145bab-3749ec15 {
  align-self: center;
}

#w-node-f0325121-9c99-e2ed-ba17-350e12661321-3749ec15 {
  justify-self: stretch;
}

#w-node-f0325121-9c99-e2ed-ba17-350e12661323-3749ec15, #w-node-e034738e-45c6-c491-84f5-0788ee145b8c-4e10db2a {
  align-self: center;
}

#w-node-_88498674-a32a-b76c-1c32-f1fa08da74b3-4e10db2a {
  justify-self: stretch;
}

#w-node-_88498674-a32a-b76c-1c32-f1fa08da74b5-4e10db2a {
  align-self: center;
}

#w-node-dd2ce288-692f-9e4d-1088-ed95030078dd-6d0aacec {
  justify-self: stretch;
}

#w-node-dd2ce288-692f-9e4d-1088-ed95030078df-6d0aacec {
  align-self: center;
}

#w-node-d9fb7399-e2d8-88d4-2559-dc08afcd4002-1540215a {
  place-self: stretch stretch;
}

#w-node-d9fb7399-e2d8-88d4-2559-dc08afcd4003-1540215a {
  align-self: center;
}

#w-node-cfbf50a8-a454-e465-ae56-5099c019e0c5-1540215a {
  justify-self: stretch;
}

#w-node-cfbf50a8-a454-e465-ae56-5099c019e0c7-1540215a {
  align-self: center;
}

#w-node-e5f8e716-6b39-5940-691d-50764768aa78-99a42bf7 {
  justify-self: stretch;
}

#w-node-e5f8e716-6b39-5940-691d-50764768aa7a-99a42bf7 {
  align-self: center;
}

#w-node-_5bf8deb9-f622-4999-08e5-19d833a4a0ab-438fedf9 {
  place-self: stretch stretch;
}

#w-node-_5bf8deb9-f622-4999-08e5-19d833a4a0b1-438fedf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5bf8deb9-f622-4999-08e5-19d833a4a0b7-438fedf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bf8deb9-f622-4999-08e5-19d833a4a0bc-438fedf9, #w-node-_5bf8deb9-f622-4999-08e5-19d833a4a0c0-438fedf9, #w-node-_5bf8deb9-f622-4999-08e5-19d833a4a0c4-438fedf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5bf8deb9-f622-4999-08e5-19d833a4a0c6-438fedf9 {
  order: 9999;
}

#w-node-e6e08c78-77ea-75e5-cb1c-ce11698e14b6-a9b9121d {
  place-self: stretch;
}

#w-node-dda11147-1125-7e4d-cfda-a05334b72ebd-a9b9121d {
  justify-self: stretch;
}

#w-node-dda11147-1125-7e4d-cfda-a05334b72ebf-a9b9121d {
  align-self: center;
}

#w-node-_2b24f468-dedd-78ca-2047-11640f5ad94e-4eb5b226 {
  place-self: start stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_49ae6012-e791-0dde-d3b9-5ccc5cd566c8-99d6c66c {
    order: 9999;
  }

  #hole-cont-id.w-node-f46ff0f2-bb39-7185-2c9e-dc59d4a345c7-99d6c66c, #w-node-_74e8d89a-7c43-4537-526e-4c3a1e60642d-99d6c66c {
    order: -9999;
  }

  #w-node-a8265133-05bc-ed4d-3d98-f8e9f5f3712c-f5f3711a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8265133-05bc-ed4d-3d98-f8e9f5f37141-f5f3711a {
    grid-column: span 1 / span 1;
  }

  #w-node-_1077727e-add7-4474-90c1-96e994d06f1c-09748420, #w-node-_1077727e-add7-4474-90c1-96e994d06f34-09748420, #w-node-e034738e-45c6-c491-84f5-0788ee145b8b-3749ec15, #w-node-e034738e-45c6-c491-84f5-0788ee145baa-3749ec15, #w-node-_8dfbdb6b-551e-9b1a-d00e-2e93aeba2257-4e10db2a {
    order: -9999;
  }

  #w-node-d9fb7399-e2d8-88d4-2559-dc08afcd4002-1540215a {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #hole-cont-id.w-node-f46ff0f2-bb39-7185-2c9e-dc59d4a345c7-99d6c66c {
    order: -9999;
    place-self: center;
  }

  #w-node-_74e8d89a-7c43-4537-526e-4c3a1e60642d-99d6c66c {
    order: -9999;
  }

  #w-node-a8265133-05bc-ed4d-3d98-f8e9f5f3712c-f5f3711a {
    grid-column: span 1 / span 1;
  }

  #w-node-_1077727e-add7-4474-90c1-96e994d06f1c-09748420, #w-node-_1077727e-add7-4474-90c1-96e994d06f34-09748420, #w-node-e034738e-45c6-c491-84f5-0788ee145b8b-3749ec15, #w-node-e034738e-45c6-c491-84f5-0788ee145baa-3749ec15 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_74e8d89a-7c43-4537-526e-4c3a1e60642d-99d6c66c, #w-node-_1077727e-add7-4474-90c1-96e994d06f1c-09748420, #w-node-_1077727e-add7-4474-90c1-96e994d06f34-09748420, #w-node-e034738e-45c6-c491-84f5-0788ee145b8b-3749ec15, #w-node-e034738e-45c6-c491-84f5-0788ee145baa-3749ec15 {
    order: -9999;
  }
}


