p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.container {
  text-align: center;
}

.image {
  padding-top: 5px;
  padding-bottom: 5px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  text-align: right;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #696969;
  font-size: 22px;
  font-weight: 500;
}

.instructor-name {
  color: #309be6;
  font-weight: 600;
}

.column-2 {
  text-align: left;
}

.button {
  margin: 10px 15px;
  border: 2px solid #777;
  border-radius: 10px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #309be6;
}

.button:hover {
  background-color: #777;
  color: #fff;
}

.button._2 {
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  border-color: #777;
  font-family: Montserrat, sans-serif;
  color: #777;
}

.button._2:hover {
  border-style: solid;
  background-color: #777;
  color: #fff;
}

.button.white {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.button.white:hover {
  border-style: solid;
  background-color: rgba(0, 0, 0, 0.2);
}

.bold-text {
  font-family: Montserrat, sans-serif;
  color: #777;
  font-size: 14px;
  font-weight: 500;
}

.bold-text:hover {
  color: #fff;
}

.bold-text.grey {
  color: #777;
}

.column-3 {
  text-align: right;
}

.section {
  margin-top: 25px;
}

.ai-for-leaders {
  display: none;
}

.ai-for-leaders.mob {
  display: none;
}

.section-2 {
  margin-top: 20px;
}

.text-block-2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

.container-2 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block {
  display: block;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-section {
  position: static;
  display: none;
  margin-top: 100px;
  background-color: transparent;
  text-align: center;
}

.video-section.tab {
  display: none;
}

.video-section.mobile-l {
  display: none;
}

.video-section.mobile-p {
  display: none;
}

.menu-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 20;
  display: none;
  height: 40px;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(48, 155, 230, 0.9);
  text-align: center;
}

.container-3 {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.menu-link {
  margin-right: 20px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.menu-link._1 {
  font-weight: 200;
}

.menu-link._1.w--current {
  margin-left: 0px;
}

.menu-link._2 {
  margin-right: 20px;
}

.course {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #cecece;
  background-image: url('../images/BG-2.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.course.content {
  display: block;
  background-color: #1a1a1a;
  background-image: url('../images/Sauce-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
}

.text-block-3 {
  font-family: Exo, sans-serif;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.paragraph.white {
  margin-top: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-block-4 {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.column-4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.column-4.course-content {
  margin-top: 0px;
  padding: 10px 20px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.32);
}

.side-bar-text {
  font-family: Exo, sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.side-bar-text.white {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.image-2 {
  margin-right: 10px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  margin-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #666;
  font-weight: 600;
  text-align: left;
  text-decoration: underline;
}

.heading.white {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
}

.heading.instructor {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.heading.use-case {
  text-align: center;
}

.heading._2 {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.heading.contact {
  margin-bottom: 40px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.column-5 {
  margin-bottom: 20px;
}

.instructor {
  margin-top: 100px;
}

.richtx1 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.usecase {
  display: none;
  margin-top: 100px;
}

.usecase._2 {
  display: block;
}

.column-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41 {
  position: static;
  width: 242px;
  height: 343px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.div-block-43 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 469px;
  height: 365px;
  border-radius: 16px;
  background-color: #000;
  background-image: url('../images/Digital-Learning-Solution-Back.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-43._3 {
  width: 296px;
  height: 467px;
  border-radius: 0px;
  background-image: url('../images/1b.png');
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-43._3._2 {
  width: 242px;
  height: 343px;
  background-image: url('../images/2b.png');
  opacity: 0.8;
}

.div-block-43._3._2.alt {
  background-image: url('../images/2b_1.png');
}

.div-block-43._3._1 {
  width: 242px;
  height: 343px;
  background-image: url('../images/1b_1.png');
  opacity: 0.8;
}

.div-block-43._3._1.alt {
  background-image: url('../images/1b_2.png');
}

.div-block-43._3._33 {
  width: 242px;
  height: 343px;
  background-image: url('../images/3b.png');
  opacity: 0.8;
}

.div-block-43._3._33.alt {
  background-image: url('../images/3b_1.png');
}

.div-block-43._3._4 {
  width: 242px;
  height: 343px;
  background-image: url('../images/4b.png');
  opacity: 0.8;
}

.div-block-43._3._4.alt {
  background-image: url('../images/4b_1.png');
}

.div-block-43._3._5 {
  width: 242px;
  height: 343px;
  background-image: url('../images/5b.png');
  opacity: 0.8;
}

.div-block-43._3._6 {
  width: 242px;
  height: 343px;
  background-image: url('../images/6b.png');
  opacity: 0.8;
}

.div-block-43._3._6.alt {
  background-image: url('../images/6b_1.png');
}

.div-block-43._5 {
  width: 380px;
  height: 296px;
  background-image: url('../images/Digital-Learning-Solution-Back_1.png');
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-42 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 380px;
  height: 296px;
  border-radius: 17px;
  background-color: transparent;
  background-image: url('../images/Leadership-Development.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.div-block-42._3 {
  width: 296px;
  height: 467px;
  border-radius: 0px;
  background-image: url('../images/1.png');
}

.div-block-42._3._2 {
  width: 242px;
  height: 343px;
  background-image: url('../images/2.png');
  opacity: 0.8;
}

.div-block-42._3._2.alt {
  background-image: url('../images/2_1.png');
}

.div-block-42._3._33 {
  width: 242px;
  height: 343px;
  background-image: url('../images/3.png');
  opacity: 0.8;
}

.div-block-42._3._33.alt {
  background-image: url('../images/3_1.png');
}

.div-block-42._3._1 {
  width: 242px;
  height: 343px;
  background-image: url('../images/1_1.png');
  opacity: 0.8;
}

.div-block-42._3._1.alt {
  background-image: url('../images/1_2.png');
}

.div-block-42._3._4 {
  width: 242px;
  height: 343px;
  background-image: url('../images/4.png');
  opacity: 0.8;
}

.div-block-42._3._4.alt {
  background-image: url('../images/4_1.png');
}

.div-block-42._3._5 {
  width: 242px;
  height: 343px;
  background-image: url('../images/5.png');
  opacity: 0.8;
}

.div-block-42._3._5.alt {
  background-image: url('../images/5_1.png');
}

.div-block-42._3._6 {
  width: 242px;
  height: 343px;
  background-image: url('../images/6.png');
  opacity: 0.8;
}

.div-block-42._3._6.alt {
  background-image: url('../images/6_1.png');
}

.div-block-42._5 {
  background-image: url('../images/Digital-Learning-Solution.png');
}

.column-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-8 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.div-block-44 {
  position: relative;
  width: auto;
  height: auto;
}

.button-2 {
  margin-top: 245px;
  border: 1.5px solid #fff;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.container-4 {
  margin-top: 50px;
  text-align: center;
}

.contact-us {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2b2b2b;
  color: #fff;
}

.text-block-5 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.success-message {
  background-color: #25a098;
}

.error-message {
  background-color: #ba4953;
}

.text-block-6 {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.form-block {
  margin-right: 137px;
  margin-left: 137px;
}

.heading-21 {
  display: block;
  margin-top: 0px;
  padding-top: 10px;
  background-color: transparent;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.heading-21.contact {
  display: inline-block;
  margin-bottom: 50px;
  border-bottom: 1px solid #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
  text-decoration: none;
}

.italics {
  font-style: italic;
}

.form-2 {
  font-family: Exo, sans-serif;
  color: #fff;
}

.textarea {
  min-height: 120px;
  margin-top: 20px;
  border: 1px solid #4f4f4f;
  border-radius: 0px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-field {
  position: relative;
  display: block;
  overflow: visible;
  width: 380px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #6d6d6d #000;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
}

.text-field.last-name {
  left: 539px;
  top: -48px;
  background-color: transparent;
  color: #fff;
}

.text-field.phone {
  left: 539px;
  top: -48px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.text-field.email {
  padding-left: 10px;
  background-color: transparent;
  color: #fff;
}

.text-block-10 {
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.submit-button-2 {
  position: static;
  left: 813px;
  margin-top: 50px;
  padding-top: 9px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 10px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.submit-button-2:hover {
  border-style: solid;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.form-block-2 {
  font-family: Exo, sans-serif;
  color: #fff;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  display: none;
  background-color: #535353;
}

.text-block-12 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #bbb;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.column-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-5 {
  text-align: center;
}

.container-6 {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-46 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 300px;
}

.particle {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  height: 370px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Particle-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.particles-js {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 370px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-48 {
  width: 100%;
  height: 300px;
}

.container-8 {
  display: none;
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-block-13 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.heading-22 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #309be6;
  text-align: center;
}

.columns-10 {
  display: block;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-blue {
  display: inline-block;
  margin-top: 0px;
  border-bottom: 1px none #309be6;
  font-family: Montserrat, sans-serif;
  color: #309be6;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.heading-blue.intell {
  border-bottom-color: #fff;
  color: #fff;
  text-decoration: none;
}

.slide {
  position: static;
  background-image: url('../images/Slide-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slider {
  position: static;
  background-color: transparent;
}

.slide-2 {
  background-image: url('../images/Slide-2.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/Slide-3.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/Slide-4.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/Slide-5.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/Slide-6.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.left-arrow {
  display: block;
}

.slide-nav {
  display: block;
  font-size: 8px;
}

.icon {
  display: none;
}

.right-arrow {
  display: none;
}

.icon-2 {
  display: none;
}

.mask {
  position: static;
}

.column-35 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.rich-text-block {
  color: #fff;
}

.secret-to-success {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.secret {
  display: block;
  margin-top: 40px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.heading-23 {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.mentor-paragraph {
  margin-top: 20px;
  color: #777;
  font-weight: 500;
  text-align: center;
}

.image-3 {
  margin-top: 20px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}

.column-36 {
  text-align: center;
}

.column-37 {
  text-align: center;
}

.link-block {
  margin-top: 20px;
}

.link-block-2 {
  margin-top: 20px;
}

.columns-11 {
  margin-top: 40px;
}

.intelligence {
  margin-top: 100px;
  padding: 100px 20px;
  background-image: url('../images/Intelligence-BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.image-4 {
  display: none;
  margin-top: 40px;
  opacity: 0.75;
}

.image-5 {
  display: none;
}

.bold-text-2 {
  font-weight: 500;
  text-decoration: none;
}

.container-9 {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.container-10 {
  text-align: center;
}

.bold-text-3 {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  text-decoration: none;
}

.bold-text-4 {
  font-size: 20px;
  font-weight: 400;
}

.bold-text-5 {
  font-size: 45px;
  font-weight: 300;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  color: #505050;
  font-size: 20px;
}

.success-message-2 {
  background-color: transparent;
}

.error-message-2 {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.big-text {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 500;
  text-transform: none;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
}

.big-text._2 {
  margin-top: 0px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.big-text._2._3 {
  display: none;
  margin-top: 40px;
}

.big-text.grey {
  margin-top: 0px;
  color: #505050;
  font-weight: 500;
  text-align: center;
}

.bigtext-blue {
  color: #309be6;
  font-weight: 800;
}

.particle-system {
  position: static;
}

.div-block-49 {
  padding: 10px;
  background-color: #353535;
  text-align: center;
}

.slider-2 {
  position: relative;
  display: block;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 10px;
  border-color: #fff;
  background-color: transparent;
}

.slide-nav-2 {
  top: 151px;
  font-size: 8px;
}

.button-3 {
  border: 2px solid #777;
  border-radius: 10px;
  background-color: rgba(56, 152, 236, 0);
  font-family: Montserrat, sans-serif;
  color: #777;
  font-size: 16px;
  font-weight: 500;
}

.grey-button {
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #777;
  border-radius: 10px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #777;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

.grey-button:hover {
  background-color: #777;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}

.button-4 {
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 10px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.button-4:hover {
  background-color: hsla(0, 0%, 100%, 0.18);
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
}

.right-arrow-2 {
  display: none;
}

.icon-3 {
  display: none;
}

.icon-4 {
  display: none;
}

.left-arrow-2 {
  display: none;
}

.section-3 {
  margin-top: 100px;
}

.ai-statement {
  margin-top: 80px;
  text-align: center;
}

.section-4 {
  position: static;
}

.head-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -20;
  display: block;
  height: 1242px;
  background-image: url('../images/Main-BG.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.video {
  position: static;
  display: block;
}

.video-2 {
  margin-top: 100px;
}

.div-block-50 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.text-block-15 {
  text-align: center;
}

.slider-text-1 {
  display: block;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #505050;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.slider-text-2 {
  display: block;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #309be6;
  font-size: 70px;
  line-height: 80px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -4px 4px rgba(0, 0, 0, 0.3);
}

.slider-text-3 {
  display: block;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #505050;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.slider-3 {
  height: 343px;
  margin-top: 40px;
  background-color: transparent;
}

.slider-3.mobile {
  display: none;
}

.slider-3.tablet {
  display: none;
}

.slide-nav-3 {
  display: none;
  font-size: 10px;
}

.icon-5 {
  color: #505050;
}

.right-arrow-3 {
  right: -50px;
}

.left-arrow-3 {
  left: -50px;
  color: #505050;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sub-heading {
  font-family: Montserrat, sans-serif;
  color: #505050;
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
}

.dropdown-link-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.nav-link {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.nav-link:hover {
  background-color: #b9b9b9;
  color: #333;
}

.nav-menu {
  height: 100vh;
  background-color: hsla(0, 0%, 78%, 0.8);
}

.dropdown-link-2 {
  display: none;
  font-size: 16px;
  text-align: center;
}

.dropdown {
  text-align: center;
}

.dropdown:hover {
  background-color: #b9b9b9;
  color: #fff;
}

.menu-button {
  margin-top: 10px;
  margin-right: 32px;
  margin-bottom: 10px;
}

.menu-button.w--open {
  background-color: hsla(0, 0%, 100%, 0);
}

.dropdown-link {
  background-color: rgba(0, 152, 255, 0);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.dropdown-link:hover {
  background-color: #b9b9b9;
}

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0.15);
}

.dropdown-list-2.w--open {
  background-color: transparent;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0.13);
}

.dropdown-list.w--open {
  background-color: #c8c8c8;
}

.image-7 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.navbar {
  position: fixed;
  width: 100%;
  background-color: transparent;
}

.navbar.main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: block;
}

.text-block-16 {
  display: block;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.text-block-16:hover {
  color: #333;
}

.nav-link-2 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.container-11 {
  position: static;
  display: inline;
  width: auto;
  background-color: transparent;
  opacity: 1;
}

.div-block-13 {
  margin-top: 15px;
}

.div-block-84 {
  height: 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000;
}

.text-block-17 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #d6d6d6;
  font-family: 'Open Sans', sans-serif;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.row-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social {
  padding-right: 14px;
  padding-left: 14px;
}

.div-block-14 {
  margin-top: 20px;
  text-align: center;
}

.text-block-11 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.footer-menu {
  padding-right: 24px;
  padding-left: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #4f4f4f;
  font-size: 18px;
  text-decoration: none;
}

.footer-2 {
  position: static;
  top: -725px;
  display: block;
  margin-top: 0px;
  padding-top: 50px;
  background-color: #aaa;
}

.div-block-15 {
  margin-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dad9d8), to(#dad9d8));
  background-image: linear-gradient(180deg, #dad9d8, #dad9d8);
}

@media screen and (max-width: 991px) {
  .columns {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block {
    font-size: 20px;
  }
  .button {
    margin-top: 10px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 6px;
  }
  .bold-text {
    font-size: 15px;
  }
  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: right;
  }
  .video-section {
    display: block;
  }
  .video-section.tab {
    display: none;
  }
  .menu-bar {
    display: none;
    height: auto;
  }
  .container-3 {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .column-4 {
    margin-top: 0px;
  }
  .sidebar-div {
    margin-left: 10px;
  }
  .heading {
    margin-top: 0px;
  }
  .usecase._2 {
    text-align: center;
  }
  .column-25 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .div-block-43._3 {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }
  .div-block-43._5 {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }
  .column-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .columns-8 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .columns-8.two {
    margin-left: 10px;
  }
  .container-4 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-2 {
    display: inline-block;
    text-align: center;
  }
  .textarea {
    margin-top: 20px;
  }
  .text-field {
    position: static;
    width: 600px;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .text-field.last-name {
    position: static;
  }
  .text-field.phone {
    position: static;
  }
  .text-block-10 {
    text-align: left;
  }
  .submit-button-2 {
    position: static;
  }
  .form-block-2 {
    text-align: center;
  }
  .div-block-45 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: center;
  }
  .column-33 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .particle {
    display: block;
    background-image: url('../images/Particle-BG-Tablet.jpg');
    background-size: cover;
  }
  .columns-10 {
    margin-top: 0px;
  }
  .slide-nav {
    display: none;
  }
  .slider-2 {
    height: auto;
    margin-bottom: 80px;
  }
  .slide-nav-2 {
    top: 260px;
  }
  .grey-button {
    margin-top: 10px;
  }
  .ai-statement {
    margin-top: 100px;
  }
  .slider-text-1 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slider-text-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slider-text-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .slider-3 {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .slider-3.tablet {
    display: block;
  }
  .right-arrow-3 {
    right: -35px;
  }
  .left-arrow-3 {
    left: -35px;
  }
  .slide-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .menu-button {
    margin-right: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .row-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .social {
    margin-bottom: 10px;
  }
  .div-block-14 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .container-12 {
    display: block;
  }
  .footer-menu {
    display: inline-block;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .column {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .text-block {
    font-size: 18px;
  }
  .button {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 3px 4px;
    border-color: #fff;
    border-radius: 5px;
  }
  .bold-text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
  }
  .ai-for-leaders {
    display: none;
    text-align: center;
  }
  .ai-for-leaders.mob {
    display: none;
    margin-top: 15px;
    text-align: center;
  }
  .video-section {
    background-color: transparent;
  }
  .video-section.tab {
    display: none;
  }
  .video-section.mobile-l {
    display: none;
  }
  .menu-bar {
    display: none;
  }
  .menu-link {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .menu-link.w--current {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .course {
    padding-right: 10px;
    padding-left: 10px;
  }
  .paragraph {
    text-align: center;
  }
  .column-4 {
    margin-top: 40px;
  }
  .side-bar-text.white {
    text-align: center;
  }
  .heading {
    margin-top: 0px;
    text-align: center;
  }
  .heading.instructor {
    padding-top: 0px;
  }
  .richtx1 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .usecase._2 {
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .div-block-41 {
    display: block;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
  .div-block-43._3 {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }
  .div-block-43._5 {
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }
  .div-block-42._3._5 {
    opacity: 0.8;
  }
  .column-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .columns-8 {
    display: block;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-8.two {
    margin-top: 0px;
  }
  .div-block-44 {
    width: auto;
    height: auto;
  }
  .button-2 {
    margin-top: 250px;
    padding: 6px 30px;
    font-size: 14px;
  }
  .container-4 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-4._2 {
    display: block;
  }
  .text-field {
    width: 400px;
  }
  .columns-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-45 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .column-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-7 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .particle {
    background-image: url('../images/Particle-BG-Mobile-L.jpg');
    background-size: cover;
  }
  .columns-10 {
    display: block;
    margin-top: 20px;
  }
  .column-35 {
    text-align: center;
  }
  .column-36 {
    margin-bottom: 50px;
  }
  .link-block {
    margin-top: 10px;
  }
  .link-block-2 {
    margin-top: 10px;
  }
  .link-block-2.linkedin-2 {
    margin-top: 0px;
  }
  .image-4 {
    display: none;
  }
  .image-5 {
    display: none;
    margin-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    opacity: 0.75;
  }
  .big-text {
    font-size: 40px;
    line-height: 50px;
  }
  .slider-2 {
    margin-top: 50px;
    margin-bottom: 30px;
    border-width: 5px;
  }
  .slide-nav-2 {
    display: none;
    font-size: 6px;
  }
  .button-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: right;
  }
  .ai-statement {
    margin-top: 120px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .slider-text-2 {
    font-size: 50px;
    line-height: 60px;
    text-shadow: 0 -3px 3px rgba(0, 0, 0, 0.3);
  }
  .slider-3 {
    display: none;
  }
  .slider-3.mobile {
    display: inline-block;
    width: 400px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .slider-3.tablet {
    display: none;
  }
  .slide-nav-3 {
    top: auto;
    display: none;
  }
  .icon-5 {
    display: block;
  }
  .right-arrow-3 {
    right: 0px;
    display: block;
  }
  .left-arrow-3 {
    left: 0px;
    display: block;
  }
  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .nav-menu {
    background-color: hsla(0, 0%, 100%, 0.9);
  }
  .menu-button {
    margin-right: 15px;
  }
  .image-7 {
    max-width: none;
  }
  .navbar.main {
    width: auto;
  }
  .div-block-84 {
    width: 400px;
  }
  .row-5 {
    display: inline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .container-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-11 {
    margin-top: 10px;
  }
  .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .icon-6 {
    display: inline;
  }
  .icon-7 {
    display: block;
  }
  .slide-8 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .instructor-name {
    font-size: 16px;
  }
  .column-2 {
    padding-left: 0px;
  }
  .button {
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 5px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 16px;
    text-align: center;
  }
  .bold-text {
    text-align: center;
  }
  .ai-for-leaders.mob {
    margin-right: 10px;
    margin-left: 10px;
  }
  .text-block-2 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 25px;
    line-height: 30px;
  }
  .video-section.mobile-l {
    display: none;
  }
  .video-section.mobile-p {
    display: none;
  }
  .instructor {
    margin-top: 60px;
  }
  .usecase {
    margin-top: 60px;
  }
  .div-block-41 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 242px;
    height: 343px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-43._3 {
    width: 300px;
    height: 233px;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }
  .div-block-43._3._2 {
    width: 242px;
    height: 343px;
  }
  .div-block-43._3._1 {
    width: 242px;
    height: 343px;
  }
  .div-block-43._3._33 {
    width: 242px;
    height: 343px;
  }
  .div-block-43._3._4 {
    width: 242px;
    height: 343px;
  }
  .div-block-43._3._6 {
    width: 242px;
    height: 343px;
  }
  .div-block-43._5 {
    width: 300px;
    height: 233px;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }
  .div-block-42 {
    width: 300px;
    height: 233px;
  }
  .columns-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns-8.two {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .button-2 {
    margin-top: 190px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
  .form-2 {
    display: block;
    text-align: center;
  }
  .text-field {
    display: block;
    width: 100%;
    border-left-width: 1px;
    border-left-color: #000;
  }
  .text-field.last-name {
    width: 100%;
  }
  .text-field.phone {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .text-field.email {
    width: 100%;
  }
  .form-block-2 {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
  }
  .columns-9 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .particle {
    background-image: url('../images/Particle-BG-Mobile-P.jpg');
  }
  .columns-10 {
    margin-top: 10px;
  }
  .big-text {
    font-size: 40px;
    line-height: 50px;
  }
  .bigtext-blue {
    display: inline-block;
  }
  .slider-2 {
    margin-bottom: 0px;
  }
  .slide-nav-2 {
    bottom: auto;
  }
  .button-4 {
    margin-top: 10px;
  }
  .ai-statement {
    margin-top: 120px;
  }
  .slider-3.mobile {
    width: 380px;
  }
  .right-arrow-3 {
    right: 0px;
  }
  .left-arrow-3 {
    left: 0px;
  }
  .menu-button {
    margin-right: 10px;
  }
  .image-7 {
    margin-left: 5px;
  }
  .div-block-84 {
    width: 300px;
  }
  .row-5 {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-14 {
    display: block;
  }
  .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

