@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/NotoSans-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
}
button {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
[type='checkbox'],
[type='radio'],
legend {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
}
*,
:after,
:before {
  box-sizing: inherit;
}
h1,
h2,
h6,
p {
  margin: 0;
}
button {
  background: transparent;
  padding: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
    Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
}
*,
:after,
:before {
  border: 0 solid;
}
input::-webkit-input-placeholder {
  color: #a0aec0;
}
input::-moz-placeholder {
  color: #a0aec0;
}
input:-ms-input-placeholder {
  color: #a0aec0;
}
input::-ms-input-placeholder {
  color: #a0aec0;
}
input::placeholder {
  color: #a0aec0;
}
[role='button'],
button {
  cursor: pointer;
}
h1,
h2,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
canvas {
  display: block;
  vertical-align: middle;
}
.form-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6e6e6e;
  border-width: 1px;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.form-input::-webkit-input-placeholder {
  color: #a0aec0;
  opacity: 1;
}
.form-input::-moz-placeholder {
  color: #a0aec0;
  opacity: 1;
}
.form-input:-ms-input-placeholder {
  color: #a0aec0;
  opacity: 1;
}
.form-input::-ms-input-placeholder {
  color: #a0aec0;
  opacity: 1;
}
.form-input::placeholder {
  color: #a0aec0;
  opacity: 1;
}
.form-input:focus {
  outline: none;
  box-shadow: 0px 1px 2px 0px rgba(18, 18, 23, 0.05);
  border-color: #5465f8;
}
.form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  color: #5465f8;
  background-color: #fff;
  border-color: #6e6e6e;
  border-width: 1px;
  border-radius: 0.25rem;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3E%3C/svg%3E");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media not print {
  .form-checkbox::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit;
  }
}
.form-checkbox:focus {
  outline: 2px solid #352aa9;
  outline-offset: 2px;
  box-shadow: none;
  border-color: #545454;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.outline-red {
  outline: 0.25rem solid #d5281b;
  outline-offset: 0;
}
.bg-light-red {
  background-color: #fcefee;
}
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-primary-600 {
  background-color: #5465f8;
}
.bg-off-white {
  background-color: #f5f5f5;
}
.hover\:bg-primary-100:hover {
  background-color: #ededff;
}
.hover\:bg-primary-700:hover {
  background-color: #352aa9;
}
.focus\:bg-primary-100:focus {
  background-color: #ededff;
}
.focus\:bg-primary-700:focus {
  background-color: #352aa9;
}
.border-white {
  border-color: #fff;
}
.border-primary-300 {
  border-color: #c0bbff;
}
.border-primary-500 {
  border-color: #938bf9;
}
.border-primary-600 {
  border-color: #5465f8;
}
.hover\:border-primary-300:hover {
  border-color: #c0bbff;
}
.hover\:border-primary-700:hover {
  border-color: #352aa9;
}
.focus\:border-primary-300:focus {
  border-color: #c0bbff;
}
.focus\:border-primary-700:focus {
  border-color: #352aa9;
}
.rounded {
  border-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.hidden {
  display: none;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.font-sans {
  font-family: Noto Sans, Montserrat, sans-serif;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.h-15 {
  height: 3.75rem;
}
.h-screen {
  height: 100vh;
}
.m-auto {
  margin: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.m-4 {
  margin: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.max-w-md {
  max-width: 28rem;
}
.min-w-full {
  min-width: 100%;
}
.p-4 {
  padding: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.relative {
  position: relative;
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.text-center {
  text-align: center;
}
.text-white {
  color: #fff;
}
.text-grey {
  color: #595959;
}
.text-neutral-800 {
  color: #1f1f1f;
}
.text-very-light-grey {
  color: #ebebeb;
}
.text-primary-600 {
  color: #5465F8;
}
.text-primary-700 {
  color: #352aa9;
}
.text-semantic-info-500 {
  color: #2b3ede;
}
.focus\:text-white:focus,
.hover\:text-white:hover {
  color: #fff;
}
.focus\:text-primary-600:focus,
.hover\:text-primary-600:hover {
  color: #5465F8;
}
.focus\:text-primary-700:focus,
.hover\:text-primary-700:hover {
  color: #352aa9;
}
.text-xs {
  font-size: 0.75rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-2xl {
  font-size: 1.5rem;
}
.uppercase {
  text-transform: uppercase;
}
.hover\:underline:hover {
  text-decoration: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-16 {
  width: 4rem;
}
.w-48 {
  width: 12rem;
}
.w-full {
  width: 100%;
}
.title:after {
  content: '';
  position: absolute;
  width: 100px;
  bottom: 0;
  left: 0;
  border-bottom-width: 2px;
  border-color: #5465f8;
}
.he-button {
  height: 35px;
}
@media (min-width: 1500px) {
  .desktop\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

/*
Style a tag which appears in message.summary
*/
#errors a {
  color: #006fca;
}
#errors a:hover {
  text-decoration: underline;
}

.platform-logo-container {
  display: flex;
  color: #ffffff;
  position: relative;
}

.platform-logo {
  width: 180px;
}

.platform-logo-container:hover:after
 {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
}