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

.body-v1 {
  background-color: #000;
}

.d-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  /* background-color: rgba(24, 50, 112, 0.95); */
  /* background-color: white; */
  background-color: transparent;

  padding: 20px 0;
  transition: all 0.3s ease;
}

.d-header-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.d-header-logo {
  height: 80px;
  display: flex;
  align-items: center;
}

.d-header-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.d-header-nav {
  display: flex;
  gap: 40px;
  align-items: center;
}

.d-nav-link {
  /* color: #fff; */
  color: rgba(24, 50, 112, 0.95);
  color: #1b2244;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 0;
}

.d-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #49d292;
  transition: width 0.3s ease;
}

.d-nav-link:hover {
  color: #49d292;
}

.d-nav-link:hover::after {
  width: 100%;
}

.d-header.scrolling {
  padding: 12px 0;
  background-color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.d-header.scrolling .d-header-logo {
  height: 60px;
}

.section-v1 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-v1.for-s-contact {
  background-color: #183270;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
}

.container-base-v1 {
  flex-flow: column;
  width: 100%;
  max-width: 1920px;
  display: flex;
  overflow: hidden;
}

.cta-btn-s1-v1 {
  color: #fff;
  text-align: center;
  background-color: #1b2348;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
}

.bg-box-v1.for-s8 {
  background-color: #e6e6e6;
}

.bg-img {
  width: 100%;
}

.decorated-box-s2-v1-2 {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.d-img-s2-v1 {
  width: 100%;
}

.decorated-box-s2-v1-1 {
  width: 44%;
  position: absolute;
  inset: 21% auto auto 5%;
}

.for-d {
  width: 100%;
  position: relative;
}

.decorated-box-s1-v1-1 {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cta-btn-wrapper-s1-v1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  min-height: 27vw;
  display: flex;
  position: absolute;
  inset: auto 7% 0% auto;
}

.decorated-box-s3-v1-1 {
  width: 37%;
  position: absolute;
  inset: 50% 5% auto auto;
  transform: translate(0, -50%);
}

.decorated-box-s3-v1-2 {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.decorated-box-s4-v1-1 {
  width: 40%;
  position: absolute;
  inset: 21% auto auto 5%;
}

.decorated-box-s4-v1-2 {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.d-img-s4-v1,
.d-img-s3-v1 {
  width: 100%;
}

.decorated-box-s5-v1-2 {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.decorated-box-s5-v1-1 {
  width: 37%;
  position: absolute;
  inset: 50% 5% auto auto;
  transform: translate(0, -50%);
}

.decorated-box-s6-v1-1 {
  width: 38%;
  position: absolute;
  inset: 21% auto auto 5%;
}

.decorated-box-s6-v1-2,
.decorated-box-s7-v1-2 {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.decorated-box-s7-v1-1 {
  width: 37%;
  position: absolute;
  inset: 50% 5% auto auto;
  transform: translate(0, -50%);
}

.decorated-box-s9-v1-1 {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.d-img-s9-v1 {
  width: 100%;
}

.d-footer-wrapper {
  display: flex;
  flex-direction: row;
  gap: 60px;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  align-items: stretch;
  padding: 60px 40px;
}

.contact-info-wrapper-v1 {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.d-company-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 6%;
  justify-content: center;
}

.d-cta-btn.for-fb {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.d-cta-btn.for-fb:hover {
  transform: scale(1.1);
}

.d-cta-btn.for-fb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.company-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.company-info-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.company-info-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.company-info-text {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  /* font-size: 28px; */
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.3px;
}

.contact-form-wrapper-v1 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.m-contact-form-wrapper-v1 {
  max-width: 600px;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding: 30px 6%;
  margin: 0 auto;
}

.contact-form-inner {
  width: 100%;
  max-width: 680px;
  margin: 0;
  padding: 0;
}

.contact-form-title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 40px 0;
  text-align: left;
  letter-spacing: 1px;
}

.contact-form-title-en {
  font-weight: 600;
  letter-spacing: 3px;
}

.contact-form {
  width: 100%;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.form-group {
  width: 100%;
}

.form-input,
.form-textarea {
  width: 100%;
  /* padding: 16px 0; */
  padding: 16px 16px;
  border: none;
  border-bottom: 2px solid #49d292;
  background-color: transparent;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  outline: none;
  transition: all 0.3s ease;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}

.form-input:focus,
.form-textarea:focus {
  border-bottom-color: #3bc281;
  padding-left: 8px;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
  margin-bottom: 28px;
  line-height: 1.6;
}

.form-checkbox-group {
  margin-bottom: 32px;
}

.form-checkbox-group.contact-privacy {
  display: flex;
  flex-direction: column;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  gap: 12px;
}

.form-checkbox {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-top: 2px;
  border: 2px solid #49d292;
  background-color: transparent;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  transition: all 0.2s ease;
}

.form-checkbox:hover {
  border-color: #3bc281;
}

.form-checkbox:checked {
  background-color: #49d292;
}

.form-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid #183270;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.checkbox-text {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 300;
}

.form-submit-wrapper {
  display: flex;
  /* justify-content: flex-end; */
  justify-content: flex-start;
  margin-top: 8px;
}

.form-submit-btn {
  background-color: #fff;
  color: #183270;
  border: none;
  padding: 14px 60px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.form-submit-btn:hover {
  background-color: #49d292;
  color: #fff;
  box-shadow: 0 4px 12px rgba(73, 210, 146, 0.3);
  transform: translateY(-1px);
}

.for-m {
  display: none;
}

.m-bg-img {
  width: 100%;
}

.m-decorated-box-s1-v1-1 {
  width: 44%;
  position: absolute;
  inset: 21% auto auto 5%;
}

.m-img-s1-v1-1 {
  width: 100%;
}

.m-cta-btn-wrapper-s1-v1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 33%;
  min-height: 27vw;
  display: flex;
  position: absolute;
  inset: auto 7% 0% auto;
}

.m-cta-btn-s1-v1 {
  color: #fff;
  text-align: center;
  background-color: #1b2348;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
}

.m-decorated-box-s2-v1-1 {
  width: 44%;
  position: absolute;
  inset: 21% auto auto 5%;
}

.m-img-s2-v1-1 {
  width: 100%;
}

.m-decorated-box-s3-v1-1 {
  width: 44%;
  position: absolute;
  inset: 21% auto auto 5%;
}

.m-img-s3-v1-1 {
  width: 100%;
}

.m-decorated-box-s4-v1-1,
.m-decorated-box-s5-v1-1 {
  width: 44%;
  position: absolute;
  inset: 21% auto auto 5%;
}

.m-img-s5-v1-1,
.m-img-s4-v1-1,
.m-img-s6-v1-1 {
  width: 100%;
}

.m-decorated-box-s8-v1-1 {
  width: 44%;
  position: absolute;
  inset: 21% auto auto 5%;
}

.m-img-s8-v1-1,
.bg-img-copy {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .cta-btn-wrapper-s1-v1,
  .m-cta-btn-wrapper-s1-v1 {
    grid-template-areas:
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . ."
      ". . . . . Area";
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  .d-header {
    padding: 15px 0;
  }

  .d-header-inner {
    padding: 0 20px;
  }

  .d-header-logo {
    height: 60px;
  }

  .d-header-nav {
    gap: 20px;
  }

  .d-nav-link {
    font-size: 14px;
  }

  .d-header.scrolling {
    padding: 10px 0;
  }

  .d-header.scrolling .d-header-logo {
    height: 50px;
  }

  .section-v1 {
    flex-flow: column;
    justify-content: center;
  }

  .container-base-v1 {
    max-width: none;
  }

  .cta-btn-s1-v1 {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }

  .for-d {
    display: none;
  }

  .cta-btn-wrapper-s1-v1 {
    flex-flow: column;
    max-width: 150px;
    bottom: 10%;
    right: 0%;
  }

  .for-m {
    width: 100%;
    display: block;
  }

  .for-m.for-s2,
  .for-m.for-s3,
  .for-m.for-s4,
  .for-m.for-s5,
  .for-m.for-s6,
  .for-m.for-s8 {
    background-color: #fff;
  }

  .for-m.for-s-contact {
    width: 100%;
  }

  .m-bg-box-v1 {
    position: relative;
  }

  .m-bg-box-v1.for-s-contact {
    width: 100%;
  }

  .m-decorated-box-s1-v1-1 {
    width: 100%;
    inset: 0%;
  }

  .m-cta-btn-wrapper-s1-v1 {
    flex-flow: row;
    width: 100%;
    min-height: auto;
    padding-left: 6%;
    padding-right: 6%;
    bottom: 28%;
    right: 0%;
  }

  .m-cta-btn-s1-v1 {
    text-align: center;
    padding: 2vw 0;
    font-size: 3svw;
    line-height: 4vw;
  }

  .m-decorated-box-s2-v1-1,
  .m-decorated-box-s3-v1-1,
  .m-decorated-box-s4-v1-1,
  .m-decorated-box-s5-v1-1,
  .m-decorated-box-s8-v1-1 {
    width: 100%;
    inset: 0%;
  }

  .m-contact-form-wrapper-v1 {
    max-width: 600px;
    width: 100%;
    padding: 30px 8% 40px;
    margin: 0 auto;
  }

  .m-contact-form-wrapper-v1 .contact-form {
    width: 100%;
  }

  .m-contact-form-wrapper-v1 .form-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .m-contact-form-wrapper-v1 .form-input,
  .m-contact-form-wrapper-v1 .form-textarea {
    font-size: 16px;
    padding: 14px 0;
  }

  .m-contact-form-wrapper-v1 .form-textarea {
    min-height: 100px;
    margin-bottom: 20px;
  }

  .m-contact-form-wrapper-v1 .form-checkbox-group {
    margin-bottom: 28px;
  }

  .m-contact-form-wrapper-v1 .checkbox-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .m-contact-form-wrapper-v1 .form-submit-btn {
    width: 100%;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
  }

  .m-company-info-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px 8% 30px;
    width: 100%;
    max-width: 400px;
    align-items: flex-start;
    margin: 0 auto;
  }

  .m-company-info-wrapper .company-info-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 16px;
    align-items: center;
    width: 100%;
  }

  .m-company-info-wrapper .company-info-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .m-company-info-wrapper .company-info-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(1.1);
  }

  .m-company-info-wrapper .company-info-text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
    text-align: left;
    line-height: 1.5;
  }

  .m-social-buttons-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 8%;
    margin: 0 auto;
    max-width: 400px;
  }

  .m-social-btn {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s ease;
    overflow: hidden;
  }

  .m-social-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .m-social-btn:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
  }

  .text-block {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    padding: 30px 8% 40px;
    letter-spacing: 0.3px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .section-v1 {
    justify-content: center;
  }

  .m-bg-box-v1.for-s7 {
    background-color: #000;
  }
}

@media screen and (max-width: 479px) {
  .cta-btn-s1-v1 {
    text-align: center;
    font-size: 13px;
  }

  .cta-btn-wrapper-s1-v1 {
    width: 50%;
  }
}

#w-node-_468e6aac-c3d3-e440-3784-b19151eef726-f206d15d {
  grid-area: 3 / 8 / 4 / 9;
}

#w-node-_468e6aac-c3d3-e440-3784-b19151eef728-f206d15d {
  grid-area: 3 / 9 / 4 / 10;
}

#w-node-fb90fd59-31f1-7e67-42fe-ad75d385772f-f206d15d {
  grid-area: 3 / 8 / 4 / 9;
}

#w-node-fb90fd59-31f1-7e67-42fe-ad75d3857731-f206d15d {
  grid-area: 3 / 9 / 4 / 10;
}

@media screen and (min-width: 1280px) {
  #w-node-_468e6aac-c3d3-e440-3784-b19151eef726-f206d15d {
    grid-area: 2 / 6 / 3 / 7;
  }

  #w-node-_468e6aac-c3d3-e440-3784-b19151eef728-f206d15d {
    grid-area: 2 / 7 / 3 / 8;
  }

  #w-node-fb90fd59-31f1-7e67-42fe-ad75d385772f-f206d15d {
    grid-area: 2 / 6 / 3 / 7;
  }

  #w-node-fb90fd59-31f1-7e67-42fe-ad75d3857731-f206d15d {
    grid-area: 2 / 7 / 3 / 8;
  }
}
