<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * ----------------------------------------------
 * Grid setup
 * ----------------------------------------------
 *
 */
@keyframes slide-in-out-left {
  0% {
    transform: translateX(110%);
    opacity: 0; }
  10% {
    transform: translateX(0);
    opacity: 1; }
  80% {
    transform: translateX(0);
    opacity: 1; }
  81%, 100% {
    transform: translateX(110%);
    opacity: 0; } }
@keyframes slide-in-out-up {
  0% {
    transform: translateY(110%);
    opacity: 0; }
  10%, 90% {
    transform: translateY(0);
    opacity: 1; }
  91%, 100% {
    transform: translateY(110%);
    opacity: 0; } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes slide-in-out-left {
  0% {
    transform: translateX(110%);
    opacity: 0; }
  10% {
    transform: translateX(0);
    opacity: 1; }
  80% {
    transform: translateX(0);
    opacity: 1; }
  81%, 100% {
    transform: translateX(110%);
    opacity: 0; } }
@keyframes slide-in-out-up {
  0% {
    transform: translateY(110%);
    opacity: 0; }
  10%, 90% {
    transform: translateY(0);
    opacity: 1; }
  91%, 100% {
    transform: translateY(110%);
    opacity: 0; } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.tal {
  text-align: left; }

.tac {
  text-align: center; }

.tar {
  text-align: right; }

.fl-column {
  flex-direction: column; }

.fl-row {
  flex-direction: row; }

.row-reverse {
  flex-direction: row-reverse; }

.col-reverse {
  flex-direction: column-reverse; }

.fl-start {
  justify-content: flex-start; }

.fl-end {
  justify-content: flex-end; }

.fl-center {
  justify-content: center; }

.fl-between {
  justify-content: space-between; }

.fl-around {
  justify-content: space-around; }

.fl-evenly {
  justify-content: space-evenly; }

.mt-1 {
  margin-top: 10px !important; }

.mt-2 {
  margin-top: 20px !important; }

.mt-3 {
  margin-top: 30px !important; }

.mt-4 {
  margin-top: 40px !important; }

.mt-5 {
  margin-top: 50px !important; }

.mt-6 {
  margin-top: 60px !important; }

.mt-7 {
  margin-top: 70px !important; }

.mt-8 {
  margin-top: 80px !important; }

.mr-1 {
  margin-right: 10px !important; }

.mr-2 {
  margin-right: 20px !important; }

.mr-3 {
  margin-right: 30px !important; }

.mr-4 {
  margin-right: 40px !important; }

.mr-5 {
  margin-right: 50px !important; }

.mr-6 {
  margin-right: 60px !important; }

.mr-7 {
  margin-right: 70px !important; }

.mr-8 {
  margin-right: 80px !important; }

.mb-1 {
  margin-bottom: 10px !important; }

.mb-2 {
  margin-bottom: 20px !important; }

.mb-3 {
  margin-bottom: 30px !important; }

.mb-4 {
  margin-bottom: 40px !important; }

.mb-5 {
  margin-bottom: 50px !important; }

.mb-6 {
  margin-bottom: 60px !important; }

.mb-7 {
  margin-bottom: 70px !important; }

.mb-8 {
  margin-bottom: 80px !important; }

.ml-1 {
  margin-left: 10px !important; }

.ml-2 {
  margin-left: 20px !important; }

.ml-3 {
  margin-left: 30px !important; }

.ml-4 {
  margin-left: 40px !important; }

.ml-5 {
  margin-left: 50px !important; }

.ml-6 {
  margin-left: 60px !important; }

.ml-7 {
  margin-left: 70px !important; }

.ml-8 {
  margin-left: 80px !important; }

.pt-1 {
  padding-top: 10px !important; }

.pt-2 {
  padding-top: 20px !important; }

.pt-3 {
  padding-top: 30px !important; }

.pt-4 {
  padding-top: 40px !important; }

.pt-5 {
  padding-top: 50px !important; }

.pt-6 {
  padding-top: 60px !important; }

.pt-7 {
  padding-top: 70px !important; }

.pt-8 {
  padding-top: 80px !important; }

.pr-1 {
  padding-right: 10px !important; }

.pr-2 {
  padding-right: 20px !important; }

.pr-3 {
  padding-right: 30px !important; }

.pr-4 {
  padding-right: 40px !important; }

.pr-5 {
  padding-right: 50px !important; }

.pr-6 {
  padding-right: 60px !important; }

.pr-7 {
  padding-right: 70px !important; }

.pr-8 {
  padding-right: 80px !important; }

.pb-1 {
  padding-bottom: 10px !important; }

.pb-2 {
  padding-bottom: 20px !important; }

.pb-3 {
  padding-bottom: 30px !important; }

.pb-4 {
  padding-bottom: 40px !important; }

.pb-5 {
  padding-bottom: 50px !important; }

.pb-6 {
  padding-bottom: 60px !important; }

.pb-7 {
  padding-bottom: 70px !important; }

.pb-8 {
  padding-bottom: 80px !important; }

.pl-1 {
  padding-left: 10px !important; }

.pl-2 {
  padding-left: 20px !important; }

.pl-3 {
  padding-left: 30px !important; }

.pl-4 {
  padding-left: 40px !important; }

.pl-5 {
  padding-left: 50px !important; }

.pl-6 {
  padding-left: 60px !important; }

.pl-7 {
  padding-left: 70px !important; }

.pl-8 {
  padding-left: 80px !important; }

.mr-auto {
  margin: 0 auto !important; }

.mb-03 {
  margin-bottom: .3rem; }

.rm-mt {
  margin-top: 0 !important; }

.rm-mr {
  margin-right: 0 !important; }

.rm-mb {
  margin-bottom: 0 !important; }

.rm-ml {
  margin-left: 0 !important; }

.rm-ma {
  margin: 0 !important; }

span.close {
  display: inline-flex;
  padding: 2px 2px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin: 0;
  cursor: pointer; }
  span.close:hover {
    color: #333; }

/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, canvas, details, embed, figure, figcaption, header, nav, article, aside, footer, img, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.2; }

ol {
  padding-left: 1.4em;
  list-style: decimal; }

ul {
  padding-left: 1.4em;
  list-style: square; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* end reset browser styles */
*,
*::after,
*::before {
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #0071FE; }

input, textarea, select, button {
  margin: 0;
  padding: 1rem;
  outline: 0 none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: .1rem solid #DBDBDB;
  font-size: 1.4rem;
  border-radius: .3rem; }

html {
  font-size: 62.5%; }

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1.4rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: bold; }

h1 {
  font-size: 2.6rem; }

p.to-read {
  line-height: 1.6;
  font-size: 1.6rem;
  color: #333;
  text-align: justify; }

.fake-section {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 .8rem; }

.fake-section:first-child {
  margin-top: 0; }

.fake-section:last-child {
  margin-bottom: 0; }

.fake-section-title {
  font-size: 1.8rem;
  text-align: center;
  color: #f54d42;
  margin: 2rem 0; }

.half-width {
  width: 50%;
  margin: 0 auto; }

@media (max-width: 480px) {
  .fake-section {
    padding: 0 .4rem; } }
.section {
  display: block;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem; }

.row {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap; }
  .row.is-center {
    justify-content: space-around;
    align-content: space-around; }
  .row.is-column {
    flex-direction: column; }

.column {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-direction: column; }

.col-base, .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 1%; }

.col {
  flex: 1 1 auto; }

.col-1 {
  width: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; }

.container {
  max-width: 120rem;
  margin: 0 auto;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  flex: 1 0 auto; }

@media (min-width: 1024px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem; }

  .container {
    padding-left: 1rem;
    padding-right: 1rem; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; } }
.main {
  height: 100vh;
  padding: 4rem 0;
  background-image: url("/img/main-banner.png");
  background-size: auto 100%;
  background-position: right;
  background-repeat: no-repeat; }

.main-white {
  background-color: #FFF;
  margin-top: -3rem;
  margin-bottom: -3rem; }

@media (max-width: 480px) {
  .col-base, .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    padding-left: 0.6rem;
    padding-right: 0.6rem; } }
.navbar {
  display: flex;
  justify-content: space-between; }
  .navbar nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    .navbar nav ul li a {
      display: block;
      padding: .6rem 1.8rem;
      color: #fff; }
      .navbar nav ul li a:hover {
        color: rgba(255, 255, 255, 0.5); }
      .navbar nav ul li a.is-active {
        background-color: rgba(255, 255, 255, 0.15);
        border: .1rem solid #fff;
        border-radius: 2.5rem; }
        .navbar nav ul li a.is-active:hover {
          background-color: #fff;
          color: #0021DF; }

@media (max-width: 768px) {
  .navbar nav ul li a {
    padding: .4rem 1rem;
    color: #fff; } }
.btn {
  display: inline-flex;
  padding: 1rem 1.6rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFF;
  border-radius: 0.3rem;
  justify-content: center;
  border: .1rem solid transparent;
  text-align: center;
  cursor: pointer; }
  .btn.btn-primary {
    background-color: #0021DF; }
    .btn.btn-primary.btn-outline {
      background: transparent;
      border-color: #0021DF;
      color: #0021DF; }
  .btn.btn-secondary {
    background-color: #138FFF; }
    .btn.btn-secondary.btn-outline {
      background: transparent;
      border-color: #138FFF;
      color: #138FFF; }
  .btn.btn-blue {
    background-color: #0071FE; }
  .btn.btn-default {
    background-color: #e7e7e7;
    color: #868686; }
  .btn.btn-danger {
    background-color: #f54d42; }
  .btn.btn-success {
    background-color: #42f56f; }
  .btn.btn-block {
    display: block; }
  .btn.btn-lg {
    padding: 1.4rem 2.4rem;
    font-size: 1.4rem; }
  .btn.btn-sm {
    padding: .75rem 1rem;
    font-size: 1.1rem; }
  .btn.btn-qa {
    min-width: 7.6rem;
    padding: .5rem 1.2rem; }

.avatar {
  display: inline-flex;
  position: relative;
  border-radius: 50%; }
  .avatar.is-shadow {
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15); }
  .avatar.avatar-df {
    width: 4.5rem;
    height: 4.5rem;
    border: .2rem solid #fff;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15); }
  .avatar.avatar-sm {
    border: 0;
    width: 3.2rem;
    height: 3.2rem; }
  .avatar.avatar-lg {
    width: 7.5rem;
    height: 7.5rem;
    border: .2rem solid #fff; }
  .avatar.avatar-xsm {
    width: 2.5rem;
    height: 2.5rem; }
  .avatar.avatar-xlg {
    width: 13rem;
    height: 13rem; }
  .avatar.is-border {
    border: .2rem solid #fff; }

@media (max-width: 60rem) {
  .avatar.avatar-xlg {
    width: 10rem;
    height: 10rem; } }
.legend {
  display: flex;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  position: relative;
  align-items: center; }
  .legend .legend-txt {
    text-transform: uppercase;
    color: #ADADAD;
    font-size: 1.2rem;
    font-weight: bold;
    white-space: nowrap; }
  .legend .legend-line {
    content: "";
    margin-left: 1.2rem;
    width: 100%;
    border-top: 0.2rem solid #e0e0e0; }

@media (min-width: 1024px) {
  .legend .lengend-txt {
    font-size: 1.4rem; } }
.tag {
  padding: .4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFF;
  border-radius: .3rem;
  white-space: nowrap; }
  .tag.tag-primary {
    background-color: rgba(0, 33, 223, 0.75); }
  .tag.tag-secondary {
    background-color: rgba(19, 143, 255, 0.75); }
  .tag.tag-danger {
    background-color: rgba(245, 77, 66, 0.75); }
  .tag.tag-success {
    background-color: rgba(66, 245, 111, 0.75); }

.card {
  display: flex;
  flex-direction: column;
  border-radius: .3rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.12);
  overflow: hidden; }
  .card .card-cover {
    min-height: 14rem;
    max-height: 15rem;
    display: flex; }
    .card .card-cover .card-img {
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      display: flex;
      position: relative; }
      .card .card-cover .card-img:after {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(10, 250, 242, 0.6) 0%, rgba(20, 167, 252, 0.8) 100%);
        position: absolute;
        z-index: 1; }
      .card .card-cover .card-img .card-title {
        margin: auto auto;
        font-size: 2rem;
        font-weight: bold;
        color: #fff;
        z-index: 2; }
  .card .card-body {
    padding: 1.5rem;
    color: #868686; }
    .card .card-body p {
      margin-top: .5rem;
      margin-bottom: .5rem; }
    .card .card-body .course-teacher-name {
      font-weight: bold;
      color: #0071FE; }
    .card .card-body .course-stats {
      font-size: 1.2rem;
      margin-top: 2rem; }

.drop-down {
  display: none;
  width: 20rem;
  background-color: #FFF;
  border-radius: .3rem;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.12);
  border: 0.1rem solid #E5E5E5;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 130%; }
  .drop-down .drop-down-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%; }
    .drop-down .drop-down-menu li a {
      padding: .8rem 1.2rem;
      display: flex;
      color: #333;
      transition: all 300ms ease-out; }
      .drop-down .drop-down-menu li a:hover {
        background-color: #0071FE;
        color: #FFF; }
      .drop-down .drop-down-menu li a .icon {
        width: 1.5rem;
        margin-right: 1.2rem; }
  .drop-down.open {
    padding: 1rem 0;
    display: flex; }
  .drop-down:before, .drop-down:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 2%;
    border-top: 13px solid transparent;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent; }
  .drop-down:before {
    top: -25px;
    border-bottom: 13px solid #FFFFFF;
    z-index: 10; }
  .drop-down:after {
    top: -26px;
    border-bottom: 13px solid #F0F0F0;
    z-index: 9; }

.caret-down {
  padding: 1.2rem;
  cursor: pointer; }

input, .label, label, select, textarea {
  font-family: "Open Sans", Arial, sans-serif;
  transition: all 300ms ease-in-out; }

label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #868686;
  position: relative; }
  label.is-mandatory:after {
    content: "*";
    color: #f54d42;
    padding-left: .3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-25%); }

.inp-radio input[type="radio"] {
  display: none; }
.inp-radio .radio {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #3F8ACD;
  border-radius: 10px;
  background-color: #FFFFFF;
  position: relative; }
.inp-radio input[type="radio"]:checked + .radio:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #3F8ACD;
  border-radius: 10px; }

.inp-checkbox input[type="checkbox"] {
  display: none; }
.inp-checkbox .checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #3F8ACD;
  border-radius: 2px;
  background-color: #FFFFFF;
  position: relative; }
.inp-checkbox input[type="checkbox"]:checked + .checkbox:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #3F8ACD;
  border-radius: 0; }

.select-el {
  display: inherit;
  position: relative; }
  .select-el select {
    flex: 1;
    background-color: #FFF; }
  .select-el:after {
    content: "\23F7";
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    right: 1.2rem;
    line-height: 1;
    transform: translateY(-50%);
    color: #777; }

.form-control {
  display: flex;
  flex-direction: column;
  margin-bottom: .8em; }
  .form-control input, .form-control textarea, .form-control label {
    display: block; }
  .form-control label {
    margin-bottom: .5em; }
  .form-control textarea {
    min-height: 6em; }
  .form-control.form-inline input, .form-control.form-inline textarea, .form-control.form-inline label {
    align-self: flex-start; }
  .form-control input:focus, .form-control select:focus, .form-control textarea:focus {
    box-shadow: 0 0 0 3px rgba(3, 56, 236, 0.3);
    border: 1px solid #56A1E4; }
  .form-control input[type="submit"]:focus, .form-control input[type="reset"]:focus, .form-control button:focus {
    box-shadow: none;
    border-color: inherit; }

.input-error-msg {
  font-size: 1.1rem;
  color: #f54d42; }

input.input-error, textarea.input-error, select.input-error, .input-error {
  border: 0.1rem solid #f54d42; }

.is-fluid {
  width: 100% !important; }

.box {
  display: flex;
  flex-direction: column;
  background-color: #FFF;
  border: 0.1rem solid #E5E5E5;
  border-radius: .3rem;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1); }
  .box .box-header, .box .box-body, .box .box-footer {
    padding: 2rem 1.2rem; }
  .box .box-header {
    border-bottom: 0.1rem solid #E5E5E5; }
    .box .box-header .box-title {
      font-size: 1.8rem;
      text-align: center;
      font-weight: bold; }
      .box .box-header .box-title.is-primary {
        color: #0021DF; }
      .box .box-header .box-title.is-secondary {
        color: #138FFF; }
  .box .box-footer {
    border-top: 0.1rem solid #E5E5E5; }

.table {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-collapse: collapse; }
  .table thead {
    background-color: #d0d0d0; }
  .table th, .table td {
    vertical-align: top;
    text-align: left;
    font-size: 1.3rem;
    border: 0.1rem solid #d0d0d0; }
  .table th {
    padding: 1rem .75rem;
    white-space: nowrap; }
  .table td {
    padding: 1rem .75rem;
    color: #868686; }
    .table td.no-wrap {
      white-space: nowrap; }

.popover {
  display: none;
  min-width: 270px;
  max-width: 350px;
  border: 1px solid #F0F0F0;
  background-color: #FFFFFF;
  border-radius: 3px;
  position: absolute;
  top: 130%;
  right: 0;
  z-index: 999; }
  .popover.open {
    display: block !important; }
  .popover .popover-header, .popover .popover-footer {
    padding: 15px 20px; }
    .popover .popover-header .popover-title, .popover .popover-footer .popover-title {
      font-size: 14px;
      font-weight: normal;
      color: #333;
      text-align: center; }
  .popover .popover-footer {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    color: #868686; }
    .popover .popover-footer span {
      display: inline-block;
      padding-left: 8px;
      padding-right: 8px; }
    .popover .popover-footer span:first-child {
      padding-left: 0; }
    .popover .popover-footer span:last-child {
      padding-right: 0; }
  .popover:after, .popover:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 2%;
    border-top: 13px solid transparent;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent; }
  .popover:after {
    top: -26px;
    border-bottom: 13px solid #F0F0F0;
    z-index: 9; }
  .popover:before {
    top: -25px;
    border-bottom: 13px solid #FFFFFF;
    z-index: 10; }

.popover ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column; }
  .popover ul li {
    display: flex;
    padding: 1rem 1.2rem;
    cursor: pointer;
    transition: all 300ms ease-in-out; }
    .popover ul li:hover {
      background-color: #FFFFFF; }
  .popover ul li:first-child {
    padding-top: 20px; }
  .popover ul li:last-child {
    padding-bottom: 20px; }

.popover-body {
  background-color: #ECEFF3;
  max-height: 300px;
  overflow-y: auto; }
  .popover-body .thumbnail {
    display: inline-block;
    width: 50px; }
  .popover-body .msg {
    display: inline-block;
    padding-left: 20px; }
    .popover-body .msg .msg-title {
      font-size: 13px;
      font-weight: normal;
      color: #333;
      margin-bottom: 8px; }
    .popover-body .msg .msg-body {
      font-size: 12px;
      font-weight: normal;
      color: #868686;
      margin-bottom: 8px; }
    .popover-body .msg .msg-meta {
      font-size: 10px;
      font-weight: normal;
      color: #b9b9b9; }
    .popover-body .msg span {
      display: block; }

.toast {
  max-width: 350px;
  width: 100%;
  display: flex;
  background-color: #f0f0f0;
  color: #777;
  border-radius: 3px;
  box-shadow: -4px 5px 7px rgba(0, 0, 0, 0.08);
  font-size: 13px;
  overflow: hidden; }
  .toast .toast-left, .toast .toast-head, .toast .toast-body {
    padding: 10px; }
  .toast .toast-left {
    background-color: #e0e0e0; }
  .toast .toast-right {
    flex: 1; }
    .toast .toast-right .toast-head {
      border-bottom: 1px solid #e0e0e0;
      position: relative;
      padding: 14px; }
      .toast .toast-right .toast-head .toast-title {
        font-weight: bold; }
      .toast .toast-right .toast-head .close {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
  .toast.is-primary {
    background-color: #97d1ff;
    color: #004589; }
    .toast.is-primary .toast-left {
      background-color: #3998ff;
      color: #fff; }
    .toast.is-primary .toast-right .toast-head {
      border-bottom: 1px solid #56a4e3; }
      .toast.is-primary .toast-right .toast-head .close {
        color: #3998ff; }
  .toast.is-danger {
    background-color: #ffaaa4;
    color: #c50c00; }
    .toast.is-danger .toast-left {
      background-color: #f54d42;
      color: #fff; }
    .toast.is-danger .toast-right .toast-head {
      border-bottom: 1px solid #ef817a; }
      .toast.is-danger .toast-right .toast-head .close {
        color: #f54d42; }
  .toast.is-success {
    background-color: #b4ffc7;
    color: #00ba2f; }
    .toast.is-success .toast-left {
      background-color: #2ce65b;
      color: #fff; }
    .toast.is-success .toast-right .toast-head {
      border-bottom: 1px solid #91eaa7; }
      .toast.is-success .toast-right .toast-head .close {
        color: #2ce65b; }

@media (max-width: 480px) {
  .toast {
    max-width: 280px; }
    .toast .toast-right .toast-head {
      padding: 10px; } }
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .grid .grid-item {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .grid.has-2-items .grid-item {
    flex-basis: 50%; }
  .grid.has-3-items .grid-item {
    flex-basis: 33.333333%; }
  .grid.has-4-items .grid-item {
    flex-basis: 25%; }
  .grid.has-5-items .grid-item {
    flex-basis: 20%; }
  .grid.has-6-items .grid-item {
    flex-basis: 16.666667%; }

.link {
  color: #138FFF !important; }

.message, .note {
  padding: 1.2rem;
  border-radius: .3rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .message.is-primary, .note.is-primary {
    background-color: rgba(0, 33, 223, 0.1); }
    .message.is-primary p, .note.is-primary p {
      color: #0021DF; }

.note {
  font-size: 1.1rem; }

.message-success, .message-error {
  padding: 1.2rem;
  border-radius: .3rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.message-success {
  border: .1rem solid #05B030;
  background-color: #89F9A5; }
  .message-success p {
    color: #42F56F; }

.message-error {
  border: .1rem solid #b30f04;
  background-color: #f9b7b3; }
  .message-error p {
    color: #b30f04; }

.spinner {
  display: inline-flex;
  width: 7.5rem;
  height: 7.5rem;
  position: relative;
  border-radius: 100%;
  border-top: .3rem solid #f0f0f0;
  border-left: .3rem solid #f0f0f0;
  border-bottom: .3rem solid #f0f0f0;
  border-right: 0.3rem solid #0071FE;
  animation-name: spin;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }
  .spinner.is-small {
    width: 3.5rem;
    height: 3.5rem; }
  .spinner.is-xsmall {
    width: 1.5rem;
    height: 1.5rem;
    border-top: .2rem solid #f0f0f0;
    border-left: .2rem solid #f0f0f0;
    border-bottom: .2rem solid #f0f0f0;
    border-right: 0.2rem solid #0071FE; }

.hero-title {
  color: #0021DF;
  font-size: 3.5rem;
  margin-bottom: 1.2rem;
  font-weight: 700; }
  .hero-title.is-white {
    color: #fff; }

h3.hero-title {
  font-size: 2.5rem; }

@media (max-width: 480px) {
  .hero-title {
    font-size: 2.8rem; }

  h3.hero-title {
    font-size: 2rem; } }
* {
  transition: all 300ms ease-in; }

.section {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.logo {
  font-family: "Oleo Script";
  font-weight: 400;
  color: #0021DF;
  font-size: 3.5rem; }

.hero-wrapper {
  max-width: 50rem;
  padding-top: 25vh; }

.btn.is-hero {
  padding-left: 4rem;
  padding-right: 4rem;
  text-transform: none;
  background: linear-gradient(to right, #0021DF 0%, #5AD5FB 100%);
  box-shadow: 0 2rem 3rem -1rem rgba(0, 33, 223, 0.5); }
  .btn.is-hero:hover {
    box-shadow: 0 2rem 5rem -1rem rgba(0, 33, 223, 0.75); }
  .btn.is-hero.is-secondary {
    background: linear-gradient(to right, #FF5BA2 0%, #FFD549 100%);
    box-shadow: 0 2rem 3rem -1rem rgba(255, 91, 162, 0.5); }

.working {
  background-color: #F9F9F9;
  position: relative;
  overflow: hidden; }
  .working .img-cubes {
    position: absolute;
    width: 40rem;
    top: -8rem;
    left: -8rem;
    z-index: 0; }

.working-wrapper {
  max-width: 80rem;
  margin: 0 auto; }

.hero-title-gap {
  margin-bottom: 10rem; }

.card {
  box-shadow: none; }

.card-title {
  color: #0021DF;
  margin-bottom: 2rem; }

.card-working-img {
  width: 19rem;
  height: 22rem;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0 auto; }

.services-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .services-cards .card {
    flex-basis: 30%;
    box-shadow: 0 10px 25px rgba(15, 27, 241, 0.23);
    margin-bottom: 3.5rem;
    text-align: center; }
    .services-cards .card .card-img {
      min-height: 120px;
      background-size: 36%;
      background-position: center center;
      background-repeat: no-repeat; }

.card-text {
  line-height: 1.5; }

@media (max-width: 750px) {
  .main {
    background-size: 100% auto;
    background-position: top 0 right -10rem;
    background-repeat: no-repeat;
    padding: 1.5rem 1rem; }

  .hero-wrapper {
    max-width: 30rem; }

  .services-cards {
    justify-content: space-around; }
    .services-cards .card {
      flex-basis: 45%; }

  .working .img-cubes {
    width: 30rem; } }
@media (max-width: 480px) {
  .main {
    background-image: url("/img/main-banner-mobile.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 1.5rem 1rem; }

  .hero-wrapper {
    max-width: 50rem; }

  .services-cards {
    justify-content: space-around; }
    .services-cards .card {
      flex-basis: 55%; }

  .grid-item {
    flex-basis: 45% !important; }

  .hero-title-gap {
    margin-bottom: 5rem; }

  .hero-wrapper {
    padding-top: 35rem; }
    .hero-wrapper * {
      text-align: center; }

  .logo {
    font-size: 2.5rem;
    color: #fff; }

  .working .img-cubes {
    width: 27.5rem; }

  .hero-title {
    position: relative;
    z-index: 99; } }
@media (max-width: 400px) {
  .services-cards {
    justify-content: space-around; }
    .services-cards .card {
      flex-basis: 75%; } }
.showcase-grid {
  max-width: 80rem;
  margin: 0 auto; }

.showcase-grid .grid-item a {
  display: block;
  text-align: center; }
  .showcase-grid .grid-item a img {
    width: 6.4rem;
    height: 6.4rem; }
.showcase-grid .grid-item p {
  margin-top: 1.2rem; }

.works {
  background-color: #F9F9F9; }

.contact {
  background: linear-gradient(to bottom right, #ffda9f, #ffb2b1); }

.form-wrapper {
  max-width: 45rem;
  margin: 0 auto; }

.btn {
  border: 0 !important;
  padding: 1.2rem 1.8rem; }

footer {
  padding: 5rem 0;
  background-color: #4A4B56;
  color: rgba(255, 255, 255, 0.75); }

.two-col {
  display: flex;
  justify-content: space-between; }
  .two-col &gt; * {
    flex-basis: 49.5%; }

@media (max-width: 460px) {
  .two-col {
    flex-direction: column; } }
.meeting {
  background-image: url("/img/meeting-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

* {
  transition: all 300ms ease-in; }

.section {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.logo {
  font-family: "Oleo Script";
  font-weight: 400;
  color: #0021DF;
  font-size: 3.5rem; }

.hero-wrapper {
  max-width: 50rem;
  padding-top: 25vh; }

.btn.is-hero {
  padding-left: 4rem;
  padding-right: 4rem;
  text-transform: none;
  background: linear-gradient(to right, #0021DF 0%, #5AD5FB 100%);
  box-shadow: 0 2rem 3rem -1rem rgba(0, 33, 223, 0.5); }
  .btn.is-hero:hover {
    box-shadow: 0 2rem 5rem -1rem rgba(0, 33, 223, 0.75); }
  .btn.is-hero.is-secondary {
    background: linear-gradient(to right, #FF5BA2 0%, #FFD549 100%);
    box-shadow: 0 2rem 3rem -1rem rgba(255, 91, 162, 0.5); }

.working {
  background-color: #F9F9F9;
  position: relative;
  overflow: hidden; }
  .working .img-cubes {
    position: absolute;
    width: 40rem;
    top: -8rem;
    left: -8rem;
    z-index: 0; }

.working-wrapper {
  max-width: 80rem;
  margin: 0 auto; }

.hero-title-gap {
  margin-bottom: 10rem; }

.card {
  box-shadow: none; }

.card-title {
  color: #0021DF;
  margin-bottom: 2rem; }

.card-working-img {
  width: 19rem;
  height: 22rem;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 0 auto; }

.services-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .services-cards .card {
    flex-basis: 30%;
    box-shadow: 0 10px 25px rgba(15, 27, 241, 0.23);
    margin-bottom: 3.5rem;
    text-align: center; }
    .services-cards .card .card-img {
      min-height: 120px;
      background-size: 36%;
      background-position: center center;
      background-repeat: no-repeat; }

.card-text {
  line-height: 1.5; }

@media (max-width: 750px) {
  .main {
    background-size: 100% auto;
    background-position: top 0 right -10rem;
    background-repeat: no-repeat;
    padding: 1.5rem 1rem; }

  .hero-wrapper {
    max-width: 30rem; }

  .services-cards {
    justify-content: space-around; }
    .services-cards .card {
      flex-basis: 45%; }

  .working .img-cubes {
    width: 30rem; } }
@media (max-width: 480px) {
  .main {
    background-image: url("/img/main-banner-mobile.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 1.5rem 1rem; }

  .hero-wrapper {
    max-width: 50rem; }

  .services-cards {
    justify-content: space-around; }
    .services-cards .card {
      flex-basis: 55%; }

  .grid-item {
    flex-basis: 45% !important; }

  .hero-title-gap {
    margin-bottom: 5rem; }

  .hero-wrapper {
    padding-top: 35rem; }
    .hero-wrapper * {
      text-align: center; }

  .logo {
    font-size: 2.5rem;
    color: #fff; }

  .working .img-cubes {
    width: 27.5rem; }

  .hero-title {
    position: relative;
    z-index: 99; } }
@media (max-width: 400px) {
  .services-cards {
    justify-content: space-around; }
    .services-cards .card {
      flex-basis: 75%; } }
.showcase-grid {
  max-width: 80rem;
  margin: 0 auto; }

.showcase-grid .grid-item a {
  display: block;
  text-align: center; }
  .showcase-grid .grid-item a img {
    width: 6.4rem;
    height: 6.4rem; }
.showcase-grid .grid-item p {
  margin-top: 1.2rem; }

.works {
  background-color: #F9F9F9; }

.contact {
  background: linear-gradient(to bottom right, #ffda9f, #ffb2b1); }

.form-wrapper {
  max-width: 45rem;
  margin: 0 auto; }

.btn {
  border: 0 !important;
  padding: 1.2rem 1.8rem; }

footer {
  padding: 5rem 0;
  background-color: #4A4B56;
  color: rgba(255, 255, 255, 0.75); }

.two-col {
  display: flex;
  justify-content: space-between; }
  .two-col &gt; * {
    flex-basis: 49.5%; }

@media (max-width: 460px) {
  .two-col {
    flex-direction: column; } }
.meeting {
  background-image: url("/img/meeting-banner.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

/*# sourceMappingURL=app.css.map */
</pre></body></html>