/* Body */
body {
  font-family: "Fira Sans", sans-serif;
}

/* Site */
.site {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Banner */
.banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #ccc;
}

.banner.ratio-16-9 {
  padding-bottom: 56.25%;
}

.banner.ratio-2-1 {
  padding-bottom: 50.25%;
}

.banner.ratio-4-3 {
  padding-bottom: 75%;
}

.banner.ratio-7-2 {
  padding-bottom: 35%;
}

.banner.ratio-5-2 {
  padding-bottom: 40%;
}

.banner.ratio-5-3 {
  padding-bottom: 60%;
}

.banner.ratio-5-6 {
  padding-bottom: 120%;
}

.banner.ratio-3-4 {
  padding-bottom: 133%;
}

.banner.ratio-5-7 {
  padding-bottom: 140%;
}

.banner.ratio-5-8 {
  padding-bottom: 140%;
}

.banner .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .banner-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

/* Utinities */
.gap {
  width: 100%;
  height: 0;
  padding-bottom: 2rem;
  clear: both;
  font-size: 0;
  line-height: 0;
}

.dark {
  color: #2f2966;
}

.btn-cta {
  font-size: 1.5rem;
  padding: 0.5rem 3rem;
  border-radius: 3rem;
}
.btn-cta:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.2);
}

.bg-danger-light {
  background: rgba(255, 71, 152, 0.2);
}

.bg-primary-light {
  background: rgba(0, 114, 188, 0.2);
}

.error {
  font-size: 13px;
  color: #ff4798;
  display: block;
  margin: 0.5rem 0 0 0;
}

.list-arrow li {
  padding-left: 1.5rem;
  line-height: 1.5rem;
  background: url(../img/icon-arrow.svg) 0 4px no-repeat;
  background-size: 16px 16px;
}

hr.light {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* -- Section -- */
.section {
  padding: 3rem 0;
}
.section .section-header {
  margin-bottom: 3rem;
}
.section .section-header .section-title {
  text-align: center;
  font-size: 2rem;
}
.section .section-header .section-title > span {
  background-color: #ffd600;
  padding: 0.5rem 3rem 0.25rem 5rem;
  border-radius: 3rem;
  color: #2f2966;
  position: relative;
}
.section .section-header .section-title > span:before {
  width: 4rem;
  height: 4rem;
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  background: #ff0090;
  border-radius: 50%;
  z-index: 10;
}
.section .section-header .section-title > span:after {
  width: 5rem;
  height: 5rem;
  content: "";
  position: absolute;
  left: -3rem;
  top: -1rem;
  background: #4F67E1;
  border-radius: 50%;
  z-index: 5;
}

/* Header */
.header-wrapper {
  background: rgba(255, 255, 255, 0.2);
}
.header-wrapper .header-inner {
  padding: 1rem 0;
}
.header-wrapper .header-inner .site-brand .site-title {
  line-height: 3rem;
  margin: 0;
  font-size: 2.5rem;
}
.header-wrapper .header-inner .site-brand .site-title .site-link {
  display: block;
}
.header-wrapper .header-inner .site-brand .site-title .site-link .logo {
  max-height: 2.5rem;
}

/* Section Top */
.section-top .banner-top {
  background: #fff;
  color: #2f2966;
  padding: 2rem 3rem;
  border-bottom-left-radius: 6rem;
  border-top-right-radius: 6rem;
}

.section-problem .banner {
  border-radius: 3rem;
  border-bottom-right-radius: 0;
}
.section-problem .banner .bg {
  border-radius: 3rem;
  border-bottom-right-radius: 0;
}
.section-problem .banner:before {
  border: 2px solid #fff;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  left: -1.5rem;
  bottom: -1.5rem;
}

/* Section Intro */
.section-intro .item-intro {
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.2);
}
.section-intro .item-intro .banner {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.section-intro .item-intro .banner .bg {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.section-intro .item-intro .item-header {
  padding: 1rem 2rem;
}
.section-intro .item-intro .item-header .item-title {
  font-size: 1.15rem;
  margin-bottom: 0;
}

/* List Numbers */
.list-numbers {
  counter-reset: learnova;
}
.list-numbers li {
  counter-increment: learnova;
  position: relative;
  padding-left: 64px;
  margin-bottom: 20px;
}
.list-numbers li span {
  line-height: 24px;
  padding: 12px 30px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  position: relative;
}
.list-numbers li span:before {
  height: 2px;
  width: 28px;
  content: "";
  background: #fcdf21;
  position: absolute;
  left: -14px;
  top: 23px;
}
.list-numbers li span:after {
  height: 6px;
  width: 6px;
  content: "";
  background: #fcdf21;
  position: absolute;
  left: 10px;
  top: 21px;
  border-radius: 50%;
}
.list-numbers li:after {
  content: counter(learnova);
  position: absolute;
  left: 4px;
  top: 4px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  z-index: 10;
  color: #ff0090;
}
.list-numbers li:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 52px;
  height: 52px;
  border: 2px solid #fcdf21;
  text-align: center;
  font-size: 32px;
  display: inline-block;
  border-radius: 50%;
  z-index: 5;
}

/* Section Intro */
.section-speaker .box-profile {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3rem;
}
.section-speaker .box-profile .list-unstyled li {
  line-height: 20px;
  padding-left: 16px;
  margin-bottom: 0.75rem;
  position: relative;
}
.section-speaker .box-profile .list-unstyled li:before {
  left: 0;
  top: 2px;
  position: absolute;
  height: 16px;
  width: 2px;
  background: #ff0090;
  content: "";
}
.section-speaker .box-profile .banner {
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  position: relative;
}
.section-speaker .box-profile .banner .bg {
  border-radius: 3rem;
  border-bottom-left-radius: 0;
}
.section-speaker .box-profile .banner:before {
  border: 2px solid #fff;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  right: -1.5rem;
  bottom: -1.5rem;
}

/* Section  */
.section-why .why-item {
  background-color: #fff;
  border-radius: 1.5rem;
}
.section-why .why-item .banner {
  border-radius: 1.5rem;
  background: none;
}
.section-why .why-item .banner .bg {
  border-radius: 1.5rem;
}
.section-why .why-item .item-content {
  padding: 1rem 1.5rem 0.5rem;
}
.section-why .why-item .item-content .item-title {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  padding-left: 16px;
  line-height: 20px;
}
.section-why .why-item .item-content .item-title:before {
  left: 0;
  top: 2px;
  position: absolute;
  height: 16px;
  width: 2px;
  background: #ff0090;
  content: "";
}
.section-why .why-item .item-content .item-summary {
  font-size: 15px;
}

.section-cta .cta-text {
  text-align: center;
}
.section-cta .cta-text .lead {
  font-size: 24px;
  line-height: 32px;
}
.section-cta .cta-text .lead span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3rem;
  padding: 0.25rem 2rem;
}
.section-cta .cta-text .lead .display-4 {
  background: none;
  line-height: 32px;
  vertical-align: middle;
  margin-top: -0.5rem;
}
.section-cta .form .form-group {
  position: relative;
}
.section-cta .form .form-group .label {
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 5;
  text-transform: uppercase;
  transition: all ease 0.2s;
  margin: 0;
  line-height: 1rem;
}
.section-cta .form .form-group .form-control {
  border: 0;
  padding: 2rem 0 0.75rem;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  position: relative;
  z-index: 10;
  background: none;
}
.section-cta .form .form-group .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #2f3980;
  background: none;
}
.section-cta .form .form-group.focus .label {
  top: 0;
  font-size: 12px;
  transition: all ease 0.2s;
  z-index: 555;
}

/*-------
RESPONSIVE 
---------*/
/* Laptop */
/* Tablet */
/* Tablet */
/* Small Tablet */
@media screen and (max-width: 768px) {
  .section .section-header {
    margin-bottom: 3rem;
  }
  .section .section-header .section-title {
    text-align: center;
    font-size: 1.5rem;
  }
  .section .section-header .section-title > span {
    background-color: rgba(255, 255, 255, 0);
    padding: 0.5rem;
    color: #fff;
    display: block;
  }
  .section .section-header .section-title > span:before {
    width: 3rem;
    height: 3rem;
    content: "";
    position: absolute;
    left: 50%;
    top: -3rem;
    margin-left: -1.5rem;
    background: #ff0090;
    border-radius: 50%;
    z-index: 10;
  }
  .section .section-header .section-title > span:after {
    width: 2rem;
    height: 2rem;
    content: "";
    position: absolute;
    left: 50%;
    top: -2.5rem;
    margin-left: 1rem;
    background: #4F67E1;
    border-radius: 50%;
    z-index: 5;
  }
}
/* Mobile */
@media screen and (max-width: 576px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.35rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6, p.lead {
    font-size: 1.15rem;
  }

  .section-top .banner-top {
    background: #fff;
    color: #2f2966;
    padding: 1.5rem 2rem;
    border-bottom-left-radius: 4rem;
    border-top-right-radius: 4rem;
  }

  .btn-cta {
    font-size: 1.25rem;
    padding: 0.5rem 2rem;
    border-radius: 2rem;
  }

  .section-cta .cta-text {
    text-align: center;
  }
  .section-cta .cta-text .lead {
    font-size: 18px;
    line-height: 24px;
  }
  .section-cta .cta-text .lead span {
    display: inline-block;
    background: rgba(255, 255, 255, 0);
    border-radius: 3rem;
    padding: 0.5rem 2rem;
  }
  .section-cta .cta-text .lead .display-4 {
    background: none;
    line-height: 32px;
    vertical-align: middle;
    margin-top: 1rem;
    display: block;
  }

  .footer-wrapper p {
    font-size: 14px;
  }
}

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