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

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

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

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

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

.container {
  width: 100%;
  max-width: 940px;
  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: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

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

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

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

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

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  background-color: #0d5c91;
  margin-left: 24px;
}

.btn-primary.small.header-btn-hidde-on-mb.not-yet {
  background-color: #ababab;
}

.cloneable-header {
  background-color: #fff;
  border-radius: 18px;
  margin-bottom: 44px;
  padding: 24px 32px;
  box-shadow: 0 3px 14px #4a3aff08, 0 -2px 4px #14142b05, 0 12px 24px #14142b03;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.header-logo {
  max-width: 200px;
}

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.small {
  border-color: #ababab;
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.small:hover {
  background-color: #0d5c91;
  border-color: #0d5c91;
}

.header-wrapper {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.header-nav-link {
  padding: 0;
}

.header-nav-link:hover {
  color: #0d5c91;
}

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown-link {
  color: #6e7191;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

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

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

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

.dropdown-pd {
  padding: 40px;
}

.header-logo-link {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.cloneable-header-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  align-items: center;
}

.heading-h3-size {
  color: #211f54;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.cloneable-wrapper {
  z-index: 2147483647;
  margin-bottom: 0;
  position: sticky;
  top: 0;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.cloneable-full-width-wrapper {
  border-top: 1px solid #dcddeb;
  border-bottom: 1px solid #dcddeb;
}

.heading {
  margin-top: 5px;
  margin-bottom: 5px;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.dropdown {
  margin-right: 0;
}

.dropdown:hover {
  color: #0d5c91;
}

.image {
  height: 20px;
  margin-right: 10px;
}

.dropdown-toggle-2 {
  border: 1px solid #333;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.dropdown-list.w--open {
  background-color: #fff;
  border-top: 1px #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.dropdown-link-2 {
  border-bottom: 1px solid #333;
}

.dropdown-link-2:hover {
  color: #fff;
  background-color: #0d5c91cc;
}

.body {
  background-color: #0d5c9133;
  background-image: url('../images/white_dots_bg.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

.heading-2 {
  color: #3339;
  text-align: right;
  margin: 0 5%;
  font-size: 10px;
  line-height: 15px;
}

.hero-heading-left {
  background-color: #0d5c9100;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 0;
  display: flex;
  position: relative;
}

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

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

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

.hero-split.blue-bg {
  background-color: #0d5c91;
  padding: 10px 20px;
}

.hero-split.white-bg {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 2px 5px #0003;
}

.margin-bottom-24px {
  color: #000;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 25px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0d5c91;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #0d5c91;
  background-color: #fff;
  border: 2px solid #fff;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-3 {
  color: #0d5c91;
}

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

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

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

.content-section {
  border-bottom: 1px #ababab;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-section.bg-section {
  background-color: #0d5c9108;
}

.header-title {
  margin-bottom: 0;
}

.heading-title-1 {
  color: #0d5c91;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-title-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
}

.content-div {
  border: 1px solid #ababab;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.content-div.no-line {
  border-style: none;
  margin-bottom: 0;
}

.content-div.no-line.no-margin-top {
  margin-top: 0;
  padding-top: 0;
}

.content-div.no-line.no-margin-top.no-margin-bottom {
  flex-flow: column;
  padding-bottom: 0;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-text {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.content-text.link-text {
  color: #00e;
  text-align: center;
}

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

.content-text.terms-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}

.content-image {
  width: 100%;
}

.content-sub-div {
  padding: 0 20px;
}

.sub-heading-1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 34px;
}

.sub-headin-2 {
  margin-top: 10px;
}

.entrance-btn {
  text-align: center;
  background-color: #0d5c91;
  border: 2px solid #0d5c91;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  line-height: 23px;
  display: flex;
}

.entrance-btn:hover {
  color: #0d5c91;
  background-color: #fff;
  box-shadow: 0 2px 5px #0003;
}

.entrance-btn.not-available {
  background-color: #ababab;
  border-color: #ababab;
}

.entrance-btn.not-available:hover {
  color: #fff;
}

.text-span {
  font-size: 12px;
}

.bold-text {
  font-size: 12px;
  line-height: 15px;
}

.container-3 {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 20px;
  box-shadow: 0 2px 5px #0003;
}

.news-div {
  padding: 20px;
}

.news-date {
  display: flex;
}

.news-type {
  color: #fff;
  background-color: #0d5c91;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
}

.heading-4.red-news {
  color: red;
}

.news-link-block {
  color: #333;
  margin-top: 20px;
  text-decoration: none;
  display: block;
}

.news-link-block:hover {
  background-color: #ababab1a;
  box-shadow: 0 2px 5px #0003;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
}

.grid-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 20px;
  display: grid;
}

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

.bold-text-2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
}

.logos-title-small {
  border-bottom: 1px #e4ebf3;
  padding: 0 30px;
  position: relative;
}

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

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

.clients-image-three {
  max-width: 20%;
  max-height: 60px;
  margin-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
}

.div-block-3 {
  background-color: #0d5c91;
  width: 20px;
  height: auto;
  margin-right: 10px;
}

.line-div {
  border-bottom: 2px solid #0d5c91;
  display: flex;
}

.heading-6 {
  color: #0d5c91;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 35px;
}

.div-block-4 {
  padding: 20px 30px;
}

.div-block-4.vertical-flow {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.image-2, .image-3 {
  border: 1px solid #000;
  max-width: 60%;
}

.bold-text-3 {
  font-size: 16px;
  line-height: 21px;
}

.image-4 {
  max-width: 70%;
}

.heading-7 {
  color: #0d5c91;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
}

.link-block {
  margin-top: 10px;
  -webkit-text-decoration: underline #00e;
  text-decoration: underline #00e;
}

.roadmap-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.roadmap-div._3col {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-text-1 {
  text-align: center;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  display: flex;
}

.grid-text-1.left-line {
  border-left: 1px solid #000;
}

.grid-text-1.left-line.top-line {
  color: #fff;
  background-color: #0d5c91;
  border-color: #0d5c91;
  border-top-style: solid;
  border-top-width: 1px;
}

.grid-text-1.top-line {
  color: #fff;
  background-color: #0d5c91;
  border-top: 1px solid #0d5c91;
  border-bottom-color: #0d5c91;
  border-right-color: #0d5c91;
}

.heading-8 {
  text-align: center;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 16px;
}

.heading-8.no-bottom {
  border-bottom-style: none;
}

.heading-8.no-line {
  border-bottom-style: none;
  border-right-style: none;
}

.heading-8.left-line {
  border-left: 1px solid #000;
}

.text-span-2 {
  text-decoration: underline;
}

.footer-light {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

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

.footer-copyright {
  color: #3a4554;
}

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

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

.image-6 {
  max-width: 200px;
}

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

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

  .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 #0000000d;
  }

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

  .header-nav-menu-wrapper {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

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

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

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@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 #0000000d;
  }

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    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;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .header-logo {
    max-width: 150px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .cloneable-header-grid {
    grid-template-columns: 1fr;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 30px;
  }

  .dropdown {
    margin-right: 20px;
  }

  .dropdown-toggle-2 {
    padding: 10px 40px 10px 10px;
  }

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

  .icon {
    margin-right: 10px;
  }

  .hero-heading-left, .hero-heading-left-2, .logos-title-small {
    padding: 60px 15px;
  }

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

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

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

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

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

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

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

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

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

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.small {
    background-color: #0d5c91;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .header-logo {
    max-width: 120px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary.small {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-link {
    font-size: 12px;
    line-height: 15px;
  }

  .header-right-side {
    margin-right: 10px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .image {
    height: 12px;
    line-height: 15px;
  }

  .dropdown-toggle-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
  }

  .dropdown-link-2 {
    font-size: 12px;
    line-height: 15px;
  }

  .text-block {
    font-size: 10px;
    line-height: 15px;
  }

  .hero-heading-left {
    padding: 30px 5px;
  }

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

  .hero-split.white-bg {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .margin-bottom-24px {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
  }

  .heading-3 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .content-section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .heading-title-1 {
    font-size: 25px;
    line-height: 30px;
  }

  .content-div.no-line {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .content-text {
    font-size: 14px;
    line-height: 19px;
  }

  .container-3 {
    padding: 30px 5px;
  }

  .news-div {
    padding: 10px;
  }

  .news-type {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 17px;
  }

  .heading-4 {
    font-size: 12px;
    line-height: 17px;
  }

  .news-link-block {
    margin-top: 10px;
  }

  .heading-5 {
    font-size: 12px;
    line-height: 17px;
  }

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

  .bold-text-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .logos-title-small {
    padding: 10px 5px;
  }

  .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 {
    max-width: 80%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-6 {
    line-height: 25px;
  }

  .div-block-4 {
    padding: 10px 0;
  }

  .bold-text-3 {
    font-size: 12px;
    line-height: 17px;
  }

  .heading-7 {
    font-size: 18px;
    line-height: 23px;
  }

  .grid-text-1, .grid-text-1.left-line, .grid-text-1.left-line.top-line, .grid-text-1.top-line, .heading-8, .heading-8.left-line {
    font-size: 10px;
    line-height: 12px;
  }

  .image-5 {
    max-width: 60%;
  }

  .bold-text-4 {
    font-size: 20px;
    line-height: 25px;
  }

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

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

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

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

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

#w-node-a4e10331-7b28-bff9-70ca-c14df8c4fd25-35f51e21 {
  align-self: center;
}

#w-node-_65e24cb7-caab-fbea-4ded-41750ad812e7-35f51e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_508bc1df-2f21-502d-aed2-1e4fd788ca78-35f51e21 {
  place-self: center;
}

#w-node-_9cbb2a38-60b9-33e7-4c68-7320a9bf5287-35f51e21 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}

#w-node-f644dbfe-99d3-5c46-8bf3-b88977c888ea-35f51e21, #w-node-_9753358f-9088-f132-f460-186e59176609-35f51e21, #w-node-_02429b56-1a85-4e32-973d-0a832d299184-35f51e21 {
  place-self: center;
}

#w-node-ebf55715-9c92-fdec-ff1c-d70048f8394d-35f51e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d71ebd1-73c0-cdbe-444b-bb0dc3fb97e7-35f51e21 {
  grid-area: span 6 / span 1 / span 6 / span 1;
  align-self: center;
}

#w-node-_44276677-786c-ec8a-ce1b-9045e562a917-35f51e21 {
  grid-area: span 4 / span 1 / span 4 / span 1;
}

#w-node-_23e59848-07ae-9209-3d53-d0af503350b9-35f51e21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_257ed8c9-e42a-7e54-89af-a779e8fa03bd-35f51e21, #w-node-adb3bbca-2a25-594f-b7d4-274b9d87c232-35f51e21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b1b83d5-f0ce-849b-8cdb-1557b1f15abe-35f51e21 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_684ff1e5-2bb2-bc9e-1d91-0eaaa6f722fe-35f51e21 {
    justify-self: center;
  }
}


