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

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #ffffff1a;
  padding-top: 40px;
  padding-bottom: 45px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.white {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 33px #0003;
}

.nav-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 5px;
  margin-right: 3px;
  padding: 11px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 12px;
  transition: background-color .2s, border .2s;
}

.nav-link:hover {
  background-color: #0000;
  border-color: #0003;
}

.nav-link.w--current {
  color: #222;
}

.logo {
  height: 40px;
  margin-top: 3px;
}

.logo.fixed {
  height: 40px;
  margin-top: 15px;
}

.logo-block {
  z-index: 10;
  margin-right: 30px;
}

.logo-block.w--current {
  margin-top: -10px;
}

.lang_warp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 8px;
  padding-right: 10px;
  display: flex;
}

.flag {
  border: 1px solid #081e4f;
  max-height: 90%;
  margin-right: 5px;
}

.language_txt {
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  text-decoration: none;
  display: flex;
}

.flag_block {
  color: #303030;
  height: 15px;
  margin-right: 10px;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.nav-menu {
  z-index: 1;
  border-radius: 4px;
  margin-top: 10px;
}

.subpage-header {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#1f6fffe6, #1f6fffe6), url('../images/Photo-5.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 190px;
  padding-bottom: 90px;
}

.subpage-header.about-3 {
  background-image: linear-gradient(#146ef5d9, #146ef5d9), url('../images/bg01.jpg');
  padding-top: 230px;
  padding-bottom: 160px;
}

.subpage-header.contact-1 {
  background-image: linear-gradient(#146ef5e6, #146ef5e6), url('../images/bg3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 90px;
}

.container {
  position: relative;
}

.subpage-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.page-subtitle {
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  display: block;
}

.section-description {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.tint {
  background-color: #f5f5f5;
}

.section.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.below-contact-form {
  background-color: #f0f2f5;
  padding-top: 240px;
}

.server {
  margin-top: -60px;
}

.section-title {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 43px;
}

.button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #002880;
  border-radius: 3px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: inline-block;
}

.button:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.small-paragraph {
  color: #838383;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.small-features-wrapper {
  max-width: 600px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.long-feature-block {
  margin-top: 25px;
  padding-left: 65px;
  padding-right: 20px;
  position: relative;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 75px;
}

.long-feature-icon-wrapper {
  text-align: center;
  border: 1px solid #0000001a;
  border-radius: 7px;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-text-block {
  float: left;
}

.browser-mockup-right {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  width: 770px;
  position: absolute;
  top: -35px;
  right: -395px;
  box-shadow: 3px 3px 33px #0000001a;
}

.main-feature-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 45px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title.uppercase {
  float: none;
  text-transform: none;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.long-feature-icon {
  height: 38px;
}

.feature-intro-title {
  color: #bebebe;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.column {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  padding-right: 0;
  display: block;
}

.container_courses {
  position: relative;
}

.courses_title {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 43px;
}

.courses_title_under {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 43px;
}

.courses_grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.course_warp {
  background-color: #fff;
  border: 1px #000;
  text-decoration: none;
  box-shadow: 0 5px 5px #63779426;
}

.course_heading {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  margin-right: 20px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
}

.white-contact-form {
  float: left;
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  height: 545px;
  margin-bottom: 0;
  padding: 35px 45px;
}

.white-contact-form.centered {
  z-index: 10;
  float: none;
  margin-bottom: -265px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  box-shadow: 0 0 30px #00000012;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.field-label {
  color: #989ba2;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.form-title {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 34px;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.button-_form {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #146ef5;
  border-radius: 3px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
  display: block;
}

.button-_form:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.field {
  background-color: #fff3;
  border: 0 solid #000;
  border-radius: 4px;
  height: 50px;
  transition: background-color .2s;
}

.field:hover, .field:focus {
  background-color: #fff;
}

.field.rounded {
  background-color: #f2f3f7;
  border-radius: 4px;
  height: 40px;
  transition: background-color .2s, box-shadow .2s;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  color: #000;
  background-color: #fff;
  box-shadow: 4px 4px 15px #0003;
}

.field.rounded.area {
  height: 100px;
}

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

.text-column {
  padding-right: 20px;
}

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.text-column-title.pearson_txt {
  color: #333;
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.small-paragraph-2 {
  color: #333;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.section_prefooter {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.container_prefooter {
  text-align: center;
  position: relative;
}

.logo-white {
  height: 50px;
}

.footer-inline-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 13px;
  text-decoration: none;
  display: inline-block;
}

.footer-inline-link:hover {
  color: #fff6;
}

.simple-footer {
  background-color: #146ef5;
  padding-top: 45px;
  font-family: Montserrat, sans-serif;
}

.simple-bottom-footer {
  color: #979da5;
  background-color: #2a2d30;
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 32px;
  display: flex;
}

.footer-row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-footer-paragraph {
  float: left;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 12px;
  display: flex;
}

.footer-menu-column {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.pearson_img_warp {
  width: 200px;
}

.columns {
  display: block;
}

.column-3 {
  margin-top: 40px;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    border-radius: 0;
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #000;
  }

  .nav-link:focus {
    color: #fff;
    text-align: left;
  }

  .nav-link:visited {
    color: #fff;
  }

  .logo.fixed {
    height: 60px;
    margin-top: -8px;
  }

  .logo-block.w--current {
    margin-top: 0;
  }

  .lang_warp {
    margin-bottom: 8px;
    padding-right: 5px;
  }

  .fixed-nav-menu-button {
    color: #fff;
    text-align: center;
    background-color: #146ef5;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .fixed-nav-menu-button:hover, .fixed-nav-menu-button:active, .fixed-nav-menu-button:focus {
    background-color: #146ef5;
  }

  .fixed-nav-menu-button:focus-visible {
    background-color: #146ef5;
  }

  .fixed-nav-menu-button[data-wf-focus-visible], .fixed-nav-menu-button.w--open {
    background-color: #146ef5;
  }

  .nav-menu {
    background-color: #146ef5;
    border-radius: 0;
    margin-top: 0;
  }

  .nav-menu:hover, .nav-menu:active, .nav-menu:focus {
    background-color: #146ef5;
  }

  .nav-menu:focus-visible {
    background-color: #146ef5;
  }

  .nav-menu[data-wf-focus-visible] {
    background-color: #146ef5;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-header.contact-1 {
    padding-top: 110px;
  }

  .page-subtitle {
    width: 80%;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .section {
    padding: 45px;
  }

  .section.feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.below-contact-form {
    padding-bottom: 35px;
  }

  .server {
    margin-top: 0;
  }

  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .browser-mockup-right {
    width: 540px;
    top: 9px;
    right: -288px;
  }

  .column-2 {
    margin-top: 0;
  }

  .courses_title, .courses_title_under {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .white-contact-form {
    padding: 25px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .section_prefooter {
    padding: 45px;
  }

  .footer-inline-link {
    margin-right: 9px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 25px;
  }

  .logo {
    height: 30px;
    margin-top: 10px;
  }

  .logo.fixed {
    height: 50px;
  }

  .fixed-nav-menu-button {
    margin-top: 5px;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .subpage-header.about-3 {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .subpage-header.contact-1 {
    padding-top: 90px;
  }

  .subpage-title {
    font-size: 30px;
    line-height: 40px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .section {
    padding: 25px;
  }

  .section.tint {
    padding-top: 40px;
  }

  .section.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .video-column-right-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .about-us-col-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-text-block {
    width: 100%;
  }

  .browser-mockup-right {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: 0;
  }

  .courses_title {
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 30px;
  }

  .courses_title_under {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
  }

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

  .white-contact-form {
    text-align: left;
    width: 100%;
    height: auto;
  }

  .white-contact-form.centered {
    margin-bottom: -245px;
  }

  .form-title {
    text-align: left;
    margin-bottom: 10px;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-column-title.pearson_txt {
    font-size: 15px;
    line-height: 22px;
  }

  .section_prefooter {
    padding: 25px;
  }

  .simple-bottom-footer {
    text-align: left;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .bottom-footer-paragraph {
    float: none;
    margin-bottom: 7px;
  }

  .footer-menu-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-4 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .navbar.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo {
    margin-top: 5px;
  }

  .logo.fixed {
    height: 40px;
    margin-top: 5px;
  }

  .fixed-nav-menu-button {
    width: 45px;
    height: 40px;
    margin-top: 5px;
    margin-right: 10px;
    padding-top: 9px;
  }

  .fixed-nav-menu-button:hover, .nav-menu, .nav-menu:hover, .nav-menu:active {
    background-color: #146ef5;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header.about-3 {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .subpage-header.contact-1 {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subpage-title {
    font-size: 26px;
    line-height: 36px;
  }

  .page-subtitle {
    margin-top: 15px;
    font-size: 15px;
    line-height: 22px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .section {
    padding: 25px;
  }

  .server {
    margin-top: -20px;
  }

  .section-title {
    font-size: 20px;
    line-height: 26px;
  }

  .button {
    margin-top: 20px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .long-feature-block {
    padding-left: 55px;
    padding-right: 10px;
  }

  .long-feature-block.title-only {
    padding-top: 0;
    padding-left: 65px;
    padding-right: 0;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph {
    font-size: 15px;
  }

  .courses_title {
    font-size: 27px;
    line-height: 26px;
  }

  .courses_title_under {
    font-size: 18px;
    line-height: 26px;
  }

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

  .course_warp {
    margin-bottom: 10px;
  }

  .white-contact-form.centered {
    margin-bottom: -225px;
  }

  .form-title {
    text-align: center;
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .button-_form {
    margin-top: 20px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .text-column-title {
    margin-bottom: 0;
  }

  .text-column-title.pearson_txt {
    font-size: 16px;
  }

  .small-paragraph-2 {
    margin-bottom: 10px;
  }

  .section_prefooter {
    padding: 25px;
  }

  .footer-inline-link {
    margin-top: -1px;
    margin-right: 7px;
  }

  .simple-footer {
    padding-top: 35px;
  }

  .simple-bottom-footer {
    padding: 20px 20px 13px;
  }

  .footer-logo-column-left {
    padding-bottom: 20px;
  }

  .footer-row {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}


