:root {
  --black: black;
  --white: white;
  --royal-blue: #2162ea;
  --magenta: #e42cdc;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  letter-spacing: -.025rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Built Titling, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Built Titling, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

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

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

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

.text-style-italic {
  font-style: italic;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

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

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.section_hero.section-style-hero {
  width: 100dvw;
  height: 100dvh;
  margin-bottom: 3rem;
  transition: color .2s ease-in-out;
  position: relative;
}

.background-video {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar.background-color-black-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.navbar_wrapper {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.nav-group {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.brand-logo {
  height: 1.25rem;
  display: block;
}

.nav-link-block {
  padding: 1.25rem .5rem;
  text-decoration: none;
}

.nav-link-block.text-color-black {
  padding: .75rem .5rem;
}

.nav-link-block.text-color-white {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.nav-link-block.text-color-grey.sub-navbar {
  padding: .75rem;
}

.text-font-bebas-neue {
  font-family: Bebas Neue, sans-serif;
}

.down-arrow {
  width: .5rem;
  height: .5rem;
}

.navbar_extension {
  padding-left: 1rem;
  padding-right: 1rem;
}

.scroll-down-div {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.scroll-down-text {
  font-style: italic;
}

.down-arrow-img {
  margin-top: 0;
  padding-top: 8px;
}

.section_our-story {
  display: none;
}

.div-block {
  display: flex;
}

.div-block-2 {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.group-picture {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.tgl-group-img {
  border-radius: 0;
}

.hero_bottom-component {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 4rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 10%;
  right: 10%;
}

.memory-lane_wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.memory-carousal_wrapper {
  margin-bottom: 3rem;
}

.wrapper {
  width: 100vw;
  height: 250px;
  margin-top: 1rem;
  overflow: hidden;
}

.loop-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.content-holder {
  border-radius: 0;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.memory-img {
  border-radius: .5rem;
  margin-right: 16px;
}

.loop-container-2 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.loop-container-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section_in-action.hidden {
  display: none;
}

.in-action_wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.in-action_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.in-action_grid-item {
  border-radius: .5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.action-div {
  width: 100%;
  height: 100%;
  position: relative;
}

.action-img {
  border-radius: 25px;
}

.inactiontag {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(135deg, #ff1dd9, #467bff);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 7.5%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: 3%;
  right: 0%;
  box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
}

.action-title {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
}

.in-action-img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
}

.in-action-img.down {
  object-position: 50% 40%;
}

.in-action-img.final-badminton-pos {
  object-position: 50% 100%;
}

.in-action-label {
  background-color: #f95485;
  border-radius: .25rem;
  padding: .3rem .5rem;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 1rem;
  right: auto;
}

.in-action-label.blue {
  color: #fff;
  background-color: #354fb1;
}

.in-action-label.black {
  background-color: var(--black);
  color: var(--white);
  border-radius: .25rem;
}

.in-action-game-info {
  color: var(--white);
  background-color: rgba(0, 0, 0, .35);
  border-radius: 7.5px;
  padding: .5rem .75rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  top: auto;
  bottom: 1rem;
  left: auto;
  right: 1rem;
}

.shadow-overlay {
  pointer-events: none;
  background-image: linear-gradient(90deg, #000, rgba(0, 0, 0, 0) 35%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.shadow-overlay.pp {
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, .73));
  border-radius: 15px;
}

.in-action-info-text {
  color: var(--white);
  letter-spacing: -.075rem;
  border-radius: 7.5px;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.05;
  position: absolute;
  top: 3rem;
  bottom: auto;
  left: 1rem;
  right: auto;
}

.in-action-info-text.blue {
  background-color: #354fb1;
}

.in-action-info-text.black {
  background-color: var(--black);
}

.section-wrapper {
  grid-row-gap: 4rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.athletes_container {
  grid-row-gap: 2rem;
  flex-direction: column;
  padding: 0 2rem;
  display: flex;
}

.player-set-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: stretch;
  display: grid;
}

.player-set-grid.league {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

.player_card {
  background-color: #f1f1f1;
  border-radius: 15px;
  padding: 1rem;
}

.content_area {
  width: 90%;
}

._2-stat-div {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stats-div {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.stat-name {
  text-align: right;
  flex: 0 auto;
  margin-top: 0;
  font-size: 22px;
  line-height: 1;
}

.stat-number {
  text-align: center;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.rating-and-flag {
  grid-column-gap: 1.5rem;
  text-align: right;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pp-pos {
  text-align: center;
  font-weight: 400;
  line-height: 1;
}

.pp-img {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  display: inline-block;
  position: relative;
}

.ovr-and-rating-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pp-flag {
  border-radius: 5px;
  max-width: 25%;
}

.stat-div {
  grid-column-gap: .5rem;
  flex-direction: row;
  flex: 0 auto;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  display: flex;
}

.pp-rating {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 4rem;
  line-height: 1;
}

.pp-name {
  text-align: center;
  font-family: Built Titling, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.pp-ovr {
  font-size: 1rem;
  line-height: 1;
}

.pp-stats {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.player-card {
  background-image: linear-gradient(rgba(151, 151, 151, .5), #fff);
  border-radius: .75rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: static;
}

.player-card.retired {
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
  background-image: none;
}

.player-card.hidden {
  display: none;
}

.ppimgdiv {
  border-radius: 25px;
  margin-top: 12px;
  margin-left: 12px;
  margin-right: 12px;
  position: relative;
  overflow: hidden;
}

._2-stat-div-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.stats-div-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.rating-and-flag-div {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  text-align: right;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.pp-position {
  text-align: center;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.pp-img-2 {
  object-fit: fill;
  width: 100%;
  display: inline-block;
}

.grid {
  grid-column-gap: 33px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  padding: 32px;
  display: grid;
  overflow: hidden;
}

.stat-div-2 {
  grid-column-gap: 8px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  display: flex;
}

.pp-name-2 {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 22px;
  line-height: 1;
}

.pp-stats-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 16px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.player-card-2 {
  background-color: #ededed;
  background-image: linear-gradient(rgba(151, 151, 151, .5), #fff);
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.player-card-2.devan {
  display: none;
}

.committee-label {
  opacity: .9;
  background-image: linear-gradient(135deg, #ef525f, #ebc94f);
  border-top-left-radius: 0;
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 15%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.committee-title {
  color: #fff;
  text-transform: uppercase;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1;
}

.flag {
  border-radius: 5px;
  max-width: 25%;
  max-height: 25%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.rating {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 64px;
  line-height: 1;
  display: flex;
}

.ovr {
  text-align: center;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.pp-img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pp-label {
  z-index: 2;
  background-color: var(--white);
  color: var(--black);
  border-radius: .4rem;
  padding: .3rem .6rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: .5rem;
  bottom: auto;
  left: .5rem;
  right: auto;
}

.pp-label.blue {
  background-color: var(--royal-blue);
  color: var(--white);
  font-weight: 700;
}

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

.pp-label.retired {
  z-index: 2;
  color: var(--white);
  background-color: #a50000;
}

.pp-label.committee {
  color: #000;
  background-color: #00bfff;
  font-weight: 700;
}

.pp-label.panel {
  color: #fff;
  background-image: linear-gradient(135deg, #e600ff, #ff0004);
  font-weight: 700;
}

.pp-label.pink {
  background-color: var(--magenta);
  color: var(--white);
  font-weight: 700;
}

.pp-label.excommunicated {
  color: var(--white);
  background-color: #e52323;
}

.pp-label.inmate {
  background-color: #fb6d1d;
}

.table_wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  background-color: #fbfafa;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  padding: .5rem 1rem;
  display: grid;
}

.table_wrapper.club {
  background-color: rgba(0, 0, 0, 0);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

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

.table-heading.left {
  justify-content: flex-start;
}

.table-text {
  font-size: .7rem;
  font-weight: 700;
}

.table-text.team {
  font-size: 1rem;
  font-weight: 500;
}

.table-text.team.bold {
  font-weight: 700;
}

.season_wrapper {
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-logo {
  width: 1rem;
  margin-right: .5rem;
}

.team-logo.larger {
  width: 2rem;
  margin-right: 1rem;
}

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

.team_athletes_container {
  grid-row-gap: 1rem;
  flex-direction: column;
  padding: 2rem 2rem 0;
  display: flex;
}

.grid-team-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.player-holder {
  grid-column-gap: 1rem;
  background-color: #f1f1f1;
  border-radius: 10px;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.image {
  border-radius: 5px;
  width: 4rem;
}

.league-pp-name {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.navbar-2 {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.nav-menu {
  text-align: center;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 1rem;
  display: block;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: -.05rem;
  background-color: rgba(255, 255, 255, 0);
  padding: 1rem;
  font-weight: 700;
  transition: color .2s ease-in-out;
}

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

.nav-link.w--current {
  color: rgba(255, 255, 255, .65);
  text-transform: none;
  text-decoration: none;
}

.nav-link.hidden {
  display: none;
}

.match_container {
  background-color: #f1f1f1;
  border-radius: 10px;
}

.card__title {
  z-index: 1;
  background-color: #0e0e0e;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card__gradient {
  z-index: 0;
  filter: saturate(43%) blur(10px);
  transform-style: preserve-3d;
  background-image: linear-gradient(to right, #ff0062, #ff1dd9 36%, #3321ff 75%, #467bff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(11deg)scale3d(.6, 1.1, 1);
}

.card__gradient.inner {
  opacity: .3;
  filter: saturate(60%) blur(25px);
}

.card__gradient.outer {
  z-index: 0;
  opacity: .2;
  filter: brightness(116%) saturate(59%) blur(10px);
  background-image: linear-gradient(to right, #ff0062, #05f 35%, #ff00f7 100%, #0084ff);
}

.fireworks {
  z-index: 0;
  width: 100vw;
  height: auto;
}

.stat {
  justify-content: space-between;
  font-size: 1rem;
}

.flag-2 {
  border-radius: 5px;
  width: 2.5rem;
  margin-left: 0;
  padding-left: 0;
}

.card__inner-mask {
  z-index: 1;
  filter: blur(10px);
  background-color: #0e0e0e;
  border-radius: 20px;
  flex: 0 90%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  overflow: hidden;
}

.card__inner-mask.small {
  flex-basis: 68%;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.card__inner-mask.image {
  flex-basis: 68%;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.stat-wrap {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.ovr-title {
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1;
}

.ovr-title.pos {
  font-size: 1rem;
}

.wrapper-2 {
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-text {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.title-text.position {
  text-align: left;
  padding-top: .25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.card {
  background-color: #0f0f0f;
  border-radius: 25px;
  flex-direction: column;
  width: 20rem;
  height: 27.5rem;
  margin-top: 4rem;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-3 {
  width: 3rem;
}

.card__sheen {
  z-index: 1;
  opacity: .1;
  filter: blur(17px);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0) 39%, #fff 43%, #fff 50%, #fff 58%, rgba(255, 255, 255, 0) 62%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card__image {
  z-index: 2;
  perspective: 2000px;
  background-color: #0e0e0e;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.heading.presents {
  letter-spacing: 4px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.card__body {
  z-index: 1;
  background-color: #0e0e0e;
  border-radius: 15px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.background {
  filter: saturate(118%);
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.card__content {
  z-index: 1;
  color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: .5rem;
  position: relative;
}

.card__content.align-center {
  grid-column-gap: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.card__content.top {
  height: 100%;
}

.page-wrapper-2 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.character {
  z-index: 2;
  filter: saturate(137%);
  object-fit: cover;
  object-position: 50% 25%;
  border-radius: 15px;
  width: 75%;
  max-width: none;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.card__inner {
  z-index: 1;
  background-image: linear-gradient(to right, #3a3938, #2c2b2b);
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 420px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ovr-wrap {
  grid-row-gap: .4rem;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: 1rem;
  right: auto;
}

.stats-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  justify-items: center;
  display: grid;
}

.rating-2 {
  color: #fff;
  padding-top: .5px;
  font-size: 3rem;
  font-weight: 700;
  line-height: .8;
}

.navbar-container {
  grid-column-gap: .625rem;
  background-color: #ff17a2;
  border-radius: 100px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .375rem .375rem .375rem 1rem;
  display: flex;
}

.toggle-button {
  background-color: #800b51;
  border-radius: 100px;
  padding: .375rem .75rem;
  font-family: Montserrat, sans-serif;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-3 {
  background-color: red;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.heading-2 {
  font-family: Built Titling, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.tagline {
  text-align: center;
  font-family: Built Titling, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.kit-wrapper {
  width: 100%;
  margin-top: 2rem;
}

.kit-slider-01 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.kit-img {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .5rem;
  width: 24rem;
}

.mask {
  width: 100%;
}

.kit-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.kit-heading {
  letter-spacing: 0;
  font-family: Built Titling, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.kit-desc {
  font-size: 1rem;
}

.section-badge {
  letter-spacing: .025rem;
  border: .5px solid #000;
  border-radius: 1rem;
  margin-bottom: .25rem;
  padding: .25rem .75rem;
  font-size: .75rem;
}

.slide-nav {
  font-weight: 600;
}

.section-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.athletes-main-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer {
  background-color: var(--black);
  background-image: linear-gradient(#000, rgba(0, 0, 0, .85)), url('../images/GroupPhoto_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
}

.footer-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tgl-footer-logo {
  height: 8rem;
}

.tgl-footer-logo.text {
  height: 1.5rem;
  margin-top: 1rem;
}

.footer-tagline {
  color: var(--white);
  text-align: center;
  font-family: Built Titling, sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
}

.footer-brand {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.final-footer-row {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.copyright-text {
  color: var(--white);
  text-align: left;
  flex: 1;
  font-size: .7rem;
  font-weight: 500;
}

.copyright-text.lhs {
  text-align: left;
}

.copyright-text.rhs {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: var(--white);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tinkersuite-link-block {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--white);
  color: var(--black);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .375rem .5rem;
  transition: all .2s;
  display: flex;
}

.tinkersuite-link-block:hover {
  background-color: var(--black);
  color: var(--white);
}

.tinkersuite-link-block.all-neon-format {
  color: #21ffff;
  background-color: rgba(33, 255, 255, .05);
  background-image: none;
  transition: all .2s;
}

.tinkersuite-link-block.all-neon-format:hover {
  color: #033e49;
  background-color: #21ffff;
  box-shadow: 2px 0 50px rgba(33, 255, 255, .25);
}

.tinkersuite-logo-svg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.olympics-logo {
  width: 8rem;
  margin-bottom: 1rem;
}

.kit-tag {
  background-color: var(--black);
  color: var(--white);
  border-radius: .25rem;
  padding: .3rem .5rem;
  font-size: .875rem;
  font-weight: 800;
  line-height: 1;
}

.kit-tag.blue {
  color: #fff;
  background-color: #3984a0;
}

.kit-tag.black {
  background-color: var(--black);
  color: var(--white);
  border-radius: .25rem;
}

.kit-tag.inmate {
  color: var(--black);
  background-color: #f5671c;
}

.kit-tag.exclusive {
  color: var(--black);
  background-color: #d3ab45;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

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

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

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

  .text-align-center.team-name {
    font-size: 1.5rem;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .action-grid {
    margin-left: 16px;
    margin-right: 16px;
  }

  .inactiontag {
    width: 60%;
    height: 15%;
  }

  .in-action-info-text {
    font-size: 1rem;
  }

  .section-wrapper {
    grid-row-gap: 3rem;
  }

  .athletes_container {
    padding-left: 0;
    padding-right: 0;
  }

  .player-set-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .player-set-grid.league {
    grid-template-columns: 1fr;
  }

  .stat-name, .stat-number {
    font-size: 16px;
  }

  .rating-and-flag {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
  }

  .pp-rating {
    font-size: 48px;
  }

  .pp-ovr {
    font-size: 14px;
  }

  .rating-and-flag-div {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    align-content: space-between;
    justify-content: space-between;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .rating {
    font-size: 48px;
  }

  .ovr {
    font-size: 14px;
  }

  .pp-label {
    border-radius: 7.5px;
    font-size: .7rem;
    top: .5rem;
    left: .5rem;
  }

  .team_athletes_container {
    padding: 1rem 0;
  }

  .player-holder {
    align-items: center;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(200, 200, 200, .15);
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .icon {
    color: #fff;
  }

  .kit-slider-01 {
    flex-flow: column;
  }

  .kit-img {
    width: auto;
    height: 100%;
  }

  .copyright-text.lhs {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

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

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .text-align-center.section-h2 {
    font-size: 3rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .wrapper {
    width: 100%;
  }

  .in-action_wrapper {
    grid-row-gap: 3rem;
  }

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

  .inactiontag {
    width: 70%;
    top: 6%;
    left: 6%;
    right: auto;
  }

  .action-title {
    font-size: .75rem;
  }

  .section-wrapper {
    grid-row-gap: 2rem;
  }

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

  .grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .table_wrapper {
    width: 100%;
  }

  .table-text.team.bold {
    font-size: .875rem;
  }

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

  .heading {
    text-align: center;
  }

  .footer-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .final-footer-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-section-large {
    padding-top: 0;
  }

  .padding-section-large.athletes {
    padding-bottom: 1rem;
  }

  .text-align-center.team-name {
    font-size: 1.25rem;
  }

  .text-align-center.section-h2 {
    font-size: 3rem;
  }

  .section_hero.section-style-hero {
    margin-bottom: 2rem;
  }

  .tgl-group-img {
    display: inline-block;
  }

  .in-action_wrapper {
    grid-row-gap: 2rem;
  }

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

  .in-action-label {
    padding: .25rem .4rem;
    font-size: .7575rem;
    top: .5rem;
    left: .5rem;
  }

  .in-action-game-info {
    padding: .25rem .4rem;
    font-size: .7rem;
    bottom: .5rem;
    right: .5rem;
  }

  .in-action-info-text {
    font-size: 1.1rem;
    line-height: 1.15;
    top: 2.25rem;
    left: .75rem;
  }

  .athletes_container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .player-set-grid.league {
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .pp-stats {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: space-between;
    align-items: stretch;
  }

  .pp-stats-div {
    margin-bottom: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .player-card-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .table_wrapper {
    grid-column-gap: .1rem;
    grid-template-columns: 1fr 2.25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: ". . . . . . Area Area-2";
    padding-left: 0;
    padding-right: 0;
  }

  .table_wrapper.club {
    padding-left: 0;
    padding-right: 0;
  }

  .table-text.team {
    font-size: .8rem;
  }

  .table-text.team.bold {
    word-break: break-all;
    font-size: .7rem;
    line-height: 1.2;
  }

  .team-logo {
    width: .75rem;
    margin-right: .35rem;
  }

  .image {
    width: 3rem;
  }

  .nav-menu {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    display: block;
  }

  .menu-button {
    background-color: rgba(200, 200, 200, 0);
  }

  .wrapper-2 {
    padding: 1rem;
  }

  .card {
    margin-top: 3rem;
  }

  .heading.title {
    font-size: 3rem;
  }

  .page-wrapper-2._2 {
    padding: 1rem;
  }

  .tagline {
    font-size: 3rem;
  }

  .kit-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .kit-slider-01 {
    flex-flow: column;
  }

  .kit-img {
    width: 100%;
  }

  .kit-info {
    grid-column-gap: .55rem;
    grid-row-gap: .55rem;
    padding: 1rem .5rem .5rem;
  }

  .kit-heading {
    font-size: 1.75rem;
  }

  .kit-desc {
    font-size: .875rem;
  }

  .slide-nav {
    bottom: -2rem;
  }

  .section-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tgl-footer-logo {
    height: 6rem;
  }

  .tgl-footer-logo.text {
    height: 1rem;
  }

  .footer-tagline {
    font-size: 1rem;
  }

  .copyright-text {
    letter-spacing: 0;
    padding-left: .5rem;
    padding-right: .5rem;
    line-height: 1.2;
  }

  .copyright-text.rhs {
    flex-direction: column;
  }

  .olympics-logo {
    width: 6rem;
    margin-bottom: .5rem;
  }

  .kit-tag {
    padding: .25rem .4rem;
    font-size: .7575rem;
    top: .5rem;
    left: .5rem;
  }

  .icon-2 {
    margin-top: 128px;
  }

  .icon-3 {
    margin-top: 129px;
  }
}

#w-node-_5e8a8802-be34-1af7-c0ce-e1ccfaf9a592-f510b6ef, #w-node-f3cd122b-3f54-06f4-5df3-709a0417d9ab-f510b6ef, #w-node-_0fbee453-0546-143e-02be-56acfd91b1a1-f510b6ef, #w-node-_91866fe2-b39a-7f51-f1e5-cc49bd1c3758-f510b6ef, #w-node-_1642f7c2-9b37-491c-9e0f-34470e341a89-f510b6ef, #w-node-_4436a95d-af9a-b689-7a0d-ff080ff3e84b-f510b6ef, #w-node-_4436a95d-af9a-b689-7a0d-ff080ff3e858-f510b6ef, #w-node-_77f5ca44-c335-75a9-52f6-59ed4cb1dbe1-f510b6ef, #w-node-_4436a95d-af9a-b689-7a0d-ff080ff3e865-f510b6ef, #w-node-_4436a95d-af9a-b689-7a0d-ff080ff3e87f-f510b6ef, #w-node-_4436a95d-af9a-b689-7a0d-ff080ff3e872-f510b6ef, #w-node-_69b0aa63-0e9e-4548-3aab-8d7b721b8f18-f510b6ef, #w-node-_69b0aa63-0e9e-4548-3aab-8d7b721b8f23-f510b6ef, #w-node-_69b0aa63-0e9e-4548-3aab-8d7b721b8f2e-f510b6ef, #w-node-_69b0aa63-0e9e-4548-3aab-8d7b721b8f39-f510b6ef, #w-node-_69b0aa63-0e9e-4548-3aab-8d7b721b8f44-f510b6ef, #w-node-_69b0aa63-0e9e-4548-3aab-8d7b721b8f4f-f510b6ef, #w-node-_34670cca-4379-5245-e81f-804332131590-f510b6ef, #w-node-_34670cca-4379-5245-e81f-80433213159b-f510b6ef, #w-node-_34670cca-4379-5245-e81f-8043321315a6-f510b6ef, #w-node-_34670cca-4379-5245-e81f-8043321315b1-f510b6ef, #w-node-_7c34c271-25c6-d06a-2eab-662d17f02e54-f510b6ef, #w-node-_7c34c271-25c6-d06a-2eab-662d17f02e5d-f510b6ef, #w-node-_7c34c271-25c6-d06a-2eab-662d17f02e66-f510b6ef, #w-node-_7c34c271-25c6-d06a-2eab-662d17f02e6f-f510b6ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f46a059-065c-acf5-d758-99b603942ccb-f510b6ef, #w-node-_4c72fec0-3e19-feae-9ad7-3fd55e9d51fa-f510b6ef, #w-node-_2f8b6e6b-d1f4-a3dc-4548-0661d88185fa-f510b6ef, #w-node-_7ac7c62f-38d7-afb7-12fd-9d55cbc9f2fe-f510b6ef, #w-node-dd1e3712-ed71-58ce-cab1-cdca50b59ffc-f510b6ef, #w-node-_1c79b989-938a-1dcc-0fae-c5f907e7bff5-f510b6ef, #w-node-_8faa2ac6-7dc7-45c1-cd2d-01814630b098-f510b6ef, #w-node-dfd1c824-8fe7-1220-d834-a02ed92ab1d7-f510b6ef, #w-node-b6ed0ee3-191c-59f4-6d87-e5aa1ec18eca-f510b6ef, #w-node-c85b2b54-f6a2-833e-e695-784c67414a52-f510b6ef, #w-node-aedc464d-c500-08c5-1698-112f953f06e6-f510b6ef, #w-node-_5640c82f-9045-6f58-db55-b8876a3a0e90-f510b6ef, #w-node-aedc464d-c500-08c5-1698-112f953f071a-f510b6ef, #w-node-aedc464d-c500-08c5-1698-112f953f074e-f510b6ef, #w-node-fe467711-6165-92ce-fc64-698b033266f1-f510b6ef, #w-node-_85b2a0ee-1078-1648-fe57-fdf32343c0db-f510b6ef, #w-node-c97e8e21-405c-d8ec-5197-ed3797e5dbc2-f510b6ef, #w-node-c250bb63-f91a-ee93-4198-e93f326cee4d-f510b6ef, #w-node-_61aa16f5-6c67-34c4-bedb-21862aebcb5a-f510b6ef, #w-node-_9fc1fddd-5bee-15cc-0b5d-3d9c158e4abf-f510b6ef, #w-node-_0ec4d4ed-d36f-6893-c746-d984165a255e-f510b6ef, #w-node-_0ec4d4ed-d36f-6893-c746-d984165a2592-f510b6ef, #w-node-_0ec4d4ed-d36f-6893-c746-d984165a25c6-f510b6ef, #w-node-_9119cdc9-bb81-010b-42c4-17759a97a40a-f510b6ef, #w-node-_4721f2b7-5214-285e-6ef5-c14cb9d269f1-f510b6ef, #w-node-facb4247-5cc4-5a23-5428-af0aac44f7bf-f510b6ef, #w-node-_200e9251-674f-2e43-e080-fdaf9413580a-f510b6ef, #w-node-_96177c2e-61c7-0e6a-86bc-75db4824adf1-f510b6ef, #w-node-_73e86b5a-f6d8-6ca2-0a48-b8333df9c6e2-f510b6ef, #w-node-c6dcb289-fa78-8bb8-24e1-10f3d2d8da41-f510b6ef, #w-node-_926ff5d2-7055-38df-3f2c-13976255f93b-f510b6ef, #w-node-cc3d427c-c9a7-08f1-bc02-6e1051610cb2-f510b6ef, #w-node-_7df50429-9752-61a3-8bd4-b0ea2a80638c-f510b6ef, #w-node-_05e735ca-be1f-d571-7d7d-5bd2ac2814d7-f510b6ef, #w-node-b0ae7506-2bd2-8b92-beb4-6c39aa35d1be-f510b6ef, #w-node-_137fd3f2-6432-f6fe-7767-8a2ffc97f345-f510b6ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-f510b6f2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-f510b6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-f510b6f2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-f510b6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-f510b6f2 {
  justify-self: start;
}

#w-node-c6396ded-a74d-0c48-b475-5cd865a0ebb3-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-f510b6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-f510b6f2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-f510b6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-f510b6f2 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-f510b6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-f510b6f2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-f510b6f2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-f510b6f2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-f510b6f2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-f510b6f2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-f510b6f2, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-f510b6f2, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-f510b6f2, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-f510b6f2, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-f510b6f2, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-f510b6f2 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-f510b6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-f510b6f2 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-f510b6f2, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-f510b6f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-f510b6f2 {
  justify-self: start;
}

#w-node-_9dfe0375-de22-5f64-6e86-577ca40069fa-53c1e61e, #w-node-_6d569b0d-fc3e-2e18-62df-ff5d40067b81-53c1e61e, #w-node-a924c1f9-605b-0f93-d7bb-784fd794d65a-53c1e61e, #w-node-_2fcf833d-912e-2004-9842-c8e8dc69ee92-53c1e61e, #w-node-cac6b7fb-b69f-7a08-4c32-f29103f178b9-53c1e61e, #w-node-bd1aec9d-7cc1-dc51-bbd3-27c2f07cc7cf-53c1e61e, #w-node-b98c3a02-0f89-723e-fbc5-05b3e0c1c21a-53c1e61e, #w-node-b9d414ee-127c-8399-e4a0-262cd86db11a-53c1e61e, #w-node-cfb19fa5-15ab-b341-3a08-b3faaa1bb47a-53c1e61e, #w-node-_5721ddb6-8e16-27bf-0d39-4456e8e15298-53c1e61e, #w-node-_1c0d7041-f6bc-3103-7ede-5f0b77829c63-53c1e61e, #w-node-_1c0d7041-f6bc-3103-7ede-5f0b77829c66-53c1e61e, #w-node-_1c0d7041-f6bc-3103-7ede-5f0b77829c69-53c1e61e, #w-node-_1c0d7041-f6bc-3103-7ede-5f0b77829c6c-53c1e61e, #w-node-_1c0d7041-f6bc-3103-7ede-5f0b77829c6f-53c1e61e, #w-node-_1c0d7041-f6bc-3103-7ede-5f0b77829c72-53c1e61e, #w-node-_1c0d7041-f6bc-3103-7ede-5f0b77829c75-53c1e61e, #w-node-_1c0d7041-f6bc-3103-7ede-5f0b77829c78-53c1e61e, #w-node-_1c0d7041-f6bc-3103-7ede-5f0b77829c7b-53c1e61e, #w-node-_1c0d7041-f6bc-3103-7ede-5f0b77829c7e-53c1e61e, #w-node-_9fa837f1-27b7-003f-8357-75f51115d9ef-53c1e61e, #w-node-_9fa837f1-27b7-003f-8357-75f51115d9f2-53c1e61e, #w-node-_9fa837f1-27b7-003f-8357-75f51115d9f5-53c1e61e, #w-node-_9fa837f1-27b7-003f-8357-75f51115d9f8-53c1e61e, #w-node-_9fa837f1-27b7-003f-8357-75f51115d9fb-53c1e61e, #w-node-_9fa837f1-27b7-003f-8357-75f51115d9fe-53c1e61e, #w-node-_9fa837f1-27b7-003f-8357-75f51115da01-53c1e61e, #w-node-_9fa837f1-27b7-003f-8357-75f51115da04-53c1e61e, #w-node-_9fa837f1-27b7-003f-8357-75f51115da07-53c1e61e, #w-node-_9fa837f1-27b7-003f-8357-75f51115da0a-53c1e61e, #w-node-fcc76884-6e5e-262f-b59e-2063884d0921-53c1e61e, #w-node-c5611ecf-28b1-9e6e-3157-7297082fb966-53c1e61e, #w-node-_5969ca6f-cf73-b6a1-2472-5aa5fcdf39a7-53c1e61e, #w-node-_2c4f46af-824b-e332-1a28-c68a47e2aaa1-53c1e61e, #w-node-e1023f9d-45b1-60d8-9005-283a79d41812-53c1e61e, #w-node-_52a3669c-d961-f1b9-7598-79455d1d1edf-53c1e61e, #w-node-_265ea27d-ab77-f4b3-eed4-108b96dccfe5-53c1e61e, #w-node-_41dbc7a7-5ad0-032d-02eb-b398c773c37f-53c1e61e, #w-node-_0e364112-789a-14a3-817a-3d818f10a002-53c1e61e, #w-node-a0b343cf-7e2c-5392-ef8d-7604ebdcc074-53c1e61e, #w-node-cb00febc-a909-53c7-a9ae-a903873ef913-53c1e61e, #w-node-_772176f0-1dbf-141a-ec02-a3b49fbecf7f-53c1e61e, #w-node-a5486720-ba16-a541-1759-b57c8bdaab61-53c1e61e, #w-node-_87d40aaf-96c2-9320-b350-92054d3d59fc-53c1e61e, #w-node-_067f978f-7d72-86f2-2ec6-6c6ee1154f27-53c1e61e, #w-node-_183b5348-47df-8ad6-fd9d-0430fc28b857-53c1e61e, #w-node-_2fd32da8-558e-380c-83fd-d2f73e722f19-53c1e61e, #w-node-_11be83bd-2de6-6351-e986-af14a9be007d-53c1e61e, #w-node-_783ce225-2ec2-4b43-cdb7-5cd319dd1650-53c1e61e, #w-node-d1b3484d-dbc2-3c8f-603e-0e9326a44ab8-53c1e61e, #w-node-e0a3ebc1-3958-219b-cf53-30e3f9045b82-53c1e61e, #w-node-_3597ac07-30f2-229d-88ea-d8c21c747f0e-53c1e61e, #w-node-_5b795078-0966-0854-edf1-ef46d88052a1-53c1e61e, #w-node-aa5dc95c-2253-ff03-6110-197b062eb27b-53c1e61e, #w-node-_8ba79d64-c2b6-1b28-852d-37ec0bbc7521-53c1e61e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_419e89bd-585d-1855-dc29-4b39b55a7f93-58bccf33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_419e89bd-585d-1855-dc29-4b39b55a7f99-58bccf33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_419e89bd-585d-1855-dc29-4b39b55a7f9f-58bccf33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_419e89bd-585d-1855-dc29-4b39b55a7fa5-58bccf33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_419e89bd-585d-1855-dc29-4b39b55a7fab-58bccf33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_419e89bd-585d-1855-dc29-4b39b55a7fb1-58bccf33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}


@font-face {
  font-family: 'Built Titling';
  src: url('../fonts/built-titling-sb.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Built Titling';
  src: url('../fonts/built-titling-rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}