@charset "UTF-8";
@import url("https://rsms.me/inter/inter.css");
html {
  min-width: 240px;
}
body {
  min-height: 100vh;
  padding-top: 0.1px;
}

@viewport {
  width: device-width;
  initial-scale: 1;
}
/* @import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700') */
html {
  font-family: "Inter", sans-serif;
  font-size: 12pt;
}

body {
  margin: 0;
  word-break: break-word;
  font-size: 1em;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
  line-height: 1.25em;
}

h1 {
  font-size: 2.875em;
  font-weight: 200;
}

h2 {
  font-size: 2.25em;
  font-weight: 300;
}

h3 {
  font-size: 1.75em;
  font-weight: 400;
}

h4 {
  font-size: 1.375em;
  font-weight: 600;
}

h5 {
  font-size: 1.125em;
  font-weight: 700;
}

h6 {
  font-size: 1em;
  font-weight: 800;
}

small {
  font-size: 0.875em;
  opacity: 0.8;
}

input,
button {
  font-size: 1em;
}

hr {
  background: rgba(0, 0, 0, 0.1);
  border-style: none;
  min-height: 1px;
  min-width: 1px;
}

i {
  font-family: monospace;
  font-style: normal;
}

.e_wrap,
.e_wrap--w0,
.e_wrap--w1,
.e_wrap--w2,
.e_wrap--w3,
.e_wrap--w4,
.e_wrap--w5 {
  margin: 0 auto;
}

.e_wrap {
  max-width: 90%;
}
@media (min-width: 640px) {
  .e_wrap {
    max-width: 85%;
  }
}
@media (min-width: 960px) {
  .e_wrap {
    max-width: 80%;
  }
}
@media (min-width: 1280px) {
  .e_wrap {
    max-width: 70%;
  }
}
@media (min-width: 1440px) {
  .e_wrap {
    max-width: 60%;
  }
}
.e_wrap--w0 {
  max-width: 100%;
}
.e_wrap--w1 {
  max-width: 96%;
}
@media (min-width: 640px) {
  .e_wrap--w1 {
    max-width: 94%;
  }
}
@media (min-width: 960px) {
  .e_wrap--w1 {
    max-width: 90%;
  }
}
@media (min-width: 1280px) {
  .e_wrap--w1 {
    max-width: 85%;
  }
}
@media (min-width: 1440px) {
  .e_wrap--w1 {
    max-width: 80%;
  }
}
.e_wrap--w2 {
  max-width: 90%;
}
@media (min-width: 640px) {
  .e_wrap--w2 {
    max-width: 85%;
  }
}
@media (min-width: 960px) {
  .e_wrap--w2 {
    max-width: 80%;
  }
}
@media (min-width: 1280px) {
  .e_wrap--w2 {
    max-width: 70%;
  }
}
@media (min-width: 1440px) {
  .e_wrap--w2 {
    max-width: 60%;
  }
}
.e_wrap--w3 {
  max-width: 85%;
}
@media (min-width: 640px) {
  .e_wrap--w3 {
    max-width: 80%;
  }
}
@media (min-width: 960px) {
  .e_wrap--w3 {
    max-width: 75%;
  }
}
@media (min-width: 1280px) {
  .e_wrap--w3 {
    max-width: 65%;
  }
}
@media (min-width: 1440px) {
  .e_wrap--w3 {
    max-width: 50%;
  }
}
.e_wrap--w4 {
  max-width: 80%;
}
@media (min-width: 640px) {
  .e_wrap--w4 {
    max-width: 70%;
  }
}
@media (min-width: 960px) {
  .e_wrap--w4 {
    max-width: 60%;
  }
}
@media (min-width: 1280px) {
  .e_wrap--w4 {
    max-width: 50%;
  }
}
@media (min-width: 1440px) {
  .e_wrap--w4 {
    max-width: 40%;
  }
}
.e_wrap--w5 {
  max-width: 70%;
}
@media (min-width: 640px) {
  .e_wrap--w5 {
    max-width: 60%;
  }
}
@media (min-width: 960px) {
  .e_wrap--w5 {
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .e_wrap--w5 {
    max-width: 40%;
  }
}
@media (min-width: 1440px) {
  .e_wrap--w5 {
    max-width: 35%;
  }
}

.e_cols {
  display: grid;
  grid-auto-columns: 1fr;
  gap: 2em;
  grid-auto-flow: row;
}
@media (min-width: 1025px) {
  .e_cols {
    grid-auto-flow: column;
  }
}
.e_cols--mobile {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 960px) {
  .e_cols--mobile {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .e_cols--1to3 {
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 960px) {
  .e_cols--4to1 {
    grid-template-columns: 4fr 1fr;
  }
}

.e_line, .c_menu, .e_line--centerVert, .e_line--end, .e_line--start, .e_line--vert {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
.e_line--vert {
  flex-direction: column;
}
.e_line--start {
  justify-content: flex-start;
}
.e_line--end {
  justify-content: flex-end;
}
.e_line--centerVert > * {
  margin: auto 0;
}
.e_line--smallGap {
  gap: 0.5em;
}
.e_line--noWrap {
  flex-wrap: nowrap;
}

.e_btn {
  display: inline-flex;
  font-weight: 400;
  color: #D5FAFC;
  cursor: pointer;
  padding: 0.75em 2em;
  background: #5d5fef;
  border-radius: 4px;
  border: #5d5fef 4px solid;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.6s;
  /* +.e_btn
  *
  * margin-left: 1em */
}
.e_btn:hover {
  color: #D5FAFC;
  background: #050c27;
  border-color: #050c27;
}
.e_btn--outline {
  color: #5d5fef;
  background: transparent;
}
.e_btn--lightoutline {
  background: transparent;
  border-color: #D5FAFC;
}
.e_btn--light {
  color: #050c27;
  background: #D5FAFC;
  border-color: #D5FAFC;
}
.e_btn--dark {
  color: #D5FAFC;
  background: #050c27;
  border-color: #050c27;
}
.e_btn--dark:hover {
  color: #050c27;
  background: #D5FAFC;
  border-color: #D5FAFC;
}
.e_btn--link {
  background: transparent;
  border-color: transparent;
  color: #050c27;
}
.e_btn--link:hover {
  color: #2F3B4E;
  background: #F4F5F7;
  border-color: #F4F5F7;
}

.e_textinput,
.e_textarea {
  font-size: 1em;
  border-radius: 2em;
  color: #195450;
  background: transparent;
  display: inline-flex;
  font-weight: 400;
  padding: 0.75em 2em;
  border: #195450 4px solid;
  text-decoration: none;
  transition: all 0.6s;
}
.e_textinput:hover,
.e_textarea:hover {
  background: rgba(24, 63, 60, 0.2);
  color: #183F3C;
}

.e_hr {
  margin: 0 1.5em;
}

.e_quote {
  padding-left: 2.5em;
  position: relative;
}
.e_quote:before {
  content: "“";
  font-size: 4em;
  font-family: serif;
  position: absolute;
  left: 0;
  top: -0.15em;
  opacity: 0.25;
}
.e_quote p {
  font-size: 1.2em;
  font-style: italic;
}
.e_quote .e_line, .e_quote .c_menu, .e_quote .e_line--vert, .e_quote .e_line--start, .e_quote .e_line--end, .e_quote .e_line--centerVert {
  font-size: 0.875em;
}
.e_quote .e_line em, .e_quote .c_menu em, .e_quote .e_line--vert em, .e_quote .e_line--start em, .e_quote .e_line--end em, .e_quote .e_line--centerVert em {
  opacity: 0.75;
}

.e_ol,
.e_ul {
  list-style: none;
  padding-inline-start: 1.5em;
}
.e_ol li,
.e_ul li {
  counter-increment: list;
  padding: 0.5em 0;
}
.e_ol li:before,
.e_ul li:before {
  font-size: 0.75em;
  width: 2em;
  height: 2em;
  float: left;
  margin-top: -0.2em;
  margin-right: 0.8em;
  margin-left: -2em;
  color: white;
  background: #5d5fef;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.e_ol-dark li:before,
.e_ul-dark li:before {
  background: #050c27;
}

.e_ol li:before {
  content: counter(list);
}

.e_ul li:before {
  content: "✓";
}

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

.u_text--right {
  text-align: right;
}

.u_text--small {
  font-size: 0.875em;
}

.u_text--xsmall {
  font-size: 0.75em;
}

.u_text--w200 {
  font-weight: 200;
}

.u_text--bold {
  font-weight: bold;
}

.u_text--opacity {
  opacity: 0.5;
}

.u_bg--primaryColor {
  background: #5d5fef;
  color: white;
}

.u_bg--primaryDark {
  background: #050c27;
  color: white;
}

.u_bg--secondaryColor {
  background: #2EB4B4;
}

.u_bg--secondaryLight {
  background: #D5FAFC;
}

.u_bg--gray {
  background: #F4F5F7;
}

.u_bg--white {
  background: white;
}

.u_bg--red {
  background: red;
}

.u_bg--orange {
  background: orange;
}

.u_bg--yellow {
  background: yellow;
}

.u_bg--green {
  background: green;
}

.u_bg--aqua {
  background: aqua;
}

.u_bg--blue {
  background: blue;
}

.u_bg--purple {
  background: purple;
}

.u_pad {
  padding: 1em 2em;
}

.u_pad--075 {
  padding: 0.75em;
}

.u_pad--vert {
  padding: 2em 0;
}

.u_pad--vert1 {
  padding: 1em 0;
}

.u_pad--left2 {
  padding-left: 2em;
}

.u_pad--right2 {
  padding-right: 2em;
}

.u_pad--left2g {
  padding-left: 2rem;
}

.u_pad--right2g {
  padding-right: 2rem;
}

.u_mar--left {
  margin-left: 1em;
}

.u_mar--right {
  margin-right: 1em;
}

.u_mar--top0 {
  margin-top: 0;
}

.u_mar--bottom {
  margin-bottom: 2em;
}

.u_mar--vert0 {
  margin-top: 0;
  margin-bottom: 0;
}

.u_mar--vert {
  margin-top: 2em;
  margin-bottom: 2em;
}

.u_mar--vertAuto {
  margin-top: auto;
  margin-bottom: auto;
}

.u_border--top {
  border-top: 1px solid #5d5fef;
}
.u_border--primaryColor {
  border: 2px solid #5d5fef;
}
.u_border--lightblue {
  border: 2px solid lightblue;
}
.u_border--white {
  border: 2px solid white;
}
.u_border--round {
  border-radius: 1em;
}

@media (min-width: 1025px) {
  .u_order--desktopFirst {
    order: -1;
  }
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.c_steps {
  counter-reset: heading;
}
.c_steps__item:before {
  counter-increment: heading;
  content: counter(heading);
  font-size: 4em;
  font-weight: 800;
  color: #D5FAFC;
  margin-bottom: -3.5rem;
  display: block;
}

.c_menu__button {
  position: relative;
  display: block;
  appearance: none;
  width: 2em;
  height: 2em;
  margin: auto 0;
  z-index: 5;
}
.c_menu__button:before, .c_menu__button:after {
  height: 0.55em;
  border-top: 0.2em solid #5d5fef;
  border-bottom: 0.2em solid #5d5fef;
  display: block;
  content: " ";
  width: 2em;
  position: absolute;
  right: 0;
  top: 0.02em;
  z-index: 2;
  opacity: 1;
  transform: rotate(0deg);
}
.c_menu__button:after {
  top: 0.8em;
}
.c_menu__button:checked:after, .c_menu__button:checked:before {
  border-bottom: none;
  border-color: #aaa;
  right: 1em;
  transition-property: border-color, transform;
  transition-duration: 0.25s;
}
.c_menu__button:checked:after {
  top: 0;
  transform: rotate(45deg) translateX(50%);
}
.c_menu__button:checked:before {
  top: 1.8em;
  transform: rotate(-45deg) translateX(calc(50% + .6em));
}
.c_menu__button:checked ~ .c_menu__content {
  display: block;
  transition-property: border-color, transform;
  transition-duration: 0.5s;
}
@media (max-width: 1024px) {
  .c_menu__content {
    display: none;
  }
  .c_menu__button:checked ~ .c_menu__content {
    display: block;
  }
}
@media (min-width: 1025px) {
  .c_menu__button, .c_menu__button:before, .c_menu__buttont:after {
    display: none;
  }
}

img {
  max-width: 100%;
}

small {
  opacity: 0.8;
}

q {
  font-style: italic;
}

.kt_circle {
  position: relative;
}
.kt_circle:before {
  background: #D5FAFC;
  border-radius: 50%;
  padding-top: 100%;
  line-height: 0.1px;
  content: " ";
  display: block;
}
.kt_circle img {
  position: absolute;
  top: 5%;
  left: 5%;
  max-width: none;
}

.e_desc {
  margin-top: -1em;
  margin-bottom: 2em;
}

section {
  padding: 4em 0 6em;
}

footer small {
  opacity: 0.8;
}

.u_bg--primaryColor {
  background: #5d5fef;
}

.u_bg--secondaryColor {
  background: #D5FAFC;
}

.u_bg--primaryDark a {
  color: #5d5fef;
}

.u_overflow-hidden {
  overflow: hidden;
}

.u_mar--autoX {
  margin-left: auto;
  margin-right: auto;
}

.u_mar--autoY {
  margin-top: auto;
  margin-bottom: auto;
}

.u_mar--top05 {
  margin-top: 0.5em;
}

.u_text-primary {
  color: #2F3B4E;
}

.u_text--normal {
  font-size: 1rem;
  line-height: 1.25em;
}

.e_section--mark {
  background: #5d5fef;
  color: #F1F2F6;
  padding: 0 3em 2em;
  border-radius: 1em;
}
@media (min-width: 1025px) {
  .e_section--mark {
    margin-top: 10em;
    margin-bottom: 8em;
  }
  .e_section--mark img {
    margin: -10em auto -15em;
  }
}

.e_bage {
  display: inline-flex;
  color: white;
  font-size: 0.75em;
  font-weight: bold;
  padding: 0.25em 0.5em 0.35em;
  background: #2F3B4E;
  border-radius: 5pt;
  border: #2F3B4E 2pt solid;
}

.e_hr {
  display: inline-block;
  background: #2F3B4E;
  color: transparent;
  height: 1px;
  width: 100%;
  margin: 1em 0 0.5em;
  text-align: center;
}
@media (min-width: 641px) {
  .e_hr {
    color: #2F3B4E;
    background: transparent;
    margin: 0 1.5em;
    width: auto;
    display: inline;
  }
}
@media (min-width: 1025px) {
  .e_hr {
    width: 0.2em;
  }
}

/*# sourceMappingURL=style.css.map */
