/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  -webkit-text-decoration: underline;
  text-decoration: underline; /* 2 */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "TCCC-Unity-Regular";
  src: url(TCCC-UnityText-Regular.ttf);
}
@font-face {
  font-family: "TCCC-Unity-Bold";
  src: url(TCCC-UnityHeadline-Bold.ttf);
}
@font-face {
  font-family: "TCCC-UnityHeadline-Medium";
  src: url(TCCC-UnityHeadline-Medium.ttf);
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #000000;
  font-family: "TCCC-Unity-Regular", Arial, sans-serif;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
p,
ul,
ol {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
  text-wrap: pretty;
}

h1,
h2,
h3,
h4 {
  line-height: 1.25;
}

img,
canvas {
  display: block;
  height: auto;
  max-width: 100%;
}

button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: 0;
  padding: 0;
  background-image: none;
  background-color: transparent;
  color: inherit;
  font-family: "TCCC-Unity-Bold", Arial, sans-serif;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
}

a {
  border-bottom: 1px solid;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  word-break: break-word;
}
a:hover, a:focus {
  border-bottom: 1px dotted;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e8e7e7;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #8f8e8e;
  border-radius: 5px;
}

.hidden {
  display: none !important;
}

.visibility-hidden {
  visibility: hidden;
}

.sr-only {
  position: absolute;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 1px, 1px, 0);
  pointer-events: none;
}

.bold, .content-container strong {
  font-family: "TCCC-Unity-Bold", Arial, sans-serif;
}

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

.content-container h3,
.content-container h4 {
  margin-top: 1em;
  text-align: center;
}
.content-container p {
  margin-top: 1em;
}
.content-container p:first-child {
  margin-top: 0;
}
.content-container a {
  border-bottom: 1px dotted;
  color: #1e82ff;
}
.content-container a:hover, .content-container a:focus {
  border-bottom: 1px solid;
}
.form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  font-family: "TCCC-Unity-Regular", Arial, sans-serif;
  margin: 0 auto 3em;
  width: 100%;
  /* Change Autocomplete styles in Chrome*/
}
.form h1 {
  text-align: center;
  margin: 0 auto;
}
.form__section {
  display: grid;
  grid-template-columns: auto 4fr;
  align-items: center;
  position: relative;
  margin: 1.3em 0 0;
  width: 100%;
}
.form__section_email {
  grid-template-columns: auto 5fr;
}
.form__section_text {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.form__section_text-linear {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 0;
}
.form__section_col-1 {
  width: 100%;
}
.form__section_col-2 {
  width: 47.5%;
}
.form__section_col-3 {
  width: 100%;
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .form__section_col-3 {
    width: 30%;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form__section_col-3 {
    width: 30%;
  }
}
.form__section_col-4 {
  width: 25%;
}
.form__section_column {
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.form__section_column .form__input-radio {
  margin: 0;
}
.form__section_column .form__label-radio {
  text-align: center;
}
.form__section_column span {
  position: absolute;
  bottom: -1em;
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .form__section {
    margin: 0.5em auto;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form__section {
    margin: 1em 0;
  }
}
.form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  border-radius: 0.5em;
  border: 2px solid #F40009;
  color: #000;
  font-size: clamp(1rem, 0.6429rem + 1.4286vw, 1.125rem);
  flex: 1 1 auto;
  text-align: center;
  padding: 0.35em 0.5em;
  width: 100%;
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .form__input {
    padding: 1em 1.5em;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form__input {
    padding: 0.75em 0.75em;
  }
}
.form__input::-moz-placeholder {
  color: #757575;
  text-align: center;
}
.form__input:-ms-input-placeholder {
  color: #757575;
  text-align: center;
}
.form__input::placeholder {
  color: #757575;
  text-align: center;
}
.form__input-wrapper {
  width: 100%;
  position: relative;
}
.form__input-wrapper .form__input-text {
  padding-right: 3em;
}
.form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #FFF;
  border-radius: 0.5em;
  border: 1.5px solid #F40009;
  color: #000;
  flex: 1 1 auto;
  padding: 0.5em 2.5em 0.5em 0.5em;
  width: 100%;
}
@media screen and (min-width: 760px) and (orientation: portrait) {
  .form__select {
    padding: 0.75em 2.5em 0.75em 0.75em;
  }
}
@media screen and (min-width: 1000px) and (orientation: landscape) {
  .form__select {
    padding: 0.75em 2.5em 0.75em 0.75em;
  }
}
.form__select:disabled {
  background-color: #b2b2b2;
}
.form__label {
  flex: 1 0 auto;
  margin: 0 0.5em 0.25em 0;
  color: #F40009;
  font-family: "TCCC-Unity-Bold", Arial, sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 500px) {
  .form__label {
    font-size: 1.25em;
  }
}
.form__text {
  font-family: "TCCC-Unity-Bold", Arial, sans-serif;
  font-size: 1.5em;
  margin: 1em auto -0.5em;
  color: #F40009;
  text-align: center;
  width: 100%;
  line-height: 1.5;
}
.form__checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.form__checkbox-wrapper label {
  font-size: 1.3125em;
  line-height: 1.1;
  text-align: left;
  color: #000000;
  margin-left: 0.75em;
  line-height: 1.25;
}
@media screen and (max-width: 500px) {
  .form__checkbox-wrapper label {
    font-size: 1.15em;
  }
}
.form__checkbox-wrapper label a {
  color: #000000;
  font-family: "TCCC-Unity-Bold", Arial, sans-serif;
}
.form__checkbox-wrapper_end {
  flex-direction: row-reverse;
  justify-content: center;
}
.form__checkbox-wrapper_nowrap {
  flex-wrap: nowrap;
}
.form__checkbox-wrapper_centered {
  align-items: center;
}
.form__checkbox-wrapper .form__radio-wrapper {
  max-width: 90%;
}
.form__checkbox-wrapper > .form__input-checkbox + .form__radio-wrapper {
  display: none;
}
.form__checkbox-wrapper > .form__input-checkbox + .form__radio-wrapper .form__input-radio {
  display: none;
}
.form__checkbox-wrapper > .form__input-checkbox:checked + .form__radio-wrapper {
  display: flex;
}
.form__checkbox-wrapper > .form__input-checkbox:checked + .form__radio-wrapper .form__input-radio {
  display: block;
}
.form__checkbox-wrapper-inner {
  display: grid;
  grid-template-columns: auto auto;
}
.form__input-checkbox {
  position: relative;
  margin: 0.5em;
  width: 1.15em;
  height: 1.15em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.form__input-checkbox::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% + 1em);
  height: calc(100% + 1em);
  background-image: url(img-checkbox.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.form__input-checkbox img {
  position: absolute;
  top: 0;
  width: 100%;
  transform: scale(2);
}
.form__input-checkbox input {
  border: 1px solid #F40009 !important;
}
.form__input-checkbox input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  appearance: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.form__input-checkbox input:checked {
  background-color: #F40009;
}
.form__label-checkbox {
  margin: 0.25em 0 0 0.85em !important;
}
.form__label-checkbox {
  letter-spacing: 0.025em;
}
.form__radio-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0.5em 0;
  width: 100%;
}
.form__radio-wrapper_row {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 1em;
}
.form__radio-wrapper .form__section {
  margin: 0.5em 0 0;
}
.form__radio-wrapper span {
  display: block;
  font-size: 0.75em;
}
.form__radio-wrapper label {
  font-size: 1.1em !important;
}
@media screen and (min-width: 1400px) {
  .form__radio-wrapper {
    margin: 1em auto 0;
  }
}
.form__input-radio {
  background-color: #ffffff;
  border-radius: 100%;
  border: 2px solid #fff;
  margin: 0.25em 1em 0.25em 0;
  width: 1.5em;
  height: 1.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form__input-radio:checked {
  background-color: #F40009;
  background-clip: content-box;
  padding: 0.25em;
  width: 1.5em;
  height: 1.5em;
}
.form__label-radio {
  min-width: 10%;
  max-width: 85%;
  width: auto;
  margin: 0.25em 0 0;
}
@media screen and (min-width: 1400px) {
  .form__label-radio {
    min-width: 5%;
  }
}
.form__captcha-text {
  margin: 1.2em auto 0;
  max-width: 28ch;
  font-size: 1.3125em;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.035em;
}
@media screen and (max-width: 500px) {
  .form__captcha-text {
    font-size: 1.15em;
  }
}
.form__captcha-text a {
  font-family: "TCCC-Unity-Bold", Arial, sans-serif;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus,
.form select:-webkit-autofill,
.form select:-webkit-autofill:hover,
.form select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 30px #FFF inset;
}
.form .email-client {
  background-color: rgba(0, 0, 0, 0) !important;
}
.form .email-client {
  position: absolute;
  right: 0;
  bottom: 0;
  border-color: rgba(0, 0, 0, 0);
  width: 3em;
  height: 100%;
  background-image: url(icon-email-at.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  color: rgba(0, 0, 0, 0.01);
  text-indent: -2em;
}
.form .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 1px, 1px, 0);
}
.form__invalid {
  display: none;
  width: 100%;
  grid-column: 1/-1;
  margin: 0.5em 0 0;
  color: #F40009;
  font-size: 0.75em;
  font-style: italic;
  text-align: center;
}
.form__invalid.show {
  display: block;
  animation: pulse 1s infinite;
}
.form .invalid {
  border: 1.5px solid #F40009 !important;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.025, 1.025, 1.025);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.button {
  position: relative;
  padding: 0.75em 1em;
  background-color: #F40009;
  color: #ffffff;
  border-radius: 0.35em;
  border: 0;
  font-size: 1.375em;
  font-family: "TCCC-UnityHeadline-Medium", Arial, sans-serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 2em auto;
  width: 100%;
  max-width: 60%;
  cursor: pointer;
  transition: transform 0.25s linear;
}
.button:active {
  transform: scale3d(0.95, 0.95, 1);
  transition: transform 0.25s linear;
}

.orientation {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  height: 100%;
  width: 100%;
}
@media screen and (orientation: landscape) {
  .orientation {
    display: none;
  }
}
.orientation__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orientation__section {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orientation__text {
  font-size: 1.75rem;
  font-style: italic;
}
.orientation__image {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transition-timing-function: linear;
  margin: 0 auto;
  max-width: 75%;
}
.orientation__image_medium {
  max-width: 50%;
}

.orientation__image_small {
  max-width: 25%;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotate {
  animation: rotate 3s linear infinite;
}

.modal-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: none;
  margin: auto;
  border-radius: 1em;
  padding: 0;
  max-width: min(90vw, 80ch);
  max-height: min(80vh, 100%);
  background-color: #ffffff;
  font-size: clamp(0.75em, 0em + 1.5625vw, 1em);
  overflow: hidden;
  animation-timing-function: ease-out;
  animation-duration: 450ms;
  animation-name: fadeIn;
  animation-fill-mode: both;
}
.modal-screen::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
.modal-screen::backdrop {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
.modal-screen .modal-width-container {
  display: grid;
  grid-template-rows: auto 1fr;
  max-height: 80vh;
  max-width: 600px;
  overflow: auto;
}
.modal-screen .header-wrapper {
  display: grid;
  justify-content: flex-end;
  padding: 1em;
}
.modal-screen .btn-close {
  border-radius: 20em;
  padding: 0.2em;
  font-size: 1.125em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  color: #ffffff;
  width: 2.5em;
  height: 2.5em;
  filter: invert(100%);
}
.modal-screen .content-wrapper {
  padding: 0 1em 2em;
  max-height: 100%; /* safari */
  min-height: 0;
  min-height: initial;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.modal-screen .content-wrapper::before, .modal-screen .content-wrapper::after {
  display: none;
}
.modal-screen .section-title {
  color: #000000;
  font-size: 2em;
  text-align: center;
  line-height: 1.15;
}
.modal-screen .error-text {
  margin-top: 1em;
  font-size: 1.25em;
  text-align: center;
}
.modal-screen .btn-primary {
  margin: 1em auto;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  padding: 2rem;
  height: 100%;
  width: 100%;
}
.modal_hidden {
  display: none;
}

.modal__wrapper {
  position: relative;
  border-radius: 1rem;
  background-color: #FFF;
  color: #000;
  padding: 2rem;
}

.modal__close-icon {
  position: absolute;
  top: 2%;
  right: 1%;
  z-index: 1;
  padding: 0.5rem;
  width: 3.5rem;
}

.modal__title {
  text-align: center;
  margin: 4rem auto 2rem;
}
.modal__text {
  font-size: 1.25rem;
  margin: 0 auto 1rem;
  text-align: center;
}

.loader-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
}
.loader-wrapper .loader-width-container {
  display: grid;
  align-content: center;
  justify-items: center;
  height: 100%;
}
.loader-wrapper .loader-width-container h2 {
  margin-bottom: 3em;
  font-size: 3em;
}
.loader-wrapper .loader-width-container::after {
  content: "";
  display: block;
  width: 7em;
  height: 7em;
  background-image: url(img_loader.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main__heading {
  font-family: "TCCC-Unity-Bold", Arial, sans-serif;
  font-size: 2.75rem;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 1300px) {
  .main__heading {
    font-size: 3rem;
  }
}
.main__heading span {
  color: #F40009;
}
.main__heading_large {
  font-size: 8.5rem;
  margin: 4rem auto;
  line-height: 0.9;
  letter-spacing: 0.25rem;
}
.main__heading_thanks {
  font-size: 6rem;
  margin: 6rem auto 1rem;
  line-height: 0.9;
  letter-spacing: 0.15rem;
}
.main__subheading {
  font-size: 2.5rem;
  text-align: center;
  margin: 1rem auto 3rem;
  max-width: 80%;
}
.main__text {
  color: #000;
  font-family: "TCCC-Unity-Regular", Arial, sans-serif;
  font-size: 1.25rem;
  text-align: center;
  margin: 0 auto 0.5rem;
  z-index: 1;
}
.main__text_thanks {
  font-size: 1.75rem;
}

.footer {
  opacity: 0;
  height: 0;
}

html {
  scrollbar-color: #F40009 transparent;
  scrollbar-width: thin;
}

.wrapper {
  position: relative;
  min-height: 100lvh;
}
.wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.7;
  pointer-events: none;
}

.width-container {
  margin: 0 auto;
}

.btn-text {
  pointer-events: none;
}

[data-language=French] .header__img:last-child {
  order: -1;
}

.header {
  margin: 0 auto;
  background-color: #f5000a;
}

.header__img-wrapper {
  display: grid;
  grid-template-rows: 1fr;
  margin: 0 auto;
  max-width: 540px;
  background-color: #ffffff;
}

.header__img {
  grid-column: 1;
  grid-row: 1;
}

.width-container {
  font-size: clamp(0.75em, 0.3864em + 1.8182vw, 1em);
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 2em;
  max-width: 540px;
}

.screen-data-pi {
  position: relative;
}
@media screen and (max-width: 350px) {
  .screen-data-pi .width-container {
    padding: 0 1em;
  }
}
.screen-data-pi fieldset {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  min-width: -moz-min-content;
  min-width: min-content;
}
.screen-data-pi .form-item-absolute-pos {
  position: absolute;
  top: 2em;
  left: 1em;
  margin: 0;
  font-size: 1em;
}
@media screen and (max-width: 500px) {
  .screen-data-pi .form-item-absolute-pos {
    font-size: 0.875em;
  }
}
.screen-data-pi .form-item-absolute-pos .form-block {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0.25em;
  margin: 0;
}
.screen-data-pi .form-item-absolute-pos .form-line-half {
  display: grid;
}
.screen-data-pi .form-item-absolute-pos .selection-control-label {
  padding: 0.2em;
  border: 2px solid transparent;
  text-transform: uppercase;
  line-height: 1;
}
.screen-data-pi .form-item-absolute-pos .form-line-half {
  margin: 0;
}
.screen-data-pi .form-item-absolute-pos input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  appearance: none;
}
.screen-data-pi .form-item-absolute-pos input:checked + label {
  border-radius: 0.25em;
  background-color: #ffffff;
  color: black;
  transition: border-color 300ms ease;
}
.screen-data-pi .form-item-absolute-pos input:focus + label {
  border-color: lightgray;
}
.screen-data-pi .form-item-absolute-pos label {
  border: 2px solid transparent;
  padding: 0.25em;
  color: white;
}
.screen-data-pi .form-item-absolute-pos label span {
  padding: 0;
}
.screen-data-pi .section-title {
  margin: 1.4em auto 1.5em;
  max-width: 98%;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 500px) {
  .screen-data-pi .section-title {
    font-size: 1.25em;
  }
}
.screen-data-pi .image-divider {
  margin-top: 2em;
}
.screen-data-pi .recaptcha-wrapper {
  grid-template-columns: 1fr;
  justify-content: center;
  justify-items: center;
}

.english,
.english-link,
.french,
.french-link {
  display: none;
}

[data-language=English] .english {
  display: block !important;
}
[data-language=English] .english-link {
  display: inline !important;
}

[data-language=French] .french {
  display: block !important;
}
[data-language=French] .french-link {
  display: inline !important;
}
