/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/src/css/app.scss ***!
  \**************************************************************************************************************************************************************************/
@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: local("Inter-Regular"), url(../js/../fonts/Inter-Regular.woff2) format("woff2"), url(../js/../fonts/Inter-Regular.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  src: local("Inter-Black"), url(../js/../fonts/Inter-Black.woff2) format("woff2"), url(../js/../fonts/Inter-Black.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: local("Inter-Bold"), url(../js/../fonts/Inter-Bold.woff2) format("woff2"), url(../js/../fonts/Inter-Bold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: local("Inter-Medium"), url(../js/../fonts/Inter-Medium.woff2) format("woff2"), url(../js/../fonts/Inter-Medium.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  font-style: normal;
  src: local("Inter-SemiBold"), url(../js/../fonts/Inter-SemiBold.woff2) format("woff2"), url(../js/../fonts/Inter-SemiBold.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: local("Inter-ExtraBold"), url(../js/../fonts/Inter-ExtraBold.woff2) format("woff2"), url(../js/../fonts/Inter-ExtraBold.woff) format("woff");
  font-display: swap;
}
html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  border: none;
  background-color: transparent;
  outline: transparent;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
}

html,
body {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", serif;
  font-size: 16px;
  line-height: 1;
  font-style: normal;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

.main {
  flex-grow: 1;
}

.container {
  max-width: 1300px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.main .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
}

.main .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

.header {
  position: absolute;
  width: 100%;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  height: 100px;
  width: 200px;
}
.header__logo img {
  object-fit: inherit;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 180px;
  }
}
.header__btn {
  text-align: center;
  font-weight: 600;
  color: #1a1a1a;
  background-color: #f6c65e;
  border-color: #f6c65e;
  border-radius: 7px;
  padding: 14px 23px;
}

.hero {
  position: relative;
  padding: 100px 0 50px;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 680px;
  z-index: -1;
}
.hero__bg img {
  object-position: bottom;
}
.hero__bg::before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(76.95deg, #068C54 -7.37%, rgba(21, 160, 102, 0) 94.89%) !important;
  top: 0;
  left: 0;
  opacity: 0.5;
  height: 100%;
  width: 100%;
}
.hero__wrap {
  padding-top: 140px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero__wrap {
    padding-top: 70px;
  }
}
.hero__title-inner {
  padding-bottom: 120px;
  max-width: 690px;
  width: 100%;
}
.hero__title {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .hero__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.hero__title-text p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.65em;
}
@media screen and (max-width: 768px) {
  .hero__title-text p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.form {
  border-radius: 10px 10px 10px 10px;
  background-color: #fff;
  padding: 70px 50px 50px;
  box-shadow: 0px 15px 50px 0px rgba(1, 138, 82, 0.1019607843);
  position: relative;
}
@media screen and (max-width: 768px) {
  .form {
    padding: 70px 15px 50px;
  }
}
.form__subtitle-inner {
  margin-bottom: 16px;
}
.form__subtitle {
  font-weight: 600;
  font-size: 24px;
  color: #293d4a;
  text-align: center;
  margin-bottom: 16px;
}
.form__subtitle span {
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .form__subtitle {
    font-size: 20px;
  }
}
.form__subtitle-text {
  color: #293d4a;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form__subtitle-text {
    font-size: 14px;
  }
}
.form__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .form__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-self: center;
  }
}
@media screen and (max-width: 576px) {
  .form__list {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    width: 100%;
  }
}
.form__item {
  max-width: 172px;
  width: 100%;
}
.form__label-choice {
  display: block;
  height: 100%;
  cursor: pointer;
}
.form__label-choice input:checked .form__label-choice-box {
  background-color: #2cb95e;
  transition: all 0.3s;
}
.form__label-choice input:checked .form__label-choice-box .form__label-choice-icon img {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(346deg) brightness(170%) contrast(100%);
  transition: all 0.3s;
}
.form__label-choice input:checked .form__label-choice-box .form__label-choice-title {
  color: #fff;
  transition: all 0.3s;
}
.form__label-choice input:checked .form__label-choice-box .form__label-choice-title-num {
  color: #fff;
  transition: all 0.3s;
}
.form__label-choice-input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.form__label-choice-input:checked + .form__label-choice-box {
  background-color: #2cb95e;
  transition: all 0.3s;
}
.form__label-choice-input:checked + .form__label-choice-box .form__label-choice-icon img {
  filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(346deg) brightness(170%) contrast(100%);
  transition: all 0.3s;
}
.form__label-choice-input:checked + .form__label-choice-box .form__label-choice-title {
  color: #fff;
  transition: all 0.3s;
}
.form__label-choice-input:checked + .form__label-choice-box .form__label-choice-title-num {
  color: #fff;
  transition: all 0.3s;
}
.form__label-choice-box {
  background-color: #F3FAF7;
  border: 1px solid #E2EAE7;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 7px;
  padding: 22px 22px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .form__label-choice-box:hover {
    background-color: #2cb95e;
    transition: all 0.3s;
  }
  .form__label-choice-box:hover .form__label-choice-title {
    color: #fff;
    transition: all 0.3s;
  }
  .form__label-choice-box:hover .form__label-choice-title-num {
    color: #fff;
    transition: all 0.3s;
  }
  .form__label-choice-box:hover .form__label-choice-icon img {
    filter: invert(0%) sepia(100%) saturate(0%) hue-rotate(346deg) brightness(170%) contrast(100%);
    transition: all 0.3s;
  }
}
.form__label-choice-number {
  height: 140px;
  justify-content: center;
}
.form__label-choice-icon {
  display: block;
  width: auto;
  height: 50px;
}
.form__label-choice-icon img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.form__label-choice-title {
  font-size: 14px;
  font-weight: 700;
  color: #293d4a;
  text-align: center;
  margin-top: auto;
  transition: all 0.3s;
}
.form__label-choice-title-num {
  font-weight: 600;
  font-size: 52px;
  color: #2cb95e;
  line-height: normal;
}
.form__list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-self: center;
  gap: 16px;
  max-width: 820px;
  width: 100%;
}
.form__list-grid .form__item {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .form__list-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__label {
  width: 100%;
}
.form__input {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  background-color: #fff;
  border: 1px solid #E2EAE7;
  padding: 15px 15px;
  margin-bottom: 0px;
  border-radius: 5px;
  color: #5F5F5F;
  width: 100%;
}
.form__input:focus {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}
.form__list-flex {
  flex-direction: column;
  align-items: center;
}
.form__list-flex .form__item {
  max-width: 820px;
}
@media screen and (max-width: 768px) {
  .form__list-flex {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.form__item-both {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .form__item-both {
    flex-direction: column;
  }
}
.form__input-acceptance .wpcf7-list-item-label {
  color: #808080;
  font-size: 14px;
  font-weight: 500;
}
.form__input-acceptance .wpcf7-list-item-label a {
  color: #2cb95e;
  transition: all 0.3s;
}
@media screen and (min-width: 320px) {
  .form__input-acceptance .wpcf7-list-item-label a:active {
    text-decoration: underline;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .form__input-acceptance .wpcf7-list-item-label a:hover {
    text-decoration: underline;
    transition: all 0.3s;
  }
}
.form__input-acceptance .wpcf7-list-item-label i {
  font-size: 12px;
  font-style: normal;
  color: #444;
  font-weight: 400;
}
.form__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.form__button {
  border-radius: 7px;
  color: #fff;
  font-weight: 600;
  background-color: #2cb95e;
  border: 1px solid #2cb95e;
  font-size: 16px;
  padding: 12px 22px;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .form__button:hover {
    color: #293d4a;
    background-color: transparent;
    transition: all 0.3s;
  }
}

.form-custom-error {
  display: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: red;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}

.form__block-hidden {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  color: #46b450;
  font-weight: 500;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border-color: transparent;
  color: red;
  font-weight: 500;
  text-align: center;
}

.form__input.error {
  border: 2px solid red;
}

.form__error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/*# sourceMappingURL=style.min.css.map*/