@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBM/IBMPlexSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("../fonts/Work_Sans/WorkSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Sans Extra Condensed";
  src: url("../fonts/Sofia_Sans/SofiaSansExtraCondensed-ExtraBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
}

p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-box-trim: trim-both;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

p:last-child {
  margin-bottom: 0;
}

.contact_section {
  padding: 0 0 clamp(22px, 2.917vw, 56px) 0;
}
.contact_section .container-flex {
  gap: 35px;
}
@media (max-width: 767px) {
  .contact_section {
    padding: 0 16px;
  }
}
.contact_section.thank_you_section .home_flex {
  align-items: center;
  text-align: center;
}
.contact_section.thank_you_section h1 {
  font-size: 48px;
  font-family: "Sofia Sans Extra Condensed";
  line-height: 90%;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: "IBM Plex Sans";
}
.contact_section.thank_you_section a {
  margin-top: 40px;
}
.contact_section.thank_you_section a.green-btn {
  width: -moz-max-content;
  width: max-content;
}
.contact_section .contact_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .contact_section .contact_flex {
    flex-direction: column;
    gap: 30px;
  }
}
.contact_section .contact_flex .contact_left {
  width: 100%;
  max-width: clamp(400px, 24.063vw, 924px);
}
@media (max-width: 1023px) {
  .contact_section .contact_flex .contact_left {
    max-width: 48%;
  }
}
@media (max-width: 1023px) {
  .contact_section .contact_flex .contact_left {
    max-width: 100%;
  }
}
.contact_section .contact_flex .contact_left h1 {
  font-size: 28px;
  font-family: "IBM Plex Sans";
  line-height: 1.3;
  font-weight: 700;
  color: #240036;
  margin-bottom: 17px;
}
.contact_section .contact_flex .contact_left p {
  font-size: 18px;
  font-family: "Work Sans";
  line-height: 1;
  font-weight: 500;
  font-weight: 400;
  line-height: 150%;
  color: #30505D;
}
.contact_section .contact_flex .contact_left .icon_text_btn {
  color: #4C7B8E;
  text-decoration-color: #4C7B8E;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.contact_section .contact_flex .contact_left .icon_text_btn:hover {
  color: #30505D !important;
}
.contact_section .contact_flex .contact_right {
  width: 100%;
  max-width: clamp(400px, 26.51vw, 509px);
}
@media (max-width: 1023px) {
  .contact_section .contact_flex .contact_right {
    max-width: 48%;
  }
}
@media (max-width: 1023px) {
  .contact_section .contact_flex .contact_right {
    max-width: 100%;
  }
}
.contact_section .contact_flex .contact_right .contact_right_form {
  padding: 24px 22px 22px 20px;
  background-color: transparent;
  border-radius: 16px;
  border: 2px solid #E2E8F0;
}
@media (max-width: 767px) {
  .contact_section .contact_flex .contact_right .contact_right_form {
    padding: 18px 19px 12px 18px;
  }
}
.contact_section .contact_flex .contact_right .contact_right_form label {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #240036;
  display: block;
  margin-bottom: 17px;
}
.contact_section .contact_flex .contact_right .contact_right_form input {
  color: #240036;
}
.contact_section .contact_flex .contact_right .contact_right_form input::-moz-placeholder {
  color: #240036;
}
.contact_section .contact_flex .contact_right .contact_right_form input::placeholder {
  color: #240036;
}
.contact_section .contact_flex .contact_right .contact_right_form input:not([type=submit]) {
  width: 100% !important;
  padding: 8px 16px;
  background: #FFFFFF;
  border: 1px solid #9333ea;
  border-radius: 48px;
}
.contact_section .contact_flex .contact_right .contact_right_form input[type=submit] {
  width: 100%;
  background-color: #c084fc;
  padding: 16px 24px;
  color: #071A00;
  transition: all 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.contact_section .contact_flex .contact_right .contact_right_form input[type=submit]:hover {
  background-color: #64C80E !important;
}
.contact_section .contact_flex .contact_right .contact_right_form input[type=reset] {
  border: none;
  letter-spacing: -0.03em;
  margin-top: 10px;
  color: #240036;
}
.contact_section .contact_flex .contact_right .contact_right_form .custom-dropdown,
.contact_section .contact_flex .contact_right .contact_right_form .big_input {
  margin-bottom: 34px;
  display: block;
}
.contact_section .contact_flex .contact_right .contact_right_form select {
  width: 100%;
  padding: 8px 16px;
  background: #FFFFFF;
  border: 1px solid #9333ea;
  border-radius: 48px;
  font-size: 18px;
  font-family: "Work Sans";
  font-weight: 400;
  color: #240036;
  line-height: 1.2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/down_green_icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 98%;
}
.contact_section .contact_flex .contact_right .contact_right_form select:focus {
  outline: none;
}
.contact_section .contact_flex .contact_right .contact_right_form textarea {
  width: 100%;
  height: 112px !important;
  resize: none;
  border-radius: 12px !important;
  border: 1px solid #9333ea;
}/*# sourceMappingURL=contact.css.map */