:root {
  --white: white;
  --black: black;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.body_main {
  background-color: #f6f3ef;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
  display: flex;
}

.div_main {
  z-index: 5;
  width: 95vw;
  height: 98vh;
  max-height: 100vh;
  margin: auto;
  display: flex;
  position: relative;
}

.div_main.vertical {
  flex-flow: column;
  align-items: center;
  overflow: scroll;
}

.h_main {
  color: #000;
  text-align: center;
  max-width: 75vw;
  margin: 1rem auto .5rem;
  font-family: Play, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 3.6rem;
}

.h_main.bigger {
  width: 100%;
  font-size: 4.4rem;
  font-weight: 300;
  line-height: 5.4rem;
}

.h_main.smaller {
  font-size: 1.8rem;
  line-height: 3rem;
}

.h_main.career {
  z-index: 3;
  text-align: center;
  width: 55%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  font-weight: 300;
  line-height: 5.4rem;
}

.h_main.career.job {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 4rem;
  text-decoration: none;
}

.h_main.ready {
  font-size: 2.5rem;
  line-height: 3rem;
}

.h_main.center {
  text-align: center;
}

.h_main.privacy {
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

.h_main.faq {
  color: #fff;
  margin-bottom: 4rem;
}

.h_main.ai {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p_main {
  color: #000;
  text-align: center;
  max-width: 75vw;
  margin: 1rem auto 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9rem;
}

.p_main.bigger {
  color: #fff;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2.1rem;
}

.p_main.bigger.founder {
  padding-left: 20px;
}

.p_main.mission {
  max-width: 100%;
  font-family: Montserrat, sans-serif;
}

.p_main.writtentestim {
  color: #ebebeb;
  text-align: center;
  width: 100%;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.p_main.writtentestim.title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.4rem;
}

.p_main.privacy {
  color: #000;
  text-align: left;
  max-width: 80%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.p_main.white, .p_main.ai {
  color: #fff;
}

.p_main.ai.left {
  text-align: left;
}

.btn_main {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(290deg, #05e3ba, #038c73);
  border-radius: 15px;
  margin: 2rem auto 1rem;
  padding: .8em 2.5em;
  font-family: Play, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  box-shadow: 2px 2px 10px #0009;
}

.btn_main.bigger {
  text-align: center;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 7vh;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.4rem;
}

.btn_main.writtentestims {
  background-image: linear-gradient(290deg, #038c73, #05e3ba);
  margin-left: 0;
}

.btn_main.navbar {
  margin-top: auto;
  margin-bottom: auto;
  padding: .5em 1em;
  font-size: 1rem;
  line-height: 1.4rem;
  display: none;
}

.btn_main.navbar.desktop {
  background-color: #038c73;
  background-image: none;
  font-size: 1.2rem;
  line-height: 1.6rem;
  display: flex;
}

.btn_main.mobile {
  display: none;
}

.btn_main.ai {
  background-color: #00decb;
  background-image: none;
}

.div_header {
  z-index: 30;
  color: #fff;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 98vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px #00000080;
}

.header_navlink {
  color: #000;
  text-align: center;
  border-radius: 11px;
  min-width: 90px;
  margin: 3px 2px;
  padding: 15px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.header_navlink.w--current {
  color: #038c73;
}

.nav-menu {
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px;
  display: flex;
}

.container {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  min-width: 90vw;
  display: flex;
}

.div_video {
  border: 7px solid #038c73;
  border-radius: 10px;
  width: 75vw;
  max-width: 1280px;
  margin: 2rem auto;
  position: relative;
  box-shadow: 10px 12px 44px #05e3ba;
}

.image_carrousel {
  filter: brightness(95%);
  cursor: pointer;
  border-radius: 15px;
}

.div_wrapperbody {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div_programs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  margin-top: 20vh;
  margin-bottom: auto;
  display: grid;
}

.div_program {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 28vw;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.div_program.writtentestim {
  margin-left: 0;
  margin-right: 0;
}

.div_program.video_testim {
  max-width: none;
}

.p_program {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8rem;
}

.p_program.sub {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.s_footer {
  background-color: #026956;
  border-top: 2px solid #00000038;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 10vh;
  padding-top: 7rem;
  padding-bottom: 40px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div_footer_left {
  margin-left: 40px;
  margin-right: auto;
}

.div_footer_right {
  margin-left: auto;
  margin-right: 40px;
}

.footer_link {
  color: #bbb;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
}

.div_mission {
  width: 80%;
  margin-top: 10vh;
  margin-bottom: 10vh;
}

.div_mission.horizontal {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div_mission.lessmargin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div_separator {
  background-color: #8b8b8f;
  width: 80%;
  min-height: 2px;
}

.div_separator.founder {
  width: 2px;
  height: 100%;
  min-height: 33px;
}

.live {
  font-weight: 600;
}

.img_mission {
  border-radius: 15px;
  width: 100%;
  margin-top: 10px;
}

.div_mission_founder {
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  display: flex;
}

.div_mission_2columns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div_mission_left {
  width: 30%;
  height: 100%;
}

.div_mission_right {
  width: 70%;
  height: 100%;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.div_career {
  margin-top: 15vh;
  margin-bottom: 10vh;
}

.div_careergrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  max-width: 1280px;
  margin-top: 40px;
  margin-bottom: auto;
  display: grid;
}

.div_img_career {
  background-image: url('../images/image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 30vw;
  height: 30vh;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div_careerdescription {
  z-index: 7;
  opacity: .86;
  background-color: #323336;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  height: auto;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.p_jobdescription {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  line-height: 1.2rem;
}

.link_career {
  width: 100%;
  text-decoration: none;
}

.link_program {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div_wrapper_main {
  overflow: hidden;
}

.div_wrapper_main.privacy {
  flex-flow: column;
  margin-top: 5rem;
  display: flex;
}

.div_ready {
  z-index: 5;
  background-image: linear-gradient(135deg, #0becc2, #024639);
  border-radius: 25px;
  width: 95vw;
  height: 45vh;
  min-height: 45vh;
  max-height: 100vh;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.div_ready_right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 40px;
  display: flex;
}

.div_ready_left {
  transform-style: preserve-3d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-top: -5vh;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(11deg)rotateY(-11deg)rotateZ(11deg);
}

.div_ready_vertical {
  width: 33vw;
  height: 100%;
}

.div_ready_left_wrapper {
  perspective: 1200px;
  width: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image_carrousel_ready {
  filter: brightness(95%);
  cursor: pointer;
  border-radius: 25px;
  padding: 10px;
}

.div_reviews {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90vw;
  display: flex;
}

.div_reviews_videos2, .div_reviews_videos3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.img_writtentestim {
  margin-left: auto;
  margin-right: auto;
}

.div_reviews_written {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.div_reviews_written.mobile {
  display: none;
}

.contact_bigger {
  font-size: 1.6rem;
  line-height: 2rem;
}

.div_footerlinks {
  justify-content: center;
  width: 100%;
  margin: 20px auto;
  display: flex;
}

.p_footer {
  color: #bbb;
  text-align: center;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 10px;
  line-height: 16px;
}

.logo_navbar {
  border-radius: 7px;
  width: 256px;
  margin-top: auto;
  margin-bottom: auto;
}

.brand {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.logo_navbartext {
  color: #000;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
}

.bold-text {
  font-weight: 600;
}

.s_main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100vw;
  display: flex;
  position: relative;
}

.span_hmainbg {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #05e3ba, #038c73);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.div_socialproof {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.img_studentsbutton {
  width: 150px;
  margin-left: auto;
}

.studentsbuttontxt {
  color: #000;
  margin-left: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.html-embed {
  z-index: 2;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  box-shadow: 0 2px 2px #575757;
}

.carrousel_slider {
  display: flex;
  overflow: hidden;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block.logo-bar {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.div-block.logo-bar._20-top-margin {
  margin-top: 20px;
}

.div-block.logo-bar._20-top-margin._60-opacity {
  opacity: .6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: none;
  margin-top: 0;
  padding-bottom: 1rem;
  overflow: hidden;
}

.image {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.image.brightness0 {
  filter: brightness(0%);
  width: 200px;
}

.s_def {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.s_def.gradient {
  background-image: linear-gradient(#038c73, #05e3ba 50%, #038c73 101%);
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.s_def.ai {
  background-image: linear-gradient(275deg, #00dfca, #007a7e);
}

.h_courses {
  margin-top: 0;
  margin-bottom: 1em;
}

.swiper-wrapper {
  display: flex;
  position: relative;
}

.swiper-wrapper.swiper-height {
  align-items: flex-start;
}

.slide {
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.swiper-slide {
  object-fit: cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.swiper-pagination {
  margin-bottom: -10px;
  transform: translate(0, 32px);
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper.cover-swiper {
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.slide-img {
  z-index: 0;
  object-fit: contain;
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: auto;
}

.slider {
  justify-content: center;
  align-items: center;
  max-width: 95vw;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.slider._2 {
  display: none;
}

.p_courses {
  color: #000;
  text-align: center;
  margin-top: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.p_main-2 {
  color: #c4c4c4;
  max-width: 60%;
  font-size: 1rem;
  line-height: 1.4rem;
}

.p_main-2.writtentestim {
  color: #000;
  text-align: center;
  width: 90%;
  max-width: none;
  margin: 20px auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.p_main-2.writtentestim.title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.4rem;
}

.div_written {
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.div_reviews_right {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding-left: 5rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.h_reviewsright {
  color: #000;
  text-align: left;
  max-width: 80%;
  margin-top: .5rem;
  margin-bottom: .25rem;
  margin-right: auto;
  font-family: Play, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.p_reviewsright {
  color: #000;
  text-align: left;
  max-width: 80%;
  margin-top: .25rem;
  margin-bottom: 0;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9rem;
}

.span_green {
  color: #04ba99;
  font-weight: 500;
}

.span_green.light {
  color: #000;
}

.carousel_wrapper {
  overflow: hidden;
}

.s_main_wrapper {
  width: 100vw;
  overflow: hidden;
}

.con {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 1400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._2---brix {
  background-color: #1dbf73;
  right: 7px;
  transform: rotate(-45deg);
}

.arrow-line---brix._1---brix {
  color: #026956;
  -webkit-text-stroke-color: #026956;
  background-color: #026956;
  left: 7px;
  transform: rotate(45deg);
}

.accordion-arrow-wrap---brix {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #1dbf73;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.accordion-item-title---brix {
  color: #170f49;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.8rem;
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid #0000;
  margin-bottom: 32px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.div_formembed {
  width: 95%;
  max-width: 700px;
  margin-bottom: auto;
}

.popup {
  z-index: 9999;
  background-color: #0c0c0c80;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-span-2 {
  font-weight: 700;
}

.close-button {
  color: #555;
  cursor: pointer;
  background-color: #0000;
  font-size: 18px;
  position: absolute;
  top: 1%;
  right: 1%;
}

.html-embed-2 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.main-button {
  text-align: center;
  cursor: pointer;
  background-color: #3071ff;
  border: 2px solid #2b48ac;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 0 50px -3px #3773ff33;
}

.main-button.invisible {
  display: none;
}

.heading-popup {
  color: #000;
  text-align: center;
  max-width: 444px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.heading-popup.bigger {
  max-width: 90%;
  font-size: 2rem;
  line-height: 2.4rem;
}

.div-block-2 {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  display: flex;
  position: absolute;
}

.span_underline {
  text-decoration: underline;
}

.play-pause-button {
  display: none;
}

.div_ontopofvideo {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.skoolgif {
  margin-left: auto;
  margin-right: auto;
}

.div_ai {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.img_ai {
  width: 150px;
}

.img_arrow {
  width: 50px;
  margin-left: 2rem;
  margin-right: 2rem;
}

.div_img_ai {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20vw;
  display: flex;
}

.div_ai_fastrack {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo_ai {
  background-color: #02c3b4;
  border-radius: 6px;
  width: 77px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  padding: 7px;
}

.div_scrollformore {
  display: none;
}

.p_scroll {
  color: #000;
  text-align: left;
  max-width: 80%;
  margin-top: .25rem;
  margin-bottom: 0;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.9rem;
}

@media screen and (min-width: 1280px) {
  .div_ready_right {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1440px) {
  .h_main {
    max-width: 55vw;
  }

  .h_main.career {
    z-index: 4;
  }

  .p_main {
    max-width: 55vw;
  }

  .div_video {
    width: auto;
  }

  .div_video.main {
    width: 55vw;
  }

  .div_career {
    flex-flow: column;
    align-items: center;
    margin-top: 15vh;
    display: flex;
  }

  .div_img_career {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    opacity: .6;
  }
}

@media screen and (min-width: 1920px) {
  .h_main {
    max-width: 840px;
  }

  .p_main, .div_video.main {
    max-width: 940px;
  }

  .s_footer {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div_footer_left {
    flex-flow: row;
  }

  .div_mission, .div_career {
    max-width: 1111px;
  }

  .div_reviews {
    width: 75vw;
    max-width: 1440px;
  }

  .s_main.first {
    margin-left: auto;
    margin-right: auto;
  }

  .s_def.simple {
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
  }

  .s_def.lessmargin {
    padding-top: 0;
  }

  .h_courses {
    margin-bottom: 2em;
  }

  .slider {
    margin-bottom: 8em;
  }
}

@media screen and (max-width: 991px) {
  .h_main {
    max-width: 88vw;
  }

  .btn_main.writtentestims {
    margin-left: auto;
  }

  .btn_main.navbar {
    margin-right: 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    display: block;
  }

  .btn_main.navbar.desktop {
    display: none;
  }

  .btn_main.mobile {
    display: block;
  }

  .header_navlink {
    text-align: left;
    background-color: #fff;
    border-bottom: 1px #000;
    border-left: 1px #000;
    border-radius: 0 0 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
    max-width: 55vw;
    margin-top: 20px;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 2px 10px #0003;
  }

  .div_programs {
    grid-template-columns: 1fr 1fr;
  }

  .div_program {
    max-width: 40vw;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div_careergrid {
    grid-template-columns: 1fr;
  }

  .div_ready_right {
    width: 80%;
  }

  .div_ready_left_wrapper {
    display: none;
  }

  .img_writtentestim {
    max-width: 95%;
  }

  .logo_navbar {
    width: 200px;
  }

  .logo_navbartext {
    display: none;
  }

  .menu-button {
    color: #000;
    padding: 11px;
    font-size: 2.4rem;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  .h_courses {
    z-index: 0;
    margin-bottom: 4em;
  }

  .swiper-wrapper {
    height: 360px;
  }

  .swiper-wrapper.swiper-height {
    height: auto;
  }

  .slider {
    display: flex;
  }

  .div_written {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div_reviews_right {
    max-width: 100%;
    margin-bottom: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    top: 0;
  }

  .h_reviewsright {
    text-align: center;
    max-width: 55vw;
    margin-left: auto;
  }

  .p_reviewsright {
    text-align: center;
    margin-left: auto;
  }

  .con {
    overflow: visible;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .main-button {
    width: 55vw;
  }

  .div-block-2 {
    max-width: 75%;
  }

  .div_ai {
    flex-flow: column;
  }

  .img_ai {
    width: 100px;
  }

  .img_arrow {
    margin-top: 2rem;
    margin-bottom: 2rem;
    transform: rotate(90deg);
  }

  .div_img_ai {
    width: 55vw;
  }

  .p_scroll {
    text-align: center;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .h_main.bigger {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .h_main.smaller {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .h_main.career {
    font-size: 2rem;
    line-height: 3rem;
  }

  .h_main.center {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .p_main {
    max-width: 90vw;
  }

  .p_main.bigger {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .p_main.mission {
    font-size: .8rem;
    line-height: 1.24rem;
  }

  .p_main.writtentestim {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .p_main.writtentestim.title {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .btn_main.main {
    display: none;
  }

  .div_video {
    width: 90vw;
  }

  .div_programs {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .div_program.writtentestim {
    width: 95vw;
    max-width: 80vw;
    height: 100%;
  }

  .div_program.writtentestim.yt {
    display: none;
  }

  .div_program.video_testim {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .s_footer {
    flex-flow: column;
  }

  .div_footer_left {
    margin: 20px auto;
  }

  .div_footer_right {
    margin-left: auto;
    margin-right: auto;
  }

  .div_mission_right {
    margin-left: 20px;
  }

  .div_reviews {
    grid-template-columns: 1fr 1fr;
  }

  .div_reviews_videos2, .div_reviews_videos3 {
    flex-flow: column;
  }

  .div_reviews_written {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    max-width: 95vw;
    overflow: scroll;
  }

  .div_reviews_written.mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 1rem;
    display: grid;
  }

  .div_socialproof {
    max-width: 75vw;
  }

  .html-embed {
    border-width: 5px;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .image {
    max-width: 80%;
    display: block;
  }

  .image.brightness0 {
    width: 100px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .h_courses {
    margin-top: 4em;
  }

  .swiper-wrapper {
    height: 300px;
  }

  .p_main-2.writtentestim {
    line-height: 2.4rem;
  }

  .p_main-2.writtentestim.title {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .con {
    width: 90%;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .main-button {
    width: 75vw;
  }

  .heading-popup.bigger {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .div-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img_arrow.scroll {
    width: 40px;
    margin-left: 0;
    transform: rotate(-90deg);
  }

  .div_scrollformore {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    height: 8vh;
    margin-bottom: 2rem;
    display: flex;
  }

  .p_scroll {
    max-width: none;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: .5rem;
  }
}

@media screen and (max-width: 479px) {
  .h_main {
    max-width: 98vw;
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .h_main.bigger {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .h_main.smaller {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .h_main.career {
    width: 90%;
  }

  .h_main.career.job {
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .h_main.ready {
    text-align: center;
  }

  .h_main.center {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .h_main.ai {
    font-weight: 400;
  }

  .p_main {
    margin-bottom: .5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .p_main.bigger {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .p_main.privacy {
    max-width: 95%;
  }

  .p_main.ai {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .btn_main {
    width: 88%;
    max-width: 90vw;
    margin-top: 1rem;
    padding-left: 1em;
    padding-right: 1em;
  }

  .btn_main.writtentestims {
    width: 90%;
  }

  .btn_main.navbar {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-menu {
    margin-top: 10px;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .div_video {
    width: 95vw;
    margin-top: .5rem;
    margin-bottom: 2rem;
  }

  .div_programs {
    grid-template-columns: 1fr;
  }

  .div_program {
    max-width: 90vw;
  }

  .div_program.writtentestim {
    margin-left: auto;
    margin-right: auto;
  }

  .div_footer_left {
    text-align: center;
  }

  .footer_link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div_mission.lessmargin {
    width: 98%;
  }

  .div_mission_2columns {
    flex-flow: column;
    align-items: center;
  }

  .div_mission_left {
    width: 90%;
  }

  .div_mission_right {
    width: 90%;
    margin-left: 0;
  }

  .div_careergrid {
    width: 98vw;
  }

  .div_ready_right {
    width: 100%;
    padding-left: 0;
  }

  .div_reviews {
    grid-template-columns: 1fr;
  }

  .img_writtentestim {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div_reviews_written {
    max-width: 100vw;
  }

  .div_reviews_written.mobile {
    margin-bottom: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
  }

  .div_footerlinks {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .p_footer {
    margin-left: 10px;
    margin-right: 20px;
  }

  .logo_navbar {
    width: 144px;
    margin-left: 5px;
  }

  .brand {
    padding-left: 0;
  }

  .menu-button {
    padding: 0;
  }

  .div_socialproof {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .img_studentsbutton {
    width: 125px;
    margin-right: auto;
  }

  .studentsbuttontxt {
    text-align: center;
    max-width: 95vw;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .html-embed {
    box-shadow: -1px 1px 1px #575757;
  }

  .div-block.logo-bar._20-top-margin._60-opacity {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 444px;
    display: grid;
  }

  .image.brightness0 {
    width: 100px;
    margin-top: 10px;
  }

  .s_def {
    min-height: 90vh;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .s_def.gradient {
    background-image: linear-gradient(#038c73, #05e3ba 50%, #038c73 101%);
    padding-top: 1rem;
  }

  .s_def.simple {
    min-height: 0;
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .s_def.ai {
    padding-top: 2rem;
  }

  .s_def.lessmargin {
    padding: 0;
  }

  .h_courses {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .swiper-wrapper {
    height: 240px;
  }

  .p_courses {
    text-align: center;
    max-width: 80vw;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .p_main-2 {
    max-width: 100%;
  }

  .p_main-2.writtentestim {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .p_main-2.writtentestim.title {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .div_written {
    margin-top: 0;
  }

  .div_reviews_right {
    margin-bottom: .5rem;
    padding-left: .125rem;
    padding-right: .125rem;
  }

  .h_reviewsright {
    max-width: 95vw;
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .p_reviewsright {
    max-width: 90%;
    margin-bottom: .5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .accordion-item-title---brix {
    max-width: 70%;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
    margin-top: 2rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .accordion-item---brix.accordion-1---brix {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-span-2 {
    line-height: 26px;
  }

  .main-button {
    background-color: #3071ff;
    background-image: none;
    width: 80vw;
    margin-top: 10%;
    padding: 10px;
    font-size: 16px;
  }

  .heading-popup {
    max-width: 65%;
  }

  .heading-popup.bigger {
    max-width: 98%;
  }

  .div-block-2 {
    max-width: 95%;
    padding: 3rem 10px;
  }

  .img_ai {
    width: 120px;
  }

  .img_arrow {
    margin-bottom: 3rem;
  }

  .img_arrow.scroll {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div_img_ai {
    width: 80vw;
  }

  .logo_ai {
    width: 55px;
    margin-right: .5rem;
    padding: 5px;
  }

  .div_scrollformore {
    width: 90%;
  }

  .p_scroll {
    max-width: 90%;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}


