.lp_hero {
  position: relative;
  background: var(--eeeae5);
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .lp_hero {
    min-height: 600px;
  }
}
@media (max-width: 599px) {
  .lp_hero {
    min-height: initial;
  }
}
.lp_hero .wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 60px 30px;
}
@media (max-width: 1199px) {
  .lp_hero .wrapper {
    padding: 60px 40px;
  }
}
@media (max-width: 599px) {
  .lp_hero .wrapper {
    padding: 30px 30px 45px;
  }
}
.lp_hero .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 68px;
  line-height: 125%;
  color: var(--0b3948);
  width: 55%;
  max-width: 765px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .lp_hero .section_title {
    font-size: 36px;
    width: 70%;
    max-width: 470px;
  }
}
@media (max-width: 599px) {
  .lp_hero .section_title {
    width: 67%;
    font-size: 32px;
    max-width: 220px;
  }
}
.lp_hero .desc {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  color: var(--0b3948);
  width: 55%;
  max-width: 765px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .lp_hero .desc {
    margin-top: 20px;
    width: 70%;
    max-width: 470px;
  }
}
@media (max-width: 599px) {
  .lp_hero .desc {
    width: 100%;
    max-width: 300px;
    font-size: 14px;
  }
}
.lp_hero .btn_wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .lp_hero .btn_wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper {
    margin-top: 60px;
    gap: 10px;
  }
}
.lp_hero .btn_wrapper .login_btn {
  min-width: 215px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 20px;
  border-radius: 8px;
  background: var(--ffd470);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  text-align: center;
  color: var(--0b3948);
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .login_btn {
    min-width: 145px;
    height: 40px;
    gap: 4px;
    border-radius: 5px;
    font-size: 13px;
  }
}
.lp_hero .btn_wrapper .login_btn:hover {
  background: #6D7758;
  color: #fff;
}
.lp_hero .btn_wrapper .login_btn svg {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2px;
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .login_btn svg {
    margin-bottom: 0;
    width: 18px;
    height: 18px;
  }
}
.lp_hero .btn_wrapper .btn {
  min-width: 220px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 20px 0 40px;
  border-radius: 8px;
  background: var(--0b3948);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .btn {
    min-width: 145px;
    height: 40px;
    gap: 10px;
    border-radius: 5px;
    font-size: 13px;
    padding: 0 10px 0 20px;
  }
}
.lp_hero .btn_wrapper .btn:hover {
  background: var(--f9a21b);
  color: var(--0b3948);
}
.lp_hero .btn_wrapper .btn svg {
  flex-shrink: 0;
  width: 27px;
  height: auto;
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .btn svg {
    width: 18px;
  }
}
.lp_hero .img {
  width: 640px;
  max-width: 45%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .lp_hero .img {
    max-width: 35%;
    top: 0;
    right: 0;
    transform: none;
  }
}
@media (max-width: 599px) {
  .lp_hero .img {
    top: 20px;
    right: 30px;
  }
}

.need_banner {
  margin: 90px 0;
}
@media (max-width: 1199px) {
  .need_banner {
    margin: 70px 0 150px;
  }
}
@media (max-width: 599px) {
  .need_banner {
    margin: 35px 0 75px;
  }
}
@media (max-width: 1199px) {
  .need_banner .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .need_banner .wrapper {
    padding: 0 30px;
  }
}
.need_banner .box {
  border-radius: 8px;
  background: top left/265px no-repeat url(../img/need_banner.webp), #0B3948;
  display: grid;
  grid-template-columns: 335fr 780fr;
  align-items: center;
  gap: 40px;
  padding: 50px 120px;
  min-height: 220px;
}
@media (max-width: 1199px) {
  .need_banner .box {
    min-height: 215px;
    grid-template-columns: 238fr 273fr;
    padding: 36px 40px;
    background: center left/contain no-repeat url(../img/need_banner.webp), #0B3948;
  }
}
@media (max-width: 599px) {
  .need_banner .box {
    min-height: initial;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 60px 35px 45px;
    background: top left/120px no-repeat url(../img/need_banner.webp), #0B3948;
  }
}
.need_banner .section_title {
  margin: 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  color: var(--style);
}
@media (max-width: 1199px) {
  .need_banner .section_title {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .need_banner .section_title {
    text-align: left;
    font-size: 28px;
  }
}
.need_banner .content {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 0 12px;
  align-items: start;
}
@media (max-width: 599px) {
  .need_banner .content {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.need_banner .content .icon {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: var(--style);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .need_banner .content .icon {
    width: 48px;
  }
}
.need_banner .content .icon img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
}
.need_banner .content .title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 148%;
  color: var(--style);
}
@media (max-width: 1199px) {
  .need_banner .content .title {
    font-size: 32px;
  }
}
@media (max-width: 599px) {
  .need_banner .content .title {
    margin-top: 12px;
    font-size: 24px;
  }
}
.need_banner .content .text {
  grid-column: 2/2;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 148%;
  color: var(--style);
}
@media (max-width: 1199px) {
  .need_banner .content .text {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .need_banner .content .text {
    grid-column: initial;
  }
}
.need_banner .content .text > * {
  margin: 0 0 1em;
}
.need_banner .content .text > *:last-child {
  margin-bottom: 0;
}
.need_banner .content .text a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 599px) {
  .lp_hero .wrapper {
    padding: 60px 30px;
  }
}
.lp_hero .section_title {
  font-size: 48px;
  max-width: 615px;
}
@media (max-width: 1199px) {
  .lp_hero .section_title {
    font-size: 36px;
  }
}
@media (max-width: 599px) {
  .lp_hero .section_title {
    font-size: 24px;
  }
}
.lp_hero .desc {
  max-width: 615px;
}
@media (max-width: 599px) {
  .lp_hero .desc {
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .lp_hero .btn_wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper {
    margin-top: 30px;
  }
}
.lp_hero .btn_wrapper .btn {
  min-width: 260px;
}
@media (max-width: 599px) {
  .lp_hero .btn_wrapper .btn {
    min-width: 260px;
    height: 60px;
    gap: 16px;
    border-radius: 8px;
    font-size: 20px;
    padding: 0 20px 0 40px;
  }
}
@media (max-width: 599px) {
  .lp_hero .img {
    right: 0;
    top: 40px;
    max-width: 28%;
  }
}

.contact_form {
  margin: 90px 0;
}
@media (max-width: 1199px) {
  .contact_form {
    margin: 68px 0;
  }
}
@media (max-width: 599px) {
  .contact_form {
    margin: 36px 0 42px;
  }
}
@media (max-width: 1199px) {
  .contact_form .wrapper {
    padding: 0 40px;
  }
}
@media (max-width: 599px) {
  .contact_form .wrapper {
    padding: 0;
  }
}
.contact_form .box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: var(--0b3948);
  padding: 90px 70px 45px 120px;
  display: grid;
  grid-template-columns: 1fr 485px;
  gap: 60px;
  align-items: start;
}
@media (max-width: 1199px) {
  .contact_form .box {
    padding: 90px 70px 130px 90px;
    grid-template-columns: 1fr;
    gap: 26px;
  }
}
@media (max-width: 599px) {
  .contact_form .box {
    padding: 100px 30px 60px;
  }
}
.contact_form .box .plane {
  width: 170px;
  height: auto;
  position: absolute;
  top: 40px;
  left: 120px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .contact_form .box .plane {
    width: 132px;
    top: 50px;
    left: 90px;
  }
}
@media (max-width: 599px) {
  .contact_form .box .plane {
    width: 78px;
    top: 40px;
    left: 53px;
  }
}
.contact_form .box .plane_path {
  width: 542px;
  height: auto;
  position: absolute;
  top: 240px;
  left: -45px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .contact_form .box .plane_path {
    width: 560px;
    top: 160px;
    left: -55px;
  }
}
@media (max-width: 599px) {
  .contact_form .box .plane_path {
    width: 355px;
    top: 90px;
    left: -60px;
  }
}
.contact_form .section_title {
  position: relative;
  z-index: 3;
  margin: 90px 0 0;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 125%;
  color: var(--style);
}
@media (max-width: 1199px) {
  .contact_form .section_title {
    margin-top: 15px;
  }
}
@media (max-width: 599px) {
  .contact_form .section_title {
    margin-top: 0;
    font-size: 24px;
  }
}
.contact_form .form {
  position: relative;
  z-index: 3;
}
.contact_form .form .title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: var(--style);
}
@media (max-width: 599px) {
  .contact_form .form .title {
    font-size: 14px;
  }
}
.contact_form .form .wpcf7-form {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact_form .form .wpcf7-form .wpcf7-form-control-wrap {
  display: flex;
}
.contact_form .form .wpcf7-form .wpcf7-form-control-wrap input, .contact_form .form .wpcf7-form .wpcf7-form-control-wrap textarea {
  outline: none;
  width: 100%;
  height: 60px;
  padding: 0 24px;
  border: 1px solid var(--eeeae5);
  border-radius: 8px;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.87);
}
@media (max-width: 599px) {
  .contact_form .form .wpcf7-form .wpcf7-form-control-wrap input, .contact_form .form .wpcf7-form .wpcf7-form-control-wrap textarea {
    height: 42px;
    font-size: 14px;
  }
}
.contact_form .form .wpcf7-form .wpcf7-form-control-wrap input::-moz-placeholder, .contact_form .form .wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.contact_form .form .wpcf7-form .wpcf7-form-control-wrap input::placeholder, .contact_form .form .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.contact_form .form .wpcf7-form .wpcf7-form-control-wrap textarea {
  height: 90px;
  padding: 18px 24px;
  resize: none;
}
.contact_form .form .wpcf7-form .wpcf7-submit {
  margin-top: 8px;
  outline: none;
  border: none;
  width: 100%;
  height: 60px;
  padding: 0 24px;
  border-radius: 8px;
  background: #ffb350;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 148%;
  text-align: center;
  color: var(--style);
  cursor: pointer;
  transition: 0.35s;
}
@media (max-width: 599px) {
  .contact_form .form .wpcf7-form .wpcf7-submit {
    height: 42px;
    font-size: 14px;
  }
}
.contact_form .form .wpcf7-form .wpcf7-submit:hover {
  background: var(--f9a21b);
  color: var(--0b3948);
}
.contact_form .form .wpcf7-form .wpcf7-spinner {
  display: none !important;
}
.contact_form .form .wpcf7-form .wpcf7-response-output {
  display: none !important;
}

.need_banner {
  margin: 90px 0 160px;
}
@media (max-width: 1199px) {
  .need_banner {
    margin: 68px 0 120px;
  }
}
@media (max-width: 599px) {
  .need_banner {
    margin: 42px 0 75px;
  }
}
.need_banner .box {
  background: center left/335px no-repeat url(../img/need-2.webp), #fff;
}
@media (max-width: 1199px) {
  .need_banner .box {
    background-size: contain;
  }
}
@media (max-width: 599px) {
  .need_banner .box {
    background-size: 185px;
  }
}
.need_banner .section_title {
  color: var(--0b3948);
}
.need_banner .content .icon {
  background: var(--0b3948);
}
.need_banner .content .title, .need_banner .content .text {
  color: var(--0b3948);
}
.need_banner .content .title a, .need_banner .content .text a {
  text-decoration: none;
}