﻿*,
:after,
:before {
  box-sizing: border-box;
}
:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}
html {
  cursor: default;
  line-height: 1.5;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  margin: 0;
}
hr {
  height: 0;
  overflow: visible;
}
main {
  display: block;
}
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
iframe,
img {
  border-style: none;
}
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
button,
input,
select {
  margin: 0;
}
button {
  overflow: visible;
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}
input {
  overflow: visible;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
select {
  text-transform: none;
}
textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  padding: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
details,
dialog {
  display: block;
}
dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
[hidden] {
  display: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}
[aria-hidden="false"][hidden] {
  display: inline;
  display: initial;
}
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  opacity: 1;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  opacity: 0;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes bounceOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(0.625rem) scale(0.9);
    transform: translateY(0.625rem) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateY(-0.625rem) scale(0.9);
    transform: translateY(-0.625rem) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@keyframes bounceOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(0.625rem) scale(0.9);
    transform: translateY(0.625rem) scale(0.9);
  }
  26% {
    opacity: 0;
    -webkit-transform: translateY(-0.625rem) scale(0.9);
    transform: translateY(-0.625rem) scale(0.9);
  }
  55% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes growDown {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  80% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.GradientText {
  background: linear-gradient(90deg, #f39c63, #ef5d4f);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: hsla(0, 0%, 100%, 0);
  border-radius: 10px;
  box-shadow: 0 0 transparent;
  padding: 20px;
  z-index: 1000;
}
.calendly-inline-widget {
  min-width: 1040px;
  height: 750px;
}
.popup:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
}
body.premium-modal-open {
  min-height: 100vh !important;
  overflow: hidden;
}
@media (max-width: 480px) {
  .calendly-inline-widget {
    min-width: 250px;
    width: 400px;
    height: 600px;
  }
}
.Line {
  position: relative;
  display: none;
  align-items: center;
  width: 3.875rem;
  height: 0.125rem;
  margin: 0 0 1.3rem 0.375rem;
  background-image: linear-gradient(90deg, #f29c62 0, #ef5d4f);
}
@media (min-width: 1200px) {
  .Line {
    display: flex;
  }
}
.Line:after,
.Line:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.125rem;
  height: 0.125rem;
}
.Line:before {
  left: -0.375rem;
  background-color: #f29c62;
}
.Line:after {
  right: -0.375rem;
  background-color: #ef5d4f;
}
.Button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 4.1875rem;
  padding: 0 3.5rem 0.5rem;
  border: 1px solid hsla(0, 0%, 100%, 0.8);
  border-bottom: none;
  outline: none;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: transparent;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: border-color 0.1s ease;
}
.Button:hover:after {
  background-color: linear-gradient(175deg, #f29c62, #ef5d4f);
}
.Button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 0.125rem);
  height: 0.5rem;
  background: linear-gradient(175deg, #f29c62, #ef5d4f);
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
  opacity: 1;
}
.Button:hover {
  border-color: #fff;
}
.Button:active:hover:after {
  background-color: linear-gradient(175deg, #f29c62, #ef5d4f);
}
.Button:active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 0.125rem);
  height: 0.75rem;
  background: linear-gradient(175deg, #f29c62, #ef5d4f);
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
  opacity: 1;
}
.Button.Button--Dark {
  text-align: center;
  border-color: #0a0430;
}
.Button.Button--Dark:hover:after {
  background-color: #fff;
}
.Button.Button--Dark:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 0.125rem);
  height: 0.5rem;
  background: #0a0430;
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
  opacity: 1;
}
.Button.Button--Dark:hover {
  border-color: #fff;
}
.Button.Button--Dark:active:hover:after {
  background-color: linear-gradient(175deg, #f29c62, #ef5d4f);
}
.Button.Button--Dark:active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 0.125rem);
  height: 0.75rem;
  background: #fff;
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
  opacity: 1;
}
.Button.Button--White {
  text-align: center;
}
.Button.Button--White:hover:after {
  background-color: #fff;
}
.Button.Button--White:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 0.125rem);
  height: 0.5rem;
  background: #fff;
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
  opacity: 1;
}
.Button.Button--White:hover {
  border-color: #fff;
}
.Button.Button--White:active:hover:after {
  background-color: linear-gradient(175deg, #f29c62, #ef5d4f);
}
.Button.Button--White:active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: calc(100% + 0.125rem);
  height: 0.75rem;
  background: #fff;
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
  opacity: 1;
}
.Button.Button--Compact {
  width: -webkit-max-content;
  width: max-content;
  height: 100%;
  padding: 0 1rem 0.25rem;
  border: 1px solid rgba(98, 116, 166, 0.6);
  border-left: none;
  font-size: 1rem;
  background-color: rgba(123, 100, 238, 0.15);
  transition: color 0.1s ease, border 0.1s ease;
}
.Button.Button--Compact:hover {
  color: #d9d9d9;
}
.p-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.SimpleButton {
  height: 2.5rem;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border-radius: 0.4rem;
  border: 1px solid #fff;
  line-height: 1.125rem;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  opacity: 1;
  visibility: visible;
  font-size: 0.875rem;
  font-weight: 600;
  transition: box-shadow 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity, box-shadow;
  background: transparent;
}
@media (min-width: 576px) {
  .SimpleButton {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .SimpleButton {
    padding: 0 1.5625rem;
  }
}
.SimpleButton:not(:last-of-type) {
  margin-right: 1.5rem;
}
.SimpleButton.SimpleButton--Primary {
  border: 1px solid transparent;
  background: linear-gradient(243.89deg, #d96060, #ff6868);
}
.SimpleButton.SimpleButton--Primary:not(:disabled):hover {
  background: #ff6868;
}
.SimpleButton:active {
  box-shadow: inset 0 0 0.625rem 0.25rem rgba(0, 0, 0, 0.2);
}
.SimpleButton.SimpleButton--Gradient {
  padding: 1.75rem 2rem;
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(
    90deg,
    rgba(238, 152, 95, 0.9490196078431372) 0,
    rgba(238, 121, 85, 0.9490196078431372) 50%,
    #ff6308
  );
  border-style: solid;
  border-width: 2px;
  -o-border-image: linear-gradient(
      270deg,
      #26315b 10%,
      #afbbdf 80%,
      #afbbdf 0,
      #26315b 100%,
      #afbbdf 0
    )
    20% 20% 30% 35%/1px 1px 1px 1px stretch;
  border-image: linear-gradient(
      270deg,
      #26315b 10%,
      #afbbdf 80%,
      #afbbdf 0,
      #26315b 100%,
      #afbbdf 0
    )
    20% 20% 30% 35%/1px 1px 1px 1px stretch;
}
.InlineInput {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
}
@media (min-width: 992px) {
  .InlineInput {
    height: 4rem;
  }
}
.InlineInput input {
  max-width: 15.625rem;
  height: 100%;
  padding: 0 1rem;
  border: 1px solid rgba(98, 116, 166, 0.6);
  border-right: none;
  outline: none;
  font-size: 1.125rem;
  font-weight: 600;
  color: #6274a6;
  background-color: transparent;
  transition: border 0.1s ease;
}
@media (min-width: 992px) {
  .InlineInput input {
    max-width: -webkit-max-content;
    max-width: max-content;
    padding: 0 1.8125rem;
  }
}
.InlineInput input:focus,
.InlineInput input:focus + .Button--Compact {
  border-color: rgba(98, 116, 166, 0.9);
}
.InlineInput input:-webkit-autofill,
.InlineInput input:-webkit-autofill:focus,
.InlineInput input:-webkit-autofill:hover {
  color: #6274a6;
  background-color: transparent;
  -webkit-transition: color 9999s ease-in-out 0s,
    background-color 9999s ease-in-out 0s;
  transition: color 9999s ease-in-out 0s, background-color 9999s ease-in-out 0s;
}
.InlineInput input::-webkit-input-placeholder {
  color: #6274a6;
}
.InlineInput input:-ms-input-placeholder {
  color: #6274a6;
}
.InlineInput input::placeholder {
  color: #6274a6;
}
.CompanyName {
  letter-spacing: 0.0625rem;
  font-weight: 400;
  font-family: Pixel, sans-serif;
  color: #fff;
}
.CompanyName.CompanyName--Dark {
  color: #6274a6;
}
.main-thank-you-frame {
  background: linear-gradient(191deg, #231e4e 9.6%, #0a0430 108.97%);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.main-thank-you-frame .button-book {
  padding-top: 2.375rem;
  width: 17.04rem;
  margin: auto;
}
.main-thank-you-frame .content {
  background-image: url(/assets/packs/media/landing/assets/images/header\ _svg-023187db50f028300b7cca78d3d674a7.svg);
  height: 27.3rem;
}
.main-thank-you-frame .content .content-one {
  display: flex;
  justify-content: space-between;
}
.main-thank-you-frame .content .sub-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 4.1rem auto;
  text-align: center;
}
.main-thank-you-frame .content .message-one {
  display: flex;
  width: 48.688rem;
  height: 8.375rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-family: Lato;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.0625rem;
}
@media (min-width: 1920px) {
  .main-thank-you-frame .content .message-one {
    width: 80rem;
  }
}
@media (max-width: 1616px) {
  .main-thank-you-frame .content .message-one {
    width: 51rem;
  }
}
.main-thank-you-frame .content .message-two {
  display: flex;
  width: 100%;
  height: 5.5rem;
  padding-top: 1.313rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  font-family: Lato;
  font-size: 1.87rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.65744rem;
  background: linear-gradient(90deg, #f39c63 -0.01%, #ef5d4f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1920px) {
  .main-thank-you-frame .content .message-two {
    width: 58rem;
    padding-top: unset;
  }
}
.main-thank-you-frame .second-frame {
  background: #0b052f;
  height: 44.563rem;
  flex-shrink: 0;
  padding: 4.875rem 6.75rem;
}
.main-thank-you-frame .second-frame .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.main-thank-you-frame .second-frame .container .button-book {
  margin: 0;
  padding-top: 2rem;
  width: 100%;
}
.main-thank-you-frame .second-frame .heading {
  font-family: Lato;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.375rem;
  background: linear-gradient(90deg, #f39c63 -0.01%, #ef5d4f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: 2.9rem;
}
.main-thank-you-frame .second-frame .description {
  display: flex;
  padding-top: 1.875rem;
  width: 47.625rem;
  height: 6.313rem;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-family: Lato;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.125rem;
}
@media (min-width: 1920px) {
  .main-thank-you-frame .second-frame .description {
    width: 60rem;
    padding-top: 1rem;
  }
}
.main-thank-you-frame .second-frame .bullet-point {
  padding-top: 1.875rem;
  margin-top: 1.9rem;
}
.main-thank-you-frame .second-frame .bullet-point .point {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
@media (min-width: 1920px) {
  .main-thank-you-frame .second-frame .bullet-point {
    padding-top: 1rem;
  }
}
.main-thank-you-frame .second-frame .bullet-point img {
  width: 1.313rem;
  height: 1.375rem;
}
.main-thank-you-frame .second-frame .bullet-point p {
  margin-left: 1.875rem;
  height: 3.125rem;
  color: #fff;
  font-family: Lato;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
}
.main-thank-you-frame .second-frame .image-kontra {
  padding-bottom: 4.875rem;
  width: 32.896rem;
}
.main-thank-you-frame .second-frame .image-kontra img {
  height: 19.617rem;
}
.main-thank-you-frame .second-frame .explore-training {
  padding-top: 3.25rem;
  background: linear-gradient(90deg, #f39c63 -0.01%, #ef5d4f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Lato;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8rem;
}
.main-thank-you-frame .second-frame .explore-training img {
  padding-left: 1.063rem;
}
.main-thank-you-frame .third-frame {
  display: flex;
  justify-content: space-between;
  margin: 5.3rem auto;
}
.main-thank-you-frame .third-frame .content {
  margin: auto;
}
.main-thank-you-frame .third-frame .heading {
  background: linear-gradient(90deg, #f39c63 -0.01%, #ef5d4f);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Lato;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.375rem;
  text-align: center;
}
.main-thank-you-frame .third-frame .bullet-point {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.313rem auto 0;
  grid-gap: 4rem;
  gap: 4rem;
}
.main-thank-you-frame .third-frame .bullet-point .point {
  width: 12.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
  text-align: center;
}
.main-thank-you-frame .third-frame .bullet-point .point img {
  width: 8.15rem;
  height: 8.15rem;
  padding: 1.8rem;
  border-radius: 1.25rem;
  background: rgba(123, 100, 238, 0.15);
}
.main-thank-you-frame .third-frame .bullet-point .point .point-description {
  color: #fff;
  font-family: Lato;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6875rem;
  margin-top: 3rem;
}
.main-thank-you-frame .third-frame .bullet-point .point .point-sub-description {
  margin-top: 2rem;
  width: 80%;
}
.main-thank-you-frame .last-frame {
  display: flex;
  align-items: center;
  height: 26.875rem;
  padding: 50px 69px 50px 66px;
  flex-direction: column;
  justify-content: center;
  grid-gap: 29px;
  gap: 29px;
  flex-shrink: 0;
  background: linear-gradient(90deg, #f29c62, #ef5d4f);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.main-thank-you-frame .last-frame .heading {
  color: #fff;
  font-family: Lato;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.375rem;
}
.main-thank-you-frame .last-frame .description {
  color: #2c3967;
  width: 71.875rem;
  padding-top: 1.813rem;
  font-family: Lato;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
}
@media (min-width: 1920px) {
  .main-thank-you-frame .last-frame .description {
    width: auto;
    padding-top: 1rem;
  }
}
.main-thank-you-frame .last-frame .description p {
  text-align: center;
}
.main-thank-you-frame .last-frame .last-frame-buttons {
  padding-top: 1.813rem;
  display: flex;
  align-items: center;
}
.main-thank-you-frame .last-frame .last-frame-buttons .Button--White {
  width: 17.063rem;
  border: 1px solid #0a0430;
}
.main-thank-you-frame .last-frame .last-frame-buttons .Button--White:after {
  background: #0a0430;
}
.main-thank-you-frame .last-frame .last-frame-buttons .explore-button {
  padding: 1.2rem 3rem;
  margin-left: 2.125rem;
  color: #fff;
  border: 1px solid #fff;
  font-family: Lato;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8rem;
}
section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 2000px;
  min-height: calc(100vh - 5.625rem);
  padding: 2rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
@media (min-width: 1200px) {
  section {
    align-items: center;
  }
}
@media (min-width: 768px) {
  section {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  section {
    padding: 4rem;
  }
}
section#your-score {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 2000px;
  min-height: calc(100vh - 5.625rem);
  padding: 2rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
@media (min-width: 1200px) {
  section#your-score {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  section#your-score {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  section#your-score {
    padding: 4rem;
  }
}
.Container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .Container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .Container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .Container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .Container {
    max-width: 1400px;
  }
}
.Container.Container--Centered {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Container.Container--Sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 7.5rem;
}
@media (min-width: 1200px) {
  .Container.Container--Sticky {
    top: 8.125rem;
  }
}
.HeaderMenu {
  display: none;
  height: 100%;
  word-break: normal !important;
}
@media (min-width: 1200px) {
  .HeaderMenu {
    display: block;
  }
}
.HeaderMenu .HeaderMenu__Item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.5625rem;
}
.HeaderMenu .HeaderMenu__Item:after {
  opacity: 0;
}
.HeaderMenu .HeaderMenu__Item:hover:after {
  background-color: linear-gradient(175deg, #f29c62, #ef5d4f);
}
.HeaderMenu .HeaderMenu__Item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background: linear-gradient(175deg, #f29c62, #ef5d4f);
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
}
@media screen and (max-width: 1616px) {
  .HeaderMenu .HeaderMenu__Item {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 1522px) {
  .HeaderMenu .HeaderMenu__Item {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 1450px) {
  .HeaderMenu .HeaderMenu__Item {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 1216px) {
  .HeaderMenu .HeaderMenu__Item {
    padding: 0 0.5rem;
  }
}
.HeaderMenu
  .HeaderMenu__Item:not(
    .HeaderMenu__Item--HasDropdown,
    .HeaderMenu__Item--NoSubstrate
  ):hover:hover:after {
  background-color: linear-gradient(175deg, #f29c62, #ef5d4f);
}
.HeaderMenu
  .HeaderMenu__Item:not(
    .HeaderMenu__Item--HasDropdown,
    .HeaderMenu__Item--NoSubstrate
  ):hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background: linear-gradient(175deg, #f29c62, #ef5d4f);
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
  opacity: 1;
}
.HeaderMenu .HeaderMenu__Item:not(:last-child) {
  margin-right: 2.125rem;
}
@media screen and (max-width: 1850px) and (min-width: 1150px) {
  .HeaderMenu .HeaderMenu__Item:not(:last-child) {
    margin-right: 0;
  }
}
.HeaderMenu .HeaderMenu__Item > a,
.HeaderMenu .HeaderMenu__Item label {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 1450px) and (min-width: 1150px) {
  .HeaderMenu .HeaderMenu__Item > a,
  .HeaderMenu .HeaderMenu__Item label {
    font-size: 0.9rem;
  }
}
.HeaderMenu > ul {
  display: flex;
  height: 100%;
}
.HeaderMenuJustcode {
  display: none;
  height: 100%;
}
@media (min-width: 1200px) {
  .HeaderMenuJustcode {
    display: block;
  }
}
.HeaderMenuJustcode .HeaderMenu__Item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.5625rem;
}
.HeaderMenuJustcode .HeaderMenu__Item:after {
  opacity: 0;
}
.HeaderMenuJustcode .HeaderMenu__Item:hover:after {
  background-color: linear-gradient(175deg, #f29c62, #ef5d4f);
}
.HeaderMenuJustcode .HeaderMenu__Item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background: linear-gradient(175deg, #f29c62, #ef5d4f);
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
}
@media screen and (max-width: 1450px) and (min-width: 1150px) {
  .HeaderMenuJustcode .HeaderMenu__Item {
    padding: 0 1rem;
  }
}
.HeaderMenuJustcode
  .HeaderMenu__Item:not(
    .HeaderMenu__Item--HasDropdown,
    .HeaderMenu__Item--NoSubstrate
  ):hover:hover:after {
  background-color: linear-gradient(175deg, #f29c62, #ef5d4f);
}
.HeaderMenuJustcode
  .HeaderMenu__Item:not(
    .HeaderMenu__Item--HasDropdown,
    .HeaderMenu__Item--NoSubstrate
  ):hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background: linear-gradient(175deg, #f29c62, #ef5d4f);
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
  opacity: 1;
}
.HeaderMenuJustcode .HeaderMenu__Item:not(:last-child) {
  margin-right: 2.125rem;
}
@media screen and (max-width: 1450px) and (min-width: 1150px) {
  .HeaderMenuJustcode .HeaderMenu__Item:not(:last-child) {
    margin-right: 0;
  }
}
.HeaderMenuJustcode .HeaderMenu__Item > a,
.HeaderMenuJustcode .HeaderMenu__Item label {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.125rem;
  color: #f0f2f6;
  font-weight: 600;
  cursor: pointer;
}
@media screen and (max-width: 1450px) and (min-width: 1150px) {
  .HeaderMenuJustcode .HeaderMenu__Item > a,
  .HeaderMenuJustcode .HeaderMenu__Item label {
    font-size: 0.9rem;
  }
}
.HeaderMenuJustcode > ul {
  display: flex;
  height: 100%;
}
.Dropdown {
  height: 100%;
  position: relative;
}
.Dropdown:hover ul {
  -webkit-animation: growDown 0.2s ease-in-out forwards;
  animation: growDown 0.2s ease-in-out forwards;
}
.Dropdown input[type="checkbox"] {
  display: none;
}
.Dropdown input[type="checkbox"]:checked + ul {
  -webkit-animation: growDown 0.2s ease-in-out forwards;
  animation: growDown 0.2s ease-in-out forwards;
}
.Dropdown.Dropdown--IsHeader ul {
  top: calc(100% - 1rem);
  left: -4rem;
  min-width: calc(100% + 8rem);
  border: none;
}
.Dropdown.Dropdown--IsHeader li {
  padding: 1.5rem;
}
.Dropdown.Dropdown--Action > label svg {
  color: #ef5d4f;
}
.Dropdown > label svg {
  margin-bottom: 4px;
}
.Dropdown ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 999;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-image: linear-gradient(131deg, #000000, #000000);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.Dropdown li {
  position: relative;
  padding: 2rem;
}
.Dropdown li:after {
  opacity: 0;
}
.Dropdown li:hover:after {
  background-color: linear-gradient(175deg, #f29c62, #ef5d4f);
}
.Dropdown li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(175deg, #f29c62, #ef5d4f);
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
}
.Dropdown li:hover:hover:after {
  background-color: linear-gradient(175deg, #f29c62, #ef5d4f);
}
.Dropdown li:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background: linear-gradient(175deg, #f29c62, #ef5d4f);
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
  opacity: 1;
}
.Dropdown a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  font-weight: 700;
}
.Dropdown a,
.Logo {
  display: flex;
  align-items: center;
}
.Logo:hover .LogoIcon__Background {
  fill: #0a0430;
}
.Logo:hover .LogoIcon__Circle {
  fill: #fff;
}
.Logo:hover h1:before {
  color: #f39563;
}
.Logo .Logo__TextContainer {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.Logo .Logo__TextContainer b,
.Logo .Logo__TextContainer h1,
.Logo .Logo__TextContainer span {
  font-weight: 800;
  font-size: 0.55rem;
  color: #fff;
}
.Logo .Logo__TextContainer b,
.Logo .Logo__TextContainer h1 {
  display: inline;
}
.Logo .Logo__TextContainer span {
  display: none;
}
@media (min-width: 576px) {
  .Logo .Logo__TextContainer span {
    display: inline;
  }
}
.Logo a {
  display: flex;
  align-items: center;
}
.Logo svg {
  height: 3.375rem;
  margin-right: 1.4375rem;
}
.Logo strong {
  margin-bottom: 0.3rem;
  line-height: 1.7rem;
  font-size: 2rem;
}
.Logo .JustCode_Logo strong {
  font-size: 1.8rem;
  line-height: 0 !important;
}
.Logo .JustCode_Logo div {
  line-height: 0 !important;
}
.Logo .JustCode_Logo b,
.Logo .JustCode_Logo h1,
.Logo .JustCode_Logo span {
  font-weight: 800;
  font-size: 0.5rem;
  color: #fff;
}
.Logo .JustCode_Logo b,
.Logo .JustCode_Logo h1 {
  display: inline;
}
.Logo .JustCode_Logo span {
  display: none;
}
@media (min-width: 576px) {
  .Logo .JustCode_Logo span {
    display: inline;
  }
}
.Logo .justcode_logo {
  margin-left: 2rem;
  opacity: 1;
  height: auto;
  width: 14%;
}
.JustCodeLogoParent {
  display: flex;
  position: absolute;
  left: 4rem;
}
.JustCodeLogoParent:hover .LogoIcon__Background {
  fill: #0a0430;
}
.JustCodeLogoParent:hover .LogoIcon__Circle {
  fill: #fff;
}
.JustCodeLogoParent:hover h1:before {
  color: #f39563;
}
.JustCodeLogoParent .Logo__TextContainer {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.JustCodeLogoParent .Logo__TextContainer b,
.JustCodeLogoParent .Logo__TextContainer h1,
.JustCodeLogoParent .Logo__TextContainer span {
  font-weight: 800;
  font-size: 0.55rem;
  color: #fff;
}
.JustCodeLogoParent .Logo__TextContainer b,
.JustCodeLogoParent .Logo__TextContainer h1 {
  display: inline;
}
.JustCodeLogoParent .Logo__TextContainer span {
  display: none;
}
@media (min-width: 576px) {
  .JustCodeLogoParent .Logo__TextContainer span {
    display: inline;
  }
}
.JustCodeLogoParent a {
  display: flex;
  align-items: center;
}
.JustCodeLogoParent svg {
  height: 2.25rem;
  margin-right: 0.75rem;
}
.JustCodeLogoParent .JustCode_Logo strong {
  font-size: 1.8rem;
  line-height: 0 !important;
}
.JustCodeLogoParent .JustCode_Logo div {
  line-height: 0 !important;
}
.JustCodeLogoParent .JustCode_Logo b,
.JustCodeLogoParent .JustCode_Logo h1,
.JustCodeLogoParent .JustCode_Logo span {
  font-weight: 800;
  font-size: 0.5rem;
  color: #fff;
}
.JustCodeLogoParent .JustCode_Logo b,
.JustCodeLogoParent .JustCode_Logo h1 {
  display: inline;
}
.JustCodeLogoParent .JustCode_Logo span {
  display: none;
}
@media (min-width: 576px) {
  .JustCodeLogoParent .JustCode_Logo span {
    display: inline;
  }
}
.JustCodeLogoParent .justcode_logo {
  margin-left: 2rem;
  opacity: 1;
  height: auto;
  width: 14%;
}
.JustCodeLogo {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.5rem;
  min-height: 4.5rem;
  max-height: 4.5rem;
  padding: 0 2rem;
  z-index: 20;
  background-color: #000;
  box-shadow: 0 5px 5px -51px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  border-bottom: 2px solid #651306;
}
@media (min-width: 992px) {
  .JustCodeLogo {
    padding: 0 4rem;
  }
}
@media (max-width: 767.98px) {
  .JustCodeLogo {
    justify-content: flex-end;
  }
}
@media (max-width: 1199.98px) {
  .JustCodeLogo {
    justify-content: flex-end;
  }
}
.strip {
  z-index: 21;
  background-color: #f06952;
  text-align: center;
  position: fixed;
  width: 100%;
  letter-spacing: 0.03125rem;
  font-weight: 500;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.strip,
.strip p {
  padding-top: 2px;
  padding-bottom: 2px;
}
.strip p {
  font-size: 1.0625rem;
}
.strip a {
  margin-left: 2rem;
  color: #27325b;
  text-decoration: none;
}
.strip a:hover {
  text-decoration: underline;
}
.Overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 9;
  background-color: rgba(10, 4, 48, 0.5);
}
.SocialButtons {
  display: flex;
  align-items: center;
}
.SocialButtons.SocialButtons--Centered {
  justify-content: center;
}
.SocialButtons.SocialButtons--Mobile {
  display: flex;
}
@media (min-width: 768px) {
  .SocialButtons.SocialButtons--Mobile {
    display: none;
  }
}
.SocialButtons.SocialButtons--Mobile svg {
  height: 1.125rem;
}
.SocialButtons li:not(:last-child) {
  margin-right: 3.5rem;
}
.SocialButtons a:hover svg {
  fill: #4d5d88;
}
.SocialButtons svg {
  fill: #6274a6;
  transition: fill 0.1s ease;
}
.DifferenceSlider {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  max-width: 31.25rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .DifferenceSlider {
    max-width: 37.5rem;
  }
}
@media (min-width: 1200px) {
  .DifferenceSlider {
    flex-direction: row;
    max-width: 100%;
  }
}
.DifferenceSlider .DifferenceSlider__Content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .DifferenceSlider .DifferenceSlider__Content {
    flex-direction: row;
  }
}
.DifferenceSlider .DifferenceSlider__ListWrapper {
  display: none;
  margin-right: 1.4375rem;
}
@media (min-width: 1200px) {
  .DifferenceSlider .DifferenceSlider__ListWrapper {
    display: block;
  }
}
.DifferenceSlider .DifferenceSlider__List li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.DifferenceSlider .DifferenceSlider__List li[data-active="true"] .ListButton {
  color: #fff;
}
.DifferenceSlider .DifferenceSlider__DescriptionWrapper {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1200px) {
  .DifferenceSlider .DifferenceSlider__DescriptionWrapper {
    flex-direction: column;
  }
}
.DifferenceSlider .DifferenceSlider__Description {
  position: relative;
  width: 100%;
  margin-top: 1.538rem;
  padding: 1rem;
  font-size: 1.125rem;
  background-color: #26315b;
}
.DifferenceSlider .DifferenceSlider__Description:hover:after {
  background-color: linear-gradient(175deg, #f29c62, #ef5d4f);
}
.DifferenceSlider .DifferenceSlider__Description:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.375rem;
  background: linear-gradient(175deg, #f29c62, #ef5d4f);
  transition: height 0.1s ease, background 0.1s ease, opacity 0.1s ease;
  opacity: 1;
}
@media (min-width: 576px) {
  .DifferenceSlider .DifferenceSlider__Description {
    padding: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .DifferenceSlider .DifferenceSlider__Description {
    width: 23.125rem;
    height: -webkit-max-content;
    height: max-content;
    margin-top: 0;
  }
}
.DifferenceSlider .DifferenceSlider__Description svg {
  display: none;
  margin-bottom: 1.375rem;
}
@media (min-width: 1200px) {
  .DifferenceSlider .DifferenceSlider__Description svg {
    display: inline-block;
  }
}
.DifferenceSlider .DifferenceSlider__DescriptionIcon {
  display: none;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .DifferenceSlider .DifferenceSlider__DescriptionIcon {
    display: inline-block;
  }
}
.DifferenceSlider .DifferenceSlider__DescriptionItem {
  display: none;
}
.DifferenceSlider .DifferenceSlider__DescriptionItem[data-active="true"] {
  display: block;
}
.DifferenceSlider .DifferenceSlider__DescriptionItem p:not(:last-child) {
  margin-bottom: 1.375rem;
}
.DifferenceSlider .DifferenceSlider__DescriptionItem span {
  color: #f1815a;
  font-weight: 400;
}
.DifferenceSlider .DifferenceSlider__Image {
  max-width: 100%;
  height: -webkit-max-content;
  height: max-content;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .DifferenceSlider .DifferenceSlider__Image {
    border: 1px solid #f18157;
  }
}
@media (min-width: 768px) {
  .DifferenceSlider .DifferenceSlider__Image {
    max-width: 31.25rem;
  }
}
@media (min-width: 992px) {
  .DifferenceSlider .DifferenceSlider__Image {
    max-width: 37.5rem;
  }
}
@media (min-width: 1200px) {
  .DifferenceSlider .DifferenceSlider__Image {
    width: 32.375rem;
    max-width: 100%;
    max-height: 70vh;
    min-height: -webkit-max-content;
    min-height: max-content;
  }
}
.DifferenceSlider .DifferenceSlider__Image img {
  display: none;
  width: 100%;
  max-height: 70vh;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .DifferenceSlider .DifferenceSlider__Image img {
    max-height: 35vh;
  }
}
.DifferenceSlider .DifferenceSlider__Image img[data-active="true"] {
  display: block;
}
.DifferenceSlider .DifferenceSlider__Title {
  display: none;
  margin: 2.875rem 0 2.5rem;
}
@media (min-width: 1200px) {
  .DifferenceSlider .DifferenceSlider__Title {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .DifferenceSlider .SliderBreadcrumbs {
    margin-top: 0;
  }
}
.DifferenceSlider h2 {
  font-size: 1.5rem;
  font-weight: 600;
}
.DifferenceSlider figcaption {
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #f1815a;
}
@media (min-width: 576px) {
  .DifferenceSlider figcaption {
    margin-bottom: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .DifferenceSlider figcaption {
    text-align: right;
  }
}
.BuilderSlider {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .BuilderSlider {
    flex-direction: row;
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .BuilderSlider .ListButton {
    display: none;
  }
}
.BuilderSlider .BuilderSlider__Image,
.BuilderSlider .BuilderSlider__Wrapper {
  flex: 1 1;
}
@media (min-width: 1200px) {
  .BuilderSlider .BuilderSlider__Image {
    max-height: calc(80vh - 5.625rem);
  }
}
.BuilderSlider .BuilderSlider__List {
  flex: 1 1;
}
@media (min-width: 1200px) {
  .BuilderSlider .BuilderSlider__List {
    margin-right: 1.5rem;
  }
}
.BuilderSlider .BuilderSlider__List li {
  position: relative;
  font-size: 1.3125rem;
  font-weight: 500;
  color: hsla(0, 0%, 100%, 0.3);
}
.BuilderSlider .BuilderSlider__List li[data-active="true"]:before {
  position: absolute;
  left: -1.7rem;
  top: 0.6rem;
  display: inline-block;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 1200px) {
  .BuilderSlider .BuilderSlider__List li[data-active="true"]:before {
    content: "▾";
  }
}
.BuilderSlider .BuilderSlider__List li:not(:last-child) {
  margin-bottom: 0.375rem;
}
.BuilderSlider .BuilderSlider__List li:not(:last-child)[data-active="true"] {
  margin-bottom: 1.25rem;
}
.BuilderSlider .BuilderSlider__List li[data-active="true"] .ListButton {
  color: #fff;
}
.BuilderSlider .BuilderSlider__List li[data-active="true"] p {
  display: block;
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .BuilderSlider .BuilderSlider__List li[data-active="true"] p {
    padding-left: 1.875rem;
  }
}
.BuilderSlider img {
  display: none;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .BuilderSlider img {
    max-height: 35vh;
  }
}
@media (min-width: 1200px) {
  .BuilderSlider img {
    max-height: calc(80vh - 5.625rem);
  }
}
.BuilderSlider img[data-active="true"] {
  display: block;
}
.BuilderSlider figcaption {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .BuilderSlider figcaption {
    margin-bottom: 2rem;
    font-size: 1.615rem;
  }
}
@media (min-width: 768px) {
  .BuilderSlider figcaption {
    text-align: left;
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .BuilderSlider figcaption {
    display: none;
  }
}
.BuilderSlider p {
  display: none;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 1200px) {
  .BuilderSlider p {
    font-size: 1rem;
  }
}
.SliderBreadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.538rem;
}
@media (min-width: 768px) {
  .SliderBreadcrumbs {
    margin-top: 1.125rem;
  }
}
.SliderBreadcrumbs li {
  display: inline-flex;
}
.SliderBreadcrumbs li:not(:last-child) {
  margin-right: 0.8125rem;
}
.SliderBreadcrumbs button {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 100%;
  cursor: pointer;
  background-color: #2b6af9;
}
.SliderBreadcrumbs button[data-active="true"] {
  background-color: #fff;
}
.ImageReveal {
  display: none;
}
@media (min-width: 992px) {
  .ImageReveal {
    display: block;
  }
}
.ImageReveal .js-lazy-cursor-visible .ImageReveal__Cursor {
  cursor: url(../media/landing/assets/images/image_reveal/cursor-205eaf178edaea1a5085662cbab6c388.png)
      15 5,
    auto;
}
.ImageReveal svg {
  max-width: 87.5rem;
  max-height: 62.5rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.ImageReveal .ImageReveal__Cursor {
  stroke: #ff6868;
  stroke-width: 5;
  fill: transparent;
}
.SizeSelector {
  display: none;
  position: relative;
  width: 100%;
  height: 0.75rem;
  border-radius: 0.75rem;
  background-color: #26315b;
}
@media (min-width: 1200px) {
  .SizeSelector {
    display: block;
  }
}
.SizeSelector.SizeSelector--AlwaysVisible {
  display: block;
}
.SizeSelector:not(:last-child) {
  margin-bottom: 4rem;
}
.SizeSelector .SizeSelector__ProgressBar {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 37.5%;
  height: 100%;
  border-radius: 0.75rem;
  background-image: linear-gradient(90deg, #f29c62 0, #ef5d4f);
}
.SizeSelector .SizeSelector__Input {
  position: absolute;
  top: 50%;
  left: 37.5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.SizeSelector .SizeSelector__Input:before {
  position: absolute;
  top: -1.125rem;
  left: calc(50% - 1.125rem);
  display: block;
  width: 1.3125rem;
  height: 1.3125rem;
  -webkit-transform: rotate(225deg) translateX(-50%);
  transform: rotate(225deg) translateX(-50%);
  z-index: -1;
  background-color: #26315b;
}
.SizeSelector .SizeSelector__Input input {
  width: 4rem;
  height: 2.5rem;
  padding: 0.375rem;
  border: none;
  border-radius: 1.875rem;
  outline: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #7b64ee;
  cursor: pointer;
}
.FeatureTitle {
  display: none;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #f18157;
}
@media (min-width: 1200px) {
  .FeatureTitle {
    display: block;
    text-align: left;
  }
}
.FeatureTitle.FeatureTitle--Mobile {
  display: block;
}
@media (min-width: 1200px) {
  .FeatureTitle.FeatureTitle--Mobile {
    display: none;
  }
}
.FeatureTitle.FeatureTitle--AlwaysVisible {
  display: block;
}
.FeatureTitle.FeatureTitle--Centered {
  text-align: center;
}
.FeatureContent {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: 5rem;
}
@media (min-width: 1200px) {
  .FeatureContent {
    flex-direction: row;
    margin-top: 0;
  }
}
.FeatureImage {
  visibility: visible;
  flex: 1 1;
  min-width: 50%;
  position: relative;
  text-align: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .FeatureImage {
    justify-content: normal;
  }
}
@media (min-width: 1200px) {
  .FeatureImage {
    visibility: hidden;
  }
}
.FeatureImage.FeatureImage--AlwaysVisible {
  visibility: visible;
}
.FeatureImage.FeatureImage--AlwaysVisible:first-child {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .FeatureImage.FeatureImage--AlwaysVisible:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .FeatureImage.FeatureImage--AlwaysVisible img {
    display: block;
  }
}
.FeatureImage.FeatureImage--Multiple {
  display: flex;
  flex-wrap: wrap;
}
.FeatureImage.FeatureImage--Multiple img {
  width: 8rem;
  margin: 0 1rem 1rem 0;
}
.FeatureImage img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .FeatureImage img {
    display: none;
    margin-left: auto;
  }
}
.FeatureDescription {
  flex: 1 1;
}
.FeatureDescription:first-child {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .FeatureDescription:first-child {
    margin: 0 2rem 0 0;
  }
}
.FeatureDescription:first-child:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .FeatureDescription:first-child .Free_Trial_Text,
  .FeatureDescription:first-child p {
    padding-left: 1.875rem;
    border-left: 0.125rem solid #1e60a5;
  }
}
.FeatureDescription:first-child .Free_Trial_Text {
  border-left: none;
  display: flex;
  align-items: center;
  grid-gap: 1rem;
  gap: 1rem;
  cursor: pointer;
  margin-top: 1rem;
}
.FeatureDescription:first-child .Free_Trial_Text span {
  color: #f18157;
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  .FeatureDescription:not(:first-child) {
    margin: 0 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .FeatureDescription:not(:first-child) p {
    padding-right: 1rem;
    border-right: 0.125rem solid #1e60a5;
  }
}
.FeatureDescription:last-child:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .FeatureDescription:last-child:not(:first-child) {
    margin: 0 0 0 2rem;
  }
}
@media (min-width: 1200px) {
  .FeatureDescription:last-child:not(:first-child) p {
    padding-right: 1.875rem;
    border-right: 0.125rem solid #1e60a5;
  }
}
.FeatureDescription p {
  font-size: 1.125rem;
}
.FeatureDescription p:not(:last-child) {
  padding-bottom: 1.1rem;
}
.FeatureDescription small {
  font-size: 0.9rem;
  color: #f18157;
}
.FeatureDescription img {
  width: 4.5rem;
  margin: 0 0.5rem 0.75rem 0;
}
.ListButton {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #6274a6;
  cursor: pointer;
}
.Founder {
  max-width: 25rem;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.Founder .FeatureTitle {
  color: #f06952 !important;
}
@media (max-width: 767.98px) {
  .Founder {
    margin-bottom: 1rem;
  }
}
.Founder img {
  width: 291px;
  height: 270px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .Founder img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .Founder img {
    width: 150px;
    height: 150px;
  }
}
.Founder h3 {
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .Founder h3 {
    margin-bottom: 1rem;
    font-size: 2.25rem;
  }
}
.Founder p:not(:last-child) {
  height: 5rem;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .Founder p:not(:last-child) {
    height: 5rem;
  }
}
@media (max-width: 767.98px) {
  .Founder p:not(:last-child) {
    margin-bottom: 1rem;
    height: auto;
  }
}
.Founder p:last-child {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .Founder p:last-child {
    margin-top: 2rem;
  }
}
.MiniSection {
  align-items: center;
  justify-content: center;
  min-height: 23.125rem;
  text-align: center;
  background-image: linear-gradient(90deg, #f29c62 0, #ef5d4f);
}
.MiniSection p {
  max-width: 56.25rem;
}
.Badge {
  display: inline-block;
  margin-left: 0.25rem;
  padding: 0 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  vertical-align: baseline;
  background: linear-gradient(90deg, #f29c62 0, #ef5d4f);
}
@media (min-width: 992px) {
  .Badge {
    font-size: 0.84rem;
  }
}
.Badge.Badge--Large {
  padding: 0 0.6rem;
  font-size: 1rem;
  font-weight: 700;
}
.ModalOverlay {
  position: fixed;
  top: 5.625rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s linear;
  pointer-events: none;
}
.ModalOverlay.ModalOverlay--Shown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ModalOverlay.ModalOverlay--Shown iframe,
.ModalOverlay.ModalOverlay--Shown img {
  display: block;
}
.ModalOverlay iframe,
.ModalOverlay img {
  display: none;
}
.ModalOverlay .Modal__Header {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #f18157;
}
.ModalOverlay .Modal {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  width: calc(100% - 2rem);
  max-height: calc(100% - 6.25rem);
  margin: 0 1rem;
  padding-top: 2rem;
  border-radius: 0.625rem;
  z-index: 999;
  background-color: #26315b;
  background-clip: padding-box;
}
@media only screen and (min-width: 768px) {
  .ModalOverlay .Modal {
    width: -webkit-max-content;
    width: max-content;
    max-width: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.ModalOverlay .Modal svg {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.1s ease;
}
.ModalOverlay .Modal svg:hover {
  opacity: 1;
}
.ModalOverlay .Modal p {
  margin-bottom: 1.5rem;
}
.ModalOverlay .Modal.JustCode {
  background: linear-gradient(105.58deg, #344480 -39.82%, #26315b 135.34%);
  border: 2.5px solid #f0f2f7;
  border-radius: 10px;
}
.ModalOverlay .Modal.JustCode .JustCode_Thank_You_Section--hidden {
  display: none;
}
.ModalOverlay .Modal.JustCode .JustCode_Thank_You_Section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 16.5rem;
  width: 31.25rem;
}
.ModalOverlay
  .Modal.JustCode
  .JustCode_Thank_You_Section
  .JustCode_Thank_You_Header {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  text-align: center;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ModalOverlay .Modal.JustCode .JustCode_Thank_You_Section .top {
  margin-top: 1rem;
}
.ModalOverlay
  .Modal.JustCode
  .JustCode_Thank_You_Section
  .JustCode_Thank_You_Sub {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}
.ModalOverlay .Modal.extra-padding {
  width: 500px !important;
  height: 264px !important;
}
.ModalOverlay .Modal.SpreadTheWord {
  background: linear-gradient(105.58deg, #344480 -39.82%, #26315b 135.34%);
  border-radius: 10px;
}
.ModalOverlay .Modal.SpreadTheWord .SpreadTheWord_Thank_You_Section--hidden {
  display: none;
}
.ModalOverlay .Modal.SpreadTheWord .SpreadTheWord_Thank_You_Section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 16.5rem;
  width: 31.25rem;
}
.ModalOverlay
  .Modal.SpreadTheWord
  .SpreadTheWord_Thank_You_Section
  .JustCode_Thank_You_Header {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  text-align: center;
}
.ModalOverlay
  .Modal.SpreadTheWord
  .SpreadTheWord_Thank_You_Section
  .JustCode_Thank_You_Header
  .SpreadTheWord_Thank_You_Header {
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ModalOverlay
  .Modal.SpreadTheWord
  .SpreadTheWord_Thank_You_Section
  .JustCode_Thank_You_Header
  .top {
  margin-top: 1rem;
}
.ModalOverlay
  .Modal.SpreadTheWord
  .SpreadTheWord_Thank_You_Section
  .JustCode_Thank_You_Header
  .JustCode_Thank_You_Sub {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.438rem;
  line-height: 1.688rem;
}
.ModalOverlay
  .Modal.SpreadTheWord
  .SpreadTheWord_Thank_You_Section
  .JustCode_Thank_You_Header
  .SpreadTheWord_Thank_You_Sub {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .ModalOverlay .Modal.SpreadTheWord {
    width: -webkit-max-content;
    width: max-content;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.ModalOverlay .Modal.SpreadTheWord p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.ModalOverlay .Modal.SpreadTheWord iframe {
  width: 100%;
}
.ModalOverlay .Modal.SpreadTheWord svg {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.1s ease;
}
.ModalOverlay .Modal.SpreadTheWord svg:hover {
  opacity: 1;
}
.ModalOverlay .Modal .Modal__Content {
  overflow-y: auto;
  padding: 0 5rem 2rem;
  scrollbar-width: 0.3125rem;
  text-align: left;
}
.ModalOverlay .Modal .Modal__Content::-webkit-scrollbar {
  width: 0.3125rem;
}
.ModalOverlay .Modal .Modal__Content::-webkit-scrollbar-track {
  display: none;
}
.ModalOverlay .Modal .Modal__Content::-webkit-scrollbar-thumb {
  opacity: 0.88;
  border-radius: 2.5px;
  background-color: #ef5d4f;
  box-shadow: 0 5px 3px 0 rgba(16, 20, 43, 0.14);
}
.ModalOverlay .Modal .Modal__Content .individual_form_section--hidden,
.ModalOverlay .Modal .Modal__Content .individual_thanks_section--hidden {
  display: none;
}
.ModalOverlay .Modal .Modal__Content form {
  display: flex;
  flex-direction: column;
  padding: 0 4rem;
}
@media only screen and (max-width: 680px) {
  .ModalOverlay .Modal .Modal__Content form {
    padding: unset;
    margin: 0 -3rem;
  }
}
.ModalOverlay .Modal .Modal__Content form .submitFormCTA {
  transition: border-radius 0.2s ease 0s;
  height: unset;
  padding: 8px 10px;
  min-height: 48px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: inherit;
  font-style: normal;
  justify-content: center;
  width: 100%;
  border-width: 0;
  background: linear-gradient(91.33deg, #ef7150, #f29261 100.98%);
  border-radius: 6px;
}
.ModalOverlay .Modal .Modal__Content form > .formInput {
  width: 100% !important;
  max-width: 100%;
  height: 36px;
  padding: 8px 10px;
  background-color: #2e2e2e;
  border: 1px solid #545557;
  border-radius: 4px;
  color: #fff;
}
.ModalOverlay .Modal .Modal__Content form > .formInputSideBySide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ModalOverlay .Modal .Modal__Content form > .formInputSideBySide div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ModalOverlay
  .Modal
  .Modal__Content
  form
  > .formInputSideBySide
  div
  .formInput-left {
  width: 95% !important;
  max-width: 100%;
  height: 36px;
  padding: 8px 10px;
  background-color: #2e2e2e;
  border: 1px solid #545557;
  border-radius: 4px;
  color: #fff;
}
.ModalOverlay
  .Modal
  .Modal__Content
  form
  > .formInputSideBySide
  div
  .formInput-right {
  width: 100% !important;
  max-width: 100%;
  height: 36px;
  padding: 8px 10px;
  background-color: #2e2e2e;
  border: 1px solid #545557;
  border-radius: 4px;
  color: #fff;
}
.ModalOverlay
  .Modal
  .Modal__Content
  form
  > .formInputSideBySide
  input[type="checkbox"] {
  width: 15px !important;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__SubHeaderTwo {
  font-family: Roboto, Open Sans, Helvetica Neue, Helvetica, Arial,
    "Tahoma sans-serif", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.0625rem;
  line-height: 2.4375rem;
  text-transform: uppercase;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__SubHeaderTwo__SpreadTheWord {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0 auto;
  width: 28rem;
  line-height: 2.637rem;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__DetailsTop {
  line-height: 1.5rem;
  color: #f0f2f6;
  font-size: 1.125rem;
  text-align: center;
  width: 550px;
  margin: 0 auto;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__DetailsTop
  div {
  width: 100%;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__DetailsBottom {
  margin-top: 0;
  line-height: 1.5rem;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 1.125rem;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__DetailsTop__SpreadTheWord {
  margin-top: 1rem;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__DetailsTop__SpreadTheWord
  div {
  width: 100%;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__DetailsBottom__SpreadTheWord {
  margin-top: 0;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section.final_thank_you_content_modal {
  height: 100%;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .individual_form_section {
  margin-left: 1.5rem;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .individual_form_section
  .hubspotForm__SubHeaderTwo {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0 auto;
  width: 28rem;
  line-height: 2.637rem;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .individual_form_section
  .hubspotForm__DetailsTop {
  margin-top: 1rem;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .individual_form_section
  .hubspotForm__DetailsBottom {
  margin-top: 0;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .individual_socials_section--hidden {
  display: none;
}
.ModalOverlay
  .Modal
  .Modal__Content
  .individual_form_section
  .individual_thanks_section {
  width: 26.25rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0.5rem;
  text-align: left;
}
.ModalOverlay .Modal .Modal__Content .hubspotForm__SocialTop {
  font-size: 1.125rem;
  line-height: 1.313rem;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500;
}
.ModalOverlay .Modal .Modal__Content .hubspotForm__SocialSteps {
  margin-top: 1rem;
  font-weight: 500;
  padding-left: 18px;
  color: #fff;
  text-align: left;
}
.ModalOverlay .Modal .Modal__Content .hubspotForm__SocialSteps > li {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.ModalOverlay .Modal .Modal__Content .hubspotForm__Important,
.ModalOverlay .Modal .Modal__Content .hubspotForm__Important__SpreadTheWord {
  font-size: 1.125rem;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
.ModalOverlay .Modal .Modal__Content .hubspotForm__Important__SpreadTheWord {
  text-align: left;
}
.ModalOverlay .Modal .hubspotForm__ImportantInstructions {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  text-align: left;
}
.ModalOverlay .Modal .hubspotForm__SocialReady {
  text-align: center;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.ModalOverlay .Modal .hubspotForm__LinkedInGif__Container {
  display: flex;
  justify-content: center;
}
.ModalOverlay .Modal .hubspotForm__LinkedInGif {
  width: 100%;
  height: auto;
}
.ModalOverlay .Modal .hubspotForm__LinkedInBlock {
  width: 100%;
  height: auto;
  border: 1px solid rgba(128, 152, 255, 0.22);
  border-radius: 0.1875rem;
  background-color: #2c3967;
  box-shadow: 0 0.1875rem 1px -2px rgba(0, 0, 0, 0.2),
    0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.14),
    0 1px 0.3125rem 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 2rem;
}
.ModalOverlay .Modal .hubspotForm__LinkedInBlockText {
  color: #8a9cd1;
  text-align: left !important;
  font-size: 0.625rem;
  margin-bottom: 1rem;
}
.ModalOverlay .Modal .hubspotForm__LinkedInBlockButton__SpreadTheWord {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  color: #000;
  opacity: 1;
  background: #d3d3d3;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}
.ModalOverlay .Modal .liIcon {
  display: inline;
}
.ModalOverlay .Modal .hubspotForm__LinkedInBlockButton {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  color: #000;
  opacity: 1;
  background: #d3d3d3;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}
.ModalOverlay .Modal .hubspotForm__LinkedInBlockButton--Active {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  color: #fff;
  opacity: 1;
  background: linear-gradient(269.09deg, #ef7150 0.63%, #ed9b72 104.47%);
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  width: 60%;
}
.ModalOverlay .Modal .hubspotForm__LinkedInBlockButton--Active:hover {
  cursor: pointer;
}
.ModalOverlay .Modal .hubspotForm__LinkedInBlockButton:hover {
  cursor: default;
}
.ModalOverlay .Modal .hubspotForm__LinkedInShareButton:hover {
  text-decoration: underline;
}
.ModalOverlay .Modal div.hubspotForm__LinkedInShareButton {
  color: #fff;
}
.ModalOverlay .Modal .hubspotForm__Copied {
  margin-left: 1rem;
  color: #ef6e4f;
}
.ModalOverlay .Modal div.hubspotForm__LinkedInShareButton > a,
.ModalOverlay .Modal div.hubspotForm__LinkedInShareButton > a:visited {
  color: #fff;
}
.ModalOverlay .Modal .final_thank_you_section {
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  font-size: 1.438rem;
  line-height: 1.688rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.25rem;
  height: 16.5rem;
}
.ModalOverlay .Modal .final_thank_you_section_modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ModalOverlay .Modal .final_thank_you_free_trial_section {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  text-align: center;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ModalOverlay .Modal .top {
  margin-top: 1rem;
}
.ModalOverlay .Modal .final_thank_you_free_trial_section_subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
  text-align: center;
  color: #fff;
}
.hubspotForm__SocialTop__SpreadTheWord {
  font-size: 1.125rem;
  line-height: 1.313rem;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500;
  text-align: left;
}
.individual_thanks_section {
  width: 26.25rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0.5rem;
  text-align: left;
}
.ModalOverlayJustCode {
  position: fixed;
  top: 4.425rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s linear;
  pointer-events: none;
}
.ModalOverlayJustCode.ModalOverlay--Shown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ModalOverlayJustCode.ModalOverlay--Shown iframe,
.ModalOverlayJustCode.ModalOverlay--Shown img {
  display: block;
}
.ModalOverlayJustCode iframe,
.ModalOverlayJustCode img {
  display: none;
}
.ModalOverlayJustCode .Modal__Header {
  display: block;
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  color: #f18157;
}
.ModalOverlayJustCode .Modal {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  width: calc(100% - 2rem);
  max-height: calc(100% - 6.25rem);
  margin: 0 1rem;
  padding-top: 2rem;
  border-radius: 0.625rem;
  z-index: 999;
  background-color: #26315b;
  background-clip: padding-box;
}
@media only screen and (min-width: 768px) {
  .ModalOverlayJustCode .Modal {
    width: -webkit-max-content;
    width: max-content;
    max-width: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
}
.ModalOverlayJustCode .Modal svg {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.1s ease;
}
.ModalOverlayJustCode .Modal svg:hover {
  opacity: 1;
}
.ModalOverlayJustCode .Modal p {
  margin-bottom: 1.5rem;
}
.ModalOverlayJustCode .Modal.JustCode {
  background: linear-gradient(105.58deg, #344480 -39.82%, #26315b 135.34%);
  border: 2.5px solid #f0f2f7;
  border-radius: 10px;
}
.ModalOverlayJustCode .Modal.JustCode .JustCode_Thank_You_Section--hidden {
  display: none;
}
.ModalOverlayJustCode .Modal.JustCode .JustCode_Thank_You_Section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 16.5rem;
  width: 31.25rem;
}
.ModalOverlayJustCode
  .Modal.JustCode
  .JustCode_Thank_You_Section
  .JustCode_Thank_You_Header {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  text-align: center;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ModalOverlayJustCode .Modal.JustCode .JustCode_Thank_You_Section .top {
  margin-top: 1rem;
}
.ModalOverlayJustCode
  .Modal.JustCode
  .JustCode_Thank_You_Section
  .JustCode_Thank_You_Sub {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
}
.ModalOverlayJustCode .Modal.extra-padding {
  width: 500px !important;
  height: 264px !important;
}
.ModalOverlayJustCode .Modal.SpreadTheWord {
  background: linear-gradient(105.58deg, #344480 -39.82%, #26315b 135.34%);
  border-radius: 10px;
}
.ModalOverlayJustCode
  .Modal.SpreadTheWord
  .SpreadTheWord_Thank_You_Section--hidden {
  display: none;
}
.ModalOverlayJustCode .Modal.SpreadTheWord .SpreadTheWord_Thank_You_Section {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 16.5rem;
  width: 31.25rem;
}
.ModalOverlayJustCode
  .Modal.SpreadTheWord
  .SpreadTheWord_Thank_You_Section
  .JustCode_Thank_You_Header {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  text-align: center;
}
.ModalOverlayJustCode
  .Modal.SpreadTheWord
  .SpreadTheWord_Thank_You_Section
  .JustCode_Thank_You_Header
  .SpreadTheWord_Thank_You_Header {
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ModalOverlayJustCode
  .Modal.SpreadTheWord
  .SpreadTheWord_Thank_You_Section
  .JustCode_Thank_You_Header
  .top {
  margin-top: 1rem;
}
.ModalOverlayJustCode
  .Modal.SpreadTheWord
  .SpreadTheWord_Thank_You_Section
  .JustCode_Thank_You_Header
  .JustCode_Thank_You_Sub {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.438rem;
  line-height: 1.688rem;
}
.ModalOverlayJustCode
  .Modal.SpreadTheWord
  .SpreadTheWord_Thank_You_Section
  .JustCode_Thank_You_Header
  .SpreadTheWord_Thank_You_Sub {
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .ModalOverlayJustCode .Modal.SpreadTheWord {
    width: -webkit-max-content;
    width: max-content;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.ModalOverlayJustCode .Modal.SpreadTheWord p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
.ModalOverlayJustCode .Modal.SpreadTheWord iframe {
  width: 100%;
}
.ModalOverlayJustCode .Modal.SpreadTheWord svg {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.1s ease;
}
.ModalOverlayJustCode .Modal.SpreadTheWord svg:hover {
  opacity: 1;
}
.ModalOverlayJustCode .Modal .Modal__Content {
  overflow-y: auto;
  padding: 0 5rem 2rem;
  scrollbar-width: 0.3125rem;
  text-align: left;
}
.ModalOverlayJustCode .Modal .Modal__Content::-webkit-scrollbar {
  width: 0.3125rem;
}
.ModalOverlayJustCode .Modal .Modal__Content::-webkit-scrollbar-track {
  display: none;
}
.ModalOverlayJustCode .Modal .Modal__Content::-webkit-scrollbar-thumb {
  opacity: 0.88;
  border-radius: 2.5px;
  background-color: #ef5d4f;
  box-shadow: 0 5px 3px 0 rgba(16, 20, 43, 0.14);
}
.ModalOverlayJustCode .Modal .Modal__Content .individual_form_section--hidden,
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_thanks_section--hidden {
  display: none;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__SubHeaderTwo {
  font-family: Roboto, Open Sans, Helvetica Neue, Helvetica, Arial,
    "Tahoma sans-serif", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.0625rem;
  line-height: 2.4375rem;
  text-transform: uppercase;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__SubHeaderTwo__SpreadTheWord {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0 auto;
  width: 28rem;
  line-height: 2.637rem;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__DetailsTop {
  line-height: 1.5rem;
  color: #f0f2f6;
  font-size: 1.125rem;
  text-align: center;
  width: 550px;
  margin: 0 auto;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__DetailsTop
  div {
  width: 100%;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__DetailsBottom {
  margin-top: 0;
  line-height: 1.5rem;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 1.125rem;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__DetailsTop__SpreadTheWord {
  margin-top: 1rem;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__DetailsTop__SpreadTheWord
  div {
  width: 100%;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .hubspotForm__DetailsBottom__SpreadTheWord {
  margin-top: 0;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section.final_thank_you_content_modal {
  height: 100%;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .individual_form_section {
  margin-left: 1.5rem;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .individual_form_section
  .hubspotForm__SubHeaderTwo {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  margin: 0 auto;
  width: 28rem;
  line-height: 2.637rem;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .individual_form_section
  .hubspotForm__DetailsTop {
  margin-top: 1rem;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .individual_form_section
  .hubspotForm__DetailsBottom {
  margin-top: 0;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .individual_socials_section--hidden {
  display: none;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .individual_form_section
  .individual_thanks_section {
  width: 26.25rem;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0.5rem;
  text-align: left;
}
.ModalOverlayJustCode .Modal .Modal__Content .hubspotForm__SocialTop {
  font-size: 1.125rem;
  line-height: 1.313rem;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 500;
}
.ModalOverlayJustCode .Modal .Modal__Content .hubspotForm__SocialSteps {
  margin-top: 1rem;
  font-weight: 500;
  padding-left: 18px;
  color: #fff;
  text-align: left;
}
.ModalOverlayJustCode .Modal .Modal__Content .hubspotForm__SocialSteps > li {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.ModalOverlayJustCode .Modal .Modal__Content .hubspotForm__Important,
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .hubspotForm__Important__SpreadTheWord {
  font-size: 1.125rem;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
.ModalOverlayJustCode
  .Modal
  .Modal__Content
  .hubspotForm__Important__SpreadTheWord {
  text-align: left;
}
.ModalOverlayJustCode .Modal .hubspotForm__ImportantInstructions {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  text-align: left;
}
.ModalOverlayJustCode .Modal .hubspotForm__SocialReady {
  text-align: center;
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
.ModalOverlayJustCode .Modal .hubspotForm__LinkedInGif__Container {
  display: flex;
  justify-content: center;
}
.ModalOverlayJustCode .Modal .hubspotForm__LinkedInGif {
  width: 100%;
  height: auto;
}
.ModalOverlayJustCode .Modal .hubspotForm__LinkedInBlock {
  width: 100%;
  height: auto;
  border: 1px solid rgba(128, 152, 255, 0.22);
  border-radius: 0.1875rem;
  background-color: #2c3967;
  box-shadow: 0 0.1875rem 1px -2px rgba(0, 0, 0, 0.2),
    0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.14),
    0 1px 0.3125rem 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 2rem;
}
.ModalOverlayJustCode .Modal .hubspotForm__LinkedInBlockText {
  color: #8a9cd1;
  text-align: left !important;
  font-size: 0.625rem;
  margin-bottom: 1rem;
}
.ModalOverlayJustCode .Modal .hubspotForm__LinkedInBlockButton__SpreadTheWord {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  color: #000;
  opacity: 1;
  background: #d3d3d3;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}
.ModalOverlayJustCode .Modal .liIcon {
  display: inline;
}
.ModalOverlayJustCode .Modal .hubspotForm__LinkedInBlockButton {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  color: #000;
  opacity: 1;
  background: #d3d3d3;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
}
.ModalOverlayJustCode .Modal .hubspotForm__LinkedInBlockButton--Active {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  color: #fff;
  opacity: 1;
  background: linear-gradient(269.09deg, #ef7150 0.63%, #ed9b72 104.47%);
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  width: 60%;
}
.ModalOverlayJustCode .Modal .hubspotForm__LinkedInBlockButton--Active:hover {
  cursor: pointer;
}
.ModalOverlayJustCode .Modal .hubspotForm__LinkedInBlockButton:hover {
  cursor: default;
}
.ModalOverlayJustCode .Modal .hubspotForm__LinkedInShareButton:hover {
  text-decoration: underline;
}
.ModalOverlayJustCode .Modal div.hubspotForm__LinkedInShareButton {
  color: #fff;
}
.ModalOverlayJustCode .Modal .hubspotForm__Copied {
  margin-left: 1rem;
  color: #ef6e4f;
}
.ModalOverlayJustCode .Modal div.hubspotForm__LinkedInShareButton > a,
.ModalOverlayJustCode .Modal div.hubspotForm__LinkedInShareButton > a:visited {
  color: #fff;
}
.ModalOverlayJustCode .Modal .final_thank_you_section {
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
  font-size: 1.438rem;
  line-height: 1.688rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.25rem;
  height: 16.5rem;
}
.ModalOverlayJustCode .Modal .final_thank_you_section_modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.ModalOverlayJustCode .Modal .final_thank_you_free_trial_section {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4375rem;
  line-height: 1.6875rem;
  text-align: center;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ModalOverlayJustCode .Modal .top {
  margin-top: 1rem;
}
.ModalOverlayJustCode .Modal .final_thank_you_free_trial_section_subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: normal;
  text-align: center;
  color: #fff;
}
.EmbedModal {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.EmbedModal button {
  margin: 1.5rem 0 0 auto;
}
.EmbedModal code {
  display: block;
  padding: 1rem;
  word-break: break-all;
  font-size: 0.8rem;
  font-family: monospace, monospace;
  text-align: left;
  background: #1a2340;
}
.ShareButtons {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.ShareButtons .fb-share-button {
  margin: 0 0.5rem;
}
.ShareButtons .fb-share-button > span {
  height: 1.375rem !important;
}
@-webkit-keyframes bounceMini {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1.875rem, 0);
    transform: translate3d(0, -1.875rem, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -0.9375rem, 0);
    transform: translate3d(0, -0.9375rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -0.25rem, 0);
    transform: translate3d(0, -0.25rem, 0);
  }
}
@keyframes bounceMini {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -1.875rem, 0);
    transform: translate3d(0, -1.875rem, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -0.9375rem, 0);
    transform: translate3d(0, -0.9375rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -0.25rem, 0);
    transform: translate3d(0, -0.25rem, 0);
  }
}
.CopyButton {
  padding: 0.375rem;
  border: 1px solid rgba(128, 152, 255, 0.22);
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background-color: #f18157;
  transition: color 0.1s ease, border 0.1s ease;
}
.CopyButton:focus {
  outline: 0;
}
.CopyButton[data-active="true"] {
  -webkit-animation: bounceMini 0.2s ease;
  animation: bounceMini 0.2s ease;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.VideoPlayer {
  position: relative;
  width: 100%;
  height: 19.6875rem;
  text-align: center;
  cursor: pointer;
  background-color: #000;
}
.VideoPlayer.js-lazy-youtube-loaded iframe {
  display: block;
  pointer-events: all;
}
.VideoPlayer .VideoPlayer__Button {
  width: 5.625rem;
  height: 3.75rem;
  z-index: 1;
  border-radius: 0.375rem;
  pointer-events: none;
  opacity: 0.8;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}
.VideoPlayer .VideoPlayer__Button,
.VideoPlayer .VideoPlayer__Button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.VideoPlayer .VideoPlayer__Button:before {
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0.9375rem 0 0.9375rem 1.625rem;
}
.VideoPlayer img {
  max-width: 100%;
  height: 100%;
  margin: auto;
  z-index: 2;
  cursor: pointer;
}
.VideoPlayer iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 768px) {
  .SubscriptionForm {
    margin-top: 1.5rem;
  }
}
.SubscriptionForm .sg-response {
  height: 1.5rem;
  margin-bottom: 0.2rem;
  font-size: 0.9rem;
}
.SubscriptionForm .sg-response.success {
  color: #15bb8a;
}
.SubscriptionForm .sg-response.error {
  color: #cd5860;
}
.SubscriptionForm .sendgrid-subscription-widget .success {
  color: green;
}
.SubscriptionForm .sendgrid-subscription-widget .error,
.SubscriptionForm .sendgrid-subscription-widget .sg-consent-text a {
  color: #3097d1;
}
.ContactUsForm {
  width: 700px;
  max-width: 100%;
}
.ContactUsForm .hbspt-form {
  font-size: 14px;
  line-height: 20px;
  max-width: 480px;
  margin: 16px auto 0;
  transition: all 0.4s ease 0s;
  color: #fff;
  background-color: transparent;
  border-color: purple;
  padding: 0 0 24px;
  border-radius: 4px;
  text-align: left;
  font-family: Roboto, Open Sans, Helvetica Neue, Helvetica, Arial,
    "Tahoma sans-serif", serif;
}
.ContactUsForm .hbspt-form fieldset {
  font-style: normal;
  word-break: break-word;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 8px;
}
.ContactUsForm .hbspt-form fieldset > div:last-child div {
  margin-right: 0;
}
.ContactUsForm .hbspt-form label:not(.hs-error-msg) {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
  word-break: break-word;
}
.ContactUsForm .hbspt-form input:not([type="checkbox"]):not([type="submit"]),
.ContactUsForm .hbspt-form select,
.ContactUsForm .hbspt-form textarea {
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #5c5c5c;
  background-color: #2e2e2e;
  color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.04);
  transition: border-radius 0.2s ease 0s;
  height: 36px;
  padding: 8px 10px;
  border-radius: 4px;
}
.ContactUsForm .hbspt-form input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 15px;
}
.ContactUsForm .hbspt-form input[type="submit"] {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.04);
  transition: border-radius 0.2s ease 0s;
  height: unset;
  padding: 8px 10px;
  min-height: 48px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  background-color: #ef6e4f;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: inherit;
  font-style: normal;
  justify-content: center;
  width: 100%;
  outline: none;
}
.ContactUsForm .hbspt-form input[type="submit"]:hover {
  background-color: #fc7b5c;
}
.ContactUsForm .hbspt-form textarea {
  resize: vertical;
  min-height: 95px;
}
.ContactUsForm .hbspt-form .hs-richtext p {
  word-break: break-word;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 8px;
}
.ContactUsForm .hbspt-form .legal-consent-container label p,
.ContactUsForm .hbspt-form .legal-consent-container label span {
  font-size: 12px;
  display: inline;
}
.ContactUsForm .hbspt-form .hs-error-msg {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #fa6559;
}
.ContactUsForm .hbspt-form .submitted-message {
  padding-top: 32px;
  text-align: center;
}
.ContactUsForm .hbspt-form .submitted-message strong {
  font-size: 40px;
  font-weight: 600;
}
.ContactUsForm .hbspt-form .submitted-message p {
  font-size: 24px;
}
.ContactUsForm .hbspt-form .submitted-message p:not(:last-child) {
  margin-bottom: 24px;
}
.JustCode__Modal__Header {
  font-family: Roboto, Open Sans, Helvetica Neue, Helvetica, Arial,
    "Tahoma sans-serif", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.0625rem;
  line-height: 2.4375rem;
  text-transform: uppercase;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}
.JustCodeContactUsForm--hidden {
  display: none;
}
.JustCodeContactUsForm {
  width: 550px;
  max-width: 100%;
}
.JustCodeContactUsForm .hide {
  visibility: hidden;
}
.JustCodeContactUsForm .invalid {
  border-color: #fa6559 !important;
}
.JustCodeContactUsForm .hbspt-form {
  font-size: 14px;
  line-height: 20px;
  max-width: 650px;
  margin: 16px auto 0;
  transition: all 0.4s ease 0s;
  color: #fff;
  background-color: transparent;
  border-color: purple;
  padding: 0 0 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-family: Roboto, Open Sans, Helvetica Neue, Helvetica, Arial,
    "Tahoma sans-serif", serif;
}
.JustCodeContactUsForm .hbspt-form fieldset {
  font-style: normal;
  word-break: break-word;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 8px;
  border: none;
  display: flex;
  width: 100%;
}
.JustCodeContactUsForm .hbspt-form fieldset div {
  width: 100%;
  margin-right: 0.5rem;
}
.JustCodeContactUsForm .hbspt-form fieldset div label span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  color: #c0cbeb;
  opacity: 0.5;
}
.JustCodeContactUsForm .hbspt-form fieldset > div:last-child div {
  margin-right: 0;
}
.JustCodeContactUsForm .hbspt-form label:not(.hs-error-msg) {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
  word-break: break-word;
}
.JustCodeContactUsForm
  .hbspt-form
  input:not([type="checkbox"]):not([type="submit"]),
.JustCodeContactUsForm .hbspt-form select,
.JustCodeContactUsForm .hbspt-form textarea {
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #f0f2f6;
  background-color: #303968;
  color: #f0f2f7;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  height: 36px;
  padding: 8px 10px;
  border-radius: 2px;
}
.JustCodeContactUsForm .hbspt-form input[type="checkbox"] {
  margin-top: 3px;
  margin-right: 15px;
}
.JustCodeContactUsForm .hbspt-form input[type="submit"] {
  transition: border-radius 0.2s ease 0s;
  height: unset;
  padding: 8px 10px;
  min-height: 48px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: inherit;
  font-style: normal;
  justify-content: center;
  width: 100%;
  outline: none;
  background: linear-gradient(91.33deg, #ef7150, #f29261 100.98%);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  border: 2px solid #f0f2f6;
}
.JustCodeContactUsForm .hbspt-form textarea {
  resize: vertical;
  min-height: 95px;
}
.JustCodeContactUsForm .hbspt-form .hs-submit > div.actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.JustCodeContactUsForm .hbspt-form .hs-richtext p {
  word-break: break-word;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 8px;
}
.JustCodeContactUsForm .hbspt-form .legal-consent-container label p,
.JustCodeContactUsForm .hbspt-form .legal-consent-container label span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  color: #c0cbeb;
  display: inline;
}
.JustCodeContactUsForm .hbspt-form .hs-error-msg {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #fa6559;
}
.JustCodeContactUsForm .hbspt-form .submitted-message {
  padding-top: 32px;
  text-align: center;
}
.JustCodeContactUsForm .hbspt-form .submitted-message strong {
  font-size: 40px;
  font-weight: 600;
}
.JustCodeContactUsForm .hbspt-form .submitted-message p {
  font-size: 24px;
}
.JustCodeContactUsForm .hbspt-form .submitted-message p:not(:last-child) {
  margin-bottom: 24px;
}
.SpreadTheWord__Modal__Header {
  font-family: Roboto, Open Sans, Helvetica Neue, Helvetica, Arial,
    "Tahoma sans-serif", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.0625rem;
  line-height: 2.4375rem;
  text-transform: uppercase;
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
}
.contactUsFormSpread {
  width: 550px;
  max-width: 100%;
}
.contactUsFormSpread .invalid {
  border-color: #fa6559 !important;
}
.contactUsFormSpread .hbspt-form {
  font-size: 14px;
  line-height: 20px;
  max-width: 520px;
  margin: 16px auto 0 10px;
  color: #fff;
  border-color: purple;
  padding: 0 10px 24px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-family: Roboto, Open Sans, Helvetica Neue, Helvetica, Arial,
    "Tahoma sans-serif", serif;
}
.contactUsFormSpread .hbspt-form fieldset {
  font-style: normal;
  word-break: break-word;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 8px;
  border: none;
}
.contactUsFormSpread .hbspt-form fieldset.form-columns-1 {
  margin-bottom: 0;
}
.contactUsFormSpread .hbspt-form fieldset.form-columns-2 {
  display: flex;
  margin-top: 0;
}
.contactUsFormSpread .hbspt-form fieldset.form-columns-2 div:first-child {
  margin-right: 10px;
}
.contactUsFormSpread .hbspt-form fieldset.form-columns-2 div {
  width: 100%;
}
.contactUsFormSpread .hbspt-form fieldset div label span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  color: #fff;
}
.contactUsFormSpread .hbspt-form fieldset > div:last-child div {
  margin-right: 0;
}
.contactUsFormSpread .hbspt-form label:not(.hs-error-msg) {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
  align-items: baseline;
  word-break: break-word;
}
.contactUsFormSpread .hbspt-form input:focus {
  outline: none;
}
.contactUsFormSpread
  .hbspt-form
  input:not([type="checkbox"]):not([type="submit"]),
.contactUsFormSpread .hbspt-form select,
.contactUsFormSpread .hbspt-form textarea {
  width: 100% !important;
  max-width: 100%;
  height: 36px;
  padding: 8px 10px;
  background-color: #2e2e2e;
  border: 1px solid #545557;
  border-radius: 4px;
  color: #fff;
}
.contactUsFormSpread
  .hbspt-form
  input:not([type="checkbox"]):not([type="submit"])::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.contactUsFormSpread
  .hbspt-form
  input:not([type="checkbox"]):not([type="submit"]):-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.contactUsFormSpread
  .hbspt-form
  input:not([type="checkbox"]):not([type="submit"])::placeholder {
  color: #fff;
  opacity: 1;
}
.contactUsFormSpread .hbspt-form input[type="submit"] {
  transition: border-radius 0.2s ease 0s;
  height: unset;
  padding: 8px 10px;
  min-height: 48px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: inherit;
  font-style: normal;
  justify-content: center;
  width: 100%;
  border-width: 0;
  background: linear-gradient(91.33deg, #ef7150, #f29261 100.98%);
  border-radius: 6px;
}
.contactUsFormSpread .hbspt-form textarea {
  resize: vertical;
  min-height: 95px;
}
.contactUsFormSpread .hbspt-form .hs-submit > div.actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.contactUsFormSpread .hbspt-form .hs-richtext p {
  word-break: break-word;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 8px;
}
.contactUsFormSpread .hbspt-form .legal-consent-container label p,
.contactUsFormSpread .hbspt-form .legal-consent-container label span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: capitalize;
  display: inline;
  color: #fff;
}
.contactUsFormSpread .hbspt-form .hs-error-msg {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #fa6559;
}
.contactUsFormSpread .hbspt-form .submitted-message {
  padding-top: 32px;
  text-align: center;
}
.contactUsFormSpread .hbspt-form .submitted-message strong {
  font-size: 40px;
  font-weight: 600;
}
.contactUsFormSpread .hbspt-form .submitted-message p {
  font-size: 24px;
}
.contactUsFormSpread .hbspt-form .submitted-message p:not(:last-child) {
  margin-bottom: 24px;
}
.PricingPlan {
  flex: 1 1;
  min-width: 22.1875rem;
  margin: 1rem;
  padding: 3.125rem;
  border: 1px solid #26315b;
  text-align: center;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.1s ease;
}
.PricingPlan[data-active="true"] {
  background-image: linear-gradient(131deg, #000000, #000000);
}
.PricingPlan[data-active="true"] .PricingPlan__TotalPriceValue {
  display: inline;
}
.PricingPlan .PricingPlan__TotalPriceValue,
.PricingPlan[data-active="true"] .PricingPlan__TotalPricePlaceholder {
  display: none;
}
.PricingPlan .PricingPlan__TotalPricePlaceholder {
  display: inline;
}
.PricingPlan .PricingPlan__TotalPrice {
  margin-bottom: 1.2rem;
}
.PricingPlan .PricingPlan__Name {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 700;
}
.PricingPlan .PricingPlan__Summary {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.PricingPlan b {
  font-size: 2.4rem;
  font-weight: 700;
}
.PricingPlan small,
.PricingPlan span {
  font-size: 1.1rem;
}
.PricingPlan span {
  display: block;
}
.PricingPlan span:last-child {
  font-weight: 700;
}
.PricingPlan span:not(:last-child) {
  margin-bottom: 0.5rem;
}
.PricingPlan a {
  font-weight: 700;
}
.PricingPlan a:hover {
  text-decoration: underline;
}
.CookiesDisclaimer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1rem 2rem;
  border-top: 1px solid #26315b;
  z-index: 99;
  background-color: #000000;
}
.CookiesDisclaimer.CookiesDisclaimer--Hidden {
  display: none;
}
.CookiesDisclaimer > a,
.CookiesDisclaimer > div {
  margin-left: auto;
}
.CookiesDisclaimer div {
  margin-right: 2rem;
}
.CookiesDisclaimer a {
  min-width: -webkit-max-content;
  min-width: max-content;
}
.CookiesDisclaimer a:after {
  content: "→";
  display: inline-block;
  margin-left: 0.3rem;
  text-decoration: none;
}
.CookiesDisclaimer a:hover {
  text-decoration: underline;
}
.CookiesDisclaimer span {
  margin-left: 0.3rem;
  color: #f18157;
  font-weight: bolder;
  cursor: pointer;
}
.CookiesDisclaimer span:hover {
  text-decoration: underline;
}
.Accordion {
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
}
.Accordion.Accordion--Active .Accordion_Content {
  display: block;
}
.Accordion.Accordion--Active .Accordion__Title:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.Accordion .Accordion__Title {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 2.2rem;
  font-weight: 600;
  background-color: #231e4e;
  cursor: pointer;
}
.Accordion .Accordion__Title:before {
  content: "";
  border: 0.4rem solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 1.3rem;
  left: 1rem;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: 0.2rem 50%;
  transform-origin: 0.2rem 50%;
  transition: transform 0.25s ease;
}
.Accordion .Accordion_Content {
  display: none;
  height: 100%;
  padding: 1rem 1rem 1rem 2.2rem;
  background-color: #26315b;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.ActionLink {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  color: #f39563;
}
.ActionLink:hover span {
  text-decoration: underline;
}
.ActionLink:active {
  color: #fff;
}
.ActionLink:active path {
  color: #fff !important;
}
.ActionLink:not(:last-child) {
  margin-bottom: 2.5rem;
}
.ActionLink svg {
  margin-left: 0.75rem;
}
#downloadSCORMModal {
  background: linear-gradient(
    105.94deg,
    #344480 -5.51%,
    #26315b 104.31%
  ) !important;
}
#downloadSCORMModal .hs-input {
  background-color: #2e2e2e;
  border-color: #545557;
  color: #fff;
}
#downloadSCORMModal .hs-input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
#downloadSCORMModal .hs-input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#downloadSCORMModal .hs-input::placeholder {
  color: #fff;
  opacity: 1;
}
#downloadSCORMModal .hs-form-booleancheckbox-display input {
  margin-top: 0.24rem;
  margin-right: 15px;
}
.Modal__Download_Scorm_Header {
  background: linear-gradient(270deg, #f06250, #fca16b 76.96%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 2.25rem !important;
  margin-top: 2rem;
}
.DownloadSCORMForm {
  width: 700px;
  max-width: 100%;
  padding: 0 5rem 2rem;
}
.DownloadSCORMForm .hbspt-form {
  font-size: 14px;
  line-height: 20px;
  max-width: 100%;
  transition: all 0.4s ease 0s;
  color: #fff;
  background-color: transparent;
  border-color: purple;
  padding: 0 0 24px;
  border-radius: 4px;
  text-align: left;
  font-family: Roboto, Open Sans, Helvetica Neue, Helvetica, Arial,
    "Tahoma sans-serif", serif;
}
.DownloadSCORMForm .hbspt-form fieldset {
  max-width: 100%;
}
.DownloadSCORMForm .hbspt-form .submitted-message {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
  gap: 1rem;
  align-items: center;
  text-align: center;
  margin-top: 2rem;
}
.DownloadSCORMForm .hbspt-form .submitted-message strong {
  font-size: 2rem;
  font-weight: 600;
  color: #f18157;
}
.DownloadSCORMForm .hs-form-field {
  padding: 0.5rem;
}
.DownloadSCORMForm .hs-form-field label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin-bottom: 4px;
  display: inline-block;
  word-break: break-word;
}
.DownloadSCORMForm .hs-form-field .input {
  margin: 0;
}
.DownloadSCORMForm
  .hs-form-field
  input:not([type="checkbox"]):not([type="submit"]),
.DownloadSCORMForm .hs-form-field select,
.DownloadSCORMForm .hs-form-field textarea {
  width: 100% !important;
  max-width: 100%;
  border: 1px solid #5c5c5c;
  background-color: #fff;
  color: #000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.04);
  transition: border-radius 0.2s ease 0s;
  height: 36px;
  padding: 8px 10px;
  border-radius: 4px;
}
.DownloadSCORMForm .hs-form-field .hs-error-msg {
  display: block;
  margin-top: 4px;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #fa6559;
}
.DownloadSCORMForm .legal-consent-container {
  margin-top: 1rem;
}
.DownloadSCORMForm .legal-consent-container label p,
.DownloadSCORMForm .legal-consent-container label span {
  font-size: 0.75rem;
}
.DownloadSCORMForm input[type="submit"] {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.04);
  transition: border-radius 0.2s ease 0s;
  height: unset;
  padding: 8px 10px;
  min-height: 48px;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  background-color: #ef6e4f;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: inherit;
  font-style: normal;
  justify-content: center;
  width: 100%;
  outline: none;
}
.DownloadSCORMForm input[type="submit"]:hover {
  background-color: #fc7b5c;
}
.DownloadSCORMForm .Site_Protection_Text {
  font-size: 0.75rem;
  text-align: start;
}
.DownloadSCORMForm .Site_Protection_Text a {
  color: #00e;
  text-decoration: underline;
}
.Marketing_Popup {
  padding: 2rem 8.5rem;
  border: 5px solid #6072a4 !important;
}
.Marketing_Popup .Modal__Content .Popup_Heading {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #f29c62;
  text-decoration-color: #f29c62;
  text-underline-offset: 0.5rem;
  text-align: center;
}
.Marketing_Popup .Modal__Content .Popup_MarketingText {
  font-size: 1.6rem;
  margin-bottom: 0;
  text-align: center;
}
.Marketing_Popup .Modal__Content .Popup_MarketingTextBold {
  font-size: 1.6rem;
  margin-bottom: 0;
  font-weight: 900;
  font-family: Lato-Black, sans-serif;
}
.Marketing_Popup .Modal__Content a {
  margin: 1.5rem auto 0;
  background: linear-gradient(90deg, #f29c62 0, #ef5d4f);
  padding: 1.5rem 3.5rem;
  font-size: 1.3rem;
  width: 68%;
}
.Marketing_Popup .Modal__Content a:hover {
  background: linear-gradient(90deg, #f29c62 0, #ef5d4f) !important;
}
.MobileMenu {
  position: fixed;
  top: 5.625rem;
  left: 0;
  right: 0;
  height: -webkit-max-content;
  height: max-content;
  padding: 1.5rem 2.15rem;
  background-image: linear-gradient(131deg, #000000, #000000);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: opacity 0.1s ease;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .MobileMenu {
    display: none;
  }
}
.MobileMenu.MobileMenu--Shown {
  opacity: 1;
  pointer-events: all;
}
.MobileMenu li:not(:last-child) {
  margin-bottom: 2.15rem;
}
.MobileMenu a {
  font-size: 1.384rem;
  font-weight: 600;
}
.MobileMenuIcon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 2.8125rem;
  height: 2.5rem;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .MobileMenuIcon {
    display: none;
  }
}
.MobileMenuIcon span {
  width: 100%;
  height: 0.1875rem;
  border-radius: 1rem;
  background: linear-gradient(90deg, #f29c62 0, #ef5d4f);
  transition: box-shadow 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 5.625rem;
  min-height: 5.625rem;
  max-height: 5.625rem;
  padding: 0 2rem;
  z-index: 20;
  background-color: #000000;
  box-shadow: 0 5px 5px -51px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
@media (min-width: 992px) {
  header {
    padding: 0 4rem;
  }
}
.Welcome,
_:-ms-lang(x) {
  background: none !important;
}
.Welcome .Welcome__After,
.Welcome .Welcome__HelperText,
_:-ms-lang(x) .Welcome__After,
_:-ms-lang(x) .Welcome__HelperText {
  display: none !important;
}
.Welcome .Welcome__Content,
_:-ms-lang(x) .Welcome__Content {
  position: absolute !important;
}
.Welcome section,
_:-ms-lang(x) section {
  min-height: calc(100vh - 5.625rem) !important;
}
.Welcome {
  position: relative;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center 5.625rem;
  background-image: url(../media/landing/assets/images/before-cbe0236fec13abe795f4cb6306ae4c07.svg),
    linear-gradient(131deg, #000000, #000000);
}
@media (min-width: 1200px) {
  .Welcome {
    background-size: cover;
  }
}
.Welcome .Welcome__After {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 12;
  pointer-events: none;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center 5.625rem;
}
@media (min-width: 1200px) {
  .Welcome .Welcome__After {
    display: block;
    background-size: cover;
  }
}
.Welcome .Welcome__After.js-lazy-background-visible {
  background-image: url(../media/landing/assets/images/after-4ff777738f8733f371ff5ceb1ee0f838.svg),
    linear-gradient(131deg, #000000, #000000);
}
.Welcome .Welcome__HelperText {
  display: none;
  position: relative;
  white-space: nowrap;
  overflow-x: hidden;
  font-size: 1.625rem;
  font-weight: 700;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .Welcome .Welcome__HelperText {
    display: block;
  }
}
.Welcome .Welcome__Content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: auto;
  padding: 2rem;
  z-index: 999;
  opacity: 0;
  text-align: center;
}
.Welcome .Welcome__Content .sc-banner {
  display: inline-flex;
  height: 60px;
  font-size: 0.9375rem;
  padding: 0 37px 0 38px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 5.6px;
  margin-bottom: 2.125rem;
  border: 1px solid #70718c;
  background: rgba(11, 8, 51, 0.44);
}
.Welcome .Welcome__Content .sc-banner a {
  color: #ef6852;
  font-size: 0.9375rem;
  margin-left: 15px;
}
@media (min-width: 576px) {
  .Welcome .Welcome__Content {
    max-width: 42rem;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .Welcome .Welcome__Content {
    left: 50%;
    max-width: 42rem;
    -webkit-transform: translate(-50%, -50%) translateY(1.25rem);
    transform: translate(-50%, -50%) translateY(1.25rem);
  }
}
.Welcome .Welcome__Helper {
  position: fixed;
  left: 50%;
  bottom: 20%;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.Welcome .Welcome__Helper.Welcome__HelperText {
  padding: 0 0.25rem;
}
.Welcome .Welcome__Helper.Welcome__Helper--Before {
  justify-content: flex-end;
}
.Welcome .Welcome__Helper.Welcome__Helper--Before .Welcome__HelperText {
  opacity: 0;
}
.Welcome .Welcome__Helper.Welcome__Helper--After {
  justify-content: flex-start;
}
.Welcome .Welcome__Helper.Welcome__Helper--After .Welcome__HelperText {
  width: 0;
  z-index: 11;
  color: #f18157;
}
@media (min-width: 1200px) {
  .Welcome section {
    min-height: calc(500vh - 28.125rem);
  }
}
.Welcome h2 {
  margin-bottom: 2.125rem;
  font-size: 2rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .Welcome h2 {
    font-size: 3rem;
  }
}
.Welcome h2 span:last-child {
  display: block;
}
.Welcome p {
  margin-top: 4rem;
  font-size: 1.125rem;
}
.WhoWeAre {
  align-items: center;
  background-repeat: no-repeat;
  background-position: top;
}
@media (min-width: 768px) {
  .WhoWeAre {
    background: none;
  }
}
.WhoWeAre.js-lazy-background-visible {
  background-image: url(../media/landing/assets/images/kontra-who-we-are-mobile-08cff3178c119e414cbdcc0bb106ac0a.svg);
}
.WhoWeAre .WhoWeAreIcon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .WhoWeAre .WhoWeAreIcon {
    display: block;
  }
}
.WhoWeAre .WhoWeAreContent {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-left: auto;
  padding-top: 6.25rem;
  z-index: 11;
}
@media (min-width: 768px) {
  .WhoWeAre .WhoWeAreContent {
    max-width: 20.9375rem;
    align-items: flex-start;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .WhoWeAre .WhoWeAreContent {
    max-width: 28rem;
  }
}
.WhoWeAre .WhoWeAreContent strong {
  font-weight: 400;
}
.WhoWeAre h2 {
  margin-bottom: 2.8125rem;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
}
.WhoWeAre p {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.625rem;
}
.Difference {
  flex-direction: column;
  align-items: flex-start;
  min-height: 200vh;
  background-image: linear-gradient(131deg, #000000, #000000);
}
.Difference .Difference__MobileTitle {
  display: block;
  margin: 0 auto 1.5rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .Difference .Difference__MobileTitle {
    display: none;
  }
}
.Difference .Difference__MobileTitle strong {
  font-size: 1.5rem;
  font-weight: 600;
}
.DeveloperFirst h2 {
  margin-bottom: 0.3125rem;
  font-size: 3.875rem;
  font-weight: 500;
}
.DeveloperFirst h3 {
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 500;
}
.DeveloperFirst p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #2c3967;
}
.DeveloperFirst .Button {
  margin-top: 1rem;
}
.Beautiful {
  margin: 3rem 0;
  box-shadow: none;
}
@media (min-width: 1200px) {
  .Beautiful {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
  }
  .Beautiful.js-lazy-background-visible {
    background-image: url(../media/landing/assets/images/kontra-application-security-lesson-13f1b0cfac54f687e80da1ce97e4efce.png);
  }
}
.Beautiful .Beautiful__Content {
  display: flex;
  justify-content: space-between;
}
.Beautiful .FeatureImage {
  height: 50vh;
  background-size: cover;
  background-repeat: no-repeat;
  flex-basis: auto;
}
.Beautiful .FeatureImage.js-lazy-background-visible {
  background-image: url(../media/landing/assets/images/kontra-security-training-application-96e4c5e7e51ab401bf65215631b8f9e0.png);
}
.InteractiveLearning {
  align-items: flex-start;
  min-height: 50vh;
  background: rgba(0, 0, 0, 0.19);
}
@media (min-width: 992px) {
  .InteractiveLearning {
    min-height: 62.5rem;
  }
}
.InteractiveLearning .InteractiveLearning__Content {
  position: relative;
  z-index: 11;
}
@media (min-width: 992px) {
  .InteractiveLearning .InteractiveLearning__Content {
    top: 100%;
    left: 100%;
    max-width: 28.125rem;
    -webkit-transform: translateX(-100%) translateX(-3.125rem)
      translateY(4.375rem);
    transform: translateX(-100%) translateX(-3.125rem) translateY(4.375rem);
  }
}
.ScormFirst {
  box-shadow: none;
}
.ScormFirst .ScormFirst__Content {
  display: flex;
}
.ScormFirst strong {
  font-weight: 600;
}
.EnterpriseReady {
  box-shadow: none;
}
@media (min-width: 1200px) {
  .EnterpriseReady > .Container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100%;
  }
  .EnterpriseReady > .Container.js-lazy-background-visible {
    background-image: url(../media/landing/assets/images/kontra-lms-analytics-dashboard-422e0f87e27114fcb8e3c40f4a01c376.png);
  }
}
.EnterpriseReady .EnterpriseReady__Features {
  margin-top: 1.875rem;
}
.EnterpriseReady .EnterpriseReady__Features li {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #7b64ee;
}
.EnterpriseReady .EnterpriseReady__Features li:not(:last-child) {
  margin-bottom: 2.25rem;
}
.EnterpriseReady .EnterpriseReady__FeatureIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  width: 4rem;
  height: 4rem;
  margin-right: 2.5rem;
  border-radius: 0.5rem;
  background-color: rgba(123, 100, 238, 0.15);
}
.EnterpriseReady .Free_Trial_Text {
  padding-left: 0 !important;
  margin-top: 2rem !important;
}
.Languages {
  flex-direction: column;
  justify-content: flex-start;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 7.5rem 98%;
}
.Languages.js-lazy-background-visible {
  background-image: url(../media/landing/assets/images/feature_details-b05692f4ab9421b78ceb275378d7c4db.png);
}
@media (min-width: 992px) {
  .Languages {
    background-size: 50%;
    background-position: right 98%;
  }
}
@media (max-width: 1199.98px) {
  .Languages {
    min-height: -webkit-max-content;
    min-height: max-content;
  }
}
.Languages .Languages__Content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .Languages .Languages__Content {
    flex-direction: row;
  }
}
.Languages h2 {
  display: inline-block;
  margin-bottom: 2.25rem;
  padding-bottom: 0.3125rem;
  border-bottom: 0.125rem solid #26315b;
  font-size: 1.5rem;
  font-weight: 400;
}
.Languages h3 {
  margin-bottom: 2.1875rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.Languages ul {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .Languages ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .Languages ul:first-child {
    margin-top: 3.875rem;
  }
}
.Languages li {
  display: flex;
  align-items: center;
  margin-bottom: 2.875rem;
}
@media (min-width: 992px) {
  .Languages li {
    align-items: center;
  }
}
.Languages li:not(:last-child) {
  margin-right: 3.46rem;
}
@media (min-width: 992px) {
  .Languages li:not(:last-child) {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .Languages li:last-child {
    margin-bottom: 0;
  }
}
.Languages strong {
  display: none;
  margin-left: 1.25rem;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .Languages strong {
    display: inline-block;
  }
}
.Builder {
  flex-direction: column;
  align-items: flex-start;
  min-height: 300vh;
  background-image: linear-gradient(131deg, #000000, #000000);
}
.Builder .Builder__Description {
  display: none;
  margin-bottom: 2.375rem;
  font-size: 1.23rem;
}
@media (min-width: 1200px) {
  .Builder .Builder__Description {
    display: block;
  }
}
.Builder .Builder__Description.Builder__Description--Mobile {
  display: none;
  text-align: left;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  .Builder .Builder__Description.Builder__Description--Mobile {
    display: block;
  }
}
@media (min-width: 1200px) {
  .Builder .Builder__Description.Builder__Description--Mobile {
    display: none;
  }
}
.Builder h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #f18157;
}
@media (min-width: 576px) {
  .Builder h2 {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .Builder h2 {
    text-align: left;
    font-size: 3.875rem;
  }
}
.ScheduleDemo h2 {
  margin-bottom: 0.3125rem;
  font-size: 3rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .ScheduleDemo h2 {
    font-size: 3.875rem;
  }
}
.ScheduleDemo p {
  margin-bottom: 2.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #2c3967;
}
.ScheduleDemo p span {
  font-weight: bolder;
}
.ScheduleDemo .ScheduleDemo--Title {
  color: #fff;
  font-size: x-large;
  font-weight: 700;
}
.Pricing_Plans {
  display: flex;
  max-height: -webkit-max-content;
  max-height: max-content;
  overflow-x: hidden;
  padding-bottom: 0;
  padding-top: 0;
}
.Pricing_Plans .Container > div:not(:last-child) {
  margin: 5rem 0;
}
.Pricing_Plans .Pricing {
  align-items: flex-start;
  max-height: -webkit-max-content;
  max-height: max-content;
}
.Pricing_Plans .Pricing .price-image-0 {
  width: 3.1rem !important;
  height: auto !important;
}
.Pricing_Plans .Pricing .price-image {
  margin: 1.5rem auto !important;
}
.Pricing_Plans .Pricing .price-image-1 {
  width: 6rem !important;
  height: auto !important;
  margin: 1rem auto 0.4rem !important;
}
.Pricing_Plans .Pricing .PricingPlanTitle {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 126.5%;
}
.Pricing_Plans .Pricing .PricingPlanTitle .GradientText {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
  text-align: center;
  background: linear-gradient(270deg, #f06250 5.51%, #fca16b 95.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 0 !important;
}
.Pricing_Plans .Pricing .PricingPlanTitle .RightStepMessage {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 3.5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 5rem;
}
.Pricing_Plans .Pricing .Pricing__Items {
  display: flex;
  flex-direction: row;
}
.Pricing_Plans .Pricing .Pricing__Items .header {
  display: flex;
  flex-direction: column;
  padding: 3.125rem;
  border: 1px solid #26315b;
  text-align: center;
  background-color: #000000;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .Pricing_Plans .Pricing .Pricing__Items .header {
    min-width: 25rem;
    max-width: 25rem;
  }
}
.Pricing_Plans .Pricing .Pricing__Items .empty-header-space {
  border-left: 0 solid transparent;
  padding-left: 0;
  padding-right: 0;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items
  .empty-header-space
  .plan_includes_header {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #fff;
  margin: 0 0 0 1rem;
  text-align: left;
}
.Pricing_Plans .Pricing .Pricing__Items .empty-header-space .plan_subline {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.25rem;
  color: #ebebeb;
  text-align: left;
  margin-left: 1rem;
}
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr > td:first-child {
  padding-left: 0;
  padding-right: 0;
  border: 0 solid transparent;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr
  > td:first-child
  .plan_includes_header {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #fff;
  margin: 0 0 0 1rem;
  text-align: left;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr
  > td:first-child
  .plan_subline {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.25rem;
  color: #ebebeb;
  text-align: left;
  margin-left: 1rem;
}
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr > td:nth-child(2) {
  border-left: 0 solid transparent !important;
}
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr > td:nth-child(4) {
  border-right: 0 solid transparent !important;
}
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(2) > td,
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(3) > td,
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(4) > td,
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(5) > td {
  border-bottom: 1px solid transparent !important;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr:nth-child(7)
  > td:first-child,
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr:nth-child(8)
  > td:first-child,
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr:nth-child(9)
  > td:first-child,
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr:nth-child(10)
  > td:first-child,
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr:nth-child(11)
  > td:first-child,
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr:nth-child(12)
  > td:first-child,
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr:nth-child(13)
  > td:first-child,
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr:nth-child(14)
  > td:first-child,
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr:nth-child(15)
  > td:first-child {
  border-top: 1px solid #26315b;
  border-right: 1px solid #26315b;
}
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(7) > td,
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(8) > td,
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(9) > td,
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(10) > td,
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(11) > td,
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(12) > td,
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(13) > td,
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(14) > td,
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr:nth-child(15) > td {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.Pricing_Plans .Pricing .Pricing__Items > tbody > tr > td:not(:first-child) {
  border: 1px solid #26315b;
  text-align: center;
  background-color: #1a1641;
}
@media (min-width: 1200px) {
  .Pricing_Plans .Pricing .Pricing__Items > tbody > tr > td:not(:first-child) {
    min-width: 21.98rem;
    max-width: 21.98rem;
  }
}
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr
  > td:not(:first-child).devNumbersCell {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr
  > td:not(:first-child).devNumbersCell
  .devNumbers {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  background: linear-gradient(270deg, #f06250 5.51%, #fca16b 95.05%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr
  > td:not(:first-child)
  .plan-description {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #f8f8f9;
  opacity: 0.7;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr
  > td:not(:first-child)
  .Button {
  padding: 0 3rem 0.5rem !important;
  width: 18.8rem;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr
  > td:not(:first-child)
  .plan_includes {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > tbody
  > tr
  > td:not(:first-child)
  .checks {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Pricing_Plans .Pricing .Pricing__Items > li:first-child {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #26315b;
  border-left: 0 solid transparent;
}
.Pricing_Plans .Pricing .Pricing__Items > li:first-child .plan_includes_header {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #fff;
  margin: 0 0 0 1rem;
  text-align: left;
}
.Pricing_Plans .Pricing .Pricing__Items > li:first-child .plan_subline {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.25rem;
  color: #ebebeb;
  text-align: left;
  margin-left: 1rem;
}
.Pricing_Plans .Pricing .Pricing__Items > li:not(:first-child) {
  display: flex;
  flex-direction: column;
  padding: 2rem 0.5rem;
  border: 1px solid #26315b;
  text-align: center;
  background-color: #1a1641;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .Pricing_Plans .Pricing .Pricing__Items > li:not(:first-child) {
    min-width: 22rem;
  }
}
.Pricing_Plans .Pricing .Pricing__Items > li:not(:first-child) .devNumbers {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  background: linear-gradient(270deg, #f06250 5.51%, #fca16b 95.05%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items
  > li:not(:first-child)
  .plan-description {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #f8f8f9;
  opacity: 0.7;
}
.Pricing_Plans .Pricing .Pricing__Items > li:not(:first-child) .Button {
  padding: 0 3rem 0.5rem !important;
  width: 18.8rem;
}
.Pricing_Plans .Pricing .Pricing__Items > li:not(:first-child) .plan_includes {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
}
.Pricing_Plans .Pricing .Pricing__Items > li:not(:first-child) .checks {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Pricing_Plans .Pricing .Pricing__Items .not-included {
  width: 20px;
  height: auto;
}
.Pricing_Plans .Pricing .Pricing__Items .included {
  width: 30px;
  height: auto;
}
.Pricing_Plans .Pricing .Pricing__Items img {
  width: 12.5rem;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal__Feature__Cells {
  display: none;
  flex-direction: row;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal__Feature__Cells .header {
  display: flex;
  flex-direction: column;
  padding: 3.125rem;
  border: 1px solid #26315b;
  text-align: center;
  background-color: #000000;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .Pricing_Plans .Pricing .Pricing__Items__Horizontal__Feature__Cells .header {
    min-width: 25rem;
    max-width: 25rem;
  }
}
.Pricing_Plans
  .Pricing
  .Pricing__Items__Horizontal__Feature__Cells
  .empty-header-space {
  border-left: 0 solid transparent;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #26315b;
  border-right: 1px solid #26315b;
  border-top: 0 solid transparent !important;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items__Horizontal__Feature__Cells
  .empty-header-space
  .plan_includes_header {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #fff;
  margin: 0;
  text-align: left;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal__Feature__Cells > li {
  display: flex;
  flex-direction: column;
  padding: 2rem 0.5rem;
  border: 1px solid #26315b;
  text-align: center;
  background-color: #1a1641;
  justify-content: center;
  width: 50%;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items__Horizontal__Feature__Cells
  > li
  .devNumbers {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  background: linear-gradient(270deg, #f06250 5.51%, #fca16b 95.05%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items__Horizontal__Feature__Cells
  > li
  .plan-description {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #f8f8f9;
  opacity: 0.7;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items__Horizontal__Feature__Cells
  > li
  .Button {
  padding: 0 3rem 0.5rem !important;
  width: 18.8rem;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items__Horizontal__Feature__Cells
  > li
  .plan_includes_left {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: left;
  color: #fff;
  margin-left: 1rem;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items__Horizontal__Feature__Cells
  > li
  .plan_includes {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items__Horizontal__Feature__Cells
  > li
  .plan_subline_left {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.25rem;
  color: #ebebeb;
  text-align: left;
  margin-left: 1rem;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items__Horizontal__Feature__Cells
  > li
  .checks {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items__Horizontal__Feature__Cells
  .not-included {
  width: 20px;
  height: auto;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal__Feature__Cells .included {
  width: 30px;
  height: auto;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal__Feature__Cells img {
  width: 12.5rem;
  margin: 0 auto;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal {
  display: none;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .Pricing_Plans .Pricing .Pricing__Items__Horizontal {
    min-width: 22rem;
  }
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal .header {
  display: flex;
  flex-direction: column;
  padding: 3.125rem;
  border: 1px solid #26315b;
  text-align: center;
  background-color: #30302e;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .Pricing_Plans .Pricing .Pricing__Items__Horizontal .header {
    min-width: 25rem;
    max-width: 25rem;
  }
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal .empty-header-space {
  border-left: 0 solid transparent;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #26315b;
  border-right: 1px solid #26315b;
  border-top: 0 solid transparent !important;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items__Horizontal
  .empty-header-space
  .plan_includes_header {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #fff;
  margin: 0 0 0 1rem;
  text-align: left;
}
.Pricing_Plans
  .Pricing
  .Pricing__Items__Horizontal
  .empty-header-space
  .plan_subline {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.25rem;
  color: #ebebeb;
  text-align: left;
  margin-left: 1rem;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal > li {
  display: flex;
  flex-direction: column;
  padding: 2rem 0.5rem;
  border: 1px solid #26315b;
  text-align: center;
  background-color: #1a1641;
  justify-content: center;
  align-items: center;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal > li .devNumbers {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  background: linear-gradient(270deg, #f06250 5.51%, #fca16b 95.05%), #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal > li .plan-description {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  color: #f8f8f9;
  opacity: 0.7;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal > li .Button {
  padding: 0 3rem 0.5rem !important;
  width: 18.8rem;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal > li .plan_includes {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal > li .checks {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal .not-included {
  width: 20px;
  height: auto;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal .included {
  width: 30px;
  height: auto;
}
.Pricing_Plans .Pricing .Pricing__Items__Horizontal img {
  width: 12.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1451px) {
  .Pricing_Plans .Pricing .PricingPlanTitle {
    width: 100%;
  }
  .Pricing_Plans .Pricing .Pricing__Items {
    display: none;
  }
  .Pricing_Plans .Pricing .Pricing__Items__Horizontal {
    display: flex;
  }
  .Pricing_Plans .Pricing .Pricing__Items__Horizontal__More {
    margin-top: 6rem;
  }
  .Pricing_Plans .Pricing .Pricing__Items__Horizontal__Feature__Cells {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .Pricing_Plans .Pricing .PricingPlanTitle .GradientText {
    font-size: 2rem;
  }
  .Pricing_Plans .Pricing .PricingPlanTitle .RightStepMessage {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 560px) {
  .Pricing_Plans .Pricing .PricingPlanTitle .GradientText {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem !important;
  }
  .Pricing_Plans .Pricing .PricingPlanTitle .RightStepMessage {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.Pricing_Plans .Pricing .Pricing__Features {
  margin-bottom: 3.4375rem;
}
.Pricing_Plans .Pricing .Pricing__Features li {
  font-weight: 500;
}
.Pricing_Plans .Pricing .Pricing__Features li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.Pricing_Plans .Pricing .Pricing__Features li:before {
  content: "•";
  display: inline-block;
  margin-right: 0.875rem;
  color: #7b64ee;
}
.Pricing_Plans .Pricing h2 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
}
.Pricing_Plans .Pricing h3 {
  margin-bottom: 0.2rem;
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 4rem;
  text-align: center;
  color: #7765e7;
}
.Pricing_Plans .Pricing label {
  display: none;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .Pricing_Plans .Pricing label {
    display: block;
  }
}
.Pricing_Plans .Pricing a {
  margin-top: auto;
}
.Pricing_Plans .Pricing button,
.Pricing_Plans .Pricing p {
  margin: 1rem 1rem 1rem 20px;
  font-size: 1rem;
}
.Pricing_Plans .Plans_Include {
  display: flex;
  flex-direction: column;
  padding-bottom: 6rem;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  text-align: center;
}
.Pricing_Plans .Plans_Include .Plans_Features {
  display: flex;
  grid-gap: 5rem;
  gap: 5rem;
  margin-top: 4rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.Pricing_Plans .Plans_Include .Plans_Features > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  grid-gap: 1rem;
  gap: 1rem;
}
.Pricing_Plans .Plans_Include .Plans_Features > div .Feature_Heading {
  font-size: 1.2rem;
  font-weight: 600;
}
.Pricing_Plans .Plans_Include .Plans_Features > div img {
  height: 4rem;
}
.Pricing_Plans .Plans_Marketing_Logos {
  display: flex;
  grid-gap: 4.5rem;
  gap: 4.5rem;
  flex-direction: column;
  background-color: #26315b;
  padding: 3rem;
  width: 500%;
  margin-left: -200% !important;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media (max-width: 991.98px) {
  .Pricing_Plans .Plans_Marketing_Logos h2 {
    inline-size: 80vw;
    text-align: center;
    overflow-wrap: break-word;
  }
}
.Pricing_Plans .Plans_Marketing_Logos > div {
  display: flex;
  grid-gap: 5rem;
  gap: 5rem;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .Pricing_Plans .Plans_Marketing_Logos > div {
    flex-direction: row;
  }
}
.Pricing_Plans .Plans_Marketing_Logos > div img {
  height: 5rem;
}
.Pricing_Plans .Plans_Faq {
  display: flex;
  flex-direction: column;
  grid-gap: 4rem;
  gap: 4rem;
}
.Pricing_Plans .Plans_Get_Started {
  display: flex;
  flex-direction: column;
  background-color: #f18157;
  padding: 3rem;
  width: 500%;
  margin-left: -200%;
  overflow: hidden;
  text-align: center;
}
.Pricing_Plans .Plans_Get_Started > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-gap: 2rem;
  gap: 2rem;
}
.Pricing_Plans .Plans_Get_Started .Button {
  margin-top: 2rem;
}
.PricingCalculator .PricingCalculator__SelectorWrapper {
  display: flex;
  align-items: center;
  max-width: 90rem;
  margin: 0 auto 3rem;
}
.PricingCalculator .PricingCalculator__Plans {
  display: flex;
  flex-wrap: wrap;
  max-width: 90rem;
  margin: 0 auto 0.5rem;
}
.PricingCalculator .PricingCalculator__Note {
  display: block;
  max-width: 90rem;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
}
.PricingCalculator .PricingCalculator__Note a {
  font-weight: 500;
}
.PricingCalculator .PricingCalculator__Note a:hover {
  text-decoration: underline;
}
.PricingCalculator label {
  display: block;
  margin-bottom: 3rem;
  text-align: center;
  font-weight: 500;
}
.About {
  min-height: 40vh;
}
@media (max-width: 767.98px) {
  .About {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.About .FeatureTitle {
  font-weight: 900 !important;
  margin-bottom: 0;
  font-size: xx-large;
  color: #f06952;
}
.About .FeatureTitle:not(:first-child) {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .About .FeatureTitle:not(:first-child) {
    margin-top: 4rem;
  }
}
.About .SubHeading-Content {
  color: #f06952;
  font-size: x-large;
  text-align: center;
  font-weight: 900;
  margin-bottom: 2rem;
}
.About .About-Content {
  text-align: center;
  width: 85%;
  justify-content: center;
  margin: 0 auto;
  font-size: large;
}
@media (max-width: 991.98px) {
  .About .About-Content {
    width: 100%;
  }
}
.About .About-Content .About-Button {
  border: 2px solid #fff;
  border-bottom: 7px solid #f06952;
  padding: 1rem 3rem;
  margin: 3.5rem auto 0;
  color: #fff;
  font-size: medium;
  font-weight: 700;
  background: transparent;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .About .About-Content .About-Button {
    font-size: 0.8rem;
    padding: 0.8rem 5.5rem;
  }
}
.About .About-ThriveDX {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 80vw;
  margin: 10.5em auto;
}
.About .About-ThriveDX .Learn-More-Button {
  text-decoration: underline;
  cursor: pointer;
  text-underline-offset: 4px;
}
.About .About-ThriveDX .FeatureDescription {
  max-width: 50%;
}
@media (max-width: 767.98px) {
  .About .About-ThriveDX .FeatureDescription {
    max-width: 100%;
    flex: none;
  }
}
@media (max-width: 991.98px) {
  .About .About-ThriveDX .FeatureDescription {
    max-width: 100%;
    flex: none;
  }
}
.About .About-ThriveDX .FeatureDescription p {
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  .About .About-ThriveDX .FeatureDescription p {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .About .About-ThriveDX .FeatureDescription p {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .About .About-ThriveDX {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0.5rem auto;
  }
}
@media (max-width: 767.98px) {
  .About .About-ThriveDX {
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0.5rem auto;
  }
}
.About .About-ThriveDX--Title {
  color: #f06952;
  font-size: large;
}
@media (max-width: 767.98px) {
  .About .About-ThriveDX--Title {
    text-align: center;
  }
}
.About .Right--Image {
  width: 29rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .About .Right--Image {
    margin: 2rem auto;
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .About .Right--Image {
    margin: 2rem auto;
    order: 2;
    width: 18rem;
  }
}
.About .Left--Image {
  width: 29rem;
  margin-right: 5rem;
}
@media (max-width: 767.98px) {
  .About .Left--Image {
    margin: 2rem auto;
    order: 2;
    width: 18rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .About .Left--Image {
    margin: 2rem auto;
    order: 2;
  }
}
.AboutNumbersDiv {
  background: rgba(0, 0, 0, 0.19);
  padding: 3rem 3rem 5rem;
}
@media (max-width: 767.98px) {
  .AboutNumbersDiv {
    padding: 3rem 0 0;
  }
}
.AboutNumbersDiv .FeatureTitle {
  font-weight: 900 !important;
  margin-bottom: 2rem;
  font-size: x-large;
  color: #f06952;
}
.AboutNumbersDiv .AboutNumbers {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  margin: auto;
  width: 70vw;
}
@media (max-width: 767.98px) {
  .AboutNumbersDiv .AboutNumbers {
    width: 100%;
    padding: 3rem 3rem 2rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 575.98px) {
  .AboutNumbersDiv .AboutNumbers {
    width: 100%;
    padding: 3rem 0 2rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .AboutNumbersDiv .AboutNumbers {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 80vw;
  }
}
.AboutNumbersDiv .AboutNumbers .About-Wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AboutNumbersDiv .AboutNumbers .About--Content {
  display: flex;
  flex-direction: column;
}
.AboutNumbersDiv .AboutNumbers .About--Content .AboutHead {
  font-size: 4rem;
  font-weight: bolder;
  color: #f06952;
}
@media (max-width: 575.98px) {
  .AboutNumbersDiv .AboutNumbers .About--Content .AboutHead {
    font-weight: 700;
  }
}
@media (max-width: 767.98px) {
  .AboutNumbersDiv .AboutNumbers .About--Content .AboutHead {
    font-size: 2.15rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 10px;
  }
}
@media (max-width: 991.98px) {
  .AboutNumbersDiv .AboutNumbers .About--Content .AboutHead {
    font-size: 3rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 10px;
  }
}
.AboutNumbersDiv .AboutNumbers .About--Content .AboutDescription {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #fff;
  max-lines: 2;
}
@media (max-width: 767.98px) {
  .AboutNumbersDiv .AboutNumbers .About--Content .AboutDescription {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .AboutNumbersDiv .AboutNumbers .About--Content .AboutDescription {
    font-size: 1.125rem;
  }
}
.Founders {
  padding: 5rem;
}
.Founders .FeatureTitle {
  font-size: x-large;
  color: #f06952;
}
.Founders .About__Founders {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .Founders .About__Founders {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .Founders .About__Founders {
    flex-direction: row;
  }
}
.Founders .About__Founders .Founder h3 {
  font-size: x-large;
}
.Founders .About__Founders .Founder img {
  margin-bottom: 0;
}
.Founders .About__Founders > li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.Founders .About__Founders > li img {
  width: 12rem;
}
.Founders .About__Founders > li:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .Founders .About__Founders > li:not(:last-child) {
    margin-bottom: 0;
  }
}
.AboutThriveDX {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Certificate .Certificate__Content {
  display: flex;
  flex-direction: column;
  max-width: 68.75rem;
  height: -webkit-max-content;
  height: max-content;
  margin: auto;
  border-radius: 0.8125rem;
  border: 0.125rem solid #6274a6;
  text-align: center;
  background-color: #2c3967;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.Certificate .Certificate__Content .Logo {
  margin: auto;
  width: 20%;
}
.Certificate .Certificate__Content .Certificate__Body {
  padding: 30px;
}
.Certificate .Certificate__Content .Certificate__Body.NewCertificate {
  background-repeat: no-repeat;
  background-size: contain;
}
.Certificate .Certificate__Content .Certificate__Header {
  margin-bottom: 24px;
  color: #94a7db;
  font-size: 2.875rem;
  font-weight: 700;
  letter-spacing: 0.33563rem;
  text-transform: uppercase;
}
.Certificate .Certificate__Content .Certificate__MetaText {
  margin-bottom: 1.3%;
  color: #fff;
  font-size: 1.125rem;
}
.Certificate .Certificate__Content .Certificate__MetaText.header {
  margin-top: 24%;
}
.Certificate .Certificate__Content .Certificate__MetaText.footer {
  margin-top: 4.8%;
}
.Certificate .Certificate__Content .Certificate__CourseName {
  color: #ef7050;
  font-weight: 400;
  font-size: 1rem;
  margin-left: 3px;
  margin-right: 3px;
  text-transform: uppercase;
}
.Certificate .Certificate__Content .Certificate__InfoText {
  margin-bottom: 2%;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 900;
}
.Certificate .Certificate__Content .Certificate__Type {
  margin: auto auto 24px;
  color: #fff;
  font-size: 2.25rem;
}
.Certificate .Certificate__Content .Certificate__MetaData {
  margin-top: 8%;
  margin-bottom: 12.6%;
  display: flex;
  justify-content: space-around;
  color: #c0cbeb;
  font-size: 1.25rem;
  letter-spacing: 0.04188rem;
}
.Certificate .Certificate__Content .Certificate__AchievementDate,
.Certificate .Certificate__Content .Certificate__ExpirationDate {
  display: inline-block;
  width: 48%;
  text-align: center;
}
.Certificate .Certificate__Content .Certificate__Footer {
  height: 110px;
  margin-top: auto;
  padding: 0 30px;
  border-radius: 0 0 13px 13px;
  border-top: 2px solid #6274a6;
  background-color: #232e54;
}
.Certificate .Certificate__Content .Certificate__Contacts {
  display: inline-block;
  width: 45%;
  margin-left: 40px;
  text-align: right;
  color: #6274a6;
  font-size: 1.125rem;
  letter-spacing: 0.03125rem;
}
.Certificate .Certificate__Content .Certificate__Contacts a,
.Certificate .Certificate__Content .Certificate__Contacts span {
  display: block;
  text-align: center;
}
.Certificate .Certificate__Content .Certificate__Contacts a {
  margin: 16px 0;
  text-decoration: none;
  color: #6274a6;
}
.Certificate .Certificate__Content .Certificate__Contacts a:hover {
  text-decoration: underline;
}
.Certificate .Certificate__Content .Certificate__Logo {
  position: relative;
  display: inline-block;
  width: 45%;
}
.Certificate .Certificate__Content .Certificate__Logo img {
  max-height: 80px;
  max-width: 190px;
}
.Certificate .Certificate__Content .Certificate__PoweredByKontra {
  display: inline-block;
  width: 45%;
  max-width: 190px;
  max-height: 80px;
  margin-left: 40px;
  text-align: right;
}
.Certificate .Certificate__Content hr {
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
  border: none;
  border-radius: 2px;
  background-color: #ef6e4f;
}
.Footer {
  padding: 2rem;
  background-image: linear-gradient(131deg, #000000e, #000000e);
}
@media (min-width: 992px) {
  .Footer {
    padding: 4rem;
  }
}
@media (max-width: 767.98px) {
  .Footer .SocialButtons:not(.SocialButtons--Mobile) {
    display: none;
  }
}
.Footer .Footer__Content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2.875rem;
}
@media (max-width: 767.98px) {
  .Footer .Footer__Content {
    width: -webkit-max-content;
    width: max-content;
    margin: 0 auto 2.875rem;
  }
}
@media (min-width: 768px) {
  .Footer .Footer__Content {
    flex-direction: row;
  }
}
.Footer .Footer__Column {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .Footer .Footer__Column {
    align-items: center;
  }
}
.Footer .Footer__Column:first-child {
  align-items: center;
}
.Footer .Footer__Column:not(:last-child) {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .Footer .Footer__Column:not(:last-child) {
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 992px) {
  .Footer .Footer__Column:not(:last-child) {
    margin: 0 4rem 0 0;
  }
}
.Footer .Footer__Column > div {
  max-width: -webkit-max-content;
  max-width: max-content;
}
.Footer .Footer__Logo {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .Footer .Footer__Logo {
    margin-bottom: 2.5rem;
  }
}
.Footer .Footer__Logo img {
  width: 12.75rem;
  margin: 0.8em 1.4375rem 0 0;
}
.Footer .Footer__TextLogo {
  display: flex;
  flex-direction: column;
}
.Footer .Footer__TextLogo span {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .Footer .Footer__TextLogo span {
    font-size: 2rem;
  }
}
.Footer .Footer__TextLogo > div {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .Footer .Footer__TextLogo > div {
    font-size: 0.8rem;
  }
}
.Footer .Footer__TextLogo > div > div.security-compass-red {
  color: #dc4f1b;
  display: inline-block;
}
.Footer p {
  max-width: 21.3125rem;
  margin-bottom: 2.125rem;
  font-size: 1.3125rem;
  line-height: 1.5rem;
  color: #6274a6;
}
.Footer h2 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .Footer h2 {
    margin-bottom: 1.6875rem;
  }
}
.Footer nav {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .Footer nav {
    margin-bottom: 0;
  }
}
.Footer nav li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .Footer nav li:not(:last-child) {
    margin-bottom: 1.0625rem;
  }
}
.Footer nav li a {
  font-size: 1.125rem;
  font-weight: 600;
  color: #6274a6;
}
.Footer nav li a:hover {
  text-decoration: underline;
}
.Footer hr {
  width: 100%;
  height: 0;
  margin: 1rem auto;
  border: 1px solid #6274a6;
  border-radius: 50%;
  opacity: 0.6;
}
.Footer small {
  display: block;
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  color: #6274a6;
}
@media (min-width: 768px) {
  .Footer small {
    font-size: 1.125rem;
  }
}
.Footer address {
  color: #6274a6;
}
.Footer address h2 {
  margin-bottom: 1rem;
}
.Footer address a {
  color: #6274a6;
}
.Footer address div {
  margin-bottom: 0.5rem;
}
.Footer_Justcode {
  padding: 2rem 2rem 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
}
@media (min-width: 992px) {
  .Footer_Justcode {
    padding: 4rem 4rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .Footer_Justcode .SocialButtons:not(.SocialButtons--Mobile) {
    display: none;
  }
}
.Footer_Justcode .Footer__Content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2.875rem;
}
@media (max-width: 767.98px) {
  .Footer_Justcode .Footer__Content {
    width: -webkit-max-content;
    width: max-content;
    margin: 0 auto 2.875rem;
  }
}
@media (min-width: 768px) {
  .Footer_Justcode .Footer__Content {
    flex-direction: row;
  }
}
.Footer_Justcode .Footer__Column {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #f0f2f6 !important;
}
@media (min-width: 768px) {
  .Footer_Justcode .Footer__Column {
    align-items: center;
  }
}
.Footer_Justcode .Footer__Column:first-child {
  align-items: center;
}
.Footer_Justcode .Footer__Column:not(:last-child) {
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .Footer_Justcode .Footer__Column:not(:last-child) {
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 992px) {
  .Footer_Justcode .Footer__Column:not(:last-child) {
    margin: 0 1rem 0 0;
  }
}
.Footer_Justcode .Footer__Column > div {
  max-width: -webkit-max-content;
  max-width: max-content;
}
.Footer_Justcode .bottom-footer-divider {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Footer_Justcode .Footer__Logo {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .Footer_Justcode .Footer__Logo {
    margin-bottom: 2.5rem;
  }
}
.Footer_Justcode .Footer__Logo img {
  width: 20.125rem;
  height: auto;
  margin: 0 1.4375rem 0 0;
}
.Footer_Justcode .Footer__TextLogo {
  display: flex;
  flex-direction: column;
  margin-top: 0.8rem;
}
.Footer_Justcode .Footer__TextLogo span {
  font-size: 3.5rem;
}
.Footer_Justcode .Footer__TextLogo > div {
  font-size: 1rem;
}
.Footer_Justcode p {
  max-width: 21.3125rem;
  margin-bottom: 2.125rem;
  font-size: 1.3125rem;
  line-height: 1.5rem;
}
.Footer_Justcode h2 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .Footer_Justcode h2 {
    margin-bottom: 1.6875rem;
  }
}
.Footer_Justcode nav {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .Footer_Justcode nav {
    margin-bottom: 0;
  }
}
.Footer_Justcode nav li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .Footer_Justcode nav li:not(:last-child) {
    margin-bottom: 1.0625rem;
  }
}
.Footer_Justcode nav li a {
  font-size: 1.25rem;
  font-weight: 400;
  color: #f0f2f6;
}
.Footer_Justcode nav li a:hover {
  text-decoration: underline;
}
.Footer_Justcode hr {
  width: 100%;
  height: 0;
  margin: 1rem auto;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.6;
}
.Footer_Justcode small {
  display: block;
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #f0f2f6;
}
@media (min-width: 768px) {
  .Footer_Justcode small {
    font-size: 1.125rem;
  }
}
.Footer_Justcode address {
  color: #f0f2f6;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: lighter;
  margin-bottom: 1.5rem;
}
.Footer_Justcode address h2 {
  content: "";
  margin-bottom: 1rem;
}
.Footer_Justcode address a {
  color: #f0f2f6;
}
.Footer_Justcode address div {
  margin-bottom: 0.5rem;
}
.Legal {
  display: block;
  max-height: -webkit-max-content;
  max-height: max-content;
  line-height: 1.7;
}
.Legal h1,
.Legal h2,
.Legal h3 {
  margin: 1.5rem 0 1.25rem;
}
.Legal h1:first-child,
.Legal h2:first-child,
.Legal h3:first-child {
  margin-top: 0;
}
.Legal p {
  margin-bottom: 1rem;
}
.Legal ul {
  margin: 1rem 0 1rem 2rem;
  line-height: 2;
  list-style-type: disc;
}
.Legal ul p {
  margin-bottom: 0.625rem;
}
.Legal strong {
  font-weight: bolder;
}
.logos_for_marketing {
  min-height: 23.125rem;
  background-color: #1e1a48;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logos_for_marketing img {
  height: 7.5rem;
  padding: 1.5rem;
}
.SCORM {
  display: flex;
  max-height: -webkit-max-content;
  max-height: max-content;
  overflow-x: hidden;
  margin-top: 4rem;
}
.SCORM .SCORM__Description {
  margin-bottom: 1.5rem;
}
.SCORM .SCORM__Download,
.SCORM .SCORM__Why_Kontra {
  margin: 5rem 0;
}
.SCORM .SCORM__Download > p,
.SCORM .SCORM__Why_Kontra > p {
  margin-bottom: 2rem;
  text-align: center;
}
.SCORM .SCORM__Download > div,
.SCORM .SCORM__Why_Kontra > div {
  display: flex;
  justify-content: center;
}
.SCORM .SCORM__Download > div button,
.SCORM .SCORM__Why_Kontra > div button {
  background-color: #f18157;
  border-color: #f18157;
}
.SCORM .Facts,
.SCORM .FeatureContent {
  margin-bottom: 5rem;
}
.SCORM .Facts {
  display: flex;
  flex-wrap: wrap;
}
.SCORM .Facts .Fact {
  width: 100%;
  text-align: center;
  padding: 2rem;
}
@media (min-width: 576px) {
  .SCORM .Facts .Fact {
    width: 25%;
  }
}
.SCORM .Facts .Fact h2 {
  color: #f18157;
}
.SCORM .Facts p:not(:last-child) {
  margin-bottom: 1rem;
}
.SCORM .FAQ {
  display: flex;
  flex-wrap: wrap;
}
.SCORM .Accordion {
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .SCORM .Accordion {
    width: calc(50% - 0.8rem);
  }
}
@media (min-width: 1200px) {
  .SCORM .Accordion:nth-child(odd) {
    margin-right: 1.6rem;
  }
}
.SCORM h1,
.SCORM h2 {
  margin-bottom: 1rem;
}
.SCORM .SCORM__Description,
.SCORM h1 {
  text-align: center;
}
.SCORM ul {
  padding-left: 1rem;
  list-style-type: disc;
  list-style-position: inside;
}
@media (min-width: 1200px) {
  .SCORM ul {
    padding-left: 2rem;
    border-left: 0.125rem solid #1e60a5;
  }
}
.SCORM li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.SCORM .SCORM__Try_Title {
  font-weight: 500;
  text-align: center;
}
.SCORM .SCORM__Seperator_Line {
  width: 90%;
  height: 0.01rem;
  background-color: #1e60a5;
  margin: 0 auto;
}
.SCORM .Download_Text {
  color: #f18157;
  padding-top: 1rem;
  cursor: pointer;
  border-right: none;
}
.SCORM .List__container {
  display: flex;
  align-items: center;
}
.SCORM .List__container ul {
  border-left: none;
  padding-left: 1rem;
}
@media (min-width: 1200px) {
  .SCORM .List__container {
    padding-left: 2rem;
    border-right: 0.125rem solid #1e60a5;
  }
}
.SCORM .Download_SCORM__Section {
  background-color: #f18157;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  width: 500%;
  margin: 5rem 0 5rem -200%;
  overflow: hidden;
}
.SCORM .Fact__Check_Icon {
  width: 2rem;
  margin: 1rem 0;
}
html:has(body):has(main.Assessment-Main) {
  height: 100%;
}
body:has(main.Assessment-Main) {
  height: 100%;
}
.Assessment-Main {
  overflow-x: hidden;
  display: block;
}
.Assessment-Container {
  margin: auto;
  padding: 0;
  display: block;
}
.Assessment-Body,
.Assessment-Container {
  width: 100%;
  height: 100%;
  position: relative;
}
.Assessment-Body {
  display: flex;
  flex-direction: row;
}
.Assessment-Body-Left {
  width: 35%;
  height: 100%;
  padding-left: 28px;
  padding-right: 28px;
  border-right-style: solid;
  border-right-width: 13px;
  -o-border-image: linear-gradient(176.89deg, #f39c63 6.46%, #ef5d4f 100.64%);
  border-image: linear-gradient(176.89deg, #f39c63 6.46%, #ef5d4f 100.64%);
  border-image-slice: 1;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.35);
  background: linear-gradient(161.62deg, #242630 -66.63%, #1a2a63 120.22%);
  overflow-y: hidden;
  position: relative;
}
.Assessment-Body-Left-Content {
  position: absolute;
  top: 2rem;
  height: 100%;
}
.Assessment-Body-Left-The-Challenge {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.563rem;
  background: linear-gradient(90deg, #f39c63, #ef5d4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 6rem;
}
.Assessment-Body-Left-World {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.563rem;
  text-transform: uppercase;
  color: #fff;
}
.Assessment-Body-Left-Compete-Top {
  line-height: 140%;
  margin-top: 2rem;
  width: 80%;
}
.Assessment-Body-Left-Compete-Bottom,
.Assessment-Body-Left-Compete-Top {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
}
.Assessment-Body-Left-Compete-Bottom {
  color: #f39f63;
}
.Assessment-Body-Left-Find {
  font-family: Reenie Beanie;
  font-weight: 500;
  text-align: center;
  color: #f0f2f6;
  line-height: 2.5rem;
  font-size: 2.188rem;
  bottom: 18rem;
  right: 1.5rem;
  position: absolute;
}
.Assessment-Body-Left-Find img {
  position: absolute;
  bottom: 5rem;
  width: 45%;
}
.Assessment-Body-Left-Find div {
  width: 18rem;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}
@-webkit-keyframes run {
  0% {
    left: 65%;
  }
  50% {
    left: 75%;
  }
  to {
    left: 65%;
  }
}
.Assessment-Start-Now-Button {
  text-decoration: underline;
  color: #f39f63;
  font-size: 2.5rem;
}
.Assessment-Start-Now-Button:hover {
  cursor: pointer;
}
.Assessment-Body-Left-Logos {
  position: absolute;
  bottom: 5rem;
}
.Assessment-Body-Left-Logos > img {
  margin-right: 4rem;
}
.Assessment-Body-Left-Logos > a > img {
  width: 23%;
  height: auto;
}
.Assessment-Body-Right {
  width: 65%;
  height: 100%;
  background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
  text-align: center;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  cursor: url(../media/landing/assets/images/cursor-205eaf178edaea1a5085662cbab6c388.png)
      15 15,
    auto;
}
.Assessment-Image-Reveal {
  display: block;
  position: relative;
  margin-top: 0;
  width: 100%;
  height: 90%;
}
.Assessment-Image-Reveal:hover .Assessment-Overlay {
  opacity: 1;
}
.Assessment-Overlay {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  pointer-events: auto;
}
.Assessment-Overlay:before {
  content: "";
  position: relative;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  pointer-events: auto;
}
.Assessment-Border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#ImageColor {
  position: relative;
}
#ImageBlack,
#ImageColor {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
  margin-top: 20px;
}
#ImageBlack {
  position: absolute;
}
.Assessment-Body-Right-Cursor {
  position: absolute;
  top: 0;
  left: 0;
}
.Assessment-Body-Right-Cursor-Active {
  position: absolute;
  pointer-events: none;
  width: 380px;
  height: 380px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  background-color: transparent;
  border-radius: 50%;
}
.Assessment-Body-Right-Cursor-Active:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  -webkit-transform: translate(12.5%, 12.5%);
  transform: translate(12.5%, 12.5%);
  border: 2px solid transparent;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px #f1845b;
}
.Hidden-Button {
  position: absolute;
  top: 29%;
  left: 2.3%;
  border-radius: 5px;
  border: 3px solid #f0f2f6 !important;
  box-sizing: border-box;
  background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  width: 36.5%;
  height: 9.2%;
}
.Hidden-Button:hover {
  cursor: pointer;
}
.Hidden-Button > img {
  margin-right: 0.5rem;
}
.ImageReveal.Assessment-Image-Reveal > svg {
  padding: 0;
}
@media screen and (max-width: 2560px) and (min-height: 1600px) {
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 108%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 25%;
    left: 2.45%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 39.5%;
    height: 8%;
  }
}
@media screen and (max-width: 2420px) and (min-height: 1377px) {
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 108%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 27.5%;
    left: 2.45%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 39.5%;
    height: 8.6%;
  }
}
@media screen and (max-width: 2560px) and (min-height: 1440px) and (max-height: 1599px) {
  .Hidden-Button {
    position: absolute;
    top: 25.9%;
    left: 2.35%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 36.5%;
    height: 8%;
  }
}
@media screen and (max-width: 2151px) and (max-height: 1224px) {
  .Hidden-Button {
    position: absolute;
    left: 2.35%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 36.5%;
  }
}
@media screen and (max-width: 2151px) and (max-height: 1224px) and (-webkit-device-pixel-ratio: 0.8) {
  .Hidden-Button {
    top: 28.5%;
    height: 9%;
  }
}
@media screen and (max-width: 2151px) and (max-height: 1224px) and (-webkit-device-pixel-ratio: 0.75) {
  .Hidden-Button {
    top: 25.5%;
    height: 8.3%;
  }
}
@media screen and (max-width: 2151px) and (min-height: 1225px) and (max-height: 1439px) {
  .Hidden-Button {
    position: absolute;
    left: 2.35%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 36.5%;
  }
}
@media screen and (max-width: 2151px) and (min-height: 1225px) and (max-height: 1439px) and (-webkit-device-pixel-ratio: 0.8) {
  .Hidden-Button {
    top: 28.5%;
    height: 9%;
  }
}
@media screen and (max-width: 2151px) and (min-height: 1225px) and (max-height: 1439px) and (-webkit-device-pixel-ratio: 0.75) {
  .Hidden-Button {
    top: 28.5%;
    height: 9%;
  }
}
@media screen and (max-width: 2151px) and (min-height: 1080px) and (max-height: 1223px) and (max-height: 1439px) {
  .Hidden-Button {
    position: absolute;
    left: 2.35%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 36.5%;
  }
}
@media screen and (max-width: 2151px) and (min-height: 1080px) and (max-height: 1223px) and (max-height: 1439px) and (-webkit-device-pixel-ratio: 0.8) {
  .Hidden-Button {
    top: 28.5%;
    height: 9%;
  }
}
@media screen and (max-width: 2151px) and (min-height: 1080px) and (max-height: 1223px) and (max-height: 1439px) and (-webkit-device-pixel-ratio: 0.75) {
  .Hidden-Button {
    top: 28.5%;
    height: 9%;
  }
}
@media screen and (max-width: 2048px) and (min-height: 1536px) {
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 130%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 25%;
    left: 3%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 47.5%;
    height: 8.1%;
  }
}
@media screen and (max-width: 2048px) and (min-height: 1152px) and (max-height: 1535px) {
  .Hidden-Button {
    position: absolute;
    top: 26%;
    left: 2.35%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 36.5%;
    height: 8.3%;
  }
}
@media screen and (max-width: 2044px) and (max-height: 1024px) {
  .Hidden-Button {
    position: absolute;
    top: 29.5%;
    left: 2.35%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 36.5%;
    height: 8.8%;
  }
}
@media screen and (max-width: 2017px) and (max-height: 1148px) {
  .Hidden-Button {
    position: absolute;
    top: 26%;
    left: 2.35%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 36.5%;
    height: 8.3%;
  }
}
@media screen and (max-width: 1920px) and (min-height: 1200px) {
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 108%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 25.5%;
    left: 2.7%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 39%;
    height: 8%;
  }
}
@media screen and (max-width: 1920px) and (min-height: 1080px) and (max-height: 1199px) {
  .Hidden-Button {
    position: absolute;
    top: 26%;
    left: 2.3%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 36.5%;
    height: 8.3%;
  }
}
@media screen and (max-width: 1970px) and (max-height: 960px) {
  .Hidden-Button {
    position: absolute;
    top: 29.5%;
    left: 2.3%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 36.5%;
    height: 9%;
  }
}
@media screen and (max-width: 1853px) and (max-height: 948px) {
  .Hidden-Button {
    position: absolute;
    top: 29%;
    left: 2.3%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 36.5%;
    height: 9.3%;
  }
}
@media screen and (max-width: 1793px) and (max-height: 1020px) {
  .Hidden-Button {
    position: absolute;
    top: 26.3%;
    left: 2.3%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 36.5%;
    height: 8%;
  }
}
@media screen and (max-width: 1704px) and (max-height: 854px) {
  .Hidden-Button {
    position: absolute;
    top: 30%;
    left: 2.3%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 36.5%;
    height: 9.2%;
  }
}
@media screen and (max-width: 1685px) and (max-height: 862px) {
  .Assessment-Body-Left-The-Challenge {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    background: linear-gradient(90deg, #f39c63, #ef5d4f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 6rem;
  }
  .Assessment-Body-Left-World {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #fff;
  }
  .Assessment-Body-Left-Compete-Top {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 140%;
    margin-top: 2rem;
    width: 77%;
  }
  .Assessment-Body-Left-Compete-Bottom {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #f39f63;
  }
  .Assessment-Body-Left-Find {
    font-family: Reenie Beanie;
    font-weight: 500;
    text-align: center;
    color: #f0f2f6;
    line-height: 2.5rem;
    font-size: 2.188rem;
    bottom: 18rem;
    right: 1.5rem;
    position: absolute;
  }
  .Assessment-Body-Left-Find img {
    position: absolute;
    bottom: 5rem;
    width: 45%;
  }
  .Assessment-Body-Left-Find div {
    width: 18rem;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  @-webkit-keyframes run {
    0% {
      left: 65%;
    }
    50% {
      left: 75%;
    }
    to {
      left: 65%;
    }
  }
  .Assessment-Start-Now-Button {
    text-decoration: underline;
    color: #f39f63;
    font-size: 2.075rem;
  }
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 108%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 31.5%;
    left: 2.5%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 39.5%;
    height: 9.3%;
  }
}
@media screen and (max-width: 1680px) and (max-height: 1050px) {
  .Assessment-Body-Left-The-Challenge {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    background: linear-gradient(90deg, #f39c63, #ef5d4f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 6rem;
  }
  .Assessment-Body-Left-World {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #fff;
  }
  .Assessment-Body-Left-Compete-Top {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 140%;
    margin-top: 2rem;
    width: 77%;
  }
  .Assessment-Body-Left-Compete-Bottom {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #f39f63;
  }
  .Assessment-Body-Left-Find {
    font-family: Reenie Beanie;
    font-weight: 500;
    text-align: center;
    color: #f0f2f6;
    line-height: 2.5rem;
    font-size: 2.188rem;
    bottom: 18rem;
    right: 1.5rem;
    position: absolute;
  }
  .Assessment-Body-Left-Find img {
    position: absolute;
    bottom: 5rem;
    width: 45%;
  }
  .Assessment-Body-Left-Find div {
    width: 18rem;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  @-webkit-keyframes run {
    0% {
      left: 65%;
    }
    50% {
      left: 75%;
    }
    to {
      left: 65%;
    }
  }
  .Assessment-Start-Now-Button {
    text-decoration: underline;
    color: #f39f63;
    font-size: 2.075rem;
  }
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 108%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 25.5%;
    left: 2.5%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 39.5%;
    height: 8.3%;
  }
}
@media screen and (max-width: 1680px) and (max-height: 1050px) and (-webkit-device-pixel-ratio: 1) {
  .Hidden-Button {
    top: 28.5%;
    height: 8.7%;
  }
}
@media screen and (max-width: 1600px) and (min-height: 1200px) {
  .Assessment-Body-Left-The-Challenge {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    background: linear-gradient(90deg, #f39c63, #ef5d4f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 6rem;
  }
  .Assessment-Body-Left-World {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #fff;
  }
  .Assessment-Body-Left-Compete-Top {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 140%;
    margin-top: 2rem;
    width: 77%;
  }
  .Assessment-Body-Left-Compete-Bottom {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #f39f63;
  }
  .Assessment-Body-Left-Find {
    font-family: Reenie Beanie;
    font-weight: 500;
    text-align: center;
    color: #f0f2f6;
    line-height: 2.5rem;
    font-size: 2.188rem;
    bottom: 18rem;
    right: 1.5rem;
    position: absolute;
  }
  .Assessment-Body-Left-Find img {
    position: absolute;
    bottom: 5rem;
    width: 45%;
  }
  .Assessment-Body-Left-Find div {
    width: 18rem;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  @-webkit-keyframes run {
    0% {
      left: 65%;
    }
    50% {
      left: 75%;
    }
    to {
      left: 65%;
    }
  }
  .Assessment-Start-Now-Button {
    text-decoration: underline;
    color: #f39f63;
    font-size: 2.075rem;
  }
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 130%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 25.5%;
    left: 3.1%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 47.5%;
    height: 8%;
  }
}
@media screen and (max-width: 1600px) and (max-height: 1199px) {
  .Assessment-Body-Left-The-Challenge {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    background: linear-gradient(90deg, #f39c63, #ef5d4f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 6rem;
  }
  .Assessment-Body-Left-World {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #fff;
  }
  .Assessment-Body-Left-Compete-Top {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 140%;
    margin-top: 2rem;
    width: 77%;
  }
  .Assessment-Body-Left-Compete-Bottom {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #f39f63;
  }
  .Assessment-Body-Left-Find {
    font-family: Reenie Beanie;
    font-weight: 500;
    text-align: center;
    color: #f0f2f6;
    line-height: 2.5rem;
    font-size: 2.188rem;
    bottom: 18rem;
    right: 1.5rem;
    position: absolute;
  }
  .Assessment-Body-Left-Find img {
    position: absolute;
    bottom: 5rem;
    width: 45%;
  }
  .Assessment-Body-Left-Find div {
    width: 18rem;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  @-webkit-keyframes run {
    0% {
      left: 65%;
    }
    50% {
      left: 75%;
    }
    to {
      left: 65%;
    }
  }
  .Assessment-Start-Now-Button {
    text-decoration: underline;
    color: #f39f63;
    font-size: 2.075rem;
  }
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 108%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 28.7%;
    left: 2.5%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 39.5%;
    height: 8.8%;
  }
}
@media screen and (max-width: 1536px) {
  .Assessment-Body-Left-The-Challenge {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    background: linear-gradient(90deg, #f39c63, #ef5d4f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 6rem;
  }
  .Assessment-Body-Left-World {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #fff;
  }
  .Assessment-Body-Left-Compete-Top {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 140%;
    margin-top: 2rem;
    width: 77%;
  }
  .Assessment-Body-Left-Compete-Bottom {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #f39f63;
  }
  .Assessment-Body-Left-Find {
    font-family: Reenie Beanie;
    font-weight: 500;
    text-align: center;
    color: #f0f2f6;
    line-height: 2.5rem;
    font-size: 2.188rem;
    bottom: 18rem;
    right: 1.5rem;
    position: absolute;
  }
  .Assessment-Body-Left-Find img {
    position: absolute;
    bottom: 5rem;
    width: 45%;
  }
  .Assessment-Body-Left-Find div {
    width: 18rem;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  @-webkit-keyframes run {
    0% {
      left: 65%;
    }
    50% {
      left: 75%;
    }
    to {
      left: 65%;
    }
  }
  .Assessment-Start-Now-Button {
    text-decoration: underline;
    color: #f39f63;
    font-size: 2.075rem;
  }
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 108%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 28.8%;
    left: 2.5%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 39.5%;
    height: 8.7%;
  }
}
@media screen and (max-width: 1536px) and (-webkit-device-pixel-ratio: 1.25) {
  .Hidden-Button {
    top: 31.5%;
    height: 10%;
  }
}
@media screen and (max-width: 1536px) and (max-height: 768px) {
  .Assessment-Body-Left-The-Challenge {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    background: linear-gradient(90deg, #f39c63, #ef5d4f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 6rem;
  }
  .Assessment-Body-Left-World {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.25rem;
    text-transform: uppercase;
    color: #fff;
  }
  .Assessment-Body-Left-Compete-Top {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 140%;
    margin-top: 2rem;
    width: 77%;
  }
  .Assessment-Body-Left-Compete-Bottom {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #f39f63;
  }
  .Assessment-Body-Left-Find {
    font-family: Reenie Beanie;
    font-weight: 500;
    text-align: center;
    color: #f0f2f6;
    line-height: 2.5rem;
    font-size: 2.188rem;
    bottom: 18rem;
    right: 1.5rem;
    position: absolute;
  }
  .Assessment-Body-Left-Find img {
    position: absolute;
    bottom: 5rem;
    width: 45%;
  }
  .Assessment-Body-Left-Find div {
    width: 18rem;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  @-webkit-keyframes run {
    0% {
      left: 65%;
    }
    50% {
      left: 75%;
    }
    to {
      left: 65%;
    }
  }
  .Assessment-Start-Now-Button {
    text-decoration: underline;
    color: #f39f63;
    font-size: 2.075rem;
  }
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 108%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 32.2%;
    left: 2.5%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 39.5%;
    height: 10%;
  }
}
@media screen and (max-width: 1536px) and (max-height: 768px) and (-webkit-device-pixel-ratio: 1.25) {
  .Hidden-Button {
    top: 31.5%;
    height: 10%;
  }
}
@media screen and (max-width: 1440px) and (min-height: 900px) {
  .Assessment-Body-Left-The-Challenge {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    background: linear-gradient(90deg, #f39c63, #ef5d4f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 6rem;
  }
  .Assessment-Body-Left-World {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem;
    text-transform: uppercase;
    color: #fff;
  }
  .Assessment-Body-Left-Compete-Top {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 140%;
    margin-top: 2rem;
    width: 82%;
  }
  .Assessment-Body-Left-Compete-Bottom {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #f39f63;
  }
  .Assessment-Body-Left-Find {
    font-family: Reenie Beanie;
    font-weight: 500;
    text-align: center;
    color: #f0f2f6;
    line-height: 2rem;
    font-size: 1.875rem;
    bottom: 18rem;
    right: 2rem;
    position: absolute;
  }
  .Assessment-Body-Left-Find img {
    position: absolute;
    bottom: 3.5rem;
    width: 50%;
  }
  .Assessment-Body-Left-Find div {
    width: 13.6rem;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  @-webkit-keyframes run {
    0% {
      left: 65%;
    }
    50% {
      left: 75%;
    }
    to {
      left: 65%;
    }
  }
  .Assessment-Start-Now-Button {
    text-decoration: underline;
    color: #f39f63;
    font-size: 2.075rem;
  }
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 108%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 25.8%;
    left: 2.5%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 39.5%;
    height: 8.7%;
  }
}
@media screen and (max-width: 1366px) and (min-height: 768px) {
  .Assessment-Body-Left-The-Challenge {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    background: linear-gradient(90deg, #f39c63, #ef5d4f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 6rem;
  }
  .Assessment-Body-Left-World {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.875rem;
    text-transform: uppercase;
    color: #fff;
  }
  .Assessment-Body-Left-Compete-Top {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 140%;
    margin-top: 2rem;
    width: 82%;
  }
  .Assessment-Body-Left-Compete-Bottom {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #f39f63;
  }
  .Assessment-Body-Left-Find {
    font-family: Reenie Beanie;
    font-weight: 500;
    text-align: center;
    color: #f0f2f6;
    line-height: 2rem;
    font-size: 1.875rem;
    bottom: 15rem;
    right: 2rem;
    position: absolute;
  }
  .Assessment-Body-Left-Find img {
    position: absolute;
    bottom: 3.5rem;
    width: 50%;
  }
  .Assessment-Body-Left-Find div {
    width: 13.6rem;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  @-webkit-keyframes run {
    0% {
      left: 65%;
    }
    50% {
      left: 75%;
    }
    to {
      left: 65%;
    }
  }
  .Assessment-Start-Now-Button {
    text-decoration: underline;
    color: #f39f63;
    font-size: 2.075rem;
  }
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 108%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 29%;
    left: 2.5%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 39.5%;
    height: 8.8%;
  }
}
@media screen and (max-width: 1291px) and (max-height: 735px) {
  .Assessment-Body-Left-The-Challenge {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.063rem;
    background: linear-gradient(90deg, #f39c63, #ef5d4f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 6rem;
  }
  .Assessment-Body-Left-World {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.688rem;
    text-transform: uppercase;
    color: #fff;
  }
  .Assessment-Body-Left-Compete-Top {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    margin-top: 2rem;
    width: 83%;
  }
  .Assessment-Body-Left-Compete-Bottom {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #f39f63;
  }
  .Assessment-Body-Left-Find {
    font-family: Reenie Beanie;
    font-weight: 500;
    text-align: center;
    color: #f0f2f6;
    line-height: 1.5rem;
    font-size: 1.563rem;
    bottom: 18rem;
    right: 2rem;
    position: absolute;
  }
  .Assessment-Body-Left-Find img {
    position: absolute;
    bottom: 2.5rem;
    width: 50%;
  }
  .Assessment-Body-Left-Find div {
    width: 11.5rem;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  @-webkit-keyframes run {
    0% {
      left: 65%;
    }
    50% {
      left: 75%;
    }
    to {
      left: 65%;
    }
  }
  .Assessment-Start-Now-Button {
    text-decoration: underline;
    color: #f39f63;
    font-size: 1.7rem;
  }
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 108%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 29%;
    left: 2.5%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 39.5%;
    height: 8.8%;
  }
}
@media screen and (max-width: 1280px) {
  .Assessment-Body-Left-The-Challenge {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.063rem;
    background: linear-gradient(90deg, #f39c63, #ef5d4f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-top: 6rem;
  }
  .Assessment-Body-Left-World {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.688rem;
    text-transform: uppercase;
    color: #fff;
  }
  .Assessment-Body-Left-Compete-Top {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    margin-top: 2rem;
    width: 83%;
  }
  .Assessment-Body-Left-Compete-Bottom {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #f39f63;
  }
  .Assessment-Body-Left-Find {
    font-family: Reenie Beanie;
    font-weight: 500;
    text-align: center;
    color: #f0f2f6;
    line-height: 1.5rem;
    font-size: 1.563rem;
    bottom: 18rem;
    right: 2rem;
    position: absolute;
  }
  .Assessment-Body-Left-Find img {
    position: absolute;
    bottom: 2.5rem;
    width: 50%;
  }
  .Assessment-Body-Left-Find div {
    width: 11.5rem;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  @-webkit-keyframes run {
    0% {
      left: 65%;
    }
    50% {
      left: 75%;
    }
    to {
      left: 65%;
    }
  }
  .Assessment-Start-Now-Button {
    text-decoration: underline;
    color: #f39f63;
    font-size: 1.7rem;
  }
  #ImageColor {
    position: relative;
  }
  #ImageBlack,
  #ImageColor {
    width: 108%;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    margin-top: 20px;
  }
  #ImageBlack,
  .Hidden-Button {
    position: absolute;
  }
  .Hidden-Button {
    top: 26%;
    left: 2.5%;
    border-radius: 5px;
    border: 3px solid #f0f2f6 !important;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f39c63, #ef5d4f) !important;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    width: 39.5%;
    height: 8.8%;
  }
}
@media screen and (max-width: 1280px) and (-webkit-device-pixel-ratio: 1.25) {
  .Hidden-Button {
    top: 32.8%;
    height: 10%;
  }
}
@media screen and (max-width: 1280px) and (-webkit-device-pixel-ratio: 1.5) {
  .Hidden-Button {
    top: 32.3%;
    height: 10%;
  }
}
@media screen and (min-height: 1260px) {
  .Assessment-Body-Left-The-Challenge {
    margin-top: 6rem;
  }
  .Assessment-Body-Left-World {
    margin-top: 1rem;
  }
  .Assessment-Body-Left-Compete-Top {
    margin-top: 4rem;
    width: 84%;
  }
  .Assessment-Body-Left-Compete-Bottom {
    margin-top: 3rem;
  }
  .Assessment-Body-Left-Find {
    margin-top: 8rem;
  }
  .Assessment-Body-Left-Find-Image {
    width: 30%;
  }
}
.secretButton:hover {
  cursor: pointer;
}
@media (orientation: portrait) and (max-width: 1024px) {
  .Assessment-Main,
  .Justcode--MainPage,
  .JustCodeLogo {
    display: none;
  }
}
@media (orientation: landscape) and (max-width: 1024px) {
  body:not(.Justcode--Main) .Assessment-Main,
  body:not(.Justcode--Main) .Justcode--MainPage,
  body:not(.Justcode--Main) .JustCodeLogo {
    display: none;
  }
}
@media (orientation: landscape) and (max-width: 1100px) {
  .Justcode--Main .Assessment-Main,
  .Justcode--Main .Justcode--MainPage,
  .Justcode--Main .JustCodeLogo,
  .Justcode--Main header {
    display: none;
  }
}
html:has(body):has(main.Assessment-Mobile-Block-Main) {
  height: 100%;
  overflow-y: hidden !important;
}
body:has(main.Assessment-Mobile-Block-Main) {
  height: 100%;
}
.Assessment-Mobile-Block-Main {
  display: none;
}
.Assessment-Mobile-Block-Container {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 0;
  display: block;
  background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.Assessment-Mobile-Block-Container a img {
  height: auto;
  width: 6%;
  float: right;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.Assessment-Mobile-Block-Success-Container {
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  background-image: url(../media/landing/assets/images/mobile-block-success-965cdd92c94273f9093462462209681d.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.Assessment-Mobile-Block-Success-Container div.close-block {
  width: 100%;
}
.Assessment-Mobile-Block-Success-Container div.close-block a img {
  height: auto;
  width: 6%;
  float: right;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.Assessment-Mobile-Block-Body {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.Assessment-Mobile-Block-Top-Left-Section {
  height: 40rem;
}
.Assessment-Mobile-Block-Top-Left-Top {
  background: linear-gradient(91.01deg, #0a1129 25.88%, #1a2a63 72.05%);
  border-bottom-left-radius: 50% 6%;
  border-bottom-right-radius: 50% 6%;
}
.Assessment-Mobile-Block-Title {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 7.188rem;
  line-height: 8.688rem;
  text-align: center;
  background: linear-gradient(90deg, #f39c63, #ef5d4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.Assessment-Mobile-Block-Sub-Title {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  color: #f0f2f7;
}
.Assessment-Mobile-Block-Top-Left-Top {
  position: relative;
  z-index: 3;
  padding-bottom: 3rem;
}
.Assessment-Mobile-Block-Top-Left-Bottom {
  position: relative;
  bottom: 18rem;
  z-index: 1;
}
.Assessment-Mobile-Block-Wish {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.813rem;
  text-align: center;
  color: #fff;
}
.Assessment-Mobile-Block-Input-Button-Section {
  position: absolute;
  bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.Assessment-Mobile-Block-Input {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Assessment-Mobile-Block-Input > input {
  background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
  padding-bottom: 0.5rem;
  border-radius: 5px;
  width: 80%;
  height: auto;
  background-clip: padding-box;
  box-sizing: border-box;
  border: 2px solid #ef5d4f;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1.625rem;
  line-height: 140%;
  text-align: center;
  color: #f0f2f7;
  position: relative;
}
.Assessment-Mobile-Block-Input > input::-webkit-input-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 140%;
  text-align: center;
  color: #f0f2f7;
}
.Assessment-Mobile-Block-Input > input:-ms-input-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 140%;
  text-align: center;
  color: #f0f2f7;
}
.Assessment-Mobile-Block-Input > input::placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 0.625rem;
  line-height: 140%;
  text-align: center;
  color: #f0f2f7;
}
.Assessment-Mobile-Block-Input > input:focus {
  border: 2px solid #ef5d4f;
  outline: none;
}
.Assessment-Mobile-Block-Button {
  padding-bottom: 0.5rem !important;
  width: 17rem !important;
}
.Assessment-Mobile-Block-Button-Section {
  text-align: center;
}
.Assessment-Mobile-Block-Button-Section-Close {
  text-align: center;
  margin-bottom: 1rem;
}
.Assessment-Mobile-Block-Button-Section-Close > button > img,
.Assessment-Mobile-Block-Button-Section > button > img {
  width: 8%;
  height: auto;
}
.Assessment-Mobile-Block-Logo-Section {
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 4rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Assessment-Mobile-Block-Close-Icon-Section {
  width: 95%;
  display: flex;
  justify-content: flex-end;
}
.Assessment-Mobile-Block-Close-Icon-Section-Landscape {
  width: 95%;
  display: none;
  justify-content: flex-end;
}
.Assessment-Mobile-Block-Kontra-Block-Image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1rem;
  width: 100%;
}
.Assessment-Mobile-Block-Kontra-Block-Image > img {
  width: 20%;
  height: auto;
}
.Assessment-Mobile-Block-Close-Icon {
  width: 5%;
  height: auto;
  padding-top: 4rem;
}
.Assessment-Mobile-Block-Close-Icon:hover {
  cursor: pointer;
}
.hidden-background {
  display: none !important;
}
@media (orientation: portrait) and (max-width: 1024px) {
  #ellipseVertical {
    display: none;
  }
  section {
    padding: 0;
  }
  .Assessment-Mobile-Block-Main {
    display: block;
  }
  .Assessment-Mobile-Block-Top-Left-Section img {
    width: 100%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 412px) and (min-height: 897px) and (max-height: 915px) {
  .Assessment-Mobile-Block-Main {
    height: 100vh;
  }
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 912px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 3rem;
  }
  .Assessment-Mobile-Block-Success-Container {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-image: url(../media/landing/assets/images/mobile-block-success-965cdd92c94273f9093462462209681d.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Success-Container
    .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 414px) and (min-height: 854px) and (max-height: 896px) {
  .Assessment-Mobile-Block-Main {
    height: 100vh;
  }
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 896px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 3rem;
  }
  .Assessment-Mobile-Block-Success-Container {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-image: url(../media/landing/assets/images/mobile-block-success-965cdd92c94273f9093462462209681d.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Success-Container
    .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 480px) and (max-height: 853px) {
  .Assessment-Mobile-Block-Success-Container {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-image: url(../media/landing/assets/images/mobile-block-success-965cdd92c94273f9093462462209681d.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Success-Container
    .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 393px) and (max-height: 851px) {
  .Assessment-Mobile-Block-Main {
    height: 100vh;
  }
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 848px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 3rem;
  }
  .Assessment-Mobile-Block-Success-Container {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-image: url(../media/landing/assets/images/mobile-block-success-965cdd92c94273f9093462462209681d.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Success-Container
    .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 390px) and (max-height: 844px) {
  .Assessment-Mobile-Block-Main {
    height: 100vh;
  }
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 844px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 3rem;
  }
  .Assessment-Mobile-Block-Success-Container {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-image: url(../media/landing/assets/images/mobile-block-success-965cdd92c94273f9093462462209681d.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Success-Container
    .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 411px) and (max-height: 823px) {
  .Assessment-Mobile-Block-Main {
    height: 100vh;
  }
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 822px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 3rem;
  }
  .Assessment-Mobile-Block-Success-Container {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-image: url(../media/landing/assets/images/mobile-block-success-965cdd92c94273f9093462462209681d.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Success-Container
    .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 393px) and (max-height: 786px) {
  .Assessment-Mobile-Block-Main {
    height: 100vh;
  }
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 785px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 3rem;
  }
  .Assessment-Mobile-Block-Success-Container {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-image: url(../media/landing/assets/images/mobile-block-success-965cdd92c94273f9093462462209681d.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Success-Container
    .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 480px) and (max-height: 768px) {
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 3rem;
  }
  .Assessment-Mobile-Block-Success-Container {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-image: url(../media/landing/assets/images/mobile-block-success-965cdd92c94273f9093462462209681d.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Success-Container
    .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 360px) and (max-height: 740px) {
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 740px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 3rem;
  }
  .Assessment-Mobile-Block-Success-Container {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-image: url(../media/landing/assets/images/mobile-block-success-965cdd92c94273f9093462462209681d.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Success-Container
    .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 414px) and (max-height: 736px) {
  .Assessment-Mobile-Block-Main {
    height: 100vh;
  }
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 770px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 5rem;
  }
  .Assessment-Mobile-Block-Success-Container {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-image: url(../media/landing/assets/images/mobile-block-success-965cdd92c94273f9093462462209681d.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Success-Container
    .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 5.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 412px) and (min-height: 691px) and (max-height: 732px) {
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 800px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 10rem;
  }
  .Assessment-Mobile-Block-Input > input {
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    padding-bottom: 0.5rem;
    border-radius: 5px;
    width: 75%;
    height: auto;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 2px solid #ef5d4f;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 1.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
    position: relative;
  }
  .Assessment-Mobile-Block-Input > input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Button {
    padding-bottom: 0.5rem !important;
    width: 16rem !important;
    height: auto;
  }
  .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 7.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 412px) and (max-height: 690px) {
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 800px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 10rem;
  }
  .Assessment-Mobile-Block-Input > input {
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    padding-bottom: 0.5rem;
    border-radius: 5px;
    width: 75%;
    height: auto;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 2px solid #ef5d4f;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 1.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
    position: relative;
  }
  .Assessment-Mobile-Block-Input > input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Button {
    padding-bottom: 0.5rem !important;
    width: 16rem !important;
    height: auto;
  }
  .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 7.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 480px) and (max-height: 668px) {
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 11.5rem;
  }
  .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 9rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 375px) and (min-height: 659px) and (max-height: 667px) {
  body {
    overflow-y: hidden;
  }
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 750px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 10rem;
  }
  .Assessment-Mobile-Block-Input > input {
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    padding-bottom: 0.5rem;
    border-radius: 5px;
    width: 75%;
    height: auto;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 2px solid #ef5d4f;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 1.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
    position: relative;
  }
  .Assessment-Mobile-Block-Input > input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Button {
    padding-bottom: 0.5rem !important;
    width: 16rem !important;
    height: auto;
  }
  .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 7.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 320px) and (min-height: 641px) and (max-height: 658px) {
  body {
    overflow-y: hidden;
  }
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 748px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 12rem;
  }
  .Assessment-Mobile-Block-Input > input {
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 5px;
    width: 16rem;
    height: auto;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 2px solid #ef5d4f;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
    position: relative;
  }
  .Assessment-Mobile-Block-Input > input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Button {
    padding-bottom: 0.5rem !important;
    width: 16rem !important;
    height: auto;
    margin-top: 0.5rem !important;
  }
  .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 10.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (min-width: 401px) and (max-width: 480px) and (max-height: 640px) {
  .Assessment-Mobile-Block-Button {
    padding-bottom: 0.5rem !important;
    height: auto;
    margin-top: 1rem !important;
  }
}
@media (orientation: portrait) and (min-width: 385px) and (max-width: 400px) and (max-height: 640px) {
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 800px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 12rem;
  }
  .Assessment-Mobile-Block-Input > input {
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 5px;
    width: 16rem;
    height: auto;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 2px solid #ef5d4f;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
    position: relative;
  }
  .Assessment-Mobile-Block-Input > input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Button {
    padding-bottom: 0.5rem !important;
    width: 16rem !important;
    height: auto;
    margin-top: 0.5rem !important;
  }
  .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 10.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 384px) and (max-height: 640px) {
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 760px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 12rem;
  }
  .Assessment-Mobile-Block-Input > input {
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 5px;
    width: 16rem;
    height: auto;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 2px solid #ef5d4f;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
    position: relative;
  }
  .Assessment-Mobile-Block-Input > input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Button {
    padding-bottom: 0.5rem !important;
    width: 16rem !important;
    height: auto;
    margin-top: 0.5rem !important;
  }
  .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 10.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 360px) and (min-height: 601px) and (max-height: 640px) {
  body {
    overflow-y: hidden;
  }
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 752px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 12rem;
  }
  .Assessment-Mobile-Block-Input > input {
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 5px;
    width: 16rem;
    height: auto;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 2px solid #ef5d4f;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
    position: relative;
  }
  .Assessment-Mobile-Block-Input > input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Button {
    padding-bottom: 0.5rem !important;
    width: 16rem !important;
    height: auto;
    margin-top: 0.5rem !important;
  }
  .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 10.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 480px) and (max-height: 600px) {
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 620px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 2.4rem;
  }
  .Assessment-Mobile-Block-Input > input {
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 5px;
    width: 16rem;
    height: auto;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 2px solid #ef5d4f;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
    position: relative;
  }
  .Assessment-Mobile-Block-Input > input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Button {
    padding-bottom: 0.5rem !important;
    width: 16rem !important;
    height: auto;
    margin-top: 0.5rem !important;
  }
  .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 480px) and (max-height: 598px) {
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 680px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 7rem;
  }
  .Assessment-Mobile-Block-Input > input {
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 5px;
    width: 17rem;
    height: auto;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 2px solid #ef5d4f;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
    position: relative;
  }
  .Assessment-Mobile-Block-Input > input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Button {
    padding-bottom: 0.5rem !important;
    width: 17rem !important;
    height: auto;
  }
  .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 5.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 480px) and (max-height: 569px) {
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 620px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 7rem;
  }
  .Assessment-Mobile-Block-Input > input {
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 5px;
    width: 16rem;
    height: auto;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 2px solid #ef5d4f;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
    position: relative;
  }
  .Assessment-Mobile-Block-Input > input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Button {
    padding-bottom: 0.5rem !important;
    width: 16rem !important;
    height: auto;
  }
  .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    bottom: 5.5rem;
    width: 100%;
  }
  .Assessment-Mobile-Block-Success-Container {
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    background-image: url(../media/landing/assets/images/mobile-block-success-965cdd92c94273f9093462462209681d.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Success-Container
    .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 1.5rem;
    width: 100%;
  }
}
@media (orientation: portrait) and (max-width: 480px) and (max-height: 480px) {
  html:has(body):has(main.Assessment-Mobile-Block-Main) {
    height: 100%;
    overflow-y: scroll !important;
  }
  .Assessment-Mobile-Block-Container {
    width: 100%;
    height: 620px;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 7rem;
  }
  .Assessment-Mobile-Block-Input > input {
    background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 5px;
    width: 16rem;
    height: auto;
    background-clip: padding-box;
    box-sizing: border-box;
    border: 2px solid #ef5d4f;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
    position: relative;
  }
  .Assessment-Mobile-Block-Input > input::-webkit-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input:-ms-input-placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Input > input::placeholder {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 0.625rem;
    line-height: 140%;
    text-align: center;
    color: #f0f2f7;
  }
  .Assessment-Mobile-Block-Button {
    padding-bottom: 0.5rem !important;
    width: 16rem !important;
    height: auto;
  }
  .Assessment-Mobile-Block-Kontra-Block-Image {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 1rem;
    width: 100%;
  }
}
@media (orientation: landscape) and (max-width: 1100px) {
  .Assessment-Main {
    display: none;
  }
  .Assessment-Mobile-Block-Main {
    overflow-y: hidden;
    height: 100vh;
    display: block;
  }
}
@media (orientation: landscape) and (max-width: 915px) and (max-height: 412px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 25rem !important;
  }
}
@media (orientation: landscape) and (max-width: 896px) and (max-height: 480px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 13rem !important;
  }
}
@media (orientation: landscape) and (max-width: 896px) and (min-height: 412px) and (max-height: 414px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 24rem !important;
  }
}
@media (orientation: landscape) and (max-width: 853px) and (max-height: 480px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 11.5rem !important;
  }
}
@media (orientation: landscape) and (max-width: 823px) and (max-height: 411px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 20.5rem !important;
  }
}
@media (orientation: landscape) and (max-width: 851px) and (max-height: 393px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 22.5rem !important;
  }
}
@media (orientation: landscape) and (max-width: 786px) and (max-height: 393px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 19.5rem !important;
  }
}
@media (orientation: landscape) and (max-width: 844px) and (max-height: 390px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 22.5rem !important;
  }
}
@media (orientation: landscape) and (max-width: 736px) and (max-height: 414px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 15.8rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 3rem;
  }
}
@media (orientation: landscape) and (max-width: 736px) and (max-height: 412px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 15.8rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 3rem;
  }
}
@media (orientation: landscape) and (max-width: 812px) and (max-height: 375px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 21.5rem !important;
  }
}
@media (orientation: landscape) and (max-width: 667px) and (max-height: 375px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 9.2rem !important;
  }
}
@media (orientation: landscape) and (max-width: 740px) and (max-height: 360px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 19rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 3rem;
  }
}
@media (orientation: landscape) and (max-width: 690px) and (max-height: 412px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 8.5rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 1.5rem;
  }
}
@media (orientation: landscape) and (max-width: 667px) and (max-height: 375px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 14.5rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 1.5rem;
  }
}
@media (orientation: landscape) and (max-width: 640px) and (max-height: 400px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 7.5rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 2rem;
  }
}
@media (orientation: landscape) and (max-width: 640px) and (max-height: 384px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 12.5rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 2rem;
  }
}
@media (orientation: landscape) and (max-width: 640px) and (max-height: 360px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 14rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 2rem;
  }
}
@media (orientation: landscape) and (max-width: 600px) and (max-height: 360px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 7.5rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 1rem;
  }
}
@media (orientation: landscape) and (max-width: 658px) and (max-height: 320px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 16.5rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 1.5rem;
  }
}
@media (orientation: landscape) and (max-width: 568px) and (max-height: 320px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 12.1rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 2rem !important;
  }
  .Assessment-Mobile-Block-Input {
    margin-bottom: 0;
  }
  .Assessment-Mobile-Block-Button-Section-Close > button,
  .Assessment-Mobile-Block-Button-Section > button {
    width: 16rem !important;
    margin-top: 0;
  }
}
@media (orientation: landscape) and (max-width: 533px) and (max-height: 320px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 6.6rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 0 !important;
  }
  .Assessment-Mobile-Block-Input {
    margin-bottom: 0;
  }
  .Assessment-Mobile-Block-Button-Section-Close > button,
  .Assessment-Mobile-Block-Button-Section > button {
    width: 16rem !important;
    margin-top: 0;
  }
}
@media (orientation: landscape) and (max-width: 480px) and (max-height: 320px) {
  .Assessment-Mobile-Block-Container {
    width: 100vh;
    height: 100vw;
    margin: auto;
    position: relative;
    padding: 0;
    display: block;
    background-image: url(../media/landing/assets/images/mobile-block-e98acf3ab68c3b874069a06e15c3a894.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    bottom: 5rem !important;
  }
  .Assessment-Mobile-Block-Input-Button-Section {
    bottom: 2rem !important;
  }
  .Assessment-Mobile-Block-Input {
    margin-bottom: 0;
  }
  .Assessment-Mobile-Block-Button-Section-Close > button,
  .Assessment-Mobile-Block-Button-Section > button {
    width: 16rem !important;
    margin-top: 0;
  }
}
html:has(body):has(main.Assessment-Reminder-Sent-Main) {
  height: 100%;
}
body:has(main.Assessment-Reminder-Sent-Main) {
  height: 100%;
}
.Assessment-Reminder-Sent-Main {
  display: none;
}
.Assessment-Reminder-Sent-Container {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  padding: 0;
  display: block;
}
.Assessment-Reminder-Sent-Body {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.Assessment-Reminder-Sent-Top-Left-Section {
  height: 100%;
}
.Assessment-Reminder-Sent-Top-Left-Top {
  background: linear-gradient(91.01deg, #0a1129 25.88%, #1a2a63 72.05%);
  height: 100%;
}
.Assessment-Reminder-Sent-Title {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 7.188rem;
  line-height: 8.688rem;
  text-align: center;
  background: linear-gradient(90deg, #f39c63, #ef5d4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.Assessment-Reminder-Sent-Sub-Title {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  color: #f0f2f7;
}
.Assessment-Reminder-Sent-Title-Assessment-Right {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 7.188rem;
  line-height: 8.688rem;
  text-align: center;
  background: linear-gradient(90deg, #f39c63, #ef5d4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
  font-family: Russo One;
  font-style: normal;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
  color: #f0f2f7;
}
.Assessment-Reminder-Sent-Top-Left-Top {
  position: relative;
  z-index: 3;
}
.Assessment-Reminder-Sent-Top-Left-Bottom {
  position: relative;
  bottom: 18rem;
  z-index: 1;
}
.Assessment-Reminder-Sent-Bottom-Right-Section {
  display: none;
}
.Assessment-Reminder-Sent-Wish {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.813rem;
  text-align: center;
  color: #fff;
}
.Assessment-Reminder-Sent-Input {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.Assessment-Reminder-Sent-Input > input {
  background: linear-gradient(93.88deg, #0a1129 -84.11%, #1a2a63 180.99%);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  height: 5rem;
  width: 25rem;
  background-clip: padding-box;
  border: 2px solid transparent;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #f0f2f7;
}
.Assessment-Reminder-Sent-Input > input::-webkit-input-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #f0f2f7;
}
.Assessment-Reminder-Sent-Input > input:-ms-input-placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #f0f2f7;
}
.Assessment-Reminder-Sent-Input > input::placeholder {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #f0f2f7;
}
.Assessment-Reminder-Sent-Button {
  width: 25rem !important;
  -webkit-appearance: button;
  appearance: button;
  text-decoration: none;
  color: #000;
  color: initial;
}
.Assessment-Reminder-Sent-Button-Section {
  margin-top: 6rem;
  text-align: center;
}
.Assessment-Reminder-Sent-Button-Section > button > img {
  width: 8%;
  height: auto;
}
.Assessment-Reminder-Sent-Button-Section-Assessment-Right {
  margin-top: 6rem;
  text-align: center;
}
.Assessment-Reminder-Sent-Button-Section-Assessment-Right > button > img {
  width: 8%;
  height: auto;
}
.Assessment-Reminder-Sent-Logo-Section {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Assessment-Reminder-Sent-Logo-Section > img {
  width: 20%;
  height: auto;
}
.Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Assessment-Reminder-Sent-Logo-Section-Assessment-Right > img {
  width: 20%;
  height: auto;
}
@media (orientation: portrait) and (max-width: 568px) {
  #ellipseVerticalSent {
    display: none;
  }
  section {
    padding: 0;
  }
  .Assessment-Reminder-Sent-Main {
    padding-top: 4.2rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    width: 100%;
    height: auto;
  }
}
@media (orientation: landscape) and (max-width: 991px) {
  #ellipseHorizontal {
    display: none;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    display: block;
  }
  section {
    padding: 0;
  }
  .Assessment-Reminder-Sent-Body {
    flex-direction: row;
  }
  .Assessment-Reminder-Sent-Main {
    padding-top: 6.2rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    width: 80%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Top-Left-Top {
    background: linear-gradient(91.01deg, #0a1129 25.88%, #1a2a63 72.05%);
    border-top-right-radius: 6% 50%;
    border-bottom-left-radius: 0 0;
    border-bottom-right-radius: 6% 50%;
  }
  .Assessment-Reminder-Sent-Button-Section,
  .Assessment-Reminder-Sent-Logo-Section,
  .Assessment-Reminder-Sent-Sub-Title,
  .Assessment-Reminder-Sent-Title {
    display: none;
  }
}
@media (orientation: portrait) and (max-width: 568px) and (max-height: 991px) {
  .Assessment-Reminder-Sent-Title {
    font-size: 4.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 6.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 16.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    width: 50%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Logo-Section img {
    width: 30%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 480px) and (max-height: 896px) {
  .Assessment-Reminder-Sent-Title {
    font-size: 4.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 6.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 16.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    width: 50%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Logo-Section img {
    width: 30%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 480px) and (max-height: 854px) {
  .Assessment-Reminder-Sent-Title {
    font-size: 4.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 6.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 16.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    width: 50%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Logo-Section img {
    width: 30%;
    height: auto;
  }
}
@media (orientation: landscape) and (max-width: 854px) and (max-height: 480px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 11rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 59.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 414px) and (max-height: 896px) {
  .Assessment-Reminder-Sent-Title {
    font-size: 4.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 6.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 16.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    width: 50%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Logo-Section img {
    width: 30%;
    height: auto;
  }
}
@media (orientation: landscape) and (max-width: 896px) and (max-height: 414px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 14rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 51.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 412px) and (max-height: 915px) {
  .Assessment-Reminder-Sent-Title {
    font-size: 4.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 6.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 16.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    width: 50%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Logo-Section img {
    width: 30%;
    height: auto;
  }
}
@media (orientation: landscape) and (max-width: 915px) and (max-height: 412px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 15rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 50.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 412px) and (max-height: 732px) {
  .Assessment-Reminder-Sent-Sub-Title,
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 19rem;
  }
}
@media (orientation: landscape) and (max-width: 736px) and (max-height: 414px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 10rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 63%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 411px) and (max-height: 823px) {
  .Assessment-Reminder-Sent-Sub-Title,
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 19rem;
  }
}
@media (orientation: landscape) and (max-width: 823px) and (max-height: 411px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 11.5rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 59.2%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 4rem;
    width: 55%;
  }
  .Assessment-Reminder-Sent-Logo-Section,
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
}
@media (orientation: portrait) and (max-width: 393px) and (max-height: 851px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 18rem;
  }
}
@media (orientation: landscape) and (max-width: 851px) and (max-height: 393px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 13rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 54.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 393px) and (max-height: 786px) {
  .Assessment-Reminder-Sent-Sub-Title,
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 18rem;
  }
}
@media (orientation: landscape) and (max-width: 786px) and (max-height: 393px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 11.5rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 58.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: landscape) and (max-width: 731px) and (max-height: 411px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 30.4rem;
    left: 9.5rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 67%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 4rem;
    width: 55%;
  }
  .Assessment-Reminder-Sent-Logo-Section,
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
}
@media (orientation: portrait) and (max-width: 390px) and (max-height: 844px) {
  .Assessment-Reminder-Sent-Sub-Title,
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 17.5rem;
  }
}
@media (orientation: landscape) and (max-width: 844px) and (max-height: 390px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 13rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 54.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: landscape) and (max-width: 732px) and (max-height: 412px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 10rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 63.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: landscape) and (max-width: 812px) and (max-height: 375px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 12rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 57.2%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 384px) and (max-height: 640px) {
  .Assessment-Reminder-Sent-Title {
    font-size: 4.188rem;
  }
  .Assessment-Reminder-Sent-Sub-Title,
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 18.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    width: 50%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 3rem;
  }
  .Assessment-Reminder-Sent-Logo-Section img {
    width: 40%;
  }
}
@media (orientation: landscape) and (max-width: 640px) and (max-height: 384px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 7.8rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 72.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 375px) and (max-height: 667px) {
  .Assessment-Reminder-Sent-Sub-Title,
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 18rem;
  }
}
@media (orientation: landscape) and (max-width: 667px) and (max-height: 375px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 37.8rem;
    left: 8.5rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 69%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 4rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section,
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
}
@media (orientation: portrait) and (max-width: 360px) and (max-height: 740px) {
  .Assessment-Reminder-Sent-Title {
    font-size: 4.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 6.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 16.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    width: 50%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Logo-Section img {
    width: 30%;
    height: auto;
  }
}
@media (orientation: landscape) and (max-width: 740px) and (max-height: 360px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 37.8rem;
    left: 10.2rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 62.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 360px) and (max-height: 640px) {
  .Assessment-Reminder-Sent-Title,
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 17.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    width: 50%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right img,
  .Assessment-Reminder-Sent-Logo-Section img {
    width: 30%;
  }
}
@media (orientation: landscape) and (max-width: 640px) and (max-height: 360px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 7.8rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 72.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 353px) and (max-height: 745px) {
  .Assessment-Reminder-Sent-Title {
    font-size: 4.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 6.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 16.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    width: 50%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Logo-Section img {
    width: 40%;
    height: auto;
  }
}
@media (orientation: landscape) and (max-width: 745px) and (max-height: 353px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 37.8rem;
    left: 10.2rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 61.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 320px) and (max-height: 658px) {
  .Assessment-Reminder-Sent-Title {
    font-size: 4.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title {
    font-size: 1.4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 6.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 15.8rem;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-top: 2rem;
  }
  .Assessment-Reminder-Sent-Logo-Section img {
    width: 40%;
  }
}
@media (orientation: landscape) and (max-width: 658px) and (max-height: 320px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 37.5rem;
    left: 8.5rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 69.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 4rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section,
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Button-Section-Assessment-Right {
    margin-top: 2rem;
  }
}
@media (orientation: portrait) and (max-width: 320px) and (max-height: 568px) {
  .Assessment-Reminder-Sent-Title {
    font-size: 4.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title {
    font-size: 1.4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 6.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 17rem;
  }
}
@media (orientation: portrait) and (max-width: 320px) and (max-height: 533px) {
  .Assessment-Reminder-Sent-Title {
    font-size: 4.188rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 17rem;
  }
  .Assessment-Reminder-Sent-Button-Section {
    margin-top: 3rem;
  }
}
@media (orientation: landscape) and (max-width: 568px) and (max-height: 320px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 6rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 81.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 320px) and (max-height: 533px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 17rem;
  }
}
@media (orientation: landscape) and (max-width: 533px) and (max-height: 320px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 37rem;
    left: 6rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 82.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 320px) and (max-height: 480px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 18.5rem;
  }
}
@media (orientation: landscape) and (max-width: 480px) and (max-height: 320px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 37rem;
    left: 4.5rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 90.5%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 280px) and (max-height: 653px) {
  .Assessment-Reminder-Sent-Title {
    font-size: 3.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title {
    font-size: 1.3rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 5.188rem;
    line-height: 8.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.3rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 13rem;
  }
  .Assessment-Reminder-Sent-Button-Section-Assessment-Right > button,
  .Assessment-Reminder-Sent-Button-Section > button {
    width: 80% !important;
  }
}
@media (orientation: landscape) and (max-width: 653px) and (max-height: 280px) {
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 38rem;
    left: 7.8rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 71.2%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 3rem;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4.188rem;
    line-height: 6rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 1.5rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-bottom: 0;
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 30rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    margin-top: 8rem;
    width: 40%;
    height: auto;
  }
}
@media (orientation: portrait) and (max-width: 240px) and (max-height: 320px) {
  .Assessment-Reminder-Sent-Title,
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 17.5rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    text-align: center;
  }
  .Assessment-Reminder-Sent-Top-Left-Section img {
    width: 30%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Button-Section,
  .Assessment-Reminder-Sent-Logo-Section {
    margin-top: 1rem;
  }
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right img,
  .Assessment-Reminder-Sent-Logo-Section img {
    width: 30%;
  }
}
@media (orientation: landscape) and (max-width: 320px) and (max-height: 240px) {
  .Assessment-Reminder-Sent-Title-Assessment-Right {
    font-size: 2rem;
    line-height: 4.688rem;
  }
  .Assessment-Reminder-Sent-Sub-Title-Assessment-Right {
    font-size: 0.8rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Bottom {
    bottom: 27.6rem;
    left: 3rem;
  }
  #ellipseVerticalSent {
    height: auto;
    width: 94%;
  }
  .Assessment-Reminder-Sent-Bottom-Right-Section {
    margin-top: 0;
    width: 50%;
  }
  .Assessment-Reminder-Sent-Logo-Section,
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-top: 4rem;
  }
  .Assessment-Reminder-Sent-Top-Left-Section {
    height: 20rem;
    width: 50%;
    text-align: center;
  }
  .Assessment-Reminder-Sent-Button-Section > button {
    width: 60% !important;
    font-size: 0.5rem;
  }
  .Assessment-Reminder-Sent-Button-Section > button > img {
    width: 20%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Button-Section-Assessment-Right > button {
    width: 60% !important;
    font-size: 0.5rem;
  }
  .Assessment-Reminder-Sent-Button-Section-Assessment-Right > button > img {
    width: 20%;
    height: auto;
  }
  .Assessment-Reminder-Sent-Input > input {
    width: 60%;
  }
  .Assessment-Reminder-Sent-Input > input::-webkit-input-placeholder {
    font-size: 0.5rem;
  }
  .Assessment-Reminder-Sent-Input > input:-ms-input-placeholder {
    font-size: 0.5rem;
  }
  .Assessment-Reminder-Sent-Input > input::placeholder {
    font-size: 0.5rem;
  }
  .Assessment-Reminder-Sent-Wish {
    font-size: 1rem;
  }
  .Assessment-Reminder-Sent-Logo-Section,
  .Assessment-Reminder-Sent-Logo-Section-Assessment-Right {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
.Partners {
  min-height: -webkit-max-content;
  min-height: max-content;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.19);
}
@media (max-width: 575.98px) {
  .Partners {
    padding: 0;
  }
}
.Partners .FeatureTitle {
  font-size: x-large;
  color: #f06952;
}
@media (max-width: 575.98px) {
  .Partners .FeatureTitle {
    margin-top: 1rem;
  }
}
.Partners .Partners-Title {
  font-size: medium;
  color: #f06952;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.625rem;
}
@media (max-width: 767.98px) {
  .Partners .Partners-Title {
    font-size: 1.25rem;
  }
}
.Partners .Partners__Description {
  margin: -1rem 0 4rem;
  text-align: center;
}
.Partners .Partners__Description a {
  font-weight: 600;
}
.Partners ul {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .Partners ul {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .Partners ul {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: start;
  }
}
.Partners li {
  text-align: center;
  margin: 0 2rem 4rem 0;
}
@media (max-width: 991.98px) {
  .Partners li {
    margin: 0 0 2rem;
  }
}
@media (max-width: 767.98px) {
  .Partners li {
    margin: 0;
  }
}
.Partners li p {
  display: inline-block;
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
}
.Partners img {
  max-width: 13rem;
  margin: 1rem auto;
  transition: all 0.9s;
}
@media (max-width: 991.98px) {
  .Partners img {
    max-width: 8rem;
  }
}
@media (max-width: 767.98px) {
  .Partners img {
    max-width: 5rem;
  }
}
@media (max-width: 575.98px) {
  .Partners img {
    max-width: 8rem;
  }
}
.Partners h3 {
  display: none;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.Investors {
  min-height: -webkit-max-content;
  min-height: max-content;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.19);
}
@media (max-width: 575.98px) {
  .Investors {
    padding: 0;
  }
}
.Investors .FeatureTitle {
  font-size: x-large;
  color: #f06952;
}
@media (max-width: 575.98px) {
  .Investors .FeatureTitle {
    margin-top: 1rem;
  }
}
.Investors .Partners-Title {
  font-size: medium;
  color: #f06952;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.625rem;
}
@media (max-width: 767.98px) {
  .Investors .Partners-Title {
    font-size: 1.25rem;
  }
}
.Investors .Partners__Description {
  margin: -1rem 0 4rem;
  text-align: center;
}
.Investors .Partners__Description a {
  font-weight: 600;
}
.Investors ul {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  grid-gap: 5rem;
  gap: 5rem;
}
@media (min-width: 768px) {
  .Investors ul {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {
  .Investors ul {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: start;
    grid-gap: 2rem;
    gap: 2rem;
  }
}
.Investors li {
  text-align: center;
}
.Investors li p {
  display: inline-block;
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
}
.Investors img {
  max-width: 13rem;
  margin: 1rem auto;
  transition: all 0.9s;
}
@media (max-width: 991.98px) {
  .Investors img {
    max-width: 8rem;
  }
}
@media (max-width: 767.98px) {
  .Investors img {
    max-width: 5rem;
  }
}
@media (max-width: 575.98px) {
  .Investors img {
    max-width: 8rem;
  }
}
.Investors h3 {
  display: none;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .prytek {
    height: 120px;
  }
}
.GitLab .GitLab__Header {
  min-height: -webkit-max-content;
  min-height: max-content;
  flex-direction: column;
  align-items: flex-start;
  background-image: linear-gradient(131deg, #30302e, #30302e);
}
.GitLab .GitLab__Header .Container {
  display: flex;
  flex-direction: column;
}
.GitLab .GitLab__Header .Button {
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
}
.GitLab .GitLab__Header h1 {
  margin-bottom: 1rem;
  color: #fff;
}
.GitLab .GitLab__Header p {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
}
.GitLab .GitLab__Header img {
  height: 12rem;
}
.GitLab .GitLab__Steps {
  display: flex;
  max-height: -webkit-max-content;
  max-height: max-content;
}
.GitLab .GitLab__Steps a {
  font-weight: 700;
}
.GitLab .GitLab__Steps a:hover {
  text-decoration: underline;
}
.GitLab .GitLab__Steps img {
  border-radius: 0.25rem;
}
.GitLab .FeatureContent:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .GitLab .FeatureContent:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.GitLab .FeatureTitle {
  text-align: center;
}
.GitLab .GitLab__Footer h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.GitLab .GitLab__Footer b {
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 500;
}
.Exercises,
.Learning {
  align-items: flex-start;
  max-height: -webkit-max-content;
  max-height: max-content;
  background-image: linear-gradient(131deg, #30302e, #30302e);
}
.Exercises .Exercises__Content,
.Exercises .Learning__Content,
.Learning .Exercises__Content,
.Learning .Learning__Content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Exercises h1,
.Learning h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .Exercises h1,
  .Learning h1 {
    font-size: 3rem;
  }
}
.Exercises h2,
.Learning h2 {
  display: flex;
  align-items: center;
  margin: 2rem 0 1rem;
  text-align: center;
}
.Exercises h2:after,
.Exercises h2:before,
.Learning h2:after,
.Learning h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #6274a6;
}
.Exercises h2:before,
.Learning h2:before {
  margin-right: 1.5rem;
}
.Exercises h2:after,
.Learning h2:after {
  margin-left: 1.5rem;
}
.Exercises h2 span,
.Learning h2 span {
  min-width: -webkit-max-content;
  min-width: max-content;
}
.Exercises p,
.Learning p {
  max-width: 56.5rem;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: hsla(0, 0%, 100%, 0.7803921568627451);
}
@media (min-width: 992px) {
  .Exercises p,
  .Learning p {
    margin: 0 auto 2rem;
    font-size: 1.25rem;
  }
}
* {
  scroll-behavior: smooth;
}
main {
  margin-top: 0 !important;
}
.Welcome--Justcode,
_:-ms-lang(x) {
  background: none !important;
}
.under_fold_row {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.Justcode--Main {
  font-family: Roboto !important;
  background: rgba(2, 1, 1, 0);
  overflow-x: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../media/landing/assets/images/before-7-5ac85f768dafc1ebb8634fba093b6568.svg);
  background-attachment: scroll;
}
@media (-webkit-device-pixel-ratio: 1.1) {
  .Justcode--Main * {
    zoom: 0.99;
  }
}
@media (-webkit-device-pixel-ratio: 1.25) {
  .Justcode--Main * {
    zoom: 0.98;
  }
}
@media (-webkit-device-pixel-ratio: 1.5) {
  .Justcode--Main * {
    zoom: 0.97;
  }
}
.alice_container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translate(0);
  transform: translate(0);
  z-index: 2;
  position: absolute;
  left: 1rem;
}
.alice_container .alice-image {
  position: absolute;
  bottom: 0;
  right: 4.167vw;
  height: 16.737vh;
  width: auto;
}
.alice_container .card_container_alice {
  width: 15.365vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding: 1em 0.5em 1.5em;
  box-sizing: border-box;
  margin-top: 0;
  left: 80%;
  text-align: center;
  font-size: 1.0416666667vw !important;
  font-weight: 400;
  color: #f0f2f6;
  background: linear-gradient(105.58deg, #344480 -39.82%, #26315b 135.34%);
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 1em;
}
@media screen and (max-width: 1704px) and (max-height: 854px) {
  .alice_container .card_container_alice {
    width: 12.365vw;
  }
}
@media screen and (max-width: 1536px) {
  .alice_container .card_container_alice {
    width: 12.365vw;
  }
}
@media screen and (max-width: 1467px) and (max-height: 835px) {
  .alice_container .card_container_alice {
    width: 15.365vw;
    margin-top: 3vh;
  }
}
@media screen and (max-width: 1394px) and (max-height: 699px) {
  .alice_container .card_container_alice {
    width: 12.365vw;
  }
}
@media screen and (max-width: 1366px) {
  .alice_container .card_container_alice {
    margin-top: -3vh;
  }
}
@media screen and (max-width: 1280px) {
  .alice_container .card_container_alice {
    margin-top: 0;
  }
}
.alice_container .card_container_alice:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(145deg, #fff, #26315b);
}
.alice_container .card_container_alice:after {
  content: "";
  position: absolute;
  left: -11px;
  bottom: 26%;
  z-index: 1;
  background: #303f76;
  width: 20px !important;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 20px !important;
  -webkit-transform: rotate(226deg);
  transform: rotate(226deg);
}
.alice_container.alice_group {
  opacity: 0;
  transition: opacity 1s ease;
}
.alice_container.alice_group.active {
  opacity: 1;
}
.CorrectAnswersText {
  font-size: 2.761vw !important;
}
@media screen and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .CorrectAnswersText {
    font-size: 2.3vw !important;
  }
}
.alice_container_modal {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: -2rem;
  right: -12rem;
  -webkit-transform: translate(0);
  transform: translate(0);
  z-index: 2;
}
.alice_container_modal .alice-image {
  position: absolute;
  top: 2.4vh;
  height: 16.737vh;
  width: auto;
  opacity: 0;
  transition: opacity 1s ease;
}
.alice_container_modal .alice-image.active {
  opacity: 1;
}
.alice_container_modal .card_container_alice {
  width: 240px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  box-sizing: border-box;
  left: 5rem;
  bottom: 6rem;
  color: #f0f2f6;
  background: linear-gradient(105.58deg, #344480 -39.82%, #26315b 135.34%);
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 1em;
}
.alice_container_modal .card_container_alice:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(145deg, #fff, #26315b);
}
.alice_container_modal .card_container_alice:after {
  content: "";
  position: absolute;
  left: 1.5rem;
  bottom: -0.6rem;
  z-index: 1;
  background: linear-gradient(105.58deg, #344480 -39.82%, #26315b 135.34%);
  width: 15px;
  border-top: 2px solid #9698d6;
  border-right: 2px solid #7e7f9e;
  height: 15px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.alice {
  width: 100px;
  position: absolute;
  left: 2.5%;
  -webkit-transform: translate(0);
  transform: translate(0);
  z-index: 2;
}
.path {
  background-repeat: no-repeat;
  background-position-x: 42%;
  background-position-y: 6%;
  background-size: 30%;
  position: relative;
}
.path-2 {
  background-repeat: no-repeat;
  background-position-x: 1%;
  background-position-y: 55%;
  background-size: 50%;
}
.Button_gradient_static {
  width: 25rem;
  padding: 1.05rem 2rem;
  color: #f0f2f6;
  cursor: pointer;
  border: 2px solid #f0f2f6;
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(240, 140, 74, 0.9490196078431372) 0,
    rgba(238, 121, 85, 0.9490196078431372) 50%,
    #ff6308
  );
  border-radius: 7px;
  box-sizing: border-box;
  background-clip: padding-box;
  font-family: Roboto;
}
@media screen and (max-width: 1366px) {
  .Button_gradient_static {
    width: 22rem;
  }
}
.Button_gradient_static img {
  margin-right: 10px;
}
.Button_gradient_static_active {
  width: 25rem;
  padding: 1.05rem 2rem;
  color: #f0f2f6;
  cursor: pointer;
  border: 2px solid #f0f2f6;
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(240, 140, 74, 0.9490196078431372) 0,
    rgba(238, 121, 85, 0.9490196078431372) 50%,
    #ff6308
  );
  border-radius: 7px;
  box-sizing: border-box;
  background-clip: padding-box;
  font-family: Roboto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1366px) {
  .Button_gradient_static_active {
    width: 22rem;
  }
}
.Button_gradient_static_active img {
  margin-right: 10px;
}
.Button_gradient_static_active_close {
  width: 25rem;
  padding: 1.05rem 2rem;
  color: #f0f2f6;
  cursor: pointer;
  border: 2px solid #f0f2f6;
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(240, 140, 74, 0.9490196078431372) 0,
    rgba(238, 121, 85, 0.9490196078431372) 50%,
    #ff6308
  );
  border-radius: 7px;
  box-sizing: border-box;
  background-clip: padding-box;
  font-family: Roboto;
}
@media screen and (max-width: 1366px) {
  .Button_gradient_static_active_close {
    width: 22rem;
  }
}
.Button_gradient_static_active_close img {
  margin-right: 10px;
}
.Button_gradient_blue_static {
  width: 25rem;
  margin-top: 1.5rem;
  cursor: pointer;
  padding: 1rem 2rem;
  color: #f0f2f6;
  position: relative;
  background: linear-gradient(105.58deg, #344480 -39.82%, #26315b 135.34%);
  border: 2px solid #f0f2f6;
  background-clip: padding-box;
  box-sizing: border-box;
  border-radius: 7px;
  font-family: Roboto;
}
@media screen and (max-width: 1440px) {
  .Button_gradient_blue_static {
    width: 22rem;
  }
}
@media screen and (max-width: 1366px) {
  .Button_gradient_blue_static {
    width: 22rem;
    margin-top: 0;
  }
}
.Button_gradient_blue_static:before {
  content: "";
  margin: -2px;
  border-radius: inherit;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  background: linear-gradient(145deg, #fff, #26315b);
}
.Button_gradient_blue_static img {
  margin-right: 10px;
}
.Button_gradient_blue_static_inactive {
  width: 100%;
  margin-top: 1.5rem;
  cursor: pointer;
  padding: 1rem 2rem;
  color: #f0f2f6;
  position: relative;
  background: linear-gradient(105.58deg, #344480 -39.82%, #26315b 135.34%);
  border: 2px solid #fff;
  background-clip: padding-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: Roboto;
  opacity: 0.3;
  cursor: default;
}
.Button_gradient_blue_static_inactive img {
  margin-right: 10px;
}
.chip {
  width: 80% !important;
  height: auto !important;
  margin-left: 0 !important;
}
.Welcome--Justcode {
  position: relative;
  scroll-behavior: smooth;
}
.Welcome--Justcode .section {
  min-height: 0 !important;
  background: linear-gradient(180deg, #020101, rgba(2, 1, 1, 0) 89.1%);
  mix-blend-mode: normal;
  box-shadow: none !important;
  padding: 0 !important;
}
.Welcome--Justcode .Header_Section {
  width: 100%;
  margin: 0 auto;
  max-height: 70vh;
  display: flex;
  justify-content: space-around;
  position: relative;
  flex-wrap: wrap;
  padding-top: 3.52vh;
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .Welcome--Justcode .Header_Section {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.Welcome--Justcode .Sub__Text {
  font-size: 1.667vw;
  font-weight: 400;
}
.Welcome--Justcode .sep__line {
  width: 2px;
  height: 65vh;
  background-color: #f0f2f6;
  margin: auto 0;
}
.Welcome--Justcode .Header__Left {
  flex: 1 1;
  z-index: 1;
  padding-left: 1.25em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@-webkit-keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}
@keyframes tonext {
  75% {
    left: 0;
  }
  95% {
    left: 100%;
  }
  98% {
    left: 100%;
  }
  99% {
    left: 0;
  }
}
@-webkit-keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}
@keyframes tostart {
  75% {
    left: 0;
  }
  95% {
    left: -300%;
  }
  98% {
    left: -300%;
  }
  99% {
    left: 0;
  }
}
@-webkit-keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  to {
    scroll-snap-align: center;
  }
}
@keyframes snap {
  96% {
    scroll-snap-align: center;
  }
  97% {
    scroll-snap-align: none;
  }
  99% {
    scroll-snap-align: none;
  }
  to {
    scroll-snap-align: center;
  }
}
.Welcome--Justcode .Header__Left .carousel:after,
.Welcome--Justcode .Header__Left .carousel:before {
  content: "";
  z-index: 1;
  background-color: #333;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  color: #fff;
  font-size: 2.083vw;
  line-height: 4rem;
  text-align: center;
  pointer-events: none;
}
.Welcome--Justcode .Header__Left .carousel {
  position: relative;
  min-height: 45vh;
  max-height: 60vh;
  margin-top: 1.5rem;
  max-width: 40vw;
}
.Welcome--Justcode .Header__Left .carousel .carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  counter-reset: item;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.Welcome--Justcode .Header__Left .carousel ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Welcome--Justcode .Header__Left .carousel ol .carousel__slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  counter-increment: item;
}
.Welcome--Justcode
  .Header__Left
  .carousel
  ol
  .carousel__slide
  .carousel__snapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}
.Welcome--Justcode .Header__Left .carousel ol .carousel__slide:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -40%, 70px);
  transform: translate3d(-50%, -40%, 70px);
}
.Welcome--Justcode .Header__Left .carousel ol li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.Welcome--Justcode .Header__Left .carousel ol li .success_criteria_parent {
  display: flex;
}
.Welcome--Justcode .Header__Left .carousel ol li .success_table {
  -webkit-mask-image: linear-gradient(180deg, #000 50%, transparent);
  mask-image: linear-gradient(180deg, #000 50%, transparent);
}
.Welcome--Justcode .Header__Left .carousel ol li div .success_criteria {
  color: #f39f63;
  font-size: 1.0416666667vw !important;
}
.Welcome--Justcode .Header__Left .carousel ol table tbody {
  display: block;
  height: 40vh;
  overflow-y: scroll;
  border-collapse: separate;
  border-spacing: 0.5rem 2rem;
  scrollbar-width: none;
}
.Welcome--Justcode .Header__Left .carousel ol table tbody tr td {
  white-space: nowrap;
}
.Welcome--Justcode .Header__Left .carousel ol table tbody::-webkit-scrollbar {
  width: 0 !important;
}
.Welcome--Justcode .Header__Left .carousel ol .criteria_row {
  font-size: 1.0416666667vw !important;
}
.Welcome--Justcode .Header__Left .carousel ol .criteria_row .dots_line {
  margin-top: 0.6rem;
}
.Welcome--Justcode .Header__Left .carousel__navigation {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  width: 50%;
}
@media screen and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .Welcome--Justcode .Header__Left .carousel__navigation {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1500px) {
  .Welcome--Justcode .Header__Left .carousel__navigation {
    margin-top: 2rem;
    z-index: 100;
  }
}
.Welcome--Justcode .Header__Left .carousel__navigation-item,
.Welcome--Justcode .Header__Left .carousel__navigation-list {
  display: inline-block;
}
.Welcome--Justcode .Header__Left .slider {
  text-align: center;
  overflow: hidden;
}
.Welcome--Justcode .Header__Left .slider[data-ride="carousel"] {
  margin: 0 !important;
  padding: 0 !important;
}
.Welcome--Justcode .Header__Left .slides {
  display: flex;
  margin-top: 1rem;
}
.Welcome--Justcode .Header__Left .slides div .SCORE__Table {
  width: 95%;
  margin-left: 20px !important;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values.Not__Selected__0 {
  color: rgba(240, 242, 246, 0.5);
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values.Not__Selected__1 {
  color: rgba(240, 242, 246, 0.3);
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values.Not__Selected__2 {
  color: rgba(240, 242, 246, 0.2);
}
.Welcome--Justcode .Header__Left .slides div .SCORE__Table tbody {
  max-height: 50vh;
}
.Welcome--Justcode .Header__Left .slides div .SCORE__Table .Table__Header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0 auto;
}
.Welcome--Justcode .Header__Left .slides div .SCORE__Table .Table__Header th {
  color: #f39f63;
}
.Welcome--Justcode .Header__Left .slides div .SCORE__Table .Table__Values {
  color: #f0f2f6;
  margin: 0.8rem auto;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .save {
  cursor: pointer;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input {
  color: #f39f63;
  background: transparent;
  border: none;
  font-size: 1.0416666667vw !important;
  outline: none;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input::-webkit-input-placeholder {
  color: #f39f63;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input:-ms-input-placeholder {
  color: #f39f63;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input::placeholder {
  color: #f39f63;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input__finished {
  color: #f0f2f6;
  background: transparent;
  border: none;
  font-size: 1.0416666667vw !important;
  outline: none;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input__finished::-webkit-input-placeholder {
  color: #f0f2f6;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input__finished:-ms-input-placeholder {
  color: #f0f2f6;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input__finished::placeholder {
  color: #f0f2f6;
}
.Welcome--Justcode .Header__Left .slides div .SCORE__Table .rank {
  text-align: right;
  padding: 13px 0;
  font-size: 1.0416666667vw !important;
  white-space: nowrap;
}
.Welcome--Justcode .Header__Left .slides div .SCORE__Table .player {
  text-align: left;
  padding-left: 10px;
  font-size: 1.0416666667vw !important;
  width: 0;
}
.Welcome--Justcode .Header__Left .slides div .SCORE__Table .score {
  text-align: left;
  padding: 13px 0;
  font-size: 1.0416666667vw !important;
}
.Welcome--Justcode .Header__Left .slides div .SCORE__Table .Selected {
  border-left: 3px dashed #f0f2f6;
  border-right: 3px dashed #f0f2f6;
  border-color: #f0f2f6 transparent;
  border-style: dashed solid;
  border-width: 3px;
  color: #f39f63;
}
.Welcome--Justcode .Header__Left .slides div .SCORE__Table .Selected td {
  white-space: nowrap;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Selected
  td:first-child {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Selected
  td:nth-child(2) {
  border-left: 4px dashed #f0f2f6;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Selected
  td:nth-child(4) {
  border-right: 4px dashed #f0f2f6;
}
.Welcome--Justcode
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Selected
  td:last-child {
  padding-left: 1.5rem;
  border: 3px solid transparent;
}
.Welcome--Justcode .Header__Left .slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.Welcome--Justcode .Header__Left .slides::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}
.Welcome--Justcode .Header__Left .slides::-webkit-scrollbar-track {
  background: transparent;
}
.Welcome--Justcode .Header__Left .slides > div {
  width: 100%;
  scroll-snap-align: start;
  flex-shrink: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.Welcome--Justcode .Header__Left .slider > a {
  display: inline-flex;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  color: #000;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid grey;
  margin: 0.45rem 0.5rem;
  position: relative;
}
.Welcome--Justcode .Header__Left .slider > a:active {
  border-radius: 50%;
  border: 2px solid grey;
}
.Welcome--Justcode .Header__Left .slider > a:focus {
  background: #000;
}
.Welcome--Justcode .Header__Left div.GradientText.PercentageHeading {
  font-size: 14vw;
  font-weight: 900;
  line-height: 90%;
  margin-bottom: 0;
}
@media screen and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .Welcome--Justcode .Header__Left div.GradientText.PercentageHeading {
    font-size: 12vw;
  }
}
.Welcome--Justcode .Header__Left div.GradientText.PercentageHeading span {
  margin-right: 10px;
  font-size: 9.5vw;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .Welcome--Justcode .Header__Left div.GradientText.PercentageHeading span {
    font-size: 6vw;
  }
}
@media (max-width: 767.98px) {
  .Welcome--Justcode .Header__Left div.GradientText.PercentageHeading {
    font-size: 10vw;
  }
}
@media (min-width: 992px) {
  .Welcome--Justcode .Header__Left {
    border-left: 3px solid rgba(240, 242, 246, 0.3);
  }
}
.Welcome--Justcode .Header__Left p {
  color: #f0f2f6;
  max-width: 55%;
  font-size: 1.0253642742vw;
  font-style: normal;
  margin-bottom: 1.5rem;
  line-height: 1.456rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 0.99vw;
}
.Welcome--Justcode .Header__Left .Button_gradient {
  width: 55%;
  padding: 1.05rem 2rem;
  color: #f0f2f6;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(240, 140, 74, 0.9490196078431372) 0,
    rgba(238, 121, 85, 0.9490196078431372) 50%,
    #ff6308
  );
  border-radius: 7px;
  box-sizing: border-box;
  background-clip: padding-box;
  font-family: Roboto;
  margin-top: 1.5rem;
}
.Welcome--Justcode .Header__Left .Button_gradient:before {
  content: "";
  margin: -2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(145deg, #fff, #26315b);
}
.Welcome--Justcode .Header__Left .Button_gradient img {
  margin-right: 10px;
}
.Welcome--Justcode .Header__Left .Button_gradient_blue {
  width: 55%;
  padding: 1.05rem 2rem;
  color: #f0f2f6;
  cursor: pointer;
  border: 2px solid #f0f2f6;
  position: relative;
  background: linear-gradient(105.58deg, #344480 -39.82%, #26315b 135.34%);
  border-radius: 7px;
  box-sizing: border-box;
  background-clip: padding-box;
  margin-top: 1rem;
  font-family: Roboto;
}
.Welcome--Justcode .Header__Left .Button_gradient_blue:before {
  content: "";
  margin: -2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(145deg, #fff, #26315b);
}
.Welcome--Justcode .Header__Left .Button_gradient_blue img {
  margin-right: 10px;
}
.Welcome--Justcode .margin_horizontal {
  margin: 0 1rem;
}
.Welcome--Justcode .Header__Right {
  flex: 1 1;
  font-size: 1.0416666667vw !important;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
}
.Welcome--Justcode .Header__Right .SCORE__Table {
  min-width: 55%;
  max-width: 100%;
}
.Welcome--Justcode
  .Header__Right
  .SCORE__Table
  .Table__Values.Not__Selected__0 {
  color: rgba(240, 242, 246, 0.5);
}
.Welcome--Justcode
  .Header__Right
  .SCORE__Table
  .Table__Values.Not__Selected__1 {
  color: rgba(240, 242, 246, 0.3);
}
.Welcome--Justcode
  .Header__Right
  .SCORE__Table
  .Table__Values.Not__Selected__2 {
  color: rgba(240, 242, 246, 0.2);
}
.Welcome--Justcode .Header__Right tbody {
  max-height: 50vh;
}
.Welcome--Justcode .Header__Right .Table__Header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0 auto;
}
.Welcome--Justcode .Header__Right .Table__Header th {
  color: #f39f63;
}
.Welcome--Justcode .Header__Right .Table__Values {
  color: #f0f2f6;
  margin: 0.8rem auto;
  font-weight: 400;
  font-size: 1.0416666667vw !important;
}
.Welcome--Justcode .Header__Right .Table__Values .save {
  cursor: pointer;
}
.Welcome--Justcode .Header__Right .Table__Values .save-column {
  text-align: center;
}
.Welcome--Justcode .Header__Right .Table__Values .username__input {
  color: #f39f63;
  background: transparent;
  border: none;
  font-size: 1.0416666667vw !important;
  outline: none;
  font-weight: 400;
}
.Welcome--Justcode
  .Header__Right
  .Table__Values
  .username__input::-webkit-input-placeholder {
  color: #f39f63;
}
.Welcome--Justcode
  .Header__Right
  .Table__Values
  .username__input:-ms-input-placeholder {
  color: #f39f63;
}
.Welcome--Justcode .Header__Right .Table__Values .username__input::placeholder {
  color: #f39f63;
}
.Welcome--Justcode .Header__Right .Table__Values .username__input__finished {
  color: #f0f2f6;
  background: transparent;
  border: none;
  font-size: 1.0416666667vw !important;
  outline: none;
  font-weight: 400;
}
.Welcome--Justcode
  .Header__Right
  .Table__Values
  .username__input__finished::-webkit-input-placeholder {
  color: #f0f2f6;
}
.Welcome--Justcode
  .Header__Right
  .Table__Values
  .username__input__finished:-ms-input-placeholder {
  color: #f0f2f6;
}
.Welcome--Justcode
  .Header__Right
  .Table__Values
  .username__input__finished::placeholder {
  color: #f0f2f6;
}
.Welcome--Justcode .Header__Right .trophy-column {
  width: 0.8333333333vw;
  text-align: right;
}
.Welcome--Justcode .Header__Right .save-column {
  text-align: center;
  width: 1.6666666667vw;
}
.Welcome--Justcode .Header__Right .rank {
  text-align: right;
  padding: 1.3333333333vh 1.5625vw 1.3333333333vh 0;
  font-size: 1.0416666667vw !important;
  width: 1.6666666667vw;
  font-weight: 400;
  white-space: nowrap;
}
.Welcome--Justcode .Header__Right .player {
  text-align: left;
  font-size: 1.0416666667vw !important;
  font-weight: 400;
  width: 10rem;
}
.Welcome--Justcode .Header__Right .score {
  text-align: left;
  padding: 1.3333333333vh 0;
  font-size: 1.0416666667vw !important;
  width: 3.3333333333vw;
  font-weight: 400;
}
.Welcome--Justcode .Header__Right .Selected {
  color: #f39f63;
}
@-webkit-keyframes input-border-dance {
  0% {
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  }
  to {
    background-position: 100% 0, 0 100%, 0 0, 100% 100%;
  }
}
.Welcome--Justcode .Header__Right .Selected td {
  white-space: nowrap;
}
.Welcome--Justcode .Header__Right .Selected td:nth-child(2) {
  background: linear-gradient(90deg, #f0f2f6 50%, transparent 0),
    linear-gradient(90deg, #f0f2f6 50%, transparent 0),
    linear-gradient(0deg, #f0f2f6 50%, transparent 0);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 1.641025641vh 0.2083333333vw, 1.641025641vh 0.2083333333vw,
    0.4102564103vh 0.8333333333vw, 0.4102564103vh 0.8333333333vw;
  background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-animation: input-border-dance 2s linear infinite;
  animation: input-border-dance 2s linear infinite;
  white-space: nowrap;
  padding-left: 1rem;
}
.Welcome--Justcode .Header__Right .Selected td:nth-child(3) {
  background: linear-gradient(90deg, #f0f2f6 50%, transparent 0),
    linear-gradient(90deg, #f0f2f6 50%, transparent 0);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 1.641025641vh 0.2083333333vw, 1.641025641vh 0.2083333333vw,
    0.4102564103vh 0.8333333333vw, 0.4102564103vh 0.8333333333vw;
  background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  -webkit-animation: input-border-dance 8s linear infinite;
  animation: input-border-dance 8s linear infinite;
}
.Welcome--Justcode .Header__Right .Selected td:nth-child(4) {
  background: linear-gradient(90deg, #f0f2f6 50%, transparent 0),
    linear-gradient(90deg, #f0f2f6 50%, transparent 0),
    linear-gradient(0deg, #f0f2f6, transparent 0),
    linear-gradient(0deg, #f0f2f6 50%, transparent 0);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 1.641025641vh 0.2083333333vw, 1.641025641vh 0.2083333333vw,
    0.4102564103vh 0.8333333333vw, 0.4102564103vh 0.8333333333vw;
  background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-animation: input-border-dance 2s linear infinite;
  animation: input-border-dance 2s linear infinite;
}
.Welcome--Justcode .Header__Right .Selected td:last-child {
  background: transparent;
  -webkit-animation: none;
  animation: none;
}
.Welcome--Justcode .Header__Right:after {
  background-color: #00000;
  width: 50%;
}
.Welcome--Justcode.Selected--Table {
  position: relative;
  scroll-behavior: smooth;
  height: 100vh;
}
.Welcome--Justcode.Selected--Table section {
  min-height: 0;
}
.Welcome--Justcode.Selected--Table .section {
  background: linear-gradient(180deg, #020101, rgba(2, 1, 1, 0) 89.1%);
  mix-blend-mode: normal;
  box-shadow: none;
  padding: 0 !important;
}
.Welcome--Justcode.Selected--Table .Header_Section {
  width: 100%;
  margin: 0 auto;
  max-height: 70%;
  display: flex;
  justify-content: space-around;
  position: relative;
  flex-wrap: wrap;
  padding-top: 3.52vh;
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .Welcome--Justcode.Selected--Table .Header_Section {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.Welcome--Justcode.Selected--Table .Sub__Text {
  font-size: 1.667vw;
  font-weight: 400;
}
.Welcome--Justcode.Selected--Table .sep__line {
  width: 2px;
  height: 65vh;
  background-color: #f0f2f6;
  margin: auto 0;
}
.Welcome--Justcode.Selected--Table .Header__Left {
  flex: 1 1;
  z-index: 1;
  padding-left: 1.25em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.Welcome--Justcode.Selected--Table .Header__Left .slider {
  text-align: center;
  overflow: hidden;
}
.Welcome--Justcode.Selected--Table .Header__Left .slider[data-ride="carousel"] {
  margin: 0 !important;
  padding: 0 !important;
}
.Welcome--Justcode.Selected--Table .Header__Left .slides {
  display: flex;
  margin-top: 1rem;
}
.Welcome--Justcode.Selected--Table .Header__Left .slides div .SCORE__Table {
  width: 95%;
  margin-left: 20px !important;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values.Not__Selected__0 {
  color: rgba(240, 242, 246, 0.5);
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values.Not__Selected__1 {
  color: rgba(240, 242, 246, 0.3);
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values.Not__Selected__2 {
  color: rgba(240, 242, 246, 0.2);
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  tbody {
  max-height: 50vh;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0 auto;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Header
  th {
  color: #f39f63;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values {
  color: #f0f2f6;
  margin: 0.8rem auto;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .save {
  cursor: pointer;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input {
  color: #f39f63;
  background: transparent;
  border: none;
  font-size: 1.0416666667vw !important;
  outline: none;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input::-webkit-input-placeholder {
  color: #f39f63;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input:-ms-input-placeholder {
  color: #f39f63;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input::placeholder {
  color: #f39f63;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input__finished {
  color: #f0f2f6;
  background: transparent;
  border: none;
  font-size: 1.0416666667vw !important;
  outline: none;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input__finished::-webkit-input-placeholder {
  color: #f0f2f6;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input__finished:-ms-input-placeholder {
  color: #f0f2f6;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Table__Values
  .username__input__finished::placeholder {
  color: #f0f2f6;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .rank {
  text-align: right;
  padding: 13px 0;
  font-size: 1.0416666667vw !important;
  white-space: nowrap;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .player {
  text-align: left;
  padding-left: 10px;
  font-size: 1.0416666667vw !important;
  width: 0;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .score {
  text-align: left;
  padding: 13px 0;
  font-size: 1.0416666667vw !important;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Selected {
  border-left: 3px dashed #f0f2f6;
  border-right: 3px dashed #f0f2f6;
  border-color: #f0f2f6 transparent;
  border-style: dashed solid;
  border-width: 3px;
  color: #f39f63;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Selected
  td {
  white-space: nowrap;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Selected
  td:first-child {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Selected
  td:nth-child(2) {
  border-left: 4px dashed #f0f2f6;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Selected
  td:nth-child(4) {
  border-right: 4px dashed #f0f2f6;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides
  div
  .SCORE__Table
  .Selected
  td:last-child {
  padding-left: 1.5rem;
  border: 3px solid transparent;
}
.Welcome--Justcode.Selected--Table .Header__Left .slides::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}
.Welcome--Justcode.Selected--Table
  .Header__Left
  .slides::-webkit-scrollbar-track {
  background: transparent;
}
.Welcome--Justcode.Selected--Table .Header__Left .slides > div {
  width: 100%;
  scroll-snap-align: start;
  flex-shrink: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.Welcome--Justcode.Selected--Table .Header__Left .slider > a {
  display: inline-flex;
  width: 0.8rem;
  height: 0.8rem;
  background: #fff;
  color: #000;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1.5px solid grey;
  margin: 0.45rem 0.5rem;
  position: relative;
}
.Welcome--Justcode.Selected--Table .Header__Left .slider > a:active {
  border-radius: 50%;
  border: 2px solid grey;
}
.Welcome--Justcode.Selected--Table .Header__Left .slider > a:focus {
  background: #000;
}
.Welcome--Justcode.Selected--Table .Header__Left h1 {
  font-size: 14vmax;
  font-weight: 900;
  line-height: 90%;
  margin-bottom: 0;
}
.Welcome--Justcode.Selected--Table .Header__Left h1 span {
  margin-right: 10px;
  font-size: 9.5vmax;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .Welcome--Justcode.Selected--Table .Header__Left h1 span {
    font-size: 6vmax;
  }
}
@media (max-width: 767.98px) {
  .Welcome--Justcode.Selected--Table .Header__Left h1 {
    font-size: 10vmax;
  }
}
@media (min-width: 992px) {
  .Welcome--Justcode.Selected--Table .Header__Left {
    border-left: 3px solid rgba(240, 242, 246, 0.3);
  }
}
.Welcome--Justcode.Selected--Table .Header__Left p {
  color: #f0f2f6;
  max-width: 55%;
  font-size: 0.875vw;
  font-style: normal;
  margin-bottom: 1.5rem;
  line-height: 1.456rem;
  font-family: Roboto;
  font-weight: 400;
}
.Welcome--Justcode.Selected--Table .Header__Left .Button_gradient {
  width: 55%;
  padding: 1.05rem 2rem;
  color: #f0f2f6;
  cursor: pointer;
  border: 2px solid #f0f2f6;
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(240, 140, 74, 0.9490196078431372) 0,
    rgba(238, 121, 85, 0.9490196078431372) 50%,
    #ff6308
  );
  border-radius: 7px;
  box-sizing: border-box;
  background-clip: padding-box;
  font-family: Roboto;
}
.Welcome--Justcode.Selected--Table .Header__Left .Button_gradient:before {
  content: "";
  margin: -2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(145deg, #fff, #26315b);
}
.Welcome--Justcode.Selected--Table .Header__Left .Button_gradient img {
  margin-right: 10px;
}
.Welcome--Justcode.Selected--Table .Header__Left .Button_gradient_blue {
  width: 55%;
  padding: 1.05rem 2rem;
  color: #f0f2f6;
  cursor: pointer;
  border: 2px solid #f0f2f6;
  position: relative;
  background: linear-gradient(105.58deg, #344480 -39.82%, #26315b 135.34%);
  border-radius: 7px;
  box-sizing: border-box;
  background-clip: padding-box;
  margin-top: 1rem;
  font-family: Roboto;
}
.Welcome--Justcode.Selected--Table .Header__Left .Button_gradient_blue:before {
  content: "";
  margin: -2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(145deg, #fff, #26315b);
}
.Welcome--Justcode.Selected--Table .Header__Left .Button_gradient_blue img {
  margin-right: 10px;
}
.Welcome--Justcode.Selected--Table .margin_horizontal {
  margin: 0 1rem;
}
.Welcome--Justcode.Selected--Table .Header__Right {
  flex: 1 1;
  font-size: 1.0416666667vw !important;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 0;
}
.Welcome--Justcode.Selected--Table .Header__Right .SCORE__Table {
  min-width: 55%;
  max-width: 100%;
}
.Welcome--Justcode.Selected--Table
  .Header__Right
  .SCORE__Table
  .Table__Values.Not__Selected__0 {
  color: rgba(240, 242, 246, 0.5);
}
.Welcome--Justcode.Selected--Table
  .Header__Right
  .SCORE__Table
  .Table__Values.Not__Selected__1 {
  color: rgba(240, 242, 246, 0.3);
}
.Welcome--Justcode.Selected--Table
  .Header__Right
  .SCORE__Table
  .Table__Values.Not__Selected__2 {
  color: rgba(240, 242, 246, 0.2);
}
.Welcome--Justcode.Selected--Table .Header__Right tbody {
  max-height: 50vh;
}
.Welcome--Justcode.Selected--Table .Header__Right .Table__Header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin: 0 auto;
}
.Welcome--Justcode.Selected--Table .Header__Right .Table__Header th {
  color: #f39f63;
}
.Welcome--Justcode.Selected--Table .Header__Right .Table__Values {
  color: #f0f2f6;
  margin: 0.8rem auto;
  font-weight: 400;
  font-size: 1.0416666667vw !important;
}
.Welcome--Justcode.Selected--Table .Header__Right .Table__Values .save {
  cursor: pointer;
}
.Welcome--Justcode.Selected--Table .Header__Right .Table__Values .save-column {
  text-align: center;
}
.Welcome--Justcode.Selected--Table
  .Header__Right
  .Table__Values
  .username__input {
  color: #f39f63;
  background: transparent;
  border: none;
  font-size: 1.0416666667vw !important;
  outline: none;
  font-weight: 400;
}
.Welcome--Justcode.Selected--Table
  .Header__Right
  .Table__Values
  .username__input::-webkit-input-placeholder {
  color: #f39f63;
}
.Welcome--Justcode.Selected--Table
  .Header__Right
  .Table__Values
  .username__input:-ms-input-placeholder {
  color: #f39f63;
}
.Welcome--Justcode.Selected--Table
  .Header__Right
  .Table__Values
  .username__input::placeholder {
  color: #f39f63;
}
.Welcome--Justcode.Selected--Table .Header__Right .trophy-column {
  width: 1rem;
  text-align: right;
}
.Welcome--Justcode.Selected--Table .Header__Right .save-column {
  text-align: center;
  width: 4rem;
}
.Welcome--Justcode.Selected--Table .Header__Right .rank {
  text-align: right;
  padding: 13px 30px 13px 0;
  font-size: 1.0416666667vw !important;
  width: 4rem;
  font-weight: 400;
  white-space: nowrap;
}
.Welcome--Justcode.Selected--Table .Header__Right .player,
.Welcome--Justcode.Selected--Table .Header__Right .score {
  text-align: left;
  font-size: 1.0416666667vw !important;
  font-weight: 400;
  width: 6rem;
}
.Welcome--Justcode.Selected--Table .Header__Right .score {
  padding: 13px 0;
}
.Welcome--Justcode.Selected--Table .Header__Right .Selected {
  color: #f39f63;
}
@keyframes input-border-dance {
  0% {
    background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  }
  to {
    background-position: 100% 0, 0 100%, 0 0, 100% 100%;
  }
}
.Welcome--Justcode.Selected--Table .Header__Right .Selected td {
  white-space: nowrap;
}
.Welcome--Justcode.Selected--Table .Header__Right .Selected td:nth-child(2) {
  background: linear-gradient(90deg, #f0f2f6 50%, transparent 0),
    linear-gradient(90deg, #f0f2f6 50%, transparent 0),
    linear-gradient(0deg, #f0f2f6 50%, transparent 0);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 16px 1.5px, 16px 1.5px, 1.5px 16px, 1.5px 16px;
  background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-animation: input-border-dance 2s linear infinite;
  animation: input-border-dance 2s linear infinite;
  white-space: nowrap;
}
.Welcome--Justcode.Selected--Table .Header__Right .Selected td:nth-child(3) {
  background: linear-gradient(90deg, #f0f2f6 50%, transparent 0),
    linear-gradient(90deg, #f0f2f6 50%, transparent 0);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 16px 1.5px, 16px 1.5px, 1.5px 16px, 1.5px 16px;
  background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  -webkit-animation: input-border-dance 8s linear infinite;
  animation: input-border-dance 8s linear infinite;
}
.Welcome--Justcode.Selected--Table .Header__Right .Selected td:nth-child(4) {
  background: linear-gradient(90deg, #f0f2f6 50%, transparent 0),
    linear-gradient(90deg, #f0f2f6 50%, transparent 0),
    linear-gradient(0deg, #f0f2f6, transparent 0),
    linear-gradient(0deg, #f0f2f6 50%, transparent 0);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 16px 1.5px, 16px 1.5px, 1.5px 16px, 1.5px 16px;
  background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-animation: input-border-dance 2s linear infinite;
  animation: input-border-dance 2s linear infinite;
}
.Welcome--Justcode.Selected--Table .Header__Right .Selected td:last-child {
  background: transparent;
  -webkit-animation: none;
  animation: none;
}
.Welcome--Justcode.Selected--Table .Header__Right:after {
  background-color: #000000;
  width: 50%;
}
.ScrollBelow_Button_Section.Selected {
  width: 10vw;
  margin-top: 7.5vh;
}
@media screen and (max-width: 1600px) {
  .ScrollBelow_Button_Section.Selected {
    margin-top: 5vh;
  }
}
@media screen and (max-width: 1536px) {
  .ScrollBelow_Button_Section.Selected {
    margin-top: 4vh;
  }
}
@media screen and (max-width: 1366px) {
  .ScrollBelow_Button_Section.Selected {
    margin-top: -2vh;
  }
}
@media screen and (max-width: 1280px) {
  .ScrollBelow_Button_Section.Selected {
    margin-top: 0;
  }
}
.ScrollBelow_Button_Section.Selected .ScrollBelow_Button {
  color: #f0f2f6;
  text-align: center;
  font-size: 2vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
@media screen and (max-width: 1536px) {
  .ScrollBelow_Button_Section.Selected .ScrollBelow_Button {
    font-size: 1.4vw;
  }
}
.ScrollBelow_Button_Section.Selected .ScrollBelow_Button .scroll_below {
  width: 40px;
  margin: 0 auto;
  -webkit-animation: down_animation 1.5s linear 0s infinite normal none;
  animation: down_animation 1.5s linear 0s infinite normal none;
}
@-webkit-keyframes down_animation {
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .ScrollBelow_Button_Section.Selected .ScrollBelow_Button {
    bottom: -24px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.ScrollBelow_Button_Section {
  width: 10vw;
  margin-top: 12vh;
}
@media screen and (max-width: 1600px) {
  .ScrollBelow_Button_Section {
    margin-top: 10.5vh;
  }
}
@media screen and (max-width: 1536px) {
  .ScrollBelow_Button_Section {
    margin-top: 12.5vh;
  }
}
@media screen and (max-width: 1366px) {
  .ScrollBelow_Button_Section {
    margin-top: 12.5vh;
  }
}
@media screen and (max-width: 1280px) {
  .ScrollBelow_Button_Section {
    margin-top: 12.5vh;
  }
}
@media screen and (max-width: 1228px) and (max-height: 615px) {
  .ScrollBelow_Button_Section {
    margin-top: 17vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1600px) {
  .ScrollBelow_Button_Section {
    margin-top: 18.5vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1536px) {
  .ScrollBelow_Button_Section {
    margin-top: 20.5vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1366px) {
  .ScrollBelow_Button_Section {
    margin-top: 20.5vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1280px) {
  .ScrollBelow_Button_Section {
    margin-top: 20.5vh;
  }
}
.ScrollBelow_Button_Section .ScrollBelow_Button {
  color: #f0f2f6;
  text-align: center;
  font-size: 2vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
@media screen and (max-width: 1536px) {
  .ScrollBelow_Button_Section .ScrollBelow_Button {
    font-size: 1.4vw;
  }
}
.ScrollBelow_Button_Section .ScrollBelow_Button .scroll_below {
  width: 40px;
  margin: 0 auto;
  -webkit-animation: down_animation 1.5s linear 0s infinite normal none;
  animation: down_animation 1.5s linear 0s infinite normal none;
}
@keyframes down_animation {
  50% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .ScrollBelow_Button_Section .ScrollBelow_Button {
    bottom: -24px;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.card_container {
  display: flex;
  flex-direction: column;
}
.Second__Section {
  width: 100%;
  height: 100%;
  margin: 5vh auto;
  position: relative;
  scroll-margin-top: 70px;
}
@media screen and (max-width: 1600px) and (min-height: 1200px) {
  .Second__Section {
    top: 5vh;
  }
}
.Second_Section_Container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  left: 10vw;
}
@media screen and (min-width: 2560px) and (min-height: 1440px) {
  .Second_Section_Container {
    left: 18vw;
  }
}
@media screen and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .Second_Section_Container {
    left: 18vw;
  }
}
@media screen and (max-width: 2420px) and (max-height: 1377px) {
  .Second_Section_Container {
    top: 3vh;
  }
}
@media screen and (max-width: 1536px) {
  .Second_Section_Container {
    left: 3vw;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1536px) {
  .Second_Section_Container {
    top: 6vw;
  }
}
.Second__Left__Section {
  position: relative;
  top: 4rem;
}
.Second__Left__Section img {
  width: 80%;
}
.Second__Middle__Section {
  position: absolute;
  top: 13vh;
  left: 3vw;
}
@media screen and (min-width: 2560px) and (min-height: 1600px) {
  .Second__Middle__Section {
    top: 10vh;
    left: 0;
  }
}
@media screen and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .Second__Middle__Section {
    left: 0;
  }
}
@media screen and (max-width: 2471px) and (max-height: 1264px) {
  .Second__Middle__Section {
    left: 10vw;
  }
}
@media screen and (max-width: 2420px) and (max-height: 1377px) {
  .Second__Middle__Section {
    left: 15vw;
  }
}
@media screen and (max-width: 2317px) and (max-height: 1185px) {
  .Second__Middle__Section {
    left: 10vw;
  }
}
@media screen and (max-width: 2048px) and (min-height: 1536px) {
  .Second__Middle__Section {
    top: 11vh;
    left: 0;
  }
}
@media screen and (max-width: 1793px) and (max-height: 1020px) {
  .Second__Middle__Section {
    left: 6vw;
  }
}
@media screen and (max-width: 1704px) and (max-height: 854px) {
  .Second__Middle__Section {
    left: 3vw;
  }
}
@media screen and (max-width: 1613px) and (max-height: 918px) {
  .Second__Middle__Section {
    left: 3vw;
  }
}
@media screen and (max-width: 1600px) and (min-height: 1200px) {
  .Second__Middle__Section {
    left: 0;
  }
}
@media screen and (max-width: 1533px) and (max-height: 768px) {
  .Second__Middle__Section {
    left: 4vw;
  }
}
@media screen and (max-width: 1440px) {
  .Second__Middle__Section {
    top: 18vh;
    left: 4vw;
  }
}
@media screen and (max-width: 1280px) {
  .Second__Middle__Section {
    top: 18vh;
    left: 19vw;
  }
}
@media screen and (max-width: 1228px) and (max-height: 615px) {
  .Second__Middle__Section {
    left: 15vw;
  }
}
.Second__Middle__Section img {
  width: 100%;
}
@media screen and (min-width: 2560px) and (min-height: 1600px) {
  .Second__Middle__Section img {
    width: 120%;
  }
}
@media screen and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .Second__Middle__Section img {
    width: 120%;
  }
}
@media screen and (min-width: 2048px) and (max-width: 2559px) and (min-height: 1536px) {
  .Second__Middle__Section img {
    width: 120%;
  }
}
.mike_flip_1 {
  left: -119px;
  bottom: 45px;
}
.mike,
.mike_flip_1,
.mike_flip_2 {
  position: absolute;
}
.mike {
  right: -124px;
  bottom: 67px;
}
.Second__Right__Section {
  position: relative;
  flex: 1 1;
  display: flex;
  z-index: 3;
  left: 8vw;
}
@media screen and (min-width: 2560px) and (min-height: 1440px) and (max-height: 1599px) {
  .Second__Right__Section {
    left: 5vw;
  }
}
@media screen and (max-width: 2471px) and (max-height: 1264px) {
  .Second__Right__Section {
    left: 16vw;
  }
}
@media screen and (max-width: 2420px) and (max-height: 1377px) {
  .Second__Right__Section {
    left: 18vw;
  }
}
@media screen and (max-width: 2317px) and (max-height: 1185px) {
  .Second__Right__Section {
    left: 16vw;
  }
}
@media screen and (max-width: 1793px) and (max-height: 1020px) {
  .Second__Right__Section {
    left: 9vw;
  }
}
@media screen and (max-width: 1704px) and (max-height: 854px) {
  .Second__Right__Section {
    left: 6vw;
  }
}
@media screen and (max-width: 1613px) and (max-height: 918px) {
  .Second__Right__Section {
    left: 7vw;
  }
}
@media screen and (max-width: 1600px) and (min-height: 1200px) {
  .Second__Right__Section {
    left: 3vw;
  }
}
@media screen and (max-width: 1533px) and (max-height: 768px) {
  .Second__Right__Section {
    left: 8vw;
  }
}
@media screen and (max-width: 1280px) {
  .Second__Right__Section {
    left: 0;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (min-width: 2560px) and (min-height: 1440px) and (max-height: 1599px) {
  .Second__Right__Section {
    left: 8vw;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1600px) and (min-height: 1200px) {
  .Second__Right__Section {
    left: 6vw;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1280px) {
  .Second__Right__Section {
    left: 3vw;
  }
}
.Second__Right__Section .Second__Right__Section_Rectangle {
  background: linear-gradient(90deg, #ef5d4f, transparent 0),
    linear-gradient(90deg, #ef5d4f 50%, transparent 0),
    linear-gradient(0deg, #ef5d4f 50%, transparent 0);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 16px 4px, 16px 4px, 4px 16px;
  border-radius: 5px;
  padding: 10px;
  height: auto;
  width: 60%;
  position: absolute;
  top: 10%;
  left: -15%;
}
@-webkit-keyframes border-dance-1 {
  to {
    background-position: 0 0, -100% 0, 0 100%;
  }
}
.Second__Right__Section .Second__Right__Section_Alice_Image {
  margin-right: 1rem;
}
.Second__Right__Section .alice-image {
  height: 16.737vh;
  width: auto;
  margin-top: 38vh;
  margin-left: 3.333vw;
}
@media screen and (min-width: 2560px) and (min-height: 1600px) {
  .Second__Right__Section .alice-image {
    margin-top: 17vh;
  }
}
@media screen and (min-width: 2560px) and (min-height: 1440px) and (max-height: 1599px) {
  .Second__Right__Section .alice-image {
    margin-top: 19vh;
  }
}
@media screen and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .Second__Right__Section .alice-image {
    margin-top: 27vh;
  }
}
@media screen and (min-width: 2421px) and (max-width: 2471px) and (max-height: 1264px) {
  .Second__Right__Section .alice-image {
    margin-top: 27vh !important;
  }
}
@media screen and (min-width: 2350px) and (max-width: 2420px) and (max-height: 1377px) {
  .Second__Right__Section .alice-image {
    margin-top: 25vh !important;
  }
}
@media screen and (max-width: 2300px) and (max-height: 1152px) {
  .Second__Right__Section .alice-image {
    margin-top: 26vh;
  }
}
@media screen and (max-width: 2059px) and (max-height: 1054px) {
  .Second__Right__Section .alice-image {
    margin-top: 29vh !important;
  }
}
@media screen and (max-width: 2048px) and (min-height: 1536px) {
  .Second__Right__Section .alice-image {
    margin-top: 17vh;
  }
}
@media screen and (max-width: 2044px) and (max-height: 1024px) {
  .Second__Right__Section .alice-image {
    margin-top: 32vh !important;
  }
}
@media screen and (max-width: 2048px) and (min-height: 1152px) and (max-height: 1535px) {
  .Second__Right__Section .alice-image {
    margin-top: 26vh;
  }
}
@media screen and (max-width: 2017px) and (max-height: 1148px) {
  .Second__Right__Section .alice-image {
    margin-top: 29vh;
  }
}
@media screen and (max-width: 1920px) and (min-height: 1200px) {
  .Second__Right__Section .alice-image {
    margin-top: 26vh;
  }
}
@media screen and (max-width: 1917px) and (max-height: 969px) {
  .Second__Right__Section .alice-image {
    margin-top: 37vh !important;
  }
}
@media screen and (max-width: 1920px) and (min-height: 1080px) and (max-height: 1199px) {
  .Second__Right__Section .alice-image {
    margin-top: 30vh;
  }
}
@media screen and (max-width: 1853px) and (max-height: 948px) {
  .Second__Right__Section .alice-image {
    margin-top: 33vh !important;
  }
}
@media screen and (max-width: 1685px) and (max-height: 862px) {
  .Second__Right__Section .alice-image {
    margin-top: 38vh !important;
  }
}
@media screen and (min-width: 1700px) and (max-width: 1793px) and (max-height: 1020px) {
  .Second__Right__Section .alice-image {
    margin-top: 30vh !important;
  }
}
@media screen and (max-width: 1680px) and (min-height: 1050px) {
  .Second__Right__Section .alice-image {
    margin-top: 31vh;
  }
}
@media screen and (max-width: 1600px) and (min-height: 1200px) {
  .Second__Right__Section .alice-image {
    margin-top: 26vh;
  }
}
@media screen and (max-width: 1533px) and (max-height: 768px) {
  .Second__Right__Section .alice-image {
    margin-top: 42vh !important;
  }
}
@media screen and (max-width: 1467px) and (max-height: 835px) {
  .Second__Right__Section .alice-image {
    margin-top: 40vh !important;
  }
}
@media screen and (max-width: 1394px) and (max-height: 699px) {
  .Second__Right__Section .alice-image {
    margin-top: 46vh !important;
  }
}
@media screen and (max-width: 1228px) and (max-height: 615px) {
  .Second__Right__Section .alice-image {
    margin-top: 48vh !important;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1535px) {
  .Second__Right__Section .alice-image {
    margin-top: 34vh;
  }
}
@media screen and (max-width: 1439px) {
  .Second__Right__Section .alice-image {
    margin-top: 36vh;
  }
}
@media screen and (min-width: 1680px) and (max-width: 1704px) and (max-height: 854px) {
  .Second__Right__Section .alice-image {
    margin-top: 38vh !important;
  }
}
@media (-webkit-device-pixel-ratio: 0.9) {
  .Second__Right__Section .alice-image {
    margin-top: 30vh;
  }
}
@media (-webkit-device-pixel-ratio: 0.8) {
  .Second__Right__Section .alice-image {
    margin-top: 29vh;
  }
}
@media (-webkit-device-pixel-ratio: 0.75) {
  .Second__Right__Section .alice-image {
    margin-top: 29vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (min-width: 2560px) and (min-height: 1600px) {
  .Second__Right__Section .alice-image {
    margin-top: 28vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (min-width: 2560px) and (min-height: 1440px) and (max-height: 1599px) {
  .Second__Right__Section .alice-image {
    margin-top: 30vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .Second__Right__Section .alice-image {
    margin-top: 38vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 2048px) and (min-height: 1536px) {
  .Second__Right__Section .alice-image {
    margin-top: 28vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 2048px) and (min-height: 1152px) and (max-height: 1535px) {
  .Second__Right__Section .alice-image {
    margin-top: 37vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1920px) and (min-height: 1200px) {
  .Second__Right__Section .alice-image {
    margin-top: 37vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1920px) and (min-height: 1080px) and (max-height: 1199px) {
  .Second__Right__Section .alice-image {
    margin-top: 41vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1680px) and (min-height: 1050px) {
  .Second__Right__Section .alice-image {
    margin-top: 42vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1600px) and (min-height: 1200px) {
  .Second__Right__Section .alice-image {
    margin-top: 37vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (min-width: 1440px) and (max-width: 1535px) {
  .Second__Right__Section .alice-image {
    margin-top: 45vh !important;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1439px) {
  .Second__Right__Section .alice-image {
    margin-top: 47vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (min-width: 2560px) and (min-height: 1600px) {
  .Second__Right__Section .alice-image {
    margin-top: 28vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (min-width: 2560px) and (min-height: 1440px) and (max-height: 1599px) {
  .Second__Right__Section .alice-image {
    margin-top: 30vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .Second__Right__Section .alice-image {
    margin-top: 38vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 2048px) and (min-height: 1536px) {
  .Second__Right__Section .alice-image {
    margin-top: 28vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 2048px) and (min-height: 1152px) and (max-height: 1535px) {
  .Second__Right__Section .alice-image {
    margin-top: 37vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1920px) and (min-height: 1200px) {
  .Second__Right__Section .alice-image {
    margin-top: 37vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1920px) and (min-height: 1080px) and (max-height: 1199px) {
  .Second__Right__Section .alice-image {
    margin-top: 41vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1680px) and (min-height: 1050px) {
  .Second__Right__Section .alice-image {
    margin-top: 42vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1600px) and (min-height: 1200px) {
  .Second__Right__Section .alice-image {
    margin-top: 37vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (min-width: 1440px) and (max-width: 1535px) {
  .Second__Right__Section .alice-image {
    margin-top: 45vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1439px) {
  .Second__Right__Section .alice-image {
    margin-top: 47vh;
  }
}
.Second__Right__Section .Third__Left__Section_Rectangle {
  height: 90%;
  width: 120%;
  background: linear-gradient(90deg, #ef5d4f 50%, transparent 0),
    linear-gradient(90deg, transparent 100%, transparent 0),
    linear-gradient(0deg, #ef5d4f 50%, transparent 0),
    linear-gradient(0deg, transparent 100%, transparent 0);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
  background-position: 0 0, 100% 100%, 0 -100%, 100% 0;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  right: 99%;
  top: 99%;
}
@-webkit-keyframes border-dance-2 {
  to {
    background-position: -100% 0, -100% 100%, 0 100%, 100% 100%;
  }
}
@keyframes border-dance-2 {
  to {
    background-position: -100% 0, -100% 100%, 0 100%, 100% 100%;
  }
}
.Second__Right__Section .card_container {
  width: 30rem;
  height: 30rem;
  position: relative;
  padding: 2rem;
  box-sizing: border-box;
  color: #f0f2f6;
  background: #26315b;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 1em;
}
@media screen and (max-width: 2420px) and (max-height: 1377px) {
  .Second__Right__Section .card_container {
    width: 33rem !important;
    height: 33rem !important;
  }
}
@media screen and (max-width: 2300px) and (max-height: 1152px) {
  .Second__Right__Section .card_container {
    width: 33rem !important;
    height: 33rem !important;
  }
}
@media screen and (max-width: 2059px) and (max-height: 1054px) {
  .Second__Right__Section .card_container {
    width: 30rem !important;
    height: 30rem !important;
  }
}
@media screen and (max-width: 2044px) and (max-height: 1024px) {
  .Second__Right__Section .card_container {
    width: 30rem !important;
    height: 30rem !important;
  }
}
@media screen and (max-width: 1920px) and (min-height: 1080px) {
  .Second__Right__Section .card_container {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 1917px) and (max-height: 960px) {
  .Second__Right__Section .card_container {
    width: 30rem !important;
    height: 30rem !important;
  }
}
@media screen and (max-width: 1680px) and (min-height: 1050px) {
  .Second__Right__Section .card_container {
    width: 29.5rem;
    height: 29.5rem;
  }
}
@media screen and (max-width: 1600px) and (min-height: 1200px) {
  .Second__Right__Section .card_container {
    width: 29.5rem;
    height: 29.5rem;
  }
}
@media screen and (max-width: 1483px) and (max-height: 759px) {
  .Second__Right__Section .card_container {
    width: 30rem;
    height: auto;
    padding: 2em 3em;
  }
}
@media screen and (max-width: 1440px) {
  .Second__Right__Section .card_container {
    width: 28rem;
    height: 28rem;
  }
}
@media screen and (max-width: 1394px) and (max-height: 699px) {
  .Second__Right__Section .card_container {
    width: 30rem;
    height: 28rem;
  }
}
@media screen and (max-width: 1366px) {
  .Second__Right__Section .card_container {
    width: 26rem;
    height: 26rem;
  }
}
@media screen and (max-width: 1291px) and (max-height: 735px) {
  .Second__Right__Section .card_container {
    width: 26rem !important;
    height: 26rem !important;
  }
}
@media screen and (max-width: 1236px) and (max-height: 632px) {
  .Second__Right__Section .card_container {
    width: 26rem !important;
    height: 26rem !important;
  }
}
@media (-webkit-device-pixel-ratio: 0.75) {
  .Second__Right__Section .card_container {
    width: 33rem;
    height: 33rem;
  }
}
@media (-webkit-device-pixel-ratio: 0.8) {
  .Second__Right__Section .card_container {
    width: 33rem;
    height: 33rem;
  }
}
.Second__Right__Section .card_container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(145deg, #fff, #26315b);
}
.Second__Right__Section .card_container:after {
  content: "";
  position: absolute;
  left: -11px;
  bottom: 12%;
  z-index: 1;
  background: #26315b;
  width: 20px !important;
  border-top: 2px solid #9b9db2;
  border-right: 2px solid #9b9db2;
  height: 20px !important;
  -webkit-transform: rotate(226deg);
  transform: rotate(226deg);
}
.Second__Right__Section .card_container h1 {
  font-size: 2.271vw;
  font-weight: 600;
}
.Second__Right__Section .card_container a {
  text-decoration: underline;
}
.Second__Right__Section .card_container p {
  font-weight: 400;
  font-size: 1.0416666667vw !important;
  line-height: 1.813rem;
  margin: 2rem 0;
}
.Second__Right__Section .card_container button {
  margin-top: 3rem;
}
.Second__Right__Section.alice_group {
  opacity: 0;
  transition: opacity 1s ease;
}
.Second__Right__Section.alice_group.active {
  opacity: 1;
}
.Third__Section {
  width: 100%;
  height: 100%;
  margin: 32rem auto 0;
  position: relative;
  scroll-margin-top: 100px;
}
@media screen and (max-width: 2048px) and (min-height: 1536px) {
  .Third__Section {
    margin-top: 45rem;
  }
}
.Third_Section_Container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 2560px) and (min-height: 1600px) {
  .Third_Section_Container {
    top: 23vh;
  }
}
@media screen and (min-width: 2560px) and (min-height: 1440px) and (max-height: 1599px) {
  .Third_Section_Container {
    top: 16vh;
  }
}
.Third__Right__Section {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 2048px) and (min-height: 1536px) {
  .Third__Right__Section {
    margin-top: 9vh;
  }
}
@media screen and (max-width: 1600px) and (min-height: 1200px) {
  .Third__Right__Section {
    margin-top: 8vh;
  }
}
.Third__Right__Section img {
  width: 60%;
}
.Third__Left__Section {
  position: relative;
  flex: 1 1;
  display: flex;
  justify-content: center;
  top: 15rem;
  z-index: 3;
}
@media screen and (min-width: 2560px) and (min-height: 1440px) {
  .Third__Left__Section {
    left: 4rem;
    top: 0;
  }
}
@media (-webkit-device-pixel-ratio: 1.25) {
  .Third__Left__Section {
    top: 11rem;
    right: 2rem;
  }
}
@media (-webkit-device-pixel-ratio: 1.5) {
  .Third__Left__Section {
    top: 11rem;
    right: 2rem;
  }
}
.Third__Left__Section .alice-image {
  height: 16.737vh;
  width: auto;
  margin-top: 32vh;
  margin-left: 0.833vw;
}
@media screen and (min-width: 2560px) and (min-height: 1440px) {
  .Third__Left__Section .alice-image {
    margin-top: 20vh;
  }
}
@media screen and (max-width: 2471px) and (max-height: 1264px) {
  .Third__Left__Section .alice-image {
    margin-top: 26vh;
  }
}
@media screen and (max-width: 2420px) and (max-height: 1377px) {
  .Third__Left__Section .alice-image {
    margin-top: 25vh;
  }
}
@media screen and (max-width: 2317px) and (max-height: 1185px) {
  .Third__Left__Section .alice-image {
    margin-top: 28vh;
  }
}
@media screen and (max-width: 2048px) and (min-height: 1536px) {
  .Third__Left__Section .alice-image {
    margin-top: 18vh;
  }
}
@media screen and (max-width: 2048px) and (min-height: 1152px) and (max-height: 1535px) {
  .Third__Left__Section .alice-image {
    margin-top: 28vh;
  }
}
@media screen and (max-width: 2044px) and (max-height: 1024px) {
  .Third__Left__Section .alice-image {
    margin-top: 32vh;
  }
}
@media screen and (max-width: 1920px) and (min-height: 1200px) {
  .Third__Left__Section .alice-image {
    margin-top: 25vh;
  }
}
@media screen and (max-width: 1917px) and (max-height: 960px) {
  .Third__Left__Section .alice-image {
    margin-top: 37vh;
  }
}
@media screen and (max-width: 1920px) and (min-height: 1080px) and (max-height: 1199px) {
  .Third__Left__Section .alice-image {
    margin-top: 29vh;
  }
}
@media screen and (max-width: 1853px) and (max-height: 948px) {
  .Third__Left__Section .alice-image {
    margin-top: 33vh;
  }
}
@media screen and (max-width: 1685px) and (max-height: 862px) {
  .Third__Left__Section .alice-image {
    margin-top: 38vh;
  }
}
@media screen and (max-width: 1600px) and (min-height: 1200px) {
  .Third__Left__Section .alice-image {
    margin-top: 25vh;
  }
}
@media screen and (max-width: 1533px) and (max-height: 768px) {
  .Third__Left__Section .alice-image {
    margin-top: 42vh !important;
  }
}
@media screen and (max-width: 1483px) and (max-height: 759px) {
  .Third__Left__Section .alice-image {
    margin-top: 47vh !important;
  }
}
@media screen and (max-width: 1467px) and (max-height: 835px) {
  .Third__Left__Section .alice-image {
    margin-top: 40vh !important;
  }
}
@media screen and (max-width: 1394px) and (max-height: 699px) {
  .Third__Left__Section .alice-image {
    margin-top: 46vh !important;
  }
}
@media screen and (max-width: 1228px) and (max-height: 615px) {
  .Third__Left__Section .alice-image {
    margin-top: 48vh !important;
  }
}
@media screen and (min-width: 1680px) and (max-width: 1704px) and (max-height: 854px) {
  .Third__Left__Section .alice-image {
    margin-top: 38vh !important;
  }
}
@media screen and (max-width: 1536px) {
  .Third__Left__Section .alice-image {
    margin-top: 34vh;
  }
}
@media screen and (max-width: 1366px) {
  .Third__Left__Section .alice-image {
    margin-top: 35vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (min-width: 2560px) and (min-height: 1440px) {
  .Third__Left__Section .alice-image {
    margin-top: 25vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 2048px) and (min-height: 1536px) {
  .Third__Left__Section .alice-image {
    margin-top: 23vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 2048px) and (min-height: 1152px) and (max-height: 1535px) {
  .Third__Left__Section .alice-image {
    margin-top: 33vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1920px) and (min-height: 1200px) {
  .Third__Left__Section .alice-image {
    margin-top: 30vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1920px) and (min-height: 1080px) and (max-height: 1199px) {
  .Third__Left__Section .alice-image {
    margin-top: 34vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1600px) and (min-height: 1200px) {
  .Third__Left__Section .alice-image {
    margin-top: 30vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1536px) {
  .Third__Left__Section .alice-image {
    margin-top: 39vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1366px) {
  .Third__Left__Section .alice-image {
    margin-top: 40vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (min-width: 2560px) and (min-height: 1440px) {
  .Third__Left__Section .alice-image {
    margin-top: 34vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 2048px) and (min-height: 1536px) {
  .Third__Left__Section .alice-image {
    margin-top: 32vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 2048px) and (min-height: 1152px) and (max-height: 1535px) {
  .Third__Left__Section .alice-image {
    margin-top: 42vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1920px) and (min-height: 1200px) {
  .Third__Left__Section .alice-image {
    margin-top: 39vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1920px) and (min-height: 1080px) and (max-height: 1199px) {
  .Third__Left__Section .alice-image {
    margin-top: 43vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1600px) and (min-height: 1200px) {
  .Third__Left__Section .alice-image {
    margin-top: 39vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1536px) {
  .Third__Left__Section .alice-image {
    margin-top: 48vh;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1366px) {
  .Third__Left__Section .alice-image {
    margin-top: 49vh;
  }
}
.Third__Left__Section .card_container {
  width: 30rem;
  position: relative;
  padding: 2em 3em;
  box-sizing: border-box;
  color: #f0f2f6;
  background: #26315b;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 1em;
}
@media screen and (min-width: 2560px) and (min-height: 1440px) {
  .Third__Left__Section .card_container {
    width: 32rem;
    height: 32rem;
  }
}
@media screen and (max-width: 2471px) and (max-height: 1264px) {
  .Third__Left__Section .card_container {
    height: 33rem;
    width: 33rem;
  }
}
@media screen and (max-width: 2420px) and (max-height: 1377px) {
  .Third__Left__Section .card_container {
    height: 33rem;
    width: 33rem;
  }
}
@media screen and (max-width: 2317px) and (max-height: 1185px) {
  .Third__Left__Section .card_container {
    height: 33rem;
    width: 33rem;
  }
}
@media screen and (max-width: 2059px) and (max-height: 1054px) {
  .Third__Left__Section .card_container {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 2048px) and (min-height: 1536px) {
  .Third__Left__Section .card_container {
    height: 30rem;
  }
}
@media screen and (max-width: 2048px) and (min-height: 1152px) and (max-height: 1535px) {
  .Third__Left__Section .card_container {
    width: 31rem;
    height: 31rem;
  }
}
@media screen and (max-width: 1920px) and (min-height: 1080px) {
  .Third__Left__Section .card_container {
    width: 30rem;
    height: 30rem;
  }
}
@media screen and (max-width: 1680px) and (min-height: 1050px) {
  .Third__Left__Section .card_container {
    width: 29.5rem;
    height: 29.5rem;
  }
}
@media screen and (max-width: 1600px) and (min-height: 1200px) {
  .Third__Left__Section .card_container {
    width: 29.5rem;
    height: 29.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .Third__Left__Section .card_container {
    width: 28rem;
    height: 28rem;
  }
}
@media screen and (max-width: 1394px) and (max-height: 699px) {
  .Third__Left__Section .card_container {
    width: 30rem;
    height: 28rem;
  }
}
@media screen and (max-width: 1366px) {
  .Third__Left__Section .card_container {
    width: 26rem;
    height: 26rem;
  }
}
.Third__Left__Section .card_container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(145deg, #fff, #26315b);
}
.Third__Left__Section .card_container:after {
  content: "";
  position: absolute;
  right: -11px;
  bottom: 12%;
  z-index: 1;
  background: #26315b;
  width: 20px !important;
  border-top: 2px solid #474e73;
  border-right: 2px solid #474e73;
  height: 20px !important;
  -webkit-transform: rotate(46deg);
  transform: rotate(46deg);
}
.Third__Left__Section .card_container h1 {
  font-size: 2.271vw;
  font-weight: 600;
  line-height: 4rem;
}
.Third__Left__Section .card_container a {
  text-decoration: underline;
}
.Third__Left__Section .card_container p {
  font-weight: 400;
  font-size: 1.0416666667vw !important;
  line-height: 1.5rem;
  margin: 1rem 0;
}
.Third__Left__Section.alice_group {
  opacity: 0;
  transition: opacity 1s ease;
}
.Third__Left__Section.alice_group.active {
  opacity: 1;
}
.Third__Middle__Section {
  position: absolute;
  top: 40vh;
  left: 34vw;
  z-index: 1;
}
@media screen and (min-width: 2560px) and (min-height: 1440px) {
  .Third__Middle__Section {
    top: 12vh;
  }
}
@media screen and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .Third__Middle__Section {
    left: 31vw;
  }
}
@media screen and (max-width: 2048px) and (min-height: 1536px) {
  .Third__Middle__Section {
    top: 27vh;
    left: 30vw;
  }
}
@media screen and (max-width: 1920px) and (min-height: 1200px) {
  .Third__Middle__Section {
    top: 35vh;
  }
}
@media screen and (max-width: 1920px) and (min-height: 1080px) {
  .Third__Middle__Section {
    left: 33vw;
  }
}
@media screen and (max-width: 1680px) and (min-height: 1050px) {
  .Third__Middle__Section {
    top: 30vh;
  }
}
@media screen and (max-width: 1613px) and (max-height: 918px) {
  .Third__Middle__Section {
    top: 36vh;
  }
}
@media screen and (max-width: 1600px) and (min-height: 1200px) {
  .Third__Middle__Section {
    top: 34vh;
  }
}
.Third__Middle__Section img {
  width: 100%;
}
@media screen and (min-width: 2560px) and (min-height: 1440px) and (max-height: 1599px) {
  .Third__Middle__Section img {
    width: 120%;
  }
}
@media screen and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .Third__Middle__Section img {
    width: 120%;
  }
}
@media screen and (min-width: 2048px) and (max-width: 2559px) and (min-height: 1536px) {
  .Third__Middle__Section img {
    width: 120%;
  }
}
.upper_div_left_image {
  position: absolute;
  left: 25rem;
  top: 15rem;
}
@media screen and (min-width: 2560px) and (min-height: 1440px) {
  .upper_div_left_image {
    left: 35rem;
    top: 20rem;
  }
  .upper_div_left_image img {
    width: 80%;
  }
}
@media screen and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .upper_div_left_image {
    left: 35rem;
    top: 20rem;
  }
  .upper_div_left_image img {
    width: 80%;
  }
}
@media screen and (max-width: 2471px) and (max-height: 1264px) {
  .upper_div_left_image {
    left: 35rem;
    top: 23rem;
  }
}
@media screen and (max-width: 2420px) and (max-height: 1377px) {
  .upper_div_left_image {
    left: 35rem;
    top: 23rem;
  }
}
@media screen and (max-width: 2317px) and (max-height: 1185px) {
  .upper_div_left_image {
    left: 33rem;
    top: 20rem;
  }
}
@media screen and (max-width: 2151px) and (max-height: 1224px) {
  .upper_div_left_image {
    left: 28rem;
    top: 17rem;
  }
}
@media screen and (max-width: 2059px) and (max-height: 1054px) {
  .upper_div_left_image {
    left: 28rem;
    top: 17rem;
  }
}
@media screen and (max-width: 2017px) and (max-height: 1148px) {
  .upper_div_left_image {
    left: 25rem;
    top: 17rem;
  }
}
@media screen and (max-width: 1917px) and (max-height: 960px) {
  .upper_div_left_image {
    left: 26rem;
  }
}
@media screen and (max-width: 1853px) and (max-height: 948px) {
  .upper_div_left_image {
    left: 25rem;
    top: 15rem;
  }
}
@media screen and (max-width: 1793px) and (max-height: 1020px) {
  .upper_div_left_image {
    left: 21rem;
    top: 15rem;
  }
}
@media screen and (max-width: 1685px) and (max-height: 862px) {
  .upper_div_left_image {
    left: 17rem;
    top: 13rem;
  }
}
@media screen and (max-width: 1680px) and (min-height: 1050px) {
  .upper_div_left_image {
    left: 20rem;
  }
}
@media screen and (max-width: 1613px) and (max-height: 918px) {
  .upper_div_left_image {
    left: 19rem;
    top: 13rem;
  }
}
@media screen and (max-width: 1600px) {
  .upper_div_left_image {
    left: 15rem;
    top: 18rem;
  }
}
@media screen and (max-width: 1533px) and (max-height: 768px) {
  .upper_div_left_image {
    left: 9rem;
    top: 14rem;
  }
}
@media screen and (max-width: 1467px) and (max-height: 835px) {
  .upper_div_left_image {
    left: 12rem;
    top: 9rem;
  }
}
@media screen and (max-width: 1394px) and (max-height: 699px) {
  .upper_div_left_image {
    left: 9rem;
    top: 10rem;
  }
}
@media screen and (max-width: 1291px) and (max-height: 735px) {
  .upper_div_left_image {
    left: 9rem !important;
    top: 17rem !important;
  }
}
@media screen and (max-width: 1280px) {
  .upper_div_left_image {
    left: 12rem;
    top: 20rem;
  }
}
@media screen and (max-width: 1227px) and (max-height: 615px) {
  .upper_div_left_image {
    left: 12rem !important;
    top: 14rem !important;
  }
}
@media screen and (min-width: 1680px) and (max-width: 1704px) and (max-height: 854px) {
  .upper_div_left_image {
    left: 23rem;
    top: 15rem;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (min-width: 2560px) and (min-height: 1440px) {
  .upper_div_left_image {
    left: 35rem;
    top: 15rem;
  }
  .upper_div_left_image img {
    width: 80%;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .upper_div_left_image {
    left: 35rem;
    top: 15rem;
  }
  .upper_div_left_image img {
    width: 80%;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1680px) and (min-height: 1050px) {
  .upper_div_left_image {
    left: 20rem;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1600px) {
  .upper_div_left_image {
    left: 15rem;
    top: 23rem;
  }
  .upper_div_left_image img {
    width: 80%;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.5) and (max-width: 1280px) {
  .upper_div_left_image {
    left: 12rem;
    top: 13rem;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (min-width: 2560px) and (min-height: 1440px) {
  .upper_div_left_image {
    left: 35rem;
    top: 10rem;
  }
  .upper_div_left_image img {
    width: 80%;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (min-width: 2560px) and (min-height: 1080px) and (max-height: 1439px) {
  .upper_div_left_image {
    left: 35rem;
    top: 10rem;
  }
  .upper_div_left_image img {
    width: 80%;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1680px) and (min-height: 1050px) {
  .upper_div_left_image {
    left: 20rem;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1600px) {
  .upper_div_left_image {
    left: 15rem;
    top: 18rem;
  }
  .upper_div_left_image img {
    width: 80%;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1280px) {
  .upper_div_left_image {
    left: 12rem;
    top: 8rem;
  }
}
@media screen and (-webkit-device-pixel-ratio: 1.25) and (max-width: 1228px) {
  .upper_div_left_image {
    left: 12rem;
    top: 14rem;
  }
}
.upper_div_right_image {
  position: absolute;
  right: -17rem;
  top: 0;
}
.upper_div_right_image img {
  width: 40%;
  height: auto;
}
@media screen and (max-width: 1533px) and (max-height: 768px) {
  .upper_div_right_image {
    right: -25.5rem;
  }
}
@media screen and (max-width: 1228px) and (max-height: 615px) {
  .upper_div_right_image {
    right: -17rem;
  }
}
.Fourth__Section {
  width: 100%;
  height: 100%;
  margin-top: 18rem;
  margin-bottom: 12rem;
}
.Fourth_Section_Container {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.Fourth__Left__Section {
  flex: 1 1;
  display: flex;
  justify-content: start;
  align-items: flex-start;
}
.Fourth__Left__Section img {
  width: 28rem;
  position: relative;
  top: -35%;
}
.Fourth__Right__Section {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex: 1 1;
}
.Fourth__Right__Section .card_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  margin: auto;
  max-width: 22em;
  position: relative;
  padding: 8% 2em;
  box-sizing: border-box;
  color: #f0f2f6;
  background: #26315b;
  background-clip: padding-box;
  border: 2px solid transparent;
  border-radius: 1em;
}
.Fourth__Right__Section .card_container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: inherit;
  background: linear-gradient(145deg, #fff, #26315b);
}
.Fourth__Right__Section .card_container:after {
  content: "";
  position: absolute;
  left: -11px;
  bottom: 26%;
  z-index: 1;
  background: #26315b;
  width: 20px !important;
  border-top: 2px solid #9698d6;
  border-right: 2px solid #7e7f9e;
  height: 20px !important;
  -webkit-transform: rotate(226deg);
  transform: rotate(226deg);
}
.Fourth__Right__Section .card_container a {
  text-decoration: underline;
}
.Scroll_Top {
  color: #f0f2f6;
  text-align: center;
  font-size: 3vmin;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
}
.Scroll_Top .back_to_top {
  width: 40px;
  rotate: 180deg;
  margin: 1rem auto;
  -webkit-animation: up_animation 1.5s linear 0s infinite normal none;
  animation: up_animation 1.5s linear 0s infinite normal none;
}
@-webkit-keyframes up_animation {
  0% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes up_animation {
  0% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.What_is_Kontra {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 8rem;
  scroll-margin-top: 70px;
  position: relative;
}
.What_is_Kontra .upper_div {
  margin-bottom: 20rem;
  margin-top: 40rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1536px) {
  .What_is_Kontra .upper_div {
    margin-top: 45rem;
  }
}
@media screen and (max-width: 1533px) and (max-height: 768px) {
  .What_is_Kontra .upper_div {
    width: 84%;
  }
}
@media screen and (max-width: 1394px) and (max-height: 699px) {
  .What_is_Kontra .upper_div {
    width: 84%;
  }
}
@media screen and (max-width: 1228px) and (max-height: 615px) {
  .What_is_Kontra .upper_div {
    width: 100%;
  }
}
.What_is_Kontra .upper_div #about {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (-webkit-device-pixel-ratio: 1.5) {
  .What_is_Kontra .upper_div #about .upper_div_about .GradientText {
    margin-top: 20vh;
  }
}
.What_is_Kontra .upper_div .About_Us_upper_div_rectangle {
  background: linear-gradient(90deg, #ef5d4f, transparent 0),
    linear-gradient(90deg, #ef5d4f 50%, transparent 0),
    linear-gradient(0deg, #ef5d4f 50%, transparent 0);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 16px 4px, 16px 4px, 4px 16px;
  border-radius: 5px;
  padding: 10px;
  height: 17%;
  width: 9%;
  position: absolute;
  top: 41%;
  left: 22%;
}
@keyframes border-dance-1 {
  to {
    background-position: 0 0, -100% 0, 0 100%;
  }
}
.What_is_Kontra .upper_div .lower_div_rectangle {
  height: 35%;
  width: 35rem;
  background: linear-gradient(90deg, #ef5d4f 50%, transparent 0),
    linear-gradient(90deg, transparent 100%, transparent 0),
    linear-gradient(0deg, transparent 100%, transparent 0),
    linear-gradient(0deg, #ef5d4f 50%, transparent 0);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 16px 4px, 16px 4px, 4px 16px, 4px 16px;
  background-position: 0 0, 100% 100%, 0 100%, 100% 0;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  top: 99%;
  left: 6.5%;
}
@-webkit-keyframes border-dance-3 {
  to {
    background-position: 100% 0, -100% 100%, 0 100%, 100% 100%;
  }
}
@keyframes border-dance-3 {
  to {
    background-position: 100% 0, -100% 100%, 0 100%, 100% 100%;
  }
}
.What_is_Kontra .upper_div h1 {
  font-size: 3.7776578521vw;
  font-weight: 600;
  margin: 4rem auto;
  width: 70%;
}
.What_is_Kontra .upper_div p {
  margin: 2rem auto;
  width: 40%;
  font-size: 1.25vw;
  font-weight: 300;
  color: #f0f2f6 !important;
}
.What_is_Kontra .upper_div p:nth-child(3) {
  font-weight: 400;
}
.What_is_Kontra .upper_div a {
  text-decoration: underline;
}
.What_is_Kontra .upper_div .upper_div_clients {
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.What_is_Kontra .upper_div .upper_div_clients img {
  width: 120px;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
  margin: 1rem;
}
.What_is_Kontra .lower_div {
  z-index: 1;
  position: relative;
}
.What_is_Kontra .lower_div h1 {
  font-size: 2.1586616298vw;
  font-weight: 600;
  margin: 4rem auto;
}
.What_is_Kontra .lower_div .Button_gradient_static {
  width: 25rem;
  border-radius: 7px;
  cursor: pointer;
  border: 2px solid #f0f2f6;
  position: relative;
  background-clip: padding-box;
  box-sizing: border-box;
  font-family: Roboto;
}
@media screen and (max-width: 1366px) {
  .What_is_Kontra .lower_div .Button_gradient_static {
    width: 22rem;
  }
}
.What_is_Kontra .lower_div .Button_gradient_static_active {
  width: 25rem;
  border-radius: 7px;
  cursor: pointer;
  border: 2px solid #f0f2f6;
  position: relative;
  background-clip: padding-box;
  box-sizing: border-box;
  font-family: Roboto;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1366px) {
  .What_is_Kontra .lower_div .Button_gradient_static_active {
    width: 22rem;
  }
}
.What_is_Kontra .lower_div .Button_gradient_static_active_close {
  width: 25rem;
  border-radius: 7px;
  cursor: pointer;
  border: 2px solid #f0f2f6;
  position: relative;
  background-clip: padding-box;
  box-sizing: border-box;
  font-family: Roboto;
}
@media screen and (max-width: 1366px) {
  .What_is_Kontra .lower_div .Button_gradient_static_active_close {
    width: 22rem;
  }
}
.What_is_Kontra .lower_div .Button_gradient_blue_static {
  width: 60%;
  border-radius: 7px;
  cursor: pointer;
  border: 2px solid transparent;
  position: relative;
  background-clip: padding-box;
  box-sizing: border-box;
  font-family: Roboto;
}
.What_is_Kontra .lower_div .Button_gradient_blue_static:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: -2px;
  border-radius: inherit;
  z-index: -1;
  background: linear-gradient(145deg, #fff, #26315b);
}
.LearningItem {
  width: 16.25rem;
  margin: 1.25rem 2.5rem;
}
.LearningItem.LearningItem--Disabled {
  opacity: 0.6;
  pointer-events: none;
}
.LearningItem:hover .LearningItem__Content,
.LearningItem:hover .LearningItem__Footer {
  border-color: #f18157;
}
.LearningItem:hover h3 {
  color: #f18157;
}
.LearningItem .LearningItem__Content,
.LearningItem .LearningItem__Footer {
  border: 0.125rem solid #000;
  background-color: rgba(43, 106, 249, 0.07);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: border-color 0.1s ease;
}
.LearningItem .LearningItem__Content {
  position: relative;
  min-height: 16.9375rem;
  border-top: 0.3125rem solid #000;
  border-bottom: none;
}
.LearningItem .LearningItem__New {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
}
.LearningItem .LearningItem__Footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: none;
}
.LearningItem .LearningItem__Footer > a,
.LearningItem .LearningItem__Footer > button,
.LearningItem .LearningItem__Footer > span {
  flex: 1 1;
  padding: 0.625rem 0;
  text-align: center;
}
.LearningItem .LearningItem__Footer > a:hover svg,
.LearningItem .LearningItem__Footer > button:hover svg,
.LearningItem .LearningItem__Footer > span:hover svg {
  fill: #fff;
}
.LearningItem .LearningItem__Footer > a:not(:last-child),
.LearningItem .LearningItem__Footer > button:not(:last-child),
.LearningItem .LearningItem__Footer > span:not(:last-child) {
  border-right: 0.125rem solid rgba(0, 0, 0, 0.25);
}
.LearningItem .LearningItem__Footer > button {
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
}
.LearningItem .LearningItem__Footer > button svg {
  pointer-events: none;
}
.LearningItem h3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.3125rem;
  font-weight: 600;
  color: #FFFFFF;
  transition: color 0.1s ease;
}
@media (min-width: 768px) {
  .LearningItem h3 {
    height: 3.875rem;
  }
}
.LearningItem img {
  width: 100%;
  margin-bottom: 0.625rem;
}
.LearningItem svg {
  fill: #6274a6;
  transition: fill 0.1s ease;
}
.Twettersocialproof {
  display: flex;
  flex-direction: rows;
  justify-items: center;
}
@media (min-width: 992px) {
  .Twettersocialproof {
    min-height: 34rem;
  }
}
.Twettersocialproof .heading {
  margin-bottom: 2rem;
  font-weight: bolder;
}
.Twettersocialproof .heading span {
  color: #ef5d4f;
}
.Twettersocialproof .tweetscontainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 1.5rem;
  margin: auto auto 6rem;
  list-style: none;
  -ms-box-orient: horizontal;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  background: #0a0430;
  background-clip: padding-box;
  border: 0.4rem solid transparent;
  border-radius: 1rem;
}
.Twettersocialproof .tweetscontainer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -0.4rem;
  border-radius: inherit;
  background: linear-gradient(90deg, #ef5d4f, #000000);
}
@media (min-width: 992px) {
  .Twettersocialproof .tweetscontainer {
    max-width: 68rem;
  }
}
.Twettersocialproof .tweets {
  display: flex;
  flex-direction: column;
  height: 10rem;
  width: 19rem;
  background: #fff;
  padding: 0.8rem;
  margin: 1.2rem;
}
.Twettersocialproof .tweets .twite-heading {
  display: flexbox;
  align-items: center;
  height: 2.6rem;
}
.Twettersocialproof .tweets .profile-pic {
  display: flex;
  float: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
}
.Twettersocialproof .tweets .social-media-logo {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 1.3rem;
  width: 1.3rem;
}
.Twettersocialproof .tweets .user {
  float: left;
  margin-left: 0.5rem;
}
.Twettersocialproof .tweets .user h6 {
  color: #000;
  margin: auto;
}
.Twettersocialproof .tweets .user p {
  font-weight: 700;
  font-size: 0.7rem;
  color: #524f4f;
}
.Twettersocialproof .tweets .content {
  display: flexbox;
  flex-direction: column;
  color: #000;
  font-size: 0.7rem;
  margin-top: 0.4rem;
}
.Twettersocialproof .tweets .content p {
  justify-self: right;
  margin-top: 0.4rem;
  font-size: 0.5rem;
  font-weight: 700;
  color: #a9a9a9;
}
.Twettersocialproof .tweets .content span {
  color: #00bfff;
}
.Twettersocialproof .border {
  border-radius: 1rem;
}
body,
html {
  min-height: 100%;
  font-size: 16px;
  background-attachment: scroll;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  display: flex;
  flex-direction: column;
  font-family: Lato, sans-serif;
  color: #fff;
  background-color: #000000;
}
body::-webkit-scrollbar {
  width: 0.3125rem;
}
body::-webkit-scrollbar-track {
  display: none;
}
body::-webkit-scrollbar-thumb {
  opacity: 0.88;
  border-radius: 2.5px;
  background-color: #ef5d4f;
  box-shadow: 0 5px 3px 0 rgba(16, 20, 43, 0.14);
}
body[data-has-modal="true"] {
  overflow-y: hidden;
}
html.font-size-10 {
  font-size: 10px;
}
html.font-size-11 {
  font-size: 11px;
}
html.font-size-12 {
  font-size: 12px;
}
html.font-size-13 {
  font-size: 0.8125rem;
}
html.font-size-14 {
  font-size: 14px;
}
html.font-size-16 {
  font-size: 16px;
}
@media (min-width: 768px) {
  body:not(.Justcode--Main) {
    font-size: 16px;
  }
}
@media (max-height: 300px) {
  body:not(.Justcode--Main) {
    font-size: 10px;
  }
}
@media (min-height: 301px) and (max-height: 400px) {
  body:not(.Justcode--Main) {
    font-size: 10px;
  }
}
@media (max-height: 450px) {
  body:not(.Justcode--Main) {
    font-size: 10px;
  }
}
@media (min-height: 451px) and (max-height: 500px) {
  body:not(.Justcode--Main) {
    font-size: 11px;
  }
}
@media (min-height: 501px) and (max-height: 600px) {
  body:not(.Justcode--Main) {
    font-size: 12px;
  }
}
@media (min-height: 601px) and (max-height: 700px) {
  body:not(.Justcode--Main) {
    font-size: 13px;
  }
}
@media (min-height: 701px) and (max-height: 900px) {
  body:not(.Justcode--Main) {
    font-size: 14px;
  }
}
@media (min-height: 901px) {
  body:not(.Justcode--Main) {
    font-size: 16px;
  }
}
.hide {
  display: none;
}
.transparent::-webkit-scrollbar-thumb,
.transparent::-webkit-scrollbar-track {
  background-color: transparent;
}
main {
  flex: 1 1;
  width: 100%;
  height: 100%;
  margin-top: 5.625rem !important;
  font-size: 14px;
}
main.Assessment-Main,
main.Assessment-Main-Main {
  font-size: 14px;
}
main.Assessment-Main,
main.Assessment-Main-Main,
main.Justcode--Main,
main.Justcode--Main--Container {
  flex: 1 1;
  width: 100%;
  height: 100%;
  margin-top: 0 !important;
}
ul {
  padding: 0;
  list-style: none;
}
a {
  color: #fff;
  text-decoration: none;
}
strong {
  font-weight: 400;
}
figure,
h1,
h2,
h3,
p,
ul {
  margin: 0;
}
.IconsContainer {
  position: absolute;
}
.pipedriveWebForms {
  min-height: 780px;
  overflow: auto !important;
}
.pipedriveWebForms iframe {
  min-height: 780px;
  overflow: auto;
}
@font-face {
  font-family: Pixel;
  font-weight: 400;
  font-display: swap;
  src: url(../media/landing/assets/fonts/Pixel-b72ce33f489be3eb850478998abd3e22.ttf),
    local(Lato);
}
@font-face {
  font-family: Reenie Beanie;
  font-weight: 500;
  font-display: swap;
  src: url(../media/landing/assets/fonts/ReenieBeanie-Regular-f0878cc6c40bb162ff77f26e876593ce.ttf),
    local(Lato);
}
@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-display: swap;
  src: url(../media/landing/assets/fonts/Roboto/Roboto-Regular-fc2b5060f7accec5cf74437196c1b027.ttf),
    local(Lato);
}
@font-face {
  font-family: Russo One;
  font-weight: 400;
  font-display: swap;
  src: url(../media/landing/assets/fonts/RussoOne-Regular-b2f5b287ccb8fd446eae7a108562a2b8.ttf),
    local(Lato);
}
@font-face {
  font-family: Lato;
  font-weight: 400;
  src: url(../media/landing/assets/fonts/Lato-Regular-633ffe4a4b5b7277cc35015a0bce91eb.ttf),
    local(Lato);
}
@font-face {
  font-family: Lato-Black;
  font-weight: 900;
  font-display: swap;
  src: url(../media/landing/assets/fonts/Lato-Black-4a4aceb102c7911879fdb4001c99e45b.ttf),
    local(Lato);
}
@font-face {
  font-family: Roboto;
  font-weight: 400;
  src: url(../media/landing/assets/fonts/Roboto-Regular-160d7a6ac26376e5e977ad6cd08b3b69.ttf),
    local(Lato);
}
.is-blurred {
  filter: blur(15px);
  -webkit-filter: blur(15px);
}
