.c-button-primary {
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid #fff;
  padding: 17px 18px;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
  transition: background-color .4s;
}

.c-button-primary:hover {
  color: #54181f;
  background-color: #fff;
  border-color: #000;
}

.c-button-primary-dropdown {
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid #528dff;
  padding: 17px 26px;
  font-family: League Spartan, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .4s;
}

.c-button-primary-dropdown:hover {
  background-color: #528dff;
}

.c-navlink {
  color: #fff;
  white-space: nowrap;
  font-family: Abhaya Libre, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .4s cubic-bezier(.25, .1, .199, .814);
}

.c-navlink:hover {
  color: #cecece;
}

.c-navlink.last-link {
  margin-right: 0;
  padding-right: 0;
}

.c-navigation-desktop {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-header-wrapper {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}

.c-logo-wrapper {
  width: 80px;
}

.c-navigation-mobile {
  display: none;
}

.c-nav-links {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.c-section-header {
  background-color: #54181f;
  padding: 2px 20px;
}

.c-nav-wrap {
  max-width: 920px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  align-items: center;
  margin-right: 30px;
  display: flex;
}

.c-footer-wrapper {
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background-color: #0b0e13;
  padding: 10px 20px 66px;
}

.c-footer-logo-wrapper {
  max-width: 274px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-login-button {
  opacity: .4;
  color: #fff;
  text-align: left;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 16px 31px 18px;
  font-family: Satoshi, sans-serif;
  font-size: 19px;
  transition: opacity .4s;
}

.c-login-button:hover {
  opacity: 1;
}

.c-footer-content-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.c-footer-links-wrap {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.c-footer-text-wrap {
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-bottom: 23px;
  font-family: League Spartan, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.footer-link.last {
  margin-bottom: 0;
}

.paragraph {
  color: #777;
  margin-bottom: 0;
  font-family: League Spartan, sans-serif;
  font-size: 17px;
}

.paragraph.center {
  text-align: center;
  font-size: 18px;
}

.c-footer-btm-text {
  margin-top: 79px;
}

.c-section-hero {
  background-color: #fff;
  background-image: url('../images/hero-bg.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
}

.c-hero-content-wrapper {
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  z-index: 1;
  color: #0b0e13;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 82px;
  position: relative;
}

.heading.white {
  color: #fff;
}

.underline {
  background-image: url('../images/text_arrow.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  font-weight: 800;
}

.c-hero-videro-wrapper {
  z-index: 2;
  max-width: 1100px;
  margin-top: 40px;
  position: relative;
}

.c-hero-btn-wrap {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 31px;
  display: flex;
  position: relative;
}

.c-button-secondary {
  background-color: #000;
  border: 2px solid #fff;
  padding: 23px 38px;
  font-family: League Spartan, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  transition: background-color .4s;
}

.c-button-secondary:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #262626;
}

.c-section-ask {
  padding-top: 30px;
}

.c-ask-content-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-ask-content-wrapper-l {
  max-width: 801px;
  background-color: #54181f;
  margin-left: auto;
  margin-right: -40px;
  padding: 33px 34px 68px 69px;
  position: relative;
}

.c-ask-content-wrapper-r {
  margin-right: 37px;
}

.c-ask-top-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.ask-text-wrapper {
  max-width: 654px;
}

.paragraph-2 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 36px;
}

.paragraph-2.mb-50 {
  margin-bottom: 49px;
}

.paragraph-2-copy {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph-2-copy.mb-50 {
  margin-bottom: 49px;
}

.c-hero-btn-wrap_reverse {
  margin-top: 31px;
}

.c-button-secondary_reverse {
  color: #54181f;
  background-color: #fff;
  border: 2px solid #fff;
  padding: 23px 38px;
  font-family: League Spartan, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 23px;
  transition: background-color .4s;
}

.c-button-secondary_reverse:hover {
  color: #fff;
  background-color: #54181f;
}

.c-section-option {
  background-color: rgba(255, 255, 255, 0);
  background-image: url('../images/text-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-option-text-wrapper {
  max-width: 744px;
  background-image: radial-gradient(circle, #f3f4f4 18%, rgba(255, 255, 255, 0));
  margin-left: auto;
  margin-right: auto;
  padding-top: 151px;
  padding-bottom: 120px;
}

.heading-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 45px;
}

.heading-3-copy {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 38px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 45px;
}

.paragraph-3 {
  color: #0b0e13;
  text-align: center;
  margin-bottom: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-3-copy {
  color: #0b0e13;
  text-align: center;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 34px;
}

.heading-4 {
  max-width: 310px;
  color: #000;
  text-align: center;
  background-image: url('../images/text_arrow.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
  display: block;
}

.c-section-option-reverse {
  background-color: #000;
  background-image: url('../images/real-world-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 104px 20px 73px;
}

.real-world-wrapper {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
}

.div-block {
  max-width: 108px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 60px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 42px;
}

.paragraph-4.last {
  margin-top: 20px;
  margin-bottom: 0;
}

.paragraph-4.bt-45 {
  margin-top: 25px;
}

.paragraph-4-copy {
  color: #fff;
  text-align: center;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

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

.paragraph-4-copy {
  max-width: 708px;
  color: rgba(255, 255, 255, .68);
  text-align: center;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 30px;
}

.line_p {
  max-width: 530px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 42px;
}

.text-span-3 {
  color: #fff;
}

.c-cta-btn-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 22px;
  display: flex;
}

.c-button-with-icon {
  width: 345px;
  background-image: linear-gradient(88deg, #ffcf23, #ff8d3a);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: #0b0e13;
  text-align: center;
  font-family: League Spartan, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.people-box {
  max-width: 380px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-3 {
  color: rgba(255, 255, 255, .6);
  font-family: League Spartan, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.text-span-4 {
  color: #fff;
  font-family: League Spartan, sans-serif;
  font-size: 18px;
}

.c-section-achive {
  background-color: #0b0e13;
  padding: 38px 20px 50px;
}

.c-achive-wrapper {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 45px;
}

.text-sapn-5 {
  font-weight: 800;
}

.c-student-video-wrapper {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 29px;
  display: grid;
}

.c-student-box {
  width: 100%;
  height: 100%;
  max-width: 272px;
  margin-left: auto;
  margin-right: auto;
}

.c-student-box.hide {
  display: none;
}

.c-student-content {
  padding-top: 23px;
}

.text-block-4 {
  color: #fff;
  font-family: Abhaya Libre, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
}

.txt-flaug {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-top: 8px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-2 {
  justify-content: center;
  margin-top: 34px;
  display: flex;
}

.c-section-learn {
  background-color: #0b0e13;
  padding: 50px 20px 60px;
}

.c-learn-content-wrap {
  max-width: 1301px;
  margin-left: auto;
  margin-right: auto;
}

.c-learn-grid {
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 20px;
  margin-top: 25px;
  padding: 50px 63px;
}

.c-learn-grid-title {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 3px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}

.text-span-6 {
  color: #fff;
}

.c-student-grid {
  grid-column-gap: 16px;
  grid-row-gap: 37px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 46px;
  display: grid;
}

.c-learn-single-box {
  text-align: center;
}

.text-block-7 {
  color: #fff;
  margin-top: 20px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 31px;
  font-weight: 700;
  line-height: 33px;
}

.text-block-7.last {
  color: rgba(255, 255, 255, .68);
}

.c-section-screen-profe {
  background-color: #0b0e13;
  padding: 50px 20px 40px;
}

.c-screen-content-wrapper {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.c-top-imgs-wrap {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: space-between;
  display: flex;
}

.img_wrappper {
  max-height: 408px;
  max-width: 437px;
  object-fit: cover;
  border-radius: 30px;
  flex: 1;
  transition: all .4s;
  overflow: hidden;
}

.img_wrappper:hover {
  transform: scale(1.1);
}

.c-bottom-imgs-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
  position: relative;
}

.c-gropu-1, .c-gropup-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  display: flex;
}

.col-1-img-wrap {
  max-width: 337px;
  margin-bottom: 18px;
  transition: all .4s;
}

.col-1-img-wrap:hover {
  transform: scale(1.1);
}

.col-2-img-wra {
  max-width: 323px;
  margin-bottom: 18px;
  transition: all .4s;
}

.col-2-img-wra:hover {
  transform: scale(1.1);
}

.col-3-img-wrap {
  max-width: 369px;
  margin-bottom: 18px;
  transition: all .4s;
}

.col-3-img-wrap:hover {
  transform: scale(1.1);
}

.col-4-img-wrap {
  max-width: 301px;
  margin-bottom: 18px;
  transition: all .4s;
}

.col-4-img-wrap:hover {
  transform: scale(1.1);
}

.c-img-roup-wrap {
  position: relative;
}

.floting-img {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-section-university {
  background-color: #0b0e13;
  padding: 59px 20px 60px;
}

.university-content-wrap {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.c-txt-block-wrap {
  grid-column-gap: 27px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-txt-block-wrap.hide {
  display: none;
}

.c-c-box {
  width: 50%;
  opacity: .62;
  text-align: center;
  border: 1.5px solid #fff;
  border-radius: 10px;
  padding: 49px 51px;
  transition: opacity .4s;
}

.c-c-box:hover {
  opacity: 1;
}

.c-c-box.less-light {
  width: 50%;
  padding-bottom: 84px;
}

.heading-7 {
  color: #fff;
  margin-top: 27px;
  margin-bottom: 8px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
}

.paragraph-5 {
  max-width: 590px;
  color: #fff;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
}

.people-wrapper {
  max-width: 108px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
}

.real-world-wrapper-bottm {
  max-width: 775px;
  margin-top: 57px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-7 {
  color: #fff;
  font-weight: 700;
}

.c--sectionreview {
  background-color: #0b0e13;
  padding: 50px 20px;
}

.c-review-content-wrap {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.tp-logo-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  max-width: 280px;
}

.text-block-8 {
  color: rgba(255, 255, 255, .74);
  margin-bottom: 18px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-span-8 {
  color: #fff;
  font-weight: 700;
}

.tp-review-img-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 34px;
  display: grid;
}

.image-3 {
  border-radius: 10px;
}

.btn-wrap-review {
  justify-content: center;
  margin-top: 34px;
  display: flex;
}

.c-section-student-interview {
  background-color: #0b0e13;
  padding: 60px 20px;
}

.student-interview-wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.c-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-s-i {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 45px;
}

.heading-s-i.access {
  font-size: 55px;
  line-height: 55px;
}

.c-student-interview-block {
  margin-top: 27px;
}

.c-student-interview-single-box-g {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/Ellipse-48.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 33px 37px 34px 70px;
  transition: border-color .4s;
  display: flex;
}

.c-student-interview-single-box-g:hover {
  border-color: #fff;
}

.c-video-wrapper {
  width: 100%;
  max-width: 586px;
  padding-top: 20px;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
}

.txt-flaug-s-interview {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 5px;
  display: flex;
}

.text-block-9 {
  max-width: 400px;
  color: rgba(255, 255, 255, .76);
  margin-top: 26px;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  line-height: 33px;
}

.c-student-interview-single-boxc-student-interview-single-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #17191c;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 33px 37px 34px 70px;
  transition: border-color .4s;
  display: flex;
}

.c-student-interview-single-boxc-student-interview-single-box:hover {
  border-color: #fff;
}

.c-student-interview-btn-wrap {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.c-button-s-i {
  width: 100%;
  max-width: 345px;
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  border: 2px solid rgba(255, 255, 255, .6);
  padding: 25px 26px 21px;
  font-family: League Spartan, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 16px;
  transition: background-color .4s;
}

.c-button-s-i:hover {
  opacity: 1;
  color: #000;
  background-color: #fff;
}

.c-section-access {
  background-color: #0b0e13;
  padding-top: 50px;
  padding-bottom: 80px;
}

.c-access-wrapper {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  margin-top: -10px;
}

.c-access-box-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-right: 40px;
  display: flex;
}

.c-access-f-img {
  max-width: 882px;
}

.c-access-content-wrap {
  width: 100%;
  max-width: 530px;
  flex: none;
  margin-left: auto;
  padding-left: 20px;
}

.c-check-content {
  max-width: 639px;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  background-color: rgba(255, 255, 255, .07);
  border-radius: 10px;
  align-items: center;
  margin-bottom: 13px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 28px;
  display: flex;
}

.text-block-10 {
  color: rgba(255, 255, 255, .76);
  -webkit-text-stroke-color: rgba(255, 255, 255, .55);
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.text-span-9 {
  color: #fff;
  font-weight: 700;
}

.text-block-access {
  max-width: 599px;
  color: rgba(255, 255, 255, .76);
  -webkit-text-stroke-color: rgba(255, 255, 255, .54);
  margin-top: 26px;
  margin-bottom: 33px;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  line-height: 33px;
}

.c-interviews-wrapper {
  grid-row-gap: 130px;
  flex-direction: column;
  margin-top: 101px;
  display: flex;
}

.c-access-box-wrapper-reverse {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  display: flex;
}

.c-access-content-wrap-reverse {
  width: 100%;
  max-width: 530px;
  flex: none;
  margin-right: auto;
}

.text-block-4-copy {
  color: #fff;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
}

.text-span-10 {
  color: #fff;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px rgba(150, 163, 181, .3);
}

.pricing-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  height: 1px;
  background-color: rgba(118, 135, 157, .1);
  align-self: stretch;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images.html');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px rgba(150, 163, 181, .2);
}

.c-section-pricing {
  background-color: #14171d;
  padding: 40px 20px 57px;
}

.c-pricing-wrapper {
  max-width: 600px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-pricing-block {
  background-color: rgba(39, 41, 46, .07);
  border: 1.5px solid rgba(255, 255, 255, .4);
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  padding: 38px 40px 49px;
  display: flex;
}

.text-block-11 {
  color: #fff;
  font-family: Abhaya Libre, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
}

.text-block-12 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  line-height: 31px;
}

.text-block-13 {
  color: #fff;
  margin-top: 31px;
  margin-bottom: 40px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.text-span-11 {
  color: rgba(255, 255, 255, .5);
  text-decoration: line-through;
}

.icon-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 18px;
  display: flex;
}

.text-block-14 {
  color: rgba(255, 255, 255, .7);
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.text-block-12-copy {
  color: #fff;
  margin-top: 11px;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  line-height: 31px;
}

.c-pricing-bottom-text {
  text-align: center;
  margin-top: 59px;
}

.c-section-faqs {
  background-color: #0b0e13;
  padding: 80px 20px 130px;
}

.c-faqs-wrapper {
  max-width: 1159px;
  margin-left: auto;
  margin-right: auto;
}

.c-faq-inner {
  margin-top: 35px;
}

.c-faq-wrap {
  background-color: rgba(255, 255, 255, .04);
  border: 1px solid rgba(79, 79, 79, 0);
  border-radius: 10px;
  margin-bottom: 22px;
}

.c-faq-ques {
  height: 76.25px;
  cursor: pointer;
  border-bottom: 1px solid rgba(79, 79, 79, 0);
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.c-faq-ans {
  padding-left: 30px;
  padding-right: 71px;
}

.text-block-15 {
  color: #fff;
  font-family: Satoshi, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 35px;
}

.paragraph-6 {
  color: rgba(255, 255, 255, .65);
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 30px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  line-height: 29px;
}

.main {
  overflow: hidden;
}

.hide {
  display: block;
}

.div-block-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 45%, #fff), linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .8)), radial-gradient(circle, rgba(255, 255, 255, .7), rgba(255, 255, 255, 0));
  padding: 65px 20px 64px;
  position: relative;
}

.video {
  max-width: 100%;
}

.div-block-5 {
  background-image: linear-gradient(#fff, rgba(255, 255, 255, 0) 23%), radial-gradient(circle, #fff, rgba(255, 255, 255, 0));
  padding-left: 20px;
  padding-right: 20px;
}

.image-6 {
  width: 100px;
}

.image-7 {
  width: 180px;
}

.heading-s-i-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 67px;
}

.heading-s-i-copy.access {
  font-size: 55px;
  line-height: 55px;
}

.text-block-12-pricing {
  color: #fff;
  margin-top: 11px;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  line-height: 31px;
}

.image-8 {
  margin-right: 0;
}

.image-9 {
  margin-left: 0;
}

.heading-6-copy {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.image-10 {
  min-height: 21%;
  display: block;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.floting-bg-g {
  min-height: 212px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #fff);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.floting-bg-g-btm {
  min-height: 162px;
  background-image: linear-gradient(356deg, #fff, rgba(255, 255, 255, 0));
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.c-screen-content-wrapper-lightbox {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  width: 86px;
}

.c-button-with-icon-copy {
  background-image: linear-gradient(88deg, #ffcf23, #ff8d3a);
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.c-button-with-icon-copy.checkout-btn {
  overflow: hidden;
}

.text-block-2-copy {
  color: #0b0e13;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: League Spartan, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.rw-hero_video-wrapper {
  z-index: 1;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button {
  z-index: 5;
  width: 5rem;
  height: 5rem;
  position: absolute;
}

.play_button-image {
  width: 100%;
  height: 100%;
}

.video-embed-hero {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.html-embed {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.flag {
  color: #fff;
  padding-top: 1px;
  font-family: Satoshi, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 23px;
}

.video-wrapper {
  width: 100%;
  background-color: #181b21;
  position: relative;
  overflow: hidden;
}

.video-overlay {
  z-index: 50;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-overlay-img {
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.video-play-button {
  z-index: 50;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.load-gif {
  z-index: 50;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
}

.video-embed {
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.headin2 {
  z-index: 1;
  color: #0b0e13;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  position: relative;
}

.headin2.white {
  color: #fff;
}

.underlin-orange {
  background-image: url('../images/underline.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-16 {
  width: 120%;
  max-width: none;
  margin-left: -20%;
}

.image-17 {
  width: 120%;
  max-width: none;
  margin-top: -25px;
  margin-right: -20%;
}

.image-18 {
  width: 120%;
  max-width: none;
  margin-left: -20%;
}

.image-20 {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .c-button-primary-dropdown {
    border-color: #fff;
  }

  .c-button-primary-dropdown:hover {
    background-color: rgba(82, 141, 255, 0);
  }

  .c-navigation-desktop {
    display: none;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    font-family: League Spartan, sans-serif;
    font-size: 17px;
  }

  .navbar {
    background-color: rgba(221, 221, 221, 0);
  }

  .c-navigation-mobile {
    display: block;
  }

  .icon {
    color: #fff;
    font-size: 40px;
  }

  .c-section-header {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    background-color: #54181f;
    border-radius: 10px;
    margin-top: 5px;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: #54181f;
    border-radius: 10px;
  }

  .container {
    justify-content: space-between;
    align-items: center;
  }

  .c-ask-content-wrapper {
    flex-direction: column;
  }

  .c-ask-content-wrapper-l, .c-ask-content-wrapper-r {
    margin-left: 20px;
    margin-right: 20px;
  }

  .c-student-video-wrapper {
    max-width: 600px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .c-student-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .img_wrappper {
    flex: 1;
  }

  .c-txt-block-wrap {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-direction: column;
    align-items: stretch;
  }

  .c-c-box, .c-c-box.less-light {
    width: 100%;
  }

  .c-student-interview-block {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-student-interview-single-box-g {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-text-wrapper {
    align-self: stretch;
  }

  .c-student-interview-single-boxc-student-interview-single-box {
    flex-direction: column;
  }

  .c-access-box-wrapper {
    flex-direction: column;
    padding-left: 40px;
  }

  .c-access-f-img {
    width: 100%;
    max-width: none;
  }

  .c-access-content-wrap {
    max-width: none;
    margin-left: 0;
    padding-left: 40px;
  }

  .c-interviews-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-access-box-wrapper-reverse {
    flex-direction: column-reverse;
  }

  .c-access-content-wrap-reverse {
    max-width: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .video-embed {
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .brand {
    width: 70px;
  }

  .image-16 {
    width: 100%;
    margin-left: 0%;
  }

  .image-17 {
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .image-18 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-20, .lightbox-link {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    margin-top: 0;
    margin-right: 10px;
  }

  .c-footer-content-wrap {
    flex-direction: column-reverse;
  }

  .c-footer-links-wrap {
    width: 100%;
    align-items: center;
  }

  .heading {
    font-size: 56px;
    line-height: 76px;
  }

  .underline {
    background-size: contain;
    line-height: 83px;
    display: inline-block;
  }

  .c-section-ask {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-ask-content-wrapper {
    flex-direction: column;
  }

  .c-ask-content-wrapper-l, .c-ask-content-wrapper-r {
    margin-right: 0;
  }

  .paragraph-4 {
    margin-bottom: 30px;
    line-height: 30px;
  }

  .c-student-video-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .c-student-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .c-c-box, .c-c-box.less-light {
    width: 100%;
  }

  .heading-s-i {
    font-size: 35px;
  }

  .heading-s-i.access {
    font-size: 45px;
  }

  .c-student-interview-block {
    max-width: 580px;
  }

  .c-student-interview-single-box-g, .c-student-interview-single-boxc-student-interview-single-box {
    flex-direction: column;
  }

  .c-access-box-wrapper {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .c-access-box-wrapper-reverse {
    flex-direction: column-reverse;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .c-faq-ques {
    height: auto;
  }

  .floting-bg-g {
    background-image: linear-gradient(#fff, rgba(255, 255, 255, 0)), linear-gradient(rgba(0, 0, 0, 0), #fff);
  }

  .play-button {
    width: 4.5rem;
    height: 4.5rem;
  }

  .headin2 {
    font-size: 56px;
    line-height: 76px;
  }

  .underlin-orange {
    background-size: contain;
    line-height: 83px;
    display: inline-block;
  }
}

@media screen and (max-width: 479px) {
  .c-navlink.last-link {
    margin-right: 0;
  }

  .c-footer-logo-wrapper {
    margin-bottom: 20px;
  }

  .c-login-button {
    font-family: Satoshi, sans-serif;
  }

  .footer-link.last {
    text-align: center;
  }

  .heading {
    font-size: 45px;
    line-height: 24px;
  }

  .underline {
    line-height: 74px;
  }

  .c-button-secondary {
    padding: 17px 20px 15px;
    font-size: 20px;
    line-height: 20px;
  }

  .c-ask-content-wrapper-l {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-ask-content-wrapper-r {
    margin-left: 0;
  }

  .ask-logo-wrap {
    max-width: 26%;
    text-align: right;
    flex: 0 auto;
  }

  .heading-2 {
    font-size: 34px;
  }

  .paragraph-2.mb-50 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-2-copy {
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-2-copy.mb-50 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
  }

  .c-hero-btn-wrap_reverse {
    text-align: left;
  }

  .c-button-secondary_reverse {
    text-align: center;
    padding: 17px 20px 15px;
    font-size: 20px;
    line-height: 21px;
  }

  .c-section-option {
    background-color: #fff;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .c-option-text-wrapper {
    background-image: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-3 {
    font-size: 35px;
  }

  .heading-3-copy {
    margin-bottom: 25px;
    font-size: 37px;
    line-height: 35px;
  }

  .paragraph-3 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .paragraph-3-copy {
    font-size: 20px;
  }

  .c-section-option-reverse {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-5 {
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph-4 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .paragraph-4.bt-45 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .line_p {
    font-size: 20px;
  }

  .c-cta-btn-wrapper {
    padding-top: 20px;
  }

  .c-button-with-icon {
    width: 295px;
  }

  .text-block-2 {
    font-size: 22px;
  }

  .people-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .heading-6 {
    font-size: 35px;
  }

  .c-student-video-wrapper {
    width: 100%;
    max-width: 270px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .c-student-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .c-student-video {
    width: 100%;
    max-width: 100%;
  }

  .c-student-content {
    max-width: 100%;
  }

  .text-block-4 {
    font-size: 22px;
  }

  .c-learn-grid {
    padding: 40px 10px;
  }

  .c-learn-grid-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-6 {
    font-size: 17px;
    line-height: 24px;
  }

  .c-student-grid {
    grid-row-gap: 17px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-7 {
    font-size: 21px;
    line-height: 30px;
  }

  .c-section-screen-profe {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .c-top-imgs-wrap {
    flex-direction: column;
  }

  .c-bottom-imgs-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .col-1-img-wrap, .col-2-img-wra {
    width: 100%;
    max-width: none;
  }

  .c-section-university {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .c-c-box, .c-c-box.less-light {
    padding: 20px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-5 {
    font-size: 20px;
    line-height: 25px;
  }

  .c--sectionreview {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .tp-review-img-wrap {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .c-section-student-interview {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-title-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-s-i {
    text-align: center;
    font-size: 27px;
    line-height: 35px;
  }

  .heading-s-i.access {
    font-size: 25px;
    line-height: 35px;
  }

  .c-student-interview-single-box-g {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-8 {
    font-size: 27px;
  }

  .text-block-9 {
    font-size: 20px;
    line-height: 25px;
  }

  .c-student-interview-single-boxc-student-interview-single-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .c-student-interview-btn-wrap {
    max-width: 100%;
  }

  .c-button-s-i {
    max-width: 272px;
    font-size: 18px;
    line-height: 20px;
  }

  .c-section-access {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-4.image-11 {
    width: 24px;
  }

  .c-access-box-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .c-access-content-wrap {
    padding-left: 0;
  }

  .c-check-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 14px;
  }

  .text-block-10 {
    font-size: 20px;
  }

  .text-block-access {
    font-size: 20px;
    line-height: 25px;
  }

  .c-interviews-wrapper {
    grid-row-gap: 40px;
    margin-top: 30px;
  }

  .c-access-box-wrapper-reverse {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text-block-4-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .container-2 {
    max-width: none;
  }

  .c-section-pricing {
    padding-bottom: 40px;
  }

  .c-pricing-block {
    max-width: 100%;
    padding: 40px 20px;
  }

  .text-block-11 {
    font-size: 35px;
    line-height: 40px;
  }

  .text-block-12, .text-block-13 {
    text-align: center;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 30px;
  }

  .text-block-12-copy {
    text-align: center;
    font-size: 20px;
  }

  .c-pricing-bottom-text {
    margin-top: 40px;
  }

  .c-section-faqs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-faq-ques {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-faq-ans {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-15 {
    margin-right: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .paragraph-6 {
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-4 {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .div-block-5 {
    background-color: #fff;
    background-image: linear-gradient(#fff, rgba(255, 255, 255, 0) 23%, #fff 102%), linear-gradient(#fff, #fff);
  }

  .heading-s-i-copy {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
  }

  .heading-s-i-copy.access {
    font-size: 35px;
    line-height: 35px;
  }

  .text-block-12-pricing {
    text-align: center;
  }

  .heading-6-copy {
    font-size: 35px;
    line-height: 41px;
  }

  .image-11 {
    width: 29px;
  }

  .floting-bg-g, .floting-bg-g-btm {
    display: block;
  }

  .image-13 {
    max-width: 70%;
    text-align: left;
  }

  .image-14 {
    width: 44px;
    height: 44px;
  }

  .c-button-with-icon-copy {
    width: auto;
  }

  .c-button-with-icon-copy.checkout-btn {
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .text-block-2-copy {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 19px;
  }

  .play-button {
    width: 4rem;
    height: 4rem;
  }

  .html-embed {
    max-width: 100%;
  }

  .flag {
    font-size: 22px;
  }

  .headin2 {
    font-size: 45px;
    line-height: 24px;
  }

  .underlin-orange {
    line-height: 74px;
  }
}

#w-node-_7718b7a9-c42d-c66c-2e27-83ed3fca1adc-5e53f49f {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-a170889d-1b73-7ed7-d405-30a22496ac29-5e53f49f, #w-node-_9b85da2a-38d3-549d-afd6-2f3961406441-5e53f49f, #w-node-_9b431442-a901-7aac-480c-add4fd5722a6-5e53f49f, #w-node-_207732d8-93e4-ff02-d777-18169cd337b8-5e53f49f, #w-node-b5aa4c65-1ff0-5202-759c-cd9a14617f2b-5e53f49f, #w-node-_12c30b8c-94b5-938b-195e-ff6022acd8c2-5e53f49f, #w-node-_4dd75615-f418-7684-41eb-2555529f95d7-5e53f49f, #w-node-_5a7a81d1-81f1-1a3d-c45b-084815f99f0a-5e53f49f, #w-node-_776a0384-fd64-a2e9-bd8f-f450e2c292d2-5e53f49f {
  align-self: center;
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}