/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #172124;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 1.5rem;
  }
}
@media (max-width: 374px) {
  body {
    font-size: 1.4rem;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2);
  color: inherit;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 6rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .h1,
  h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
  h1 {
    font-size: 4rem;
  }
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 3.3rem;
  }
}
@media (max-width: 374px) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}
h1 em {
  margin-right: -1.4rem;
  font-style: normal;
  color: #00E6E9;
}
@media (max-width: 1023px) {
  h1 em {
    margin-right: -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  h1 em {
    margin-right: -0.7rem;
  }
}
.h2,
h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.8;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .h2,
  h2 {
    font-size: 3.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
  h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 575px) {
  .h2,
  h2 {
    font-size: 3rem;
  }
}
@media (max-width: 374px) {
  .h2,
  h2 {
    font-size: 2.5rem;
  }
}
h2 em {
  margin-right: -1rem;
  font-style: normal;
  color: #00E6E9;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  h2 em {
    margin-right: -0.5rem;
  }
}
.h3,
h3 {
  font-size: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
  h3 {
    font-size: 2.7rem;
  }
}
@media (max-width: 575px) {
  .h3,
  h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 374px) {
  .h3,
  h3 {
    font-size: 2rem;
  }
}
.h4,
h4 {
  font-size: 2.4rem;
}
@media (max-width: 575px) {
  .h4,
  h4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 374px) {
  .h4,
  h4 {
    font-size: 1.8rem;
  }
}
.h5,
h5 {
  font-size: 1.6rem;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Box 
\* ------------------------------------------------------------ */
.box {
  padding: 1.9rem 4.9rem 2.7rem 3.8rem;
  display: grid;
  background: #172124;
  min-height: 49.2rem;
  border-radius: 1.5rem;
  border: 1rem solid #fff;
}
@media (max-width: 1023px) {
  .box {
    padding: 2rem 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .box {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 374px) {
  .box {
    border-width: 0.5rem;
  }
}
.box .box__inner {
  height: 100%;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  padding: 1.6rem 2.9rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  font-size: 1.2rem;
  font-weight: 800;
  color: #00E6E9;
  border: 0.2rem solid currentColor;
  text-transform: uppercase;
  border-radius: 0.6rem;
  line-height: 1.05;
  word-break: break-word;
  transition: background-color 0.4s;
}
@media (max-width: 1023px) {
  .btn {
    padding: 1.6rem 2rem;
  }
}
@media (hover: hover) {
  .btn:hover {
    background: rgba(105, 113, 126, 0.75);
  }
}
.btn:active {
  background: #fff;
}
/*  Btn Big  */
.btn--big {
  padding: 1.5rem 3.5rem 1.4rem;
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .btn--big {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--big {
    font-size: 1.6rem;
  }
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox {
  line-height: 1.2;
  isolation: isolate;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  appearance: none;
}
.checkbox label {
  position: relative;
  padding-left: 2rem;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  background: none;
  border: 0.1rem solid #fff;
  border-radius: 0.1rem;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.checkbox label:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.1rem;
  width: 0.9rem;
  height: 0.9rem;
  background: #00E6E9;
  z-index: -1;
  opacity: 0;
}
.checkbox input:checked ~ label:after {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  font-size: 1.2rem;
  line-height: 1.33;
}
@media (max-width: 374px) {
  .copyright {
    font-size: 1rem;
  }
}
.copyright a {
  text-decoration: none;
  transition: color 0.4s;
}
@media (hover: hover) {
  .copyright a:hover {
    color: #00E6E9;
  }
}
/* ------------------------------------------------------------ *\
	Feedback grid
\* ------------------------------------------------------------ */
.feedback-grid .feedback__table td {
  padding: 1.2rem 1.5rem 1.1rem;
  line-height: 1.16;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feedback-grid .feedback__table td {
    padding: 1rem;
  }
}
@media (max-width: 575px) {
  .feedback-grid .feedback__table td {
    padding: 1rem 0.5rem;
  }
}
.feedback-grid .feedback__table th {
  padding: 1rem 2.1rem 3.4rem;
  font-size: 1.8rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .feedback-grid .feedback__table th {
    padding: 1rem 1rem 2rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feedback-grid .feedback__table th {
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .feedback-grid .feedback__table th {
    vertical-align: bottom;
  }
}
@media (max-width: 575px) {
  .feedback-grid .feedback__table th span {
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-align: left;
    transform: rotate(180deg);
    white-space: nowrap;
  }
}
.feedback-grid .feedback__table td:first-child {
  padding-left: 0;
  padding-right: 6%;
  font-size: 2.4rem;
}
@media (max-width: 1399px) {
  .feedback-grid .feedback__table td:first-child {
    padding-right: 2%;
  }
}
@media (max-width: 1199px) {
  .feedback-grid .feedback__table td:first-child {
    font-size: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .feedback-grid .feedback__table td:first-child {
    padding-right: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feedback-grid .feedback__table td:first-child {
    padding-right: 1rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .feedback-grid .feedback__table td:first-child {
    font-size: 1.4rem;
  }
}
.feedback-grid .feedback-table__col-size-1 {
  width: 56%;
}
.feedback-grid .feedback-table__col-size-2 {
  width: 9.3%;
}
@media (max-width: 1399px) {
  .feedback-grid .feedback-table__col-size-2 {
    width: 11%;
  }
}
@media (max-width: 1199px) {
  .feedback-grid .feedback-table__col-size-2 {
    width: 12.5%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feedback-grid .feedback-table__col-size-2 {
    width: 13%;
  }
}
@media (max-width: 575px) {
  .feedback-grid .feedback-table__col-size-2 {
    width: auto;
  }
}
.feedback-grid .feedback__actions {
  padding-top: 6.9rem;
  text-align: center;
}
.feedback-grid .feedback__radio {
  text-align: center;
}
.feedback-grid .feedback__radio label {
  padding-left: 2.5rem;
}
@media (max-width: 374px) {
  .feedback-grid .feedback__radio label {
    padding-left: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Field
\* ------------------------------------------------------------ */
.field {
  padding: 1rem 1.6rem 0.9rem;
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: none;
  border-radius: 0.5rem;
  color: #69717E;
  font-size: 1.4rem;
  box-shadow: 0 0 0 0.2rem transparent;
  transition: box-shadow 0.4s;
}
.field::placeholder {
  opacity: 0.5;
}
.field:focus {
  box-shadow: 0 0 0.1rem 0.2rem #00E6E9;
}
.field::-webkit-outer-spin-button, .field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.field[type=number] {
  -moz-appearance: textfield;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 4.1rem 0;
}
.footer .footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer .footer__inner {
    display: block;
  }
}
.footer .footer__aside {
  max-width: 45rem;
  flex: 2;
  order: -1;
}
@media (max-width: 1199px) {
  .footer .footer__aside {
    flex: 0 1 auto;
  }
}
@media (max-width: 1023px) {
  .footer .footer__aside {
    text-align: center;
    margin: 0 auto;
  }
}
.footer .footer__content {
  padding-left: 3rem;
  flex: 1 0 auto;
}
@media (max-width: 1023px) {
  .footer .footer__content {
    margin-bottom: 2rem;
    padding-left: 0;
    flex: 1;
  }
}
/* ------------------------------------------------------------ *\
	Form Questions
\* ------------------------------------------------------------ */
.form-questions {
  /*  Form Col Size 1  */
  /*  Form Col Size 2  */
  /*  Form Col Auto  */
}
.form-questions h4,
.form-questions .form__label {
  margin-bottom: 0.9rem;
  font-weight: 700;
  font-size: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-questions h4,
  .form-questions .form__label {
    font-size: 1.8rem;
  }
}
.form-questions .form__label {
  margin-bottom: 1rem;
  display: inline-block;
}
.form-questions .form__cols {
  margin: -1.2rem -1rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-questions .form__cols {
    display: block;
  }
}
.form-questions .form__col {
  padding: 1.2rem 1rem;
  flex: 1;
}
.form-questions .form__col.offset-top {
  margin-top: 0.5rem;
}
.form-questions .form__col.align-end {
  align-self: flex-end;
}
.form-questions .form__col--size-1 {
  flex: 0 0 28.3%;
  max-width: 28.3%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-questions .form__col--size-1 {
    max-width: 100%;
  }
}
.form-questions .form__col--size-2 {
  flex: 0 0 39%;
  max-width: 39%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form-questions .form__col--size-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form-questions .form__col--auto {
  flex: 0 0 auto;
}
@media (max-width: 1023px) {
  .form-questions .form__col--auto {
    flex: 0 0 100%;
  }
}
.form-questions .form__row + .form__row {
  margin-top: 1.2rem;
}
.form-questions .form__actions {
  padding-bottom: 0.2rem;
}
.form-questions .form__btn {
  padding: 1.5rem 3.4rem 1.4rem;
  background: none;
}
@media (hover: hover) {
  .form-questions .form__btn:hover {
    background: rgba(105, 113, 126, 0.75);
  }
  .form-questions .form__btn:active {
    background: #fff;
  }
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .form__head {
  margin-bottom: 3.1rem;
}
.form .form__head h4 {
  font-size: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__head h4 {
    font-size: 1.8rem;
  }
}
.form .form__body {
  margin-bottom: 3rem;
  max-width: 49.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .form__body {
    max-width: none;
  }
}
.form .form__row + .form__row {
  margin-top: 2.2rem;
}
.form .form__btn {
  padding: 1.5rem 3.4rem 1.4rem;
  background: none;
}
@media (hover: hover) {
  .form .form__btn:hover {
    background: rgba(105, 113, 126, 0.75);
  }
  .form .form__btn:active {
    background: #fff;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
/* ------------------------------------------------------------ *\
	header 
\* ------------------------------------------------------------ */
.header {
  padding-top: 6.4rem;
}
@media (max-width: 1023px) {
  .header {
    padding-top: 4.7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding-top: 3rem;
  }
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__utilities ul {
  display: flex;
  align-items: center;
}
.header .header__utilities li {
  list-style-type: none;
  display: inline-flex;
  align-items: center;
}
.header .header__utilities li:not(:last-child) {
  margin-right: 2.5rem;
  padding-right: 2.6rem;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__utilities li:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
  }
}
.header .header__utilities li:not(:last-child):after {
  content: "	";
  background: #69717E;
  width: 0.2rem;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 1rem;
}
.header .header__utilities a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  transition: color 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__utilities a {
    font-size: 1.4rem;
  }
}
@media (max-width: 374px) {
  .header .header__utilities a {
    font-size: 1.2rem;
  }
}
@media (hover: hover) {
  .header .header__utilities a:hover {
    color: #00E6E9;
  }
}
/* ------------------------------------------------------------ *\
	List Buttons
\* ------------------------------------------------------------ */
.list-buttons {
  margin: -1rem -1.6rem;
  width: 100%;
  display: flex;
}
@media (max-width: 1399px) {
  .list-buttons {
    margin: -1rem -0.7rem;
  }
}
@media (max-width: 1199px) {
  .list-buttons {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-buttons {
    margin: 0;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(15.5rem, auto));
  }
}
.list-buttons li {
  flex: 0 1 auto;
  padding: 1rem 1.6rem;
  display: flex;
  max-width: 16.8rem;
  list-style-type: none;
  max-width: 21.2rem;
}
@media (max-width: 1399px) {
  .list-buttons li {
    padding: 1rem 0.7rem;
  }
}
@media (max-width: 1023px) {
  .list-buttons li {
    min-width: auto;
    max-width: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-buttons li {
    padding: 0;
    display: grid;
  }
}
.list-buttons li.size-1 {
  flex: 0 0 auto;
  max-width: 16.9rem;
}
@media (max-width: 1023px) {
  .list-buttons li.size-1 {
    max-width: none;
  }
}
.list-buttons li.size-2 {
  flex: 0 0 auto;
  max-width: 18.8rem;
}
@media (max-width: 1023px) {
  .list-buttons li.size-2 {
    max-width: none;
  }
}
/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */
.list-links {
  margin: -1rem -1rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .list-links {
    justify-content: flex-start;
  }
}
.list-links li {
  padding: 1rem 1rem 0;
  list-style-type: none;
}
.list-links a {
  text-decoration: none;
  transition: color 0.4s;
}
@media (hover: hover) {
  .list-links a:hover {
    color: #69717E;
  }
  .list-links a:hover strong {
    color: #00E6E9;
  }
}
.list-links a:active {
  color: #fff;
  text-shadow: -0.1rem 0 0.1rem currentColor;
}
.list-links a:active strong {
  color: #00E6E9;
}
.list-links a strong {
  transition: color 0.4s;
}
/*  Listn Links  */
.list-links--alt {
  margin: 0;
  display: block;
  font-size: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-links--alt {
    font-size: 1.8rem;
  }
}
@media (max-width: 374px) {
  .list-links--alt {
    font-size: 1.6rem;
  }
}
.list-links--alt h3 {
  margin-bottom: 0;
}
.list-links--alt li {
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.list-links--alt li + li {
  margin-top: 3.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-links--alt li + li {
    margin-top: 3rem;
  }
}
@media (max-width: 374px) {
  .list-links--alt li + li {
    margin-top: 2rem;
  }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
.list {
  padding-left: 1.6%;
}
.list li {
  padding-left: 1.1rem;
  position: relative;
  list-style-type: none;
}
.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  background: currentColor;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
}
.list li + li {
  margin-top: 1.1rem;
}
/* ------------------------------------------------------------ *\
	Login
\* ------------------------------------------------------------ */
.login {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.login img {
  margin-right: 1.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .login img {
    margin-right: 0.8rem;
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (max-width: 374px) {
  .login img {
    width: 1.8rem;
    height: 1.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  width: 100%;
  max-width: 21.2rem;
}
@media (max-width: 1023px) {
  .logo {
    max-width: 15rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    max-width: 13rem;
  }
}
@media (max-width: 374px) {
  .logo {
    max-width: 9.5rem;
  }
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  flex: 1;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .nav {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  .nav {
    font-size: 1.2rem;
  }
}
.nav ul {
  margin: -0.5rem -1.67%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .nav ul {
    justify-content: center;
  }
}
.nav li {
  padding: 0.5rem 1.67%;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .nav li {
    padding: 0.5rem 1.5rem;
  }
}
.nav a {
  text-decoration: none;
  transition: color 0.4s;
}
@media (hover: hover) {
  .nav a:hover {
    color: #00E6E9;
  }
}
/*  Nav Alt  */
.nav--alt {
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.22;
}
@media (max-width: 1399px) {
  .nav--alt {
    font-size: 1.7rem;
  }
}
@media (max-width: 1023px) {
  .nav--alt {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav--alt {
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .nav--alt {
    font-size: 1.3rem;
  }
}
@media (max-width: 374px) {
  .nav--alt {
    font-size: 1.2rem;
  }
}
.nav--alt ul {
  margin: 0;
  display: block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav--alt ul {
    margin: -0.5rem;
    display: flex;
  }
}
@media (max-width: 374px) {
  .nav--alt ul {
    margin: -0.2rem -0.4rem;
  }
}
.nav--alt li {
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav--alt li {
    padding: 0.5rem;
  }
}
@media (max-width: 374px) {
  .nav--alt li {
    padding: 0.2rem 0.4rem;
  }
}
.nav--alt li:not(:last-child) {
  margin-bottom: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav--alt li:not(:last-child) {
    margin-bottom: 0;
  }
}
.nav--alt li.is-current a {
  color: #172124;
}
.nav--alt a {
  text-decoration: none;
  transition: color 0.4s;
}
@media (hover: hover) {
  .nav--alt a:hover {
    color: #00E6E9;
  }
}
/* ------------------------------------------------------------ *\
	Progress Bar
\* ------------------------------------------------------------ */
.progress-bar {
  width: 100%;
  border-radius: 2rem;
  border: 0.2rem solid #fff;
  isolation: isolate;
  overflow: hidden;
}
.progress-bar span {
  margin: 0 -0.1rem;
  display: block;
  background: #00E6E9;
  border-radius: 2rem;
  height: 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .progress-bar span {
    height: 1.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Quiz
\* ------------------------------------------------------------ */
.quiz {
  padding-top: 0.7rem;
}
@media (max-width: 1199px) {
  .quiz {
    padding-top: 0;
  }
}
.quiz .quiz__question {
  margin-bottom: 5.2rem;
  font-size: 5rem;
  text-transform: none;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .quiz .quiz__question {
    font-size: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .quiz .quiz__question {
    margin-bottom: 3rem;
    font-size: 2.7rem;
  }
}
@media (max-width: 374px) {
  .quiz .quiz__question {
    font-size: 2rem;
  }
}
.quiz .quiz__question-options {
  margin-bottom: 9.2rem;
  padding-left: 5rem;
  font-size: 3.5rem;
}
@media (max-width: 1023px) {
  .quiz .quiz__question-options {
    padding-left: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .quiz .quiz__question-options {
    margin-bottom: 7rem;
    padding-left: 1rem;
    line-height: 1.2;
  }
}
@media (max-width: 374px) {
  .quiz .quiz__question-options {
    margin-bottom: 5rem;
  }
}
.quiz .quiz__question-options li {
  list-style-type: none;
}
.quiz .quiz__question-options li + li {
  margin-top: 3.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .quiz .quiz__question-options li + li {
    margin-top: 2rem;
  }
}
@media (max-width: 575px) {
  .quiz .quiz__question-options li + li {
    margin-top: 1rem;
  }
}
.quiz .quiz__progress-bar {
  margin-bottom: 1.4rem;
}
.quiz .quiz__status {
  text-align: center;
  font-size: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .quiz .quiz__status {
    font-size: 2rem;
  }
}
@media (max-width: 374px) {
  .quiz .quiz__status {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio {
  position: relative;
}
.radio input {
  appearance: none;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.radio label {
  position: relative;
  padding-left: 1.5rem;
}
.radio label:before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: #fff;
  border-radius: 50%;
  border: 0.1rem solid #69717E;
}
.radio label:after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: none;
  box-shadow: inset 0 0 0 0.3rem #00E6E9;
  position: absolute;
  top: 0.5rem;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.4s;
}
.radio input:checked + label:after {
  opacity: 1;
}
/*  Radio ALt  */
.radio--alt label {
  padding-left: 4.8rem;
  font-size: 3.5rem;
}
@media (max-width: 1199px) {
  .radio--alt label {
    font-size: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .radio--alt label {
    padding-left: 3rem;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 374px) {
  .radio--alt label {
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
}
.radio--alt label:before {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 0.2rem;
  background: none;
  top: 0.8rem;
  transition: background-color 0.4s;
}
@media (max-width: 1199px) {
  .radio--alt label:before {
    top: 0.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .radio--alt label:before {
    width: 2rem;
    height: 2rem;
  }
}
@media (max-width: 374px) {
  .radio--alt label:before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.2rem;
  }
}
.radio--alt label:after {
  display: none;
}
.radio--alt input:checked + label:before {
  background: #fff;
}
/* ------------------------------------------------------------ *\
	Radios
\* ------------------------------------------------------------ */
.radios {
  padding-left: 0.8rem;
  line-height: 1.25;
}
.radios ul {
  margin: -0.2rem -1rem;
}
.radios li {
  padding: 0.2rem 1rem;
  list-style-type: none;
}
/*  Radios Cols 3  */
.radios--cols-3 {
  padding-right: 11.5%;
}
@media (max-width: 1199px) {
  .radios--cols-3 {
    padding-right: 0;
  }
}
.radios--cols-3 ul {
  column-count: 3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .radios--cols-3 ul {
    column-count: 2;
  }
}
@media (max-width: 374px) {
  .radios--cols-3 ul {
    column-count: 1;
  }
}
/* ------------------------------------------------------------ *\
	Section primary
\* ------------------------------------------------------------ */
.section-primary {
  padding: 8.7rem 0 4.4rem;
  isolation: isolate;
  overflow: hidden;
}
.section-primary .section__head {
  margin-bottom: 4.8rem;
}
.section-primary .section__head h2 + h4 {
  margin-top: 0.4rem;
}
.section-primary .section__head h4 {
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: 800;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-primary .section__head h4 {
    padding-left: 1rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 374px) {
  .section-primary .section__head h4 {
    font-size: 1.6rem;
  }
}
.section-primary .section__body {
  margin-bottom: 4.3rem;
  padding-left: 7%;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .section-primary .section__body {
    padding-left: 3%;
  }
}
@media (max-width: 1199px) {
  .section-primary .section__body {
    padding-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-primary .section__body {
    margin-bottom: 3rem;
    display: block;
  }
}
.section-primary .section__body-aside {
  padding: 2.7rem 0 2.7rem 5%;
  order: 2;
  flex: 1;
  max-width: 23.6rem;
  position: relative;
  isolation: isolate;
}
@media (max-width: 1399px) {
  .section-primary .section__body-aside {
    max-width: 22rem;
  }
}
@media (max-width: 1199px) {
  .section-primary .section__body-aside {
    padding-left: 2rem;
    max-width: 20rem;
  }
}
@media (max-width: 1023px) {
  .section-primary .section__body-aside {
    max-width: 18rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-primary .section__body-aside {
    margin-bottom: 3rem;
    padding: 2.5rem 2rem 2rem;
    max-width: none;
  }
}
.section-primary .section__body-aside:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  left: calc((-139.2rem) + 100%);
  width: 100vw;
  height: 100%;
  background: #69717E;
  border-radius: 100vw 0 0 100vw;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-primary .section__body-aside:before {
    border-radius: 100vw;
  }
}
@media (max-width: 1422px) {
  .section-primary .section__body-aside:before {
    left: auto;
    right: -1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-primary .section__body-aside:before {
    right: 0;
    width: 100%;
  }
}
.section-primary .section__body-content {
  position: relative;
  z-index: 10;
  flex: 1;
  max-width: calc(100% - 23.6rem);
}
@media (max-width: 1399px) {
  .section-primary .section__body-content {
    max-width: calc(100% - 22rem);
  }
}
@media (max-width: 1199px) {
  .section-primary .section__body-content {
    max-width: calc(100% - 20rem);
  }
}
@media (max-width: 1023px) {
  .section-primary .section__body-content {
    max-width: calc(100% - 18rem);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-primary .section__body-content {
    max-width: none;
  }
}
.section-primary .section__foot {
  padding: 0 19.6% 0 9.9%;
}
@media (max-width: 1399px) {
  .section-primary .section__foot {
    padding: 0 18.5% 0 4%;
  }
}
@media (max-width: 1199px) {
  .section-primary .section__foot {
    padding: 0;
  }
}
/*  Section Primary Alt  */
.section-primary--alt {
  padding-top: 7.6rem;
}
.section-primary--alt .section__head {
  margin-bottom: 3rem;
}
.section-primary--alt .section__head h2 {
  margin-bottom: 0;
}
.section-primary--alt .section__body {
  padding-left: 0;
}
.section-primary--alt .section__foot {
  padding-left: 1.5%;
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 8.8rem 0 10rem;
}
.section .section__head {
  margin-bottom: 3.9rem;
  padding-bottom: 4.4rem;
  border-bottom: 0.1rem solid #00E6E9;
}
.section .section__actions {
  text-align: center;
}
.section h1 + .section__list {
  margin-top: 7.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section h1 + .section__list {
    margin-top: 5rem;
  }
}
@media (max-width: 374px) {
  .section h1 + .section__list {
    margin-top: 3rem;
  }
}
/*  Section ALt  */
.section--alt .section__head {
  margin-bottom: 3.1rem;
  padding-bottom: 1.4rem;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 139.2rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
  display: grid;
  grid-auto-rows: 1fr auto;
  height: 100%;
  max-width: 100%;
  /*  Table Col 1 of 3  */
  /*  Table Col Size 1  */
  /*  Table Col Size 2  */
}
@media (max-width: 1023px) {
  .table table {
    min-width: max-content;
  }
}
.table th {
  font-weight: 800;
}
.table thead {
  border-bottom: 0.1rem solid #00E6E9;
}
.table thead th {
  padding: 0.5rem 4rem;
  text-align: left;
}
.table thead th:first-child {
  padding-left: 2rem;
}
.table tbody {
  padding: 1rem 0 0;
}
.table tbody td {
  line-height: 1.24;
  padding: 0 4rem;
}
.table tbody td:first-child {
  padding-left: 0;
}
.table tbody th {
  padding: 1rem 0 0.5rem;
  text-align: left;
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #69717E;
}
.table tbody tr:first-child td {
  padding-top: 0.6rem;
}
.table .table__col {
  width: auto;
}
.table .table__col--1of3 {
  width: 33.3333333333%;
}
@media (max-width: 1199px) {
  .table .table__col--1of3 {
    width: auto;
  }
}
.table .table__col--size-1 {
  width: 21.5%;
}
.table .table__col--size-2 {
  width: 26.2%;
}
.table .table__inner {
  position: relative;
  overflow: hidden;
}
.table .table__inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.1rem;
  z-index: 3;
  background: linear-gradient(to left, #172124, transparent);
  width: 3rem;
  height: 100%;
}
.table .table__content {
  border-bottom: 0.1rem solid #69717E;
  height: 100%;
  overflow-x: auto;
}
.table .table__footer {
  padding: 1.9rem 0.3rem 0 0.5%;
  font-size: 1.4rem;
}
.table tbody a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: color 0.4s;
}
@media (hover: hover) {
  .table tbody a:hover {
    color: #00E6E9;
  }
}
.table tbody a img {
  margin-right: 1rem;
}
/*  Table Alt  */
.table--alt thead th:first-child {
  padding-left: 0;
}
.table--alt tbody td {
  padding: 0.5rem 1rem 0.3rem;
  font-size: 1.2rem;
}
.table--alt tbody tr:first-child th {
  padding-top: 2.9rem;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */