.contact-main-part {
  padding-bottom: 120px;
  border-bottom: 1px solid #EBF5FF;
  margin-bottom: 120px;
}
.contact-main-part > .content > p,
.contact-main-part > .content > span {
  font-weight: 700;
  font-size: 48px;
  line-height: 80px;
  color: #1C1D1F;
}
.contact-main-part > .content > p {
  color: #0086FF;
}

.ways-of-contact {
  margin-bottom: 120px;
  gap: 80px;
}
.ways-of-contact > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #1C1D1F;
}
.ways-of-contact > .items {
  gap: 144px;
  width: 100%;
}
.ways-of-contact > .items > .item {
  width: 100%;
  gap: 24px;
}
.ways-of-contact > .items > .item > img {
  margin-bottom: 14px;
}
.ways-of-contact > .items > .item > .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #1C1D1F;
}
.ways-of-contact > .items > .item > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #1C1D1F;
  opacity: 0.5;
  text-align: center;
}
.ways-of-contact > .items > .item > .link {
  gap: 8px;
  cursor: pointer;
}
.ways-of-contact > .items > .item > .link > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0086FF;
}

.contact-us-form {
  border-top: 1px solid #EBF5FF;
  border-bottom: 1px solid #EBF5FF;
  background-color: #F5FAFF;
  padding: 120px 0;
  margin-bottom: 120px;
}
.contact-us-form .contact-us-form-box {
  width: 100%;
}
.contact-us-form .contact-us-form-box > .support-social {
  gap: 80px;
}
.contact-us-form .contact-us-form-box > .support-social > .support {
  gap: 24px;
}
.contact-us-form .contact-us-form-box > .support-social > .support > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1C1D1F;
}
.contact-us-form .contact-us-form-box > .support-social > .support > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #1C1D1F;
  opacity: 0.5;
  margin-bottom: 16px;
}
.contact-us-form .contact-us-form-box > .support-social > .support > .actions {
  gap: 40px;
}
.contact-us-form .contact-us-form-box > .support-social > .support > .actions > a {
  gap: 12px;
}
.contact-us-form .contact-us-form-box > .support-social > .support > .actions > a > span {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #0086FF;
}
.contact-us-form .contact-us-form-box > .support-social > .support > .actions > a > img {
  width: 28px;
  height: 28px;
}
.contact-us-form .contact-us-form-box form {
  width: 448px;
  padding: 36px 24px 24px 24px;
  background-color: #FFF;
  border: 1px solid #EBF5FF;
  border-radius: 24px;
}
.contact-us-form .contact-us-form-box form .gform_footer > input {
  width: 100% !important;
  height: 48px !important;
  background: #0086FF !important;
  border-radius: 53px !important;
  border: none !important;
  outline: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #FFFFFF !important;
  transition: 0.4s all ease !important;
  cursor: pointer;
  border: 1px solid transparent !important;
}
.contact-us-form .contact-us-form-box form .gform_footer > input:hover {
  background-color: #FFF !important;
  color: #0086FF !important;
  border: 1px solid #EBF5FF !important;
}
.contact-us-form .contact-us-form-box form .gform_fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}
.contact-us-form .contact-us-form-box form .gform_fields > .floating-input {
  width: 100%;
  position: relative;
}
.contact-us-form .contact-us-form-box form .gform_fields > .floating-input > label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1C1D1F;
  transition: 0.4s all ease;
  margin: 0;
}
.contact-us-form .contact-us-form-box form .gform_fields > .floating-input > label > .gfield_required {
  display: none;
}
.contact-us-form .contact-us-form-box form .gform_fields > .floating-input > .ginput_container > input,
.contact-us-form .contact-us-form-box form .gform_fields > .floating-input > .ginput_container > textarea {
  width: 100%;
  height: 54px;
  border: 1px solid #EBF5FF;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1C1D1F;
  padding: 0 16px;
}
.contact-us-form .contact-us-form-box form .gform_fields > .floating-input > .ginput_container > textarea {
  height: 120px !important;
  padding: 21px 16px;
}
.contact-us-form .contact-us-form-box form .gform_fields > .gfield--type-textarea > label {
  top: 30px;
}
.contact-us-form .contact-us-form-box form .gform_fields > .highlight > label {
  top: -14px;
}
.contact-us-form .contact-us-form-box form .gform_fields > .highlight > .ginput_container > input,
.contact-us-form .contact-us-form-box form .gform_fields > .highlight > .ginput_container > textarea {
  border-color: #0086FF;
}

.help-section {
  gap: 24px;
  margin-bottom: 64px;
}
.help-section > .help-item {
  background: #FFFFFF;
  border: 1px solid #EBF5FF;
  border-radius: 24px;
  padding: 40px;
}
.help-section > .help-item > .content {
  gap: 24px;
}
.help-section > .help-item > .content > .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #1C1D1F;
}
.help-section > .help-item > .content > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #1C1D1F;
  opacity: 0.5;
}
.help-section > .help-item:first-child {
  width: 65%;
}
.help-section > .help-item:nth-child(2) {
  width: 35%;
}

@media only screen and (max-width: 1024px) {
  .contact-main-part {
    padding-bottom: 40px;
    margin-bottom: 40px;
    flex-direction: column-reverse;
    gap: 40px;
    align-items: flex-start;
  }
  .contact-main-part > .content > p,
  .contact-main-part > .content > span {
    font-size: 24px;
    line-height: 40px;
  }
  .ways-of-contact {
    margin-bottom: 64px;
    gap: 40px;
  }
  .ways-of-contact > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .ways-of-contact > .items {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
  .ways-of-contact > .items > .item > img {
    margin-bottom: 0;
  }
  .ways-of-contact > .items > .item > .title {
    font-size: 16px;
    line-height: 24px;
  }
  .ways-of-contact > .items > .item > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
  }
  .ways-of-contact > .items > .item > a > span {
    font-size: 14px;
    line-height: 21px;
  }
  .contact-us-form {
    padding: 40px 0;
    margin-bottom: 64px;
  }
  .contact-us-form .contact-us-form-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .contact-us-form .contact-us-form-box > .support-social {
    gap: 40px;
  }
  .contact-us-form .contact-us-form-box > .support-social > .support {
    gap: 16px;
  }
  .contact-us-form .contact-us-form-box > .support-social > .support > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-us-form .contact-us-form-box > .support-social > .support > p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact-us-form .contact-us-form-box > .support-social > .support > .actions {
    gap: 32px;
  }
  .contact-us-form .contact-us-form-box > .support-social > .support > .actions > a:nth-child(2) {
    display: none;
  }
  .contact-us-form .contact-us-form-box > .support-social > .support > .actions > a > span {
    font-size: 14px;
  }
  .contact-us-form .contact-us-form-box form {
    width: 100%;
    padding: 36px 16px 24px 16px;
  }
  .contact-us-form .contact-us-form-box form .gform_footer > input {
    height: 40px;
    font-size: 14px;
    line-height: 21px;
  }
  .contact-us-form .contact-us-form-box form .gform_fields > .floating-input > label {
    font-size: 12px;
    line-height: 18px;
  }
  .contact-us-form .contact-us-form-box form .gform_fields > .floating-input > .ginput_container > input,
  .contact-us-form .contact-us-form-box form .gform_fields > .floating-input > .ginput_container > textarea {
    height: 48px;
    font-size: 12px;
    line-height: 18px;
  }
  .help-section {
    margin-bottom: 40px;
    flex-direction: column;
    gap: 24px;
  }
  .help-section > .help-item {
    padding: 24px 12px;
    gap: 24px;
  }
  .help-section > .help-item > .content {
    gap: 16px;
  }
  .help-section > .help-item > .content > .title {
    font-size: 16px;
    line-height: 24px;
  }
  .help-section > .help-item > .content > p {
    font-size: 14px;
    line-height: 24px;
  }
  .help-section > .help-item > img {
    max-width: 64px;
  }
  .help-section > .help-item:first-child {
    width: 100%;
  }
  .help-section > .help-item:nth-child(2) {
    width: 100%;
  }
}

/*# sourceMappingURL=contact.css.map */
