.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes open-popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes open-popup {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes slide-down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes scroll-to {
  0%,
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
}
@keyframes scroll-to {
  0%,
  40% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(32px);
            transform: translateY(32px);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30%,
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  30%,
  70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}
/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
h5,
h6 p,
figure,
blockquote,
dl,
dd {
  margin-block: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  margin: 0;
}
/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}
/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}
/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
:root {
  --section-gap: 6rem;
  --section-gap-lg: 11rem;
  --h1: 3rem;
  --h2: 3rem;
  --h3: 1.4rem;
  --h4: 1.4rem;
  --section-gap: 4rem;
}
@media (max-width : 575px) {
  :root {
    --h1: 2rem;
    --h2: 2rem;
    --h3: 1.5rem;
    --section-gap: 3rem;
  }
}
html {
  line-height: 1.4;
  font-weight: 400;
  font-size: min(20px, 1.32275132vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1600px) {
  html {
    font-size: min(20px, 1.4vw);
  }
}
@media (max-width: 1152px) {
  html {
    font-size: 16px;
  }
}
@media (max-width : 575px) {
  html {
    font-size: 4.59183674vw;
  }
}
body {
  text-rendering: optimizeSpeed;
  font-weight: 400;
  font-family: Intro, Helvetica, Arial, sans-serif;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  color: #06914d;
  -webkit-font-smoothing: antialiased;
  background: #f4f7fc;
  padding-top: 3em;
}
body.is-menu {
  overflow: hidden;
}
body.is-modal {
  overflow: hidden;
}
@media only screen and (max-width : 991px) {
  .hamburger {
    display: block;
  }
  body {
    overflow-x: hidden;
  }
  body.is-menu {
    overflow: hidden;
  }
}
a,
button {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
strong {
  font-weight: 700;
}
b {
  font-weight: 700;
}
.font-header {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "SOFT" 100, "WONK" 0, 'opsz' 8;
}
.font-header-italic {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
  font-variation-settings: "SOFT" 100, "WONK" 0, 'opsz' 8;
}
.overflow {
  overflow: hidden;
}
.pattern-bg {
  background: repeating-linear-gradient(to right, #f4f7fc, #f4f7fc 5px, transparent 5px, transparent 10px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Fraunces", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "SOFT" 100, "WONK" 0, 'opsz' 8;
  text-wrap: balance;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em {
  font-weight: 400;
  font-style: italic;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b {
  color: #c5281c;
  font-weight: inherit;
}
h1 {
  font-size: var(--h1);
  line-height: 0.83333333;
}
h2 {
  font-size: var(--h2);
  line-height: 1.1;
}
h3 {
  font-size: var(--h3);
}
h4 {
  font-size: var(--h4);
}
h5 {
  font-size: var(--h5);
}
p {
  margin: 1.25em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.section {
  max-width: 60rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
@media (max-width : 575px) {
  .section {
    width: 100%;
  }
}
.section--wide {
  max-width: unset;
  width: 95%;
}
.pattern-top {
  position: relative;
  background: #f4f7fc;
}
.pattern-top::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 5px;
  background: repeating-linear-gradient(to right, #f4f7fc, #f4f7fc 5px, transparent 5px, transparent 10px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
  z-index: 2;
}
.pattern-bottom {
  position: relative;
  background: #f4f7fc;
}
.pattern-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(to right, #f4f7fc, #f4f7fc 5px, transparent 5px, transparent 10px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
}
.section-header {
  text-align: center;
  max-width: 40rem;
  margin: 0 auto 4rem;
  text-wrap: balance;
}
.section--wide .section-header {
  max-width: 64rem;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  padding: 0.75em 1.25em;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
  min-width: 7.5em;
  line-height: 1.35714286;
  font-weight: 900;
  background: #06914d;
  color: #fff;
  -webkit-mask-image: radial-gradient(circle 10px at left top, transparent 11px, black 12px), radial-gradient(circle 10px at right top, transparent 11px, black 12px), radial-gradient(circle 10px at left bottom, transparent 11px, black 12px), radial-gradient(circle 10px at right bottom, transparent 11px, black 12px);
          mask-image: radial-gradient(circle 10px at left top, transparent 11px, black 12px), radial-gradient(circle 10px at right top, transparent 11px, black 12px), radial-gradient(circle 10px at left bottom, transparent 11px, black 12px), radial-gradient(circle 10px at right bottom, transparent 11px, black 12px);
  -webkit-mask-composite: source-in, xor;
          mask-composite: intersect;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn span:first-child:last-child {
  margin: 0 auto;
}
.btn svg {
  width: 0.6em;
  height: 0.6em;
}
.btn:hover {
  background: #c12218;
}
.btn.is-loading {
  position: relative;
}
.btn.is-loading span,
.btn.is-loading i {
  color: transparent !important;
}
.btn.is-loading::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  left: 50%;
  top: 50%;
  margin: -0.5em 0 0 -0.5em;
  border: 4px solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s spin infinite;
          animation: 0.75s spin infinite;
}
.btn--mw {
  min-width: 16.42857143em;
}
@media (max-width : 575px) {
  .btn--mw {
    min-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    width: 100%;
  }
}
.btn--white {
  background: #f4f7fc;
  color: #06914d;
}
.btn--white:hover {
  background: #06914d;
  color: #f4f7fc;
}
.mustache {
  position: relative;
  padding-top: 1.5em;
  margin-top: 1.75em;
}
.mustache::before {
  content: "";
  position: absolute;
  background: url(../img/mustache.png) no-repeat 50% 50% / contain;
  width: 8em;
  height: 5.35em;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-45%, -30%);
      -ms-transform: translate(-45%, -30%);
          transform: translate(-45%, -30%);
  pointer-events: none;
}
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  z-index: 12;
}
.modal.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__sizer {
  max-width: 66.2rem;
  width: 100%;
  position: relative;
}
.modal__inner {
  max-width: 66.2rem;
  position: relative;
}
.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  font-size: 0.9rem;
  letter-spacing: -0.022em;
  font-weight: 600;
  background: transparent;
  color: #fff;
  padding: 0.75em;
  border: 1px solid #fff;
  border-radius: 3em;
  z-index: 99;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 4.2rem;
  height: 4.2rem;
}
.modal__close:hover {
  color: #000;
  background: #fff;
}
.modal .video-section {
  width: 100%;
}
@media (min-aspect-ratio: 16/10) {
  .modal .video-section {
    max-width: 165vh;
    margin-left: auto;
    margin-right: auto;
  }
}
.cookies {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  max-width: 500px;
  width: 90%;
  background: #fbfbfb;
  -webkit-box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
          box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  color: #191919;
  overflow: hidden;
  font-size: 16px;
  z-index: 17;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  border-radius: 4px;
}
.cookies p:first-child {
  margin-top: 0;
}
.cookies--active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: cookies-modal 0.45s ease-out forwards;
          animation: cookies-modal 0.45s ease-out forwards;
}
@media only screen and (max-width : 991px) {
  .cookies {
    left: 3%;
    width: 94%;
  }
}
.cookies a:not([class]) {
  text-decoration: underline;
}
.cookies a:not([class]):hover {
  text-decoration: none;
}
.cookies__text {
  padding: 1.5em 1.25em 1em;
  max-height: 80vh;
  overflow: auto;
}
.cookies h3,
.cookies h4,
.cookies h5 {
  font-family: Intro, Helvetica, Arial, sans-serif;
}
.cookies h3 {
  font-size: 1.3em;
  margin: 0;
}
.cookies p {
  margin: 1.25em 0;
}
.cookies__terms a {
  margin: 0.5em 0;
}
.cookies__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookies__hidden {
  visibility: hidden;
  position: absolute;
  height: 0;
}
.cookies__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5em;
  margin-top: 1em;
}
.cookies__close--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.cookies__close .btn {
  padding: 1em;
  font-size: 0.8125em;
}
.cookies__content p {
  margin: 0.8em 0;
  font-size: 14px;
}
.cookies--extend-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.cookies .cookies-always {
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
  display: block;
  line-height: 1.14285714;
  position: relative;
}
.cookies .cookies-always input {
  visibility: hidden;
  position: absolute;
  height: 0;
}
.cookies__title {
  margin-bottom: 0.75em;
}
.cookies__title h3 {
  color: inherit;
}
.cookies__list {
  width: 100%;
  margin-bottom: 1em;
}
.cookies__list strong {
  font-size: 1.125em;
}
.cookies__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.8em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  gap: 0.25em;
}
.cookies__list__item__desc {
  width: 100%;
  font-size: 14px;
  max-width: 28.5em;
}
.cookies__list__item__desc p {
  margin-top: 0.25em;
}
.cookies__list__item__desc:first-child p {
  margin-top: 0;
}
@media (max-width : 575px) {
  .cookies {
    border-radius: 8px;
  }
  .cookies__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookies__content > p {
    margin: 0;
    padding-left: 32/18rem;
  }
  .cookies__content > svg {
    position: absolute;
    left: 0.75rem;
    top: 0.75rem;
  }
  .cookies__close {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookies__text {
    padding: 1.25em;
    max-height: 95vh;
  }
  .cookies--extend {
    font-size: 0.9em;
  }
  .cookies--extend p {
    padding-left: 0;
  }
  .cookies--extend .cookies__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
  .cookies--extend .cookies__btns .btn {
    margin: 4/18rem 0;
  }
  .cookies__btns {
    margin-top: 12/18rem;
    width: 100%;
  }
  .cookies__list__item {
    padding: 0.5em 0;
  }
  .cookies__list__item > div:nth-child(2) {
    margin-left: auto;
  }
  .cookies__list__item > div:first-child {
    padding-right: 16/18rem;
  }
  .cookies__list .p-size-2 {
    font-size: 14/18rem;
  }
  .cookies .btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.cookies-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.11111111;
  letter-spacing: -0.011em;
  padding: 0.5em 0.8em 0.5em;
  background: transparent;
  color: #06914d;
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid #06914d;
  position: relative;
  overflow: hidden;
}
.cookies-btn:hover {
  color: #fff;
  background: #06914d;
}
.input-switch {
  position: relative;
  width: 2.4rem;
  height: 1.2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.input-switch__checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.input-switch__checkbox:checked + .input-switch__label {
  background: #06914d;
}
.input-switch__checkbox:checked + .input-switch__label .input-switch__switch {
  -webkit-transform: translateX(1.2rem);
      -ms-transform: translateX(1.2rem);
          transform: translateX(1.2rem);
}
.input-switch__checkbox:checked + .input-switch__label .input-switch__switch i {
  color: #06914d;
}
.input-switch__label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 3em;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.input-switch__label:hover {
  -webkit-box-shadow: inset 0 0 0 0 #06914d, 0 0 0 3px #06914d;
          box-shadow: inset 0 0 0 0 #06914d, 0 0 0 3px #06914d;
}
.input-switch__inner {
  display: block;
}
.input-switch__switch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  margin: 0.1rem;
  background: #fff;
  border-radius: 2em;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.input-switch__switch i {
  font-size: 0.8rem;
  color: #fff;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}
.input-switch__switch i::before {
  margin: 0;
}
.hamburger {
  --hamburger-color: #fff;
  padding: 0;
  width: 2.5em;
  height: 2em;
  cursor: pointer;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  outline: 0;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  overflow: visible;
  background: transparent;
  text-align: center;
  z-index: 5;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  display: none;
  margin: 0;
}
@media only screen and (max-width : 991px) {
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger__box {
  height: 21px;
  width: 1.75em;
  position: relative;
}
.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
  left: 0;
}
.hamburger__inner,
.hamburger__inner:before,
.hamburger__inner:after {
  width: 1.75em;
  height: 3px;
  background-color: var(--hamburger-color);
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger__inner:before,
.hamburger__inner:after {
  content: "";
  display: block;
}
.hamburger__inner:before {
  top: -9px;
}
.hamburger__inner:after {
  bottom: -9px;
}
.hamburger__inner {
  top: 1.5px;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger__inner:before {
  top: 9px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger__inner:after {
  top: 18px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.is-menu .hamburger__inner {
  -webkit-transform: translate3d(0, 9px, 0) rotate(135deg);
          transform: translate3d(0, 9px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.is-menu .hamburger__inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
.is-menu .hamburger__inner::after {
  -webkit-transform: translate3d(0, -18px, 0) rotate(-270deg);
          transform: translate3d(0, -18px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.input .error-message,
.group-control .error-message {
  font-size: 0.75rem;
  color: #c5281c;
  margin: 5px 0 0;
}
@media (min-width: 576px) {
  .input-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.5rem 0;
    gap: 1.5em;
  }
  .input-grid > .input {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}
.input {
  margin: 1.5rem 0;
}
.input--text {
  position: relative;
}
.input--text.is-error input,
.input--text.is-error textarea,
.input--text.is-error select {
  border-color: #ff8d8d;
}
.input--text.is-error input:focus,
.input--text.is-error textarea:focus,
.input--text.is-error select:focus {
  border-color: #ff8d8d;
}
.input--text .error-message {
  display: block;
  text-align: left;
  opacity: 1;
  pointer-events: none;
}
.input--text label {
  width: 100%;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1em;
  display: block;
}
.input--text input,
.input--text textarea {
  padding: 1em 1em;
  width: 100%;
  background-color: #fff;
  border: 1px solid #b8ddd0;
  border-radius: 0;
  font-size: 0.9rem;
  line-height: 1;
  display: block;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.input--text input::-webkit-input-placeholder,
.input--text textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.input--text input:-moz-placeholder,
.input--text textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.input--text input::-moz-placeholder,
.input--text textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.input--text input:-ms-input-placeholder,
.input--text textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width : 575px) {
  .input--text input,
  .input--text textarea {
    height: auto;
  }
}
.input--text input:hover,
.input--text textarea:hover {
  border-color: #a9d2c3;
}
.input--text input:focus,
.input--text textarea:focus {
  outline: 0;
  border-color: #a9d2c3;
}
.input--text input:is(:-webkit-autofill, :autofill),
.input--text textarea:is(:-webkit-autofill, :autofill) {
  background-color: #fff;
  border: 1px solid #a9d2c3;
  color: #fff;
}
.input--text textarea {
  max-width: 100%;
  min-width: 100%;
  line-height: 1.375em;
  height: auto;
}
.input--textarea {
  padding-top: 1.625em;
}
.input--textarea textarea {
  padding-top: 0 !important;
}
.input--submit {
  text-align: right;
}
.input--checkbox {
  position: relative;
  margin: 12/16rem 0;
}
.input--text + .input--checkbox {
  margin-top: 24/16rem;
}
@media (max-width : 575px) {
  .input--checkbox {
    font-size: 0.8rem;
  }
}
.input--checkbox:hover .input--checkbox__label::before {
  border-color: #a9d2c3;
}
.input--checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
  visibility: hidden;
  opacity: 0;
}
.input--checkbox input:checked ~ .input--checkbox__label::after {
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) scale(1) rotate(-45deg);
          transform: translate(-50%, -50%) scale(1) rotate(-45deg);
}
.input--checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 2.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: left;
  padding-left: 3.7rem;
}
.input--checkbox__label {
  display: inline-block;
  font-size: 0.9rem;
  color: #000;
}
.input--checkbox__label a {
  color: inherit;
  text-decoration: underline;
}
.input--checkbox__label a:hover {
  text-decoration: none;
}
.input--checkbox__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  border: 1px solid #b8ddd0;
  background: #fff;
  border-radius: 0;
  width: 2.7rem;
  height: 2.7rem;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.input--checkbox__label::after {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 1.25rem;
  width: 1em;
  height: 0.5em;
  border-bottom: 2px solid #06914d;
  border-left: 2px solid #06914d;
  -webkit-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) scale(0) rotate(-45deg);
          transform: translate(-50%, -50%) scale(0) rotate(-45deg);
}
.input--checkbox .error-message::after {
  left: 14px;
}
.input--checkbox.is-error .input--checkbox__label::before {
  border-color: #ff8d8d;
}
.style-select {
  position: relative;
}
.style-select::after {
  content: '';
  position: absolute;
  right: 0.8em;
  top: 50%;
  margin-top: -0.45em;
  width: 0.64em;
  height: 0.64em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.style-select select {
  -webkit-appearance: none;
  outline: 0;
  cursor: pointer;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  height: 3.5em;
  font-size: 1rem;
  line-height: 1;
  display: block;
  color: #fff;
}
.style-select select:invalid {
  color: rgba(255, 255, 255, 0.6);
}
.style-select select:invalid > option[value=""][disabled] {
  color: rgba(255, 255, 255, 0.6);
}
.style-select select:invalid {
  color: rgba(255, 255, 255, 0.6);
}
.style-select select[disabled] {
  color: rgba(255, 255, 255, 0.6);
}
.style-select select option {
  background: #4D4E59;
  color: #fff;
}
.grecaptcha-badge {
  visibility: hidden;
}
.wpcf7 {
  overflow: hidden;
}
.input-file {
  border: 1px solid #dbdee2;
  font-size: 0.9rem;
  padding: 0 3.5em 0 1em;
  position: relative;
  background: #06914d;
  overflow: hidden;
  display: block;
}
.input-file::after,
.input-file::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  bottom: -1px;
  width: 2em;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  background: #c5281c;
}
.input-file::before {
  right: 1.2em;
  width: 2em;
  background: #f4f7fc;
}
.input-file:hover {
  background: #028042;
}
.input-file__name {
  display: block;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-file__name img {
  max-width: 3.5em;
  max-height: 2.5em;
}
.input-file__name span {
  padding: 1em 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input-file input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
@font-face {
  font-family: 'Intro';
  src: url('../fonts/IntroBold.woff2') format('woff2'), url('../fonts/IntroBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intro';
  src: url('../fonts/IntroRegular.woff2') format('woff2'), url('../fonts/IntroRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.main-header {
  position: fixed;
  top: 0;
  background: #00601d;
  z-index: 12;
  width: 100%;
  color: #fff;
}
.main-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  min-height: 3rem;
  position: relative;
}
.main-header__logo {
  background: #00601d;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  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;
}
.main-header__logo a {
  padding: 1em 1em;
  display: block;
  background: #00601d;
}
.main-header__logo::before {
  content: "";
  width: 100%;
  height: 3em;
  z-index: -1;
  left: 0;
  top: -1.5em;
  position: absolute;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 1em rgba(0, 0, 0, 0.4);
}
.main-header__logo img {
  max-width: 5rem;
  display: block;
}
.main-header__nav {
  font-size: 0.9rem;
}
.main-header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header__nav ul li:first-child::marker {
  content: "";
}
.main-header__nav a {
  color: #fff;
  text-decoration: none;
  text-underline-offset: 0.16666667em;
  text-decoration-thickness: 0.075em;
}
.main-header__nav a.is-current {
  text-decoration: underline;
  text-decoration-thickness: 0.075em;
}
.main-header__nav a:hover {
  text-decoration: underline;
  text-decoration-thickness: 0.125em;
}
.main-header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 5px;
  background: repeating-linear-gradient(to right, #00601d, #00601d 5px, transparent 5px, transparent 10px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
}
@media only screen and (max-width : 991px) {
  .main-header__inner {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .main-header__logo img {
    max-width: 4.5rem;
  }
  .main-header__nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    padding-top: 7rem;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25em;
    background-size: auto 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -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;
    background: #00601d;
  }
  body.is-menu .main-header__nav {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .main-header__nav ul {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4vh;
  }
  .main-header__nav ul .sep {
    display: none;
  }
  .main-header__nav .btn {
    font-size: 1em;
  }
}
.hero-section {
  position: relative;
  color: #f4f7fc;
  background: #00601d;
  background: -webkit-gradient(linear, left top, left bottom, from(#024117), color-stop(30%, #06813d));
  background: linear-gradient(180deg, #024117 0%, #06813d 30%);
  background: url(../img/header.jpg) repeat-x 50% 0%;
  background-size: auto 100%;
  overflow: hidden;
}
.hero-section .section {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 2rem;
  display: -ms-grid;
  display: grid;
  gap: 1em;
  -ms-grid-columns: 1fr min(19.5rem, 45%);
  grid-template-columns: 1fr min(19.5rem, 45%);
}
@media (max-width : 575px) {
  .hero-section .section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.hero-section__image::before {
  content: "";
  width: 14.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  background: #ede3d3 url(../img/beige.jpg) 50% 50% / cover;
  z-index: -1;
  -webkit-transform: translateX(-50%) skew(-7deg);
      -ms-transform: translateX(-50%) skew(-7deg);
          transform: translateX(-50%) skew(-7deg);
}
.hero-section__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3em;
  padding-bottom: 2em;
  text-align: center;
}
@media (max-width : 575px) {
  .hero-section__content {
    padding-top: 0;
  }
}
.hero-section__content img {
  max-width: 25%;
}
.hero-section__content p {
  max-width: 26em;
  margin-left: auto;
  margin-right: auto;
}
.hero-section__content img {
  margin: 0 auto;
  display: block;
}
.hero-section__content__inner {
  position: relative;
}
.hero-section__content__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/italy.png) no-repeat 50% 50% / contain;
  width: 35.5rem;
  height: 40.6rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-section__content h1 {
  line-height: 1.33;
}
.hero-section__content h1 span {
  font-size: 0.75em;
  display: block;
}
.hero-section__content h1 em {
  font-style: inherit;
  font-size: 0.41666667em;
  display: block;
  text-align: right;
  font-weight: inherit;
}
.hero-section__content h1 img {
  max-height: 1.01em;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transform: translate(2%, 5%);
      -ms-transform: translate(2%, 5%);
          transform: translate(2%, 5%);
}
.hero-section__content ul {
  padding: 0;
  margin: 0 auto 1.5em;
  text-align: left;
  max-width: 29em;
}
.hero-section__right {
  padding-top: 2em;
  padding-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
}
.hero-section__box {
  display: block;
  position: relative;
  border-width: 17px 17px 26px 17px;
  border-image-source: url('../img/hero-corners.png');
  border-image-slice: 17 17 26 17 fill;
  border-image-width: 17px 17px 26px 17px;
  border-image-repeat: stretch;
  padding: 2.5rem 1rem 2rem;
  text-align: center;
}
.hero-section__box p {
  max-width: 16em;
  margin: 1em auto 0;
}
.hero-section__box h3 {
  position: relative;
  font-size: 3rem;
  text-align: left;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 4.5em;
  line-height: 1;
}
.hero-section__box h3::after {
  content: "";
  position: absolute;
  background: url(../img/badge.png) no-repeat 50% 50% / contain;
  width: 3.06666667em;
  height: 3.68333333em;
  bottom: -0.2em;
}
.hero-section__box__pinsa {
  margin: -3.5em -0.25em -2.5em -3.5em;
}
.hero-section__box__pinsa img {
  display: block;
  margin: 0 auto;
}
.join {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
.join .section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50%;
  grid-template-columns: 1fr 50%;
  gap: 2rem;
}
@media only screen and (max-width : 991px) {
  .join .section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.join__success {
  text-align: center;
  min-height: 24rem;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join__success svg {
  width: 3em;
  height: 3em;
}
.join__success h2 {
  font-size: 5rem;
}
.join__success h3 {
  font-size: 3rem;
}
.join__info__box {
  border-width: 13px ;
  border-style: solid;
  border-image-source: url('../img/green-corners.png');
  border-image-slice: 13 fill;
  border-image-width: 13px;
  border-image-repeat: stretch;
  padding: 1.5em 1em;
  position: relative;
  text-align: center;
}
.join__info__box p {
  text-wrap: balance;
  max-width: 19em;
  margin-left: auto;
  margin-right: auto;
}
.join__info__box p:last-child {
  max-width: 23em;
}
.join__info__box::before {
  content: "";
  position: absolute;
  background: url(../img/heart.png) no-repeat 50% 50% / contain;
  width: 7.95rem;
  height: 7.65rem;
  left: 1em;
  top: -2.25em;
}
.join__info__box h2 {
  text-align: center;
  margin-bottom: 0;
}
@media (max-width : 575px) {
  .join__info__box {
    padding-left: 0;
    padding-right: 0;
  }
  .join__info__box::before {
    top: -3em;
    left: 0;
  }
}
.prizes {
  background: #b92316 url(../img/red2.jpg) 50% 50% / cover;
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
  color: #fff;
}
.prizes .section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 54%;
  grid-template-columns: 1fr 54%;
  gap: 1rem;
}
@media (max-width : 575px) {
  .prizes .section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.prizes h4 {
  font-size: 5rem;
  line-height: 0.85;
  max-width: 4.8em;
}
.prizes h4 strong {
  display: block;
  font-weight: inherit;
}
.prizes h4 span {
  font-size: 0.6em;
  margin-left: auto;
  display: block;
  margin-right: 1em;
  margin-top: 0.4em;
  text-align: right;
}
.prizes p {
  text-wrap: balance;
}
.prizes ul {
  padding-left: 1em;
}
.prizes__image img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .prizes__image img {
    margin-top: -3em;
  }
}
@media (max-width : 575px) {
  .prizes__image {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .prizes h4 {
    font-size: 2.2em;
    line-height: 1;
    max-width: 8.94736842em;
  }
  .prizes h4 span {
    font-size: 0.8em;
  }
}
.about {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}
.about__grid,
.about__item,
.about__item__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 51.5%;
  grid-template-columns: 1fr 51.5%;
  gap: 2.5em 2em;
}
.about__content {
  position: relative;
  padding-bottom: 2.5em;
}
.about__content h2 {
  font-size: 5em;
  line-height: 0.833333;
}
.about__content h2 span {
  font-size: max(16px, 0.28em);
  display: block;
  text-transform: uppercase;
  margin-bottom: 0.2em;
}
.about__content p {
  max-width: 25em;
}
.about__content::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150%;
  height: 5px;
  background: repeating-linear-gradient(to right, #06914d, #06914d 5px, transparent 5px, transparent 10px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
}
.about__hand {
  position: relative;
}
.about__hand img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  min-width: 760px;
  max-width: 1700px;
  z-index: 1;
}
.about__grid {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.about__ingredients {
  font-size: 0.9rem;
}
.about__ingredients span {
  font-size: 1rem;
}
.about__item {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  position: relative;
  z-index: 2;
  gap: 0 2em;
}
.about__item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.25rem;
  bottom: 0;
  width: 100vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #06914d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.about__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  height: 5px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: repeating-linear-gradient(to right, #f4f7fc, #f4f7fc 5px, transparent 5px, transparent 10px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
  -webkit-transition: 0.3s 0.3s ease;
  transition: 0.3s 0.3s ease;
}
.about__item:not(.is-open)::before {
  -webkit-transform: translateX(-50%) rotateX(90deg);
          transform: translateX(-50%) rotateX(90deg);
}
.about__item:not(.is-open)::after {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.about__item__open {
  -ms-grid-column: 2;
  grid-column: 2;
  position: relative;
  z-index: 4;
}
.about__item.is-open {
  overflow: unset;
}
.about__item.is-open .about__item__content {
  overflow: unset;
}
.about__item.is-open .about__item__image img {
  opacity: 1;
}
.about__item.is-open .about__item__open .btn {
  background: #fff;
  color: #06914d;
}
.about__item.is-open .about__item__open .btn svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.about__item__text {
  padding-top: 2em;
}
.about__item__text h1 {
  margin-bottom: 0.5em;
}
.about__item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about__item__image img {
  -webkit-transition: opacity 0.3s 0.3s ease;
  transition: opacity 0.3s 0.3s ease;
  opacity: 0;
  max-width: 150%;
}
.about__item__content {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  position: relative;
  color: #fff;
}
.about__item__content .about__grid {
  margin-bottom: 3em;
}
.about__item__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: max-height;
  pointer-events: none;
  opacity: 0;
}
.about__item.is-open .about__item__content {
  max-height: 1000px;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width : 575px) {
  .about__grid,
  .about__item,
  .about__item__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .about__hand {
    margin-left: -1rem;
  }
  .about__hand img {
    width: auto;
    max-width: 100%;
    position: relative;
    right: unset;
    top: unset;
    min-width: unset;
  }
  .about__item__open {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .about__item__text {
    padding-top: 0;
  }
  .about__content::after {
    width: auto;
    left: -1rem;
    right: -1rem;
  }
}
.main-footer {
  background: #00601d;
  color: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
  font-size: 0.9rem;
  z-index: 2;
  position: relative;
}
.main-footer .section {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 52%;
  grid-template-columns: 1fr 52%;
  gap: 2rem;
}
.main-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3em;
}
.main-footer__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  padding: 0;
  margin: 0;
}
.main-footer__nav a {
  text-decoration: none;
}
.main-footer__nav a:hover {
  text-decoration: underline;
}
@media (max-width : 575px) {
  .main-footer .section {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .main-footer img {
    display: block;
    margin: 0 auto;
  }
  .main-footer__nav {
    -ms-grid-row: 1;
    grid-row: 1;
    display: block;
    text-align: center;
  }
  .main-footer__nav ul:not(:first-child) {
    margin-top: 1.25em;
  }
}

/*# sourceMappingURL=main.7274.css.map */
