.material-icons {
  font-style: normal;
  margin: 0;
  padding: 0;
  font-size: 24px;
}
.material-icons.arrow-left:before {
  content: "\e314";
}
.material-icons.arrow-right:before {
  content: "\e315";
}
.material-icons.arrow-down:before {
  content: "\e313";
}
.material-icons.arrow-up:before {
  content: "\e316";
}
.material-icons.menu:before {
  content: "\e5d2";
}
.material-icons.close:before {
  content: "\e5cd";
}

*:focus {
  outline: none;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold*/
  -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* prevent tap highlight color / shadow*/
  -webkit-overflow-scrolling: touch;
}

html {
  line-height: 1.5;
  font-size: 22px;
  scroll-behavior: smooth;
}

textarea, [contenteditable],
input[type=text],
input[type=text]:before,
input[type=text]:after {
  border: 0;
  width: 100%;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
textarea::-webkit-input-placeholder, [contenteditable]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=text]:before::-webkit-input-placeholder,
input[type=text]:after::-webkit-input-placeholder {
  color: #E0E0E0;
}
textarea:-moz-placeholder, [contenteditable]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=text]:before:-moz-placeholder,
input[type=text]:after:-moz-placeholder {
  color: #E0E0E0;
}
textarea::-moz-placeholder, [contenteditable]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=text]:before::-moz-placeholder,
input[type=text]:after::-moz-placeholder {
  color: #E0E0E0;
}
textarea:-ms-input-placeholder, [contenteditable]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=text]:before:-ms-input-placeholder,
input[type=text]:after:-ms-input-placeholder {
  color: #E0E0E0;
}

body {
  color: #333;
  /*letter-spacing: -.02rem;*/
  position: relative;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400 !important;
  overflow-x: hidden;
}

a {
  outline: none;
  color: #05629B;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
}
ul::after {
  clear: both;
  content: "";
  display: table;
}
ul.disc li {
  padding-left: 10px;
  list-style: disc outside;
  float: none;
}
ul.circle li {
  padding-left: 10px;
  list-style: circle inside !important;
  float: none;
}
ul.square li {
  padding-left: 10px;
  list-style: square inside !important;
  float: none;
}
ul.decimal li {
  padding-left: 10px;
  float: none;
}
ul li {
  list-style: none;
}

ol::after {
  clear: both;
  content: "";
  display: table;
}
ol li {
  float: none;
}
ol.roman li {
  padding-left: 10px;
  list-style: upper-roman outside;
  float: none;
}
ol.alpha li {
  padding-left: 10px;
  list-style: lower-alpha outside;
  float: none;
}

img {
  max-width: 100%;
}

[class$=__desktop] {
  display: block;
}
@media only screen and (max-width: 1023px) {
  [class$=__desktop] {
    display: none;
  }
}

[class$=__mobile] {
  display: none;
}
@media only screen and (max-width: 1023px) {
  [class$=__mobile] {
    display: block;
  }
}

/* CP IGNITE CSS */
.wrap {
  margin: 0 auto;
  max-width: 1160px;
}
@media only screen and (max-width: 1279px) {
  .wrap {
    max-width: 944px;
  }
}
@media only screen and (max-width: 1023px) {
  .wrap {
    max-width: none;
  }
}

@media only screen and (max-width: 1023px) {
  .wrap-content {
    padding: 0 24px;
  }
}

.sep {
  padding: 60px 0 0;
}
@media only screen and (max-width: 1023px) {
  .sep {
    padding: 32px 0 0;
  }
}

h1 {
  font-size: 50px;
  line-height: 2.8rem;
  margin: 0.67em 0 0;
  width: 375px;
}
@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 35px;
    line-height: 1.8rem;
    margin: 0.4em 0 0;
    width: auto;
  }
}

h2 {
  font-size: 54px;
}
@media only screen and (max-width: 1023px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 2rem;
  }
}
h2.section-h2 {
  font-size: 72px;
}
@media only screen and (max-width: 767px) {
  h2.section-h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 36px;
}
@media only screen and (max-width: 1023px) {
  h3 {
    font-size: 24px;
  }
}

p {
  margin: 24px 0;
}
@media only screen and (max-width: 767px) {
  p {
    margin: 20px 0;
  }
}

#ignite {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: -0.02rem;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #ignite {
    font-size: 18px;
  }
}
#ignite .fade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#ignite .fade.scale {
  scale: 1.2;
}
#ignite .fade.scale-zero {
  scale: 0;
}
#ignite .fade.transition-default {
  -webkit-transform: translate(0, 10vh);
          transform: translate(0, 10vh);
}
#ignite .fade.transition-left {
  -webkit-transform: translate(-10vw, 0);
          transform: translate(-10vw, 0);
}
#ignite .fade.transition-right {
  -webkit-transform: translate(10vw, 0);
          transform: translate(10vw, 0);
}
#ignite .fade.fade-delay-2 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#ignite .fade.fade-delay-3 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#ignite .fade.fade-delay-4 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#ignite .fade.visible {
  scale: initial;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#ignite .perks li:nth-child(1n) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#ignite .perks li:nth-child(2n) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#ignite .perks li:nth-child(3n) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#ignite .perks li:nth-child(4n) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#ignite .perks li:nth-child(5n) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#ignite .perks li:nth-child(6n) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#ignite .perks li:nth-child(7n) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#ignite .perks li:nth-child(8n) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#ignite .perks li:nth-child(9n) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#ignite .perks li:nth-child(10n) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#ignite .perks li:nth-child(11n) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#ignite .perks li:nth-child(12n) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#ignite .perks li:nth-child(13n) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes enterHero {
  0% {
    margin-left: -200%;
  }
  100% {
    margin-left: 0%;
  }
}
@keyframes enterHero {
  0% {
    margin-left: -200%;
  }
  100% {
    margin-left: 0%;
  }
}
@-webkit-keyframes enterHeroCar {
  0% {
    margin-left: -200%;
  }
  100% {
    margin-left: 0%;
  }
}
@keyframes enterHeroCar {
  0% {
    margin-left: -200%;
  }
  100% {
    margin-left: 0%;
  }
}
@-webkit-keyframes heroCar {
  10% {
    margin-left: 0%;
  }
  60% {
    margin-left: 50px;
  }
  80% {
    margin-left: -50px;
  }
  100% {
    margin-left: 0%;
  }
}
@keyframes heroCar {
  10% {
    margin-left: 0%;
  }
  60% {
    margin-left: 50px;
  }
  80% {
    margin-left: -50px;
  }
  100% {
    margin-left: 0%;
  }
}
#ignite .cta {
  border-radius: 100px;
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  text-align: center;
  max-width: 200px;
}
#ignite .cta.blue {
  background: #0047ba;
  color: #fff;
  margin: 0 auto;
}
#ignite .cta.blue:hover, #ignite .cta.blue:active {
  background: #0061ff;
}
#ignite .cta.yellow {
  background: #ffce05;
}
#ignite .cta.yellow:hover, #ignite .cta.yellow:active {
  background: #ffd731;
}
#ignite #hero {
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  #ignite #hero {
    overflow: hidden;
  }
}
#ignite #hero .hero-bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
@media only screen and (max-width: 1279px) {
  #ignite #hero .hero-bg svg {
    height: 100vh;
  }
}
#ignite #hero .hero-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1248px;
  margin: 0 auto;
  padding: 40px 24px;
  z-index: 1;
}
@media only screen and (max-width: 1279px) {
  #ignite #hero .hero-header {
    padding: 40px 80px;
  }
}
@media only screen and (max-width: 1023px) {
  #ignite #hero .hero-header {
    padding: 40px 24px 140px;
  }
}
@media only screen and (max-width: 767px) {
  #ignite #hero .hero-header {
    display: block;
    padding: 140px 24px 0;
  }
}
#ignite #hero .hero-header div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #ignite #hero .hero-header div:first-child {
    margin: 0 auto;
  }
}
#ignite #hero .hero-header div:last-child {
  font-style: italic;
  letter-spacing: 0.2rem;
  padding: 8px 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #ignite #hero .hero-header div:last-child strong {
    position: absolute;
    rotate: -90deg;
    font-size: 10px;
    letter-spacing: 0.1rem;
    right: -20px;
    top: 60px;
  }
}
#ignite #hero .hero-header img {
  width: 280px;
}
#ignite #hero .hero-wrap-content {
  -webkit-animation: enterHero 1s ease-in-out;
          animation: enterHero 1s ease-in-out;
}
#ignite #hero .hero-wrap-content .hero-logo {
  margin: 0 auto;
  max-width: 800px;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  #ignite #hero .hero-wrap-content .hero-logo {
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  #ignite #hero .hero-wrap-content .hero-logo {
    max-width: 320px;
  }
}
#ignite #hero .hero-wrap-content .hero-logo h1 {
  margin: 0 auto;
  max-width: 650px;
  width: auto;
}
#ignite #hero .hero-wrap-content .hero-logo h2 {
  font-weight: 400;
  font-size: 26px;
  font-style: italic;
  line-height: 1.3rem;
  margin: 12px 0 24px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  #ignite #hero .hero-wrap-content .hero-logo h2 {
    font-size: 20px;
  }
}
#ignite #hero .hero-wrap-content .hero-logo h2 span {
  color: #fc7e00;
}
#ignite #hero a.cta {
  -webkit-animation: fadeIn 1s 1s 1 ease-in-out backwards;
          animation: fadeIn 1s 1s 1 ease-in-out backwards;
}
#ignite #hero .hero-wrap-car {
  -webkit-animation: enterHeroCar 1s ease-in-out, heroCar 6s infinite;
          animation: enterHeroCar 1s ease-in-out, heroCar 6s infinite;
  margin: 40px auto 0;
}
#ignite #hero .hero-wrap-car .hero-car {
  width: 800px;
  margin: 0 auto;
  max-width: 800px;
  width: auto;
}
@media only screen and (max-width: 1023px) {
  #ignite #hero .hero-wrap-car .hero-car {
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  #ignite #hero .hero-wrap-car .hero-car {
    max-width: 300px;
  }
}
#ignite #intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0 0;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  #ignite #intro {
    padding: 20px 0 0;
  }
}
#ignite #intro .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1248px;
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  #ignite #intro .wrap {
    max-width: 944px;
  }
}
@media only screen and (max-width: 1023px) {
  #ignite #intro .wrap {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  #ignite #intro .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#ignite #intro .wrap div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #ignite #intro .wrap div {
    width: 100%;
  }
}
#ignite #intro .wrap div:first-child {
  padding: 80px 80px 80px 40px;
}
@media only screen and (max-width: 1279px) {
  #ignite #intro .wrap div:first-child {
    padding: 80px 40px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  #ignite #intro .wrap div:first-child {
    padding: 40px 24px 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  #ignite #intro .wrap div:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#ignite #intro .wrap div h2 {
  background: #ff5100;
  background: -webkit-gradient(linear, left top, right top, from(#ff5100), color-stop(50%, #fc7e00));
  background: linear-gradient(to right, #ff5100 0%, #fc7e00 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 8px;
}
#ignite #intro .wrap div img {
  max-width: 80%;
}
@media only screen and (max-width: 1279px) {
  #ignite #intro .wrap div img {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1023px) {
  #ignite #intro .wrap div img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  #ignite #intro .wrap div span {
    display: inline-block;
    font-size: 16px;
    line-height: 1rem;
  }
}
#ignite #intro .wrap div strong {
  color: #fc7e00;
}
#ignite .courses {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  #ignite .courses {
    padding: 30px 0;
  }
}
#ignite .courses-A {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  #ignite .courses-A {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #ignite .courses-A {
    display: block;
  }
}
#ignite .courses-A .photo {
  line-height: 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #ignite .courses-A .photo {
    margin: 0 0 30px;
    width: auto;
  }
}
#ignite .courses-A .photo img {
  width: 100%;
}
#ignite .courses-A .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 73%;
  top: 50%;
  max-width: 1248px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}
@media only screen and (max-width: 1023px) {
  #ignite .courses-A .wrap {
    font-size: 16px;
    line-height: 1rem;
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  #ignite .courses-A .wrap {
    max-width: none;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
#ignite .courses-A .wrap div {
  min-width: 450px;
}
@media only screen and (max-width: 1279px) {
  #ignite .courses-A .wrap div {
    min-width: 350px;
  }
}
@media only screen and (max-width: 1023px) {
  #ignite .courses-A .wrap div {
    min-width: 330px;
  }
}
#ignite .courses-A .wrap div h2 {
  margin: 0 0 12px;
}
#ignite .courses-B {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1279px) {
  #ignite .courses-B {
    display: block;
  }
}
#ignite .courses-B .photo {
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  #ignite .courses-B .photo {
    margin: 0 0 30px;
    width: auto;
  }
}
#ignite .courses-B .photo img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #ignite .courses-B .photo img {
    width: auto;
  }
}
#ignite .courses-B .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 50%;
  max-width: 1160px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  #ignite .courses-B .wrap {
    font-size: 16px;
    line-height: 1rem;
    max-width: 944px;
  }
}
@media only screen and (max-width: 767px) {
  #ignite .courses-B .wrap {
    max-width: none;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
#ignite .courses-B .wrap div {
  max-width: 450px;
}
@media only screen and (max-width: 1279px) {
  #ignite .courses-B .wrap div {
    padding: 0 0 0 80px;
  }
}
@media only screen and (max-width: 1023px) {
  #ignite .courses-B .wrap div {
    padding: 0;
    max-width: 350px;
  }
}
@media only screen and (max-width: 1023px) {
  #ignite .courses-B .wrap div {
    max-width: none;
  }
}
#ignite .courses-B .wrap div h2 {
  margin: 0 0 12px;
}
#ignite #course-1 h2 {
  background: #ff5100;
  background: -webkit-gradient(linear, left top, right top, from(#2e4787), color-stop(75%, #4d7bf0));
  background: linear-gradient(to right, #2e4787 0%, #4d7bf0 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1279px) {
  #ignite #course-1 h2 {
    font-size: 36px;
    line-height: 2rem;
  }
}
#ignite #course-2 h2 {
  background: #2e4787;
  background: -webkit-gradient(linear, left top, right top, from(#f02c00), to(#a6dae5));
  background: linear-gradient(to right, #f02c00 0%, #a6dae5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 38px;
  line-height: 2.2rem;
}
@media only screen and (max-width: 1279px) {
  #ignite #course-2 h2 {
    font-size: 30px;
    line-height: 1.6rem;
  }
}
#ignite #course-3 h2 {
  background: #c73f00;
  background: -webkit-gradient(linear, left top, right top, from(#c73f00), to(#fc7e00));
  background: linear-gradient(to right, #c73f00 0%, #fc7e00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1279px) {
  #ignite #course-3 h2 {
    font-size: 36px;
    line-height: 2rem;
  }
}
#ignite #course-4 h2 {
  background: #28465F;
  background: -webkit-gradient(linear, left top, right top, from(#28465F), to(#a6d9b2));
  background: linear-gradient(to right, #28465F 0%, #a6d9b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1279px) {
  #ignite #course-4 h2 {
    font-size: 36px;
    line-height: 2rem;
  }
}
#ignite #footer {
  border-top: 1px #e0e0e0 solid;
  margin: 60px 0 0;
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  #ignite #footer {
    padding: 30px 0 0;
  }
}
#ignite #footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #ignite #footer .wrap {
    display: block;
  }
}
#ignite #footer .wrap > div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #ignite #footer .wrap > div {
    width: auto;
  }
}
#ignite #footer .wrap > div:first-child {
  padding: 0 100px 0 0;
}
@media only screen and (max-width: 1279px) {
  #ignite #footer .wrap > div:first-child {
    padding: 0 60px 0 40px;
  }
}
@media only screen and (max-width: 1023px) {
  #ignite #footer .wrap > div:first-child {
    font-size: 16px;
    padding: 0 24px;
  }
}
#ignite #footer .wrap > div:first-child strong {
  color: #fc7e00;
}
#ignite #footer .wrap > div:last-child {
  font-size: 12px;
  letter-spacing: 0;
  padding: 0 0 0 100px;
}
@media only screen and (max-width: 1023px) {
  #ignite #footer .wrap > div:last-child {
    padding: 0 24px;
  }
}
#ignite #footer .wrap > div:last-child > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #ignite #footer .wrap > div:last-child > div {
    margin: 40px 0;
    position: relative;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
#ignite #footer .wrap > div:last-child > div img {
  width: 330px;
}
#ignite #footer .wrap > div:last-child > div p {
  margin: 8px 0;
}