@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: #000000;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 2.6rem;
  margin: 0 0 .5em; }

h2 {
  font-size: 2.6rem;
  margin: 0 0 .5em; }

h3 {
  font-size: 2.2rem;
  margin: 0 0 .5em; }

h4 {
  font-size: 1.8rem;
  margin: 0 0 .5em; }

h5 {
  font-size: 1.4rem;
  margin: 0 0 .5em; }

h6 {
  font-size: 1.2rem;
  margin: 0 0 .5em; }

p {
  font-size: 1rem;
  line-height: 1.3em;
  margin: 0 0 .6em; }
  p:last-child {
    margin-bottom: 0; }

strong {
  font-weight: 600; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  box-sizing: border-box; }

.container {
  padding: 2rem;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 50vh; }

@font-face {
  font-family: 'Tram Bold';
  src: url("../fonts/TramCn-Bold.otf"); }
@font-face {
  font-family: 'Tram Book';
  src: url("../fonts/TramCn-Book.otf"); }
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-UltraLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-UltraLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-DemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-DemiBoldItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-BoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-Heavy.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Avenir Next";
  src: url("../fonts/AvenirNext-HeavyItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'Tram Book', sans-serif;
  text-transform: uppercase; }

p, a, span, li {
  font-family: 'Avenir Next', sans-serif; }

strong {
  font-family: 'Tram Bold', sans-serif; }

.header-inner {
  padding: 1rem;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }
.header-logo {
  width: auto;
  flex: 0 0 auto; }
  .header-logo img {
    width: auto;
    height: 1rem; }
.header-menu-btn {
  width: 4rem;
  height: 1rem;
  cursor: pointer;
  position: relative;
  padding-right: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .header-menu-btn span:nth-child(1) {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    left: 0;
    line-height: 16px;
    color: #000000;
    font-family: 'Tram Book';
    font-size: 1.1rem;
    transition: color ease-out 150ms; }
  .header-menu-btn span:not(:nth-child(1)) {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    right: 0;
    border-radius: 4px;
    transition: background-color ease-out 150ms; }
    .header-menu-btn span:not(:nth-child(1)):nth-child(2) {
      top: 0px; }
    .header-menu-btn span:not(:nth-child(1)):nth-child(3) {
      top: 7px; }
    .header-menu-btn span:not(:nth-child(1)):nth-child(4) {
      top: 14px; }
  .header-menu-btn:hover span:nth-child(1) {
    color: #d10824; }
  .header-menu-btn:hover span:not(:nth-child(1)) {
    background-color: #d10824; }
.header-menu {
  position: fixed;
  top: 0;
  right: -400px;
  flex: 1;
  height: 100vh;
  width: 400px;
  max-width: 100%;
  background: rgba(184, 7, 32, 0.95);
  pointer-events: none;
  transition: right ease-out 250ms;
  padding: 4rem 2rem;
  z-index: 10; }
  @media (max-width: 768px) {
    .header-menu {
      width: 100%;
      right: -100%; } }
  .header-menu .menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer; }
    .header-menu .menu-close i {
      color: #f3f6fb;
      font-size: 2rem;
      transition: all ease-out 250ms; }
    .header-menu .menu-close:hover i {
      transform: rotate(90deg); }
  .header-menu > ul {
    margin: 2rem 0;
    width: 100%;
    max-width: 400px;
    max-height: calc(100% - 4rem);
    overflow: auto; }
    .header-menu > ul::-webkit-scrollbar {
      width: 8px; }
    .header-menu > ul::-webkit-scrollbar-track {
      background: #c5d4ec;
      border-radius: 4px; }
    .header-menu > ul::-webkit-scrollbar-thumb {
      background: #d10824;
      border-radius: 4px; }
    .header-menu > ul::-webkit-scrollbar-thumb:hover {
      background: #a0061c; }
    .header-menu > ul > li {
      margin: 0 0 12px;
      width: 100%;
      padding-left: 0 8px; }
      .header-menu > ul > li > a {
        text-decoration: none;
        color: rgba(243, 246, 251, 0.7);
        padding: 4px 0;
        font-size: 1.5rem;
        text-transform: uppercase;
        display: block;
        width: fit-content;
        position: relative;
        transition: color ease-out 150ms;
        font-weight: 700; }
        .header-menu > ul > li > a:after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0%;
          height: 1px;
          background-color: #f3f6fb;
          transition: width ease-out 150ms; }
        .header-menu > ul > li > a:hover {
          color: #f3f6fb; }
          .header-menu > ul > li > a:hover:after {
            width: 100%; }
  .header-menu.active {
    right: 0;
    pointer-events: all; }

.admin-bar .header-menu {
  height: calc(100% - 32px);
  top: 32px; }

.footer {
  background: #fff;
  padding: 2rem; }
  .footer-social {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .footer-social a {
      text-decoration: none;
      display: block;
      margin: 0 5px;
      width: 30px;
      height: 30px;
      background-color: #000000;
      position: relative;
      transition: background-color ease 150ms; }
      .footer-social a i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #f3f6fb;
        font-size: 1rem; }
      .footer-social a:hover {
        background-color: #d10824; }
  .footer .terms-conditions {
    text-align: center;
    color: #000000;
    max-width: 860px;
    margin: 0 auto;
    font-size: 1rem; }

.hero-banner {
  position: relative;
  font-size: 0;
  background-image: linear-gradient(to top right, #f4f6fb, #eceff7);
  height: 90vh; }
  @media (max-width: 768px) {
    .hero-banner {
      height: 40vh; } }
  .hero-banner-content {
    position: absolute;
    top: 50%;
    left: 27%;
    transform: translateY(-50%);
    width: 28%;
    z-index: 7; }
    @media (max-width: 768px) {
      .hero-banner-content {
        left: 10%;
        width: 45%; } }
    .hero-banner-content-logo {
      width: auto;
      max-width: 100%;
      height: auto;
      display: table;
      margin: 0 auto 3vw; }
      @media (max-width: 768px) {
        .hero-banner-content-logo {
          max-width: 75%; } }
    .hero-banner-content-title {
      font-size: 3.2rem;
      color: #f3f6fb;
      text-align: center;
      margin: 0 0 .4em;
      font-weight: 700;
      line-height: 1.2; }
    .hero-banner-content-text p {
      font-size: 2.66vw;
      text-align: center;
      font-weight: 500;
      font-family: 'Tram Book';
      text-transform: uppercase;
      line-height: 1;
      margin: 0 0 3vw; }
      .hero-banner-content-text p strong {
        font-family: 'Tram Bold';
        display: block;
        width: 90%;
        margin: 0 auto; }
      .hero-banner-content-text p:last-child {
        margin: 0; }
      @media (max-width: 768px) {
        .hero-banner-content-text p {
          font-size: 1.3rem; } }
  .hero-banner-image {
    position: absolute;
    bottom: 0;
    left: 55%;
    max-width: 30%;
    max-height: 100%;
    z-index: 7; }
    @media (max-width: 768px) {
      .hero-banner-image {
        left: 60%; } }
  .hero-banner.reduced .hero-banner-images-image {
    height: 55vh; }

.cta-block {
  background-color: #d8d8da;
  padding: 3rem; }
  .cta-block-title {
    color: #000000;
    font-size: 2.6rem;
    text-align: center;
    margin: 0 0 .3em; }
  .cta-block-text {
    max-width: 500px;
    margin: 0 auto 1.25rem;
    color: #000000;
    text-align: center;
    font-size: 0.85rem; }
  .cta-block-cta {
    text-decoration: none;
    color: #f3f6fb;
    background-color: #d10824;
    text-align: center;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: .75rem 5rem;
    font-weight: 600;
    text-transform: uppercase;
    transition: all ease 150ms; }
    .cta-block-cta:hover {
      background-color: #000000; }

.enter {
  background-color: #d10824;
  padding: 3rem 1rem; }
  .enter-title {
    color: #f3f6fb;
    font-size: 2.6rem;
    text-align: center;
    margin: 0 0 .3em; }
  .enter-row {
    max-width: 690px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .enter-row {
        justify-content: center; } }
    .enter-row-column {
      width: 20%;
      flex: 0 0 20%;
      text-align: center;
      margin: 0 0 2rem; }
      @media (max-width: 768px) {
        .enter-row-column {
          width: 35%;
          flex: 0 0 35%; } }
      .enter-row-column-image {
        max-height: 6rem;
        max-width: 100%;
        width: auto;
        margin: 0 auto; }
      .enter-row-column-caption p {
        color: #f3f6fb;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.1;
        text-align: center;
        margin: 0; }
        .enter-row-column-caption p strong {
          color: #000000;
          font-family: 'Avenir Next', sans-serif;
          font-weight: 700; }
  .enter-text {
    color: #f3f6fb;
    text-align: center;
    max-width: 300px;
    margin: 0 auto; }

.overlap-banner {
  padding: 0 2rem;
  border-bottom: solid 1.75rem #d8d8da; }
  .overlap-banner-inner {
    max-width: 1230px;
    margin: 0 auto;
    padding: 8.5rem 3rem 7rem 3rem;
    position: relative; }
    @media (max-width: 1024px) {
      .overlap-banner-inner {
        padding: 3rem 0 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; } }
    .overlap-banner-inner-image {
      position: absolute;
      left: 0;
      bottom: 0;
      max-height: 115%;
      width: auto;
      max-width: 50%; }
      @media (max-width: 1024px) {
        .overlap-banner-inner-image {
          max-width: 700px;
          position: relative;
          bottom: auto;
          left: auto;
          width: 100%;
          flex: 0 0 100%;
          order: 2; } }
    .overlap-banner-inner-text {
      padding-right: 200px;
      position: relative;
      z-index: 10; }
      @media (max-width: 1280px) {
        .overlap-banner-inner-text {
          padding-right: 100px; } }
      @media (max-width: 1024px) {
        .overlap-banner-inner-text {
          width: 100%;
          flex: 0 0 100%;
          margin: 0 0 2rem; } }
      @media (max-width: 768px) {
        .overlap-banner-inner-text {
          padding-right: 0; } }
      .overlap-banner-inner-text-title {
        color: #000000;
        font-size: 5rem;
        text-align: right;
        line-height: 1;
        margin: 0 0 1rem; }
        @media (max-width: 768px) {
          .overlap-banner-inner-text-title {
            font-size: 3.2rem;
            margin: 0 0 .5rem; } }
      .overlap-banner-inner-text p {
        color: #d10824;
        text-align: right;
        font-size: 3.2rem;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1; }
        @media (max-width: 768px) {
          .overlap-banner-inner-text p {
            font-size: 2.2rem; } }

.prizes {
  padding: 3.75rem; }
  .prizes-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .prizes-inner {
        justify-content: center; } }
  .prizes.white {
    background-color: #f3f6fb; }
  .prizes.red {
    background-color: #d10824; }
    .prizes.red .prizes-column-caption {
      color: #f3f6fb; }
  @media (max-width: 1024px) {
    .prizes {
      padding: 4rem 2rem; } }
  .prizes-column {
    width: 28%;
    flex: 0 0 28%; }
    @media (max-width: 768px) {
      .prizes-column {
        width: 60%;
        flex: 0 0 60%; }
        .prizes-column:not(:last-child) {
          margin: 0 0 2rem; } }
    .prizes-column-image {
      width: 100%;
      height: auto;
      margin: 0 0 1rem; }
      .prizes-column-image-mobile {
        display: none;
        width: 100%;
        height: auto;
        margin: 0 0 1rem; }
      @media (max-width: 768px) {
        .prizes-column-image.mobile-hide {
          display: none; }
        .prizes-column-image-mobile {
          display: block; } }
    .prizes-column-caption {
      font-weight: 700;
      text-transform: uppercase;
      color: #000000;
      display: block;
      text-align: center;
      font-size: 1.2rem; }

.enter-now {
  padding: 0 3rem;
  background-color: #d8d8da; }
  .enter-now-inner {
    max-width: 1060px;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap; }
  .enter-now-col {
    width: 50%;
    flex: 0 0 50%;
    padding: 6.5rem 0 5rem; }
    .enter-now-col-title {
      color: #000000;
      font-size: 5rem;
      line-height: .9;
      margin: 0 0 2rem; }
    .enter-now-col-text {
      color: #000000;
      font-weight: 700;
      font-size: 3.3rem;
      line-height: .9;
      text-transform: uppercase;
      margin: 0 0 2rem; }
    .enter-now-col-cta {
      display: block;
      width: fit-content;
      color: #f3f6fb;
      background-color: #d10824;
      text-align: center;
      padding: .75rem 3rem;
      text-transform: uppercase;
      text-decoration: none;
      transition: all ease 150ms;
      font-weight: 700;
      font-size: 1.2rem; }
      .enter-now-col-cta:hover {
        background-color: #000000; }
    @media (max-width: 768px) {
      .enter-now-col {
        width: 90%;
        flex: 0 0 90%;
        text-align: center;
        padding-bottom: 3rem; }
        .enter-now-col-title {
          font-size: 3.8rem; }
        .enter-now-col-text {
          font-size: 2.2rem; }
        .enter-now-col-cta {
          margin: 0 auto; } }
  .enter-now-image {
    width: 50%;
    flex: 0 0 50%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .enter-now-image {
        width: 60%;
        flex: 0 0 60%;
        height: 40vw; } }

.form-block {
  background-color: #f3f6fb;
  padding: 7rem 3rem;
  position: relative; }
  .form-block-background-image {
    position: absolute;
    bottom: 0;
    width: 33%;
    height: auto;
    right: 2.5%; }
  .form-block-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto 4rem; }
    .form-block-banner-image {
      width: 50%;
      flex: 0 0 50%; }
      @media (max-width: 768px) {
        .form-block-banner-image {
          width: 100%;
          flex: 0 0 100%;
          margin: 0 0 2rem; } }
    .form-block-banner-text {
      width: calc(50% - 4rem);
      flex: 0 0 calc(50% - 4rem);
      margin-left: 4rem;
      padding: 1rem;
      text-align: center; }
      @media (max-width: 768px) {
        .form-block-banner-text {
          width: 100%;
          flex: 0 0 100%;
          margin: 0; } }
      .form-block-banner-text p {
        font-family: 'Tram Book', sans-serif;
        font-size: 2.05vw;
        line-height: 1.1; }
        @media (max-width: 1024px) {
          .form-block-banner-text p {
            font-size: 2rem; } }
        .form-block-banner-text p strong {
          font-family: 'Tram Bold', sans-serif;
          font-weight: bold;
          display: block;
          width: 90%;
          margin: 0 auto; }
  .form-block-form {
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    .form-block-form .gform_confirmation_wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 50vw; }
      .form-block-form .gform_confirmation_wrapper .gform_confirmation_message {
        font-size: 2.5rem;
        font-family: 'Tram Bold', sans-serif;
        text-align: center;
        background: rgba(243, 246, 251, 0.7); }
    .form-block-form .gform_wrapper.gravity-theme .gform_heading {
      margin: 0 0 1rem; }
    .form-block-form .gform_wrapper.gravity-theme .gform_title {
      display: none; }
    .form-block-form .gform_wrapper.gravity-theme .gform_required_legend {
      text-align: right;
      color: #d10824;
      font-family: 'Avenir Next', sans-serif;
      font-weight: 600;
      font-size: 0; }
      .form-block-form .gform_wrapper.gravity-theme .gform_required_legend .gfield_required_asterisk {
        display: none; }
      .form-block-form .gform_wrapper.gravity-theme .gform_required_legend:after {
        content: 'Anything with a * is a mandatory field.';
        font-size: 1rem;
        line-height: 1.5; }
    .form-block-form .gform_wrapper.gravity-theme .gform_button {
      border: none;
      outline: none;
      font-weight: 700;
      color: #f3f6fb;
      background-color: #d10824;
      padding: 1rem 2rem;
      text-transform: uppercase;
      width: fit-content;
      display: block;
      margin: 0 auto;
      font-size: 1.25rem;
      cursor: pointer;
      transition: all ease-out 150ms; }
      .form-block-form .gform_wrapper.gravity-theme .gform_button:hover {
        background-color: #000000; }
    .form-block-form .gform_wrapper.gravity-theme .gform_submission_error {
      font-family: 'Avenir Next', sans-serif; }
    .form-block-form .gform_wrapper.gravity-theme .gform_validation_errors {
      margin-bottom: 1.5rem; }
    .form-block-form .gform_wrapper.gravity-theme .gfield_label {
      font-family: 'Tram Book', sans-serif;
      font-size: 1.25rem;
      color: #d10824;
      text-transform: uppercase; }
    .form-block-form .gform_wrapper.gravity-theme .gfield_required {
      vertical-align: top; }
    .form-block-form .gform_wrapper.gravity-theme .gfield_radio .gchoice {
      display: inline-block;
      margin-right: .5rem; }
      .form-block-form .gform_wrapper.gravity-theme .gfield_radio .gchoice > label {
        font-size: 1.25rem;
        font-family: 'Tram Book', sans-serif;
        color: #d10824;
        font-weight: 700; }
      .form-block-form .gform_wrapper.gravity-theme .gfield_radio .gchoice .gfield-choice-input {
        -webkit-appearance: none;
        appearance: none;
        background-color: #d8d8da;
        margin: 0;
        color: #d10824;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        position: relative;
        cursor: pointer; }
        .form-block-form .gform_wrapper.gravity-theme .gfield_radio .gchoice .gfield-choice-input:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) scale(0);
          background-color: #d10824;
          width: 1rem;
          height: 1rem;
          border-radius: 50%;
          transition: all ease-out 50ms; }
        .form-block-form .gform_wrapper.gravity-theme .gfield_radio .gchoice .gfield-choice-input:checked:before {
          transform: translate(-50%, -50%) scale(1); }
    .form-block-form .gform_wrapper.gravity-theme .gfield_validation_message {
      font-family: 'Avenir Next', sans-serif; }
    .form-block-form .gform_wrapper.gravity-theme .gfield .ginput_container > span.name_first, .form-block-form .gform_wrapper.gravity-theme .gfield .ginput_container > span.name_last {
      padding: 0 !important; }
    .form-block-form .gform_wrapper.gravity-theme .gfield .ginput_container input:not([type=radio]) {
      border: none;
      background-color: #d8d8da;
      outline: none !important;
      font-family: 'Avenir Next', sans-serif;
      transition: background-color ease-out 150ms; }
      .form-block-form .gform_wrapper.gravity-theme .gfield .ginput_container input:not([type=radio]):not([type=file]):active, .form-block-form .gform_wrapper.gravity-theme .gfield .ginput_container input:not([type=radio]):not([type=file]):focus {
        background-color: #e5e5e6; }
    .form-block-form .gform_wrapper.gravity-theme .gfield:not(.custom_field) .ginput_container label {
      display: none; }
    .form-block-form .gform_wrapper.gravity-theme .gfield.custom_field:not(.custom_radio) > .gfield_label {
      display: none; }
    .form-block-form .gform_wrapper.gravity-theme .gfield.custom_field .ginput_container label {
      font-size: 1.25rem;
      font-family: 'Tram Book', sans-serif;
      color: #d10824;
      font-weight: 700;
      text-transform: uppercase; }
    .form-block-form .gform_wrapper.gravity-theme .gfield.custom_upload {
      position: relative; }
      .form-block-form .gform_wrapper.gravity-theme .gfield.custom_upload input[type=file] {
        height: 150px;
        font-size: 0;
        cursor: pointer; }
        .form-block-form .gform_wrapper.gravity-theme .gfield.custom_upload input[type=file]::-webkit-file-upload-button, .form-block-form .gform_wrapper.gravity-theme .gfield.custom_upload input[type=file]::file-selector-button {
          display: none; }
        .form-block-form .gform_wrapper.gravity-theme .gfield.custom_upload input[type=file]:checked {
          background-color: #d10824 !important; }
      .form-block-form .gform_wrapper.gravity-theme .gfield.custom_upload .gform_fileupload_rules {
        display: none; }
      .form-block-form .gform_wrapper.gravity-theme .gfield.custom_upload .gfield_description {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        font-family: 'Tram Book';
        font-size: 1.5rem;
        text-transform: uppercase;
        pointer-events: none;
        padding: .75rem; }
        @media (max-width: 768px) {
          .form-block-form .gform_wrapper.gravity-theme .gfield.custom_upload .gfield_description br {
            display: none; } }
  .form-block-terms {
    color: #000000;
    font-family: 'Tram Bold', sans-serif;
    font-weight: bold;
    font-size: 1.25rem;
    text-transform: uppercase; }
    .form-block-terms a {
      font-family: 'Tram Bold', sans-serif;
      font-weight: bold; }
      .form-block-terms a:hover {
        color: #d10824; }
  .form-block .gfield--type-email label:after {
    content: '*';
    font-size: 13.008px;
    padding-left: 0.125em;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-family: 'Avenir Next',sans-serif; }

.text-block {
  padding: 3rem; }
  .text-block ul {
    padding: 1.25rem 0; }
    .text-block ul > li {
      padding-left: 1em;
      position: relative;
      line-height: 1.4; }
      .text-block ul > li:before {
        content: '';
        display: block;
        position: absolute;
        top: .4em;
        left: .35em;
        width: .3em;
        height: .3em;
        border-radius: 50%;
        background: #000000; }
        .text-block ul > li:before strong {
          font-family: 'Avenir Next', sans-serif;
          font-weight: bold; }
  .text-block ol {
    list-style-type: decimal;
    padding-left: 40px; }
    .text-block ol > li {
      margin: 0 0 1.5em;
      line-height: 1.4; }
      .text-block ol > li strong {
        font-family: 'Avenir Next', sans-serif;
        font-weight: bold; }
      .text-block ol > li ol {
        padding: 20px 0 20px 20px; }
        .text-block ol > li ol li {
          margin: 0 0 .5em; }
  .text-block p strong {
    font-family: 'Avenir Next', sans-serif;
    font-weight: bold; }

.closed-content {
  min-height: 90vh;
  background-color: #d10824;
  padding: 5rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative; }
  .closed-content img {
    display: block;
    max-height: 90%;
    max-width: 50%;
    position: absolute;
    bottom: 0;
    width: auto;
    opacity: 0.7; }
    .closed-content img.img1 {
      left: -10%; }
    .closed-content img.img2 {
      right: -10%;
      transform: rotateY(180deg); }
  .closed-content p {
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 600;
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      .closed-content p {
        font-size: 1.2rem; } }

/*# sourceMappingURL=main.css.map */
