@charset "UTF-8";
/*!
	PLEASE DO NOT EDIT STYLE.CSS - YOUR EDITS WILL BE OVERWRITTEN
	Always edit style.scss and compile (see sass-lang.com for more info)

	@author development@bronte.co.nz
*/
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Bold.woff2") format("woff2"), url("../fonts/Gordita-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Medium.woff2") format("woff2"), url("../fonts/Gordita-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gordita";
  src: url("../fonts/Gordita-Regular.woff2") format("woff2"), url("../fonts/Gordita-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
    Variables
*/
/*
    Animations, Mixins etc.
*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.w100p {
  width: 100%;
}

.h100p {
  height: 100%;
}

.bg-white {
  background-color: #fff !important;
}

.c-white {
  color: #fff;
}

.posr {
  position: relative;
}

.z-item {
  z-index: 10;
}

.z-item-max {
  z-index: 15;
}

.last {
  margin-bottom: 0;
}

.lc > :last-child {
  margin-bottom: 0;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 15;
}

.btn,
button,
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  font-family: inherit;
  padding: 12px 16px;
  line-height: 1.5;
  cursor: pointer;
  transition: 0.2s all;
  border: 0;
  font-family: Gordita, sans-serif;
  text-transform: uppercase;
  text-align: center;
}
.btn:focus,
button:focus,
input[type=submit]:focus {
  outline: none;
}

.menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.menu-main li {
  margin-left: 30px;
}
.menu-main a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.menu-footer {
  flex-direction: column;
}
.menu-footer li {
  margin-bottom: 10px;
  position: relative;
}
.menu-footer a {
  line-height: 1.428;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--wp-admin--admin-bar--height); /**
* @link https://make.wordpress.org/core/2022/01/07/theme-focused-changes-and-filters-in-wordpress-5-9/#adjusting-for-fixed-header-navigation
*/
}

html,
body {
  min-height: 100vh;
}

body {
  background-color: #215730;
  font-family: Gordita, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #111111;
  display: flex;
  flex-direction: column;
  margin: 0;
}

a {
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

main {
  flex: 1;
}

svg,
img {
  max-width: 100%;
  height: auto;
  display: block;
}

p img {
  display: inline-block;
}

.text > :first-child {
  margin-top: 0;
}
.text > :last-child {
  margin-bottom: 0;
}
.text ol,
.text ul {
  line-height: inherit;
  padding-left: 20px;
}
.text li:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .alignleft,
  img.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}

@media (min-width: 768px) {
  .alignright,
  img.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
  }
}

.aligncenter,
img.aligncenter {
  margin: 1em auto;
}

.main-body {
  padding-bottom: 80px;
}

header {
  width: 100%;
  margin-bottom: 70px;
}

.wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.hidden_label label {
  display: none;
}

.gform_submission_error {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.gfield_validation_message {
  position: relative;
  top: 2px;
  font-size: 12px;
}

.gform_footer {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.gform_footer img {
  position: absolute;
  right: -20px;
  top: 40px;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
}

.gfield {
  width: 100%;
  margin-bottom: 24px;
}

.gform_fields > .gfield:last-child {
  margin-bottom: 6px;
}

.gfield_label {
  font-size: 16px;
  display: block;
  margin-bottom: 12px !important;
  line-height: 18px;
  font-weight: 300;
}

.gfield--width-half {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .gfield--width-half {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

select,
textarea,
input[type=text],
input[type=email],
input[type=tel] {
  border: 0;
  display: block;
  width: 100%;
  font-size: 20px !important;
  font-family: Gordita, sans-serif;
  font-weight: 500;
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  outline: none;
}

textarea {
  height: 88px;
  resize: none;
  padding-top: 8px;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}

.ginput_container_checkbox {
  margin-top: 8px;
}

.gfield-choice-input {
  display: none;
}
.gfield-choice-input + label {
  position: relative;
  padding-left: 34px;
  line-height: 26px;
  cursor: pointer;
}
.gfield-choice-input + label:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -4px;
}
.gfield-choice-input:checked + label:after {
  position: absolute;
  content: "";
  left: 3px;
  top: 3px;
  width: 16px;
  height: 18px;
}

.gchoice {
  margin-right: 10px;
}

select {
  -webkit-appearance: none;
  background: transparent no-repeat calc(100% - 22px) 50%;
  font-size: 16px;
  font-family: Gordita, sans-serif;
  padding-right: 15px;
  border: 0;
}

.gfield_required,
.gform_wrapper .gfield_required,
.gform_required_legend {
  display: none !important;
  visibility: hidden !important;
}

.gform-wrapper-bg {
  background-color: #133a1c;
  background-image: url("../images/ellipse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 20px;
  background-blend-mode: saturation;
}

.gform_bg_inner {
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.gform-body {
  padding: 30px 28px;
}

/* --- FORM WRAPPER --- */
.gform_wrapper {
  border-radius: 18px;
  margin: 16px auto;
  color: #fff;
  box-shadow: none;
  padding: 0;
}

/* --- Section header --- */
.gform_wrapper .gsection_title,
.gform_wrapper h2,
.gform_wrapper h3 {
  color: #fff;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: 0.02em;
}

/* --- Field Label --- */
.gform_wrapper .gfield_label {
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

/* --- Inputs & Dropdowns --- */
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper select,
.gform_wrapper textarea {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 16px 20px !important;
  margin-bottom: 17px;
  width: 100%;
  transition: border 0.2s, box-shadow 0.18s;
  box-shadow: none;
  outline: none;
}

.gform_wrapper select {
  color: #222 !important;
  background-color: #fff !important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  box-shadow: 0 0 8px rgba(183, 255, 80, 0.1333333333);
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: #d0dbd1;
  opacity: 1;
}

.chosen-container .chosen-search {
  display: none !important;
}

/* --- File Upload --- */
.me-upload-label {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 12px;
  color: #fff;
}

.gform_wrapper .ginput_container_fileupload {
  border: 2px solid #fff;
  border-radius: 12px;
  color: #fff;
  font-size: 1.05rem;
  padding: 16px 12px;
  text-align: center;
  margin-bottom: 20px;
}

.gform_wrapper .ginput_container_fileupload input[type=file] {
  color: #b7ff50;
  font-weight: 700;
}

.gform_wrapper .gfield_description {
  color: #fff;
  font-size: 0.97rem;
  margin-bottom: 7px;
}

/* --- Checkbox --- */
.gform_wrapper .gfield_checkbox input[type=checkbox] {
  accent-color: #b7ff50;
  width: 21px;
  height: 21px;
  border-radius: 6px;
  vertical-align: middle;
  margin-right: 9px;
  border: 2px solid #b7ff50;
  background: hsl(0, 0%, 9%);
}

.gform_wrapper .gfield_checkbox label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  vertical-align: middle;
  margin-bottom: 7px;
  padding-left: 4px;
  cursor: pointer;
}

.gform_wrapper .gfield_checkbox a {
  color: #b7ff50;
  text-decoration: underline;
  font-weight: 600;
}

.gform_wrapper .gfield_checkbox a:hover {
  color: #fff;
  text-decoration: underline;
}

/* --- Submit Button --- */
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input[type=button],
.btn-green-solid {
  background: #8cc740;
  color: #215730;
  border-radius: 16px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0;
  width: 100%;
  box-shadow: none;
  transition: background 0.2s, color 0.18s;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
}
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=button]:hover,
.btn-green-solid:hover {
  background: #b7ff50;
  color: #1a481a;
}

/* --- Terms/Links Text --- */
.gform_wrapper a {
  color: #b7ff50;
  text-decoration: underline;
  font-weight: 500;
}

.gform_wrapper a:hover {
  color: #fff;
  text-decoration: underline;
}

/* --- Confirm message --- */
.gform_confirmation_message {
  background: #222;
  border-radius: 16px;
  color: #b7ff50;
  font-size: 1.18rem;
  padding: 30px 18px;
  text-align: center;
  margin: 25px auto;
}

/* --- Mobile Responsive --- */
@media (max-width: 768px) {
  .gform_wrapper {
    max-width: 99vw;
    padding: 0 0 10vw 0;
    border-radius: 0;
  }
  .gform_confirmation_message {
    font-size: 1.04rem;
    padding: 16px 4px;
  }
}
/* Container for chosen dropdown */
.chosen-container {
  font-size: 20px !important;
  font-weight: 500 !important;
  width: 100% !important;
}

/* Closed select box */
.chosen-container-single .chosen-single {
  height: auto !important;
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 16px !important;
  padding: 17px 20px !important;
  display: flex !important;
  align-items: center !important;
  box-shadow: none !important;
  font-weight: 500 !important;
}

.result-selected.gf_placeholder {
  display: none !important;
}

/* Dropdown panel */
.chosen-container .chosen-drop {
  background: #27612f !important;
  border-radius: 16px !important;
  color: #fff !important;
  left: 0 !important;
  right: 0 !important;
  box-shadow: none !important;
  padding-top: 0 !important;
  z-index: 1002 !important;
  display: block !important;
  height: 0 !important;
  transition: 0.3s height ease-in-out, 0.3s opacity ease-in-out, background-color 0.3s ease-in-out !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 0 16px 16px !important;
  opacity: 0 !important;
}

.chosen-with-drop .chosen-drop {
  border: 2px solid #fff !important;
  border-top: 0 !important;
  height: 250px !important;
  opacity: 1 !important;
}
.chosen-with-drop .chosen-single {
  background-color: #27612f !important;
  border-radius: 16px 16px 0 0 !important;
  border-bottom: 0 !important;
}
.chosen-with-drop.chosen-container-single .chosen-single::after {
  transform: translate(-50%, -50%) rotate(225deg);
  transition: 0.4s rotate ease-in-out;
}

/* The text ("Please Select") in select */
.chosen-container-single .chosen-single span {
  height: auto !important;
  overflow: visible !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
}

/* Neon green custom arrow */
.chosen-container-single .chosen-single {
  position: relative;
  padding-right: 40px;
}

.chosen-container-single .chosen-single::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 3px solid #a6db3e;
  border-bottom: 3px solid #a6db3e;
  pointer-events: none;
}

/* Dropdown list items */
.chosen-container .chosen-results li {
  height: auto !important;
  line-height: 100% !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 15px 22px !important;
  border-radius: 8px !important;
  margin: 2px 4px !important;
  background: transparent !important;
  transition: background 0.16s, color 0.16s;
  cursor: pointer;
}

/* Placeholder and "Please Select" */
.chosen-container .chosen-results li.result-selected,
.chosen-container .chosen-results li.active-result.highlighted {
  background: #b7ff50 !important;
  color: #23211f !important;
  font-size: 20px;
  font-weight: 500 !important;
}

/* Hover and highlighted option */
.chosen-container .chosen-results li.highlighted {
  background: #314d0b !important;
  color: #23211f !important;
  font-weight: 500 !important;
}

/* When no results */
.chosen-container .chosen-results li.no-results {
  color: #b7ff50 !important;
  background: none !important;
  text-align: center;
  padding: 12px 0 !important;
}

.chosen-container .chosen-results li {
  border-bottom: none !important;
}

/* Rounded bottom on last option */
.chosen-container .chosen-results li:last-child {
  border-radius: 0 0 12px 12px !important;
}

.gfield_description.gform_fileupload_rules {
  display: none !important;
}

/* Parent wrapper for both HTML and upload */
.gform_wrapper .me-upload-fakebox {
  border: 2px solid #fff;
  border-radius: 16px;
  padding: 24px 18px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

/* The icon */
.me-upload-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  width: 38px;
  height: 38px;
  background: url("../images/upload-icon.svg") center/contain no-repeat;
}

/* The label text */
.me-upload-fakebox strong {
  color: #cecece;
  font-weight: 500;
  font-size: 20px;
  font-family: inherit;
}

/* The green "choose file" text */
.me-upload-choose {
  color: #93ea3f;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
  margin-left: 4px;
  font-size: 20px;
  transition: color 0.2s;
}

.me-upload-choose:hover {
  color: #fff;
}

/* Hide the default upload input, but keep it clickable and accessible! */
.gform_wrapper .me-upload-input input[type=file] {
  opacity: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
  z-index: 3;
}

.gchoice {
  display: flex;
  position: relative;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: 100% !important;
}

/* Ховаємо стандартний чекбокс */
.gfield_checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Кастомний квадрат — біла рамка, скруглення */
.gfield_checkbox label {
  padding-left: 36px !important; /* місце для квадрата */
  font-size: 16px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 24px;
  width: 100%;
}

.gfield_checkbox label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 6px;
  background: transparent;
  transition: background 0.2s, border-color 0.2s;
  box-sizing: border-box;
}

.gfield_checkbox input[type=checkbox]:checked + label:before {
  background: #88b24e;
  border-color: #fff;
}

.gform-footer.gform_footer.top_label {
  padding: 16px 28px !important;
}

/*
	Page-specific styling. Please use as little as possible to ensure DRYness.
*/
.faqs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 28px;
}
.faqs .faq-item {
  background: #215730;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  border: 1.25px solid #fff;
  transition: box-shadow 0.2s;
}
.faqs .faq-item.open .faq-icon {
  transform: rotate(180deg);
}
.faqs .faq-item .faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px 24px 24px;
  cursor: pointer;
  font-family: "Gordita", "Arial", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  border-radius: 20px;
  transition: background 0.2s;
  text-transform: none !important;
}
.faqs .faq-item .faq-icon {
  display: flex;
  align-items: center;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqs .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  background: none;
  color: #fff;
  font-size: 16px;
  padding: 0 32px 0 24px;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqs .faq-item .faq-answer a {
  color: #a6db3e;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s;
}
.faqs .faq-item .faq-answer a:hover {
  color: #ccff66;
  text-decoration: underline;
}
.faqs .faq-item.open .faq-answer {
  padding-bottom: 24px;
  max-height: 500px;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.logo {
  position: sticky;
  top: 70px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .logo {
    position: relative;
    top: 0;
  }
}
.logo__bottom {
  width: 100%;
  padding-left: 11%;
}

.circle {
  position: absolute;
  width: 86%;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.gform-bg-inner {
  padding-top: 30px;
}
.gform-bg-inner .gform-title {
  padding: 0 28px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.gform-bg-inner .gform-description {
  padding: 0 28px;
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 27px;
}

.me-competition-info {
  color: #fff;
  padding: 28px;
  font-size: 16px;
  line-height: 24px;
}
.me-competition-info p {
  margin: 0 0 16px;
}
.me-competition-info .btn-green-solid {
  width: 100%;
  margin-bottom: 24px;
  display: block;
  text-align: center;
}
.me-competition-info .copy a {
  color: #a6db3e;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s;
}
.me-competition-info .copy a:hover {
  color: #ccff66;
  text-decoration: underline;
}
.me-competition-info .me-competition-message {
  padding-bottom: 40px;
}

/* Action buttons row */
.me-competition-actions {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 48px;
}
.me-competition-actions a {
  flex: 1 1 50%;
}

/* Outlined buttons */
.me-btn--outline {
  display: inline-block;
  padding: 18px 36px;
  color: #a6db3e;
  background: transparent;
  text-decoration: none;
  border: 2px solid #a6db3e;
  border-radius: 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  box-sizing: border-box;
  cursor: pointer;
}

.me-btn--outline:hover,
.me-btn--outline:focus {
  background: #a6db3e;
  color: #181b18;
  border-color: #a6db3e;
  outline: none;
}

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