/* ibm-plex-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/ibm-plex-sans-v23-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/ibm-plex-sans-v23-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  scroll-behavior: smooth;
}

.visuallyHidden, .hiddenHeading, .sr-only {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
}

.navSkip {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0;
  list-style: none;
}
.navSkip a {
  transition: 0;
}
.navSkip a:active, .navSkip a:focus {
  position: absolute;
  z-index: 9;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  margin: 0px;
  padding: 15px;
  overflow: visible;
  clip: auto;
  color: #ffffff;
  background: none repeat scroll 0 0 #000;
}

*, *::before, *::after {
  box-sizing: border-box;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 100vw;
  background: #d4d4d4;
  color: #000;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.2;
  scroll-behavior: smooth;
}
@media screen and (min-width: 471px) {
  html {
    font-size: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
body {
  height: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0;
  color: #000;
}

@media (prefers-reduced-motion: reduce) {
  body *,
  body *::before,
  body *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
img {
  width: auto;
  max-width: 100% !important;
  height: auto;
}

::-moz-selection {
  color: #ffffff;
  background: #000;
}
@supports (-webkit-text-stroke: thin) {
  ::-moz-selection {
    -webkit-text-fill-color: #ffffff;
  }
}

::selection {
  color: #ffffff;
  background: #000;
}
@supports (-webkit-text-stroke: thin) {
  ::selection {
    -webkit-text-fill-color: #ffffff;
  }
}

button,
input,
select {
  font: inherit;
}

button,
a,
input,
select {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
a:hover {
  color: #e1251b;
}
h1 {
  margin: 0;
  font-size: 18px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 471px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  display: inline-block;
  margin: 0 auto 10px -30px;
  padding: 8px 20px 8px 30px;
  border-radius: 0 20px 20px 0;
  background: #ffffff;
  font-size: 16px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #000;
}
@media screen and (min-width: 471px) {
  h2 {
    font-size: 18px;
  }
}
.account-accordion h2 {
  background: #e1251b;
  color: #ffffff;
}

p {
  margin: 0px 0 15px 0;
}

.hyphens {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li, ol li {
  margin: 0;
  padding: 0;
}

ul:not(.navSkip) {
  margin: 0 0 30px 0;
  gap: 15px 30px;
}
ul:not(.navSkip).layoutGrid-1-1 {
  margin-top: 30px;
}
ul:not(.navSkip) li {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
}
ul:not(.navSkip) li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 4px;
  top: 11px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #000 no-repeat center center;
}
ul:not(.navSkip) ul {
  margin: 8px 0;
}
ul:not(.navSkip) ul li {
  margin-bottom: 5px;
  font-size: 16px;
}
ul:not(.navSkip) ul li:before {
  width: 8px;
  height: 1px;
  top: 12px;
}

ol {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
  counter-reset: step;
}
ol li {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding: 2px 0 2px 40px;
  font-size: 16px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 471px) {
  ol li {
    font-size: 18px;
  }
}
ol li:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 28px;
  height: 28px;
  top: 0;
  left: 0;
  background: #e1251b;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

strong, b {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

em, i {
  font-style: italic;
}

.divider, hr {
  clear: both;
  position: relative;
  display: block;
  width: 100%;
  height: 1px !important;
  margin: 40px 0px 40px 0px;
  padding: 0 !important;
  border: 0;
  font-size: 0;
  line-height: 0;
  background: #000;
}

figure {
  margin: 0;
  line-height: 0;
}
figure figcaption {
  display: block;
  margin: 15px auto;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  font-size: 14px;
  line-height: 1;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #7f7f7f;
}

form {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0px 0 30px 0;
  background: none;
}
form .form-note {
  margin: 2px 0 0 0;
  color: #7f7f7f;
  font-size: 13px;
}
.form-message {
  margin: 0;
  color: #9f180f;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.form-message.success {
  color: #26733b;
}

.account-logout-form {
  display: none;
}

.certificate-section {
  margin-top: 10px;
  padding-top: 24px;
  border-top: 1px solid #000;
}
.certificate-section form {
  padding-bottom: 0;
}

.group-summary {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 4px 8px;
  margin: 0 0 15px 0;
}
.group-summary dt {
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.group-summary dt::after {
  content: ":";
}
.group-summary dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.form-message[data-message-type=success] {
  color: #26733b;
}

label {
  width: 100%;
  margin: 0 0 2px 0;
  color: #000;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

input, textarea, select, file, button[type=submit] {
  display: block;
  width: 100%;
  margin: 2px 0 0px 0;
  padding: 8px 20px;
  border: 0px solid transparent;
  background: white;
  color: #000;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  text-align: left;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (min-width: 471px) {
  input, textarea, select, file, button[type=submit] {
    font-size: 18px;
  }
}

input:focus, textarea:focus, input:hover, textarea:hover {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #9f180f;
}

input[type=submit], button[type=submit], button[type=button] {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0 auto 15px 0;
  padding: 8px 20px 8px 20px;
  border: none;
  background: #9f180f;
  color: #ffffff;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  cursor: pointer;
}
input[type=submit]:hover, button[type=submit]:hover, button[type=button]:hover {
  background: #000;
}

body {
  margin: 0;
  min-width: 320px;
  background: #d4d4d4;
  color: #000;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.25;
  color-scheme: light;
}
@media screen and (min-width: 641px) {
  body {
    padding-block: 36px;
  }
}

.page-shell {
  position: relative;
  width: min(100%, 640px);
  min-height: 100svh;
  margin-inline: auto;
  padding: 0 30px 30px 30px;
  overflow: hidden;
  background: #fbecd5;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.13);
}
@media screen and (min-width: 641px) {
  .page-shell {
    min-height: calc(100svh - 72px);
    border-radius: 30px;
  }
}
.page-shell::before, .page-shell::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  background: #e1251b;
}
.page-shell::before {
  left: 0;
}
.page-shell::after {
  right: 0;
}
.page-shell .headerTop {
  text-align: right;
  margin-right: -18px;
  margin-bottom: 15px;
}
.page-shell .headerMain {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 30px;
  align-items: center;
  margin-bottom: 24px;
}
.page-shell .headerMain figure {
  position: relative;
  padding-bottom: 10px;
}
.page-shell .headerMain figure::after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  top: 0;
  right: -15px;
  background: #000;
}
.page-shell .headerMain figure svg {
  width: 82px;
}
.page-shell .headerMain figure svg path {
  fill: #e1251b;
}
.page-shell .site-footer {
  margin-top: 30px;
  text-align: center;
  font-size: 11px;
}
@media screen and (min-width: 471px) {
  .page-shell .site-footer {
    font-size: 14px;
  }
}
.page-shell .site-footer a {
  color: #000;
  text-decoration: none;
}
.page-shell .site-footer a:hover {
  text-decoration: underline;
}

.account-accordion {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.42s ease;
  width: calc(100% + 36px);
  margin: 0 -18px;
}
.account-accordion .account-inner {
  overflow: hidden;
}
.account-accordion.is-open {
  grid-template-rows: 1fr;
}
.account-accordion .account-panel {
  margin: 0px 0;
  padding: 0 20px 20px 20px;
}

button {
  cursor: pointer;
}

button[type=button].account-button, a.account-button {
  width: 120px;
  min-height: 55px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px 15px;
  border: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 20px !important;
  background: #e1251b;
  color: #ffffff;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 471px) {
  button[type=button].account-button, a.account-button {
    min-height: 36px;
  }
}
button[type=button].account-button:hover, a.account-button:hover {
  background: #9f180f;
}
button[type=button].account-button:focus-visible, a.account-button:focus-visible {
  outline: 3px solid #9f180f;
  outline-offset: -5px;
}
button[type=button].account-button svg, a.account-button svg {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
}
button[type=button].account-button svg path, a.account-button svg path {
  fill: #ffffff;
  fill-rule: evenodd;
}

.module {
  position: relative;
  padding: 24px 0;
  border-top: 1px solid #000;
}
.module.moduleResult .result-layout {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0px;
  align-items: center;
  min-height: 140px;
}
@media screen and (min-width: 471px) {
  .module.moduleResult .result-layout {
    grid-template-columns: 1fr 1fr;
  }
}
.module.moduleResult .result-layout .result-number {
  margin: 0;
  color: #e1251b;
  font-size: clamp(20px, 2vw, 40px);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 0.98;
}
.module.moduleResult .result-layout .progress-visual {
  --fill-level: 0%;
  --progress-position: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 49px;
  align-items: stretch;
  gap: 8px;
  min-height: 188px;
}
@media screen and (min-width: 471px) {
  .module.moduleResult .result-layout .progress-visual {
    grid-template-columns: 1fr 60px;
  }
}
.module.moduleResult .result-layout .progress-visual figure {
  display: flex;
  align-items: center;
  margin: 0;
}
.module.moduleResult .result-layout .progress-visual figure svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to bottom, #ffffff 0, #ffffff calc(100% - var(--fill-level)), #e1251b calc(100% - var(--fill-level)), #e1251b 100%);
}
.module.moduleResult .result-layout .progress-visual figure svg path {
  fill: #fbecd5;
  fill-rule: evenodd;
}
.module.moduleResult .result-layout .progress-visual .progress-scale {
  position: relative;
  min-height: 188px;
}
.module.moduleResult .result-layout .progress-visual .progress-scale .progress-label {
  position: absolute;
  right: 0;
  color: #7f7f7f;
  font-size: 15px;
  line-height: 1;
  white-space: nowrap;
}
.module.moduleResult .result-layout .progress-visual .progress-scale .progress-label:first-child {
  top: 0;
}
.module.moduleResult .result-layout .progress-visual .progress-scale .progress-label:last-child {
  bottom: 0;
}
@media screen and (min-width: 471px) {
  .module.moduleResult .result-layout .progress-visual .progress-scale .progress-label {
    font-size: 18px;
  }
}
.module.moduleResult .result-layout .progress-visual .progress-scale .progress-label.current {
  top: var(--progress-position);
  transform: translateY(-50%);
  color: #e1251b;
  font-size: 18px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 471px) {
  .module.moduleResult .result-layout .progress-visual .progress-scale .progress-label.current {
    font-size: 21px;
  }
}
.module.moduleLeader ol li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: baseline;
}
.module.moduleLeader ol li .leader-counter {
  color: #7f7f7f;
  font-size: 0.75em;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
.module.moduleLeader ol li:nth-child(4) {
  opacity: 0.3;
}
.module.moduleLeader ol li:nth-child(4):hover {
  opacity: 1;
}
.module.moduleLeader ol li:nth-child(5) {
  opacity: 0.2;
}
.module.moduleLeader ol li:nth-child(5):hover {
  opacity: 1;
}
.module.moduleTimeline .timeline {
  position: relative;
  margin: 16px 8px 0;
  padding: 40px 0 50px 0;
}
.module.moduleTimeline .timeline .timeline-points {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--timeline-days, 11), 1fr);
  align-items: center;
  width: calc(100% + 20px);
  margin: 0 -10px;
  min-height: 30px;
  text-align: center;
}
.module.moduleTimeline .timeline .timeline-points .timeline-point {
  position: relative;
  z-index: 1;
  justify-self: center;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #000;
}
.module.moduleTimeline .timeline .timeline-points .timeline-point.is-current {
  width: 28px;
  height: 28px;
  background: #e1251b;
}
.module.moduleTimeline .timeline .timeline-points .timeline-point.is-current::before {
  content: attr(data-label);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 13px);
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 16px;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 471px) {
  .module.moduleTimeline .timeline .timeline-points .timeline-point.is-current::before {
    font-size: 18px;
  }
}
.module.moduleTimeline .timeline .timeline-edge {
  position: absolute;
  display: block;
  top: 70px;
  color: #7f7f7f;
  font-size: 11px;
  padding-top: 15px;
}
@media screen and (min-width: 471px) {
  .module.moduleTimeline .timeline .timeline-edge {
    font-size: 14px;
  }
}
.module.moduleTimeline .timeline .timeline-edge.start {
  left: 0px;
  padding-left: 12px;
  border-left: 1px solid #7f7f7f;
}
@media screen and (min-width: 471px) {
  .module.moduleTimeline .timeline .timeline-edge.start {
    left: 7px;
  }
}
@media screen and (min-width: 641px) {
  .module.moduleTimeline .timeline .timeline-edge.start {
    left: 15px;
  }
}
.module.moduleTimeline .timeline .timeline-edge.end {
  right: 0px;
  padding-right: 12px;
  text-align: right;
  border-right: 1px solid #7f7f7f;
}
@media screen and (min-width: 471px) {
  .module.moduleTimeline .timeline .timeline-edge.end {
    right: 7px;
  }
}
@media screen and (min-width: 641px) {
  .module.moduleTimeline .timeline .timeline-edge.end {
    right: 15px;
  }
}
