@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fa-light-300.woff2') format("woff2"), url('../fonts/fa-light-300.woff') format("woff"), url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Font Awesome Brands;
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Font Awesome;
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Mark Pro;
  src: url('../fonts/MarkPro-Bold.woff') format("woff"), url('../fonts/MarkPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Mark Pro;
  src: url('../fonts/MarkPro-Black.woff') format("woff"), url('../fonts/MarkPro-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Mark Pro;
  src: url('../fonts/MarkPro-Medium.woff') format("woff"), url('../fonts/MarkPro-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Mark Pro;
  src: url('../fonts/MarkPro-Normal.woff') format("woff"), url('../fonts/MarkPro-Normal.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Mark Pro;
  src: url('../fonts/MarkPro-Book.woff') format("woff"), url('../fonts/MarkPro-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

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

@font-face {
  font-family: Gibson;
  src: url('../fonts/Gibson-SemiBoldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

@font-face {
  font-family: Gibson;
  src: url('../fonts/Gibson-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --gaq-text: #040620;
  --gaq-yellow: #dafd6a;
  --gaq-blue: #1423fb;
  --blue-shade: #0327a4;
  --white: white;
  --smi-light-grey: #f8f8f8;
  --yellow-shadow: #b1dc44;
  --new-yellow: var(--white);
}

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

body {
  background-color: var(--gaq-text);
  color: #040620;
  letter-spacing: .001em;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-family: Gibson, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  font-family: Gibson, sans-serif;
  font-size: 86px;
  font-weight: 600;
  line-height: 110%;
}

h2 {
  font-family: Gibson, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

h3 {
  font-family: Gibson, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 41%;
}

h4 {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 18%;
}

h5 {
  font-weight: 400;
  line-height: 116%;
}

h6 {
  font-weight: 400;
  line-height: 120%;
}

p {
  margin-bottom: 0;
  line-height: 150%;
}

a {
  border-bottom: 1px solid var(--gaq-yellow);
  color: var(--gaq-yellow);
  font-size: 18px;
  font-weight: 400;
  line-height: 90%;
  text-decoration: none;
  display: inline-block;
}

strong {
  font-weight: 500;
}

em {
  font-style: italic;
  font-weight: 300;
}

.section {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container {
  max-width: 1440px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.section---with-overflow {
  overflow: visible;
}

.columns {
  margin-left: -3.571vw;
  margin-right: -3.571vw;
}

.column {
  padding-left: 3.571vw;
  padding-right: 3.571vw;
}

.center {
  text-align: center;
}

.flex-parent {
  display: flex;
}

.position---relative {
  position: relative;
}

.vertical-center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.spacing---large {
  margin-bottom: 10.714vw;
}

.spacing---medium {
  margin-bottom: 7.143vw;
}

.spacing---small {
  height: 55px;
}

.spacing---extra-small {
  margin-bottom: 1.786vw;
}

.spacing---extra-extra-small {
  margin-bottom: 10px;
}

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

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

.margin-top---auto {
  margin-top: auto;
}

.margin-bottom---auto {
  margin-bottom: auto;
}

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

.z---top {
  z-index: 9999;
  position: relative;
}

.z---middle {
  z-index: 999;
  position: relative;
}

.z---bottom {
  z-index: 99;
  position: relative;
}

.z---negative {
  z-index: -1;
  position: relative;
}

.z-fixed---top {
  z-index: 9999;
  position: fixed;
}

.z-fixed---middle {
  z-index: 999;
  position: fixed;
}

.z-fixed---bottom {
  z-index: 99;
  position: fixed;
}

.z-fixed---negative {
  z-index: -1;
  position: fixed;
}

.z-absolute---top {
  z-index: 9999;
  position: absolute;
}

.z-absolute---middle {
  z-index: 999;
  position: absolute;
}

.z-absolute---bottom {
  z-index: 99;
  position: absolute;
}

.z-absolute---negative {
  z-index: -1;
  position: absolute;
}

.hide, .mobile-only {
  display: none;
}

.horizontal-rule {
  opacity: .3;
  background-color: #000;
  width: 100%;
  height: 1px;
}

.horizontal-rule.spacing---small {
  background-color: var(--gaq-blue);
  opacity: 1;
  color: var(--gaq-blue);
  height: 2px;
}

.height---auto {
  height: auto;
}

.full-width {
  width: 100%;
}

.width---auto {
  width: auto;
}

.flex-child {
  flex: 1;
  display: flex;
}

.flex-child---vertical-center {
  flex: 1;
  align-self: center;
}

.h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.h2 {
  margin-bottom: 15px;
  line-height: 110%;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
}

.h4 {
  margin-bottom: 0;
}

.h4.normal {
  font-weight: 400;
}

.h5 {
  line-height: 140%;
}

.h6 {
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: 120%;
}

.padding---none {
  padding: 0;
}

.padding---large {
  padding: 10.714vw;
}

.padding---medium {
  padding: 7.143vw;
}

.padding---small {
  padding: 3.571vw;
}

.padding---extra-small {
  padding: 1.786vw;
}

.button {
  z-index: 2;
  background-color: var(--gaq-blue);
  color: #fff;
  letter-spacing: 0;
  -webkit-text-stroke-color: black;
  text-transform: none;
  cursor: pointer;
  background-image: url('../images/Button-BG.svg');
  background-position: 150%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 14px 60px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .45s ease-in-out;
}

.button:hover {
  background-color: var(--blue-shade);
  background-image: none;
}

.button.form-submit {
  margin-top: 24px;
}

.background---maroon {
  background-color: #912e48;
}

.background---maroon.color-chip {
  background-color: var(--gaq-yellow);
  border-radius: 0;
}

.text---white {
  color: #fff;
}

.caps {
  letter-spacing: .05em;
  text-transform: uppercase;
}

.no-border {
  border: 1px #000;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.faux-link {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
}

.image---16x5 {
  padding-top: 31.25%;
  position: relative;
  overflow: hidden;
}

.object-fit---cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image---21x9 {
  padding-top: 42.8571%;
  position: relative;
  overflow: hidden;
}

.image---2x1 {
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}

.image---16x9 {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.image---4x3 {
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.image---1x1 {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.tablet-only, .hide---desktop {
  display: none;
}

.hide---mobile {
  display: block;
}

.full-height {
  height: 100%;
}

.grid {
  grid-column-gap: 2.0825em;
  grid-row-gap: 2.0825em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.spacing---medium {
  grid-column-gap: 2.0825em;
  grid-template-columns: 1fr 1fr 1fr .5fr .5fr .5fr;
}

.background---navy {
  background-color: var(--gaq-blue);
}

.background---navy.color-chip {
  background-color: var(--gaq-text);
  border-radius: 0;
}

.background---navy.spacing---medium {
  background-color: var(--gaq-blue);
}

.background---blak {
  background-color: #334e70;
}

.background---blue {
  background-color: var(--gaq-blue);
  color: var(--white);
}

.background---blue.color-chip {
  background-color: var(--gaq-blue);
  border-radius: 0;
}

.background---blue.width---3-col {
  width: 17.25vw;
}

.background---blue.width---4-col {
  width: 23.55vw;
}

.background---blue.width---5-col, .background---blue.width---5-col.padding---small {
  width: 29.75vw;
}

.background---blue.width---6-col {
  width: 36vw;
}

.background---blue.width---7-col {
  width: 42.35vw;
}

.background---blue.width---8-col {
  width: 48.55vw;
}

.background---blue.width---3-5-col {
  width: 20.4vw;
}

.background---blue.width---4-5-col.padding---small {
  width: 26.7vw;
}

.background---blue.width---6-5-col {
  width: 39.15vw;
}

.background---blue.width---5-5-col {
  width: 32.9vw;
}

.background---blue.width---7-5-col {
  width: 45.5vw;
}

.background---blue.width---10-col, .background---blue.width---14-col {
  width: 61vw;
}

.background---blue.width---14-col.padding---small {
  width: 86vw;
}

.background---yell {
  background-color: var(--gaq-yellow);
}

.background---yell.color-chip {
  background-color: var(--smi-light-grey);
  border-radius: 0;
}

.background---burnt-gold {
  background-color: #7a4006;
}

.background---color-6 {
  background-color: #fab84e;
}

.background---color-7 {
  background-color: #04c969;
}

.background---color-8 {
  background-color: #87f0bd;
}

.color-chip {
  border-radius: 10px;
  padding-top: 100%;
  padding-bottom: 0;
}

.color-chip-caption {
  letter-spacing: .075em;
  text-transform: uppercase;
  margin-top: 2.0825em;
  margin-bottom: 2.0825em;
  font-size: 10px;
  font-weight: 500;
  line-height: 100%;
}

.text---dark-gray {
  color: #404f5b;
}

.text---navy {
  color: #082d4d;
}

.text---blue {
  color: var(--gaq-blue);
}

.text---yellow {
  color: var(--gaq-yellow);
}

.text---color-5 {
  color: #7a4006;
}

.text---color-6 {
  color: #ffb6ee;
}

.text---color-7 {
  color: #04c969;
}

.text---color-8 {
  color: #87f0bd;
}

.highlight-2 {
  box-shadow: inset 0 -27px 0 -12px var(--gaq-yellow);
}

.small-text {
  font-size: 14px;
  line-height: 150%;
}

.class-name {
  background-color: var(--gaq-blue);
  color: #fff;
  border-radius: 0;
  margin-right: 5px;
  padding: 6px 7px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 100%;
  display: inline;
  position: relative;
  top: -2px;
}

.stackable {
  padding-top: 0;
  padding-bottom: 0;
}

.stackable---top {
  padding-bottom: 0;
}

.stackable---bottom {
  padding-top: 0;
}

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

.background---white.color-chip {
  background-color: var(--yellow-shadow);
  border-radius: 0;
}

.grid-2 {
  grid-column-gap: 7.143vw;
  grid-row-gap: 7.143vw;
  grid-template-rows: auto;
}

.navbar---guide {
  background-color: #fff;
  border-bottom: 4px solid #fab84e;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 7.143vw;
  padding-right: 7.143vw;
  display: flex;
}

.nav-menu---guide {
  margin-left: auto;
  margin-right: -20px;
}

.menu-button---guide {
  margin-left: auto;
}

.logo {
  width: auto;
  max-width: 100px;
  max-height: 90px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: relative;
}

.home-button---guide {
  justify-content: center;
  align-items: center;
  display: flex;
}

.ea-logo---guide {
  width: 30px;
  margin-right: 15px;
}

.footer---guide {
  display: flex;
}

.copyright---guide {
  margin-left: auto;
}

.guide-nav-spacer {
  height: 71px;
  display: none;
}

.to-top-positioner---guide {
  z-index: 9999;
  justify-content: center;
  width: 8.33vw;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.to-top-wrapper---guide {
  background-color: #fab84e;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 15px 30px;
  font-family: Font Awesome, sans-serif;
  font-weight: 900;
}

.div-block, .div-block-2 {
  transform: translate(0);
}

.guide---link-to-top {
  transform: translate(0, 100%);
}

.display-flex-horizontal-space-between {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.display-flex-horizontal-space-between.align-center {
  align-items: center;
  position: relative;
}

.display-flex-horizontal-space-between.align-center.display-flex-vertical-mobile.align-start {
  justify-content: flex-start;
  align-items: center;
}

.display-flex-horizontal-space-between.wrap {
  flex-wrap: wrap;
  place-content: space-between;
}

.display-flex-horizontal-space-between.align-stretch {
  align-items: stretch;
}

.width---5-col {
  width: 35.714vw;
}

.cta---arrow {
  font-family: proxima-nova;
  font-size: 16px;
  font-weight: 600;
}

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

.stat-slider {
  background-color: #0000;
  border-top: 1px solid #fff;
  height: auto;
  margin-top: 40px;
  padding-bottom: 60px;
}

.display-none {
  display: none;
}

.slider-background-image-1 {
  background-image: url('../images/michael-denning-LXomcUwf4vQ-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.slider-min-height {
  min-height: 400px;
}

.slide-nav {
  font-size: 10px;
  line-height: 100%;
}

.max-width---1028 {
  max-width: 1028px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-16 {
  margin-top: 20px;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-16.stat-descriptor {
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-16.icon-descriptor {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}

.link {
  border-bottom-color: var(--gaq-yellow);
  color: var(--gaq-yellow);
  font-size: 16px;
  font-weight: 400;
  line-height: 90%;
}

.paragraph-18 {
  font-size: 18px;
  line-height: 140%;
}

.nav-link {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
}

.background---light-blue {
  background-color: #d6eaff;
}

.background---light-blue.padding---medium {
  background-color: #032ec70d;
}

.width---4-5-col {
  width: 32.14vw;
}

.floating-container {
  width: 39.285vw;
  height: 100%;
  position: static;
  inset: 0% 0% 0% auto;
  transform: translate(0, 3.571vw);
}

.floating-container.background---white {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
  inset: 0% 0% 0% auto;
}

.floating-container.right {
  margin-right: 3.571vw;
}

.floating-container.right.background---white {
  transform: translate(0, 3.571vw);
}

.floating-container.left {
  margin-left: 3.571vw;
}

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

.width---5-5-col {
  width: 39.28vw;
}

.width---8-5-col {
  width: 60.71vw;
}

.hero-with-cta-and-image-size {
  object-fit: cover;
  width: 100%;
  height: 422px;
  display: block;
}

.vertical-two-up-image {
  object-fit: cover;
  width: 100%;
  height: 231px;
}

.width---4-col {
  width: 28.57vw;
}

.horizontal-two-up-image {
  object-fit: cover;
  width: 206px;
  height: 100%;
}

.width---6-col {
  width: 42.85vw;
}

.width---6-5-col {
  width: 46.428vw;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  line-height: 50px;
}

.horizontal-one-up-image {
  object-fit: cover;
  width: 100%;
  height: 457px;
}

.vertical-two-up-icon {
  width: 120px;
}

.spacing---small-right {
  margin-right: 3.57vw;
}

.vertical-three-up-icon {
  width: 104px;
}

.width---3-col {
  width: 21.428vw;
}

.width---3-5-col {
  width: 25vw;
}

.grid---six-up {
  grid-column-gap: .5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.horizontal-two-up-icon {
  min-width: 80px;
}

.testimonial-slider-mask {
  margin-left: 7.14vw;
  margin-right: 7.14vw;
}

.testimonial-slide-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 1000px;
  width: 220px;
  height: 220px;
}

.testimonial-slider-image-container {
  margin-right: 3.57vw;
}

.max-width---1234 {
  max-width: 1234px;
  margin-left: auto;
  margin-right: auto;
}

.background-image-slider-mask {
  width: 100%;
  height: 100%;
}

.background-image-container {
  height: 100%;
  position: relative;
}

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

.background-image-slider-contents-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dropdown-toggle {
  padding-right: 20px;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.background---grid {
  background-image: url('../images/Grid2x.jpg'), linear-gradient(to bottom, var(--gaq-text), var(--gaq-text));
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
}

.padding---extra-large {
  padding: 14.286vw;
}

.spacing---extra-large {
  height: 300px;
}

.smi-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.site-logo {
  border-bottom-style: none;
}

.site-logo.nav-logo {
  cursor: pointer;
  order: -1;
  transition: all .3s ease-in-out;
}

.site-logo.nav-logo:hover {
  opacity: .5;
}

.nav-bar {
  background-color: var(--gaq-blue);
  border-radius: 0;
  width: 100%;
  min-width: 100%;
  height: 40px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-contact-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  order: 1;
  align-self: center;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.nav-contact-button:hover {
  color: #3e3e69;
  background-color: #fff;
  margin-bottom: 2px;
}

.smi-section.smi-header {
  justify-content: center;
  align-items: flex-start;
  max-height: 850px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

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

.background---white-shadow {
  background-color: #fff;
}

.background---white-shadow.color-chip {
  background-color: var(--blue-shade);
  border-radius: 0;
  box-shadow: 0 2px 18px #082d4d33;
}

.section-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.centered {
  text-align: center;
  flex: 1;
}

.ga-section-1 {
  background-image: url('../images/GA-Sponsor-BG-1.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-tickets-button {
  z-index: 2;
  background-color: var(--gaq-yellow);
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  background-image: url('../images/Button-BG.svg');
  background-position: 200%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 0;
  width: 200px;
  height: 40px;
  margin-bottom: 0;
  padding: 14px 20px 10px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  transition: all .45s ease-in-out;
  display: block;
}

.header-tickets-button:hover {
  background-color: var(--yellow-shadow);
  background-image: none;
}

.header-content {
  z-index: 2;
  color: var(--white);
  text-align: center;
  padding-top: 180px;
  position: relative;
}

.header-content.width---8-5-col {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.header-title {
  margin-bottom: 36px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 115%;
}

.prehead {
  letter-spacing: 2.5px;
  margin-bottom: 45px;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  line-height: 19px;
}

.prehead.stat {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.yellow-line {
  background-color: var(--gaq-yellow);
  width: 65px;
  height: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.header-seal-1 {
  width: 692px;
  position: absolute;
  inset: auto -17% 0% auto;
}

.header-seal-2 {
  width: 250px;
  position: absolute;
  inset: 70% auto 0% -4%;
}

.header-seal-3 {
  width: 550px;
  position: absolute;
  inset: -7% auto auto 2%;
}

.left-right-content {
  z-index: 2;
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  position: relative;
}

.left-right-content.width---14-col {
  display: flex;
}

.left-right-content.width---14-col.text-right {
  justify-content: flex-end;
}

.left-right-content.width---14-col.text-left {
  justify-content: flex-start;
}

.width---10-col {
  width: 61vw;
}

.width---14-col {
  width: 86vw;
}

.width---14-col.stat-area {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.width---14-col.icon-grid {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.width---14-col.centered-text {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.width---14-col.form-container {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.width---14-col.footer-container {
  color: #fff;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.width---12-col.padding---small.background---blue {
  width: 73.5vw;
}

.left-right-text {
  z-index: 6;
  color: var(--white);
  text-align: left;
  width: 50%;
  padding-top: 20px;
  font-style: normal;
  position: relative;
}

.ga-section-2 {
  background-image: url('../images/GA-Sponsor-BG-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  align-items: center;
  min-height: 800px;
  display: flex;
  position: relative;
}

.turtle {
  position: absolute;
  inset: 0% auto 0% -10%;
}

.heading {
  width: 75%;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  line-height: 50px;
}

.stat-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
}

.fish-1 {
  object-fit: contain;
  width: 100vw;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
}

.fish-2 {
  z-index: 2;
  object-fit: contain;
  width: 100vw;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
}

.slide {
  background-color: var(--gaq-yellow);
}

.slide-nav-2 {
  display: none;
}

.slider-arrow {
  background-color: var(--gaq-yellow);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  transition: all .2s;
  display: flex;
  inset: auto auto 0% 0%;
}

.slider-arrow:hover {
  background-color: var(--yellow-shadow);
}

.slider-arrow.right {
  width: 50px;
  height: 50px;
  padding-left: 0;
  left: 60px;
}

.slider-arrow.left {
  color: var(--white);
  width: 50px;
  height: 50px;
  padding-right: 0;
  transition-duration: .35s;
}

.slider-arrow.image {
  border-radius: 70px;
  width: 60px;
  height: 60px;
  inset: 0% auto 0% 0%;
}

.slider-arrow.image.left {
  left: -30px;
}

.slider-arrow.image.left:hover {
  background-color: var(--yellow-shadow);
}

.slider-arrow.image.right {
  inset: 0% -30px 0% auto;
}

.slider-arrow-icon {
  height: 18px;
}

.slider-arrow-icon.left {
  -webkit-text-stroke-color: black;
  transform: rotate(180deg);
}

.slider-arrow-icon.right {
  color: #000;
}

.quote-attribution {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.ga-section-3 {
  background-image: url('../images/GA-Sponsor-BG-3.jpg');
  background-position: 50% 0;
  background-size: cover;
  align-items: center;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shark {
  width: 1307px;
  max-width: none;
  position: absolute;
  inset: -150px auto 0% -88%;
}

.shark-girl {
  z-index: 2;
  object-fit: contain;
  width: 410px;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 180px;
  left: -5%;
}

.shark-highlight {
  width: 800px;
  max-width: none;
  position: absolute;
  inset: -577px auto 0% -6%;
}

.horizontal-icon {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link-icon {
  background-color: var(--gaq-blue);
  border-bottom-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  transition: all .15s;
  display: flex;
}

.link-icon:hover {
  background-color: var(--gaq-blue);
}

.stat-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.stat-right-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 40px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.ga-section-4 {
  z-index: 1;
  background-image: linear-gradient(#0000, #000), url('../images/GA-Sponsor-BG-4.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  align-items: center;
  min-height: 800px;
  display: flex;
  position: relative;
}

.ga-section-5 {
  background-image: linear-gradient(#000, #0000), url('../images/GA-Sponsor-BG-5-1.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  align-items: center;
  min-height: 900px;
  padding-top: 220px;
  padding-bottom: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.jelly-1 {
  z-index: 5;
  width: 600px;
  max-width: none;
  position: absolute;
  inset: 22% -31% 0% auto;
}

.stat-box {
  z-index: 3;
  color: #fff;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.stat-box.width---4-5-col {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.stat-box._2 {
  border-right-width: 2px;
}

.stat-box._4 {
  padding-left: 10px;
  padding-right: 10px;
}

.stat-box._5 {
  border-right-width: 2px;
}

.stat-box._6 {
  text-align: center;
}

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

.stat-number {
  font-family: avenir-lt-pro, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}

.jelly-2 {
  z-index: 5;
  width: 800px;
  max-width: none;
  position: absolute;
  inset: 49% -19% 0% auto;
}

.ga-section-6 {
  background-image: url('../images/GA-Sponsor-BG-6-1.jpg');
  background-position: 50%;
  background-size: 100% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bold-text-2 {
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
}

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

.icon-grid-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 32px;
}

.icon-box {
  z-index: 3;
  color: #fff;
  border: 1px #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.icon-box.width---4-5-col {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.icon-grid-icon {
  object-fit: contain;
  width: 76px;
  height: 76px;
}

.ga-section-7 {
  background-image: url('../images/GA-Sponsor-BG-7-1.jpg');
  background-position: 50% 0;
  background-size: 100% 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 900px;
  display: flex;
  position: relative;
  overflow: visible;
}

.expanding-carousel-tabber {
  color: #fff;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.expanding-carousel-tabber.width---6-5-col {
  flex-direction: row-reverse;
  display: flex;
}

.expanding-carousel-tabber.width---14-col {
  z-index: 3;
  flex-direction: row-reverse;
  place-content: flex-start space-between;
  align-items: center;
  min-height: 600px;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.tab-title {
  margin-bottom: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  display: inline-block;
}

.tabber-tab {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-bottom-style: none;
  margin-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  transition: all .4s;
  overflow: hidden;
}

.tabber-tab:hover {
  opacity: .5;
}

.tabber-tab.w--current {
  background-color: #0000;
  height: auto;
}

.tabber-tab.w--current:hover {
  opacity: 1;
}

.paragraph-14 {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-14.stat-descriptor {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}

.paragraph-14.icon-descriptor {
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 19px;
}

.paragraph-14.tabber-text {
  border-left: 5px solid var(--gaq-yellow);
  letter-spacing: 0;
  padding-left: 32px;
  font-family: avenir-lt-pro, sans-serif;
}

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

.tab-x {
  cursor: pointer;
  margin-left: 20px;
  transform: rotate(45deg);
}

.tabber-tabs.width---half {
  width: 50%;
}

.tabber-tabs.width---5-col {
  float: right;
  flex-flow: column;
  order: -1;
  justify-content: center;
  height: 600px;
  display: flex;
  right: 0;
}

.tabs-content.width---half {
  float: left;
  order: 1;
  width: 45%;
  overflow: visible;
}

.ga-section-8 {
  z-index: 1;
  background-image: url('../images/GA-Sponsor-BG-8.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 700px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-slider {
  background-color: #0000;
  border: 1px #000;
  height: auto;
  padding-bottom: 0;
}

.outline-block {
  border: 1px solid #fafafa;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto -20px -20px auto;
}

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

.logo-box {
  z-index: 3;
  color: #fff;
  border: 1.5px solid #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 24px;
  display: flex;
  position: relative;
}

.logo-box.width---4-5-col {
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.logo-box._1 {
  border-style: none;
  border-width: 0;
}

.logo-box._2, .logo-box._3, .logo-box._4, .logo-box._5, .logo-box._6 {
  border-style: none;
}

.form {
  width: 450px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.form-field {
  margin-bottom: 20px;
  transition: all .2s;
}

.form-field:hover {
  background-color: var(--smi-light-grey);
}

.form-field:focus {
  color: #53556c;
  margin-top: -2px;
  margin-bottom: 22px;
  box-shadow: 0 3px 10px #0406204d;
}

.form-field::placeholder {
  color: #53556c80;
  font-weight: 400;
}

.ga-section-9 {
  background-image: url('../images/GA-Sponsor-BG-9.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  background-color: #041757;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 375px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.footer-logo {
  width: 140px;
  margin-bottom: 40px;
}

.footer-social-links {
  display: flex;
}

.footer-left-area {
  align-self: flex-start;
  min-width: 150px;
}

.footer-social-link-logo {
  border: 1px #000;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  transition: all .2s;
}

.footer-social-link-logo.facebook {
  background-image: url('../images/FB2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-social-link-logo.facebook:hover {
  background-image: url('../images/FB2x.png');
  background-position: 0 0;
  background-size: 24px;
}

.footer-social-link-logo.instagram {
  background-image: url('../images/INSTAGRAM2x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer-social-link-logo.instagram:hover {
  background-image: url('../images/INSTAGRAM2x.png');
  background-position: 0 0;
  background-size: 24px;
}

.footer-social-link-logo.twitter, .footer-social-link-logo.twitter:hover {
  background-image: url('../images/X.png');
  background-position: 0 0;
  background-size: 24px;
}

.social-logo {
  height: 24px;
}

.footer-terms-text {
  color: #fff;
  border: 1px #000;
  margin-top: 24px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 13px;
  line-height: 24px;
  transition: all .2s;
  display: block;
}

.footer-terms-text:hover {
  color: var(--gaq-yellow);
}

.footer-copyright {
  color: #fff;
  border: 1px #000;
  margin-top: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 13px;
  line-height: 24px;
  display: block;
}

.footer-right-area {
  flex-direction: row-reverse;
  order: 1;
  justify-content: flex-start;
  align-self: flex-start;
  display: flex;
}

.footer-links {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px #000;
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  transition: all .2s;
  display: block;
}

.footer-links:hover {
  color: var(--gaq-yellow);
}

.footer-link-out {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-right: 60px;
  display: flex;
}

.footer-boilerplate {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
}

.footer-boilerplate.width---4-col {
  letter-spacing: 0;
  order: -1;
  align-self: center;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.footer-accreditation-title {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.accreditation-links {
  color: var(--white);
  border: 1px #000;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

.accreditation-links:hover {
  color: var(--gaq-yellow);
}

.accreditation-block {
  flex-direction: column;
  display: flex;
}

.beluga-1 {
  width: 404px;
  position: absolute;
  inset: 0% auto 0% -9%;
}

.beluga-2 {
  width: 404px;
  position: absolute;
  inset: 88% -10% 0% auto;
}

.stat-number-small {
  font-family: avenir-lt-pro, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.rotator-stat-header {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.text-span {
  letter-spacing: 2px;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 500;
}

.image-2 {
  width: 100%;
}

.footer-middle-area {
  flex: 1;
  order: 1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: center;
  margin-left: 61px;
  padding-right: 66px;
  display: flex;
}

.p---18---center {
  margin-top: 20px;
  font-family: avenir-lt-pro, sans-serif;
  font-size: 16px;
}

.heading-3 {
  letter-spacing: 0;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 700;
  line-height: 50px;
}

.heading-4 {
  font-family: avenir-lt-pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.image-3 {
  max-width: 50%;
}

.heading-5 {
  font-family: avenir-lt-pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.text-block {
  font-family: avenir-lt-pro, sans-serif;
}

.heading-6, .heading-7, .heading-8 {
  letter-spacing: 2em;
  font-family: avenir-lt-pro, sans-serif;
  font-weight: 500;
}

.text-block-2 {
  font-family: avenir-lt-pro, sans-serif;
}

@media screen and (min-width: 1280px) {
  .logo {
    max-width: 140px;
  }

  .shark {
    left: -69%;
  }

  .logo-box {
    width: 190px;
    height: 190px;
  }
}

@media screen and (min-width: 1440px) {
  .spacing---extra-large {
    height: 250px;
  }

  .ga-section-1 {
    background-position: 50% 100%;
  }

  .ga-section-2 {
    background-position: 50%;
    background-size: 100% 100%;
  }

  .heading.dive {
    width: 100%;
  }

  .fish-1 {
    width: 80vw;
  }

  .fish-2 {
    width: 80vw;
    top: -110px;
  }

  .ga-section-3 {
    background-size: 100% 100%;
    justify-content: center;
  }

  .ga-section-4 {
    background-size: auto, 100% 100%;
  }

  .ga-section-5 {
    padding-bottom: 200px;
  }

  .ga-section-7 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .ga-section-8, .ga-section-9 {
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    font-size: 56px;
    line-height: 60px;
  }

  .logo {
    max-width: 180px;
    max-height: 120px;
  }

  .paragraph-16 {
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
  }

  .smi-nav {
    width: 86vw;
    max-width: none;
  }

  .ga-section-1 {
    background-position: 50% 100%;
    min-height: 950px;
  }

  .header-content.width---8-5-col {
    padding-top: 320px;
  }

  .header-title {
    font-size: 104px;
  }

  .prehead.stat {
    font-size: 18px;
    line-height: 22px;
  }

  .header-seal-1 {
    width: 950px;
  }

  .header-seal-2 {
    width: 500px;
    top: 56%;
    left: -5%;
  }

  .header-seal-3 {
    width: 680px;
    left: 3%;
  }

  .width---14-col.form-container {
    flex: 1;
    justify-content: flex-start;
    margin-bottom: 60px;
    padding-top: 203px;
  }

  .ga-section-2 {
    background-position: 50% 100%;
    background-size: cover;
    min-height: 950px;
  }

  .heading {
    width: 100%;
    font-size: 48px;
    line-height: 52px;
  }

  .fish-1 {
    width: 80vw;
  }

  .fish-2 {
    width: 80vw;
    top: -52px;
  }

  .slider-arrow {
    width: 60px;
    height: 60px;
    bottom: -10%;
  }

  .slider-arrow.right {
    left: 80px;
  }

  .ga-section-3 {
    background-size: cover;
    justify-content: center;
    min-height: 1000px;
    overflow: hidden;
  }

  .shark {
    width: 1410px;
    left: -36%;
  }

  .ga-section-4 {
    min-height: 1000px;
  }

  .stat-box {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .stat-number {
    font-size: 96px;
  }

  .ga-section-6 {
    min-height: 750px;
  }

  .ga-section-7 {
    min-height: 1000px;
  }

  .tab-title {
    font-size: 34px;
    line-height: 40px;
  }

  .ga-section-8 {
    min-height: 1000px;
  }

  .outline-block {
    border-bottom-width: 5px;
  }

  .logo-box {
    width: 240px;
    height: 240px;
  }

  .form {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-field {
    height: 60px;
    padding-left: 20px;
    font-size: 22px;
  }

  .ga-section-9 {
    justify-content: center;
    min-height: 950px;
    overflow: hidden;
  }

  .footer-links {
    font-size: 16px;
    line-height: 30px;
  }

  .footer-boilerplate.width---4-col {
    font-size: 22px;
    line-height: 31px;
  }

  .accreditation-links {
    font-size: 17px;
    line-height: 29px;
  }

  .beluga-1 {
    width: 600px;
    left: -12%;
  }

  .beluga-2 {
    width: 680px;
    top: 39%;
    right: -12%;
  }

  .form-block {
    height: auto;
    position: static;
  }

  .rotator-stat-header {
    margin-top: 40px;
    font-size: 72px;
  }

  .text-span {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .section---with-overflow {
    overflow: visible;
  }

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

  .spacing---small {
    height: 24px;
  }

  .tablet-only, .hide---desktop {
    display: block;
  }

  .flex-flip---tablet {
    flex-direction: row-reverse;
    display: flex;
  }

  .display-flex-horizontal-space-between.align-center {
    flex-direction: row;
  }

  .paragraph-16.stat-descriptor {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .paragraph-16.width---10-col {
    width: 80vw;
  }

  .floating-container {
    width: 42.857vw;
  }

  .vertical-two-up-image {
    height: 200px;
  }

  .horizontal-two-up-image {
    width: 300px;
    height: 100%;
  }

  .width---6-5-col {
    width: 80vw;
  }

  .grid---six-up {
    grid-column-gap: 3.57vw;
    grid-row-gap: 3.57vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .menu-button {
    order: 1;
  }

  .nav-bar {
    border-radius: 0;
  }

  .header-content.width---8-5-col {
    width: 80vw;
  }

  .header-title {
    font-size: 64px;
    line-height: 68px;
  }

  .prehead.stat {
    margin-bottom: 0;
  }

  .header-seal-1 {
    width: 500px;
    bottom: 4%;
  }

  .header-seal-2 {
    top: 56%;
    left: -9%;
  }

  .header-seal-3 {
    top: -17%;
    left: 66%;
  }

  .left-right-text {
    width: 60%;
  }

  .turtle {
    top: 17%;
    left: -56%;
  }

  .heading {
    width: 100%;
  }

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

  .slider-arrow.image {
    width: 40px;
    height: 40px;
  }

  .slider-arrow.image.left {
    left: -20px;
  }

  .slider-arrow.image.right {
    right: -20px;
  }

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

  .shark {
    width: 800px;
    top: -79px;
    left: -71%;
  }

  .shark-girl {
    width: 240px;
  }

  .shark-highlight {
    width: 400px;
    top: -166px;
  }

  .horizontal-icon {
    align-items: flex-start;
  }

  .link-icon {
    width: 56px;
    height: 56px;
  }

  .stat-right-column {
    margin-left: 20px;
  }

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

  .jelly-1 {
    width: 500px;
    top: 28%;
    right: -48%;
  }

  .stat-box {
    justify-content: center;
    min-height: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .stat-box._5 {
    align-items: center;
  }

  .stat-number {
    text-align: center;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 48px;
    line-height: 46px;
  }

  .jelly-2 {
    width: 650px;
    top: 63%;
    right: -38%;
  }

  .ga-section-6 {
    background-size: auto 100%;
  }

  .icon-grid-container {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .ga-section-7 {
    background-size: auto 100%;
  }

  .tab-title {
    font-size: 22px;
    line-height: 26px;
  }

  .tabber-tab.w--current {
    flex-direction: column;
    display: flex;
  }

  .paragraph-14.tabber-text {
    border-left-width: 3px;
  }

  .tab-title-container {
    justify-content: space-between;
  }

  .tabs-content.width---half {
    width: 50%;
  }

  .outline-block {
    bottom: -10px;
    right: -10px;
  }

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

  .ga-section-9 {
    overflow: hidden;
  }

  .footer-right-area {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    width: 70%;
  }

  .footer-boilerplate.width---4-col {
    width: 100%;
  }

  .beluga-1 {
    width: 304px;
    top: -59%;
    left: -23%;
  }

  .beluga-2 {
    width: 304px;
    top: 159%;
    right: -17%;
  }

  .stat-number-small {
    margin-top: 0;
  }

  .clickable-social-icon {
    height: 24px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .footer-middle-area {
    justify-content: flex-start;
    width: 100%;
    margin-left: 0;
  }
}

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

  h3 {
    font-size: 28px;
  }

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

  .spacing---small {
    margin-bottom: 3.571vw;
  }

  .full-width---mobile {
    width: 100%;
  }

  .flex-wrap---mobile {
    flex-wrap: wrap;
    display: flex;
  }

  .margin-bottom---mobile-spacer {
    margin-bottom: 4.165vw;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .h1 {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .h2 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .h3 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .h4 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .padding---large {
    padding: 10.714vw 7.14vw;
  }

  .padding---medium, .padding---extra-small {
    padding: 3.571vw;
  }

  .tablet-only, .hide---mobile {
    display: none;
  }

  .flex-flip---mobile {
    flex-direction: row-reverse;
    display: flex;
  }

  .grid {
    flex-wrap: wrap;
    margin-left: -2.08vw;
    margin-right: -2.08vw;
    display: flex;
  }

  .color-block {
    width: 33.33%;
    padding-left: 2.08vw;
    padding-right: 2.08vw;
  }

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

  .navbar---guide {
    padding-left: 4.165vw;
    padding-right: 4.165vw;
    position: fixed;
  }

  .home-button---guide {
    padding-left: 0;
  }

  .guide-nav-spacer {
    height: 65px;
    display: block;
  }

  .to-top-positioner---guide {
    display: none;
  }

  .display-flex-horizontal-space-between.align-center.display-flex-vertical-mobile.align-start {
    align-items: flex-start;
  }

  .display-flex-horizontal-space-between.display-flex-vertical-mobile {
    flex-direction: column;
    align-items: center;
  }

  .display-flex-horizontal-space-between.display-flex-vertical-mobile.reverse {
    flex-direction: column-reverse;
  }

  .cta---arrow, .paragraph-16 {
    font-size: 15px;
  }

  .floating-container {
    width: 92.85vw;
  }

  .floating-container.right {
    margin-right: 0;
  }

  .floating-container.left {
    margin-left: 0;
  }

  .width---5-5-col.full-width---mobile.top {
    margin-bottom: 3.57vw;
  }

  .vertical-two-up-image {
    height: 250px;
  }

  .width---4-col.full-width---mobile.top {
    margin-bottom: 3.57vw;
  }

  .horizontal-two-up-image {
    width: 250px;
  }

  .width---6-col.full-width---mobile.top {
    margin-bottom: 3.57vw;
  }

  .horizontal-one-up-image {
    height: 350px;
  }

  .vertical-two-up-icon {
    width: 90px;
  }

  .width---3-5-col.full-width---mobile.top {
    margin-bottom: 3.57vw;
  }

  .horizontal-two-up-icon {
    width: 90px;
    min-width: 80px;
    margin-bottom: 1.785vw;
  }

  .header-content.width---8-5-col {
    width: 100%;
    padding-top: 140px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .header-seal-1 {
    width: 400px;
    right: -25%;
  }

  .header-seal-2 {
    left: -19%;
  }

  .header-seal-3 {
    width: 450px;
    top: -14%;
  }

  .width---14-col.footer-container {
    flex-direction: column;
  }

  .shark {
    left: -111%;
  }

  .shark-girl {
    left: -12%;
  }

  .jelly-1 {
    top: 15%;
  }

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

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

  .expanding-carousel-tabber.width---14-col {
    flex-direction: column;
  }

  .paragraph-14 {
    font-size: 15px;
  }

  .tab-title-container {
    justify-content: space-between;
  }

  .tabber-tabs.width---5-col {
    width: 100%;
    margin-bottom: 0;
  }

  .tabs-content.width---half {
    width: 100%;
  }

  .image-slider {
    height: 300px;
  }

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

  .ga-section-9 {
    min-height: 800px;
    padding-top: 140px;
    padding-bottom: 220px;
  }

  .footer-left-area {
    text-align: left;
    align-self: flex-start;
  }

  .footer-right-area {
    width: 100%;
  }

  .beluga-1 {
    top: -293%;
  }

  .beluga-2 {
    top: 461%;
  }

  .footer-middle-area {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .spacing---medium {
    margin-bottom: 7.142vw;
  }

  .color-block {
    width: 50%;
  }

  .logo {
    width: 90px;
  }

  .paragraph-16.stat-descriptor {
    order: 1;
  }

  .paragraph-16.width---10-col, .width---6-5-col {
    width: 100%;
  }

  .vertical-three-up-icon {
    width: 90px;
  }

  .grid---six-up {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .smi-nav {
    text-align: center;
    justify-content: center;
    padding-left: 0;
  }

  .site-logo.nav-logo {
    flex: 1;
    padding-left: 0;
  }

  .ga-section-1 {
    min-height: auto;
  }

  .header-tickets-button {
    width: 100vw;
    margin-top: 40px;
  }

  .header-content.width---8-5-col {
    max-width: 100%;
    padding: 200px 24px 220px;
  }

  .header-title {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 48px;
    line-height: 52px;
  }

  .prehead {
    margin-bottom: 24px;
  }

  .prehead.stat {
    font-size: 14px;
  }

  .header-seal-1 {
    bottom: 0%;
    right: -31%;
  }

  .header-seal-2 {
    top: 60%;
    left: -21%;
  }

  .header-seal-3 {
    inset: -110px auto auto 206px;
  }

  .left-right-content.width---14-col.text-right, .width---14-col, .width---14-col.stat-area {
    width: 100%;
  }

  .width---14-col.centered-text {
    padding-left: 0;
    padding-right: 0;
  }

  .width---14-col.footer-container {
    flex-direction: column;
  }

  .left-right-text {
    width: 100%;
  }

  .ga-section-2 {
    background-size: 1500px 100%;
    padding: 0 24px 210px;
    overflow: hidden;
  }

  .turtle {
    width: 400px;
    max-width: none;
    inset: auto auto -26% -40%;
  }

  .fish-1 {
    width: 500px;
    inset: 54% 0% 0% auto;
  }

  .fish-2 {
    width: 500px;
  }

  .ga-section-3 {
    background-image: linear-gradient(#0000, #000 0%, #0000 0%, #00000057 26%, #0000006e 70%, #0000 99%), url('../images/GA-Sponsor-BG-3.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, 1500px 100%;
    padding: 0 24px 60px;
    overflow: hidden;
  }

  .shark {
    top: -430px;
    left: -108%;
  }

  .shark-girl {
    top: -196px;
    left: 7%;
  }

  .shark-highlight {
    display: none;
    top: -371px;
  }

  .ga-section-4 {
    background-repeat: repeat, no-repeat;
    background-size: auto, 1500px 100%;
    padding: 350px 24px 60px;
    overflow: hidden;
  }

  .ga-section-5 {
    padding: 60px 24px;
  }

  .jelly-1 {
    width: 400px;
    top: 23%;
    right: -50%;
  }

  .stat-box {
    justify-content: flex-start;
    min-height: auto;
    padding-bottom: 40px;
  }

  .stat-box._1 {
    justify-content: flex-start;
  }

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

  .stat-number {
    order: -1;
    font-size: 36px;
  }

  .jelly-2 {
    width: 350px;
    top: 67%;
    right: -98%;
  }

  .ga-section-6 {
    padding: 60px 24px;
  }

  .icon-grid-container {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .icon-grid-icon {
    width: 60px;
    height: 60px;
  }

  .ga-section-7 {
    padding: 60px 24px;
  }

  .expanding-carousel-tabber.width---14-col {
    flex-direction: column;
  }

  .tabber-tab {
    padding-right: 5px;
  }

  .paragraph-14.tabber-text {
    width: 100%;
  }

  .tabber-tabs.width---5-col {
    width: 100%;
    margin-bottom: 10px;
  }

  .tabs-content.width---half {
    width: 100%;
    display: none;
  }

  .ga-section-8 {
    padding: 60px 24px;
  }

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

  .logo-box {
    width: 120px;
    height: 120px;
  }

  .form {
    z-index: 3;
    width: 100%;
    position: relative;
  }

  .ga-section-9 {
    padding: 140px 24px 400px;
  }

  .footer {
    padding: 60px 24px;
  }

  .footer-social-links {
    justify-content: center;
  }

  .footer-left-area {
    text-align: center;
    width: 100%;
  }

  .footer-right-area {
    flex-direction: column;
    width: 100%;
  }

  .footer-link-out {
    text-align: center;
    align-items: center;
    margin-top: 0;
    margin-right: 0;
  }

  .footer-boilerplate.width---4-col {
    text-align: center;
    width: 100%;
    padding-top: 40px;
  }

  .beluga-1 {
    top: -378%;
    left: -33%;
  }

  .beluga-2 {
    z-index: 2;
    top: 635%;
    right: -50%;
  }

  .form-block {
    width: 100%;
    min-width: 280px;
  }

  .footer-middle-area {
    flex-direction: column;
    align-self: center;
    width: 100%;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1207cf29-309d-1e33-9a29-f22ee1a4c693-ee38e51e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1207cf29-309d-1e33-9a29-f22ee1a4c697-ee38e51e {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f3fc5e2-8ddb-72a7-0715-4bfbc77ef654-5c38e50c {
    align-self: center;
  }
}


@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-light-300.woff2') format('woff2'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font Awesome Brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font Awesome';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/MarkPro-Bold.woff') format('woff'), url('../fonts/MarkPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/MarkPro-Black.woff') format('woff'), url('../fonts/MarkPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/MarkPro-Medium.woff') format('woff'), url('../fonts/MarkPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/MarkPro-Normal.woff') format('woff'), url('../fonts/MarkPro-Normal.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Mark Pro';
  src: url('../fonts/MarkPro-Book.woff') format('woff'), url('../fonts/MarkPro-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gibson';
  src: url('../fonts/Gibson-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('../fonts/Gibson-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('../fonts/Gibson-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('../fonts/Gibson-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('../fonts/Gibson-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('../fonts/Gibson-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('../fonts/Gibson-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gibson';
  src: url('../fonts/Gibson-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}