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

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

@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 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

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

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #4850b5;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 30px;
  padding: 5px 10px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.nav-link-accent {
  color: #4850b5;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.mobile-margin-top-10 {
  color: #fff;
  background-color: #4850b5;
  border-radius: 20px;
  display: block;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4850b5;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

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

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

.body {
  color: #4850b5;
  font-weight: 700;
}

.hero-heading-center {
  height: auto;
  max-height: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Untitled-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 1px #e4ebf3;
  margin-left: 0;
  margin-right: 0;
  padding: 200px 30px 80px;
  font-size: 18px;
  position: relative;
}

.container-2 {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.container-3 {
  max-width: none;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-bottom: 0;
  font-family: Helvetica Bold, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 100px;
}

.paragraph {
  width: auto;
  max-width: 45%;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}

.hero-stack {
  color: #4850b5;
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  max-width: none;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image {
  width: auto;
  max-width: 1200px;
  margin-top: 50px;
}

.hero-image.shadow-two {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.heading-2 {
  color: #4850b5;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Helvetica Bold, sans-serif;
  font-size: 55px;
  line-height: 80px;
}

.logos-quote-divider {
  height: auto;
  max-height: none;
  background-color: #4850b5;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.clients-info-two {
  max-width: 350px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.clients-quote-two {
  color: #fff;
  text-align: left;
  column-count: auto;
  margin-top: 0;
  padding-right: 0;
  font-family: Helvetica Bold, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

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

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.clients-image-two {
  max-width: 90%;
}

.heading3 {
  color: #11a8c8;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}

.button1 {
  color: #fff;
  background-color: #4850b5;
  border-radius: 20px;
  padding: 12px 25px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: linear-gradient(rgba(255, 255, 255, .89), rgba(255, 255, 255, .89)), url('../images/kanchanara-5hcV51EeeWc-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 80%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two-2 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}

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

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

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

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.heading-3 {
  color: #cfcfcf;
  letter-spacing: 50px;
  word-break: normal;
  align-self: auto;
  margin-bottom: 40px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 80px;
  line-height: 60px;
}

.heading-4 {
  letter-spacing: 30px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 50px;
  line-height: 60px;
  position: static;
}

.container-7 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  margin-bottom: 10px;
  display: block;
}

.footer-subscribe {
  background-color: #4850b5;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Helvetica Bold, sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

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

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

.footer-bottom {
  justify-content: center;
  align-items: center;
  display: block;
}

.footer-copyright {
  color: #fff;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helvetica Bold, sans-serif;
  font-weight: 400;
  display: flex;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image {
  display: block;
}

.images1 {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-5, .divider {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 20px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  display: flex;
}

.text-block {
  color: #fff;
  justify-content: center;
  font-family: Helvetica Italic, sans-serif;
  font-weight: 400;
  display: flex;
}

.logos-title-small {
  height: auto;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0);
  background-color: rgba(0, 0, 0, 0);
  border-top: 0 #fff;
  border-bottom: 1px #fff;
  padding: 30px 30px 0;
  position: relative;
}

.container-8 {
  width: 100%;
  max-height: 170px;
  max-width: 85%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  display: flex;
}

.clients-tag {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 40px;
}

.clients-wrapper-three {
  flex-flow: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.html-embed {
  max-height: none;
  max-width: none;
  border: 2px solid #d8d8d8;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-10 {
  display: flex;
}

.div-block {
  max-width: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.slider {
  max-height: none;
  max-width: 95%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.mask {
  max-height: none;
  align-self: center;
}

.icon, .icon-2 {
  -webkit-text-fill-color: transparent;
  background-color: #4850b5;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 50px;
}

.left-arrow {
  flex-direction: row;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.hero-stack-2 {
  background-color: #fff;
  border: 1px #000;
  padding: 200px 30px 80px;
  position: relative;
}

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

.hero-wrapper-two-3 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

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

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

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.container-12 {
  max-width: 50%;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.image-2 {
  background-image: url('../images/vector-login-sign-icon-copy.png');
  background-position: 0 0;
  background-size: auto;
}

.container-13 {
  width: 900px;
  max-width: 500px;
  border: 1px #c4c4c4;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  box-shadow: 0 0 20px rgba(72, 80, 181, .21);
}

.div-block-2, .text-field {
  max-width: none;
}

.heading-6 {
  color: #4750b5;
  margin-bottom: 10px;
  font-family: Helvetica Bold, sans-serif;
}

.paragraph-3 {
  color: #868686;
  font-family: Helvetica, sans-serif;
}

.div-block-3 {
  margin-bottom: 40px;
}

.submit-button {
  width: 100px;
  height: auto;
  max-width: 100px;
  background-color: #4750b5;
  border-radius: 20px;
  font-family: Helvetica Bold, sans-serif;
}

.div-block-4 {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.button2 {
  color: #707070;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
}

.body-2 {
  border: 0 #000;
  border-radius: 20px;
}

.container-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-7 {
  color: #4750b5;
  font-family: Helvetica Bold, sans-serif;
}

.div-block-5 {
  margin-bottom: 10px;
}

.button {
  background-color: #4750b5;
  border-radius: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero-stack-3 {
  background-color: #fff;
  border: 1px #000;
  padding: 150px 30px 80px;
  position: relative;
}

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

.hero-wrapper-two-4 {
  max-width: 750px;
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  box-shadow: 0 0 20px rgba(72, 80, 181, .32);
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
}

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

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

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

.hero-image-3 {
  width: 100%;
  margin-top: 50px;
}

.form-block {
  width: 500px;
}

.field-label, .field-label-2 {
  text-align: left;
}

.submit-button-2 {
  background-color: #4850b5;
  border-radius: 20px;
  margin-top: 20px;
  padding: 12px 20px;
  font-family: Helvetica Bold, sans-serif;
}

.heading-8 {
  color: #4850b5;
  font-family: Helvetica Bold, sans-serif;
}

.form-full {
  min-height: 100vh;
  border: 1.5px #3e34c8;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  padding: 150px 30px 80px;
  display: flex;
}

.slider-2 {
  height: 100%;
  max-width: 700px;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid #4850b5;
  border-radius: 20px;
  box-shadow: 0 0 20px -7px #4850b5;
}

.slider-content-wrap {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 75px;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

.form-content {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.text-block-2 {
  color: #4850b5;
  margin-bottom: 12px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.paragraph-5 {
  color: #929292;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.form-wrap-full {
  margin-bottom: 0;
  padding-left: 0;
}

.form-wrap {
  width: 100%;
  max-width: 390px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.field-title {
  text-align: center;
  margin-bottom: 5px;
  padding-left: 6px;
  font-family: Helvetica, sans-serif;
}

.field-input {
  width: 100%;
  min-height: 45px;
  background-color: rgba(255, 255, 255, 0);
  border: 1.5px solid rgba(62, 52, 200, .27);
  border-radius: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block-3 {
  color: #4850b5;
  font-family: Helvetica Bold, sans-serif;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.counter-image {
  width: 15px;
  margin-right: 5px;
}

.text-counter {
  color: rgba(91, 97, 124, .45);
  font-family: Helvetica, sans-serif;
}

.previous {
  width: auto;
  height: 35px;
  max-width: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto auto 30px 30px;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.arrow {
  width: 16px;
  -webkit-text-fill-color: transparent;
  background-color: rgba(72, 80, 181, 0);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 8px;
}

.text-block-4 {
  text-indent: -2px;
  -webkit-text-fill-color: transparent;
  background-color: #4850b5;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.next {
  width: auto;
  height: 47px;
  max-width: 159px;
  margin: auto auto 25px;
  right: 35px;
}

.text-block-5 {
  background-color: #4850b5;
  border-radius: 15px;
  padding: 12px 35px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 14px;
}

.button-2 {
  width: 260px;
  height: auto;
  text-align: center;
  background-color: #4850b5;
  border-radius: 20px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Helvetica Bold, sans-serif;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-button-3 {
  width: 260px;
  height: auto;
  letter-spacing: 1px;
  background-color: #4850b5;
  border-radius: 20px;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Helvetica Bold, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-6 {
  color: #929292;
  text-align: center;
  margin-bottom: 5px;
  padding-left: 6px;
  font-family: Helvetica, sans-serif;
}

.link, .link-2 {
  color: #4850b5;
  font-family: Helvetica Bold, sans-serif;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.flex-body {
  width: 100vw;
  height: auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.main-block {
  min-height: 100vh;
  flex: 1;
  padding: 24px 40px 120px 175px;
  display: block;
  position: relative;
}

.left-nav {
  width: auto;
  background-color: #4850b5;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-right: 1rem;
  padding: 44px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 20px 0 20px -18px #4850b5;
}

.nav-container-2 {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
  display: flex;
}

.image-3 {
  width: 80px;
  height: auto;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
}

.team-slider-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px 80px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  border-radius: 20px;
  margin-bottom: 18px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.team-block-info-2 {
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  text-align: center;
  margin-bottom: 12px;
  font-family: Helvetica Bold, sans-serif;
  font-weight: 600;
}

.team-member-text-2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 200px 30px 80px;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  max-width: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.shadow-two-2 {
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-5 {
  color: #23aecc;
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
}

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

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

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

.container-18 {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.hero-without-image-2 {
  background-color: #fff;
  background-image: url('../images/Untitled-1.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 0 #e4ebf3;
  padding: 200px 30px 80px;
  position: relative;
}

.hero-wrapper-two-5 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bold-text {
  color: #4850b5;
  font-family: Helvetica Bold, sans-serif;
}

.bold-text.color {
  color: #0ca6c7;
}

.heading-9 {
  margin-bottom: 20px;
}

.hero-heading-right-2 {
  background-color: #0ca6c7;
  background-image: linear-gradient(to right, #0ca6c7, #00246a);
  border-bottom: 0 #e4ebf3;
  justify-content: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.margin-bottom-24px-6 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
  font-style: normal;
}

.div-block-6 {
  width: 100%;
  max-width: 940px;
  align-items: center;
  display: flex;
}

.div-block-7 {
  max-width: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section {
  justify-content: center;
  padding: 80px 30px;
  display: flex;
}

.heading-10 {
  font-family: Helvetica Bold, sans-serif;
}

.bold-text-2 {
  color: #fff;
  display: inline;
}

.paragraph-6 {
  color: #000;
  font-family: Helvetica, sans-serif;
}

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

.div-block-8 {
  max-width: 1000px;
  flex: 0 auto;
}

.bold-text-4 {
  color: #0ca6c7;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0ca5c6, #00246a);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Helvetica Bold, sans-serif;
}

.hero-without-image-3 {
  background-color: #fff;
  background-image: url('../images/Untitled-1.png');
  background-position: 50%;
  background-size: cover;
  border-bottom: 0 #e4ebf3;
  padding: 200px 30px 80px;
  position: relative;
}

.margin-bottom-24px-7 {
  color: #0ca6c7;
  margin-bottom: 40px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 18px;
}

.bold-text-5 {
  color: #4850b5;
  font-family: Helvetica Bold, sans-serif;
}

.paragraph-7 {
  color: #696969;
  font-family: Helvetica Bold, sans-serif;
}

.hero-without-image-4 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two-6 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-8 {
  color: #4b4b4b;
  margin-bottom: 30px;
  font-family: Helvetica Bold, sans-serif;
}

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

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

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

.team-slider-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-4 {
  color: #0ca6c7;
  text-align: center;
  margin-bottom: 16px;
  font-family: Helvetica Bold, sans-serif;
}

.centered-subheading-3 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  width: 30%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-3 {
  margin-bottom: 18px;
}

.team-block-info-3 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-3 {
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

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

.team-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "." 300px
                 "." 300px
                 / 1fr 1fr 1fr;
  grid-auto-rows: 300px;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  margin-top: 50px;
  display: grid;
}

.team-card {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  min-height: 0;
  text-align: center;
  background-color: #fff;
  border: 2px solid #4850b5;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name {
  color: #4850b5;
  margin-bottom: 6px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.team-member-position {
  margin-bottom: 24px;
}

.bold-text-6 {
  color: #4850b5;
  font-family: Helvetica Bold, sans-serif;
}

.section-2 {
  background-image: linear-gradient(to right, #00256a, #0ca5c6);
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding: 80px 30px;
  display: flex;
}

.container-20 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-horizontal {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.div-block-10 {
  max-width: 500px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.divider2 {
  width: 100%;
  height: 1px;
  max-height: 1px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-12 {
  text-align: center;
  margin-top: 0;
  padding: 20px;
  font-size: 18px;
  line-height: 20px;
}

.card-1 {
  width: auto;
  max-height: none;
  max-width: 200px;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-11 {
  width: 100%;
  height: 1px;
  background-color: #4850b7;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-4 {
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
}

.image-5 {
  background-color: rgba(0, 0, 0, 0);
}

.paragraph-8 {
  margin-bottom: 40px;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.hero-without-image-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 0;
  padding: 200px 30px 80px;
  position: relative;
  box-shadow: 9px -7px 5px #000;
}

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

.hero-wrapper-two-7 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-9 {
  color: #fff;
  margin-bottom: 0;
  font-family: Helvetica Bold, sans-serif;
}

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

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

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

.heading-13 {
  color: #fff;
  font-family: Helvetica Bold, sans-serif;
}

.hero-heading-right-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.hero-split-3 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.shadow-two-3 {
  border-radius: 20px;
}

.margin-bottom-24px-10 {
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
}

.div-block-12 {
  width: 100%;
  max-width: 940px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  width: 100%;
  max-width: 940px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-9 {
  text-align: center;
  margin-top: 60px;
  font-family: Helvetica, sans-serif;
}

.grid {
  width: 100%;
  max-width: 940px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "." 250px
  / 1fr 1fr 1fr;
  grid-auto-rows: 250px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-10 {
  text-align: right;
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
}

.div-block-15 {
  width: 100%;
  height: 100%;
  border: 2px solid #4850b5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-16 {
  width: 70%;
  height: 1px;
  background-color: #4850b5;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-11 {
  color: #5e5e5e;
  text-align: center;
  font-family: Helvetica, sans-serif;
}

.heading-14 {
  color: #4850b5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Helvetica Bold, sans-serif;
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  color: #0ca6c7;
  font-family: Helvetica Bold, sans-serif;
}

.container-22 {
  max-width: none;
  -webkit-text-fill-color: inherit;
  background-color: #4850b5;
  background-image: radial-gradient(circle, #000046, #1cb5e0);
  background-clip: border-box;
  border-radius: 20px;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  box-shadow: 0 5px 14px 3px rgba(51, 136, 238, .31);
}

.hero-stack-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 200px 30px 80px;
  position: relative;
}

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

.hero-wrapper-two-8 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-11 {
  margin-bottom: 24px;
}

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

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

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

.hero-image-4 {
  width: 100%;
  margin-top: 50px;
}

.grid2nd {
  width: 100%;
  max-width: 940px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.block-16 {
  height: 100%;
  border: 2px solid #4850b5;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.block1 {
  width: 100%;
  height: 100%;
  border: 2px solid #4850b5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.block2 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#0ca6c7, #0ca6c7);
  border: 2px #4850b5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.block3 {
  width: 100%;
  height: 100%;
  border: 2px solid #0ca6c7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.block4 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#7ccdcf, #7ccdcf);
  border: 2px #4850b5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.block5 {
  width: 100%;
  height: 100%;
  border: 2px solid #7ccdcf;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.block6 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#4850b5, #4850b5);
  border: 2px solid #4850b5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.block7 {
  width: 100%;
  height: 100%;
  border: 2px solid #4850b5;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-17 {
  width: 100%;
  height: 100%;
  border: 2px solid #1bb1dc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.block8 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#1bb1dc, #1bb1dc);
  border: 2px #4850b5;
  border-radius: 20px;
}

.heading-15, .heading-16, .heading-17 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-18 {
  color: #4850b5;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-19 {
  color: #0ca6c7;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-20 {
  color: #7ccdcf;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-21 {
  color: #4850b5;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-22 {
  color: #1bb1dc;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.container-24 {
  max-width: none;
  background-image: radial-gradient(circle, #2f80ed, #56ccf2);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  box-shadow: 0 5px 14px 3px rgba(0, 0, 0, .2);
}

.dropdown {
  color: #fff;
  background-color: #24285a;
  border-radius: 20px;
  font-family: Helvetica Bold, sans-serif;
  position: fixed;
  top: auto;
  bottom: 10%;
  left: 5%;
  right: auto;
}

.text-block-7 {
  color: #fff;
}

.navlinkcn {
  color: #4850b5;
  letter-spacing: 1.5px;
  white-space: normal;
  word-break: normal;
  margin-left: 5px;
  margin-right: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.headingcn {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 100px;
}

.heading-2-cn {
  color: #4850b5;
  letter-spacing: 10px;
  word-break: normal;
  overflow-wrap: normal;
  font-family: Helvetica, sans-serif;
  font-size: 55px;
  line-height: 80px;
}

.margin-bottom-24px-cn {
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}

.team-member-name-two-2-cn {
  text-align: center;
  margin-bottom: 12px;
  font-family: Helvetica Bold, sans-serif;
  font-weight: 600;
}

.team-member-text-2-cn {
  text-align: center;
  margin-bottom: 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}

.team-member-name-two-2-copy {
  text-align: center;
  margin-bottom: 12px;
  font-family: Helvetica Bold, sans-serif;
  font-weight: 600;
}

.clients-quote-two-cn {
  color: #fff;
  text-align: left;
  column-count: auto;
  margin-top: 0;
  padding-right: 0;
  font-family: Helvetica Bold, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
}

.margin-bottom-24px-2-cn {
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
}

.paragraph-2-cn {
  color: #fff;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-13-cn {
  color: #fff;
  font-family: Helvetica Bold, sans-serif;
}

.margin-bottom-24px-9-cn {
  color: #fff;
  margin-bottom: 0;
  font-family: Helvetica, sans-serif;
}

.margin-bottom-24px-10-cn {
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.paragraph-10-cn {
  text-align: left;
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.heading-14-cn {
  color: #0ca6c7;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Helvetica Bold, sans-serif;
}

.paragraph-11-cn {
  color: #5e5e5e;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.paragraph-9-cn {
  text-align: center;
  margin-top: 60px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.heading-18-cn {
  color: #4850b5;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-15-cn {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-19-cn {
  color: #0ca6c7;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-16-cn {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-20-cn {
  color: #7ccdcf;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-17-cn {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-21-cn {
  color: #4850b5;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-22-cn {
  color: #1bb1dc;
  text-align: center;
  margin-top: 0;
  font-family: Helvetica Bold, sans-serif;
}

.heading-9-cn {
  margin-bottom: 20px;
}

.margin-bottom-24px-5-cn {
  color: #23aecc;
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
  font-size: 18px;
}

.heading-10-cn {
  color: #fff;
  font-family: Helvetica Bold, sans-serif;
}

.margin-bottom-24px-6-cn {
  color: #fff;
  margin-bottom: 24px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.heading-11-cn {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0ca6c7, #00246a);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-6-cn {
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.margin-bottom-24px-7-cn {
  color: #0ca6c7;
  margin-bottom: 40px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 18px;
}

.paragraph-7-cn {
  color: #696969;
  font-family: Helvetica Bold, sans-serif;
  font-size: 16px;
}

.margin-bottom-24px-8-cn {
  color: #4b4b4b;
  margin-bottom: 30px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 16px;
}

.paragraph-8-cn {
  margin-bottom: 40px;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 15px;
}

.centered-heading-4-cn {
  color: #0ca6c7;
  text-align: center;
  margin-bottom: 16px;
  font-family: Helvetica Bold, sans-serif;
}

.team-member-name-cn {
  color: #4850b5;
  margin-bottom: 6px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.bold-text-11 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
}

.dropdown-link {
  background-color: #864646;
}

.dropdown-link.w--current, .dropdown-link-2 {
  background-color: #fff;
}

.hero-without-image-6 {
  background-color: #f5f7fa;
  background-image: url('../images/Untitled-1.png');
  background-position: 50%;
  background-size: auto;
  border: 1px #000;
  padding: 200px 30px 80px;
  position: relative;
}

.container-25 {
  width: 100%;
  max-width: 940px;
  background-color: #fff;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-9 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-12 {
  text-align: left;
  margin-bottom: 24px;
}

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

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

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

.heading-23 {
  margin-bottom: 20px;
}

.hero-without-image-7 {
  color: #4850b5;
  background-color: #fff;
  border: 1px #000;
  padding: 200px 30px 80px;
  position: relative;
}

.margin-bottom-24px-13 {
  margin-bottom: 24px;
}

.text-block-8 {
  color: #0ca6c7;
  font-size: 20px;
}

.dropdown-link-3 {
  background-color: #fff;
}

.heading-24 {
  color: #4850b5;
  margin-bottom: 20px;
  font-family: Helvetica Bold, sans-serif;
}

.container-26 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-12 {
  font-size: 20px;
  line-height: 30px;
}

.paragraph-13 {
  color: #0ca6c7;
  font-family: Helvetica Bold, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.container-27 {
  margin-bottom: 40px;
}

.bold-text-12, .bold-text-13 {
  color: #0ca6c7;
}

.heading-24-cn {
  color: #4850b5;
  font-family: Helvetica Bold, sans-serif;
}

.paragraph-13-cn {
  color: #0ca6c7;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-cn {
  font-size: 16px;
}

.hero-without-image-8 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-10 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-14 {
  margin-bottom: 24px;
}

.heading-24-copy {
  color: #4850b5;
  font-family: Helvetica Bold, sans-serif;
}

.heading-13-copy {
  color: #fff;
  font-family: Helvetica Bold, sans-serif;
}

.footer-copyright-cn {
  color: #fff;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helvetica Bold, sans-serif;
  font-weight: 400;
  display: flex;
}

.body-3 {
  font-family: Helvetica Bold, sans-serif;
}

.tab-pane-forex-history {
  float: none;
  padding-top: 20px;
  font-family: Helvetica, sans-serif;
}

.tab-content-1 {
  padding-top: 0;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 60px 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 60px;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-14 {
  margin-top: 0;
  padding-top: 0;
}

.tabs {
  margin-bottom: 20px;
}

.accor-wrapper {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.accor {
  border: 1px solid #000;
  border-radius: 20px;
}

.accor-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.accor-panel {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: none;
  overflow: visible;
}

.accor-icon-wrapper {
  width: 2rem;
}

.text-block-10 {
  font-family: Helvetica Bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-11 {
  font-family: Helvetica Bold, sans-serif;
  font-size: 16px;
}

.tab-pane-forex-fundamental-analysis, .tab-pane-forex-market-participants, .tab-pane-new-to-forex, .tab-pane-forex-trading-strategy, .tab-pane-forex-order-types, .tab-pane-forex-tutorial, .tab-pane-forex-trading, .tab-pane-advantages-of-trading-forex, .tab-pane-how-to-trade-forex, .tab-pane-forex-analysis, .tab-pane-currency-pair {
  padding-top: 20px;
}

.tab-link-forex-history {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-forex-history:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-forex-market-participants {
  color: #4850b5;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-forex-market-participants:focus {
  color: #fff;
  background-color: #0ca6c7;
}

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

.tab-link-new-to-forex {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-new-to-forex:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-forex-trading-strategy {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-forex-trading-strategy:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-forex-order-types {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #12a8c8;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-forex-order-types:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-forex-tutorial {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-forex-tutorial:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-forex-trading {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-forex-trading:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-advantages-of-trading-forex {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-advantages-of-trading-forex:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-how-to-trade-forex {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-how-to-trade-forex:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-forex-analysis {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-forex-analysis:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-currency-pair {
  padding: 20px;
}

.tab-link-currency-pair.w--current {
  text-align: center;
}

.tab-link-forex-fundamental-analysis {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-forex-fundamental-analysis:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-market-analysis-tools {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-market-analysis-tools:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-main-currency-markets {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-main-currency-markets:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-forex-technical-analysis {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-forex-technical-analysis:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-forex-technical-indicators {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-forex-technical-indicators:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-execution-methodology {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-execution-methodology:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-speculation-vs-investment {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-speculation-vs-investment:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-profit-and-loss {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-profit-and-loss:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-mt-trading-software {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-mt-trading-software:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-chart-related-terms {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-chart-related-terms:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-link-forex-glossary {
  color: #4850b5;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0ca6c7;
  border-radius: 20px;
  padding: 20px;
}

.tab-link-forex-glossary:focus {
  color: #fff;
  background-color: #0ca6c7;
}

.tab-pane-forex-glossary, .tab-pane-chart-related-terms, .tab-pane-mt-trading-software, .tab-pane-profit-and-loss, .tab-pane-speculation-vs-investment, .tab-pane-execution-methodology, .tab-pane-forex-technical-indicators, .tab-pane-forex-technical-analysis, .tab-pane-main-currency-markets, .tab-pane-market-analysis-tools {
  margin-top: 20px;
}

.container-28 {
  max-width: 1200px;
}

.paragraph-15 {
  text-align: left;
}

.paragraph-16 {
  font-style: normal;
}

.tabs-menu-2, .currsym {
  justify-content: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-columns: 3fr 3fr 3fr;
  grid-auto-flow: column;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
}

.team-circles-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 200px 200px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.team-card-2 {
  color: #fff;
  text-align: center;
  background-color: #0ca6c7;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.team-member-image-2 {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.team-member-position-2 {
  margin-bottom: 10px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 16px;
}

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

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

.paragraph-18 {
  margin-top: 40px;
}

.div-block-18 {
  flex-direction: column;
  display: flex;
}

.paragraph-19 {
  margin-top: 10px;
}

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

.nav-link-cn {
  color: #4850b5;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 30px;
  padding: 5px 10px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-cn:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-cn:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.section-3 {
  display: block;
}

.hero-stack-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 200px 30px 80px;
  position: relative;
}

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

.hero-wrapper-two-11 {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-15 {
  margin-bottom: 24px;
}

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

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

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

.hero-image-5 {
  width: 100%;
  margin-top: 50px;
}

.heading-25 {
  color: #4850b5;
  font-family: Helvetica Bold, sans-serif;
}

.image1 {
  width: auto;
  max-width: 50%;
}

.info {
  max-width: 50%;
  padding: 20px;
}

.div-block-19 {
  justify-content: space-around;
  display: flex;
}

.info2 {
  margin-bottom: 20px;
}

.heading-26 {
  color: #222;
  text-align: left;
  margin-bottom: 25px;
}

.heading-27 {
  color: #4850b5;
  text-align: center;
  font-family: Helvetica Bold, sans-serif;
}

.heading-28, .heading-29 {
  color: #0ca6c7;
  font-family: Helvetica Bold, sans-serif;
}

.section-4 {
  display: block;
}

.dropdown-2 {
  position: relative;
}

.dropdown-toggle {
  color: #fff;
  margin-bottom: 20px;
}

.text-block-13 {
  font-family: Helvetica Bold, sans-serif;
  font-size: 18px;
  display: block;
}

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

.dropdown-toggle-2 {
  color: #fff;
  background-color: #4850b5;
  border-radius: 20px;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
}

.language-cn {
  color: #fff;
  background-color: #4850b5;
  border-radius: 20px;
}

.dropdown-toggle-3 {
  color: #fff;
  background-color: #4850b5;
  border-radius: 20px;
  transition: all .2s;
  position: relative;
}

.text-block-14 {
  font-family: Helvetica Bold, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-15 {
  border-radius: 0;
}

.dropdown-3 {
  color: #fff;
  background-color: #4850b5;
  border-radius: 20px;
  font-family: Helvetica Bold, sans-serif;
}

.text-block-16 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
}

.dropdown-toggle-4 {
  color: #fff;
  background-color: #4850b5;
  border-radius: 20px;
}

.dropdown-link-4 {
  color: #797db4;
}

.dropdown-link-4.w--current {
  color: #000;
  text-align: center;
}

.dropdown-link-5, .dropdown-link-6 {
  text-align: center;
}

.dropdown-list-2 {
  display: none;
}

.div-block-20 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-3 {
  text-align: center;
  background-color: #4850b5;
  border-radius: 20px;
  padding: 15px 30px;
  font-family: Helvetica Bold, sans-serif;
  font-size: 16px;
}

.bold-text-15 {
  font-size: 18px;
}

.button-5 {
  position: fixed;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

.dropdown-4 {
  position: fixed;
  top: auto;
  bottom: 15%;
  left: 5%;
  right: auto;
}

.dropdown-toggle-5 {
  color: #fff;
  background-color: #0ca6c7;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-list-3 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .nav-link {
    font-family: Helvetica Bold, sans-serif;
    font-size: 18px;
  }

  .container-5 {
    width: auto;
    max-width: 1000px;
  }

  .heading3 {
    margin-bottom: 20px;
  }

  .heading-3 {
    margin-top: 0;
    display: block;
    position: static;
  }

  .footer-link-three.w--current {
    color: #fff;
  }

  .container-8 {
    max-width: 1400px;
  }

  .team-member-name-two-2 {
    font-family: Helvetica Bold, sans-serif;
  }

  .shadow-two-2 {
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(150, 163, 181, .71);
  }

  .margin-bottom-24px-5 {
    color: #555;
    font-family: Helvetica Bold, sans-serif;
  }

  .bold-text.color {
    color: #0ca6c7;
  }

  .heading-9 {
    color: #fafafa;
  }

  .team-card {
    padding: 20px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .team-member-name {
    font-size: 18px;
  }

  .heading-13 {
    margin-bottom: 0;
  }

  .hero-wrapper-3 {
    margin-top: 40px;
  }

  .hero-split-3 {
    justify-content: center;
  }

  .shadow-two-3 {
    transform: none;
  }

  .div-block-12 {
    max-width: 960px;
    margin-bottom: 0;
  }

  .image-6 {
    transform: none;
  }

  .div-block-13 {
    max-width: 960px;
  }

  .container-24 {
    margin-bottom: 60px;
  }

  .dropdown {
    background-color: #4850b5;
    border-radius: 20px;
    position: fixed;
    top: auto;
    bottom: 10%;
    left: 10%;
    right: auto;
  }

  .text-block-7 {
    color: #fff;
    font-family: Helvetica Bold, sans-serif;
  }

  .navlinkcn {
    font-size: 18px;
  }

  .headingcn {
    font-family: Chinese Helvetica, sans-serif;
  }

  .heading-2-cn {
    letter-spacing: 1.5px;
    font-family: Helvetica Bold, sans-serif;
  }

  .margin-bottom-24px-cn {
    max-width: 1000px;
    letter-spacing: 1px;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
  }

  .team-member-name-two-2-cn {
    letter-spacing: 1px;
    font-family: Helvetica Bold, sans-serif;
  }

  .team-member-text-2-cn {
    letter-spacing: 1px;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
  }

  .team-member-name-two-2-copy {
    font-family: Helvetica Bold, sans-serif;
  }

  .clients-quote-two-cn {
    letter-spacing: 10px;
    font-family: Helvetica Bold, sans-serif;
    font-size: 50px;
  }

  .bold-text-10 {
    font-family: Helvetica Bold, sans-serif;
  }

  .margin-bottom-24px-2-cn {
    letter-spacing: 1px;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
  }

  .heading-13-cn {
    margin-bottom: 0;
  }

  .margin-bottom-24px-9-cn {
    letter-spacing: 1px;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
  }

  .heading-9-cn {
    color: #fafafa;
  }

  .margin-bottom-24px-5-cn {
    color: #555;
    font-family: Helvetica Bold, sans-serif;
  }

  .team-member-name-cn {
    font-size: 18px;
  }

  .hero-wrapper-two-9 {
    margin-bottom: 40px;
  }

  .hero-without-image-7 {
    height: auto;
    background-size: cover;
  }

  .paragraph-13 {
    color: #0ca6c7;
    font-family: Helvetica Bold, sans-serif;
  }

  .paragraph-13-cn {
    font-size: 22px;
  }

  .paragraph-cn {
    font-size: 18px;
  }

  .hero-without-image-8 {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-13-copy {
    margin-bottom: 0;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    display: grid;
  }

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

  .paragraph-14 {
    margin-top: 20px;
  }

  .tab-link-forex-history {
    text-align: center;
  }

  .tab-link-forex-trading-strategy:focus, .tab-link-forex-order-types:focus, .tab-link-forex-tutorial:focus, .tab-link-forex-trading:focus, .tab-link-advantages-of-trading-forex:focus, .tab-link-how-to-trade-forex:focus, .tab-link-forex-analysis:focus, .tab-link-forex-fundamental-analysis:focus, .tab-link-market-analysis-tools.w--current, .tab-link-market-analysis-tools.w--current:focus, .tab-link-main-currency-markets:focus, .tab-link-forex-technical-analysis:focus, .tab-link-forex-technical-indicators:focus, .tab-link-execution-methodology:focus, .tab-link-speculation-vs-investment:focus, .tab-link-profit-and-loss:focus, .tab-link-mt-trading-software:focus, .tab-link-chart-related-terms:focus, .tab-link-forex-glossary:focus {
    color: #fff;
    background-color: #0ca6c7;
  }

  .container-28 {
    max-width: 1200px;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .nav-link-cn {
    font-family: Helvetica Bold, sans-serif;
    font-size: 18px;
  }

  .button-4 {
    position: absolute;
  }

  .button-5 {
    background-color: #4850b5;
    border-radius: 20px;
    padding: 10px 20px;
    position: fixed;
    top: auto;
    bottom: 5%;
    left: 5%;
    right: auto;
  }

  .dropdown-4 {
    position: fixed;
    top: auto;
    bottom: 20%;
    left: 5%;
    right: auto;
  }

  .dropdown-toggle-5 {
    color: #fff;
    background-color: #0ca6c7;
    border: 1px solid #0ca6c7;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
  }

  .dropdown-list-3 {
    display: none;
  }
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-image {
    max-width: 500px;
  }

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

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-8 {
    max-width: 500px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .slider {
    max-width: 95%;
  }

  .container-11, .container-15 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

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

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .team-slider-nav-2 {
    display: none;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-without-image-2 {
    padding-top: 150px;
  }

  .margin-bottom-24px-6 {
    text-align: center;
  }

  .div-block-7 {
    align-items: center;
  }

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

  .div-block-8 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

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

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: 350px 350px;
    grid-auto-rows: 350px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-10 {
    text-align: center;
  }

  .div-block-14 {
    margin-bottom: 60px;
  }

  .grid {
    grid-template-rows: 400px;
    margin-top: 0;
  }

  .paragraph-10 {
    text-align: center;
  }

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

  .clients-quote-two-cn {
    font-size: 28px;
    line-height: 36px;
  }

  .margin-bottom-24px-10-cn, .paragraph-10-cn, .margin-bottom-24px-6-cn, .paragraph-6-cn {
    text-align: center;
  }

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

  .tab-link-advantages-of-trading-forex {
    padding: 20px;
  }

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

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .nav-link-cn {
    padding-left: 5px;
    padding-right: 5px;
  }

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

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

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center, .hero-stack, .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

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

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

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-slider, .hero-stack-2, .hero-stack-3 {
    padding: 60px 15px;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .team-slider-2, .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-without-image-2 {
    padding: 100px 15px 60px;
  }

  .hero-heading-right-2, .hero-without-image-3, .hero-without-image-4, .team-slider-3, .team-circles {
    padding: 60px 15px;
  }

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

  .hero-without-image-5, .hero-heading-right-3, .hero-stack-4, .hero-without-image-6, .hero-without-image-7, .hero-without-image-8 {
    padding: 60px 15px;
  }

  .footer-copyright-cn {
    font-size: 14px;
    line-height: 20px;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-stack-5 {
    padding: 60px 15px;
  }
}

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

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-heading-center {
    background-position: 70%;
    background-repeat: repeat;
    background-size: cover;
    padding-top: 140px;
  }

  .container-2 {
    max-width: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .heading {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

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

  .heading-2 {
    font-size: 20px;
    line-height: 20px;
  }

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

  .clients-info-two {
    text-align: center;
  }

  .clients-quote-two {
    text-align: left;
    justify-content: center;
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .heading3 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .button1 {
    text-align: left;
  }

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

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .heading-3 {
    padding-left: 50px;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

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

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-11, .container-15 {
    max-width: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

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

  .hero-without-image-2 {
    padding-top: 100px;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-10 {
    text-align: center;
  }

  .bold-text-2 {
    text-align: left;
  }

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

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .team-grid {
    grid-template-columns: .5fr;
    grid-auto-columns: .5fr;
  }

  .heading-11 {
    text-align: center;
  }

  .container-21, .container-23 {
    max-width: none;
  }

  .headingcn {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-2-cn {
    font-size: 20px;
    line-height: 20px;
  }

  .clients-quote-two-cn {
    text-align: left;
    justify-content: center;
    font-size: 24px;
    line-height: 32px;
    display: block;
  }

  .heading-10-cn, .heading-11-cn {
    text-align: center;
  }

  .centered-heading-4-cn {
    margin-bottom: 24px;
  }

  .container-25, .container-29 {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

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

#w-node-_4d482a39-c953-605e-06c3-910d85d0debc-babd2846, #w-node-_4d482a39-c953-605e-06c3-910d85d0debd-babd2846, #w-node-_4d482a39-c953-605e-06c3-910d85d0debe-babd2846, #w-node-_4d482a39-c953-605e-06c3-910d85d0debf-babd2846, #w-node-_4d482a39-c953-605e-06c3-910d85d0dec0-babd2846, #w-node-_4d482a39-c953-605e-06c3-910d85d0dec1-babd2846 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6cc028b0-cebc-53cf-e429-13de477d6d6d-6691deab, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d78-6691deab, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d82-6691deab, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d8c-6691deab, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d96-6691deab, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6da0-6691deab, #w-node-_257010f4-01cd-d64d-610f-a3e6673c6455-6691deab, #w-node-_76e17fcb-1ef7-bde9-b560-60ee2c29a30e-6691deab, #w-node-_9bd45578-cbeb-79a6-c7ec-25e87ae2184c-6691deab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6192b408-f34b-f8b1-5089-2d3e17dddc89-6691deab {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_9d586451-8fab-4306-b57c-eda0c77893b6-5da03e63, #w-node-d9bf8a2e-e8d8-58a6-e96b-b23d6470da55-5da03e63, #w-node-_6ef12465-4329-45f6-1f24-3aeaceb3759e-5da03e63, #w-node-_6b55e4b1-6cc1-a7a4-7f20-bb9a489c2b25-5da03e63, #w-node-_1bf11eff-7a45-1ded-2769-21d9e2367566-5da03e63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_858110d7-bfcb-2d09-9671-e4406e7f65e2-5da03e63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b3093620-1ab7-ccb3-22a1-9b2691923590-5da03e63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_65e534c1-f7f5-40a7-c35d-a20ce31e0d88-5da03e63 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-d072c715-599b-a6f3-81d8-649438a8842c-5da03e63 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_4d482a39-c953-605e-06c3-910d85d0debc-eb833ecd, #w-node-_4d482a39-c953-605e-06c3-910d85d0debd-eb833ecd, #w-node-_4d482a39-c953-605e-06c3-910d85d0debe-eb833ecd, #w-node-_4d482a39-c953-605e-06c3-910d85d0debf-eb833ecd, #w-node-_4d482a39-c953-605e-06c3-910d85d0dec0-eb833ecd, #w-node-_4d482a39-c953-605e-06c3-910d85d0dec1-eb833ecd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d586451-8fab-4306-b57c-eda0c77893b6-39c51d29, #w-node-d9bf8a2e-e8d8-58a6-e96b-b23d6470da55-39c51d29, #w-node-_6ef12465-4329-45f6-1f24-3aeaceb3759e-39c51d29, #w-node-_6b55e4b1-6cc1-a7a4-7f20-bb9a489c2b25-39c51d29, #w-node-_1bf11eff-7a45-1ded-2769-21d9e2367566-39c51d29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_858110d7-bfcb-2d09-9671-e4406e7f65e2-39c51d29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b3093620-1ab7-ccb3-22a1-9b2691923590-39c51d29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_65e534c1-f7f5-40a7-c35d-a20ce31e0d88-39c51d29 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-d072c715-599b-a6f3-81d8-649438a8842c-39c51d29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_6cc028b0-cebc-53cf-e429-13de477d6d6d-13f61778, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d78-13f61778, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d82-13f61778, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d8c-13f61778, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d96-13f61778, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6da0-13f61778, #w-node-_257010f4-01cd-d64d-610f-a3e6673c6455-13f61778, #w-node-_76e17fcb-1ef7-bde9-b560-60ee2c29a30e-13f61778, #w-node-_9bd45578-cbeb-79a6-c7ec-25e87ae2184c-13f61778 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6192b408-f34b-f8b1-5089-2d3e17dddc89-13f61778 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-e572af0e-f793-df9c-049d-d382039b6c4f-28ee016f, #w-node-e572af0e-f793-df9c-049d-d382039b6c5a-28ee016f, #w-node-e572af0e-f793-df9c-049d-d382039b6c64-28ee016f, #w-node-e572af0e-f793-df9c-049d-d382039b6c6e-28ee016f, #w-node-e572af0e-f793-df9c-049d-d382039b6c78-28ee016f, #w-node-e572af0e-f793-df9c-049d-d382039b6c82-28ee016f, #w-node-_8b17d530-e94c-fa7f-9834-4acf4606bb38-28ee016f, #w-node-eb290a8e-7724-50ce-2e8d-f527a48b0dbb-28ee016f, #w-node-_91558584-eeed-62a7-ad33-d081de26a3f5-28ee016f, #w-node-c58f0493-89f4-1a83-b949-d185471283a0-28ee016f, #w-node-_89b59053-8691-7da5-8f73-f4c41fcce93f-28ee016f, #w-node-_65c67f4b-aea8-d727-1e6c-83bda619fd89-28ee016f, #w-node-_85f1cd41-cc6f-d577-d5d7-b14178be9cbb-28ee016f, #w-node-a824cd5b-a20e-c859-6613-d621d4731e52-28ee016f, #w-node-_31bf6240-c764-2bd6-a22a-890cd361f9d7-28ee016f, #w-node-_69f5a508-e721-f025-6f29-0c1df5229053-28ee016f, #w-node-_2ddd63d0-eb26-4e7b-cee9-cc29ac8486f9-28ee016f, #w-node-_49bcfbf9-f6a8-a94f-374a-0ece495bf39f-28ee016f, #w-node-d1b9e4f8-a864-83b8-7bdf-36ad47e98f05-28ee016f, #w-node-d9f22638-ae2b-a947-5809-3600a83a3dea-28ee016f, #w-node-_5129cd98-b9d5-31dd-4ee7-6b598cde0a51-28ee016f, #w-node-_46ca8319-135b-c417-d674-28cd2aa5636e-28ee016f, #w-node-e30ba118-5e9f-c8ec-8018-f59542fbb423-28ee016f, #w-node-_7cb9caff-e4d7-f2b2-a08b-ef536e0c620f-28ee016f, #w-node-_61ae4ba4-7928-fc67-38dd-5c672f6a7c52-28ee016f, #w-node-dd1d0aa1-73bd-01b5-b3f9-898b8773ca17-28ee016f, #w-node-_2fe8b2d8-35e3-4a21-6951-88414cbb9479-28ee016f, #w-node-e50a174a-deed-0210-f5ad-f20acd593003-28ee016f, #w-node-_3bb12c27-c5c0-ab3c-4f15-b9b6e537e5c0-28ee016f, #w-node-b816ce97-ab26-73b5-04e1-cf15a694ce1b-28ee016f, #w-node-d8b44496-e543-dcc7-24b7-d7e18229c85e-28ee016f, #w-node-d53c71ab-e186-900b-7394-4ae30d480e6b-28ee016f, #w-node-be82c725-66e5-3de2-c2e1-2586b148d1ff-28ee016f, #w-node-_11b82164-3c12-9f20-9cad-aabb57e176b6-28ee016f, #w-node-_420d4503-72dc-8c33-001b-d2e315b059ea-28ee016f, #w-node-e173c182-39d6-249f-b47a-a9d073c687d1-28ee016f, #w-node-_11069b85-d0d4-1866-6ca2-44b4211cf86a-28ee016f, #w-node-_468b318b-5e56-0c2a-f77f-fc98f622f09f-28ee016f, #w-node-_40b285d7-c0b5-8487-022a-465e7e194d34-28ee016f, #w-node-_26b6479c-5656-60ef-687e-64d305dcaed0-28ee016f, #w-node-c1777576-2ee6-9def-a0de-7e209d3c873c-28ee016f, #w-node-_9dc5c521-fb8e-8455-59e1-038f28cb0155-28ee016f, #w-node-_30d67b1e-ca73-7715-2c0a-2ade6d607fac-28ee016f, #w-node-_8a9d194f-2f8d-fd16-779f-b0feaa62dbff-28ee016f, #w-node-_6945517f-2da8-0ea2-cc9f-baee3a8d0f12-28ee016f, #w-node-_4ad2af58-176e-f4d3-6123-ea468d7ae80e-28ee016f, #w-node-_3491c44b-aafc-19fa-a1cc-ba065b0cb3e0-28ee016f, #w-node-_7d107722-aca0-1906-278f-87a60c124f6f-28ee016f, #w-node-_20a5772a-68ba-b89e-3aed-b5af324470f8-28ee016f, #w-node-_34aeb93d-90a8-12bf-af8b-a12cf40c3b6f-28ee016f, #w-node-f37af0ae-c9e6-5eb2-5da2-de42de56219e-28ee016f, #w-node-_164195d8-5be8-f04e-e4ef-aa508ff5d05f-28ee016f, #w-node-_267828e3-fcbf-4386-3125-dfcc35e1b5ca-28ee016f, #w-node-_23836a5b-abf9-2428-fb8e-4e8d77358066-28ee016f, #w-node-_64a715f8-ee81-bbca-1105-20a5db06b030-28ee016f, #w-node-_72190d1b-c309-72d8-edec-c50c44624100-28ee016f, #w-node-_79b6c587-c902-f37b-de9b-245819f0fd12-28ee016f, #w-node-_1c1bd040-0563-e5a6-1cef-6545ad86860a-28ee016f, #w-node-aa1379f1-e695-06eb-a8e8-c024023f240c-28ee016f, #w-node-_40c32f84-6cc9-2c61-d85a-d6c03451e0ab-28ee016f, #w-node-_256a77da-0b1f-4ea4-67f0-55a58139f6d6-28ee016f, #w-node-f5c2836a-6751-8732-bfba-88034de8630e-28ee016f, #w-node-_848d0177-c200-a47b-432d-76d8b57442b2-28ee016f, #w-node-_649545e2-7e81-8b2e-a7d6-432941cd77c8-28ee016f, #w-node-_68b78583-36de-6c81-2d06-c56232e2806f-28ee016f, #w-node-a754342f-4ede-e9ca-6626-7432c1ca58a3-28ee016f, #w-node-_82400c44-8adb-678d-e73a-c1e38d222f39-28ee016f, #w-node-ad6eff1b-f19e-67f8-8e3f-911d2b6c2cbc-28ee016f, #w-node-_79acfa5a-1de9-de02-cc55-0a9d62809630-28ee016f, #w-node-d9a3054f-91ba-f1e1-cc89-2fa55921d3d7-28ee016f, #w-node-_042b50cf-1ecf-5dc2-25d0-d65c5d72f7a7-28ee016f, #w-node-_78363bc1-fe90-513e-dc6c-a5bc39cca581-28ee016f, #w-node-_3da89df4-8e45-4cfd-024e-f092fda0b635-28ee016f, #w-node-_28d13dc7-ded0-1d8e-17cc-616934bb523c-28ee016f, #w-node-_083bba46-b95d-6c55-2863-f64e1618e42b-28ee016f, #w-node-_1d77d053-ed00-cd95-7bad-ddbd8cf3639c-28ee016f, #w-node-cf9447f4-da2c-ff2a-6b60-11c7462a4f61-28ee016f, #w-node-_3e463320-65ca-f342-709c-61e06cb7e679-28ee016f, #w-node-_1c739540-f255-66a9-9565-9026fa2c978e-28ee016f, #w-node-f6c88ef9-297b-5150-7502-dc05cdc8e01e-28ee016f, #w-node-baf3af76-efc9-e89d-bbb5-545113670251-28ee016f, #w-node-_37e5cd19-a7fc-354c-dfe7-73e308c33d0b-28ee016f, #w-node-_9edea488-88f1-e3be-9bd5-d7c7e778a42a-28ee016f, #w-node-a1a1a634-3f41-3563-2414-343b0b38e624-28ee016f, #w-node-c3c364ea-b794-26db-671d-6e9c9a3f3b0d-28ee016f, #w-node-cdebc288-8183-5494-e9ed-7dd7cd39b43a-28ee016f, #w-node-_74f4d38a-c226-c622-eadd-790ef68f7952-28ee016f, #w-node-_15e66fb7-dd5f-5328-1f12-d045a0b60053-28ee016f, #w-node-d7b00281-b6cf-cbda-9ffd-f7566c3bd8bb-28ee016f, #w-node-b452501a-f56a-3dbb-94d2-bd0ee8363166-28ee016f, #w-node-_8e45a66d-6876-e62c-e8ab-29467a287721-28ee016f, #w-node-_7d2f384a-aa30-6371-f4a0-e04ca8988747-28ee016f, #w-node-e1ffa2a0-d30f-0764-8b72-434ce3f9bc70-28ee016f, #w-node-c4716cf5-8193-0be8-32f5-8521bfa5e752-28ee016f, #w-node-d141ab1a-d920-3eb3-fd34-9d16a989cdb2-28ee016f, #w-node-f026014b-b7b6-9713-a264-88f5067ee975-28ee016f, #w-node-_232b973e-e3b9-9073-6e46-d568c3bd57ce-28ee016f, #w-node-b8e06e05-9008-f47b-2fe6-61a3f487b091-28ee016f, #w-node-d28a7350-8585-e0ec-5f4e-4e31b6d701a4-28ee016f, #w-node-e0e9f3f0-e65d-8197-a699-24453810f77e-28ee016f, #w-node-a840deac-8687-9e64-5e03-2abd6cf34889-28ee016f, #w-node-f5fe1b51-6a66-9e48-cc7c-a90ccc18d54c-28ee016f, #w-node-c97cfcae-4923-b2d1-4290-ecdab2469bd4-28ee016f, #w-node-_34c05521-02c0-c2da-aca0-ccec5c220114-28ee016f, #w-node-b6753722-757e-3118-c138-7a908a83d14d-28ee016f, #w-node-_22892ad6-47d5-548a-8014-952c7526d409-28ee016f, #w-node-_3da5ff99-98b8-bb69-bf39-111328aea9b0-28ee016f, #w-node-c86b142d-cf3c-4215-c33e-b16df661c797-28ee016f, #w-node-c6027912-a41f-f4aa-aca3-b86dd9eedac4-28ee016f, #w-node-_651bd986-235a-008e-817a-5e621d7e8e49-28ee016f, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca924-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca92b-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca932-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca939-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca940-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca947-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca94e-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca955-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca95c-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca963-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca96a-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca971-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca978-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca97f-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca986-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca98d-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca994-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca99b-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9a2-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9a9-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9b0-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9b7-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9be-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9c5-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9cc-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9d3-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9da-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9e1-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9e8-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9ef-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9f6-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca9fd-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa04-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa0b-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa12-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa19-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa20-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa27-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa2e-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa35-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa3c-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa43-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa4a-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa51-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa58-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa5f-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa66-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa6d-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa74-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa7b-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa82-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa89-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa90-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa97-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caa9e-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caaa5-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caaac-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caab3-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caaba-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caac1-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caac8-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caacf-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caad6-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caadd-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caae4-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caaeb-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caaf2-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caafa-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab01-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab08-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab0f-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab16-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab1d-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab24-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab2b-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab32-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab39-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab40-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab47-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab4e-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab55-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab5c-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab63-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab6a-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab71-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab78-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab7f-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab86-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab8d-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab94-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cab9b-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caba2-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82caba9-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cabb0-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cabb7-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cabbe-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cabc5-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cabcc-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cabd3-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cabda-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cabe1-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cabe8-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cabef-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cabf6-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cabfd-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cac04-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cac0b-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cac12-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cac19-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82cac20-9a672b69, #w-node-_4d482a39-c953-605e-06c3-910d85d0debc-7341ab94, #w-node-_4d482a39-c953-605e-06c3-910d85d0debd-7341ab94, #w-node-_4d482a39-c953-605e-06c3-910d85d0debe-7341ab94, #w-node-_4d482a39-c953-605e-06c3-910d85d0debf-7341ab94, #w-node-_4d482a39-c953-605e-06c3-910d85d0dec0-7341ab94, #w-node-_4d482a39-c953-605e-06c3-910d85d0dec1-7341ab94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d586451-8fab-4306-b57c-eda0c77893b6-4990eaa3, #w-node-d9bf8a2e-e8d8-58a6-e96b-b23d6470da55-4990eaa3, #w-node-_6ef12465-4329-45f6-1f24-3aeaceb3759e-4990eaa3, #w-node-_6b55e4b1-6cc1-a7a4-7f20-bb9a489c2b25-4990eaa3, #w-node-_1bf11eff-7a45-1ded-2769-21d9e2367566-4990eaa3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_858110d7-bfcb-2d09-9671-e4406e7f65e2-4990eaa3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b3093620-1ab7-ccb3-22a1-9b2691923590-4990eaa3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_65e534c1-f7f5-40a7-c35d-a20ce31e0d88-4990eaa3 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-d072c715-599b-a6f3-81d8-649438a8842c-4990eaa3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_6cc028b0-cebc-53cf-e429-13de477d6d6d-62b9e87e, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d78-62b9e87e, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d82-62b9e87e, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d8c-62b9e87e, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d96-62b9e87e, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6da0-62b9e87e, #w-node-_257010f4-01cd-d64d-610f-a3e6673c6455-62b9e87e, #w-node-_76e17fcb-1ef7-bde9-b560-60ee2c29a30e-62b9e87e, #w-node-_9bd45578-cbeb-79a6-c7ec-25e87ae2184c-62b9e87e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_6192b408-f34b-f8b1-5089-2d3e17dddc89-62b9e87e {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_08ae8ba6-4743-ca91-f226-528cab5ca65b-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca662-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca669-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca670-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca677-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca67e-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca685-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca68c-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca693-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca69a-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6a1-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6a8-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6af-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6b6-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6bd-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6c4-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6cb-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6d2-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6d9-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6e0-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6e7-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6ee-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6f5-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca6fc-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca703-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca70a-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca711-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca718-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca71f-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca726-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca72d-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca734-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca73b-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca742-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca749-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca750-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca757-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca75e-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca765-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca76c-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca773-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca77a-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca781-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca788-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca78f-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca796-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca79d-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7a4-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7ab-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7b2-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7b9-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7c0-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7c7-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7ce-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7d5-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7dc-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7e3-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7ea-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7f1-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7f8-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca7ff-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca806-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca80d-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca814-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca81b-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca822-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca829-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca831-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca838-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca83f-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca846-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca84d-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca854-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca85b-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca862-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca869-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca870-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca877-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca87e-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca885-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca88c-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca893-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca89a-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8a1-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8a8-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8af-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8b6-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8bd-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8c4-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8cb-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8d2-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8d9-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8e0-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8e7-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8ee-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8f5-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca8fc-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca903-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca90a-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca911-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca918-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca91f-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca926-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca92d-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca934-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca93b-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca942-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca949-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca950-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca957-4e0e109d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d78-6691deab, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d82-6691deab, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d78-13f61778, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d82-13f61778, #w-node-e572af0e-f793-df9c-049d-d382039b6c5a-28ee016f, #w-node-e572af0e-f793-df9c-049d-d382039b6c64-28ee016f, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca92b-9a672b69, #w-node-_707bd0d5-2e37-dda8-2147-1cd6d82ca932-9a672b69, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d78-62b9e87e, #w-node-_6cc028b0-cebc-53cf-e429-13de477d6d82-62b9e87e, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca662-4e0e109d, #w-node-_08ae8ba6-4743-ca91-f226-528cab5ca669-4e0e109d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4d482a39-c953-605e-06c3-910d85d0debf-babd2846, #w-node-_4d482a39-c953-605e-06c3-910d85d0debf-eb833ecd, #w-node-_4d482a39-c953-605e-06c3-910d85d0debf-7341ab94 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Helvetica Bold Italic';
  src: url('../fonts/FreeSansBoldOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Bold';
  src: url('../fonts/FreeSansBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Italic';
  src: url('../fonts/FreeSansOblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/FreeSans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chinese Helvetica';
  src: url('../fonts/AaXingQiuHei-2.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}