.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #0d2335;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #fff;
  text-align: left;
}

.logo-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.icon-arrow {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25px;
  height: 25px;
  margin-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.line-full {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  background-color: #0e84fa;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-arrow-a {
  width: 25px;
  height: 25px;
  max-width: none;
}

.text-contact {
  margin-left: 0px;
  font-size: 36px;
  line-height: 130%;
  font-weight: 400;
  text-align: left;
}

.line-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-contact {
  width: 100%;
  text-decoration: none;
}

.link-contact.white {
  display: block;
  width: auto;
  margin-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  letter-spacing: 1px;
}

.link-contact.white.w--current {
  color: #a0c9ff;
}

.link-contact.white.w--current:active {
  color: #83b7fd;
}

.icon-contact {
  width: 18px;
  height: 18px;
  max-width: none;
  margin-right: 8px;
}

.icon-arrow-b {
  position: absolute;
  width: 10px;
  height: 10px;
  max-width: none;
  -webkit-transform: translate(-120%, 120%);
  -ms-transform: translate(-120%, 120%);
  transform: translate(-120%, 120%);
}

.line-1px {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.line-1px.opacity {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #101b22;
  opacity: 0.42;
}

.info-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.interior-body {
  background-color: #04477e;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #0d2335;
}

.interior-body.partnership {
  display: block;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #04345b;
  -o-object-fit: fill;
  object-fit: fill;
}

.interior-body.application {
  background-color: #035faa;
}

.interior-body.dark-bluebg {
  background-color: #0d2335;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  text-decoration: underline;
}

.link:hover {
  color: #7dbbf8;
}

.link.inline {
  color: #0e84fa;
  text-decoration: underline;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: 35px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1170px;
  margin-top: 60px;
  margin-right: 100px;
  margin-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.div-block-4.interior {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.div-block-5.contact {
  padding-left: 40px;
}

.div-block-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #0d2335;
}

.latin {
  margin-top: 40px;
  font-size: 17px;
  line-height: 23px;
}

.paragraph {
  font-size: 21px;
  line-height: 26px;
}

.div-block-7 {
  height: auto;
}

.footer-contain {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.footer-contain.interior {
  position: static;
  margin-top: 40px;
}

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

.text-block-2 {
  font-size: 12px;
}

.footer {
  margin: 20px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.form-block {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-field {
  height: 52px;
  margin-bottom: 0px;
  padding: 12px 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: #fff;
  -webkit-transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
  color: #101b22;
  font-size: 18px;
  line-height: 130%;
}

.text-field:focus {
  border-bottom-color: #fdc23e;
}

.text-field::-webkit-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.text-field:-ms-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.text-field::-ms-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.text-field::placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.textarea {
  max-height: 350px;
  max-width: 100%;
  min-height: 150px;
  min-width: 100%;
  margin-bottom: 14px;
  padding: 12px 20px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: #fff;
  -webkit-transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
  transition: border-color 350ms cubic-bezier(.215, .61, .355, 1);
  color: #101b22;
  font-size: 18px;
  line-height: 130%;
}

.textarea:focus {
  border-bottom-color: #fdc23e;
}

.textarea::-webkit-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.textarea:-ms-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.textarea::-ms-input-placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.textarea::placeholder {
  color: rgba(16, 27, 34, 0.5);
}

.submit-button {
  padding: 23px 35px;
  background-color: #101b22;
  -webkit-transition: color 350ms cubic-bezier(.215, .61, .355, 1), background-color 350ms cubic-bezier(.215, .61, .355, 1);
  transition: color 350ms cubic-bezier(.215, .61, .355, 1), background-color 350ms cubic-bezier(.215, .61, .355, 1);
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #fdc23e;
  color: #101b22;
}

.success-message {
  padding: 24px;
  background-color: #95daaa;
}

.text-message {
  color: #101b22;
  font-size: 16px;
  line-height: 130%;
}

.error-message {
  margin-top: 16px;
  padding: 22px;
  background-color: #ffaeae;
  text-align: center;
}

.image-contain {
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
}

.image {
  max-width: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .icon-arrow {
    width: 18px;
    height: 18px;
  }

  .icon-arrow-a {
    width: 18px;
    height: 18px;
  }

  .text-contact {
    font-size: 24px;
  }

  .div-block-2 {
    overflow: visible;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-4 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-4.interior {
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-contain {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .icon-arrow {
    width: 10px;
    height: 10px;
  }

  .contact {
    margin-top: 40px;
  }

  .icon-arrow-a {
    width: 10px;
    height: 10px;
  }

  .text-contact {
    font-size: 36px;
  }

  .link-contact.white {
    margin-right: 0px;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .body.home {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-contain {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 33px;
  }

  .icon-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-arrow-a {
    width: 15px;
    height: 15px;
  }

  .text-contact {
    font-size: 32px;
    text-align: left;
  }

  .icon-arrow-b {
    width: 15px;
    height: 15px;
  }

  .home-nav {
    display: block;
  }

  .div-block-5 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }

  .paragraph {
    font-size: 16px;
  }

  .footer-contain {
    position: static;
    margin-top: 100px;
  }

  .footer {
    text-align: center;
  }
}