* {
  font-family: 'IBM Plex Sans', sans-serif;
  text-decoration: none;
  box-sizing: border-box;
  outline: 0; }

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none; }

.block-scroll {
  overflow-y: hidden; }

.page-wrapper {
  background: #fff; }
  .page-wrapper .container {
    max-width: 1390px;
    width: 100%;
    padding: 0 25px;
    margin: 0 auto; }
  .page-wrapper .section {
    padding: 100px 0; }
    @media (max-width: 768px) {
      .page-wrapper .section {
        padding: 40px 0; } }
  .page-wrapper .d-flex {
    display: flex; }
  .page-wrapper .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .page-wrapper .row .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1; } }
    .page-wrapper .row .col-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
  .page-wrapper .justify-content-center {
    justify-content: center; }
  .page-wrapper .align-items-center {
    align-items: center; }
  .page-wrapper .img-fluid {
    max-width: 100%;
    height: auto; }
  .page-wrapper .text-center {
    text-align: center; }
  .page-wrapper .mb-0 {
    margin-bottom: 0 !important; }

body {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #474960; }

h1, h2, h3, h4, h5 {
  font-family: Montserrat, serif;
  font-style: normal;
  color: #1A296C;
  margin: 0; }

h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1.2px; }

h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.8px;
  margin-bottom: 56px; }

@media (max-width: 1110px) {
  h1 {
    font-size: 42px;
    line-height: 50px; } }
@media (max-width: 900px) {
  h2 {
    margin-bottom: 56px; } }
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 42px; }

  h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 32px; }
    h2 br {
      display: none; } }
#page-header {
  position: relative;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.03); }
  #page-header .main-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100px; }
    #page-header .main-nav .d-flex {
      margin-left: auto; }
    #page-header .main-nav ul {
      display: flex;
      flex-direction: row;
      align-items: center;
      margin: 0;
      padding: 0;
      list-style: none;
      text-decoration: none; }
      #page-header .main-nav ul li {
        margin: 0 65px 0 0; }
        #page-header .main-nav ul li a {
          font: normal 16px IBM Plex Sans, sans-serif;
          line-height: 22px;
          letter-spacing: -0.2px;
          color: #141414; }
    @media (max-width: 900px) {
      #page-header .main-nav .m-side-nav {
        display: none;
        flex-direction: column;
        position: fixed;
        top: 100px;
        right: 0;
        padding: 30% 0;
        background: #fff;
        width: 100%;
        height: 100vh;
        z-index: 9;
        transition: 0.5s; }
        #page-header .main-nav .m-side-nav.is-active {
          display: block; }
        #page-header .main-nav .m-side-nav li {
          margin: 40px 65px;
          text-align: center; }
          #page-header .main-nav .m-side-nav li a {
            font-size: 24px;
            font-weight: bold;
            line-height: 32px;
            color: #435DD3; } }
    @media (max-width: 768px) {
      #page-header .main-nav .btn-login {
        display: none; } }

#page-footer {
  position: relative;
  background: #0C1747;
  color: #fff;
  padding-bottom: 16px; }
  #page-footer .footer-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 160px; }
    #page-footer .footer-nav ul {
      display: flex;
      flex-direction: row;
      margin: 0;
      padding: 0;
      list-style: none; }
      #page-footer .footer-nav ul li {
        margin-right: 65px; }
        #page-footer .footer-nav ul li a {
          color: #fff; }
  #page-footer .copyright {
    text-align: center;
    font-size: 12px;
    line-height: 18px; }
  @media (max-width: 900px) {
    #page-footer {
      padding: 20px 0; }
      #page-footer .footer-nav {
        flex-direction: column;
        text-align: center; }
        #page-footer .footer-nav ul {
          flex-direction: column;
          padding: 32px 0 47px; }
          #page-footer .footer-nav ul li {
            margin: 0 0 16px; } }

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-weight: bold;
  white-space: nowrap;
  border: 0; }
  .btn:hover {
    cursor: pointer; }
  .btn.btn-outline {
    padding: 11px 30px;
    font-size: 24px;
    line-height: 32px;
    border: 2px solid;
    border-radius: 8px;
    letter-spacing: -0.4px; }
  .btn.btn-light {
    color: #fff;
    border-color: #fff; }
  .btn.btn-dark {
    color: #435DD3;
    border-color: #435DD3; }
  .btn.btn-login {
    padding: 7px 36px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #435DD3;
    border-radius: 4px; }

.hamburger {
  padding: 0 15px;
  display: none;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 0 0 16px;
  outline: 0;
  overflow: visible; }
  @media (max-width: 900px) {
    .hamburger {
      display: inline-block; } }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #435DD3; }

.hamburger-box {
  width: 30px;
  height: 21px;
  margin-top: 5px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #435DD3;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -9px; }
  .hamburger-inner::after {
    bottom: -9px; }

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-items: center;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(58, 80, 182, 0.7);
  animation-name: animateFromTop;
  animation-duration: 0.4s; }
  @media (max-width: 500px) {
    .modal {
      align-items: start; } }
  .modal .modal-dialog {
    max-width: 420px;
    width: 100%;
    margin: 30px auto; }
    @media (max-width: 500px) {
      .modal .modal-dialog {
        max-width: 420px;
        margin: 32px; } }
  .modal .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px;
    background: #3A50B6;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    .modal .modal-header .modal-title {
      font-weight: bold;
      font-size: 20px;
      line-height: 26px;
      letter-spacing: -0.2px;
      color: #fff; }
    .modal .modal-header .modal-close {
      background-color: transparent;
      border: 0;
      float: right;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      text-shadow: 0 1px 0 #fff;
      opacity: .5; }
      .modal .modal-header .modal-close:hover {
        cursor: pointer; }
  .modal .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 8px;
    outline: 0; }
  .modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem; }
  .modal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 16px;
    background: #EFF7FF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }

@keyframes animateFromTop {
  from {
    top: -400px;
    opacity: 0; }
  to {
    top: 0;
    opacity: 1; } }
.form-group {
  margin-bottom: 16px; }
  .form-group .help-block {
    display: block; }
  .form-group.has-error .form-control {
    border: 1px solid #ef8720; }
  .form-group .help-block.error {
    color: #ef8720; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 8px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

#section-1 {
  padding: 50px;
  background: #EFF7FF; }
  #section-1 .s1-img {
    position: relative;
    padding: 23px 95px 0 23px; }
    #section-1 .s1-img:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 174px;
      height: 144px;
      background: url("../../assets/media/svg/s1-points-left.svg"); }
    #section-1 .s1-img img {
      position: relative;
      z-index: 1; }
  #section-1 .s1-txt {
    position: relative; }
    #section-1 .s1-txt p {
      font-size: 20px;
      line-height: 30px;
      letter-spacing: -0.2px; }
    #section-1 .s1-txt:before {
      content: "";
      position: absolute;
      right: 0;
      bottom: -100px;
      width: 174px;
      height: 44px;
      background: url("../../assets/media/svg/s1-points-right.svg"); }
  @media (max-width: 1295px) {
    #section-1 {
      padding: 0 0 50px; }
      #section-1 .s1-img {
        margin-top: 72px;
        padding: 23px 0 0 23px; }
        #section-1 .s1-img img {
          max-width: 90%; }
      #section-1 .s1-txt:before {
        display: none; } }
  @media (max-width: 900px) {
    #section-1 {
      text-align: center;
      padding: 50px 0; }
      #section-1 .row {
        flex-direction: column-reverse; }
      #section-1 .s1-img {
        padding: 23px 0 0 23px; } }
  @media (max-width: 768px) {
    #section-1 .s1-img {
      margin-top: 32px; } }

#section-2 {
  position: relative;
  text-align: center; }
  @media (min-width: 900px) {
    #section-2:before, #section-2:after {
      content: "";
      position: absolute;
      width: 404px;
      height: 102px;
      background: url("../../assets/media/svg/s4-points.svg");
      bottom: 204px; }
    #section-2:before {
      left: 11px; }
    #section-2:after {
      right: 11px; } }
  #section-2 h2 {
    margin: 0 0 41px; }
  #section-2 .blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #section-2 .blocks .block-item {
      width: 100%;
      max-width: 349px;
      margin: 15px;
      padding: 24px 10px 26px;
      border: 1px solid #7BACF4;
      color: #172567;
      border-radius: 8px;
      background: #fff;
      z-index: 1; }
      #section-2 .blocks .block-item p {
        margin: 16px 0 0; }

#section-3 {
  display: flex;
  background: #E6F6FF url("../../assets/media/img/s3-macbook-silhouette.png") no-repeat 100% 51px; }
  #section-3 ul li {
    margin-bottom: 33px;
    font-family: IBM Plex Sans;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
    color: #474960; }
  #section-3 .s3-img {
    margin-right: 40px; }
  @media (max-width: 1250px) {
    #section-3 {
      text-align: center; }
      #section-3 .row {
        flex-direction: column-reverse; }
      #section-3 .s3-img {
        margin: 50px 0 0; }
      #section-3 ul {
        max-width: 600px;
        margin: auto; }
        #section-3 ul li {
          text-align: left; } }

#section-4 {
  position: relative;
  background: #3A50B6;
  color: #fff; }
  #section-4 h2 {
    text-align: center;
    color: #fff; }
  #section-4 .col {
    width: 100%;
    max-width: 445px;
    margin: 0 15px;
    padding: 44px 25px 62px;
    background: #2E4199;
    border-radius: 8px;
    color: #E8EDFF;
    z-index: 1; }
  #section-4 ul {
    list-style: none; }
    #section-4 ul li {
      position: relative;
      margin-bottom: 10px; }
      #section-4 ul li:before {
        content: "";
        position: absolute;
        display: block;
        left: -34px;
        top: 0;
        width: 23px;
        height: 24px;
        background: url("../../assets/media/icons/list-check.svg") no-repeat; }
  #section-4 h4 {
    font-family: IBM Plex Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.2px;
    color: #E5F6FF;
    margin: 24px 0; }
    #section-4 h4:before {
      content: "";
      display: block;
      position: relative;
      max-width: 290px;
      margin: 0 auto 32px;
      width: 100%;
      height: 1px;
      background: #DEDEDE; }
  @media (min-width: 900px) {
    #section-4:before, #section-4:after {
      content: "";
      position: absolute;
      width: 404px;
      height: 102px;
      background: url("../../assets/media/svg/s4-points.svg");
      bottom: 67px; }
    #section-4:before {
      left: 24px; }
    #section-4:after {
      right: 24px; } }
  @media (max-width: 900px) {
    #section-4 .col {
      margin-bottom: 30px; } }

#section-5 {
  background: #EFF7FF;
  text-align: center; }
  #section-5 .col {
    margin: 0 15px;
    max-width: 350px;
    width: 100%;
    padding: 31px 32px 32px;
    border: 1px solid #7BACF4;
    border-radius: 8px; }
  #section-5 span {
    font-family: IBM Plex Sans;
    font-weight: 200;
    font-size: 48px;
    line-height: 40px;
    letter-spacing: -0.2px;
    color: #1A296C; }
  #section-5 p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
    color: #474960; }
  @media (max-width: 1250px) {
    #section-5 .col {
      min-width: 330px;
      margin-bottom: 30px; } }

#section-6 {
  position: relative; }
  #section-6 h2 {
    text-align: center; }
  #section-6 ul {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    #section-6 ul li {
      display: flex;
      align-items: start;
      width: 100%;
      max-width: 434px;
      margin: 0 15px 48px; }
  #section-6 .desc {
    padding-left: 25px; }
    #section-6 .desc h3 {
      font-family: IBM Plex Sans;
      font-weight: bold;
      font-size: 20px;
      line-height: 26px;
      letter-spacing: -0.2px;
      color: #1A296C;
      margin: 6px 0 8px; }
    #section-6 .desc p {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: -0.1px;
      color: #474960;
      margin: 0; }
  @media (min-width: 768px) {
    #section-6:before, #section-6:after {
      content: "";
      position: absolute;
      width: 404px;
      height: 102px;
      background: url("../../assets/media/svg/s4-points.svg"); }
    #section-6:before {
      top: 23px;
      left: 8px; }
    #section-6:after {
      right: 8px;
      bottom: 31px; } }
  @media (max-width: 768px) {
    #section-6 ul li {
      margin-bottom: 24px; } }

#section-7 {
  display: flex;
  padding-top: 54px;
  background: #172567; }
  #section-7 h2 {
    color: #FFFFFF;
    margin-bottom: 24px; }
  #section-7 p {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.8px;
    color: #C1D6F5;
    margin-bottom: 24px; }
  @media (max-width: 1280px) {
    #section-7 h2 {
      font-size: 28px; }
    #section-7 .col {
      padding-bottom: 50px; } }
  @media (min-width: 900px) {
    #section-7 {
      padding-bottom: 0; }
      #section-7 .s7-img {
        overflow: hidden;
        max-height: 362px; } }
  @media (max-width: 900px) {
    #section-7 {
      text-align: center; }
      #section-7 .row {
        flex-direction: column; }
      #section-7 .s7-img {
        padding-bottom: 0; } }

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