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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  max-width: 1200px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1px;
  background-color: #fff;
  box-shadow: none;
}

.nav-container.ielts {
  box-shadow: none;
}

.footer-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-bottom-wrap.education {
  color: #1a2337;
}

.hero-section---education {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eefeff;
}

.footer-middle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.course-thumbnail---education {
  width: 100%;
  height: 220px;
  max-height: 220px;
  border-radius: 10px 10px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.course-details-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -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;
  background-color: #063f74;
}

.flex-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.flex-button-wrap.hide {
  display: none;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 16px;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #5454e7;
}

.nav-link.w--current {
  color: #4444cf;
  font-weight: 700;
}

.nav-link.fitness {
  display: none;
}

.nav-link.education {
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.nav-link.education:hover {
  font-weight: 700;
}

.nav-link.education.hide {
  display: none;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -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;
}

.section-subtitle {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #eefeff;
  font-size: 40px;
  line-height: 26px;
  font-weight: 400;
}

.section-subtitle.light---personal {
  opacity: 0.6;
}

.section-subtitle.learning {
  font-size: 22px;
}

.section-subtitle.learning.dark {
  font-weight: 400;
}

.section-subtitle.dark {
  font-family: Lato, sans-serif;
  color: #063f74;
  font-weight: 900;
}

.section-img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-img.cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.section-img.hero---education {
  max-height: none;
  max-width: none;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.benefit-img {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.benefit-img.education {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.benefit-img.education.small {
  width: 60px;
  height: 60px;
}

.page-container {
  width: 100%;
  min-height: 100vh;
}

.page-container.education {
  max-width: 2200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: #1f1844;
  font-size: 14px;
  line-height: 18px;
}

.benefit-title {
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #eefeff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  letter-spacing: 1px;
}

.nav-right-wrap {
  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-link {
  width: 22px;
  height: 22px;
  margin-right: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.6;
}

.social-link.tum {
  background-image: none;
}

.social-link.pin {
  background-image: none;
}

.social-link.tw {
  background-image: none;
}

.social-link.ig {
  background-image: none;
}

.social-link.fb {
  background-image: none;
}

._2-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-col-grid.padding-top {
  padding-top: 40px;
}

.cms-items-grid {
  display: -ms-grid;
  display: grid;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 98px;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-content {
  position: relative;
  right: 90px;
  bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.hero-title---education {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #eefeff;
  font-size: 35px;
  line-height: 60px;
  font-weight: 700;
}

.hero-title---education.title {
  font-size: 70px;
  line-height: 80px;
}

.hero-title---education.classes {
  background-color: transparent;
  -webkit-filter: saturate(800%);
  filter: saturate(800%);
  color: #00b0bb;
  font-size: 40px;
}

.footer {
  position: relative;
  padding-bottom: 10px;
  background-color: #4444cf;
  color: #fff;
}

.footer.education {
  display: none;
  padding-top: 40px;
  background-color: #eefeff;
  color: #1a2337;
}

.button---education {
  padding: 12px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b6a698;
  border-radius: 30px;
  background-color: #e9dbce;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a2337;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.button---education.alt {
  border: 3px solid #063f74;
  border-radius: 0px;
  background-color: #eefeff;
  color: #063f74;
}

.button---education.alt:hover {
  border: 3px solid #eefeff;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.button---education.alt.white {
  background-color: #eefeff;
  color: #063f74;
}

.button---education.alt.white:hover {
  border-color: #063f74;
  background-color: #063f74;
  color: #fff;
}

.button---education.margin-right {
  margin-right: 20px;
  border: 3px solid #eefeff;
  border-radius: 0px;
  background-color: #eefeff;
}

.button---education.margin-right:hover {
  background-color: #063f74;
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
  color: #eefeff;
}

.section-p---education {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  margin-bottom: 20px;
  -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;
  color: #eefeff;
}

.footer-flex-wrap {
  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;
}

.footer-flex-wrap.logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-contact-info {
  line-height: 30px;
  font-weight: 500;
  text-align: right;
}

.blog-summary---personal {
  opacity: 0.8;
  font-family: Lato, sans-serif;
  color: #eefeff;
}

.footer-p {
  margin-bottom: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.footer-p.education {
  color: #1a2337;
}

.nav-menu {
  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;
}

.course-title---education {
  padding-bottom: 10px;
  background-color: #063f74;
  font-family: Lato, sans-serif;
  color: #eefeff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.course-title---education._2 {
  padding-top: 10px;
}

.footer-nav-link {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  text-decoration: none;
}

.footer-nav-link:hover {
  opacity: 0.8;
}

.footer-nav-link.education {
  color: #1a2337;
}

.benefits-grid---education {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-logo {
  display: block;
  width: 80px;
}

.social-links-wrap {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-title {
  padding-bottom: 0px;
  color: #eefeff;
  font-size: 46px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}

.section-title.video {
  color: #1a2337;
}

.section-title.courses {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #063f74;
  font-weight: 900;
}

.section-title.courses.testimonials {
  margin-top: 100px;
  margin-bottom: 60px;
}

.section-title.dark {
  font-family: Lato, sans-serif;
  color: #063f74;
  font-weight: 700;
}

.video-block {
  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;
  border-radius: 10px;
}

.section {
  position: static;
  max-width: 2200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 83px;
}

.section.education---dark {
  padding-top: 80px;
  background-color: #063f74;
  color: #063f74;
}

.section.education---dark.ielts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 450px;
  padding-top: 110px;
  padding-bottom: 0px;
  -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;
}

.section.education---dark.light {
  background-color: #eefeff;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.navbar.education {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #eefeff;
}

.navbar.education.ielts {
  padding-bottom: 20px;
}

.navbar.education.home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-width: 1200px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.align-center-mobile.narrow {
  display: none;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.course-item-wrap---education {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a2337;
  text-decoration: none;
}

.course-item-wrap---education:hover {
  background-color: transparent;
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.play-icon {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.play-icon-link {
  position: absolute;
  width: 80px;
  height: 80px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-icon-link:hover {
  opacity: 0.8;
  -webkit-filter: contrast(200%) invert(100%);
  filter: contrast(200%) invert(100%);
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-align: center;
}

.align-center.learning {
  width: 100%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #4444cf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-cta-button:hover {
  background-color: #5151e9;
}

.nav-cta-button.education {
  margin-left: 0px;
  border: 3px solid transparent;
  border-radius: 0px;
  background-color: #063f74;
  font-family: Lato, sans-serif;
}

.nav-cta-button.education:hover {
  border-width: 3px;
  border-color: #063f74;
  background-color: transparent;
  color: #1a2337;
}

.nav-cta-button.education.book {
  width: 100%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-cta-button.education.side {
  margin-bottom: 5px;
  margin-left: 0px;
  border-color: #fff;
  background-color: #da395b;
  background-image: none;
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
  color: #fff;
}

.nav-cta-button.education.side:hover {
  -webkit-filter: saturate(300%);
  filter: saturate(300%);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.nav-cta-button.education.side.banner {
  width: 32%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-cta-button.education.side.banner._2 {
  width: auto;
  background-color: #063f74;
}

.nav-cta-button.education.zoom {
  width: 30%;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-cta-button.education.zoom.banner {
  margin-right: 10px;
  margin-left: 10px;
  border-color: #063f74;
  background-color: transparent;
  color: #063f74;
}

.nav-cta-button.education.form {
  width: 25%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-cta-button.education.form._1 {
  width: 10%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #bebebe;
  text-transform: capitalize;
}

.nav-cta-button.education.form.submit {
  margin-top: 20px;
}

.nav-cta-button.education.strip-sign-up {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #da395b;
}

.legal {
  font-size: 13px;
  letter-spacing: 1px;
}

.footer-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link {
  margin-left: 40px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.7;
}

.nav-logo-wrap.w--current {
  padding-left: 0px;
}

.div-block {
  background-color: #b7f8fc;
}

.div-block-2 {
  background-color: #1a2337;
}

.text-block {
  font-family: Lato, sans-serif;
  color: #eefeff;
  font-weight: 400;
  letter-spacing: 1px;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  color: #eefeff;
  letter-spacing: 1px;
}

.text-block-3 {
  font-family: Lato, sans-serif;
  color: #eefeff;
  letter-spacing: 1px;
}

.text-block-4 {
  font-family: Lato, sans-serif;
  color: #eefeff;
  letter-spacing: 1px;
}

.text-block-5 {
  color: #1a2337;
}

.text-block-6 {
  color: #1a2337;
}

.div-block-20 {
  display: block;
  overflow: hidden;
  -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-25 {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
}

.link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 65px;
  margin: 0px;
  -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: 3px none #063f74;
  text-decoration: none;
}

.link-block:hover {
  border-style: solid;
  background-color: #eefeff;
  color: #063f74;
}

.text-block-7 {
  color: #063f74;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.div-block-5 {
  background-color: #063f74;
}

.div-block-18 {
  overflow: hidden;
  margin-top: 0px;
  text-transform: uppercase;
}

.heading {
  margin-top: 60px;
  color: #fff;
  font-size: 150px;
  line-height: 200px;
  font-weight: 400;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-19 {
  position: relative;
  z-index: 40;
  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-block-8 {
  margin-bottom: 10px;
  color: #cf0909;
  font-size: 18px;
  text-decoration: none;
}

.div-block-7 {
  display: block;
  width: 80%;
  height: 100%;
}

.image-2 {
  position: relative;
  overflow: visible;
}

.paragraph {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #063f74;
  font-size: 18px;
  line-height: 24px;
}

.div-block-12 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 31;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -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: #fff;
  text-decoration: none;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin-left: 100px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.div-block-4 {
  background-color: #eefeff;
}

.grid-3 {
  height: 100%;
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-22 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 3px;
  background-color: #eefeff;
}

.div-block-24 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 3px;
  background-color: #eefeff;
}

.div-block-23 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 3px;
  background-color: #eefeff;
}

.grid-4 {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 2fr;
  -ms-grid-rows: 1.25fr 1.5fr 1fr;
  grid-template-rows: 1.25fr 1.5fr 1fr;
}

.text-block-9 {
  margin-top: 12px;
  color: #bb987d;
  font-size: 18px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 5px;
  text-decoration: none;
}

.div-block-6-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-21 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 3px;
  background-color: #eefeff;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #063f74;
  font-weight: 400;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
}

.section-2 {
  overflow: hidden;
  height: 900px;
}

.div-block-9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  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;
}

.link-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 31;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 80px;
  margin-left: 20px;
  -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;
  text-decoration: none;
}

.div-block-26 {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-block-10 {
  color: #fff;
  font-size: 18px;
}

.div-block-27 {
  position: relative;
  top: 60px;
  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;
}

.text-block-11 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.image-3 {
  overflow: visible;
  width: 600px;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-container {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 200px;
  -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-radius: 100%;
}

.move {
  position: absolute;
  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;
}

.button1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 180px;
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 0, 81, 0);
  border-radius: 8px;
  background-color: rgba(255, 0, 81, 0.2);
  color: #ff0051;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  background-clip: border-box;
}

.button-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: -2px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-text {
  position: relative;
  z-index: 10;
  cursor: default;
}

.background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.12;
}

.button3 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 8px;
  background-color: #fff;
  color: #35aeff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  background-clip: border-box;
}

.button-circle-inner {
  position: absolute;
  z-index: 0;
  width: 140px;
  height: 140px;
  border-style: solid;
  border-width: 1px;
  border-color: #afb1b3;
  border-radius: 100%;
}

.marquee-horizontal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  -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;
  background-color: transparent;
}

.slider {
  width: 100%;
  height: 100%;
}

.horizontal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 14px;
  padding-left: 14px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.horizontal-container.invisible {
  opacity: 0;
}

.button-move-horizontal {
  position: absolute;
  left: 30px;
  right: 30px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 100%;
  -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;
}

.reference-text {
  position: absolute;
  left: 27%;
  top: auto;
  right: 27%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -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;
  color: #ff0051;
}

.button5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 175px;
  height: 100px;
  -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: solid;
  border-width: 2px;
  border-color: #ff0051;
  border-radius: 8px;
  color: #ff0051;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #35aeff;
  font-size: 20px;
}

.arrow:hover {
  color: #fff;
}

.arrow.left {
  right: 50px;
  color: #ff0051;
}

.arrow.left:hover {
  color: #fff;
}

.mask {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.track-horizontal-alt {
  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: 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;
}

.button-circle-background {
  position: absolute;
  z-index: 0;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  background-color: #ff0051;
}

.cursor-small {
  position: absolute;
  z-index: 10;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #063f74;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  -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;
}

.slide-content._4 {
  background-color: #0d4d3a;
}

.slide-content._5 {
  background-color: #000;
}

.slide-content._3 {
  background-color: #fff;
}

.slide-content._1 {
  background-color: #eec5b0;
}

.slide-content._2 {
  background-color: #8f00ff;
}

.button-move-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 60px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #afb1b3;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.shadow {
  position: absolute;
  left: 3%;
  top: 6%;
  right: 3%;
  bottom: 6%;
  z-index: 0;
  border-radius: 8px;
  background-color: #000;
  opacity: 0.25;
  -webkit-filter: blur(6px);
  filter: blur(6px);
}

.button-square-background {
  position: absolute;
  z-index: 0;
  width: 200px;
  height: 100px;
  background-color: #fff;
}

.button2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 140px;
  height: 140px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ff0051;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.cursor {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 21px;
  height: 21px;
  -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-radius: 100%;
  background-color: rgba(6, 63, 116, 0.69);
}

.move-less {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.link {
  margin-top: 2px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #35aeff;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.link:hover {
  color: #fff;
}

.link.w--current {
  color: #000;
}

.button-text-scale {
  position: relative;
  z-index: 10;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  padding-top: 0px;
  padding-left: 20px;
  -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;
}

.slide {
  width: 100%;
  height: 100%;
  padding: 0px;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.marquee-text {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #35aeff;
  text-transform: uppercase;
}

.marquee-text.alt {
  color: #ff0051;
  text-decoration: underline;
}

.cursor-wrapper-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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;
}

.heading-3 {
  color: #063f74;
}

.form {
  text-align: center;
}

.field-wrap {
  padding-bottom: 15px;
}

.field-wrap._50 {
  width: 50%;
  margin-right: 0px;
  margin-left: 0px;
}

.field-wrap._50._1 {
  margin-right: 5px;
}

.textarea---personal {
  min-height: 120px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #063f74;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.textarea---personal::-webkit-input-placeholder {
  color: #063f74;
}

.textarea---personal:-ms-input-placeholder {
  color: #063f74;
}

.textarea---personal::-ms-input-placeholder {
  color: #063f74;
}

.textarea---personal::placeholder {
  color: #063f74;
}

.form-block {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.text-field---personal {
  height: 45px;
  min-width: 250px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #063f74;
  border-radius: 0px;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #063f74;
}

.text-field---personal:focus {
  color: #063f74;
}

.text-field---personal::-webkit-input-placeholder {
  color: #063f74;
}

.text-field---personal:-ms-input-placeholder {
  color: #063f74;
}

.text-field---personal::-ms-input-placeholder {
  color: #063f74;
}

.text-field---personal::placeholder {
  color: #063f74;
}

.section-title-2 {
  padding-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 46px;
  line-height: 52px;
  font-weight: 900;
}

.button---personal {
  padding: 12px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: #1a2337;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.button---personal:hover {
  background-color: #00b7c0;
}

.button---personal.submit {
  width: 100%;
  background-color: #063f74;
}

.section-3 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #eefeff;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  color: #975a5a;
}

.slider-arrow-icon.right {
  padding-left: 2px;
}

.work-img---personal {
  width: 100%;
}

.section-subtitle-2 {
  padding-bottom: 10px;
  color: #1a2337;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.section-subtitle-2.light---personal {
  opacity: 0.6;
}

.slider-arrow---personal {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #1a2337;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 20px;
}

.slider-arrow---personal.left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -80px;
}

.slider-arrow---personal.right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: -80px;
}

.slider-arrow-icon---personal.left {
  margin-right: 16px;
}

.slide-nav---personal {
  position: absolute;
  bottom: -75px;
}

.slider---personal {
  height: auto;
  background-color: transparent;
}

.section-4 {
  position: relative;
  padding-top: 220px;
  padding-bottom: 100px;
  background-color: #eefeff;
}

.work-example---personal {
  display: -ms-grid;
  display: grid;
  padding-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.syllabus {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin: 0px auto 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;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -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: Lato, sans-serif;
  color: #eefeff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

.div-block-32 {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 10px;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.div-block-33 {
  width: 100%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-33.scoring {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.heading-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -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: Lato, sans-serif;
  color: #063f74;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
}

.heading-5.offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -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: Lato, sans-serif;
  font-weight: 900;
}

.text-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-left: 10px;
  -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;
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.text-block-12.top {
  margin-left: 10px;
  font-family: Lato, sans-serif;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-35 {
  width: 48%;
  padding: 20px 40px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.div-block-36 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-37 {
  width: 48%;
  padding: 20px 40px;
  border-bottom: 1px solid #eee;
}

.div-block-38 {
  width: 48%;
  padding: 20px 40px;
  border-right: 1px solid #eee;
  border-bottom: 1px none #eee;
}

.section-title-3 {
  padding-bottom: 30px;
  color: #063f74;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.section-5 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5.no-padding-top {
  padding-top: 0px;
  padding-bottom: 0px;
}

.bullet-list-item {
  padding-top: 8px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
}

.bullet-list {
  padding-top: 0px;
  padding-left: 20px;
}

.text-block-13 {
  color: #1a2337;
  font-size: 14px;
}

.paragraph-3 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-align: justify;
}

.paragraph-4 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}

.paragraph-5 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-40 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-41 {
  max-width: 2200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-41.hide {
  display: none;
}

.submit-button-dark {
  padding: 13px 26px;
  border-radius: 5px;
  background-color: #4eaf4e;
  -webkit-transition: color 300ms ease-out, background-color 300ms ease-out;
  transition: color 300ms ease-out, background-color 300ms ease-out;
  color: #fff;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
}

.submit-button-dark:hover {
  background-color: #fff;
  color: #202a3b;
}

.text-error {
  color: #cf4547;
}

.section-become-a-client {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
  height: 900px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 100px 20px 30px;
  -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;
  background-color: #202a3b;
}

.content {
  position: relative;
  right: auto;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: 20px;
  -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;
}

.circle-dark {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 1000px;
  background-color: #1b2333;
}

.circle-dark.type-2 {
  top: 316px;
  width: 280px;
  height: 280px;
  margin-left: -130px;
}

.circle-dark.type-1 {
  top: 65px;
  margin-left: -531px;
}

.success-message {
  border-radius: 5px;
  background-color: #e9ebf0;
}

.success-message.dark {
  background-color: #1b2333;
}

.form-dark {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.paragraph-hero-dark {
  max-width: 530px;
  margin-bottom: 35px;
  color: #a5a9b0;
  font-size: 20px;
  line-height: 1.6em;
}

.block-content-grid-hero {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10%;
  -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;
}

.title-hero-white {
  max-width: 840px;
  margin-top: 0px;
  color: #fff;
  text-align: left;
}

.block-circle-image {
  width: 100%;
  min-height: 430px;
  -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;
}

.image-circle-5 {
  position: absolute;
  top: -88px;
  right: 50%;
  overflow: hidden;
  width: 640px;
  height: 640px;
  max-width: none;
  margin-right: 100px;
  border-radius: 1000px;
  background-color: #d5e8fb;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-field-dark {
  display: block;
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 5px;
  background-color: #1b2333;
  -webkit-transition: border-color 300ms ease-out;
  transition: border-color 300ms ease-out;
  color: #fff;
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 400;
}

.text-field-dark:focus {
  border-color: #4eaf4e;
}

.text-field-dark::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-field-dark::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.block-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.error-message {
  padding-right: 17px;
  padding-left: 17px;
  border-radius: 5px;
  background-color: #e9ebf0;
}

.error-message.dark {
  background-color: #1b2333;
}

.text-success {
  color: #4eaf4e;
}

.grid-2-columns {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block-dark {
  width: 100%;
}

.circle-border-dark {
  position: absolute;
  width: 630px;
  height: 630px;
  border-style: solid;
  border-width: 1px;
  border-color: #34435c;
  border-radius: 1000px;
}

.circle-border-dark.type-9 {
  position: absolute;
  left: 35%;
  right: auto;
  bottom: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 300px;
  margin-left: 850px;
  -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: none;
  background-size: auto;
}

.circle-border-dark.type-10 {
  top: 126px;
  width: 62px;
  height: 62px;
  margin-left: -170px;
}

.circle-border-dark.type-8 {
  left: auto;
  top: auto;
  right: 15%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 420px;
  height: 420px;
  margin-left: 700px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: none;
  border-radius: 50%;
  background-image: url('../images/boy-01.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.circle-border-dark.type-7 {
  top: 158px;
  margin-left: -621px;
}

.circle-border-dark.type-6 {
  top: -110px;
  margin-left: -764px;
}

.image-circle-6 {
  position: absolute;
  top: 328px;
  right: 50%;
  z-index: 100;
  width: 250px;
  height: 250px;
  max-width: none;
  margin-right: 53px;
  border-radius: 1000px;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
  -o-object-fit: cover;
  object-fit: cover;
}

.body {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.grid-number {
  position: static;
  width: 100%;
  margin-top: 0px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.number-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 15px;
  -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-radius: 5px;
  background-color: #202a3b;
}

.number-block:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.number-block.extra-1 {
  background-color: #063f74;
}

.number-block.extra-1:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.number-block.extra-2 {
  width: 100%;
  background-color: #00b0bb;
}

.number-block.extra-2.new1 {
  width: 18%;
  background-color: #202a3b;
}

.number-block.extra-2.new2 {
  width: 280px;
  background-color: #173669;
}

.number-block.extra-2.new3 {
  width: 280px;
  background-color: #063d71;
}

.number-block.extra-2.new5 {
  width: 280px;
  background-color: #18dde9;
}

.number-block.extra-2.new4 {
  width: 280px;
  background-color: #198990;
}

.number {
  color: #fff;
  font-size: 65px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.title-number {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
}

.section-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
}

.section-6.online {
  padding-top: 60px;
}

.div-block-42 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-26 {
  display: block;
  color: #1a2337;
  font-size: 16px;
}

.text-link-footer {
  display: block;
  margin-bottom: 11px;
  font-family: Lato, sans-serif;
  color: #1a2337;
  text-decoration: none;
}

.div-block-43 {
  padding-top: 35px;
}

.link-header {
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.f03_column_right {
  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;
}

.f03_column_right.social {
  display: none;
}

.f03 {
  min-height: 400px;
  padding: 55px 5%;
  background-color: #eefeff;
}

.social-icon-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 0px;
  margin-left: 15px;
  padding: 8px;
  -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-radius: 50%;
  background-color: #1a2337;
}

.social-icon-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.f03_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 150px;
  padding-right: 28px;
  padding-left: 28px;
  -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-radius: 40px;
  background-color: #fff;
  color: #5d3eff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.container-3 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-link-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.link-block-3 {
  position: absolute;
}

.heading-6 {
  display: block;
  max-width: 480px;
  margin-top: 5px;
  margin-bottom: 8px;
  color: #1a2337;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
}

.footer-top-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #1a2337;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-top-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #1a2337;
}

.heading-7 {
  display: block;
  max-width: 480px;
  margin-top: 5px;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 28px;
  line-height: 38px;
  font-weight: 900;
  text-align: left;
}

.text-block-27 {
  display: block;
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 16px;
  font-weight: 400;
}

.search-input {
  display: inline-block;
  width: 115px;
  height: 22px;
  margin-bottom: 0px;
  padding: 9px 0px;
  border: 1px none #000;
  background-color: transparent;
  -webkit-transition: width 200ms ease-out;
  transition: width 200ms ease-out;
  color: #202a3b;
  font-size: 13px;
  line-height: 1.7em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-input:focus {
  width: 170px;
}

.search-input::-webkit-input-placeholder {
  color: rgba(32, 42, 59, 0.6);
}

.search-input:-ms-input-placeholder {
  color: rgba(32, 42, 59, 0.6);
}

.search-input::-ms-input-placeholder {
  color: rgba(32, 42, 59, 0.6);
}

.search-input::placeholder {
  color: rgba(32, 42, 59, 0.6);
}

.search-input.white {
  color: #fff;
}

.search-input.white::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.search-input.white:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.search-input.white::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.search-input.white::placeholder {
  color: hsla(0, 0%, 100%, 0.6);
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 78px;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  border-radius: 5px;
  background-color: transparent;
}

.dropdown-link {
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 500;
}

.dropdown-link:hover {
  color: #4eaf4e;
}

.dropdown-link.w--current {
  color: #4eaf86;
}

.dropdown-link.w--current:hover {
  color: #4eaf4e;
}

.nav-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 46px;
  max-width: 1300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shadow-navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 1330px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 14px 25px -25px rgba(32, 42, 59, 0.22);
}

.search {
  display: none;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 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;
}

.section-navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 900;
}

.white-fill-navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 0%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: none;
}

.block-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  max-width: 1300px;
  margin-right: 0px;
  padding-right: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9px;
  background-color: #fff;
}

.dropdown-toggle-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
}

.dropdown-toggle-language:hover {
  color: #4eaf4e;
}

.dropdown-toggle-language.w--open {
  color: #4eaf4e;
}

.dropdown-toggle-language.white {
  color: #fff;
}

.dropdown-toggle-language.white:hover {
  color: #4eaf4e;
}

.space-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1px;
  height: 12px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #cdd4e2;
}

.space-link.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.top-left-block {
  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;
}

.dropdown-toggle {
  display: none;
  padding-right: 36px;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
}

.dropdown-toggle:hover {
  color: #4eaf4e;
}

.dropdown-toggle.w--open {
  color: #4eaf4e;
}

.button-dark {
  padding: 13px 26px;
  border-radius: 5px;
  background-color: #202a3b;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  color: #fff;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 500;
}

.button-dark:hover {
  background-color: #4eaf4e;
  color: #fff;
}

.nav-menu-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;
}

.search-button {
  display: inline-block;
  width: 30px;
  padding: 0px 15px;
  background-color: transparent;
  background-image: none;
  background-position: 50% 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
}

.dropdown-text {
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 500;
}

.text-language {
  margin-left: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-right-block {
  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;
}

.brand {
  padding: 10px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  margin-right: -10px;
  margin-left: -10px;
  padding: 12px 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 10px 6px -6px rgba(32, 42, 59, 0.05);
}

.dropdown-icon {
  font-size: 13px;
}

.icon-language {
  display: block;
  max-width: none;
}

.icon-language.hide {
  display: none;
}

.dropdown-link-language {
  padding: 7px 15px;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown-link-language:hover {
  color: #4eaf4e;
}

.nav-left-block {
  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;
}

.dropdown-language {
  display: none;
  margin-right: 10px;
  margin-left: 10px;
}

.nav-link-2 {
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
  font-size: 17px;
  line-height: 1.1em;
  font-weight: 500;
}

.nav-link-2:hover {
  color: #4eaf4e;
}

.nav-link-2.w--current {
  color: #4eaf86;
}

.nav-link-2.w--current:hover {
  color: #4eaf4e;
}

.section-navbar-top {
  position: relative;
  z-index: 950;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.dropdown-list-language {
  border-radius: 5px;
}

.dropdown-list-language.w--open {
  margin-left: -14px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  box-shadow: 0 10px 6px -6px rgba(32, 42, 59, 0.05);
}

.top-right-block {
  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;
}

.link-top-nav {
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
  color: #202a3b;
  font-size: 15px;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-top-nav:hover {
  color: #4eaf4e;
}

.link-top-nav.w--current {
  font-size: 14px;
}

.link-top-nav.white {
  color: #fff;
  font-size: 14px;
}

.link-top-nav.white:hover {
  color: #4eaf4e;
}

.link-top-nav.white.email {
  text-transform: none;
}

.column.logo {
  bottom: 20px;
}

.image-4 {
  margin-bottom: 20px;
}

.social-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin: 0px 42px 250px 0px;
  padding-top: 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-wrapper.margin-top {
  position: static;
  width: auto;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.socila-icon {
  width: 40px;
  height: 40px;
  margin-top: 6px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 100px;
  background-color: #1877f2;
  text-align: center;
}

.socila-icon.twitter {
  background-color: #1da1f2;
}

.socila-icon.instagram {
  background-color: #f46f30;
}

.socila-icon.instagram.linkedin {
  background-color: #da395b;
}

.icon-2 {
  margin-top: 10px;
  text-align: left;
}

.div-block-44 {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-right: 10px;
  margin-bottom: auto;
  -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;
}

.uppar-div-fixed {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 50px;
  padding-right: 20px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-5 {
  border-radius: 1000px;
}

.image-6 {
  border-radius: 1000px;
}

.image-7 {
  display: block;
  border-radius: 1000px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin: 40px auto 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-48 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-48.new {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-49 {
  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;
}

.div-block-50 {
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.div-block-51 {
  position: absolute;
  display: block;
  width: 360px;
  height: 200px;
  border: 2px solid #eefeff;
  background-color: transparent;
}

.accordion-body {
  display: block;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.accordion-body.js-accordion-body {
  display: none;
  padding-bottom: 20px;
  color: #9096a4;
}

.accordion-body.js-accordion-body._1 {
  display: none;
}

.accordion__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 20px 20px 0px;
  -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;
  background-color: #fff;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  text-align: left;
  text-decoration: none;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.accordion_icon {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  -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: 2px solid #ebebeb;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 350ms linear;
  transition: background-color 350ms linear;
}

.accordion_icon._1 {
  background-color: #3d5fac;
}

.accordion_icon._2 {
  background-color: #4782c3;
}

.accordion_icon._3 {
  background-color: #5ca1d7;
}

.accordion_icon._4 {
  background-color: #3d92b7;
}

.accordion_vborder {
  position: absolute;
  left: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  -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;
}

.accordion {
  display: block;
  width: 100%;
  margin-bottom: -24px;
}

.accordion.js-accordion {
  margin-top: 24px;
}

.accordion.js-accordion.mt-60 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header {
  font-weight: 400;
  text-transform: none;
}

.accordion_vborder_line {
  width: 2px;
  height: 100%;
  background-color: #063f74;
  -webkit-transition: height 150ms linear;
  transition: height 150ms linear;
}

.macbook {
  position: relative;
  width: 1200px;
  margin-left: -115%;
  text-align: center;
}

.macbook_img {
  width: 100%;
  max-width: 1000px;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.align-center {
  max-width: 1500px;
  margin: 60px auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f5f5f5;
}

.row.align-center.hide {
  display: none;
}

.container-4 {
  display: block;
  width: 1140px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.macbook_window {
  position: absolute;
  left: 50.5%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 740px;
  height: 460px;
  margin-top: 33px;
  background-image: linear-gradient(39deg, hsla(0, 0%, 100%, 0) 54%, hsla(0, 0%, 100%, 0.6)), none, linear-gradient(180deg, #1b619e, #4c95d4 60%, #b3d6f0);
  background-position: 0px 0px, 50% 50%, 0px 0px;
  background-size: auto, cover, auto;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.subheader {
  margin-top: 0px;
  margin-bottom: -20px;
  color: #aaa;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-7 {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.section-7.overflow-hidden.hide {
  display: block;
}

.col {
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col.col-6 {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col.order-m-first.col-m-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -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;
}

.col.col-4 {
  max-width: 33.333333%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.col.col-4.col-m-6.col-sm-12 {
  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;
}

.icon-3 {
  margin-bottom: 0px;
  -webkit-transition: color 350ms linear;
  transition: color 350ms linear;
  font-style: normal;
}

.icon-3._1x {
  font-size: 24px;
}

.accordion-header {
  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;
  color: #2e323c;
}

.accordion-header.js-accordion-header {
  cursor: pointer;
}

.text-large {
  font-size: 18px;
  text-transform: uppercase;
}

.text-large.text-bold {
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-weight: 700;
}

.text-large.c-white80 {
  color: #063f74;
  font-size: 50px;
  line-height: 60px;
}

.text-large.c-white {
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 32px;
  line-height: 36px;
  text-transform: capitalize;
}

.div-block-53 {
  width: 40%;
}

.section-8 {
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: transparent;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.heading-9 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.image-8 {
  -webkit-filter: saturate(120%);
  filter: saturate(120%);
}

.image-8:hover {
  -webkit-filter: none;
  filter: none;
}

.div-block-54 {
  position: absolute;
  width: 370px;
  height: 162px;
  margin-right: auto;
  margin-left: auto;
  background-color: #eefeff;
}

.div-block-55 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-9 {
  border-radius: 1000px;
}

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

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-57 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 80px auto auto;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-16 {
  margin-top: 0px;
}

.slide-2 {
  position: static;
  width: 600px;
  height: 850px;
  margin-top: 0px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-11 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.image-12 {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.div-block-58 {
  position: absolute;
  left: auto;
  top: -3%;
  right: 21%;
  bottom: 0%;
  width: 100px;
  height: 800px;
  margin-right: -38px;
  margin-bottom: 9px;
  border-radius: 0px;
  background-color: #063f74;
}

.section-9 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-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;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -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-59._2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.div-block-60 {
  position: static;
  display: none;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-13 {
  height: 500px;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 510px;
  margin-right: 10px;
  margin-left: 10px;
  -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: 3px solid #def8fa;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 460px;
  margin-right: 10px;
  margin-left: 10px;
  -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: 3px solid #def8fa;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 460px;
  margin-right: 10px;
  margin-left: 10px;
  -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: 3px solid #def8fa;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 460px;
  margin-right: 10px;
  margin-left: 10px;
  -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: 3px solid #def8fa;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 510px;
  margin-right: 10px;
  margin-left: 10px;
  -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: solid;
  border-width: 3px;
  border-color: #def8fa;
}

.image-14 {
  height: 500px;
}

.image-15 {
  height: 450px;
}

.image-16 {
  height: 450px;
}

.image-17 {
  height: 450px;
}

.div-block-66 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  -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: #eefeff;
}

.div-block-67 {
  max-width: 1600px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #eefeff;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  height: 100%;
  -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: 2px none #063f74;
}

.slider-2 {
  background-color: transparent;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
  background-color: transparent;
}

.slide-nav-2 {
  top: 400px;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-70._2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-71 {
  height: 100%;
  background-color: red;
}

.div-block-71._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-71._2 {
  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: transparent;
}

.div-block-71._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  -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: transparent;
}

.image-18 {
  border: 2px solid #de2266;
}

.image-19 {
  border: 2px solid #063f74;
}

.image-20 {
  border-right: 2px solid #bda26e;
  border-left: 2px solid #bda26e;
}

.image-21 {
  border: 2px solid #9c1a2d;
}

.image-22 {
  border: 2px solid #063f74;
}

.image-23 {
  border-bottom: 4px solid #000;
}

.image-24 {
  border: 2px solid #de0812;
}

.div-block-72 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 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;
  border: 2px solid #1f1844;
}

.div-block-73 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  -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: 2px solid #1f1844;
  background-color: #eefeff;
}

.heading-12 {
  font-size: 46px;
  line-height: 52px;
  text-align: center;
}

.div-block-74 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  -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;
}

.div-block-75.zoom {
  margin: 40px auto 100px;
}

.div-block-76 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  -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-77 {
  width: 60%;
}

.heading-13 {
  margin-top: auto;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
}

.heading-13._2 {
  margin-right: 0px;
  margin-left: 0px;
  color: #da395b;
  font-size: 50px;
  text-align: left;
}

.paragraph-6 {
  width: 80%;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.image-25 {
  width: 500px;
  height: 500px;
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9da;
  border-radius: 1200px;
  background-color: #eefeff;
  box-shadow: -1px 1px 20px 1px #fafafa;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-79 {
  position: absolute;
  left: -5%;
  top: 0%;
  bottom: 0%;
  z-index: -2;
  width: 500px;
  height: 500px;
  border: 3px solid #063f74;
  border-radius: 1200px;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-80.hide {
  display: none;
}

.div-block-81 {
  position: absolute;
  left: 78%;
  top: 8%;
  right: 0%;
  z-index: -2;
  width: 40%;
  height: 60%;
  background-image: url('../images/blue-dot.png');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-82 {
  position: absolute;
  right: 75%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 35%;
  -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: 1px solid #eefeff;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 silver;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  -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: 1px dashed #198990;
  border-radius: 100px;
  background-color: #fff;
}

.text-block-28 {
  font-weight: 700;
}

.text-block-29 {
  color: #063f74;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-85 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-center-sm {
  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-right {
  text-align: right;
}

.text-right.text-center-sm {
  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;
}

.c-white {
  color: #fff;
}

.process-bubble {
  position: relative;
  width: 70%;
  height: 320px;
  max-width: 360px;
  margin: 15px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.divider-process {
  width: 100px;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: rgba(0, 0, 0, 0.2);
}

.divider-process.divider-process--show-sm {
  display: none;
}

.divider-process.right {
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.2);
}

.process-bubble_inner-bubble {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px;
  -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: 1px none #063f74;
  border-radius: 50%;
  box-shadow: 1px 1px 9px 0 silver;
}

.c-orange {
  color: #ed912a;
}

.c-orange.text-bold {
  color: #063f74;
  font-weight: 700;
}

.c-white80 {
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

.process-bubble_title {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 0px;
  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;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.div-block-88 {
  width: 85%;
  height: 85%;
  border: 1px dashed #198990;
  border-radius: 50%;
  background-color: transparent;
}

.div-block-89 {
  width: 80%;
  margin: 60px auto;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 20px;
}

.div-block-89:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 14px 3px #f3f3f3;
}

.div-block-90 {
  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;
}

.mouse-link {
  position: absolute;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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;
}

.image {
  height: auto;
  margin-bottom: 10px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text {
  color: #737cbc;
}

.text.right {
  font-size: 15px;
  line-height: 25px;
  text-align: right;
}

.text.left {
  line-height: 25px;
}

.info-div-wrapper {
  display: none;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -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;
}

.nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.button {
  position: relative;
  overflow: hidden;
  width: auto;
  margin-right: 10px;
  padding: 12px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #282f4b;
  border-radius: 6px;
  background-color: transparent;
  color: #282f4b;
  font-weight: 500;
  text-transform: uppercase;
}

.button:hover {
  background-color: #282f4b;
  color: #e4bc2d;
  font-weight: 500;
}

.button.hero {
  margin-right: 10px;
  border-color: #fff;
  background-color: #fff;
}

.button.hero:hover {
  border-color: #282f4b;
  background-color: #282f4b;
  color: #e4bc2d;
}

.small-sub-text {
  color: #e4bc2d;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
}

.small-sub-text.dark {
  display: inline-block;
  margin-bottom: 5px;
  padding-left: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-3 {
  color: #282f4b;
}

.button-wrapper {
  display: inline-block;
  margin-top: 30px;
}

.paragraph-7 {
  color: #737cbc;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-7.blue {
  -webkit-filter: saturate(400%);
  filter: saturate(400%);
  color: #04e5e7;
  font-size: 38px;
  line-height: 50px;
  font-weight: 700;
}

.banner-big-text {
  width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #eefeff;
  font-size: 60px;
  line-height: 70px;
}

.navbar-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  padding-right: 20px;
  padding-left: 20px;
  -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: #e4bc2d;
}

.hero-section {
  position: relative;
  display: none;
  overflow: hidden;
  padding: 220px 40px 120px 20px;
  -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: #063f74;
}

.mouse-scroll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-radius: 20px;
  background-color: #fff;
  color: #fff;
}

.hero-card {
  display: block;
  width: 280px;
  height: 300px;
  margin-bottom: 20px;
  padding: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 45px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.hero-card._3 {
  position: relative;
  width: 100%;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-image: url('../images/boy-01.svg');
  background-position: 50% 50%;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-card._2 {
  position: relative;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 45px;
  background-image: url('../images/girl-01.svg');
}

.hero-card._4 {
  position: relative;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 45px;
  background-color: #fff;
  background-image: url('../images/svg_002_01.svg');
  background-position: 50% 50%;
}

.hero-card._1 {
  position: relative;
  background-image: url('../images/svg_01.svg');
}

.scroll-wheel {
  width: 4px;
  height: 9px;
  margin-top: 10px;
  background-color: #063f74;
}

.hero-div {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-div-info {
  position: relative;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 600px;
  -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;
}

.heading-14 {
  color: #343e52;
  font-size: 16px;
  line-height: 23px;
  text-align: right;
}

.heading-14.left {
  text-align: left;
}

.icon-header {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-header.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero-info-block {
  position: relative;
  top: 0%;
  width: 50%;
}

.top-hero-cta {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  white-space: normal;
}

.div-block-113 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: 800px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
  padding-bottom: 0px;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.8);
}

.heading-15 {
  margin-top: 0px;
  padding: 25px 10px 0px 19px;
  color: #063f74;
  font-size: 60px;
  line-height: 70px;
}

.heading-15.para {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  color: #00a5ff;
  font-size: 40px;
  line-height: 40px;
}

.paragraph-8 {
  padding-right: 10px;
  padding-left: 20px;
  color: #063f74;
  font-size: 18px;
}

.text-span-5 {
  color: #c48f0b;
}

.button-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 11px 25px;
  border-style: none;
  border-width: 1px;
  border-color: #333f50;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 20px -10px #000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #333232;
  font-size: 16px;
  font-weight: 500;
}

.button-1:hover {
  border-style: none;
  background-color: #333f50;
  color: #fff;
}

.button-1.hero.tpoo {
  margin-left: 20px;
}

.div-block-114 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 800px;
  margin-right: 0px;
  margin-left: auto;
  background-image: url('../images/artwork.svg');
  background-position: 50% 50%;
  background-size: cover;
  white-space: break-spaces;
}

.div-block-115 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2200px;
  margin-right: auto;
  margin-left: auto;
  -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-116 {
  display: none;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.main-banner {
  position: relative;
  width: 100%;
  height: 950px;
  background-image: url('../images/BICT-Section-5.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.textarea {
  min-height: 120px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #063f74;
  background-color: transparent;
}

.textarea::-webkit-input-placeholder {
  color: #063f74;
}

.textarea:-ms-input-placeholder {
  color: #063f74;
}

.textarea::-ms-input-placeholder {
  color: #063f74;
}

.textarea::placeholder {
  color: #063f74;
}

.paragraph-13 {
  width: 80%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1a2337;
  text-align: center;
}

.process-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-13 {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.htag {
  padding-right: 10px;
  padding-left: 10px;
  color: #063f74;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.div-block-143 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 600px;
  margin-left: 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;
  background-image: none;
}

.heading-22 {
  margin-bottom: 0px;
  color: #fff;
  font-size: 25px;
}

.div-block-142-copy {
  display: none;
  width: 500px;
  margin-left: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #063f74;
}

.build {
  position: relative;
  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;
  border: 1px solid #063f74;
  background-color: #eefeff;
}

.bold-text-12 {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}

.bold-text-14 {
  padding-right: 9px;
  padding-left: 9px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.div-block-140 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-144 {
  width: 60%;
  text-align: center;
}

.div-block-145 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-146 {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  -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: #eefeff;
}

.icon_wrap {
  overflow: hidden;
}

.card_col_2 {
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -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;
}

.h1_features {
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: -0.3px;
}

.col_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -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;
}

.card_base {
  position: relative;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 25px;
  border-radius: 15px;
  box-shadow: 4px 4px 55px 0 #f1f1f1;
  color: #44465f;
  text-decoration: none;
}

.text_features {
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.3px;
}

.image-27 {
  position: absolute;
  left: auto;
  top: 21%;
  right: 21%;
  bottom: 0%;
  display: none;
}

.image-28 {
  position: absolute;
  left: 30%;
  top: 20%;
  right: auto;
  bottom: auto;
  display: none;
}

.image-29 {
  position: absolute;
  left: 19%;
  top: auto;
  right: auto;
  bottom: 23%;
  display: none;
}

.image-30 {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 22%;
  display: none;
}

.image-31 {
  position: absolute;
  left: auto;
  top: auto;
  right: 15%;
  bottom: 22%;
  display: none;
}

.grid-5 {
  height: 950px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1.5fr 1fr 1fr;
  grid-template-columns: 1.5fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/BICT-Section-2-02.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-147 {
  position: static;
  left: auto;
  right: auto;
  padding-right: 0px;
}

.section-11 {
  position: relative;
  height: 950px;
  background-image: url('../images/BICT-Section-2-02.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-148 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-149 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 21%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.marquee-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  background-color: #eefeff;
}

.marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #eefeff;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #eefeff;
}

.buttons {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.bold-text-15 {
  color: #063f74;
}

.bold-text-16 {
  color: #063f74;
}

.right-arrow-t1 {
  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;
}

.company-logo-t1 {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.slider-t1 {
  height: 100%;
  background-color: transparent;
}

.left-arrow-t1 {
  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;
}

.slider-mobile-landscape-t1 {
  display: none;
  height: 100%;
  background-color: transparent;
}

.quote-icon-t1 {
  position: absolute;
  left: 15%;
  top: 10%;
  right: auto;
  bottom: auto;
}

.user-picture-t1 {
  margin-top: 20px;
  padding: 3px;
  border-radius: 100px;
  box-shadow: 0 1px 3px 0 #a7a7a7;
}

.right-arrow-icon-t1 {
  height: 60px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.testimonials-t1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.testimonials-wrapper {
  width: 90%;
  max-width: 1500px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: 1px 0 20px 3px #ececec;
}

.user-picture-wrapper-t1 {
  position: relative;
  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;
}

.right-arrow-landscape-t1 {
  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;
}

.slide-nav-landscape-t1 {
  font-size: 11px;
}

.user-name-t1 {
  color: #3e88e9;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.slide-nav-portrait-t1 {
  font-size: 11px;
}

.slide-nav-t1 {
  font-size: 11px;
}

.testimonials-wrapper-t1 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.right-arrow-portrait-t1 {
  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;
}

.slider-mobile-portrait-t1 {
  display: none;
  height: 100%;
  background-color: transparent;
}

.quote-t1 {
  margin-top: 24px;
  font-size: 16px;
  font-style: italic;
  text-align: center;
}

.arrow-copy {
  height: 60px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.left-arrow-icon-t1 {
  height: 25px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.left-arrow-landscape-t1 {
  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;
}

.slide-subwrapper-t1 {
  height: 100%;
  max-width: 230px;
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide-wrapper-t1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -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;
}

.arrow-3 {
  height: 60px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.left-arrow-portrait-t1 {
  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;
}

.check {
  width: 24px;
  margin-right: 16px;
}

.line-break {
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: #ececec;
}

.pricing-features {
  display: none;
  margin-top: 22px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.price-base {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  min-height: 350px;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #202a3b;
}

.price-base.base-pink {
  background-color: #063f74;
}

.price-base.base-dark {
  background-color: #00b0bb;
}

.length-text {
  color: #848199;
  font-size: 22px;
}

.text-block-30 {
  color: #848199;
  font-size: 20px;
  font-weight: 400;
}

.price-type {
  margin-top: 0px;
  color: #231d4f;
}

.price-button {
  position: absolute;
  margin-left: 25px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: #eefeff;
}

.feature-text {
  color: #848199;
  font-size: 15px;
}

.check-wrap {
  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;
}

.price-grid {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
  grid-column-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-block {
  position: relative;
  left: -30px;
  top: -30px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  padding: 28px 28px 44px;
  -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;
  background-color: #fff;
}

.price-block.shadow-blue {
  z-index: 2;
}

.title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #7b88a8;
  text-align: left;
}

.content-h1 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #231d4f;
  font-size: 55px;
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.section-12 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-23 {
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 25px;
}

.paragraph-14 {
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-15 {
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-16 {
  font-family: Lato, sans-serif;
  color: #1a2337;
  font-size: 15px;
  line-height: 22px;
}

.form-caption {
  font-size: 13px;
  text-align: center;
}

.form-field {
  position: relative;
  z-index: 1;
  height: 50px;
  min-height: 50px;
  padding-top: 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdd;
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #1a2337;
  line-height: 35px;
}

.form-field:focus {
  border-style: solid;
  border-color: #000;
}

.form-field::-webkit-input-placeholder {
  color: #a0a0a0;
}

.form-field:-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::-ms-input-placeholder {
  color: #a0a0a0;
}

.form-field::placeholder {
  color: #a0a0a0;
}

.form-field.select-field {
  padding-top: 8px;
}

.form-field.select-field.wide {
  border-radius: 0px;
  font-family: Lato, sans-serif;
  color: #1a2337;
  line-height: 35px;
  cursor: pointer;
}

.form-field.exam {
  display: block;
}

.form-wrap {
  width: 100%;
  margin-bottom: 0px;
}

.comp-pane {
  width: 45%;
}

.comp-pane.left {
  background-image: none;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.comp-pane.right {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  -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-radius: 10px;
  background-color: #fff;
  box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.13);
}

.form-field-label {
  position: absolute;
  z-index: 10;
  display: inline-block;
  margin-top: -9px;
  margin-left: 10px;
  padding: 1px 10px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 16px;
  line-height: 14px;
  font-weight: 700;
}

.form-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  color: #063f74;
  text-align: center;
}

.abstract-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: -4%;
  bottom: -6%;
  z-index: 1;
  width: 100px;
  height: 100px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.component-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.submit-button {
  height: 50px;
  min-width: 170px;
  margin-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 30px;
  background-color: #ffd000;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  color: #000;
}

.submit-button:hover {
  -webkit-filter: brightness(96%);
  filter: brightness(96%);
}

.submit-button.nav-cta-button.education {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.submit-button.nav-cta-button.education.started {
  margin-left: 0px;
}

.submit-button.nav-cta-button.education.started:hover {
  color: #1a2337;
}

.field-wrap-2 {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.field-wrap-2.task {
  position: static;
  display: none;
  width: 100%;
  height: 70px;
  background-color: transparent;
}

.field-wrap-2.task.general {
  display: none;
}

.field-wrap-2.task.celpip {
  display: none;
}

.field-wrap-2.ielts {
  display: block;
}

.field-wrap-2.format {
  display: none;
}

.field-wrap-2.general {
  display: none;
}

.field-wrap-2.celpip {
  display: none;
}

.ielts-academic-task1 {
  display: none;
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.ielts-academic-task1.hide {
  display: none;
}

.checkbox-field {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox-field-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox-field-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox-field-4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox-field-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox-field-6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.section-13 {
  margin-top: 100px;
  margin-bottom: 60px;
}

.section-13.hide {
  display: none;
}

.div-block-157 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  width: 40%;
  height: 40%;
  margin-top: 220px;
  margin-right: auto;
  margin-left: auto;
  -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: 2px solid #063f74;
  background-color: #eefeff;
}

.div-block-158 {
  position: absolute;
  left: auto;
  top: 2%;
  right: 2%;
  bottom: auto;
}

.success-message-2 {
  background-color: #063f74;
  color: #fff;
}

.text-block-31 {
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.error-message-2 {
  background-color: red;
  color: #fff;
}

.success-message-3 {
  background-color: #063f74;
}

.text-block-32 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.text-block-32._1 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}

.error-message-3 {
  background-color: red;
  color: #fff;
}

.text-block-33 {
  font-family: Lato, sans-serif;
}

.text-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  -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;
  color: #da395b;
  font-size: 18px;
  text-decoration: none;
}

.heading-24 {
  margin: 0px 5px;
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 30px;
  line-height: 52px;
  font-weight: 400;
}

.div-block-159 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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: #eefeff;
}

.div-block-160 {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #da395b;
}

.link-block-4 {
  text-decoration: none;
}

.select-field-2 {
  border: 0px solid #000;
  background-color: transparent;
  color: #1a2337;
}

.div-block-161 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.radio-button-field._1 {
  width: 50%;
}

.radio-button-field._2 {
  width: 50%;
}

.radio-button-field-2 {
  width: 30%;
}

.radio-button-label {
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-162 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.checkbox-label {
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox-label-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox-label-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox {
  margin-top: 15px;
  margin-bottom: 10px;
}

.checkbox-2 {
  margin-top: 15px;
}

.checkbox-3 {
  margin-top: 15px;
}

.div-block-163 {
  width: 50%;
}

.div-block-164 {
  position: relative;
  display: none;
}

.ielts-general-task-1 {
  display: none;
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-165 {
  width: 50%;
}

.celpip-task1 {
  display: none;
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.celpip-task2 {
  display: none;
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-166 {
  width: 50%;
}

.ielts-task-2 {
  display: none;
  width: 90%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.checkbox-field-7 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox-field-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox-field-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-2 {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 3px solid transparent;
  background-color: #bebebe;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.button-2:hover {
  border: 3px solid #063f74;
  color: #000;
}

.login-head {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 30px;
  line-height: 1.3em;
  text-align: center;
}

.login-head.account {
  font-size: 25px;
}

.login-head.margin {
  margin-top: 0px;
}

.terms-text {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
}

.terms-text.hide {
  display: none;
}

.login-field {
  position: relative;
  width: 95%;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #fcfcfc;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.login-field:focus {
  border: 1px solid #063f74;
  background-color: #fff;
}

.login-field.full {
  width: 98%;
}

.water-image {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.field-status {
  position: absolute;
  top: 5px;
  right: 4px;
  width: 15px;
  height: 15px;
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}

.sign-up-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.login-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  padding: 50px 50px 80px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  text-align: center;
}

.have-an-account-text {
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.5);
}

.login-button {
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 3px solid transparent;
  background-color: #063f74;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.login-button:hover {
  border: 3px solid #063f74;
  background-color: transparent;
  color: #063f74;
}

.login-box {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 90vh;
  max-width: 1500px;
  margin: 50px auto;
  -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-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 80px -4px rgba(56, 62, 147, 0.2);
}

.field-image {
  background-image: none;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-container {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.login-page-link {
  font-family: Lato, sans-serif;
  color: #063f74;
  font-weight: 600;
}

.login-label {
  width: 100%;
  margin-bottom: 2px;
  padding-left: 2px;
  opacity: 0.4;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.error-message-4 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.memberstack-form {
  position: relative;
  padding-top: 25px;
}

.field-wrapper {
  position: relative;
  width: 100%;
  min-height: 30px;
}

.field-wrapper.first-name-wrapper {
  margin-right: 0px;
}

.slider-section {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50%;
  height: 100%;
  min-height: 100%;
}

.tree-image {
  background-image: url('../images/Class-Icon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-image {
  width: 80px;
}

.section-14 {
  -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-167 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
}

.login-head-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 30px;
  line-height: 1.3em;
  text-align: center;
}

.login-head-2.login {
  font-size: 25px;
}

.login-head-2.margin {
  margin-top: 0px;
}

.login-field-2 {
  position: relative;
  height: 50px;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 14px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #fcfcfc;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.login-field-2:focus {
  border: 1px solid #76ce89;
  background-color: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.05), 0 0 4px 0 #76ce89;
}

.memberstack-bolt {
  margin-top: -6px;
}

.login-section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  padding: 50px 50px 80px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  text-align: center;
}

.have-an-account-text-2 {
  font-family: Lato, sans-serif;
  color: rgba(51, 51, 51, 0.5);
}

.login-button-2 {
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 3px solid transparent;
  border-radius: 0px;
  background-color: #063f74;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.login-button-2:hover {
  border: 3px solid #063f74;
  background-color: transparent;
  color: #063f74;
}

.login-label-2 {
  width: 100%;
  margin-bottom: 2px;
  padding-left: 2px;
  opacity: 0.4;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

.memberstack-tag {
  position: absolute;
  top: -12px;
  right: -12px;
  display: none;
  overflow: hidden;
  width: 25px;
  height: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6px;
  padding-left: 6px;
  border: 2px solid #f5f8fa;
  border-radius: 50%;
  background-color: #2aa8ff;
  box-shadow: 0 0 10px 1px #fff;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  font-weight: 700;
  text-align: left;
}

.memberstack-tag:hover {
  overflow: visible;
}

.memberstack-tag-label {
  position: absolute;
  top: -3px;
  right: 30px;
  width: 158px;
  padding-left: 12px;
  border-radius: 3px;
  background-color: #000;
}

.forgot-password {
  display: block;
  margin-top: -10px;
  margin-bottom: -5px;
  color: #20b658;
  font-size: 14px;
  line-height: 1.5em;
  text-align: right;
}

.login-image-2 {
  width: 100%;
  margin-top: 0px;
}

.memberstack-diamond {
  position: absolute;
  top: 8px;
  right: -3px;
  bottom: 0px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  color: transparent;
}

.link-block-5 {
  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;
}

.div-block-168 {
  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: #bcf0ff;
}

.heading-25 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -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: Lato, sans-serif;
  color: #063f74;
  font-size: 35px;
  font-weight: 900;
}

.dropdown-toggle-2 {
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.dropdown-link-2 {
  margin-bottom: 0px;
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #063f74;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.dropdown-link-3 {
  background-color: #fff;
  font-family: Lato, sans-serif;
  color: #063f74;
  text-transform: uppercase;
}

.dropdown-list-2 {
  padding-top: 10px;
}

.dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
}

.whatsapp-div {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
}

.blue-heading {
  color: #063f74;
}

.div-block-169 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: #063f74;
}

.heading-26 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.heading-26.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -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;
}

.heading-27 {
  display: none;
}

.heading-27.hide {
  display: none;
}

.link-block-6 {
  display: none;
}

.link-block-7 {
  display: none;
}

.link-block-8 {
  display: none;
}

.link-block-9 {
  display: none;
}

.link-block-10 {
  display: none;
}

.link-block-11 {
  display: none;
}

.link-block-12 {
  display: none;
}

.link-block-13 {
  display: none;
}

@media screen and (max-width: 991px) {
  .nav-container {
    width: 80%;
    height: 80px;
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
  }
  .footer-bottom-wrap {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-section---education {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .footer-middle-wrap {
    margin-bottom: 0px;
    -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;
  }
  .flex-button-wrap {
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .nav-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .footer-col {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-subtitle {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 30px;
    line-height: 40px;
  }
  .section-img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .section-img.hero---education {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .social-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  ._2-col-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cms-items-grid {
    width: 100%;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .hero-content {
    position: relative;
    right: 35px;
    bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 70%;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .hero-title---education {
    font-size: 34px;
    line-height: 42px;
  }
  .hero-title---education.title {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }
  .hero-title---education.classes {
    text-align: left;
  }
  .button---education.margin-right {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .section-p---education {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .footer-flex-wrap.first {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-flex-wrap.logo {
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-contact-info {
    text-align: center;
  }
  .nav-menu {
    padding: 20px 40px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fafafa;
  }
  .nav-menu.education {
    width: 80%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
  }
  .benefits-grid---education {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-logo {
    width: 70px;
    max-width: 200px;
  }
  .menu-button {
    margin-left: 20px;
    padding: 12px;
    font-size: 26px;
    line-height: 26px;
  }
  .menu-button.w--open {
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
  }
  .menu-button.education {
    margin-left: 0px;
    color: #eefeff;
  }
  .section-title {
    font-size: 36px;
    line-height: 42px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.education---dark.ielts {
    height: 400px;
  }
  .navbar {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }
  .navbar.education.home {
    width: 100%;
    height: 100px;
    margin-top: 30px;
    box-shadow: none;
  }
  .align-center-mobile {
    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;
  }
  .align-center-mobile.narrow {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .course-item-wrap---education {
    max-width: 65%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .align-center {
    width: 60%;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-cta-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 280px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    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;
    font-size: 12px;
  }
  .nav-cta-button.education {
    width: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-cta-button.education.form {
    width: 30%;
  }
  .nav-cta-button.education.form._1 {
    width: 20%;
  }
  .nav-cta-button.education.strip-sign-up {
    margin-top: 0px;
  }
  .legal {
    padding-bottom: 10px;
  }
  .footer-col-grid {
    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;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer-link {
    margin-left: 20px;
  }
  .nav-logo-wrap {
    padding-left: 0px;
  }
  .heading {
    font-size: 80px;
    line-height: 100px;
  }
  .div-block-11 {
    position: relative;
    top: 124px;
    margin-left: 0px;
  }
  .div-block-26 {
    margin-top: 0px;
  }
  .div-block-27 {
    position: static;
    top: 67px;
    width: 500px;
  }
  .div-block-29 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cursor-wrapper {
    display: none;
  }
  .cursor-wrapper-2 {
    display: none;
  }
  .div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
  }
  .icon {
    color: #063f74;
  }
  .section-title-2 {
    font-size: 36px;
    line-height: 42px;
  }
  .section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-subtitle-2 {
    width: 100%;
    text-align: left;
  }
  .slider-arrow---personal.left {
    display: block;
  }
  .slider-arrow---personal.right {
    display: block;
  }
  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .work-example---personal {
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .heading-4 {
    font-size: 45px;
  }
  .div-block-32 {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .heading-5 {
    width: 100%;
    text-align: left;
  }
  .section-title-3 {
    font-size: 36px;
    line-height: 42px;
  }
  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .bullet-list {
    width: 100%;
    text-align: left;
  }
  .section-become-a-client {
    position: relative;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .content {
    top: 86px;
    height: 850px;
  }
  .form-dark {
    width: 100%;
    max-width: 700px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .paragraph-hero-dark {
    text-align: center;
  }
  .block-content-grid-hero {
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .title-hero-white {
    text-align: center;
  }
  .block-circle-image {
    min-height: 500px;
  }
  .image-circle-5 {
    left: 24%;
    top: auto;
    right: auto;
    width: 250px;
    height: 250px;
    margin-right: 0px;
  }
  .grid-2-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .form-block-dark {
    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;
  }
  .circle-border-dark.type-9 {
    position: static;
    left: auto;
    width: 150px;
    height: 150px;
    margin-left: 300px;
  }
  .circle-border-dark.type-8 {
    right: 0%;
    bottom: -6%;
    width: 300px;
    height: 300px;
    margin-left: 0px;
  }
  .image-circle-6 {
    top: 235px;
    width: 200px;
    height: 200px;
  }
  .grid-number {
    margin-top: 70px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .number-block {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .number-block.extra-2.new1 {
    width: 19%;
  }
  .number-block.extra-2.new2 {
    width: 19%;
  }
  .number-block.extra-2.new3 {
    width: 19%;
  }
  .number-block.extra-2.new5 {
    width: 19%;
  }
  .number-block.extra-2.new4 {
    width: 19%;
  }
  .number {
    font-size: 52px;
  }
  .title-number {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 25px;
  }
  .section-6 {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .div-block-42 {
    width: 95%;
  }
  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .icon-menu {
    color: #202a3b;
  }
  .nav-menu-2 {
    padding: 0px 10px 10px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 10px 6px -6px rgba(32, 42, 59, 0.05);
  }
  .dropdown-list.w--open {
    margin-right: 0px;
    margin-left: 0px;
    background-color: #fff;
    box-shadow: none;
  }
  .menu-button-2 {
    margin-left: 8px;
    padding: 12px;
    border-radius: 5px;
    -webkit-transition: box-shadow 300ms ease-in-out;
    transition: box-shadow 300ms ease-in-out;
  }
  .menu-button-2.w--open {
    background-color: #fff;
    box-shadow: inset 0 3px 5px 0 rgba(32, 42, 59, 0.1);
  }
  .icon-language {
    margin-left: 10px;
  }
  .social-wrapper {
    display: block;
    margin-bottom: 200px;
  }
  .social-wrapper.margin-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }
  .div-block-44 {
    top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .uppar-div-fixed {
    left: auto;
    top: 100px;
    right: 0%;
    bottom: auto;
    padding-top: 20px;
  }
  .div-block-46 {
    display: none;
  }
  .div-block-47 {
    -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;
  }
  .div-block-49 {
    width: 40%;
  }
  .div-block-51 {
    display: none;
    width: 225px;
  }
  .div-block-52 {
    width: 600px;
  }
  .accordion {
    width: 83.33%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .accordion.js-accordion.mt-60 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .macbook {
    position: relative;
    left: 50%;
    display: block;
    width: 500px;
    margin-left: 0%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .row.align-center {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .macbook_window {
    width: 370px;
    height: 232px;
    margin-top: 16px;
  }
  .col.order-m-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .col.col-4.col-m-6.col-sm-12 {
    max-width: none;
    margin-top: 15px;
  }
  .div-block-53 {
    width: 80%;
  }
  .div-block-56 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-67 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .div-block-68 {
    width: 90%;
  }
  .slide-nav-2 {
    top: 300px;
  }
  .div-block-70._2 {
    width: 90%;
  }
  .div-block-71._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    -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: transparent;
  }
  .div-block-75 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-76 {
    margin-top: 40px;
  }
  .div-block-77 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-13 {
    margin-bottom: 10px;
    font-size: 50px;
  }
  .process-bubble {
    width: 300px;
    height: 300px;
    margin: 0px auto;
  }
  .process-bubble_inner-bubble {
    width: 250px;
    height: 250px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .container-5 {
    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;
  }
  .container-5.header {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .navigation-div {
    background-color: #fff;
  }
  .text.left {
    font-size: 15px;
    line-height: 25px;
  }
  .menu-button-3:hover {
    border-radius: 5px;
    background-color: #e4bc2d;
  }
  .paragraph-7 {
    padding-right: 5px;
  }
  .banner-big-text {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-section {
    padding-top: 140px;
  }
  .hero-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-div-info {
    width: 80%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-info-block {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .top-hero-cta {
    max-width: none;
    margin-left: 0px;
  }
  .div-block-113 {
    width: 100%;
    height: auto;
  }
  .heading-15 {
    margin-bottom: 0px;
    font-size: 45px;
  }
  .heading-15.para {
    font-size: 35px;
  }
  .div-block-114 {
    width: 100%;
    height: 600px;
  }
  .div-block-116 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .main-banner {
    height: 500px;
  }
  .process-2 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-143 {
    width: 90%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-140 {
    width: 100vw;
    height: auto;
    margin-top: 25px;
  }
  .div-block-145 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card_col_2 {
    padding-right: 0px;
  }
  .col_60 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
  }
  .card_row {
    padding-left: 0px;
  }
  .section-11 {
    height: 450px;
  }
  .image-32 {
    width: 60%;
  }
  .image-33 {
    width: 60%;
  }
  .image-34 {
    width: 60%;
  }
  .image-35 {
    width: 60%;
  }
  .image-36 {
    width: 60%;
  }
  .div-block-150 {
    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;
  }
  .div-block-151 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .div-block-152 {
    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;
  }
  .div-block-153 {
    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;
  }
  .div-block-154 {
    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;
  }
  .marquee-wrapper {
    width: 200%;
  }
  .buttons {
    bottom: 15%;
    width: 70%;
  }
  .right-arrow-t1 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .testimonials-wrapper {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .right-arrow-landscape-t1 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .right-arrow-portrait-t1 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .slide-subwrapper-t1 {
    width: 33%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .slide-wrapper-t1 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .price-base {
    margin-right: auto;
    margin-left: auto;
  }
  .price-base.base-pink {
    min-height: 350px;
  }
  .container-6 {
    margin-top: 40px;
  }
  .price-grid {
    max-width: 680px;
    grid-column-gap: 0px;
    grid-row-gap: 68px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .price-block {
    left: 0px;
    top: -20px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .section-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .comp-pane.left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 60%;
    margin-left: -80px;
    background-size: contain;
  }
  .comp-pane.right {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .component-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .field-wrap-2.task {
    display: none;
  }
  .field-wrap-2.format {
    display: none;
  }
  .field-wrap-2.general {
    display: none;
  }
  .field-wrap-2.celpip {
    display: none;
  }
  .ielts-academic-task1 {
    -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;
  }
  .radio-button-field._1 {
    width: 100%;
  }
  .radio-button-field._2 {
    width: 100%;
  }
  .login-section {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .login-box {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-section {
    display: none;
  }
  .div-block-167 {
    width: 80%;
  }
  .login-section-2 {
    display: block;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .login-button-2 {
    border-radius: 0px;
  }
  .heading-25 {
    font-size: 30px;
  }
  .dropdown-toggle-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;
  }
  .dropdown-link-2 {
    margin-bottom: 20px;
  }
  .dropdown-list-2.w--open {
    position: relative;
    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;
  }
  .heading-26.no-margin {
    font-size: 25px;
  }
  .div-block-170 {
    width: 15%;
  }
  .div-block-171 {
    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;
  }
  .heading-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #da395b;
    font-size: 18px;
  }
  .link-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  .link-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  .link-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  .link-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  .link-block-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  .link-block-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  .link-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
  .link-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-container {
    width: 80%;
    height: 70px;
    margin-top: 0px;
  }
  .footer-bottom-wrap {
    -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;
    text-align: center;
  }
  .hero-section---education {
    padding-top: 120px;
  }
  .footer-middle-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    -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;
  }
  .section-subtitle {
    font-size: 20px;
    line-height: 25px;
  }
  .section-img.hero---education {
    width: 100%;
  }
  .social-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cms-items-grid {
    padding-top: 20px;
  }
  .hero-content {
    position: relative;
    bottom: auto;
    width: 100%;
    max-width: 100%;
  }
  .hero-title---education {
    display: block;
    font-size: 28px;
    line-height: 36px;
  }
  .hero-title---education.title {
    font-size: 30px;
  }
  .hero-title---education.classes {
    font-size: 25px;
  }
  .button---education {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }
  .section-p---education {
    display: block;
  }
  .footer-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-flex-wrap.first {
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .blog-summary---personal {
    font-size: 14px;
    line-height: 20px;
  }
  .nav-menu.education {
    margin-top: 10px;
  }
  .course-title---education {
    font-size: 18px;
    line-height: 24px;
  }
  .nav-logo {
    width: 70px;
    max-width: 140px;
  }
  .menu-button {
    padding: 10px;
    font-size: 18px;
  }
  .menu-button.education {
    margin-left: 0px;
    padding-top: 10px;
  }
  .section-title {
    font-size: 28px;
    line-height: 32px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section.education---dark.ielts {
    height: 320px;
    padding-top: 80px;
  }
  .navbar.education.home {
    width: 100%;
    height: auto;
    margin-top: 35px;
  }
  .align-center-mobile.narrow {
    max-width: 100%;
  }
  .course-item-wrap---education {
    max-width: 80%;
  }
  .align-center {
    width: 60%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-cta-button.education.zoom {
    width: 100%;
  }
  .legal {
    padding-bottom: 10px;
  }
  .footer-link {
    margin: 10px;
  }
  .div-block-25 {
    margin-bottom: 0px;
  }
  .heading {
    font-size: 60px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .link {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section-title-2 {
    font-size: 28px;
    line-height: 32px;
  }
  .button---personal {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }
  .section-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-subtitle-2 {
    width: 100%;
    text-align: left;
  }
  .slider-arrow---personal {
    display: none;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 18px;
  }
  .slider-arrow-icon---personal.left {
    margin-right: 14px;
  }
  .slider---personal {
    margin-bottom: 60px;
  }
  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .work-example---personal {
    max-width: 100%;
  }
  .heading-4 {
    font-size: 40px;
  }
  .div-block-32 {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .heading-5 {
    width: 100%;
    text-align: left;
  }
  .div-block-34 {
    margin-bottom: 20px;
  }
  .div-block-35 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-37 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-38 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-title-3 {
    font-size: 28px;
    line-height: 32px;
  }
  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bullet-list {
    width: 100%;
  }
  .section-become-a-client {
    padding-top: 20px;
    padding-bottom: 55px;
  }
  .content {
    top: 120px;
  }
  .paragraph-hero-dark {
    font-size: 18px;
    line-height: 1.5em;
  }
  .block-circle-image {
    min-height: 440px;
  }
  .image-circle-5 {
    left: 16%;
    top: -30px;
    width: 340px;
    height: 340px;
  }
  .grid-2-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .circle-border-dark.type-9 {
    left: -89%;
    bottom: 143px;
  }
  .circle-border-dark.type-8 {
    bottom: -44px;
    display: block;
    width: 250px;
    height: 250px;
  }
  .image-circle-6 {
    top: 177px;
    width: 220px;
    height: 220px;
  }
  .grid-number {
    margin-top: 55px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .number-block.extra-2.new1 {
    width: 100%;
  }
  .number-block.extra-2.new2 {
    width: 100%;
  }
  .number-block.extra-2.new3 {
    width: 100%;
  }
  .number-block.extra-2.new5 {
    width: 100%;
  }
  .number-block.extra-2.new4 {
    width: 100%;
  }
  .section-6 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
  .footer-top-wrap-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-top-wrap-3 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-top {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .space-link {
    display: none;
  }
  .top-left-block {
    display: none;
  }
  .top-right-block {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .column {
    margin-bottom: 10px;
  }
  .social-wrapper.margin-top {
    height: auto;
    margin-right: 10px;
    margin-bottom: 470px;
  }
  .div-block-44 {
    top: auto;
  }
  .uppar-div-fixed {
    left: auto;
    top: 100px;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-right: 10px;
  }
  .div-block-46 {
    display: none;
  }
  .div-block-47 {
    margin-bottom: 10px;
  }
  .div-block-48.new {
    height: 550px;
    -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;
  }
  .div-block-49 {
    width: 40%;
  }
  .div-block-51 {
    display: none;
    width: 530px;
    height: 95px;
    border-radius: 5px;
  }
  .div-block-52 {
    width: 450px;
  }
  .accordion__item {
    margin-bottom: 16px;
  }
  .accordion {
    width: 100%;
    margin-bottom: -16px;
  }
  .macbook {
    display: block;
    margin-bottom: 60px;
  }
  .section-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .div-block-53 {
    width: 70%;
  }
  .div-block-56 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-67 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-68 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .div-block-69 {
    width: auto;
  }
  .slide-nav-2 {
    top: 250px;
  }
  .div-block-71._2 {
    width: 25%;
  }
  .div-block-77 {
    width: 90%;
  }
  .heading-13 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 50px;
  }
  .heading-13._2 {
    font-size: 40px;
  }
  .paragraph-6 {
    width: 100%;
  }
  .div-block-82 {
    width: 25%;
    height: 25%;
  }
  .text-center-sm {
    text-align: center;
  }
  .divider-process {
    display: block;
    margin: 40px auto;
  }
  .divider-process.divider-process--show-sm {
    display: block;
  }
  .divider-process.right {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-113 {
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
  }
  .heading-15 {
    font-size: 35px;
    line-height: 50px;
  }
  .heading-15.para {
    font-size: 30px;
  }
  .div-block-114 {
    height: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .main-banner {
    height: 350px;
  }
  .process-2 {
    padding-bottom: 0px;
  }
  .div-block-143 {
    height: auto;
  }
  .div-block-145 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card_col_2 {
    width: 100%;
    padding-left: 0px;
  }
  .col_60 {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card_row {
    width: 100%;
    padding-right: 0px;
  }
  .card_base {
    width: 90%;
  }
  .section-11 {
    height: 300px;
  }
  .marquee-wrapper {
    width: 200%;
  }
  .buttons {
    bottom: 10%;
    display: none;
    width: 100%;
  }
  .image-37 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .right-arrow-t1 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 40px;
  }
  .slider-t1 {
    display: none;
  }
  .left-arrow-t1 {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }
  .slider-mobile-landscape-t1 {
    display: block;
  }
  .right-arrow-icon-t1 {
    height: 35px;
  }
  .testimonials-t1 {
    padding: 40px 10px;
  }
  .testimonials-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
  .right-arrow-landscape-t1 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide-nav-landscape-t1 {
    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;
  }
  .right-arrow-portrait-t1 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 40px;
  }
  .arrow-copy {
    height: 35px;
  }
  .left-arrow-icon-t1 {
    height: 35px;
  }
  .left-arrow-landscape-t1 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 40px;
  }
  .slide-subwrapper-t1 {
    width: 50%;
  }
  .arrow-3 {
    height: 35px;
  }
  .left-arrow-portrait-t1 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    height: 40px;
  }
  .container-6 {
    margin-top: 40px;
  }
  .content-h1 {
    font-size: 55px;
  }
  .section-12 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .comp-pane.left {
    position: static;
    width: 90%;
    height: 600px;
  }
  .comp-pane.right {
    width: 90%;
    margin-top: -100px;
  }
  .abstract-1 {
    right: 5%;
    bottom: -2%;
  }
  .component-wrap {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-34 {
    font-size: 14px;
  }
  .login-head {
    font-size: 27px;
  }
  .login-section {
    padding-right: 9%;
    padding-left: 9%;
  }
  .login-box {
    margin-top: 0px;
  }
  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }
  .div-block-167 {
    width: 80%;
  }
  .login-head-2 {
    font-size: 27px;
  }
  .login-section-2 {
    padding-right: 9%;
    padding-left: 9%;
  }
  .login-button-2 {
    border-radius: 0px;
  }
  .heading-25 {
    font-size: 25px;
  }
  .dropdown-list-2.w--open {
    position: relative;
  }
  .blue-heading {
    font-size: 14px;
  }
  .heading-26.no-margin {
    font-size: 22px;
  }
  .div-block-170 {
    width: 20%;
  }
  .heading-27 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Lato, sans-serif;
    color: #da395b;
    font-size: 18px;
    line-height: 25px;
  }
  .link-block-7 {
    text-decoration: none;
  }
  .link-block-8 {
    text-decoration: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 60px;
    margin-top: 15px;
  }
  .hero-section---education {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .flex-button-wrap {
    width: auto;
  }
  .section-img.hero---education {
    width: 100%;
  }
  .page-container.education {
    position: relative;
  }
  .nav-right-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-content {
    bottom: 19px;
    max-width: 100%;
    margin-top: 10px;
  }
  .hero-title---education {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-title---education.title {
    font-size: 20px;
    line-height: 30px;
  }
  .section-p---education {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 22px;
  }
  .nav-menu.education {
    width: 90%;
    margin-top: 28px;
  }
  .benefits-grid---education {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .nav-logo {
    width: 60px;
  }
  .menu-button.education {
    margin-left: 0px;
  }
  .section-title {
    font-size: 20px;
    line-height: 25px;
  }
  .section.education---dark.ielts {
    height: 400px;
    padding-top: 90px;
  }
  .navbar.education.home {
    width: 100%;
    height: auto;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }
  .align-center-mobile.narrow {
    max-width: none;
  }
  .course-item-wrap---education {
    max-width: none;
  }
  .align-center {
    width: 100%;
  }
  .container {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-cta-button.education.side {
    width: 60px;
    margin-top: 0px;
  }
  .nav-cta-button.education.zoom {
    width: 100%;
    margin-left: auto;
  }
  .nav-cta-button.education.form.submit {
    width: auto;
  }
  .heading {
    font-size: 40px;
  }
  .div-block-7 {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-11 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .reference-text {
    display: none;
  }
  .field-wrap._50 {
    width: auto;
  }
  .field-wrap._50._1 {
    width: auto;
    margin-right: 0px;
  }
  .section-title-2 {
    font-size: 24px;
    line-height: 32px;
  }
  .work-example---personal {
    max-width: 100%;
  }
  .heading-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 50px;
  }
  .div-block-32 {
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }
  .paragraph-2 {
    text-align: justify;
  }
  .div-block-33 {
    margin-top: 0px;
  }
  .heading-5 {
    font-size: 40px;
    line-height: 40px;
  }
  .heading-5.offer {
    font-size: 35px;
  }
  .div-block-34 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-35 {
    width: 100%;
    padding: 10px;
    border-bottom-style: none;
  }
  .div-block-37 {
    width: 100%;
    padding: 10px;
    border-bottom-style: none;
  }
  .div-block-38 {
    width: 100%;
    padding: 10px;
  }
  .section-title-3 {
    font-size: 24px;
    line-height: 32px;
  }
  .bullet-list {
    width: 100%;
  }
  .div-block-39 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-40 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-become-a-client {
    height: 800px;
    min-height: 90vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .content {
    top: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .circle-dark.type-1 {
    display: none;
    margin-left: 0px;
  }
  .block-content-grid-hero {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .block-circle-image {
    min-height: 400px;
    margin-right: auto;
    margin-left: auto;
  }
  .image-circle-5 {
    left: 12%;
    top: auto;
    width: 250px;
    height: 250px;
  }
  .block-circle {
    height: 900px;
  }
  .grid-2-columns {
    margin-right: auto;
    margin-left: auto;
  }
  .circle-border-dark.type-9 {
    display: block;
    margin-bottom: 200px;
    margin-left: 133px;
  }
  .circle-border-dark.type-8 {
    right: 0px;
    bottom: 67px;
    display: block;
    width: 180px;
    height: 180px;
  }
  .image-circle-6 {
    top: 194px;
    right: 39%;
    width: 130px;
    height: 130px;
  }
  .grid-number {
    margin-top: 40px;
  }
  .number {
    font-size: 40px;
  }
  .section-6 {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .div-block-42 {
    width: 90%;
  }
  .f03_btn {
    width: 100%;
  }
  .heading-6 {
    font-size: 22px;
    line-height: 33px;
  }
  .f03_column {
    margin-bottom: 10px;
  }
  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-7 {
    font-size: 22px;
    line-height: 33px;
    text-align: center;
  }
  .text-block-27 {
    text-align: center;
  }
  .button-dark {
    display: none;
  }
  .column.logo {
    right: 20px;
  }
  .social-wrapper {
    display: none;
    margin-bottom: 200px;
  }
  .social-wrapper.margin-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-44 {
    position: static;
    margin-right: 5px;
  }
  .uppar-div-fixed {
    position: fixed;
    left: auto;
    top: 80px;
    right: 0%;
    bottom: 0%;
    z-index: 999;
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 60px;
    padding-right: 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;
  }
  .div-block-46 {
    z-index: 999;
    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;
  }
  .div-block-47 {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .div-block-49 {
    width: 50%;
  }
  .div-block-51 {
    display: none;
    width: 280px;
    height: 140px;
  }
  .div-block-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    margin-bottom: 10px;
    -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;
  }
  .accordion-body {
    padding-left: 56px;
  }
  .accordion.js-accordion.mt-60 {
    width: 100%;
  }
  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .row.align-center {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .col {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .col.col-4.col-m-6.col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-large.c-white80 {
    font-size: 30px;
  }
  .div-block-53 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-8 {
    padding-top: 40px;
  }
  .slide-2 {
    height: 240px;
  }
  .div-block-58 {
    height: 240px;
  }
  .section-9 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-67 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .div-block-75.zoom {
    margin-bottom: 40px;
  }
  .div-block-76 {
    width: 280px;
    height: 300px;
  }
  .div-block-77 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-13 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }
  .heading-13._2 {
    font-size: 22px;
  }
  .paragraph-6 {
    width: 100%;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .image-25 {
    width: 300px;
    height: 300px;
  }
  .div-block-78 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .div-block-79 {
    width: 300px;
    height: 300px;
  }
  .div-block-80 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-81 {
    width: 20%;
  }
  .text-block-29 {
    font-size: 40px;
    line-height: 40px;
  }
  .process-bubble {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 190px;
    height: 190px;
    -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;
  }
  .process-bubble_inner-bubble {
    position: static;
    width: 150px;
    height: 150px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-orange.text-bold {
    font-size: 22px;
    line-height: 25px;
  }
  .div-block-88 {
    width: 120px;
    height: 120px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .div-block-89 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .bold-text {
    font-size: 22px;
    line-height: 25px;
  }
  .bold-text-2 {
    font-size: 22px;
    line-height: 25px;
  }
  .image-26 {
    padding-right: 5px;
  }
  .brand-2 {
    padding-left: 0px;
  }
  .nav-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .button {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .paragraph-7 {
    padding-right: 0px;
  }
  .hero-card {
    border-top-right-radius: 45px;
  }
  .hero-card._3 {
    border-radius: 45px 45px 0px 0px;
  }
  .hero-card._2 {
    border-radius: 0px 0px 45px 45px;
  }
  .hero-card._4 {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 45px;
  }
  .hero-div-info {
    width: auto;
  }
  .hero-info-block {
    width: auto;
  }
  .div-block-113 {
    height: auto;
    margin-top: -4px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-15 {
    padding-top: 0px;
    line-height: 45px;
    text-align: center;
  }
  .button-1 {
    margin-left: 0px;
  }
  .button-1.hero {
    margin-left: 20px;
  }
  .div-block-114 {
    height: 250px;
  }
  .main-banner {
    height: 240px;
    margin-top: 60px;
  }
  .div-block-143 {
    width: 90vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    background-image: none;
    background-position: 0px 0px;
  }
  .heading-22 {
    margin-right: 0px;
    margin-left: 0px;
    color: #333;
    line-height: 48px;
    text-align: center;
  }
  .div-block-142-copy {
    width: 200px;
  }
  .build {
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-width: 3px;
    border-color: #333;
  }
  .div-block-140 {
    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;
  }
  .div-block-145 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col_60 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .card_base {
    margin-bottom: 10px;
    padding-top: 25px;
  }
  .section-11 {
    height: 200px;
  }
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .buttons {
    top: 0%;
    bottom: 0%;
    display: none;
  }
  .slider-mobile-landscape-t1 {
    display: none;
  }
  .testimonials-t1 {
    width: 100%;
  }
  .testimonials-wrapper {
    width: 100%;
    border-radius: 0px;
  }
  .slide-nav-portrait-t1 {
    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;
  }
  .right-arrow-portrait-t1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slider-mobile-portrait-t1 {
    display: block;
  }
  .quote-t1 {
    font-size: 18px;
    line-height: 24px;
  }
  .arrow-copy {
    height: 45px;
  }
  .slide-subwrapper-t1 {
    width: 100%;
    max-width: 300px;
  }
  .arrow-3 {
    height: 45px;
  }
  .container-6 {
    width: 90%;
    margin-top: 10px;
  }
  .price-block {
    padding-right: 22px;
    padding-left: 22px;
  }
  .content-h1 {
    font-size: 42px;
    text-align: center;
  }
  .section-12 {
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .form-wrap {
    display: block;
  }
  .comp-pane.left {
    width: 100%;
    height: 320px;
    margin-left: 0px;
  }
  .comp-pane.right {
    display: block;
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
  }
  .abstract-1 {
    right: -10%;
    bottom: -3%;
  }
  .component-wrap {
    position: static;
    display: block;
    width: auto;
  }
  .submit-button {
    width: 100%;
  }
  .ielts-academic-task1 {
    display: none;
  }
  .section-13 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-34 {
    line-height: 15px;
  }
  .div-block-160 {
    width: 10px;
    height: 10px;
  }
  .ielts-general-task-1 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .celpip-task1 {
    display: none;
  }
  .celpip-task2 {
    display: none;
  }
  .ielts-task-2 {
    display: none;
  }
  .login-head {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 22px;
  }
  .login-section {
    padding: 0px 5%;
  }
  .have-an-account-text {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .login-box {
    margin-top: 0px;
  }
  .login-container {
    min-width: 0px;
  }
  .field-wrapper.first-name-wrapper {
    margin-right: 3%;
  }
  .login-head-2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 22px;
  }
  .login-section-2 {
    padding-right: 5%;
    padding-bottom: 50px;
    padding-left: 5%;
  }
  .have-an-account-text-2 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .login-button-2 {
    border-radius: 0px;
  }
  .login-image-2 {
    width: 80%;
  }
  .link-block-5 {
    width: 40%;
  }
  .heading-25 {
    font-size: 15px;
    line-height: 30px;
  }
  .dropdown-toggle-2 {
    margin-right: auto;
    margin-left: auto;
  }
  .dropdown-list-2.w--open {
    position: relative;
  }
  .blue-heading {
    line-height: 15px;
  }
  .div-block-169 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-26.no-margin {
    font-size: 18px;
    line-height: 25px;
  }
  .div-block-170 {
    width: 40%;
    margin-top: 10px;
  }
  .dropdown-2 {
    -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;
  }
  .heading-27 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #da395b;
    font-size: 15px;
    line-height: 25px;
    font-weight: 900;
  }
  .link-block-7 {
    text-decoration: none;
  }
  .link-block-8 {
    text-decoration: none;
  }
  .link-block-13 {
    text-decoration: none;
  }
}

#w-node-a4af29ed0d7c-ac1217ee {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}