.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  width: 700px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.button-primary {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: auto;
  background-color: #0fa3d9;
  border-radius: 5px;
  width: 120px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.lighter {
  text-align: center;
  background-color: #0fa3d966;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 30px;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 25px;
  text-decoration: none;
  display: flex;
  position: static;
}

.button-primary.lighter:hover {
  background-color: #0f445766;
}

.button-primary.lighter.lower {
  margin-top: 0;
  padding-top: 12px;
  display: flex;
}

.intro-section {
  background-image: linear-gradient(#263982b3, #263982b3), url('../images/Child.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 800px;
  display: flex;
}

.heading {
  color: #c8dafe;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  word-break: normal;
  mix-blend-mode: normal;
  border: 1px #000;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 55px;
  display: block;
}

.paragraph {
  color: #e5e7eb;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 22px;
  line-height: 30px;
  display: block;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #2f4883;
  border-radius: 10px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #b0bee0;
}

.button.button-draker {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #222e4b;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

.button.button-draker:hover {
  background-color: #b0bee0;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1b255899;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

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

.partners-section {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.clients-wrapper-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  place-items: center stretch;
  width: 960px;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.partners-logo {
  width: 210px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.partners-logo.shining-logo {
  width: 190px;
  max-width: 200%;
  height: auto;
  max-height: 150%;
  margin-top: 0;
  padding: 10px;
}

.partners-logo.little-scientist {
  width: 190px;
  padding: 10px;
}

.partners-logo.edu {
  width: 230px;
  padding: 10px;
}

.project-heading-right {
  background-color: #f5f5f5;
  border: 1px #000;
  align-self: center;
  width: auto;
  padding: 40px 30px;
  position: relative;
}

.project-column-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/AI.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 20px 0 0 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 480px;
  padding-right: 0;
  line-height: 20;
  display: flex;
}

.project-column-1.project-2 {
  background-image: url('../images/data.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 0 20px 20px 0;
  height: 460px;
}

.project-container {
  background-color: #fff0;
  border-radius: 20px;
  height: auto;
}

.project-columns {
  cursor: auto;
  background-color: #fff;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-left: 0;
}

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

.project-h1 {
  direction: ltr;
  color: #1b2558;
  text-align: left;
  letter-spacing: normal;
  text-indent: 0;
  text-shadow: 3px 3px 1px #0003;
  width: auto;
  margin: 0 15px auto 20px;
  display: block;
}

.project-column-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  display: block;
}

.project-h2-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 10px 0 20px;
  display: flex;
}

.project-h2-text {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  font-size: 25px;
  font-weight: 700;
  display: block;
}

.project-p2 {
  color: #7e7e7e;
  margin: 10px 15px 0 70px;
  padding-left: 0;
  font-size: 14px;
  display: block;
}

.project-p1 {
  color: #1b2558;
  border: 1px #1b2558;
  margin: 20px 15px 0 20px;
  padding-left: 0;
  font-size: 15px;
}

.project-h2-icon {
  width: 38px;
  height: 38px;
}

.project-heading-left {
  background-color: #f5f5f5;
  border: 1px #000;
  padding: 40px 30px;
  position: relative;
}

.project-2-column-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  max-height: 460px;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-right: 10px;
  display: block;
}

.project-2-column-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/data.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 0 20px 20px 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 460px;
  padding-right: 0;
  line-height: 20;
  display: flex;
}

.footer-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.columns {
  height: auto;
}

.project-container-1-copy {
  background-color: #fff;
  border-radius: 20px;
  height: 460px;
}

.team-member-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  max-width: 320px;
  height: 560px;
  display: block;
}

.team-name {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.team-cv-1 {
  color: #0fa3d9;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-style: italic;
}

.team-p-et {
  color: #444;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.team-p-et.lower-cv {
  margin-top: 10px;
}

.team-cv-2 {
  color: #7e7e7e;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.body {
  background-color: #f5f5f5;
  flex-flow: column;
  display: flex;
}

.team-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  max-width: 1000px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0;
  display: flex;
}

.grey-centered-text {
  color: #7e7e7e;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.black-centered-h1 {
  direction: ltr;
  color: #000;
  text-align: center;
  letter-spacing: normal;
  -webkit-text-stroke-color: #000;
  text-indent: 0;
  text-shadow: 3px 3px 1px #0003;
  width: auto;
  margin: 20px 15px 20px 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  display: block;
}

.team-member-image-div-block {
  background-color: #fff;
  background-image: url('../images/Elaine-Tang.jpg');
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  order: -1;
  width: 100%;
  max-width: 320px;
  height: 240px;
  max-height: 240px;
}

.team-member-image-div-block-2 {
  background-color: #fff;
  background-image: url('../images/彭善檒先生Kenneth-Pang.jpg');
  background-position: 50% 20%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  order: -1;
  width: 100%;
  max-width: 320px;
  height: 240px;
  max-height: 240px;
}

.team-member-image-div-block-3 {
  background-color: #fff;
  background-image: url('../images/Grace-Chan.jpg');
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  order: -1;
  width: 100%;
  max-width: 320px;
  height: 240px;
  max-height: 240px;
  display: block;
}

.form-section {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 20px;
  display: block;
  position: relative;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.footer-copyright {
  color: #3a4554;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.column-2 {
  text-align: center;
  background-color: #e0e0e0;
  flex-flow: column;
  display: flex;
}

.column-3 {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  background-color: #282c41;
  flex-flow: column;
  display: flex;
}

.heading-4 {
  color: #fff;
}

.columns-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.line {
  text-align: center;
  margin-top: -40px;
  display: block;
}

.h2-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-us-container {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1000px;
  margin-top: 40px;
  display: flex;
}

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

.checkbox-field {
  display: block;
}

.button-submit {
  color: #fff;
  text-align: center;
  background-color: #2f4883;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100px;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.button-submit:hover {
  background-color: #b0bee0;
}

.paragraph-2 {
  margin-bottom: 0;
}

.form {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-right: 0;
  padding: 20px 10px 10px;
  display: block;
}

.form-lable {
  margin-top: 5px;
}

.form-text-field {
  width: 950px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
}

.form-title {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.contact-icons {
  width: 30px;
  height: 30px;
}

.contact-icons.smaller {
  width: 25px;
  height: 25px;
}

.list-item {
  margin-left: -30px;
  margin-right: 0;
  padding-left: 0;
}

.container-3 {
  display: flex;
  position: static;
}

.cv-pop-up {
  float: none;
  clear: left;
  background-image: linear-gradient(#ccc, #ccc);
  display: block;
  position: static;
}

.drop-down-cv {
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.paragraph-3 {
  margin-left: 0;
  padding: 10px;
  font-size: 14px;
}

.dropdown-list-et {
  margin-left: 10px;
}

.dropdown-list-et.w--open {
  background-color: #e3f7ff;
  margin-top: -540px;
  margin-left: 0;
}

.cv-dropdown-et {
  margin-top: 0;
  display: block;
}

.icon {
  margin-top: 29px;
}

.team-p-kp {
  color: #444;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.team-p-kp.lower-cv {
  margin-top: 10px;
}

.team-p-gc {
  color: #444;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.team-p-gc.lower-cv {
  margin-top: 10px;
}

.cv-dropdown-kp, .cv-dropdown-gc {
  margin-top: 0;
  display: block;
}

.dropdown-list-kp {
  margin-left: 10px;
}

.dropdown-list-kp.w--open {
  background-color: #e3f7ff;
  margin-top: -500px;
  margin-left: 0;
}

.dropdown-list-gc {
  margin-left: 10px;
}

.dropdown-list-gc.w--open {
  background-color: #e3f7ff;
  margin-top: -700px;
  margin-left: 0;
}

.button-2-email {
  background-color: #0fa3d9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 1000px;
  max-width: 1000px;
  min-height: 100px;
  max-height: 200px;
  font-size: 32px;
  font-weight: 700;
  display: flex;
}

.button-2-email:hover {
  background-color: #a1d5e7;
}

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

.container-4 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-right: 50px;
  display: flex;
  position: static;
}

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

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper {
    width: 760px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    display: block;
  }

  .nav-menu-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border-radius: 50px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 750px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .button-primary {
    margin-right: 40px;
  }

  .button-primary.lighter {
    text-align: center;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .button-primary.lighter.lower {
    margin-top: 60px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .intro-section {
    height: auto;
  }

  .heading {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .paragraph, .button {
    font-size: 18px;
  }

  .container-2 {
    justify-content: center;
    align-items: stretch;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .partners-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .clients-wrapper-three {
    flex-flow: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 700px;
    margin-top: 20px;
    display: flex;
  }

  .partners-logo {
    width: 175px;
    margin-bottom: 0;
    margin-left: -14px;
    padding-left: 0;
  }

  .partners-logo.shining-logo {
    width: 170px;
  }

  .partners-logo.little-scientist {
    width: 180px;
    margin-left: 0;
  }

  .partners-logo.edu {
    width: 190px;
  }

  .project-heading-right {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .project-column-1 {
    height: 560px;
  }

  .project-column-1.project-2 {
    height: 500px;
  }

  .project-container {
    background-color: #fff0;
  }

  .project-columns {
    background-color: #fff;
    border-radius: 20px;
    width: 728px;
    height: auto;
    margin-right: 0;
  }

  .project-h1 {
    font-size: 32px;
  }

  .project-column-2 {
    background-color: #fff0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-h2-text {
    font-size: 24px;
  }

  .project-heading-left {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

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

  .team-member-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 240px;
    max-width: 240px;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .team-member-container.kenneth {
    align-self: center;
    display: block;
  }

  .team-name {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .team-cv-1 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .team-p-et {
    margin-top: 10px;
  }

  .team-cv-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .team-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .team-member-image-div-block {
    background-position: 50% 30%;
    background-size: cover;
    max-width: 240px;
    height: 220px;
    max-height: 220px;
  }

  .team-member-image-div-block-2 {
    background-position: 50% 30%;
    max-width: 240px;
    height: 220px;
    max-height: 220px;
  }

  .team-member-image-div-block-3 {
    background-position: 50%;
    max-width: 240px;
    height: 220px;
  }

  .contact-us-container {
    width: auto;
  }

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

  .form {
    width: auto;
    max-width: none;
  }

  .form-text-field {
    width: 600px;
  }

  .list-item {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .drop-down-cv {
    width: 250px;
  }

  .cv-dropdown-et {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .team-p-kp {
    margin-top: 30px;
  }

  .team-p-gc {
    margin-top: 10px;
  }

  .cv-dropdown-kp, .cv-dropdown-gc {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: block;
  }

  .dropdown-list-gc {
    width: 200px;
    margin-top: -800px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-list-gc.w--open {
    width: 250px;
    margin-top: -720px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    width: 550px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    text-align: center;
    border-radius: 20px;
    flex-direction: column;
    width: 500px;
    margin-left: 35px;
    padding-bottom: 30px;
    display: block;
  }

  .nav-link {
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin: 10px 0;
    display: block;
  }

  .mobile-margin-top-10 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    list-style-type: none;
    display: block;
  }

  .button-primary {
    margin-right: 0;
  }

  .button-primary.lighter {
    margin-bottom: 10px;
  }

  .heading {
    font-size: 32px;
  }

  .paragraph {
    font-size: 16px;
  }

  .container-2 {
    width: auto;
    min-width: 440px;
    max-width: 700px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .partners-section {
    padding: 20px 15px;
  }

  .clients-wrapper-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 500px;
    max-width: 560px;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
  }

  .partners-logo {
    margin-bottom: 30px;
    margin-left: 40px;
    margin-right: 20px;
  }

  .partners-logo.shining-logo {
    margin-left: 40px;
    padding-left: 0;
  }

  .partners-logo.little-scientist, .partners-logo.edu {
    margin-left: 40px;
  }

  .project-heading-right {
    padding: 10px 15px;
  }

  .project-column-1 {
    height: 560px;
  }

  .project-column-1.project-2 {
    background-position: 50%;
    border-radius: 0 20px 20px 0;
    justify-content: space-between;
    align-items: center;
    height: 560px;
    display: flex;
  }

  .project-container {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 420px;
    max-width: 700px;
    height: auto;
    max-height: 560px;
    display: block;
  }

  .project-columns {
    width: auto;
    min-width: 460px;
    max-width: 700px;
    height: 500px;
  }

  .project-h1 {
    margin-left: 10px;
    font-size: 24px;
  }

  .project-column-2 {
    height: 564px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .project-h2-container {
    margin-top: 10px;
    margin-left: 10px;
  }

  .project-h2-text {
    font-size: 18px;
  }

  .project-p2 {
    margin-left: 60px;
    font-size: 12px;
  }

  .project-p1 {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
  }

  .project-heading-left {
    padding: 60px 15px;
  }

  .team-member-container {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    width: 400px;
    max-width: 400px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    display: flex;
  }

  .team-name {
    margin-top: 10px;
  }

  .team-container {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 500px;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .grey-centered-text {
    width: auto;
    min-width: 400px;
    max-width: 700px;
    margin-top: 0;
  }

  .black-centered-h1 {
    font-size: 35px;
  }

  .team-member-image-div-block {
    background-position: 50% 10%;
    width: 100%;
    max-width: 400px;
  }

  .team-member-image-div-block-2 {
    background-color: #bdbdbd;
    background-position: 50% 15%;
    max-width: 400px;
  }

  .team-member-image-div-block-3 {
    background-position: 50% 0;
    max-width: 400px;
  }

  .form-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    align-self: center;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    align-self: center;
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .line {
    width: 60px;
  }

  .form-text-field {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
    width: auto;
    min-width: 200px;
    max-width: 450px;
    display: flex;
  }

  .nav-menu-two {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    margin-left: 35px;
    display: block;
  }

  .intro-section {
    max-width: 500px;
  }

  .heading {
    font-size: 32px;
  }

  .paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .button {
    width: 100px;
    font-size: 15px;
  }

  .button.button-draker {
    width: 100px;
  }

  .container-2 {
    min-width: 140px;
    max-width: 400px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .clients-wrapper-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    align-self: center;
    place-items: flex-start center;
    width: auto;
    min-width: 180px;
    max-width: 300px;
    margin-bottom: 0;
    display: flex;
  }

  .partners-logo {
    width: 135px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 0;
    padding-right: 0;
  }

  .partners-logo.shining-logo {
    width: 115px;
    margin-left: 15px;
    padding-left: 10px;
  }

  .partners-logo.little-scientist {
    width: 135px;
    margin-left: 15px;
    padding-left: 10px;
  }

  .partners-logo.edu {
    width: 135px;
    margin-left: 10px;
  }

  .project-heading-right {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .project-column-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: 300px;
    max-height: 500px;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .project-column-1.project-2 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    height: 300px;
    max-height: 500px;
  }

  .project-container {
    width: auto;
    min-width: 180px;
    max-width: 400px;
    display: block;
  }

  .project-columns {
    width: auto;
    min-width: 180px;
    max-width: 400px;
    height: auto;
  }

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

  .project-h1 {
    width: auto;
    min-width: 180px;
    max-width: 400px;
    font-size: 22px;
  }

  .project-column-2 {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    display: flex;
    position: static;
    overflow: visible;
  }

  .project-h2-container {
    width: auto;
    min-width: 130px;
    max-width: 400px;
  }

  .project-h2-text {
    min-width: 100px;
    max-width: 400px;
    font-size: 18px;
  }

  .project-p2 {
    width: auto;
    min-width: 140px;
    max-width: 400px;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .project-p1 {
    width: auto;
    min-width: 180px;
    max-width: 400px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .project-heading-left {
    max-width: 600px;
    padding: 15px;
    display: block;
  }

  .project-2-column-1 {
    height: 550px;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .project-2-column-2 {
    border-radius: 0 0 10px 10px;
  }

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

  .columns {
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    height: 550px;
  }

  .team-member-container {
    width: 300px;
    max-width: 300px;
  }

  .team-name {
    max-width: 300px;
    font-size: 25px;
  }

  .team-cv-1, .team-p-et, .team-cv-2 {
    max-width: 300px;
  }

  .team-container {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
  }

  .grey-centered-text {
    width: auto;
    min-width: 180px;
    max-width: 400px;
  }

  .black-centered-h1 {
    min-width: 180px;
    max-width: 400px;
    font-size: 28px;
  }

  .team-member-image-div-block {
    max-width: 300px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .h2-container {
    max-width: 300px;
  }

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

  .form {
    max-width: 400px;
  }

  .form-text-field {
    min-width: 100px;
    max-width: 400px;
  }

  .bold-text-2, .bold-text-3 {
    font-size: 25px;
  }

  .team-p-kp, .team-p-gc {
    max-width: 300px;
  }

  .icon-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-2-email {
    font-size: 25px;
  }
}

#w-node-c16a4ce4-8f1a-8ac2-d6f8-c7c22681a9c2-a090c524 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c16a4ce4-8f1a-8ac2-d6f8-c7c22681a9c3-a090c524 {
  place-self: center;
}

#w-node-c16a4ce4-8f1a-8ac2-d6f8-c7c22681a9c4-a090c524 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-c16a4ce4-8f1a-8ac2-d6f8-c7c22681a9c5-a090c524 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}


