/* Variables
------------------------------------------------------*/
/* Grid
------------------------------------------------------*/
.container-fluid,
.container {
  padding-right: 15px;
  padding-left: 15px;
}

.container {
  width: 100%;
  max-width: 1140px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

@media only screen and (max-width: 1024px) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 576px) {
  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-offset-0,
  .col-xs-offset-1,
  .col-xs-offset-2,
  .col-xs-offset-3,
  .col-xs-offset-4,
  .col-xs-offset-5,
  .col-xs-offset-6,
  .col-xs-offset-7,
  .col-xs-offset-8,
  .col-xs-offset-9,
  .col-xs-offset-10,
  .col-xs-offset-11,
  .col-xs-offset-12 {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media only screen and (max-width: 576px) {
  .hidden-xs {
    display: none !important;
  }
}
/* Base
------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  height: 100vh;
  font-family: "RobotoSlab", sans-serif;
  background-color: #fff;
  font-weight: 400;
  font-size: 0.876em;
  margin: 0;
  padding: 0;
  line-height: 1.7;
  color: #171C15;
  overflow-x: hidden;
  font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: inline;
  line-height: 0;
  vertical-align: middle;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  clear: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  clear: left;
}

.clearfix {
  clear: both;
}

.admin-bar {
  height: calc(100vh - 32px);
}

.overflow {
  overflow: hidden;
}

.wp-caption {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

/* =====================================================================================

	LOAD CUSTOM FONTS

====================================================================================== */
@font-face {
  font-family: "MrBlack";
  src: url("/wp-content/themes/layback-child/lib/fonts/MrBlack.otf") format("opentype");
}
@font-face {
  font-family: "RobotoSlab";
  src: url("/wp-content/themes/layback-child/lib/fonts/RobotoSlab.ttf") format("truetype");
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "MrBlack", sans-serif;
  font-weight: normal !important;
}

h1 {
  font-size: 3em;
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 800;
}

h2 {
  font-size: 2em;
  margin: 0 0 16px 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 600;
}

h3,
.h3 {
  font-family: "MrBlack", sans-serif;
  font-size: 1.5em;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.3;
  font-weight: 600;
}

h4,
.h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1em;
  font-weight: 600;
}

h5,
.h5 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.8em;
  font-weight: 600;
}

h6,
.h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 0.7em;
  font-weight: 600;
}

p {
  font-size: 1em;
  line-height: 1.5;
}

small,
.wp-caption-text {
  font-size: 14px;
  color: #a9a9a9;
}

a,
a:link {
  text-decoration: none;
  outline: 0;
  color: #FFB200;
}
a:hover, a:focus, a:active,
a:link:hover,
a:link:focus,
a:link:active {
  text-decoration: none;
  color: #cc8e00;
}

ul,
ol {
  margin: 0;
  padding: 0 0 0 18px;
}

blockquote {
  font-size: 3em;
  line-height: 1.2;
  font-style: italic;
  margin: 30px 0;
  padding: 0;
}
blockquote p {
  font-size: 3em;
}

hr {
  border-top: 1px solid #bdc3c7;
  border-width: 2px 0 0;
  background-color: transparent;
  margin: 15px 0;
  padding: 0;
}

/* Layout
------------------------------------------------------*/
/* Button layout
------------------------------------------------------*/
.btn, a.button,
button.button,
input.button,
#respond input#submit,
.btn:link,
.wp-block-button__link,
.wp-block-button .wp-block-button__link:link {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  margin: 0;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 2rem;
  background-color: #FFFFFF;
  color: #171C15;
  font-family: "MrBlack", sans-serif;
  text-transform: uppercase;
  border: 0;
  border-radius: 100px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  padding: 0.5rem 1.5rem;
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 576px) {
  .btn, a.button,
  button.button,
  input.button,
  #respond input#submit,
  .btn:link,
  .wp-block-button__link,
  .wp-block-button .wp-block-button__link:link {
    font-size: 1.25rem;
    padding: 0.75rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .btn, a.button,
  button.button,
  input.button,
  #respond input#submit,
  .btn:link,
  .wp-block-button__link,
  .wp-block-button .wp-block-button__link:link {
    font-size: 1.25rem;
    padding: 0.75rem 3rem;
  }
}
.btn:focus, a.button:focus,
button.button:focus,
input.button:focus,
#respond input#submit:focus,
.btn:link:focus,
.wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:link:focus {
  color: #171C15;
  /* box-shadow: inset 0px 0px 0px 3px $blue; */
}
.btn:hover, a.button:hover,
button.button:hover,
input.button:hover,
#respond input#submit:hover,
.btn:link:hover,
.wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:link:hover {
  background-color: #cccccc;
  color: #171C15;
  /* color: #fff; */
}
.btn[disabled=disabled], a[disabled=disabled].button,
button[disabled=disabled].button,
input[disabled=disabled].button,
#respond input[disabled=disabled]#submit, .btn[disabled], a[disabled].button,
button[disabled].button,
input[disabled].button,
#respond input[disabled]#submit,
.btn:link[disabled=disabled],
.btn:link[disabled],
.wp-block-button__link[disabled=disabled],
.wp-block-button__link[disabled],
.wp-block-button .wp-block-button__link:link[disabled=disabled],
.wp-block-button .wp-block-button__link:link[disabled] {
  opacity: 0.5;
  -webkit-transition: none;
  transition: none;
  cursor: initial;
}
.btn[disabled=disabled]:hover, a[disabled=disabled].button:hover,
button[disabled=disabled].button:hover,
input[disabled=disabled].button:hover,
#respond input[disabled=disabled]#submit:hover, .btn[disabled]:hover, a[disabled].button:hover,
button[disabled].button:hover,
input[disabled].button:hover,
#respond input[disabled]#submit:hover,
.btn:link[disabled=disabled]:hover,
.btn:link[disabled]:hover,
.wp-block-button__link[disabled=disabled]:hover,
.wp-block-button__link[disabled]:hover,
.wp-block-button .wp-block-button__link:link[disabled=disabled]:hover,
.wp-block-button .wp-block-button__link:link[disabled]:hover {
  background-color: #FFB200;
  color: #171C15;
}
.btn.round, a.round.button,
button.round.button,
input.round.button,
#respond input.round#submit,
.btn:link.round,
.wp-block-button__link.round,
.wp-block-button .wp-block-button__link:link.round {
  border-radius: 50px;
}
.btn.wide, a.wide.button,
button.wide.button,
input.wide.button,
#respond input.wide#submit,
.btn:link.wide,
.wp-block-button__link.wide,
.wp-block-button .wp-block-button__link:link.wide {
  width: 100%;
}
.btn.primary, a.primary.button,
button.primary.button,
input.primary.button,
#respond input.primary#submit,
.btn:link.primary,
.wp-block-button__link.primary,
.wp-block-button .wp-block-button__link:link.primary {
  background-color: #FFB200;
  padding: 0.75rem 2rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}
.btn.primary:hover, a.primary.button:hover,
button.primary.button:hover,
input.primary.button:hover,
#respond input.primary#submit:hover,
.btn:link.primary:hover,
.wp-block-button__link.primary:hover,
.wp-block-button .wp-block-button__link:link.primary:hover {
  background-color: #ffc133;
  color: #171C15;
}
@media only screen and (min-width: 576px) {
  .btn.primary, a.primary.button,
  button.primary.button,
  input.primary.button,
  #respond input.primary#submit,
  .btn:link.primary,
  .wp-block-button__link.primary,
  .wp-block-button .wp-block-button__link:link.primary {
    font-size: 1.3rem;
    padding: 1rem 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .btn.primary, a.primary.button,
  button.primary.button,
  input.primary.button,
  #respond input.primary#submit,
  .btn:link.primary,
  .wp-block-button__link.primary,
  .wp-block-button .wp-block-button__link:link.primary {
    font-size: 1.3rem;
    padding: 1rem 4rem;
  }
}
.btn.yellow, a.yellow.button,
button.yellow.button,
input.yellow.button,
#respond input.yellow#submit,
.btn:link.yellow,
.wp-block-button__link.yellow,
.wp-block-button .wp-block-button__link:link.yellow {
  background-color: #FFB200;
  color: #000;
}
.btn.yellow:hover, a.yellow.button:hover,
button.yellow.button:hover,
input.yellow.button:hover,
#respond input.yellow#submit:hover,
.btn:link.yellow:hover,
.wp-block-button__link.yellow:hover,
.wp-block-button .wp-block-button__link:link.yellow:hover {
  background-color: #fec132;
  color: #000;
}
.btn.yellow:active, a.yellow.button:active,
button.yellow.button:active,
input.yellow.button:active,
#respond input.yellow#submit:active,
.btn:link.yellow:active,
.wp-block-button__link.yellow:active,
.wp-block-button .wp-block-button__link:link.yellow:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

/* Labels
------------------------------------------------------*/
label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 5px;
}

/* Base
------------------------------------------------------*/
input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
textarea,
select {
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bdc3c7;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0.876em;
  outline: 0;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=color]:focus,
input[type=email]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  border-color: #FFB200;
}
@media only screen and (max-width: 1024px) {
  input[type=text],
  input[type=password],
  input[type=color],
  input[type=email],
  input[type=range],
  input[type=search],
  input[type=tel],
  input[type=number],
  input[type=date],
  input[type=time],
  input[type=url],
  textarea,
  select {
    font-size: 1em;
  }
}

input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
textarea {
  width: 100%;
  margin: 0;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=color]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=range]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a9a9a9;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a9a9a9;
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=color]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=range]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a9a9a9;
}

input[type=text],
input[type=password],
input[type=color],
input[type=email],
input[type=range],
input[type=search],
input[type=tel],
input[type=number],
input[type=date],
input[type=time],
input[type=url],
select {
  padding: 0 15px;
  height: 50px;
}

/* Textarea
------------------------------------------------------*/
textarea {
  padding: 15px;
  resize: none;
}

/* Radio & checkbox
------------------------------------------------------*/
input[type=radio],
input[type=checkbox] {
  background: transparent;
  border: 2px solid #71826A;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: relative;
  top: 7px;
  outline: 0;
  cursor: pointer;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  border-color: #FFB200;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: #71826A;
}

input[type=radio]:checked {
  position: relative;
}
input[type=radio]:checked:before {
  content: " ";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #F9F9F9;
  border-radius: 50%;
}

input[type=checkbox] {
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
}
input[type=checkbox]:checked {
  background-image: url(../images/input-check-checked.svg);
}

/* Remove native number arrows
------------------------------------------------------*/
/* Select
------------------------------------------------------*/
select {
  background: #fff url(../images/select-arrow.svg) no-repeat;
  background-position: center right 15px;
  background-size: 10px auto;
  width: 100%;
  padding-right: 40px;
}

/* Formidable forms
------------------------------------------------------*/
.frm_forms {
  /* Base
  ------------------------------------------------------*/
  /* Hidden
  ------------------------------------------------------*/
  /* Description
  ------------------------------------------------------*/
  /* Label
  ------------------------------------------------------*/
  /* Javascript / HTML5 required fields
  ------------------------------------------------------*/
  /* Fields
  ------------------------------------------------------*/
  /* File upload
  ------------------------------------------------------*/
  /* Submission
  ------------------------------------------------------*/
}
.frm_forms .frm_form_field {
  margin-bottom: 15px;
}
.frm_forms fieldset {
  border: 0;
  padding: 0;
}
.frm_forms .frm_screen_reader,
.frm_forms .frm_hidden {
  display: none;
}
.frm_forms .frm_description {
  font-size: 0.876em;
  font-style: italic;
  display: none;
}
.frm_forms label.frm_primary_label {
  display: block;
  font-size: 0.876em;
  font-weight: 400;
}
.frm_forms .frm_required {
  color: red;
}
.frm_forms .frm_error {
  background-color: #F9F9F9;
  color: #000;
  margin: 0 0 10px 0;
  padding: 10px;
  border: 1px solid #a9a9a9;
  border-width: 0 1px 1px 1px;
  font-size: 0.876em;
  display: none;
}
.frm_forms .frm_blank_field input[type=text],
.frm_forms .frm_blank_field input[type=email],
.frm_forms .frm_blank_field input[type=tel],
.frm_forms .frm_blank_field input[type=number],
.frm_forms .frm_blank_field input[type=password],
.frm_forms .frm_blank_field input[type=url],
.frm_forms .frm_blank_field textarea,
.frm_forms .frm_blank_field select {
  border-color: red;
}
.frm_forms .frm_time_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.frm_forms .frm_time_wrap span[dir=ltr] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  margin-right: 5px;
}
.frm_forms .frm_time_wrap span[dir=ltr] .frm_time_sep {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 20px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  display: block;
}
.frm_forms .frm_time_wrap span[dir=ltr] .frm_time_select {
  margin-left: 0;
}
.frm_forms .frm_time_wrap .frm_time_select {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  margin-left: 5px;
}
.frm_forms .frm_checkbox label,
.frm_forms .frm_radio label {
  font-size: 0.876em;
  cursor: pointer;
  display: block;
  line-height: 24px;
}
.frm_forms .frm_dropzone {
  width: 100%;
  max-width: initial;
}
.frm_forms .frm_dropzone .dz-message {
  width: 100%;
}
.frm_forms .frm_submit .frm_ajax_loading {
  display: none;
}

/* Default tables
------------------------------------------------------*/
table {
  width: 100%;
  border-spacing: 0;
}
table thead tr th,
table tbody tr th,
table tfoot tr th {
  font-weight: 600;
  text-align: left;
}
table thead tr th,
table thead tr td,
table tbody tr th,
table tbody tr td,
table tfoot tr th,
table tfoot tr td {
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid #e0e0e0;
}

/* Default lists
------------------------------------------------------*/
ul,
ol {
  margin: 0;
  padding: 0 0 0 18px;
}
ul li,
ol li {
  list-style: initial;
}

/* Components
------------------------------------------------------*/
/* Header
------------------------------------------------------*/
@media (max-width: 1024px) {
  .page-template-template-donate .site-header {
    padding: 10px 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.site-header {
  position: absolute;
  top: 0;
  z-index: 995;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#50574D), to(rgba(217, 217, 217, 0)));
  background: linear-gradient(#50574D, rgba(217, 217, 217, 0));
  /* Header site logo
  ------------------------------------------------------*/
  /* Header support button
  ------------------------------------------------------*/
  /* Navigation
  ------------------------------------------------------*/
}
.site-header .support-container {
  position: relative;
  display: inline-block;
  margin: 20px;
}
.site-header .support-container .support-text {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .site-header .support-container .support-text {
    top: 35%;
  }
}
.site-header .support-container:hover .support-text {
  color: white;
}
.site-header .support-container:hover svg path {
  fill: #cb910a;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.site-header .mobile-menu-container {
  display: none;
  position: relative;
  margin: 20px;
}
@media (max-width: 1024px) {
  .site-header .mobile-menu-container {
    display: inline-block;
  }
}
.site-header .mobile-menu-container .burger-menu {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 69px;
  height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 999;
}
.site-header .mobile-menu-container .burger-menu span {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: white;
  margin: 3px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  transition: all 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.site-header .mobile-menu-container .burger-menu.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.site-header .mobile-menu-container .burger-menu.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.site-header .mobile-menu-container .burger-menu.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}
.site-header .site-navigation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  .site-header .site-navigation {
    display: none;
  }
}
.site-header .site-navigation .header-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-left: 10px;
}
.site-header .site-navigation .header-language-switcher a img {
  max-width: 30px;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  display: block;
}
.site-header .site-navigation .header-language-switcher a img:hover {
  opacity: 0.8;
}
.site-header .site-navigation ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .site-navigation ul li {
  list-style: none;
  position: relative;
  /* 2. level sub menu
  ------------------------------------------------------*/
}
.site-header .site-navigation ul li.current-menu-item > a {
  font-weight: 700;
}
.site-header .site-navigation ul li a {
  display: block;
  padding: 0 15px;
  color: #fff;
  font-size: 1.2rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.site-header .site-navigation ul li a:hover {
  color: #e8e8e8;
}
.site-header .site-navigation ul li:hover .sub-menu {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.site-header .site-navigation ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  display: block;
  background-color: #171C15;
}
.site-header .site-navigation ul li .sub-menu li {
  position: relative;
  /* 3. level sub menu (hidden by default)
  ------------------------------------------------------*/
}
.site-header .site-navigation ul li .sub-menu li:hover, .site-header .site-navigation ul li .sub-menu li.current-menu-item {
  background-color: #232b20;
}
.site-header .site-navigation ul li .sub-menu li a {
  white-space: nowrap;
  padding: 5px 30px;
  color: #fff;
}
.site-header .site-navigation ul li .sub-menu li .sub-menu {
  display: none;
}

/* Mobile menu modifications for header elements
------------------------------------------------------*/
.mobilemenu .header-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
  margin-left: 20px;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 0.5s forwards;
          animation: fadeIn 0.5s ease 0.5s forwards;
}
.mobilemenu .header-language-switcher a {
  border: none !important;
  display: inline-block !important;
  padding: 0 !important;
}
.mobilemenu .header-language-switcher a img {
  max-width: 30px;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
}
.mobilemenu .header-language-switcher a img:hover {
  opacity: 0.8;
}
.mobilemenu .header-support-btn {
  display: block;
  background-color: #C89F42;
  border-radius: 20px;
  padding: 8px 20px;
  color: #fff !important;
  text-align: center;
  margin: 15px auto;
  max-width: 200px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 0.6s forwards;
          animation: fadeIn 0.5s ease 0.6s forwards;
}
.mobilemenu .header-support-btn:hover {
  background-color: #e5ba56;
}
.mobilemenu .site-logo {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 0.3s forwards;
          animation: fadeIn 0.5s ease 0.3s forwards;
}

.site-footer {
  max-width: 100%;
  width: 100%;
  background-color: #6A8369;
  position: relative;
  z-index: 100;
}
.site-footer svg {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  fill: #6A8369;
}
.site-footer .main-footer {
  max-width: 100%;
  width: 100%;
  padding: 5px;
}
.site-footer .main-footer .footer-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.site-footer .main-footer .footer-content h1 {
  color: #FFAC00;
}
@media (min-width: 1024px) {
  .site-footer .main-footer .footer-content h1 {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 768px) {
  .site-footer .main-footer .footer-content h1 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.site-footer .main-footer .footer-content .footer-info-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .site-footer .main-footer .footer-content .footer-info-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.site-footer .main-footer .footer-content .footer-info-container .footer-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.site-footer .main-footer .footer-content .footer-info-container .footer-info-item h2 {
  color: #84A163;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.site-footer .main-footer .footer-content .footer-info-container .footer-info-item p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
}
.site-footer .main-footer .footer-content .footer-info-container .footer-info-item a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
}
.site-footer .main-footer .footer-content .footer-info-container .footer-info-item div:first-child {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.site-footer .main-footer .footer-content .footer-info-container .footer-info-item div:first-child img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.site-footer .main-footer .footer-content .footer-info-container .footer-info-item div:last-child {
  display: block;
  margin-top: 20px;
}
.site-footer .main-footer .footer-content .footer-info-container .footer-info-item div:last-child img {
  width: 150px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.site-footer .main-footer .footer-content .footer-info-container .footer-info-item .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .main-footer .footer-content .footer-info-container .footer-info-item .footer-links li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .main-footer .footer-content .footer-info-container .footer-info-item .footer-links a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
}
.site-footer .main-footer .footer-content .footer-bottom {
  margin-top: 30px;
}
.site-footer .main-footer .footer-content .footer-bottom h3 {
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .site-footer .main-footer .footer-content .footer-bottom h3 {
    text-align: center;
  }
}
.site-footer .main-footer .footer-content .footer-bottom div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .site-footer .main-footer .footer-content .footer-bottom div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.site-footer .main-footer .footer-content .footer-bottom div div:first-child {
  position: relative;
  margin-top: 40px;
}
.site-footer .main-footer .footer-content .footer-bottom div div:first-child input {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  background: transparent;
  border: none;
  color: #F1ECE1;
  width: 80%;
  font-size: 1.2rem;
  outline: none;
  padding: 0;
}
@media (max-width: 463px) {
  .site-footer .main-footer .footer-content .footer-bottom div div:first-child input {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}
@media (max-width: 363px) {
  .site-footer .main-footer .footer-content .footer-bottom div div:first-child input {
    -webkit-transform: translateY(-110%);
            transform: translateY(-110%);
  }
}
.site-footer .main-footer .footer-content .footer-bottom div div:first-child input::-webkit-input-placeholder {
  color: #F1ECE1;
  opacity: 0.8;
}
.site-footer .main-footer .footer-content .footer-bottom div div:first-child input::-moz-placeholder {
  color: #F1ECE1;
  opacity: 0.8;
}
.site-footer .main-footer .footer-content .footer-bottom div div:first-child input:-ms-input-placeholder {
  color: #F1ECE1;
  opacity: 0.8;
}
.site-footer .main-footer .footer-content .footer-bottom div div:first-child input::-ms-input-placeholder {
  color: #F1ECE1;
  opacity: 0.8;
}
.site-footer .main-footer .footer-content .footer-bottom div div:first-child input::placeholder {
  color: #F1ECE1;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .site-footer .main-footer .footer-content .footer-bottom div div:first-child input {
    font-size: 1rem;
  }
}
.site-footer .main-footer .footer-content .footer-bottom div div:first-child svg {
  width: 100%;
}
.site-footer .main-footer .footer-content .footer-bottom div div:last-child {
  position: relative;
  width: 10%;
}
@media (max-width: 1046px) {
  .site-footer .main-footer .footer-content .footer-bottom div div:last-child {
    width: 15%;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .site-footer .main-footer .footer-content .footer-bottom div div:last-child {
    width: 30%;
  }
}
.site-footer .main-footer .footer-content .footer-bottom div div:last-child span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
  font-size: 1.2rem;
  color: #F1ECE1;
  white-space: nowrap;
}
@media (max-width: 1046px) {
  .site-footer .main-footer .footer-content .footer-bottom div div:last-child span {
    -webkit-transform: translate(-50%, -200%);
            transform: translate(-50%, -200%);
  }
}
@media (max-width: 947px) {
  .site-footer .main-footer .footer-content .footer-bottom div div:last-child span {
    -webkit-transform: translate(-50%, -150%);
            transform: translate(-50%, -150%);
  }
}
@media (max-width: 768px) {
  .site-footer .main-footer .footer-content .footer-bottom div div:last-child span {
    font-size: 1.2rem;
    -webkit-transform: translate(-50%, -250%);
            transform: translate(-50%, -250%);
  }
}
@media (max-width: 583px) {
  .site-footer .main-footer .footer-content .footer-bottom div div:last-child span {
    -webkit-transform: translate(-50%, -200%);
            transform: translate(-50%, -200%);
  }
}
@media (max-width: 480px) {
  .site-footer .main-footer .footer-content .footer-bottom div div:last-child span {
    -webkit-transform: translate(-50%, -150%);
            transform: translate(-50%, -150%);
  }
}
.site-footer .main-footer .footer-content .footer-bottom div div:last-child svg {
  width: 100%;
  height: auto;
}
.site-footer .main-footer .footer-content .footer-bottom div div:last-child:hover {
  cursor: pointer;
}
.site-footer .main-footer .footer-content .footer-bottom div div:last-child:hover svg path {
  fill: #f1b936;
}

.copyright {
  text-align: center;
  background-color: #84A163;
  color: #fff;
  font-size: 1rem;
  padding: 5px 0;
}

/* Blocks
------------------------------------------------------*/
/* General block styling
------------------------------------------------------*/
.wp-block-group {
  margin: auto;
  width: 100%;
  padding: 0 15px;
  max-width: 1140px;
}
.wp-block-group.alignfull {
  max-width: 100%;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 1140px;
}
.wp-block-group.alignwide {
  max-width: 1600px;
}
.wp-block-group .wp-block-group__inner-container {
  width: 100%;
  margin: auto;
}

.wp-block-cover.alignwide {
  max-width: 1140px;
  margin: auto;
}

.lb-block {
  margin: 0 auto;
  max-width: 1140px;
}
.lb-block.alignwide, .lb-block.align-wide {
  max-width: 1600px;
}
.lb-block.alignfull, .lb-block.align-full {
  max-width: 100vw;
}

.wp-block-media-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1140px;
}
@media only screen and (max-width: 1024px) {
  .wp-block-media-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.wp-block-media-text.alignwide {
  max-width: 1600px;
}
.wp-block-media-text.alignfull {
  max-width: 100%;
}
.wp-block-media-text.has-media-on-the-right figure.wp-block-media-text__media {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.wp-block-media-text figure.wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media only screen and (max-width: 1024px) {
  .wp-block-media-text figure.wp-block-media-text__media,
  .wp-block-media-text .wp-block-media-text__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 15px;
}

/* Pages
------------------------------------------------------*/
.page__header__news {
  max-width: 100%;
  width: 100%;
}
.page__header__news img {
  width: 100%;
  height: 50vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__header__news .title {
  background-color: #71826A;
  color: #fff;
  padding: 20px 0;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page__header__news .title h1 {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 1024px) {
  .page-template-template-donate .support-container {
    display: none;
  }
}

.donation-page section.hero {
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.donation-page section.hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.donation-page section.donation_box {
  padding: 60px 0px;
  background-color: #F1ECE1;
  position: relative;
  z-index: 10;
}
.donation-page section.donation_box .donation_box_inner {
  background-color: #84A163;
  padding: 8rem 6rem;
  padding-top: 5rem;
  margin-top: -300px;
  min-height: 500px;
  clip-path: url("#myBlobClipPath");
}
@media (max-width: 975px) {
  .donation-page section.donation_box .donation_box_inner {
    padding-bottom: 12rem;
  }
}
@media (max-width: 975px) and (max-width: 715px) {
  .donation-page section.donation_box .donation_box_inner {
    padding: 8rem 5rem;
    padding-top: 4rem;
  }
}
@media (max-width: 975px) and (max-width: 715px) and (max-width: 615px) {
  .donation-page section.donation_box .donation_box_inner {
    padding: 6rem 4rem;
    padding-bottom: 8rem;
    padding-top: 3.5rem;
  }
}
@media (max-width: 975px) and (max-width: 715px) and (max-width: 615px) and (max-width: 400px) {
  .donation-page section.donation_box .donation_box_inner {
    padding: 2rem 4rem;
    padding-bottom: 6rem;
  }
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 2rem 1fr;
  grid-template-columns: 300px 1fr;
      grid-template-areas: "text donation";
  gap: 2rem;
}
@media (max-width: 975px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
        grid-template-areas: "text" "donation";
  }
}
@media (max-width: 975px) and (max-width: 715px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper {
    gap: 1rem;
  }
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .title_div {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: text;
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .title_div h1 {
  color: #FFB200;
  font-size: 5rem;
  font-weight: 300;
}
@media (max-width: 715px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .title_div h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 715px) and (max-width: 615px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .title_div h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 715px) and (max-width: 615px) and (max-width: 520px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .title_div h1 {
    font-size: 2rem;
    text-align: center;
  }
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: donation;
}
@media (max-width: 975px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .title_div {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col:not(:last-child) {
  margin-bottom: 2rem;
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col label {
  display: block;
  font-weight: bold;
  color: white;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 715px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col label {
    font-size: 1rem;
  }
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col select {
  outline: 3px solid #FFB200;
  background-color: transparent;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  border-radius: 5px;
  font-size: 1.1rem;
  color: white;
  height: auto;
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col select option {
  color: #2b2d2b;
}
@media (max-width: 715px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col select {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
@media (max-width: 715px) and (max-width: 615px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col select {
    font-size: 0.8rem;
  }
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 650px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) and (max-width: 520px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper.one_time_product, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper.one_time_product {
  display: none;
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper .type_item, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper .amount_item, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper .type_item, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper .amount_item {
  outline: 3px solid #FFB200;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  border-radius: 5px;
  font-size: 1.1rem;
  color: white;
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper .type_item:hover, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper .amount_item:hover, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper .type_item:hover, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper .amount_item:hover {
  background-color: #FFB200;
  color: #2b2d2b;
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper .type_item.selected, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper .amount_item.selected, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper .type_item.selected, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper .amount_item.selected {
  background-color: #FFB200;
  color: #2b2d2b;
}
@media (max-width: 715px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper .type_item, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper .amount_item, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper .type_item, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper .amount_item {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
@media (max-width: 715px) and (max-width: 615px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper .type_item, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper .amount_item, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper .type_item, .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .amount_wrapper .amount_item {
    font-size: 0.8rem;
  }
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 520px) {
  .donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .type_wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .other_wrapper {
  display: none;
  margin-top: 30px;
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .other_wrapper #other {
  font-size: 22px;
}
.donation-page section.donation_box .donation_box_inner .grid_wrapper .donation_div .col .other_wrapper #other_error {
  color: red;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  display: none;
}
.donation-page section.donation_impact {
  padding: 170px 0px;
  padding-bottom: 100px;
  background-color: #F1ECE1;
  position: relative;
  z-index: 40;
  padding-top: 250px;
}
@media (max-width: 550px) {
  .donation-page section.donation_impact {
    padding-top: 350px;
  }
}
@media (max-width: 550px) and (max-width: 375px) {
  .donation-page section.donation_impact {
    padding-top: 450px;
  }
}
.donation-page section.donation_impact .container {
  position: relative;
  padding-inline: 60px;
}
@media (max-width: 550px) {
  .donation-page section.donation_impact .container {
    padding-inline: 30px;
  }
}
@media (max-width: 550px) and (max-width: 375px) {
  .donation-page section.donation_impact .container {
    padding-inline: 20px;
  }
}
.donation-page section.donation_impact .impact_texts p {
  margin-top: 150px;
  font-size: 1.1rem;
  color: #71826A;
  display: none;
}
.donation-page section.donation_impact .impact_texts p.show {
  display: block;
}
.donation-page section.donation_impact .impact_texts p b {
  font-weight: normal;
  color: #4c5848;
}
.donation-page section.donation_impact .indicator {
  background-color: #84A163;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  padding: 2rem;
  position: absolute;
  left: 0%;
  bottom: 110%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 300px;
}
@media (max-width: 520px) {
  .donation-page section.donation_impact .indicator {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.donation-page section.donation_impact .indicator::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -15px;
  border-width: 15px;
  border-style: solid;
  border-color: #84A163 transparent transparent transparent;
}
@media (max-width: 768px) {
  .donation-page section.donation_impact .indicator::after {
    left: 10%;
    margin-left: 0px;
  }
}
@media (max-width: 768px) and (max-width: 520px) {
  .donation-page section.donation_impact .indicator::after {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.donation-page section.donation_impact .indicator .impact_title {
  font-weight: bold;
  font-size: 1.2rem;
}
.donation-page section.donation_impact .indicator .checkbox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.donation-page section.donation_impact .slider_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  position: relative;
}
.donation-page section.donation_impact .slider_wrapper .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFB200;
}
.donation-page section.donation_impact .slider_wrapper .circle:first-of-type {
  margin-right: -3px;
}
.donation-page section.donation_impact .slider_wrapper .circle:last-of-type {
  margin-left: -3px;
  background-color: rgb(210, 210, 210);
}
.donation-page section.donation_impact .slider_wrapper .circle.full.active {
  background-color: #FFB200;
}
.donation-page section.donation_impact .slider_wrapper .circle.full.active {
  background-color: #84A163;
}
.donation-page section.donation_impact .slider_wrapper .line {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 20px;
  background-color: rgb(210, 210, 210);
}
.donation-page section.donation_impact .slider_wrapper .line .lvl {
  position: absolute;
  top: 0px;
  left: 13%;
  z-index: 10;
  color: #71826A;
}
.donation-page section.donation_impact .slider_wrapper .line .lvl.l2 {
  left: 30%;
}
.donation-page section.donation_impact .slider_wrapper .line .lvl.l3 {
  left: 50%;
}
.donation-page section.donation_impact .slider_wrapper .line .lvl.l4 {
  left: 68%;
}
.donation-page section.donation_impact .slider_wrapper .line .lvl.l5 {
  left: 87%;
}
.donation-page section.donation_impact .slider_wrapper .line .lvl .lvl_line {
  width: 2px;
  height: 20px;
  background-color: rgb(255, 255, 255);
  left: 50%;
  top: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}
.donation-page section.donation_impact .slider_wrapper .line .lvl .title {
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: 300;
  white-space: nowrap;
  font-size: 1.2rem;
}
@media (max-width: 800px) {
  .donation-page section.donation_impact .slider_wrapper .line .lvl .title {
    font-size: 1rem;
  }
}
@media (max-width: 800px) and (max-width: 515px) {
  .donation-page section.donation_impact .slider_wrapper .line .lvl .title {
    font-size: 0.875rem;
  }
}
@media (max-width: 800px) and (max-width: 515px) and (max-width: 450px) {
  .donation-page section.donation_impact .slider_wrapper .line .lvl .title {
    font-size: 0.625rem;
  }
}
.donation-page section.donation_impact .slider_wrapper .line .line_colored {
  background: -webkit-gradient(linear, left top, right top, from(#FFB200), to(#84A163));
  background: linear-gradient(to right, #FFB200 0%, #84A163 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.donation-page section.payment_type {
  padding: 150px 0px;
  padding-top: 0px;
  background-color: #F1ECE1;
}
.donation-page section.payment_type .thumbnail {
  height: 600px;
  width: 100%;
}
.donation-page section.payment_type .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.donation-page section.payment_type .container.payment_type_wrapper {
  margin-top: -200px;
  min-height: 300px;
  position: relative;
  background-color: #84A163;
  display: -ms-grid;
  display: grid;
  place-items: center;
  margin-bottom: 100px;
  padding: 8rem 6rem;
  padding-top: 5rem;
  clip-path: url("#myBlobClipPath");
}
@media (max-width: 715px) {
  .donation-page section.payment_type .container.payment_type_wrapper {
    padding: 8rem 5rem;
    padding-top: 4rem;
  }
}
@media (max-width: 715px) and (max-width: 615px) {
  .donation-page section.payment_type .container.payment_type_wrapper {
    padding: 6rem 4rem;
    padding-bottom: 8rem;
    padding-top: 3.5rem;
  }
}
@media (max-width: 715px) and (max-width: 615px) and (max-width: 400px) {
  .donation-page section.payment_type .container.payment_type_wrapper {
    padding: 2rem 4rem;
    padding-bottom: 6rem;
  }
}
.donation-page section.payment_type .container.payment_type_wrapper .payment_methods_wrapper {
  padding: 2rem;
}
.donation-page section.payment_type .container.payment_type_wrapper .payment_methods_wrapper h2 {
  color: #FFB200;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 2rem;
}
@media (max-width: 715px) {
  .donation-page section.payment_type .container.payment_type_wrapper .payment_methods_wrapper h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 715px) and (max-width: 615px) {
  .donation-page section.payment_type .container.payment_type_wrapper .payment_methods_wrapper h2 {
    font-size: 2rem;
  }
}
@media (max-width: 715px) and (max-width: 615px) and (max-width: 520px) {
  .donation-page section.payment_type .container.payment_type_wrapper .payment_methods_wrapper h2 {
    font-size: 1.5rem;
    text-align: center;
  }
}
.donation-page section.payment_type .container.payment_type_wrapper .payment_methods_wrapper .payment_methods_item_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 715px) {
  .donation-page section.payment_type .container.payment_type_wrapper .payment_methods_wrapper .payment_methods_item_wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 715px) and (max-width: 400px) {
  .donation-page section.payment_type .container.payment_type_wrapper .payment_methods_wrapper .payment_methods_item_wrapper {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.donation-page section.payment_type .container.payment_type_wrapper .payment_methods_wrapper .payment_methods_item_wrapper .payment_method_item {
  color: white;
  border: 3px solid #FFB200;
  padding: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-align: center;
  margin-inline: auto;
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  border-radius: 4px;
}
@media (max-width: 715px) {
  .donation-page section.payment_type .container.payment_type_wrapper .payment_methods_wrapper .payment_methods_item_wrapper .payment_method_item {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
@media (max-width: 715px) and (max-width: 615px) {
  .donation-page section.payment_type .container.payment_type_wrapper .payment_methods_wrapper .payment_methods_item_wrapper .payment_method_item {
    font-size: 0.8rem;
  }
}
.donation-page section.payment_type .container.check_information {
  max-width: 750px;
  margin-bottom: 100px;
}
.donation-page section.payment_type .container.check_information p {
  font-size: 1.1rem;
  color: #71826A;
}
.donation-page section.payment_type .container.submit_donation {
  max-width: 750px;
}
.donation-page section.payment_type .container.submit_donation .checkbox_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.donation-page section.payment_type .container.submit_donation .newsletter_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.donation-page section.payment_type .container.submit_donation .newsletter_wrapper input[type=mail] {
  border: 2px solid #71826A;
  border-radius: 5px;
  background: transparent;
  color: #71826A;
  font-size: 1rem;
  padding: 1rem;
  margin-top: 10px;
}
.donation-page section.payment_type .container.submit_donation p, .donation-page section.payment_type .container.submit_donation label, .donation-page section.payment_type .container.submit_donation a {
  margin: 0;
  font-size: 1.2rem;
  color: #71826A;
}
.donation-page section.payment_type .container.submit_donation a {
  color: #FFB200;
  text-align: right;
}
.donation-page section.payment_type .container.submit_donation .form_item:not(:last-child) {
  margin-bottom: 2rem;
}
.donation-page section.payment_type .container.submit_donation .form_item input[type=checkbox] {
  top: 0;
}
.donation-page section.payment_type .container.submit_donation .terms_and_conditions {
  text-align: right;
  margin-bottom: 30px;
}
.donation-page section.payment_type .container.submit_donation .terms_and_conditions a {
  font-size: 1rem;
  text-decoration: underline;
}
.donation-page section.payment_type .container.submit_donation .tax_deductible {
  text-align: center;
  margin-bottom: 50px;
}
.donation-page section.payment_type .container.submit_donation .submit_button {
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.donation-page section.payment_type .container.submit_donation .submit_button #donate_button {
  border-radius: 100px;
  background-color: #FFB200;
  color: #2b2d2b;
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

/* Vendors
------------------------------------------------------*/
.slick-slider .slick-list .slick-track .slick-slide {
  outline: 0;
  cursor: pointer;
}

.slick-arrow {
  cursor: pointer;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots li {
  margin: 5px;
  position: relative;
  width: 10px;
  height: 10px;
  list-style: none;
}
.slick-dots li button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  background-color: #F9F9F9;
  overflow: hidden;
  display: block;
  text-indent: 25px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.slick-dots li button:hover {
  width: 14px;
  height: 14px;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #FFB200;
  width: 14px;
  height: 14px;
}

/* Responsive (mobile, tablets and other small devices)
------------------------------------------------------*/
.mobileicon {
  position: fixed;
  bottom: 15px;
  right: 15px;
  height: 60px;
  width: 60px;
  background-color: #FFB200;
  color: #F9F9F9;
  font-size: 0.876em;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: none;
}
.mobileicon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mobileicon span.closed {
  -webkit-transform: translate(250%, -50%);
          transform: translate(250%, -50%);
}
.open-mobilemenu .mobileicon span.closed {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.open-mobilemenu .mobileicon span.open {
  -webkit-transform: translate(-250%, -50%);
          transform: translate(-250%, -50%);
}

.mobilemenu {
  position: fixed;
  top: 0;
  z-index: 998;
  background-color: #6A8369;
  height: 100vh;
  width: 100vw;
  max-width: 576px;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 30px 0 100px;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  display: block;
  -webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
}
.open-mobilemenu .mobilemenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mobilemenu #closemenu {
  position: fixed;
  top: 20px;
  right: 20px;
  height: 40px;
  width: 40px;
  margin-top: 16px;
  background-color: #FFB200;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 9001;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.mobilemenu #closemenu:before, .mobilemenu #closemenu:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}
.mobilemenu #closemenu:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mobilemenu #closemenu:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mobilemenu .site-logo {
  text-align: left;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 0.3s forwards;
          animation: fadeIn 0.5s ease 0.3s forwards;
}
.mobilemenu .site-logo h1 {
  margin-left: 20px;
}
.mobilemenu .site-logo svg,
.mobilemenu .site-logo img {
  display: block;
  max-width: 200px;
  margin: 15px auto;
}
.mobilemenu nav {
  margin-bottom: 30px;
}
.mobilemenu nav ul {
  margin: 0;
  padding: 0;
}
.mobilemenu nav ul li {
  list-style: none;
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.mobilemenu nav ul li a {
  display: block;
  padding: 15px 20px;
  color: #FFB200;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobilemenu nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
  color: #cc8e00;
}
.mobilemenu nav ul li span {
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  color: #FFB200;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobilemenu nav ul li span:before {
  content: "";
  border: 8px solid transparent;
  border-top-color: #FFB200;
  position: absolute;
  top: calc(50% - 3px);
  left: calc(50% - 8px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.mobilemenu nav ul li span.open:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobilemenu nav ul li.current-menu-item a, .mobilemenu nav ul li.current_page_item a {
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.03);
}
.mobilemenu nav ul li.current-menu-item .sub-menu li a, .mobilemenu nav ul li.current_page_item .sub-menu li a {
  font-weight: 400;
}
.mobilemenu nav ul li.current-menu-item.menu-item-has-children > a, .mobilemenu nav ul li.current_page_item.menu-item-has-children > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobilemenu nav ul li.menu-item-has-children span {
  display: block;
}
.mobilemenu nav ul li.current-menu-parent .sub-menu {
  display: block;
}
.mobilemenu nav ul li .sub-menu {
  display: none;
  background-color: rgba(0, 0, 0, 0.02);
}
.mobilemenu nav ul li .sub-menu li a {
  padding: 12px 20px;
  font-size: 16px;
}
.mobilemenu nav ul li .sub-menu li span {
  display: none;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .mobileicon,
  .mobilemenu {
    display: block;
  }
}
.wc__page__hero {
  width: 100%;
  height: 600px;
  position: relative;
}
.wc__page__hero figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.wc__page__hero figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.woocommerce-checkout .wp-block-group {
  position: relative;
}
.woocommerce-checkout .wp-block-group figure.fullpage_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  margin: 0;
}
.woocommerce-checkout .wp-block-group figure.fullpage_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.woocommerce-checkout .site-footer {
  margin-top: -100px;
}

.woocommerce-notices-wrapper {
  max-width: 1140px;
  width: 100%;
  margin: 30px auto 0;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  background-color: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  border-top: 4px solid #bdc3c7;
}
.woocommerce-info a,
.woocommerce-info .button,
.woocommerce-message a,
.woocommerce-message .button,
.woocommerce-error a,
.woocommerce-error .button {
  margin-left: auto;
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.woocommerce-error {
  padding-left: 33px;
}

.woocommerce-order-received .woocommerce-order {
  padding: 200px 0;
  position: relative;
}
@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce-order {
    padding: 100px 0;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .woocommerce-order-received .woocommerce-order {
    padding: 50px 0;
  }
}
.woocommerce-order-received .woocommerce-order .container {
  position: relative;
  z-index: 2;
  padding-top: 200px;
  padding-bottom: 200px;
}
.woocommerce-order-received .woocommerce-order .background_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(21, 27, 20, 0.329);
}
.woocommerce-order-received .woocommerce-order .background_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.woocommerce-order-received .woocommerce-order .background_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.woocommerce-order-received .woocommerce-order .container .ntr_thank_you {
  display: -ms-grid;
  display: grid;
  place-items: center left;
  text-align: left;
}
@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce-order .container .ntr_thank_you {
    place-items: center;
    text-align: center;
  }
}
.woocommerce-order-received .woocommerce-order .container .ntr_thank_you h1 {
  font-size: 8rem;
  line-height: 3rem;
  color: white;
}
@media (max-width: 768px) {
  .woocommerce-order-received .woocommerce-order .container .ntr_thank_you h1 {
    font-size: 6rem;
  }
}
@media (max-width: 768px) and (max-width: 576px) {
  .woocommerce-order-received .woocommerce-order .container .ntr_thank_you h1 {
    font-size: 3.5rem;
  }
}
.woocommerce-order-received .woocommerce-order .container .ntr_thank_you p {
  font-size: 1.5rem;
  color: white;
}
.woocommerce-order-received .woocommerce-order .container .ntr_thank_you .buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 1rem;
}
@media (max-width: 576px) {
  .woocommerce-order-received .woocommerce-order .container .ntr_thank_you .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.woocommerce-page.woocommerce-checkout #page .wp-block-group {
  padding: 0 !important;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content {
  padding: 10rem;
}
@media (max-width: 1300px) {
  .woocommerce-page.woocommerce-checkout #page .checkout__page__content {
    padding: 8rem;
    padding-top: 10rem;
  }
}
@media (max-width: 1300px) and (max-width: 1024px) {
  .woocommerce-page.woocommerce-checkout #page .checkout__page__content {
    padding: 6rem;
    padding-top: 8rem;
  }
}
@media (max-width: 1300px) and (max-width: 1024px) and (max-width: 768px) {
  .woocommerce-page.woocommerce-checkout #page .checkout__page__content {
    padding: 0rem 15px;
    padding-top: 6rem;
    padding-bottom: 10rem;
  }
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details {
  padding: 8rem 6rem;
  padding-top: 5rem;
  background-color: #84A163;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 10;
  clip-path: url("#myBlobClipPath");
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 {
  max-width: 500px;
  width: 100%;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=text],
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=email],
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=password],
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=search],
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=url],
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=tel],
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=number],
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=date],
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=datetime] {
  border: 2px solid #FFB200;
  border-radius: 5px;
  background: transparent;
  color: white;
  font-size: 1rem;
  padding: 1rem;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=text]::-webkit-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=email]::-webkit-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=password]::-webkit-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=search]::-webkit-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=url]::-webkit-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=tel]::-webkit-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=number]::-webkit-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=date]::-webkit-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=datetime]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.49);
  font-size: 1rem;
  padding: 0.5rem;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=text]::-moz-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=email]::-moz-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=password]::-moz-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=search]::-moz-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=url]::-moz-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=tel]::-moz-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=number]::-moz-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=date]::-moz-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=datetime]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.49);
  font-size: 1rem;
  padding: 0.5rem;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=text]:-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=email]:-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=password]:-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=search]:-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=url]:-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=tel]:-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=number]:-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=date]:-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=datetime]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.49);
  font-size: 1rem;
  padding: 0.5rem;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=text]::-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=email]::-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=password]::-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=search]::-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=url]::-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=tel]::-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=number]::-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=date]::-ms-input-placeholder, .woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=datetime]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.49);
  font-size: 1rem;
  padding: 0.5rem;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=text]::placeholder,
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=email]::placeholder,
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=password]::placeholder,
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=search]::placeholder,
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=url]::placeholder,
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=tel]::placeholder,
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=number]::placeholder,
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=date]::placeholder,
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 input[type=datetime]::placeholder {
  color: rgba(255, 255, 255, 0.49);
  font-size: 1rem;
  padding: 0.5rem;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 .select2-container--default .select2-selection--single {
  border: 2px solid #FFB200;
  border-radius: 5px;
  background: transparent;
  height: unset;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #customer_details .col-1 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: white;
  font-size: 1rem;
  padding: 0.5rem;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review {
  padding: 14rem 6rem;
  padding-top: 15rem;
  background-color: #715a4f;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  margin-top: -150px;
  margin-bottom: 100px;
  clip-path: url("#myBlobClipPath");
}
@media (max-width: 576px) {
  .woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review {
    padding: 8rem 2rem;
    margin-top: -120px;
    padding-top: 12rem;
  }
}
@media (max-width: 715px) {
  .woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review #payment {
    max-width: 400px;
  }
}
@media (max-width: 715px) and (max-width: 600px) {
  .woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review #payment {
    max-width: 300px;
  }
}
@media (max-width: 715px) and (max-width: 600px) and (max-width: 576px) {
  .woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review #payment {
    max-width: 200px;
  }
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review ul.wc_payment_methods {
  width: 500px !important;
  margin: 0;
  padding: 0;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review ul.wc_payment_methods li {
  color: #ffeddc;
  font-size: 1.2rem;
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review ul.wc_payment_methods li input {
  top: 0;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review ul.wc_payment_methods li label {
  margin: 0;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review ul.wc_payment_methods li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review ul.wc_payment_methods li .payment_box {
  background-color: #53423a;
  padding: 2rem;
  font-size: 1rem;
  width: 100%;
  display: none !important;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review ul.wc_payment_methods li .payment_box p {
  margin: 0;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review .place-order {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.woocommerce-page.woocommerce-checkout #page .checkout__page__content #order_review .place-order button {
  background-color: #FFB200;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}