@charset "UTF-8";
@media print, screen and (min-width: 40em) {
  .reveal.large,
  .reveal.small,
  .reveal.tiny,
  .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[data-whatintent=mouse] *,
[data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}
[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}
select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}
[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
.is-visible {
  display: block !important;
}
.is-hidden {
  display: none !important;
}
[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}
input[type=search] {
  box-sizing: border-box;
}
::placeholder {
  color: #cacaca;
}
[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}
[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}
label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}
[type=file] {
  width: 100%;
}
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}
.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
}
@media screen and (min-width: 0\fffd) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}
.is-invalid-label {
  color: #cc4b37;
}
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 80%;
  line-height: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family:
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
  line-height: 0;
  color: #cacaca;
}
h1,
.h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h3,
.h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h4,
.h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
h6,
.h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  h1,
  .h1 {
    font-size: 3rem;
  }
  h2,
  .h2 {
    font-size: 2.5rem;
  }
  h3,
  .h3 {
    font-size: 1.9375rem;
  }
  h4,
  .h4 {
    font-size: 1.5625rem;
  }
  h5,
  .h5 {
    font-size: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
a img {
  border: 0;
}
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}
li {
  font-size: inherit;
}
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}
ol {
  margin-left: 1.25rem;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}
abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}
figure {
  margin: 0;
}
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family:
    Consolas,
    "Liberation Mono",
    Courier,
    monospace;
  color: #0a0a0a;
}
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}
.lead {
  font-size: 125%;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
ul.no-bullet,
ol.no-bullet {
  margin-left: 0;
  list-style: none;
}
.cite-block,
cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before,
cite:before {
  content: "\2014  ";
}
.code-inline,
code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family:
    Consolas,
    "Liberation Mono",
    Courier,
    monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}
.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family:
    Consolas,
    "Liberation Mono",
    Courier,
    monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.is-off-canvas-open {
  overflow: hidden;
}
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}
.off-canvas {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
  position: fixed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
  position: absolute;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}
.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}
.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}
.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}
.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}
.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}
@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top,
  .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top,
  .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}
.sticky-container {
  position: relative;
}
.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}
.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}
.title-bar-right {
  text-align: right;
}
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.top-bar {
  padding: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar {
  flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}
.align-left {
  justify-content: flex-start;
}
.align-right {
  justify-content: flex-end;
}
.align-center {
  justify-content: center;
}
.align-justify {
  justify-content: space-between;
}
.align-spaced {
  justify-content: space-around;
}
.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  justify-content: center;
}
.align-top {
  align-items: flex-start;
}
.align-self-top {
  align-self: flex-start;
}
.align-bottom {
  align-items: flex-end;
}
.align-self-bottom {
  align-self: flex-end;
}
.align-middle {
  align-items: center;
}
.align-self-middle {
  align-self: center;
}
.align-stretch {
  align-items: stretch;
}
.align-self-stretch {
  align-self: stretch;
}
.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.small-order-1 {
  order: 1;
}
.small-order-2 {
  order: 2;
}
.small-order-3 {
  order: 3;
}
.small-order-4 {
  order: 4;
}
.small-order-5 {
  order: 5;
}
.small-order-6 {
  order: 6;
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}
.flex-child-auto {
  flex: 1 1 auto;
}
.flex-child-grow {
  flex: 1 0 auto;
}
.flex-child-shrink {
  flex: 0 1 auto;
}
.flex-dir-row {
  flex-direction: row;
}
.flex-dir-row-reverse {
  flex-direction: row-reverse;
}
.flex-dir-column {
  flex-direction: column;
}
.flex-dir-column-reverse {
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.show-for-dark-mode {
  display: none;
}
.hide-for-dark-mode {
  display: block;
}
@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}
.is-stuck .show-for-sticky {
  display: block;
}
.is-stuck .hide-for-sticky {
  display: none;
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}
.slow {
  transition-duration: 750ms !important;
}
.fast {
  transition-duration: 250ms !important;
}
.linear {
  transition-timing-function: linear !important;
}
.ease {
  transition-timing-function: ease !important;
}
.ease-in {
  transition-timing-function: ease-in !important;
}
.ease-out {
  transition-timing-function: ease-out !important;
}
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  transition-delay: 300ms !important;
}
.long-delay {
  transition-delay: 700ms !important;
}
.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}
.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}
.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}
.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}
.infinite {
  animation-iteration-count: infinite;
}
.slow {
  animation-duration: 750ms !important;
}
.fast {
  animation-duration: 250ms !important;
}
.linear {
  animation-timing-function: linear !important;
}
.ease {
  animation-timing-function: ease !important;
}
.ease-in {
  animation-timing-function: ease-in !important;
}
.ease-out {
  animation-timing-function: ease-out !important;
}
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
  animation-delay: 300ms !important;
}
.long-delay {
  animation-delay: 700ms !important;
}
@font-face {
  font-family: "HelveticaNowDisplay-CnMed";
  src: url(/fonts/helvetica/HelveticaNowDisplay-CnMed.woff) format("woff");
}
@font-face {
  font-family: "HelveticaNowDisplay-Cn";
  src: url(/fonts/helvetica/HelveticaNowDisplay-Cn.woff) format("woff");
}
@font-face {
  font-family: "Barlow";
  src: url(/fonts/Barlow-ExtraBold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url(/fonts/Barlow-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Passion One Black";
  src: url(/fonts/PassionOne-Black.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Passion One Bold";
  src: url(/fonts/PassionOne-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Passion One Regular";
  src: url(/fonts/PassionOne-Regular.woff) format("woff");
  font-weight: 500;
  font-style: Regular;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed Extra Light";
  src: url(/fonts/BarlowCondensed-ExtraLight.woff) format("woff");
  font-weight: 300;
  font-style: light;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed Light";
  src: url(/fonts/BarlowCondensed-Light.woff) format("woff");
  font-weight: 500;
  font-style: light;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed";
  src: url(/fonts/BarlowCondensed-Regular.woff) format("woff");
  font-weight: 500;
  font-style: Regular;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed Semi";
  src: url(/fonts/BarlowCondensed-SemiBold.woff) format("woff");
  font-weight: 500;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed Bold";
  src: url(/fonts/BarlowCondensed-Bold.woff) format("woff");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Barlow Condensed Black";
  src: url(/fonts/BarlowCondensed-Black.woff) format("woff");
  font-weight: 900;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "Flyer Black Condensed";
  src: url(/fonts/Flyer-Black-Condensed.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Flyer LT Std";
  src: url(/fonts/FlyerLTStd-BlackCondensed.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Condensed";
  src: url(/fonts/DINCondensed-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url(/fonts/DINPro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url(/fonts/DINPro-CondensedRegular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro Cond";
  src: url(/fonts/DINPro-CondensedMedium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url(/fonts/DINPro.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.loader-container {
  background: rgba(0, 0, 0, 0.9);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader-spinner {
  width: 130px;
  height: 130px;
  border: 10px solid transparent;
  border-top-color: #E1251B;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: auto;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.hero {
  position: relative;
  background-color: #E51C24;
  overflow: hidden;
}
.hero-menu {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  padding: 10px 20px;
  border-radius: 8px;
}
.hero-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 320px;
}
@media screen and (min-width: 23.125em) {
  .hero-menu ul {
    width: 340px;
  }
}
@media screen and (min-width: 48em) {
  .hero-menu ul {
    width: 500px;
  }
}
.hero-menu ul li {
  font-family: "Passion One Regular";
  font-size: 16px;
  color: white;
}
@media screen and (min-width: 48em) {
  .hero-menu ul li {
    font-size: 20px;
  }
}
.hero-menu ul li a {
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
}
.hero-menu ul li a:hover {
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.hero-menu ul li.dot {
  color: white;
  font-size: 10px;
}
.hero-menu ul #enter-now {
  flex-basis: 100%;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 48em) {
  .hero-menu ul #enter-now {
    flex-basis: auto;
    margin-top: 0;
  }
}
.hero-menu ul #enter-now a {
  background-color: white;
  border: 1px solid white;
  color: #E51C24;
  padding: 3px 25px;
}
.hero-menu ul #enter-now a:hover {
  background-color: #E51C24;
  border: 1px solid white;
  color: white;
}
.hero-menu ul .dot:last-of-type {
  display: none;
}
.hero-part {
  position: relative;
}
.hero-part-one-contentimg {
  position: absolute;
  z-index: 1;
  width: 100%;
}
.hero-part-one {
}
.hero-part-one-imgmb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .hero-part-one-imgmb {
    display: none;
  }
}
.hero-part-one-backgmb {
  position: absolute;
  top: 2%;
  left: 0;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .hero-part-one-backgmb {
    display: none;
  }
}
.hero-part-one {
}
.hero-part-one-imgdk {
  display: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .hero-part-one-imgdk {
    display: block;
  }
}
.hero-part-one-backgdk {
  display: none;
  position: absolute;
  top: 2%;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .hero-part-one-backgdk {
    display: block;
  }
}
.hero-part-one-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8rem 0 4rem;
}
@media screen and (min-width: 48em) {
  .hero-part-one-content {
    padding: 8rem 0 4rem;
  }
}
.hero-part-one-content .space-enter {
  display: none;
}
@media screen and (min-width: 48em) {
  .hero-part-one-content .space-enter {
    display: block;
  }
}
.hero-part-one-content img {
  width: 300px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 75em) {
  .hero-part-one-content img {
    width: 490px;
    font-size: 90px;
  }
}
.hero-part-one-content h1 {
  font-family: "Passion One Regular";
  font-weight: 400;
  font-style: Regular;
  font-size: 44px;
  line-height: 80%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6), 0 0 10px rgba(255, 255, 255, 0.2);
  max-width: 300px;
}
@media screen and (min-width: 48em) {
  .hero-part-one-content h1 {
    max-width: 100%;
    font-size: 60px;
  }
}
@media screen and (min-width: 75em) {
  .hero-part-one-content h1 {
    font-size: 90px;
  }
}
.hero-part-two {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  padding: 0 0 4rem;
}
@media screen and (min-width: 48em) {
  .hero-part-two {
    padding: 0 0 8rem;
  }
}
.hero-part-two img {
  margin: 0 auto;
}
.howPlay {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #00316D;
  min-height: 500px;
}
@media screen and (min-width: 64em) {
  .howPlay {
    grid-template-columns: 1fr 1fr;
  }
}
.howPlay-left .image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.howPlay-left .image-footer {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.howPlay-right {
  display: flex;
  flex-direction: column;
  color: white;
  max-width: 756px;
  margin: 0 auto;
}
.howPlay-right .content {
  display: block;
  margin: 5rem 2rem 3rem;
}
@media screen and (min-width: 64em) {
  .howPlay-right .content {
    margin: auto 2rem;
  }
}
.howPlay-right .title {
  font-family: "Barlow Condensed Bold";
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 90%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .howPlay-right .title {
    font-size: 50px;
    line-height: 90%;
  }
}
.howPlay-right .subtitle {
  font-family: "Barlow Condensed Bold";
  font-weight: 800;
  font-size: 16px;
  line-height: 160%;
  margin: 2rem auto 3rem;
}
@media screen and (min-width: 48em) {
  .howPlay-right .subtitle {
    font-size: 18px;
    line-height: 160%;
  }
}
.howPlay-right .information {
  font-family: "Barlow Condensed";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .howPlay-right .information {
    font-size: 18px;
    line-height: 160%;
  }
}
.howPlay-right .item {
  font-family: "Barlow Condensed Bold";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .howPlay-right .item {
    font-size: 25px;
    line-height: 120%;
  }
}
.prize {
  display: grid;
  grid-template-columns: 1fr;
  background-color: white;
  min-height: 500px;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .prize {
    grid-template-columns: 1fr 1fr;
  }
}
.prize-left {
  display: flex;
  flex-direction: column;
  color: #00316D;
  padding: 0 2rem;
  max-width: 756px;
  margin: 0 auto;
}
.prize-left .content {
  display: block;
  margin: 5rem auto 3rem;
}
@media screen and (min-width: 64em) {
  .prize-left .content {
    margin: auto 2rem;
  }
}
.prize-left .title {
  font-family: "Barlow Condensed Bold";
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 90%;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .prize-left .title {
    font-size: 50px;
    line-height: 90%;
  }
}
.prize-left .information {
  font-family: "Barlow Condensed";
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 48em) {
  .prize-left .information {
    font-size: 18px;
  }
}
.prize-left .btn-prizes {
  font-family: "Passion One Regular";
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  background-color: #00316D;
  border: 2px solid #00316D;
  color: white;
  padding: 10px 20px;
}
@media screen and (min-width: 48em) {
  .prize-left .btn-prizes {
    font-size: 24px;
  }
}
.prize-left .btn-prizes:hover {
  background-color: white;
  cursor: pointer;
  color: #00316D;
}
.prize-right {
  display: flex;
}
.prize-right .image {
  margin: 4rem auto;
}
.purchase {
  background-color: #E51C24;
}
.purchase-body {
  padding: 8rem 1rem 1rem;
}
.purchase-body-title {
  font-family: "Barlow Condensed Bold";
  font-weight: 900;
  font-size: 40px;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .purchase-body-title {
    font-size: 50px;
  }
}
.purchase-body-information {
  font-family: "Barlow";
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: white;
  max-width: 320px;
  margin: 2rem auto 3rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 48em) {
  .purchase-body-information {
    font-size: 18px;
    max-width: 680px;
  }
}
.purchase-body-btn {
  font-family: "Passion One Regular";
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  background-color: white;
  border: 2px solid white;
  color: #00316D;
  padding: 10px 20px;
  display: flex;
  gap: 8px;
  max-width: 340px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .purchase-body-btn {
    font-size: 24px;
  }
}
.purchase-body-btn svg {
  margin-bottom: 3px;
}
.purchase-body-btn:hover {
  background-color: #00316D;
  cursor: pointer;
  color: white;
}
.purchase-body-btn:hover svg {
  margin-bottom: 2px;
}
.purchase-body-btn:hover svg path {
  fill: white;
}
.purchase-body-items {
  max-width: 1200px;
  margin: 5rem auto 3rem;
}
.purchase-body-items .item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.purchase-body-items .item img {
  height: 272px;
  width: auto;
}
.purchase-body-items .item span {
  font-family: "Barlow Condensed Bold";
  font-weight: 700;
  font-size: 25px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-top: 1rem;
}
.purchase-footer .image-mb {
  display: block;
}
@media screen and (min-width: 48em) {
  .purchase-footer .image-mb {
    display: none;
  }
}
.purchase-footer .image-dk {
  display: none;
}
@media screen and (min-width: 48em) {
  .purchase-footer .image-dk {
    margin-top: 3rem;
    display: block;
  }
}
.starGame {
  background-color: #E51C24;
  padding-top: 180px;
  position: relative;
}
.starGame-red img {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
  object-position: center;
}
.starGame h2 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-family: "Passion One Regular";
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 65px;
  line-height: 80%;
  margin-bottom: 60px;
}
@media screen and (min-width: 36.875em) {
  .starGame h2 {
    font-size: 90px;
  }
}
.starGame p {
  color: white;
  font-size: 12px;
  width: 100%;
  width: 100%;
  margin: auto;
  margin-top: 120px;
  padding-bottom: 40px;
  text-align: center;
  padding: 20px;
  text-wrap: balance;
}
@media screen and (min-width: 36.875em) {
  .starGame p {
    max-width: 1022px;
    margin-top: 90px;
    font-size: 16px;
  }
}
.starGame lion-form {
  padding: 20px;
}
.starGame #myForm form {
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  grid-gap: 10px;
}
@media screen and (min-width: 36.875em) {
  .starGame #myForm form {
    grid-template-columns: 1fr auto;
    max-width: 550px;
  }
}
.starGame #myForm form .form-field {
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.starGame #myForm form .form-control {
  margin-bottom: 0;
}
.starGame #myForm form button {
  background-color: #00316D;
  color: white;
  padding: 0 20px;
  height: 43px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.starGame #myForm form button::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}
.starGame #myForm form button.loading {
  color: transparent;
}
.starGame #myForm form button.loading::after {
  opacity: 1;
}
.starGame #myForm form lion-validation-feedback {
  color: #eeb90a;
  font-size: 14px;
}
.form-field__feedback {
  text-align: left !important;
}
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wrapper .section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  will-change: transform;
}
.wrapper .initial-form {
  background: #e51c24;
  color: #fff;
  transform: translateX(0);
}
.wrapper .next-form {
  background: #00316D;
  color: #fff;
  transform: translateX(100%);
}
.form-profile {
  background-color: #00316D;
  min-height: 100vh;
  padding-top: 30px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.form-profile--note {
  width: 100%;
  max-width: 1150px;
  margin: auto;
  border-radius: 12px;
  border: 2px solid #078BC7;
  text-align: center;
  padding: 24px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: auto 1fr;
}
.form-profile--note p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.38px;
  margin: 0;
  text-align: left;
}
@media screen and (min-width: 36.25em) {
  .form-profile--note p {
    font-size: 20px;
  }
}
.form-profile--note img {
  max-width: 40px;
  width: 100%;
  margin-right: 15px;
}
.form-profile h2 {
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Barlow Condensed";
  font-size: 40px;
}
@media screen and (min-width: 36.25em) {
  .form-profile h2 {
    font-size: 60px;
  }
}
.form-profile--description {
  text-align: center;
  color: white;
  margin-bottom: 31px;
}
.form-profile #myForm form {
  max-width: 768px;
  width: 100%;
  margin: auto;
  grid-gap: 12px;
}
@media screen and (min-width: 75em) {
  .form-profile #myForm form {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}
.form-profile #myForm form label {
  color: white;
  text-transform: uppercase;
  font-family: "Barlow Condensed";
  font-size: 18px;
}
.form-profile #myForm form .form-control {
  margin-bottom: 0;
}
.form-profile #myForm form lion-input-email .form-control {
  color: #9b9898;
}
.form-profile #myForm form lion-input-email .form-control:hover {
  cursor: no-drop;
}
.form-profile #myForm form .form-field {
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 60px;
  padding: 0;
}
@media screen and (min-width: 75em) {
  .form-profile #myForm form .form-field {
    margin-bottom: 50px;
  }
}
.form-profile #myForm form lion-validation-feedback {
  color: #E51C24;
  font-size: 14px;
}
.form-profile #myForm form lion-radio-group {
  display: grid !important;
  grid-template-columns: 1fr;
  grid-gap: 0 !important;
  grid-column-start: auto;
  grid-column-end: auto;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .form-profile #myForm form lion-radio-group {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.form-profile #myForm form lion-radio-group .contianer-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
.form-profile #myForm form lion-radio-group .contianer-radio-item {
  position: relative;
}
.form-profile #myForm form lion-radio-group .contianer-radio-item img {
  position: absolute;
  top: 12px;
  left: 36px;
}
.form-profile #myForm form lion-radio-group .contianer-radio lion-radio {
  background-color: white;
  border-radius: 12px;
  height: 42px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  margin-bottom: 3px;
}
.form-profile #myForm form lion-radio-group .contianer-radio lion-radio input {
  position: relative;
  top: 4px;
}
.form-profile #myForm form lion-radio-group .contianer-radio lion-radio label {
  color: #00316D;
  margin-left: 10px;
  font-size: 16px;
  position: relative;
  top: 5px;
  left: 30px;
  text-transform: initial;
}
.form-profile #myForm form lion-select {
  grid-column-start: auto;
  grid-column-end: auto;
  margin-top: 20px;
  margin-bottom: 10px !important;
}
@media (min-width: 768px) {
  .form-profile #myForm form lion-select {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.form-profile #myForm form lion-select select {
  margin-bottom: 4px !important;
}
.form-profile #myForm form lion-checkbox,
.form-profile #myForm form button {
  grid-column-start: auto;
  grid-column-end: auto;
}
@media (min-width: 768px) {
  .form-profile #myForm form lion-checkbox,
  .form-profile #myForm form button {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.form-profile #myForm form lion-checkbox[shows-feedback-for=error] {
  color: #E51C24;
}
.form-profile #myForm form lion-checkbox[shows-feedback-for=error] a {
  color: #E51C24;
}
.form-profile #myForm form lion-checkbox {
  grid-template-columns: auto 1fr;
  display: grid;
  align-items: baseline;
  grid-gap: 12px;
  margin-top: 10px;
  margin-bottom: 0 !important;
  color: white;
}
.form-profile #myForm form lion-checkbox a {
  color: white;
  text-decoration: underline;
}
.form-profile #myForm form lion-checkbox input {
  width: 24px;
  height: 24px;
  position: relative;
  top: 10px;
}
.form-profile #myForm form lion-checkbox label {
  font-size: 18px;
  line-height: 130%;
}
.form-profile #myForm form lion-checkbox #label-lion-checkbox-rw3qp0njgu {
  color: white;
}
.form-profile #myForm form {
}
.form-profile #myForm form lion-checkbox > input[type=checkbox][slot=input],
.form-profile #myForm form lion-checkbox input[type=checkbox][slot=input] {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid transparent;
  background: white;
  cursor: pointer;
  position: relative;
  box-shadow: none;
  transition: background 0.12s ease, transform 0.06s ease;
}
.form-profile #myForm form {
}
.form-profile #myForm form lion-checkbox > input[type=checkbox][slot=input]:checked,
.form-profile #myForm form lion-checkbox input[type=checkbox][slot=input]:checked {
  background: #E51C24;
  border-color: #E51C24;
}
.form-profile #myForm form {
}
.form-profile #myForm form lion-checkbox > input[type=checkbox][slot=input]:checked::after,
.form-profile #myForm form lion-checkbox input[type=checkbox][slot=input]:checked::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 4px;
  width: 10px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  box-sizing: border-box;
  transition: opacity 0.12s ease, transform 0.12s ease;
}
.form-profile #myForm form {
}
.form-profile #myForm form lion-checkbox > input[type=checkbox][slot=input]:focus,
.form-profile #myForm form lion-checkbox input[type=checkbox][slot=input]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(229, 28, 36, 0.18);
  border-radius: 4px;
}
.form-profile #myForm form {
}
.form-profile #myForm form .check-2 {
  margin-top: 0;
  margin-bottom: 50px;
}
.form-profile #myForm form .next {
  background-color: #E51C24;
  color: white;
  width: 100%;
  height: 46px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 30px;
  cursor: pointer;
  position: relative;
  font-family: "Passion One Bold";
}
.form-profile #myForm form .next::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}
.form-profile #myForm form .next.loading {
  color: transparent;
}
.form-profile #myForm form .next.loading::after {
  opacity: 1;
}
@keyframes button-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.form-steps {
  min-height: 100vh;
}
.form-steps-steps {
  background-color: #E51D25;
  width: 100%;
  height: 137px;
  padding: 0 10px;
}
.form-steps-steps-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3px;
  width: 100%;
  margin: auto;
  padding-top: 70px;
  font-family: "Barlow Condensed";
}
@media screen and (min-width: 75em) {
  .form-steps-steps-content {
    max-width: 1150px;
    grid-gap: 10px;
  }
}
.form-steps-steps-content-1 .line {
  background-color: white;
  height: 6px;
}
.form-steps-steps-content-1 .line.active {
  background-color: #00316D;
}
.form-steps-steps-content-1 span {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3.2px;
}
.purchase-form {
  background-color: #00316D;
  padding-top: 30px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.purchase-form h2 {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  text-align: center;
  padding-top: 60px;
  font-family: "Barlow Condensed";
}
@media screen and (min-width: 36.25em) {
  .purchase-form h2 {
    font-size: 60px;
  }
}
.purchase-form .description {
  color: white;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.purchase-form-cards,
.purchase-form-cards--mobile {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  margin: auto;
  max-width: 400px;
  grid-gap: 27px;
}
@media screen and (min-width: 50em) {
  .purchase-form-cards,
  .purchase-form-cards--mobile {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 766px;
  }
}
.purchase-form-cards .item,
.purchase-form-cards--mobile .item {
  border: 0.933px solid #078BC7;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.purchase-form-cards .item.active,
.purchase-form-cards--mobile .item.active {
  background: #002C5E;
}
.purchase-form-cards .item:hover,
.purchase-form-cards--mobile .item:hover {
  border: 0.933px solid #078BC7;
  background: #002C5E;
  transition: all 0.3s ease;
}
.purchase-form-cards .item-circle,
.purchase-form-cards--mobile .item-circle {
  width: 20.528px;
  height: 20.528px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 2px solid #C0BCBC;
}
.purchase-form-cards .item-circle.active,
.purchase-form-cards--mobile .item-circle.active {
  border: 2px solid #078BC7;
}
.purchase-form-cards .item-circle.active::after,
.purchase-form-cards--mobile .item-circle.active::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: #078BC7;
  border: 2px solid #078BC7;
  border-radius: 50%;
}
@media screen and (min-width: 36.25em) {
  .purchase-form-cards .item-circle.active::after,
  .purchase-form-cards--mobile .item-circle.active::after {
    top: 3.3px;
    left: 3.5px;
  }
}
.purchase-form-cards .item-imagen,
.purchase-form-cards--mobile .item-imagen {
  max-width: 150px;
  height: 120px;
  margin: auto;
}
@media screen and (min-width: 36.25em) {
  .purchase-form-cards .item-imagen,
  .purchase-form-cards--mobile .item-imagen {
    height: 180px;
  }
}
.purchase-form-cards .item-imagen img,
.purchase-form-cards--mobile .item-imagen img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.purchase-form-cards .item span,
.purchase-form-cards--mobile .item span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  font-family: "Barlow Condensed Bold";
  text-wrap: balance;
}
@media screen and (min-width: 25em) {
  .purchase-form-cards .item span,
  .purchase-form-cards--mobile .item span {
    font-size: 17px;
  }
}
@media screen and (min-width: 36.25em) {
  .purchase-form-cards .item span,
  .purchase-form-cards--mobile .item span {
    font-size: 20px;
    line-height: 110%;
  }
}
@media screen and (max-width: 50em) {
  .purchase-form-cards {
    display: none !important;
  }
}
@media screen and (min-width: 50em) {
  .purchase-form-cards--mobile {
    display: none !important;
  }
}
.purchase-form--form {
  max-width: 768px;
  margin: auto;
}
.purchase-form--form #myForm form {
  max-width: 768px;
  margin: auto;
}
.purchase-form--form #myForm form .form-field {
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px;
}
.purchase-form--form #myForm form .form-control {
  margin-bottom: 0;
}
.purchase-form--form #myForm form label {
  color: white;
  font-family: "Barlow Condensed";
  font-weight: 500;
  font-size: 18px;
}
.purchase-form--form #myForm form .submit {
  background-color: #E51C24;
  color: white;
  height: 45px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 42px;
  font-family: "Passion One Bold";
  position: relative;
}
.purchase-form--form #myForm form .submit[disabled] {
  background-color: #939191;
  cursor: no-drop;
}
.purchase-form--form #myForm form .submit::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: white;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}
.purchase-form--form #myForm form .submit.loading {
  color: transparent;
}
.purchase-form--form #myForm form .submit.loading::after {
  opacity: 1;
}
.purchase-form--form #myForm form lion-validation-feedback {
  color: #eeb90a;
  font-size: 14px;
}
.purchase-form--form p {
  color: white;
  text-align: center;
  font-size: 18px;
  line-height: 130%;
  margin-top: 80px;
  text-wrap: balance;
}
@media screen and (min-width: 36.25em) {
  .purchase-form--form p {
    font-size: 20px;
  }
}
.purchase-form--form p a {
  color: white;
  text-decoration: underline;
}
.purchase-form--form .skip-button {
  width: 100%;
  height: 46px;
  background-color: #002C5E;
  color: white;
  margin: auto;
  display: block;
  margin-top: 20px;
  font-size: 24px;
  font-family: "Passion One Bold";
}
@media screen and (min-width: 36.25em) {
  .purchase-form--form .skip-button {
    width: 562.102px;
  }
}
.purchase-form .container-upload-input {
  margin-top: 40px;
  text-align: left;
  margin-bottom: 40px;
}
.purchase-form .container-upload-input--make {
  background-color: #002C5E;
  color: white;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0;
}
@media screen and (min-width: 36.25em) {
  .purchase-form .container-upload-input--make {
    flex-direction: row;
  }
}
.purchase-form .container-upload-input--make p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.purchase-form .container-upload-input--make a {
  border: 1.5px solid #FFF;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "Passion One Bold";
}
.purchase-form .container-upload-input .upload-btn-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.purchase-form .container-upload-input .upload-btn-wrapper label {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.purchase-form .container-upload-input .error-input-file-text {
  color: #eeb90a;
}
.purchase-form .container-upload-input .style-label {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.purchase-form .container-upload-input .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: calc(100% - 118px);
}
.purchase-form .container-upload-input .boton-standar-rw {
  margin: 5px 0;
  background-color: #00316D;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 15px;
  border: 1px dashed #078BC7;
  transition: all 0.3s ease 0s;
  width: auto;
  padding: 10px;
  height: 173px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-align: center;
}
.purchase-form .container-upload-input .boton-standar-rw h5 {
  text-transform: uppercase;
  background-color: #0082CA;
  font-weight: 900;
  margin-bottom: 20px;
  font-family: "Passion One Bold";
  font-size: 18px;
  padding: 14px 20px;
}
@media screen and (min-width: 36.25em) {
  .purchase-form .container-upload-input .boton-standar-rw h5 {
    font-size: 24px;
    padding: 14px 40px;
  }
}
.purchase-form .container-upload-input .boton-standar-rw:focus {
  border: 2px solid !important;
}
.purchase-form .container-upload-input .boton-standar-rw .upload-text {
  color: #fff;
  line-height: 25px;
  font-size: 14px;
  font-weight: lighter;
}
@media screen and (min-width: 36.25em) {
  .purchase-form .container-upload-input .boton-standar-rw .upload-text {
    font-size: 20px;
    line-height: 30px;
  }
}
.purchase-form .container-upload-input .boton-standar-rw-video {
  flex-direction: column;
  text-align: center;
}
.purchase-form .container-upload-input .contain-boton-crooper,
.purchase-form .container-upload-input .contain-boton-document,
.purchase-form .container-upload-input .contain-boton-video {
  margin-top: 10px;
  text-align: center;
}
.purchase-form .container-upload-input .contain-boton-crooper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 200px;
  grid-gap: 7px;
  align-items: center;
  margin: auto;
  margin-top: 20px;
}
.purchase-form .container-upload-input .btn-cropper,
.purchase-form .container-upload-input .cropper-clear {
  background: #ECF2F3 !important;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.purchase-form .container-upload-input .btn-cropper img,
.purchase-form .container-upload-input .cropper-clear img {
  vertical-align: middle;
}
.purchase-form .container-upload-input .btn-tool-edit {
  background: #ECF2F3 !important;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.purchase-form .container-upload-input .btn-tool-edit img {
  position: relative;
  top: -2px !important;
}
.purchase-form .container-upload-input .content-pdf {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 7px;
}
.purchase-form .slick-slide {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  opacity: 0.3;
}
.purchase-form .slick-slide[aria-hidden=true]:not(.slick-cloned) ~ .slick-cloned[aria-hidden=true] {
  transform: scale(0.8, 0.8);
  transition: all 0.4s ease-in-out;
}
.purchase-form .slick-slide[aria-hidden=true]:not([tabindex="-1"]) + .slick-cloned[aria-hidden=true] {
  transform: scale(1);
  opacity: 1;
}
.purchase-form .slick-current.slick-active {
  transform: scale(1);
  opacity: 1;
}
.purchase-form .slick-dots li.slick-active button:before {
  color: #DC2129;
  opacity: 1;
}
.purchase-form .slick-dots li button:before {
  font-size: 15px;
  color: white;
  opacity: 1;
}
.purchase-form .upload-cropper {
  position: relative;
}
.purchase-form .loader-container-crooper {
  background-color: rgba(18, 18, 18, 0.6588235294);
  position: absolute;
  left: 0;
  top: 32px;
  width: 100%;
  height: 89.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.purchase-form .loader-container-crooper .loading-container,
.purchase-form .loader-container-crooper .loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}
.purchase-form .loader-container-crooper .loading-container {
  margin: 40px auto;
}
.purchase-form .loader-container-crooper .loading {
  border: 6px solid transparent;
  border-color: transparent #E51C24 transparent #E51C24;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}
.purchase-form .loader-container-crooper .loading-container:hover .loading {
  border-color: transparent #E45635 transparent #E45635;
}
.purchase-form .loader-container-crooper .loading-container:hover .loading,
.purchase-form .loader-container-crooper .loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.purchase-form .loader-container-crooper #loading-text {
  -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
  -o-animation: loading-text-opacity 2s linear 0s infinite normal;
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #ffffff;
  font-family: "Helvetica Neue, " Helvetica ", " "arial";
  font-size: 12px;
  font-weight: bold;
  margin-top: 45px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100px;
  margin-left: 8px;
}
.purchase-form .autocomplete-wrapper {
  position: relative;
  width: 100%;
}
.purchase-form ul.autocomplete-list {
  position: absolute;
  background: #fff;
  width: 100%;
  margin: 4px 0 0 0;
  padding: 0;
  list-style: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 999;
}
.purchase-form ul.autocomplete-list li {
  padding: 10px;
  cursor: pointer;
}
.purchase-form ul.autocomplete-list li:hover {
  background: #f2f2f2;
}
.amoe-code--padding {
  padding-bottom: 400px;
}
@media screen and (min-width: 58.125em) {
  .amoe-code--padding {
    padding-bottom: 600px;
  }
}
.amoe-code--hero {
  text-align: center;
  position: relative;
  background-color: #E61C24;
}
.amoe-code--hero-text {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, 0);
  color: white;
  z-index: 10;
}
.amoe-code--hero-text p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 40px;
}
.amoe-code--hero-text .resend-code-text {
  margin-top: 20px;
}
.amoe-code--hero-text .resend-code-text a {
  color: white;
  text-decoration: underline;
}
.amoe-code--hero-text--request {
  bottom: -23%;
}
.amoe-code--hero-stadium {
  height: 400px;
  object-fit: cover;
}
@media screen and (min-width: 36.25em) {
  .amoe-code--hero-stadium {
    height: 500px;
  }
}
.amoe-code--hero--entered {
  padding-top: 100px;
  text-align: center;
  position: relative;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 200px;
}
@media screen and (min-width: 58.125em) {
  .amoe-code--hero--entered {
    padding-top: 200px;
  }
}
.amoe-code--hero--entered h2 {
  margin-top: 60px;
  margin-bottom: 50px;
}
.amoe-code--hero-part-one-backgmb {
  height: 100% !important;
}
.amoe-code--hero-part-one-backgdk {
  height: 100% !important;
}
.amoe-code h2 {
  color: #FFF;
  text-align: center;
  font-family: "Barlow Condensed";
  font-size: 40px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 90%;
  text-transform: uppercase;
}
@media screen and (min-width: 36.25em) {
  .amoe-code h2 {
    font-size: 50px;
  }
}
.amoe-code--red img {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.5;
  object-position: center;
}
.amoe-code .confetti-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
  overflow: hidden;
}
.amoe-code .confetti {
  position: absolute;
  font-size: 20px;
  top: -10vh;
  animation: fall ease-out forwards;
  opacity: 0;
}
.amoe-code .confetti img {
  height: 10px;
}
@keyframes fall {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translate(var(--endX), 120vh) rotate(360deg);
    opacity: 0.8;
  }
}
.amoe-code-button {
  background-color: #00316D;
  width: 249px;
  height: 48px;
  font-family: "Passion One Regular";
  text-transform: uppercase;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.amoe-code #myForm-code form {
  display: grid;
  grid-template-columns: repeat(5, 55px);
  width: 350px;
  grid-gap: 12px;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 36.25em) {
  .amoe-code #myForm-code form {
    grid-template-columns: repeat(5, 76px);
    width: 476px;
    grid-gap: 24px;
  }
}
.amoe-code #myForm-code form .form-control {
  margin-bottom: 0;
  height: 55px;
  border-radius: 12px;
  text-align: center;
  font-size: 40px;
  font-family: "Barlow Condensed";
}
@media screen and (min-width: 36.25em) {
  .amoe-code #myForm-code form .form-control {
    height: 76px;
  }
}
.amoe-code #myForm-code form .form-field {
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin-bottom: 60px;
  padding: 0;
}
@media screen and (min-width: 75em) {
  .amoe-code #myForm-code form .form-field {
    margin-bottom: 50px;
  }
}
.amoe-code #myForm-code form .button-form-code {
  margin: auto;
  grid-column-start: 1;
  grid-column-end: 6;
}
.amoe-prize {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  min-height: 100vh;
}
@media screen and (min-width: 64em) {
  .amoe-prize {
    grid-template-columns: 1fr 1fr;
  }
}
.amoe-prize--left {
  background-color: #00316D;
  padding-top: 70px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  order: 1;
}
@media screen and (min-width: 64em) {
  .amoe-prize--left {
    order: 0;
  }
}
.amoe-prize--left h2 {
  color: #FFF;
  text-align: center;
  font-family: "Barlow Condensed Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 92%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 30em) {
  .amoe-prize--left h2 {
    font-size: 60px;
  }
}
.amoe-prize--left h3 {
  color: #FFF;
  text-align: center;
  font-family: "Barlow Condensed Bold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: -1.1px;
}
.amoe-prize--left p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.342px;
}
.amoe-prize--left button {
  width: 168px;
  height: 42px;
  background-color: #E51C24;
  color: #FFF;
  font-family: "Passion One Regular";
  font-size: 22px;
  margin-top: 54px;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 30em) {
  .amoe-prize--left button {
    font-size: 24px;
  }
}
.amoe-prize--left__contet {
  max-width: 500px;
  margin: 0 auto;
}
.amoe-prize--left__img {
  margin-top: 80px;
  margin-bottom: 40px;
}
.amoe-prize--right {
  background-color: #E51C24;
  position: relative;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 0;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .amoe-prize--right {
    order: 1;
  }
}
.amoe-prize--right--hero-stadium {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  height: 500px;
  object-fit: cover;
}
@media screen and (min-width: 37.5em) {
  .amoe-prize--right--hero-stadium {
    height: 700px;
  }
}
@media screen and (min-width: 87.5em) {
  .amoe-prize--right--hero-stadium {
    height: auto;
  }
}
.amoe-prize--right--hero-content {
  position: relative;
}
.amoe-prize--right--hero-content .img-valv-cup {
  margin-bottom: 50px;
}
.amoe-prize--right--hero-content h2 {
  text-align: center;
  text-shadow: 0 3.363px 3.363px rgba(0, 0, 0, 0.25);
  font-family: "Passion One Regular";
  font-size: 44px;
  line-height: 82% !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 70px;
  color: white;
}
@media screen and (min-width: 30em) {
  .amoe-prize--right--hero-content h2 {
    font-size: 90px;
  }
}
.amoe-prize--right--hero-part-one-backgmb {
  height: 100% !important;
  left: 0;
}
.amoe-prize--right--hero-part-one-backgdk {
  height: 100% !important;
  left: 0;
}
.amoe {
  min-height: 100vh;
  background-color: #E61C24;
  width: 100%;
  position: relative;
}
.herod {
  position: relative;
  background-color: #E51C24;
  overflow: hidden;
  max-height: 530px;
}
@media screen and (min-width: 48em) {
  .herod {
    max-height: 100%;
  }
}
.herod-menu {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  padding: 10px 20px;
  border-radius: 8px;
}
.herod-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  width: 320px;
}
@media screen and (min-width: 23.125em) {
  .herod-menu ul {
    width: 340px;
  }
}
@media screen and (min-width: 48em) {
  .herod-menu ul {
    width: 500px;
  }
}
.herod-menu ul li {
  font-family: "Passion One Regular";
  font-size: 16px;
  color: white;
}
@media screen and (min-width: 48em) {
  .herod-menu ul li {
    font-size: 20px;
  }
}
.herod-menu ul li a {
  text-decoration: none;
  color: white;
  transition: color 0.3s ease;
}
.herod-menu ul li a:hover {
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.herod-menu ul li.dot {
  color: white;
  font-size: 10px;
}
.herod-menu ul #logout {
  flex-basis: 100%;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 48em) {
  .herod-menu ul #logout {
    flex-basis: auto;
    margin-top: 0;
  }
}
.herod-menu ul #logout a {
  background-color: white;
  border: 1px solid white;
  color: #E51C24;
  padding: 3px 25px;
}
.herod-menu ul #logout a:hover {
  background-color: #E51C24;
  border: 1px solid white;
  color: white;
}
.herod-menu ul .dot:last-of-type {
  display: none;
}
.herod-part {
  position: relative;
}
.herod-part-one-contentimg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.herod-part-one {
}
.herod-part-one-imgmb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .herod-part-one-imgmb {
    display: none;
  }
}
.herod-part-one-backgmb {
  position: absolute;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .herod-part-one-backgmb {
    display: none;
  }
}
.herod-part-one {
}
.herod-part-one-imgdk {
  display: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .herod-part-one-imgdk {
    display: block;
  }
}
.herod-part-one-backgdk {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 48em) {
  .herod-part-one-backgdk {
    display: block;
  }
}
.herod-part-one-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 2rem 2rem;
}
@media screen and (min-width: 33.125em) {
  .herod-part-one-content {
    align-items: flex-start;
    padding: 8rem 0 2rem 2rem;
  }
}
@media screen and (min-width: 48em) {
  .herod-part-one-content {
    padding: 8rem 0 2rem 4rem;
  }
}
.herod-part-one-content .space-enter {
  display: none;
}
@media screen and (min-width: 48em) {
  .herod-part-one-content .space-enter {
    display: block;
  }
}
.herod-part-one-content img {
  width: 300px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 75em) {
  .herod-part-one-content img {
    width: 490px;
    font-size: 90px;
  }
}
.herod-part-one-content h1 {
  font-family: "Passion One Regular";
  font-weight: 400;
  font-size: 44px;
  line-height: 80%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6), 0 0 10px rgba(255, 255, 255, 0.2);
  max-width: 300px;
}
@media screen and (min-width: 33.125em) {
  .herod-part-one-content h1 {
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  .herod-part-one-content h1 {
    max-width: 100%;
    font-size: 60px;
  }
}
@media screen and (min-width: 75em) {
  .herod-part-one-content h1 {
    font-size: 90px;
  }
}
.herod-part-one-content h3 {
  font-family: "Barlow Condensed";
  color: white;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6), 0 0 10px rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 33.125em) {
  .herod-part-one-content h3 {
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  .herod-part-one-content h3 {
    font-size: 25px;
  }
}
.herod-part-one-content .image-shield {
  position: absolute;
  right: 10%;
  width: 150px;
}
@media screen and (min-width: 48em) {
  .herod-part-one-content .image-shield {
    width: 200px;
  }
}
.herod-part-one-content2 {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 33.125em) {
  .herod-part-one-content2 {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 300px;
    align-items: center;
  }
}
@media screen and (min-width: 37.5em) {
  .herod-part-one-content2 {
    width: 400px;
  }
}
.herod-part-one-content2 .background {
  position: absolute;
  background-color: #E51C24;
  top: 40%;
  left: -5%;
  display: block;
  width: 150%;
  height: 100%;
  transform: rotate(-17deg);
}
@media screen and (min-width: 33.125em) {
  .herod-part-one-content2 .background {
    transform: rotate(-60deg);
    top: 0;
    left: 25%;
  }
}
@media screen and (min-width: 64em) {
  .herod-part-one-content2 .background {
    left: 7%;
  }
}
.herod-part-one-content2 .image-shield {
  position: relative;
  z-index: 4;
  width: 188px;
  display: flex;
  margin: auto;
}
@media screen and (min-width: 33.125em) {
  .herod-part-one-content2 .image-shield {
    width: 140px;
    margin-left: 120px;
  }
}
@media screen and (min-width: 37.5em) {
  .herod-part-one-content2 .image-shield {
    margin-left: 170px;
  }
}
@media screen and (min-width: 50em) {
  .herod-part-one-content2 .image-shield {
    width: 188px;
    margin-left: 170px;
  }
}
@media screen and (min-width: 64em) {
  .herod-part-one-content2 .image-shield {
    margin-left: 70px;
  }
}
.statusd {
  width: 100%;
  background-color: #00316D;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
}
@media screen and (min-width: 48em) {
  .statusd {
    flex-direction: row;
  }
}
.statusd-part-one {
  display: flex;
  align-items: flex-end;
  gap: 6px;
}
.statusd-part-one h3 {
  font-family: "Barlow Condensed";
  font-weight: 900;
  line-height: 90%;
  text-transform: uppercase;
  color: white;
}
.statusd-part-one .text {
  font-size: 30px;
}
.statusd-part-one .number {
  font-size: 80px;
}
.statusd-part-two {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  gap: 6px;
}
.statusd-part-two .triangle-up {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid;
}
.statusd-part-two .triangle-up-1 {
  border-bottom-color: #FFFFFF;
}
.statusd-part-two .triangle-up-2 {
  border-bottom-color: #A1C1E6;
}
.statusd-part-two .triangle-up-3 {
  border-bottom-color: #C39964;
}
.statusd-part-two .fill {
  display: block;
  background: #eee;
  height: 6px;
  transition: width 0.3s ease;
  width: 100%;
}
.statusd-part-two .fill-1 {
  background: #FFFFFF;
}
.statusd-part-two .fill-2 {
  background: #A1C1E6;
}
.statusd-part-two .fill-3 {
  background: #C39964;
}
.statusd-part-two .text {
  font-family: "Barlow Condensed";
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  text-transform: uppercase;
  text-align: right;
  display: flex;
  float: right;
}
.statusd-part-two .text-1 {
  color: #FFFFFF;
}
.statusd-part-two .text-2 {
  color: #A1C1E6;
}
.statusd-part-two .text-3 {
  color: #C39964;
}
.statusd-part-two {
}
.statusd-part-two .shield {
  position: relative;
  cursor: pointer;
}
.statusd-part-two .shield::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.statusd-part-two .shield:hover::after {
  opacity: 1;
}
.statusd-part-two {
}
.statusd-part-two .shield-1::after {
  background: #00316D;
  color: #FFFFFF;
}
.statusd-part-two .shield-2::after {
  background: #A1C1E6;
  color: #00316D;
}
.statusd-part-two .shield-3::after {
  background: #C39964;
  color: #FFFFFF;
}
.statusd-part-two .ball-icon {
  margin-left: 10px;
  animation: spin 6s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.statusd-part-three {
  width: 60px;
  display: none;
}
@media screen and (min-width: 48em) {
  .statusd-part-three {
    display: flex;
    margin-left: 1rem;
  }
}
.gaind {
  background-color: #FFFFFF;
  padding-top: 4rem;
}
@media screen and (min-width: 48em) {
  .gaind {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 300px 1fr;
  }
  .gaind .gaind-img {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 100%;
    height: auto;
  }
  .gaind .gaind-title {
    grid-column: 2/4;
    grid-row: 1/2;
    align-self: center;
  }
}
@media screen and (min-width: 64em) {
  .gaind {
    grid-template-rows: 350px 1fr;
  }
}
@media screen and (min-width: 81.25em) {
  .gaind {
    grid-template-columns: 1fr 1fr 2fr;
  }
}
.gaind-img {
  display: block;
  margin: 0 auto;
  padding: 0 2rem;
}
.gaind-img img {
  display: flex;
  margin: 0 auto;
  width: 300px;
}
@media screen and (min-width: 48em) {
  .gaind-img img {
    width: 345px;
    margin: 0 0 0 auto;
  }
}
.gaind-title {
  display: block;
  width: fit-content;
  font-family: "Barlow Condensed Bold";
  font-weight: 700;
  font-size: 40px;
  line-height: 90%;
  text-transform: uppercase;
  color: #00316D;
  margin: 3rem auto 0;
  padding: 0 2rem;
}
@media screen and (min-width: 48em) {
  .gaind-title {
    width: 100%;
    margin: auto auto 0;
    padding: 0;
  }
}
.gaind-title .br-mobile {
  display: block;
}
@media screen and (min-width: 48em) {
  .gaind-title .br-mobile {
    display: none;
  }
}
.gaind-title .br-desktop {
  display: none;
}
@media screen and (min-width: 48em) {
  .gaind-title .br-desktop {
    display: block;
  }
}
.gaind-title span {
  color: #E51C24;
}
.gaind-text1,
.gaind-text2 {
  margin: 4rem 0 0;
  border-top: #00316D 1px solid;
}
@media screen and (min-width: 48em) {
  .gaind-text1,
  .gaind-text2 {
    margin: 2rem 0;
  }
}
.gaind-text1 div,
.gaind-text2 div {
  display: block;
  width: fit-content;
  margin: 2rem auto;
}
@media screen and (min-width: 48em) {
  .gaind-text1 div,
  .gaind-text2 div {
    margin: 4rem 2rem 5rem 0;
  }
}
@media screen and (min-width: 90em) {
  .gaind-text1 div,
  .gaind-text2 div {
    margin: 4rem 2rem 5rem 0;
  }
}
.gaind-text1 div h3,
.gaind-text2 div h3 {
  font-family: "Barlow Condensed Bold";
  font-weight: 700;
  font-size: 30px;
  line-height: 90%;
  text-transform: uppercase;
  color: #00316D;
}
.gaind-text1 div p,
.gaind-text2 div p {
  font-family: Barlow;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #00316D;
  max-width: 270px;
}
.gaind-text1 div p span,
.gaind-text2 div p span {
  font-weight: 800;
}
.gaind-text1 div a,
.gaind-text2 div a {
  display: block;
  width: fit-content;
  font-family: "Passion One Regular";
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #00316D;
  padding: 6px 30px;
  border: 1px solid #00316D;
}
.gaind-text1 div a:hover,
.gaind-text2 div a:hover {
  cursor: pointer;
  color: #00316D;
  background-color: #FFFFFF;
}
.gaind-text2 {
  margin: 2rem 0 0;
  border-top: #00316D 1px solid;
  border-bottom: #00316D 1px solid;
}
@media screen and (min-width: 48em) {
  .gaind-text2 {
    border-bottom: none;
    border-left: #00316D 1px solid;
  }
}
@media screen and (min-width: 48em) {
  .gaind-text2 div {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .purchased {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
.purchased-left {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1268B3;
  padding: 2rem 5rem;
}
@media screen and (min-width: 48em) {
  .purchased-left {
    padding: 2rem 5rem;
    justify-content: flex-end;
  }
}
.purchased-left .title {
  font-family: "Barlow Condensed Bold";
  font-weight: 700;
  font-size: 40px;
  line-height: 90%;
  text-transform: uppercase;
  color: white;
  margin: 0;
  width: 260px;
}
@media screen and (min-width: 48em) {
  .purchased-left .title {
    width: auto;
  }
}
.purchased-right {
  position: relative;
}
.purchased-right .img-mb {
  display: block;
}
@media screen and (min-width: 48em) {
  .purchased-right .img-mb {
    display: none;
  }
}
.purchased-right .img-dk {
  display: none;
}
@media screen and (min-width: 48em) {
  .purchased-right .img-dk {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.purchased-right-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: row;
  transform: translate(-50%, -50%);
  font-family: "Passion One Regular";
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  background-color: white;
  border: 2px solid white;
  color: #00316D;
  padding: 6px 10px;
  display: flex;
  gap: 8px;
  max-width: 260px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .purchased-right-btn {
    max-width: 340px;
    font-size: 24px;
  }
}
.purchased-right-btn svg {
  margin-bottom: 3px;
}
.purchased-right-btn:hover {
  background-color: #00316D;
  cursor: pointer;
  color: white;
}
.purchased-right-btn:hover svg path {
  fill: white;
}
.upload {
  background-color: #00316D;
  display: flex;
  width: auto;
  position: relative;
  flex-direction: column;
}
.upload-content {
  margin: 0 auto;
  padding: 4rem 0;
}
.upload-count {
  margin-left: 2rem;
}
@media screen and (min-width: 75em) {
  .upload-count {
    margin-left: 0;
    margin-top: 6rem;
  }
}
.upload-count span {
  font-family: "Barlow Condensed";
  font-size: 25px;
  line-height: 120%;
  letter-spacing: 0%;
  color: white;
}
.upload-slider-mb {
  width: 290px;
  margin-left: 2rem;
}
@media screen and (min-width: 48em) {
  .upload-slider-mb {
    width: 580px;
  }
}
@media screen and (min-width: 75em) {
  .upload-slider-mb {
    display: none !important;
  }
}
.upload-slider-mb .slick-list {
  width: 96%;
}
.upload-slider-mb-1,
.upload-slider-mb-2,
.upload-slider-mb-3,
.upload-slider-mb-4 {
  color: white;
  font-size: 24px;
  font-weight: bold;
}
.upload-slider-mb-1 .item,
.upload-slider-mb-2 .item,
.upload-slider-mb-3 .item,
.upload-slider-mb-4 .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 260px;
  min-height: 310px;
  margin-top: 2rem;
}
.upload-slider-mb-1 .item-content .image,
.upload-slider-mb-2 .item-content .image,
.upload-slider-mb-3 .item-content .image,
.upload-slider-mb-4 .item-content .image {
  position: relative;
}
.upload-slider-mb-1 .item-content .image .name,
.upload-slider-mb-2 .item-content .image .name,
.upload-slider-mb-3 .item-content .image .name,
.upload-slider-mb-4 .item-content .image .name {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-family: "Barlow Condensed Bold";
  font-size: 25px;
  font-weight: 700;
  line-height: 90%;
  text-transform: uppercase;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-slider-mb-1 .item-content .result,
.upload-slider-mb-2 .item-content .result,
.upload-slider-mb-3 .item-content .result,
.upload-slider-mb-4 .item-content .result {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.upload-slider-mb-1 .item-content .result-text1,
.upload-slider-mb-2 .item-content .result-text1,
.upload-slider-mb-3 .item-content .result-text1,
.upload-slider-mb-4 .item-content .result-text1 {
  color: #FFF;
  font-family: "Barlow Condensed Bold";
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  text-transform: uppercase;
}
.upload-slider-mb-1 .item-content .result-text2,
.upload-slider-mb-2 .item-content .result-text2,
.upload-slider-mb-3 .item-content .result-text2,
.upload-slider-mb-4 .item-content .result-text2 {
  color: #FFF;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Barlow Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.upload-slider-mb-1 .item-content .result-location,
.upload-slider-mb-2 .item-content .result-location,
.upload-slider-mb-3 .item-content .result-location,
.upload-slider-mb-4 .item-content .result-location {
  width: 11px;
  margin: 5px 0;
}
.upload-slider-mb-1 .item-content .date,
.upload-slider-mb-2 .item-content .date,
.upload-slider-mb-3 .item-content .date,
.upload-slider-mb-4 .item-content .date {
  color: #FFF;
  -webkit-text-stroke-width: 0.3px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Barlow Condensed";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.upload-dk {
  display: none;
}
@media screen and (min-width: 75em) {
  .upload-dk {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(4, 1fr);
    margin: 1rem auto;
    gap: 20px;
  }
  .upload-dk .item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
  }
  .upload-dk .item-content {
    position: relative;
    min-width: 260px;
    min-height: 200px;
    width: 260px;
    display: flex;
    flex-direction: column;
  }
  .upload-dk .item-content .image {
    position: relative;
  }
  .upload-dk .item-content .image .name {
    position: absolute;
    color: #FFF;
    text-align: center;
    font-family: "Barlow Condensed Bold";
    font-size: 25px;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .upload-dk .item-content .result {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
  }
  .upload-dk .item-content .result-text1 {
    color: #FFF;
    font-family: "Barlow Condensed Bold";
    font-size: 18px;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
  }
  .upload-dk .item-content .result-text2 {
    color: #FFF;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Barlow Condensed";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .upload-dk .item-content .result-location {
    width: 11px;
    margin: 5px 0;
  }
  .upload-dk .item-content .date {
    color: #FFF;
    -webkit-text-stroke-width: 0.3px;
    -webkit-text-stroke-color: #FFF;
    font-family: "Barlow Condensed";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
}
.upload-amoe {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 75em) {
  .upload-amoe {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}
.upload-amoe p {
  font-family: "Barlow Condensed";
  line-height: 120%;
  letter-spacing: 0%;
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
@media screen and (min-width: 75em) {
  .upload-amoe p {
    font-size: 18px;
  }
}
.upload-amoe p .btn-amoe {
  text-decoration: underline;
  color: white;
}
.upload-amoe p .btn-amoe:hover {
  cursor: pointer;
}
.upload-footer img {
  object-fit: cover;
}
.upload-footer .image-mb {
  width: 100%;
  display: block;
}
@media screen and (min-width: 48em) {
  .upload-footer .image-mb {
    display: none;
  }
}
.upload-footer .image-dk {
  width: 100%;
  display: none;
}
@media screen and (min-width: 48em) {
  .upload-footer .image-dk {
    display: block;
  }
}
.item-new {
  background: #00316D !important;
  display: flex;
  width: 260px;
  height: 200px;
}
.item-new:hover {
  cursor: pointer;
}
.item-new:hover .btn {
  background-color: rgba(0, 131, 202, 0.4039215686);
  border: 1px solid #078BC7;
}
.item-new .item-content {
  display: flex;
  width: 260px;
  height: 200px;
  border: 2px dashed #078BC7;
}
.item-new .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #FFF;
  text-align: center;
  font-family: "Passion One Regular";
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  background-color: #0082CA;
  border: 1px solid #002C5E;
  width: 202px;
  height: 42px;
}
.item-new-unlock {
  cursor: no-drop;
}
.item-new-unlock .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: rgba(255, 255, 255, 0.5176470588);
  text-align: center;
  font-family: "Passion One Regular";
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  border: 1px solid rgba(0, 44, 94, 0.5098039216);
  width: 202px;
  height: 42px;
}
.item-new-unlock .item-content {
  display: flex;
  border: 2px dashed rgba(100, 113, 119, 0.6509803922);
  background-color: rgba(48, 87, 108, 0.4862745098);
  width: 260px;
  height: 200px;
}
#modalupload {
  position: relative;
  border: none;
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-family: sans-serif;
  overflow: hidden;
  background-color: #00316D;
}
#modalupload::backdrop {
  background: rgba(0, 0, 0, 0.5);
  animation: backdropFade 0.3s ease forwards;
}
#modalupload[open] {
  animation: modalFadeIn 0.4s ease forwards;
  display: grid;
  grid-template-rows: auto 1fr;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes backdropFade {
  from {
    background: rgba(0, 0, 0, 0);
  }
  to {
    background: rgba(0, 0, 0, 0.5);
  }
}
#modalupload .btn-close {
  position: sticky;
  top: 0;
  justify-self: end;
  z-index: 10;
  margin: 20px 30px 5px 0;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.2rem;
  color: #FFF;
  font-family: "Passion One Regular";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
#modalupload .btn-close:hover {
  color: #87b6ef;
}
#modalupload .modal-body {
  min-height: 0;
  overflow-y: auto;
  display: block;
}
#modalupload .modal-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#modalupload .modal-body::-webkit-scrollbar-track {
  background: #005a9e;
  border-radius: 8px;
}
#modalupload .modal-body::-webkit-scrollbar-thumb {
  background: #00316D;
  border-radius: 8px;
}
#modalupload .modal-body::-webkit-scrollbar-thumb:hover {
  background: #00316D;
}
#modalupload .modal-body {
  scrollbar-width: thin;
  scrollbar-color: #00316D #00316D;
}
.myteam {
  background-color: #00316D;
  padding: 2rem;
  position: relative;
}
.myteam .pending {
  color: #078BC7;
}
.myteam .assigned {
  color: white;
}
.myteam .captain {
  color: #E51C24;
}
.myteam .team {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (min-width: 48em) {
  .myteam .team {
    padding: 4rem;
  }
}
@media screen and (min-width: 64em) {
  .myteam .team {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 4rem;
  }
}
@media screen and (min-width: 75em) {
  .myteam .team {
    gap: 7rem;
  }
}
.myteam .team-left {
  color: white;
  margin-bottom: auto;
}
@media screen and (min-width: 48em) {
  .myteam .team-left {
    height: 140px;
  }
}
.myteam .team-left .title {
  font-family: "Barlow Condensed Bold";
  font-weight: 700;
  font-size: 50px;
  line-height: 90%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.myteam .team-left .text {
  font-family: "Barlow Condensed";
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0%;
  padding: 0;
  margin: 0;
}
.myteam .team-left .text span {
  font-family: "Barlow Condensed Semi";
  color: white;
}
.myteam .team-right {
  margin-top: 14px;
}
@media screen and (min-width: 48em) {
  .myteam .team-right {
    margin: 0;
  }
}
.myteam .team-right-header {
  display: grid;
  gap: 10px;
  grid-template-rows: 1fr auto;
  align-items: end;
}
@media screen and (min-width: 64em) {
  .myteam .team-right-header {
    margin: auto 0 0;
    height: 140px;
  }
}
.myteam .team-right-header__social {
  grid-row: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 34.375em) {
  .myteam .team-right-header__social {
    grid-row: 1;
    justify-content: flex-end;
  }
}
.myteam .team-right-header__social .link img {
  height: 16px;
  width: 16px;
}
.myteam .team-right-header__social .link:hover {
  cursor: pointer;
}
.myteam .team-right-header__social .link:hover img {
  opacity: 0.5;
}
.myteam .team-right-header__url {
  grid-row: 1;
  display: grid;
  gap: 0;
  justify-items: end;
}
@media screen and (min-width: 34.375em) {
  .myteam .team-right-header__url {
    grid-template-columns: 1fr auto;
    grid-row: 2;
    gap: 2px;
  }
}
.myteam .team-right-header__url .input {
  margin: 0;
  color: #00316D;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.myteam .team-right-header__url .input .locked {
  user-select: none;
  pointer-events: none;
}
@media screen and (min-width: 64em) {
  .myteam .team-right-header__url .input {
    max-width: 565px;
  }
}
.myteam .team-right-header__url .action-copy {
  color: white;
  background-color: #E51C24;
  font-family: "Passion One Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 2rem;
  width: 100%;
}
.myteam .team-right-header__url .action-copy:hover {
  background-color: rgba(231, 80, 85, 0.9058823529);
  cursor: pointer;
}
.myteam .team-right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 4rem 0 4rem;
  position: relative;
  gap: 2rem;
}
@media screen and (min-width: 48em) {
  .myteam .team-right-content {
    flex-direction: row;
    gap: 3rem;
  }
}
.myteam .team-right-content__members h4 {
  font-family: "Barlow Condensed Bold";
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: white;
}
.myteam .team-right-content__members ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.myteam .team-right-content__members ul li {
  position: relative;
  padding-left: 22px;
  font-family: "Barlow Condensed";
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  color: white;
}
.myteam .team-right-content__members ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.myteam .team-right-content__members ul li.pending::before {
  background-color: #078BC7;
}
.myteam .team-right-content__members ul li.assigned::before {
  background-color: white;
  border: 2px solid #ccc;
}
.myteam .team-right-content__members ul li.captain::before {
  background-color: #E51C24;
}
.myteam .team-right-content__grass {
  position: relative;
}
.myteam .team-right-content__grass .count {
  display: flex;
  justify-content: flex-end;
  max-width: 411px;
  margin: 0 auto;
}
.myteam .team-right-content__grass .count span {
  font-family: "Barlow Condensed";
  font-size: 25px;
  line-height: 120%;
  color: white;
}
.myteam .team-right-content__grass .soccer-field {
  position: relative;
  max-width: 411px;
  margin: 0 auto;
}
.myteam .team-right-content__grass .soccer-field img {
  position: relative;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 48em) {
  .myteam .team-right-content__grass .soccer-field img {
    margin: 0;
  }
}
.myteam .team-right-content__grass .soccer-field .dot-1 {
  position: absolute;
  top: 16%;
  left: 49%;
  transform: translate(-16%, -49%);
  animation: movedot1 1s ease-in-out infinite alternate;
}
.myteam .team-right-content__grass .soccer-field .dot-2 {
  position: absolute;
  top: 26%;
  left: 15%;
  animation: movedot2 4s ease-in-out infinite;
}
.myteam .team-right-content__grass .soccer-field .dot-3 {
  position: absolute;
  top: 26%;
  right: 13%;
  animation: movedot3 3s ease-in-out infinite;
}
.myteam .team-right-content__grass .soccer-field .dot-4 {
  position: absolute;
  top: 37%;
  left: 30%;
  animation: movedot4 3s ease-in-out infinite;
}
.myteam .team-right-content__grass .soccer-field .dot-5 {
  position: absolute;
  top: 37%;
  right: 28%;
  animation: movedot5 3s ease-in-out infinite;
}
.myteam .team-right-content__grass .soccer-field .dot-6 {
  position: absolute;
  top: 60%;
  left: 30%;
  animation: movedot6 2.5s ease-in-out infinite;
}
.myteam .team-right-content__grass .soccer-field .dot-7 {
  position: absolute;
  top: 60%;
  right: 28%;
  animation: movedot7 2.5s ease-in-out infinite;
}
.myteam .team-right-content__grass .soccer-field .dot-8 {
  position: absolute;
  bottom: 26%;
  left: 15%;
  animation: movedot8 2s ease-in-out infinite;
}
.myteam .team-right-content__grass .soccer-field .dot-9 {
  position: absolute;
  bottom: 26%;
  left: 50%;
  animation: movedot9 2s ease-in-out infinite;
}
.myteam .team-right-content__grass .soccer-field .dot-10 {
  position: absolute;
  bottom: 26%;
  right: 13%;
  animation: movedot10 2s ease-in-out infinite;
}
.myteam .team-right-content__grass .soccer-field .dot-11 {
  position: absolute;
  bottom: 10%;
  left: 50%;
  animation: movedot11 3s ease-in-out infinite;
}
@keyframes movedot1 {
  from {
    transform: translate(-16%, -49%) translateX(-28px);
  }
  to {
    transform: translate(-16%, -49%) translateX(28px);
  }
}
@keyframes movedot2 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, -40px);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(-40px, 40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes movedot3 {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-40px);
  }
  60% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes movedot4 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(40px, -40px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(-40px, -40px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes movedot5 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes movedot6 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-40px, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes movedot8 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, 20px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes movedot7 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(40px, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes movedot9 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes movedot10 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes movedot11 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(40px, -40px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(-40px, -40px);
  }
  80% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.happy {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  min-height: 100vh;
}
@media screen and (min-width: 64em) {
  .happy {
    grid-template-columns: 1fr 1fr;
  }
}
.happy--left {
  background-color: #00316D;
  padding-top: 70px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  order: 1;
}
@media screen and (min-width: 64em) {
  .happy--left {
    order: 0;
  }
}
.happy--left img {
  width: 350px;
}
.happy--left h2 {
  color: #FFF;
  text-align: center;
  font-family: "Passion One Regular";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 92%;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 200px;
}
@media screen and (min-width: 30em) {
  .happy--left h2 {
    font-size: 90px;
  }
}
.happy--left p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.342px;
}
.happy--left a {
  color: white;
  font-size: 20px;
  text-decoration: underline;
  margin-top: 40px;
  display: block;
}
.happy--left button {
  width: 168px;
  height: 42px;
  background-color: #E51C24;
  color: #FFF;
  font-family: "Passion One Regular";
  font-size: 22px;
  margin-top: 54px;
}
@media screen and (min-width: 30em) {
  .happy--left button {
    font-size: 24px;
  }
}
.happy--left__contet {
  margin: 0 auto;
}
.happy--left__img {
  margin-top: 80px;
  margin-bottom: 40px;
}
.happy--right {
  background-color: #E51C24;
  position: relative;
  padding: 60px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 0;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .happy--right {
    order: 1;
  }
}
.happy--right--hero-stadium {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  height: 500px;
  object-fit: cover;
}
@media screen and (min-width: 37.5em) {
  .happy--right--hero-stadium {
    height: 700px;
  }
}
@media screen and (min-width: 87.5em) {
  .happy--right--hero-stadium {
    height: auto;
  }
}
.happy--right--hero-content {
  position: relative;
}
.happy--right--hero-content .img-valv-cup {
  margin-bottom: 50px;
}
.happy--right--hero-content h2 {
  text-align: center;
  text-shadow: 0 3.363px 3.363px rgba(0, 0, 0, 0.25);
  font-family: "Passion One Regular";
  font-size: 44px;
  line-height: 82% !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 70px;
  color: white;
}
@media screen and (min-width: 30em) {
  .happy--right--hero-content h2 {
    font-size: 90px;
  }
}
.happy--right--hero-part-one-backgmb {
  height: 100% !important;
  left: 0;
}
.happy--right--hero-part-one-backgdk {
  height: 100% !important;
  left: 0;
}
body {
  font-family: "Barlow";
}
/*# sourceMappingURL=style.css.map */
