@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Story+Script&display=swap");
@font-face {
  font-family: "planeat-icons";
  src: url("../fonts/planeat-icons.83b748be9366.eot");
  src: url("../fonts/planeat-icons.83b748be9366.eot") format("embedded-opentype"), url("../fonts/planeat-icons.57f4f1334098.woff2") format("woff2"), url("../fonts/planeat-icons.8049c05b60f7.woff") format("woff"), url("../fonts/planeat-icons.39ba6289a882.ttf") format("truetype"), url("../fonts/planeat-icons.1e8177993581.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "planeat-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

.icon-menu:before {
  content: "\e800";
} /* '' */
.icon-x-bold:before {
  content: "\e801";
} /* '' */
.icon-arrow:before {
  content: "\e802";
} /* '' */
.icon-home:before {
  content: "\e803";
} /* '' */
.icon-clock:before {
  content: "\e804";
} /* '' */
.icon-check:before {
  content: "\e805";
} /* '' */
.icon-x:before {
  content: "\e806";
} /* '' */
.icon-calendar:before {
  content: "\e807";
} /* '' */
.icon-phone:before {
  content: "\e808";
} /* '' */
.icon-location:before {
  content: "\e809";
} /* '' */
.icon-bin:before {
  content: "\e80a";
} /* '' */
.icon-user:before {
  content: "\e80b";
} /* '' */
.icon-weight:before {
  content: "\e80c";
} /* '' */
.icon-business:before {
  content: "\e80d";
} /* '' */
.icon-coins:before {
  content: "\e80e";
} /* '' */
.icon-mail:before {
  content: "\e80f";
} /* '' */
.icon-cart:before {
  content: "\e811";
} /* '' */
.icon-search:before {
  content: "\e812";
} /* '' */
.icon-pen:before {
  content: "\e813";
} /* '' */
.icon-question-circle:before {
  content: "\e814";
} /* '' */
.icon-add-circle:before {
  content: "\e815";
} /* '' */
.icon-bill:before {
  content: "\e816";
} /* '' */
.icon-exclamation-circle:before {
  content: "\e817";
} /* '' */
.icon-ai:before {
  content: "\e818";
} /* '' */
.icon-cutlery:before {
  content: "\e819";
} /* '' */
.icon-bag:before {
  content: "\e81a";
} /* '' */
.icon-calendar-bag:before {
  content: "\e81b";
} /* '' */
.icon-x-circle:before {
  content: "\e81c";
} /* '' */
.icon-easy:before {
  content: "\e81d";
} /* '' */
.icon-balance:before {
  content: "\e81e";
} /* '' */
.icon-heart:before {
  content: "\e81f";
} /* '' */
.icon-sort:before {
  content: "\e820";
} /* '' */
.icon-empty-heart:before {
  content: "\e821";
} /* '' */
.icon-free:before {
  content: "\e822";
} /* '' */
.icon-flower:before {
  content: "\e823";
} /* '' */
.icon-qr:before {
  content: "\e824";
} /* '' */
.icon-smiling-user:before {
  content: "\e825";
} /* '' */
.icon-deductible:before {
  content: "\e826";
} /* '' */
.icon-sort-reverse:before {
  content: "\e827";
} /* '' */
.icon-dropdown:before {
  content: "\e828";
} /* '' */
.icon-double-arrow:before {
  content: "\e829";
} /* '' */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, b, u, i, center, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*:where(:not(html, iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

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

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

ol, ul, menu {
  list-style: none;
}

img {
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

strong {
  color: inherit;
}

.container {
  max-width: 80rem;
}

.button {
  border: none;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: "Inter", sans-serif;
}

.button.is-primary.is-focused:not(:active), .button.is-primary:focus:not(:active),
.button.is-focused:not(:active), .button:focus:not(:active) {
  box-shadow: none;
}

.dialog.modal {
  padding: 0.5rem;
}

.label {
  font-weight: inherit;
  color: inherit;
}

.input, .select select, .taginput .taginput-container.is-focusable, .textarea {
  border: 1px solid #cfd9bf;
  box-shadow: inset 0 0 0.25em rgba(56, 50, 50, 0.05);
  color: #2d2828;
  border-radius: 0.4rem;
  transition: 0.2s;
}
.custom-form .input, .custom-form .select select, .custom-form .taginput .taginput-container.is-focusable, .custom-form .textarea {
  border: 1px solid #D7D6D6;
  box-shadow: inset 0 0 0.25em rgba(56, 50, 50, 0.05);
}
.input:hover, .input:focus, .input:active, .select select:hover, .select select:focus, .select select:active, .taginput .taginput-container.is-focusable:hover, .taginput .taginput-container.is-focusable:focus, .taginput .taginput-container.is-focusable:active, .textarea:hover, .textarea:focus, .textarea:active {
  border-color: #5F8029;
}

.select select {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #5F8029;
  border-width: 2px;
  border-radius: 0;
}

.title, .subtitle {
  color: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
}

.content h2:not(:first-child) {
  margin-top: unset;
}

.content ul.unstyled {
  list-style: none;
  margin-left: unset;
  margin-top: unset;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check {
  background-color: #5F8029;
  border-color: #5F8029;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check {
  border-color: #5F8029;
}

.b-radio {
  width: auto;
}
.b-radio .control-label {
  width: 100%;
}
.b-radio.radio input[type=radio] {
  margin: 0;
}
.b-radio.radio input[type=radio]:checked + .check.is-primary, .b-radio.radio input[type=radio]:focus + .check.is-primary, .b-radio.radio input[type=radio]:checked + .check.is-primary, .b-radio.radio input[type=radio]:not(:disabled):hover + .check.is-primary {
  border-color: #5F8029;
  box-shadow: none !important;
}
.b-radio.radio input[type=radio] + .check {
  border-color: #8fa669;
  transition: 0.2s;
}
.b-radio.radio input[type=radio] + .check.is-primary::before {
  background: #5F8029;
}

.notification {
  border-radius: 0;
  text-align: center;
  padding: 0.5rem 2rem;
}
.notification:not(:last-child) {
  margin: 0;
}
.notification.is-success {
  background: #6f8d3e;
}
.notification.is-info {
  background: #21485b;
}
.notification.is-danger {
  background: #dd3503;
}
.notification.is-warning {
  background: #DA9E07;
  color: #fff;
}
.notification > .delete {
  top: 0.55rem;
}

header {
  padding: 1rem 1.5rem;
}
header .fa-bars {
  font-size: 2rem;
  color: #5F8029;
  line-height: 1rem;
  height: 1rem;
}
header .logo {
  margin-right: auto;
}
header .logo img {
  display: block;
  height: 2rem;
}
header a {
  text-decoration: none;
}

.header-wrapper {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  position: relative;
}
.header-wrapper .current-page {
  font-weight: 700;
  color: #383232;
  cursor: default;
}

html {
  scroll-behavior: smooth;
}

html, body {
  font-family: "Inter", sans-serif;
  color: #383232;
  line-height: 1.38;
  overflow-x: hidden;
  background: #f7f9f4;
}

a {
  text-decoration: underline;
  transition: 0.2s;
  cursor: pointer;
}
a:hover {
  color: #557325;
}
a i {
  transition: 0.2s;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

sup {
  vertical-align: text-top;
  font-size: 0.66em;
}

sub {
  vertical-align: text-bottom;
  font-size: 0.66em;
}

h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.12;
}
h1 span {
  display: inline-block;
}

h2 {
  font-size: 2rem;
  margin-bottom: 0.75em;
  font-weight: 700;
  line-height: 1.12;
}

h3 {
  margin-bottom: 0.75em;
  font-weight: 600;
}

h4 {
  font-weight: 700;
}

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

ul {
  margin-bottom: 1.5rem;
}
ul li {
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 1rem;
  background: #5F8029;
  position: absolute;
  top: 0.4em;
  left: 0.2em;
}
ul:last-child {
  margin-bottom: 0;
}

.big-icons-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 0.5rem;
}
.big-icons-list .list-item {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}
.big-icons-list .list-item img {
  width: 4rem;
  height: auto;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  border-radius: 3rem;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  background-color: #5F8029;
  color: #fff;
  padding: 0 1.5em;
  height: 2.5em;
  transition: 0.2s;
  white-space: nowrap;
}
.button .icon-arrow {
  position: relative;
  left: 0;
}
.button:hover, .button:active, .button:focus {
  background-color: #4c6621;
  color: #fff;
}
.button:hover .icon-arrow, .button:active .icon-arrow, .button:focus .icon-arrow {
  left: 0.25rem;
}
.button.negative {
  background-color: #fff;
  color: #4c6621;
}
.button.negative:hover, .button.negative:active, .button.negative:focus {
  color: #394d19;
}
.button.negative[disabled], .button.negative.disabled {
  background-color: #fff !important;
  color: #4c6621 !important;
}
.button.outlined {
  color: #4c6621;
  background-color: transparent;
  border: 2px solid #5F8029;
}
.button.outlined:hover, .button.outlined:active, .button.outlined:focus {
  border-color: #4c6621;
  background-color: #4c6621;
  color: #fff;
}
.button.neg-outlined {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.button.neg-outlined:hover, .button.neg-outlined:active, .button.neg-outlined:focus {
  background-color: #fff;
  color: #4c6621;
}
p + .button, ul + .button {
  margin-top: 1rem;
}

section, footer {
  padding: 2.5rem 1.5rem;
}

.body-wrapper,
.carousel-wrapper {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}

.body-wrapper {
  position: relative;
}
.body-wrapper .pre-title {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #5F8029;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.content-single-column {
  width: 100%;
}

.image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.opening {
  z-index: 1;
}
.opening h1:not(:last-child) {
  margin-bottom: 0.5em;
}
.opening .image {
  background-size: 140%;
  background-position: center 58%;
}

.text-special {
  font-size: 1.75em;
  font-family: "Story Script", "Inter", sans-serif;
  letter-spacing: 0.01rem;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.25;
  color: #4c6621;
}
.text-content + .text-special {
  margin-top: 2rem;
}

.two-columns-text .cta-wrapper {
  margin-top: 2.5rem;
}

.companies-service ul + h3 {
  margin-top: 2.5rem;
}

.home-service .trustpilot-wrapper {
  margin-top: 2.5rem;
  border-top: 1px dotted #cfd9bf;
  padding: 2rem 0 0.5rem;
}

.other-services .body-wrapper {
  row-gap: 2.5rem;
}

.feed {
  background: #eff2ea;
}

.impact .counters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  align-items: baseline;
}
.impact .counters .counter {
  grid-column: span 1;
}
.impact .counters .counter img {
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
}
.impact .counters .counter .counter-value {
  font-weight: 700;
  margin-bottom: 1rem;
}
.impact .counters .counter .counter-value span {
  font-size: 1.25rem;
  display: block;
  white-space: nowrap;
}
.impact .counters .counter h3 {
  margin-bottom: 1rem;
}
.impact .counters .counter div span,
.impact .counters .counter a {
  display: inline-block;
}

.video .video-block {
  margin-top: 2rem;
}
.video .video-wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cards-carousel.swiper {
  width: 100%;
  overflow: unset;
}
.cards-carousel.swiper .swiper-button-prev,
.cards-carousel.swiper .swiper-button-next {
  bottom: calc(100% + 1.25rem);
  top: unset;
  left: unset;
  color: #4c6621;
  font-size: 1.5rem;
}
.cards-carousel.swiper .swiper-button-prev:hover,
.cards-carousel.swiper .swiper-button-next:hover {
  color: #394d19;
}
.cards-carousel.swiper .swiper-button-prev svg,
.cards-carousel.swiper .swiper-button-next svg {
  display: none;
}
.cards-carousel.swiper .swiper-button-prev {
  right: 2.5rem;
}
.cards-carousel.swiper .swiper-button-prev i::before {
  transform: rotate(180deg);
}
.cards-carousel.swiper .swiper-button-next {
  right: -0.5rem;
}
.cards-carousel .swiper-slide {
  background: #fff;
  align-self: stretch;
  height: auto;
  border-radius: 1.2rem;
  overflow: hidden;
}
.cards-carousel .swiper-slide img {
  display: block;
  width: 100%;
}
.cards-carousel .swiper-slide .text {
  padding: 2rem;
}
.cards-carousel .swiper-slide .date {
  font-size: 0.875rem;
  color: #5F8029;
  margin-bottom: 1rem;
}
.cards-carousel .swiper-slide a h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0;
}
.cards-carousel .swiper-slide a:not(:hover) {
  text-decoration: none;
}

.timeline h2 {
  padding-right: 6rem;
}
.timeline .swiper {
  padding-bottom: 3rem;
}
.timeline .swiper:before {
  content: "";
  display: block;
  height: 0.25rem;
  width: 100vw;
  background: #5F8029;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
}
.timeline .swiper-slide {
  position: relative;
  overflow: visible;
  box-shadow: 0 0.5rem 1rem #eff2ea;
}
.timeline .swiper-slide h3 {
  color: #8fa669;
}
.timeline .swiper-slide::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 3rem;
  background: #5F8029;
  position: absolute;
  left: 2.575rem;
  bottom: -3rem;
}
.timeline .swiper-slide .timeline-point {
  width: 1.6rem;
  height: 1.6rem;
  border: 0.25rem solid #5F8029;
  background: #f7f9f4;
  position: absolute;
  bottom: -3.675rem;
  left: 1.9rem;
  border-radius: 1rem;
}

.hbspt-form {
  width: 100%;
}
.hbspt-form fieldset {
  max-width: unset !important;
  width: 100%;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
  float: none !important;
}
.hbspt-form .field {
  margin-bottom: 1.5rem;
}
.hbspt-form .field > label {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}
.hbspt-form .input {
  margin: 0 !important;
  border: 1px solid #cfd9bf;
  border-radius: 0.4rem;
  box-shadow: none;
}
.hbspt-form .hs-input {
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 0.4rem;
  width: 100% !important;
}
.hbspt-form input {
  line-height: 1.5rem;
}
.hbspt-form textarea {
  height: 5.5rem;
}
.hbspt-form .hs-recaptcha {
  padding: 0.5rem 0;
}
.hbspt-form .hs-recaptcha .input {
  border: none;
  height: auto;
}
.hbspt-form input[type=submit] {
  display: inline-flex;
  align-items: center;
  text-align: center;
  border-radius: 3rem;
  font-weight: 500;
  background-color: #5F8029;
  color: #fff;
  padding: 0 1.5em;
  height: 2.5em;
  transition: 0.2s;
  white-space: nowrap;
  cursor: pointer;
  min-width: 10rem;
}
.hbspt-form input[type=submit]:hover, .hbspt-form input[type=submit]:active, .hbspt-form input[type=submit]:focus {
  background-color: #4c6621;
  color: #fff;
}
.hbspt-form .hs-error-msgs {
  margin-top: 0.2rem;
  color: #dd3503;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.hbspt-form .hs-error-msgs li {
  padding-left: 1rem;
}
.hbspt-form .hs-error-msgs li::before {
  width: 0.3rem;
  height: 0.3rem;
  top: 0.6em;
  background-color: #dd3503;
}

@media screen and (min-width: 37.5em) {
  .hbspt-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hbspt-form fieldset.form-columns-2 .hs-form-field {
    width: 50% !important;
  }
  .hbspt-form .form-columns-2 {
    display: flex;
    gap: 1rem;
  }
  .hbspt-form .hs-recaptcha {
    margin: 0;
  }
  .hbspt-form .hs-submit {
    align-self: center;
  }
}
footer {
  background: #1c260c;
  color: #fff;
}

.footer-wrapper {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
.footer-wrapper a {
  text-decoration: none;
}
.footer-wrapper .footer-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
}
.footer-wrapper .footer-links .footer-links-title {
  grid-column: span 2;
  font-weight: 600;
  color: #8fa669;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
}
.footer-wrapper .footer-contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.footer-wrapper .footer-contacts .button {
  font-size: 1rem;
}
.footer-wrapper .footer-contacts .social-icons {
  display: flex;
  justify-content: space-between;
  font-size: 2rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.footer-wrapper .logo-icon {
  display: none;
}
.footer-wrapper .footer-legal {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px solid #2f4014;
}
.footer-wrapper .footer-legal .copyright {
  opacity: 0.5;
}
.footer-wrapper .footer-legal .copyright span {
  display: inline-block;
}
.footer-wrapper .footer-legal .legal-links {
  display: flex;
}

.companies .accordion-menu {
  width: 100%;
}
.companies .accordion-menu-item:not(:last-child) {
  border-bottom: 2px solid #dfe6d4;
}
.companies .accordion-menu-item.active .accordion-menu-header i {
  transform: rotate(0);
}
.companies .accordion-menu-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.companies .accordion-menu-header h3 {
  margin: 0;
  padding: 2rem 0;
}
.companies .accordion-menu-header i {
  line-height: 1rem;
  color: #5F8029;
  transition: 0.4s ease;
  transform: rotate(45deg);
  font-size: 1rem;
  width: 1.25rem;
}
.companies .accordion-menu-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.companies .accordion-menu-body ul {
  margin-bottom: 2.5rem;
}
.companies .screenshots {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
  margin-bottom: 2.5rem;
  max-width: 26rem;
}
.companies .desktop-accordion-images {
  display: none;
}
.companies .delivery-methods h2 {
  margin-bottom: calc(0.75em - 2rem);
}
.companies .delivery-methods img {
  border-radius: 0.6rem;
  border: 2px solid #fff;
  box-shadow: 0 0 1.5rem rgba(56, 50, 50, 0.1);
}
.companies .our-clients {
  text-align: center;
}
.companies .our-clients h2 {
  margin-bottom: 1.5em;
}
.companies .our-clients .swiper .swiper-pagination {
  position: relative;
  margin-top: 2rem;
}
.companies .our-clients .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #afbf94;
  transition: 0.3s;
}
.companies .our-clients .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #5F8029;
}
.companies .our-clients .swiper .swiper-slide {
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.companies .our-clients .fullpage-carousel {
  width: 100%;
}
.companies .cta-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.companies .cta-section .button {
  width: 100%;
  max-width: 20rem;
}

.schools .opening .image {
  background-size: cover;
}

.schools-case-study .infographics {
  padding: 2rem 2rem 4rem;
  width: calc(100% + 4rem);
  margin: 2.5rem -2rem -2.5rem;
  background: #eff2ea;
}
.schools-case-study .infographics .wrapper {
  width: 100%;
}
.schools-case-study .infographics h3 {
  margin-bottom: 1.5rem;
}
.schools-case-study .chart {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: stretch;
  height: 15rem;
  width: 100%;
}
.schools-case-study .chart .with-planeat-bar,
.schools-case-study .chart .without-planeat-bar {
  display: flex;
  height: 5rem;
  position: absolute;
  left: 0;
  align-items: center;
  padding: 0 1rem;
  color: #fff;
  z-index: 1;
  border-radius: 0 0.4rem 0.4rem 0;
}
.schools-case-study .chart .with-planeat-bar {
  top: 8rem;
  width: 41.15%;
  background: #5F8029;
  -moz-column-gap: 0.3rem;
       column-gap: 0.3rem;
}
.schools-case-study .chart .without-planeat-bar {
  top: 2rem;
  width: 87.13%;
  background: #c75a17;
}
.schools-case-study .chart .v-line {
  width: 1px;
  background: #cfd9bf;
  position: relative;
}
.schools-case-study .chart .v-line span {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  transform: translateX(-50%);
  font-size: 0.875rem;
}
.hero:nth-child(even) ~ .schools-case-study + .in-page-contact-form:nth-child(odd) {
  background: #f7f9f4;
}

.animation {
  transition: all 0.5s ease-out;
}

.fade-in {
  opacity: 0;
}
.fade-in.from-bottom {
  transform: translateY(2rem);
}
.fade-in.from-left {
  transform: translateX(-2rem);
}
.fade-in.from-right {
  transform: translateX(2rem);
}
.fade-in.animated {
  opacity: 1;
}
.fade-in.animated.from-bottom {
  transform: translateY(0);
}
.fade-in.animated.from-left, .fade-in.animated.from-right {
  transform: translateX(0);
}

.track {
  position: relative;
}
.track .body-wrapper {
  z-index: 1;
}
.track .scroller {
  position: absolute;
  width: auto;
  max-width: unset;
  height: calc(100% + 2rem);
  top: -1rem;
  left: 6rem;
  opacity: 0.05;
}

@media screen and (max-width: 23.375em) {
  h1 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 39.999em) {
  .desktop-only {
    display: none;
  }
  .body-wrapper {
    align-items: flex-start;
  }
  .body-wrapper .image {
    padding-top: calc(100% + 4rem);
  }
  .counters {
    margin-bottom: 2.5rem;
  }
  .video {
    padding-bottom: 0;
  }
  .video .video-block {
    width: calc(100% + 4rem);
    margin: 2rem -2rem 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 79.999em) {
  .other-services .body-wrapper {
    display: grid;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .other-services .service-block {
    grid-column: span 1;
  }
  .impact .body-wrapper {
    flex-direction: row;
    gap: 3rem;
  }
  .impact .text-content,
  .impact .counters {
    width: 50%;
  }
}
@media screen and (min-width: 40em) and (max-width: 59.999em) {
  .body-wrapper .image {
    padding-top: calc(61.8% + 4rem);
  }
  .opening .image {
    background-size: 120%;
  }
  .other-services .body-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 60em) and (max-width: 63.999em) {
  .opening .image {
    background-size: 100%;
    background-position: center 58%;
  }
}
@media screen and (min-width: 60em) and (max-width: 79.999em) {
  .body-wrapper .image {
    padding-top: calc(50% + 4rem);
  }
  .other-services .body-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 63.999em) {
  .login-icon {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #5F8029;
    margin-left: auto;
  }
  .menu-button {
    width: 28px;
    height: 39px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
    cursor: pointer;
  }
  .menu-button span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #5F8029;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.2s ease-in-out;
  }
  .menu-button span:nth-child(1) {
    top: 10px;
  }
  .menu-button span:nth-child(2), .menu-button span:nth-child(3) {
    top: 18px;
  }
  .menu-button span:nth-child(4) {
    top: 26px;
  }
  nav {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    row-gap: 1.5rem;
    padding: 0 2rem 2rem;
    position: absolute;
    top: calc(100% + 2rem);
    left: calc(100% + 2rem);
    width: calc(100% + 4rem);
    background: #f7f9f4;
    z-index: 2;
    transition: 0.2s;
    text-align: center;
    overflow-y: auto;
  }
  nav .submenu-trigger > span {
    display: none;
  }
  nav .submenu {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
  }
  nav .button {
    line-height: 2.5rem;
  }
  .menu-open {
    overflow: hidden;
  }
  .menu-open .menu-button span:nth-child(1) {
    top: 1rem;
    width: 0%;
    left: 50%;
  }
  .menu-open .menu-button span:nth-child(2) {
    transform: rotate(45deg);
  }
  .menu-open .menu-button span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .menu-open .menu-button span:nth-child(4) {
    top: 1rem;
    width: 0%;
    left: 50%;
  }
  .menu-open nav {
    left: -2rem;
  }
  .menu-open nav .button {
    left: 2rem;
  }
  .body-wrapper .image {
    width: calc(100% + 4rem);
    margin: 2.5rem -2rem;
  }
  .body-wrapper .image:first-child {
    margin-top: -2.5rem;
  }
  .body-wrapper .image:last-child {
    margin-bottom: -2.5rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 79.999em) {
  .big-image .image {
    margin: 3rem -3rem;
  }
  .big-image .image:first-child {
    margin-top: -3rem;
  }
  .big-image .image:last-child {
    margin-bottom: -3rem;
  }
  .schools-case-study .infographics {
    width: calc(100% + 6rem);
    margin: 3rem -3rem -3rem;
    padding: 3rem 3rem 5rem;
  }
  .schools-case-study .infographics .with-planeat-bar,
  .schools-case-study .infographics .without-planeat-bar {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 79.999em) {
  .hero:nth-child(even) ~ section:nth-child(odd),
  .opening:nth-child(even) ~ section:nth-child(odd),
  .hero:nth-child(odd) ~ section:nth-child(even),
  .opening:nth-child(odd) ~ section:nth-child(even) {
    background: #eff2ea;
  }
  .body-wrapper {
    display: flex;
    flex-direction: column;
  }
  .body-wrapper .button {
    justify-content: space-between;
  }
  .three-columns-grid div.card:not(:last-child) {
    margin-bottom: 1.5rem;
  }
  .schools-case-study .body-wrapper {
    flex-direction: column-reverse;
  }
  .opening,
  .hero {
    padding-top: 1rem;
  }
  .companies-service h3 {
    font-size: 1.25rem;
  }
  .two-columns-text .content-block + .content-block {
    margin-top: 1.5rem;
  }
  .other-services .service-block:not(:last-of-type) {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #dfe6d4;
  }
  footer {
    font-size: 0.875rem;
  }
  footer .footer-links {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #2f4014;
  }
  .footer-legal .copyright {
    margin-bottom: 2.5rem;
  }
  .footer-legal .legal-links {
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .scroller,
  .scrollerbis {
    display: none;
  }
  .companies .delivery-methods h3,
  .companies .contribution-methods h3 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 25em) {
  header {
    padding: 1.5rem 2rem;
  }
  section, footer {
    padding: 2.5rem 2rem;
  }
}
@media screen and (min-width: 40em) {
  .mobile-only {
    display: none;
  }
  .body-wrapper.two-columns-section {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .body-wrapper.two-columns-section .columns-wrapper {
    width: 50%;
  }
  .companies-service ul:not(:last-child) {
    margin-bottom: 3rem;
  }
  .two-columns-text.text-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    align-items: baseline;
  }
  .two-columns-text h2 {
    grid-column: span 2;
  }
  .two-columns-text .cta-wrapper {
    grid-column: span 2;
  }
  .big-icons-list {
    padding-top: 1rem;
    gap: 3rem;
  }
  .big-icons-list .list-item {
    gap: 3rem;
  }
  .big-icons-list .list-item img {
    width: 5rem;
  }
  .box-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 3rem;
  }
  .box-list li {
    margin: 0;
  }
  .video .video-wrapper {
    border-radius: 1.2rem;
  }
  .companies .our-clients .swiper .swiper-slide {
    padding: 0.5rem 1.5rem;
  }
  .about-us .closing {
    text-align: center;
  }
  .about-us .closing .text-special {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64em) {
  header {
    padding: 2rem 3rem;
  }
  header .logo img {
    height: 2.5rem;
  }
  header nav {
    display: flex;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    justify-content: space-between;
    align-items: center;
  }
  header .submenu-trigger {
    position: relative;
    cursor: default;
    padding: 0.5rem 0;
  }
  header .submenu-trigger span {
    transition: 0.2s;
    display: flex;
    align-items: center;
    -moz-column-gap: 0.3em;
         column-gap: 0.3em;
  }
  header .submenu-trigger span i::before {
    transition: 0.2s;
  }
  header .submenu-trigger:hover span i::before {
    transform: rotate(-180deg);
  }
  header .submenu-trigger:hover .submenu {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    background: #fff;
    border-radius: 1.2rem;
    padding: 2rem;
    box-shadow: 0 0 1rem rgba(47, 64, 20, 0.1);
    position: absolute;
    top: 100%;
    left: -2rem;
    z-index: 2;
    min-width: calc(100% + 3.5rem);
  }
  header .submenu-trigger:hover .submenu a {
    white-space: nowrap;
  }
  header .login-icon,
  header .submenu,
  header .menu-button {
    display: none;
  }
  .opening {
    position: relative;
  }
  .opening .title-content {
    padding: 3rem 0 1.5rem;
  }
  .opening .image {
    grid-column: 6/13;
    grid-row: span 2;
    margin: 0;
    border-radius: 1.8rem;
    background-size: 130%;
  }
  .hero {
    position: relative;
    color: #fff;
    padding: 4rem 3rem;
    display: flex;
    align-items: center;
  }
  .hero .body-wrapper {
    position: unset;
    flex-direction: row;
    gap: 3rem;
  }
  .hero .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0;
  }
  .hero::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(28, 38, 12, 0.9);
    z-index: 2;
  }
  .hero .title-content {
    position: relative;
    width: 61.8%;
    z-index: 3;
    margin: 0;
  }
  .hero .text-content {
    z-index: 3;
    width: 38.2%;
  }
  .hero .text-special {
    color: #fff;
  }
  .impact .counters .counter .counter-value span {
    font-size: 1.5rem;
  }
  .video .video-block {
    margin: 0;
  }
  section, footer {
    padding: 3rem;
  }
}
@media screen and (min-width: 64em) and (max-width: 79.999em) {
  .opening {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: -1.5rem;
  }
  .opening .body-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .opening .title-content {
    grid-column: 1/6;
    grid-row: 1;
  }
  .opening .text-content {
    grid-column: 1/6;
    grid-row: 2;
    padding-bottom: 4.5rem;
  }
  .video .body-wrapper {
    flex-direction: row;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .video .body-wrapper .text-content {
    width: 33.333%;
  }
  .video .body-wrapper .video-block {
    width: 66.666%;
    margin: 0;
  }
}
@media screen and (min-width: 80em) {
  body {
    font-size: 1.125rem;
  }
  h1 {
    font-size: 3rem;
  }
  .schools h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  header {
    padding: 3rem 4rem;
  }
  header .logo img {
    height: 3rem;
  }
  header nav {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .header-wrapper {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  section,
  footer {
    padding: 4rem;
  }
  .hero {
    padding: 6rem 4rem;
  }
  .hero .body-wrapper {
    gap: unset;
  }
  .hero .title-content,
  .hero .text-content {
    grid-column: 1/8;
    width: 100%;
  }
  .hero .text-content {
    margin-top: 2rem;
  }
  .hero::after {
    background: linear-gradient(90deg, rgba(28, 38, 12, 0.9) 50%, rgba(28, 38, 12, 0) 90%);
  }
  .body-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .body-wrapper .pre-title {
    margin-bottom: 1rem;
  }
  .body-wrapper > h2, .body-wrapper > .pre-title {
    grid-column: span 12;
  }
  .body-wrapper .content-single-column {
    grid-column: 4/10;
  }
  .big-image .body-wrapper {
    min-height: 31.8vw;
    align-items: center;
  }
  .big-image .image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(41.6666666667% - 2.333rem + 50vw - 50%);
  }
  .big-image .image.desktop-left {
    right: calc(58.3333333333% + 2.333rem);
    border-radius: 0 1.8rem 1.8rem 0;
  }
  .big-image .image.desktop-right {
    left: calc(58.3333333333% + 2.333rem);
    border-radius: 1.8rem 0 0 1.8rem;
  }
  .big-image .text-content {
    padding: 4rem 0;
  }
  .big-image + .big-image {
    padding-top: 0;
  }
  .text-content.desktop-left {
    grid-column: 1/8;
  }
  .text-content.desktop-right {
    grid-column: 6/13;
  }
  .text-content.desktop-full {
    grid-column: span 12;
  }
  .text-special.desktop-left, .text-special.desktop-right {
    margin: 0;
    position: relative;
    top: -0.25rem;
  }
  .text-special.desktop-left {
    grid-column: 1/6;
  }
  .text-special.desktop-right {
    grid-column: 8/13;
  }
  .opening {
    padding-top: 0;
    margin-bottom: -6rem;
  }
  .opening .title-content {
    grid-column: 1/6;
    grid-row: 1;
    padding-top: 4.5rem;
  }
  .opening h1:not(:last-child) {
    margin-bottom: 1em;
  }
  .opening .text-content {
    grid-column: 1/6;
    grid-row: 2;
  }
  .opening .text-content:last-child {
    padding-bottom: 6rem;
  }
  .three-columns-grid .body-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 6rem;
    align-items: stretch;
  }
  .three-columns-grid h2 {
    width: 100%;
    margin: 0;
  }
  .three-columns-grid div.card {
    width: calc(33.3333333333% - 4rem);
  }
  .big-icons-list .list-item {
    gap: 3rem;
  }
  .big-icons-list .list-item img {
    width: 6rem;
  }
  .schools-opening .text-content {
    grid-column: span 7;
  }
  .home-service .trustpilot-wrapper {
    margin-top: 4rem;
    margin-left: -1.2rem;
    width: calc(100% + 1.3rem);
    padding: 0;
    border: none;
  }
  .other-services .body-wrapper {
    row-gap: 6rem;
  }
  .other-services .service-block {
    grid-column: span 4;
  }
  .impact .text-content {
    grid-column: span 4;
  }
  .impact .counters {
    grid-column: span 8;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 3rem;
    margin-top: -0.75rem;
  }
  .impact .counters .counter img {
    width: 6rem;
    height: 6rem;
    margin-bottom: 1.5rem;
  }
  .impact .counters .counter .counter-value span {
    font-size: 2rem;
  }
  .impact .counters .counter h3 {
    margin-bottom: 2rem;
  }
  .video {
    padding-top: 0;
  }
  .video .text-content {
    grid-column: span 4;
    align-self: center;
  }
  .video .video-block {
    grid-column: span 8;
  }
  .video .video-wrapper {
    margin: 0;
  }
  .schools-case-study .infographics {
    margin: 0;
    padding: 4rem 4rem 6rem 4.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(41.6666666667% - 2.333rem + 50vw - 50%);
    right: calc(58.3333333333% + 2.333rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0 1.8rem 1.8rem 0;
  }
  .in-page-contact-form:last-of-type {
    padding-bottom: 8rem;
  }
  .footer-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    font-size: 1rem;
  }
  .footer-wrapper .footer-links {
    grid-column: span 5;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 6rem;
         column-gap: 6rem;
    align-self: baseline;
  }
  .footer-wrapper .footer-links .footer-links-title {
    grid-column: span 2;
  }
  .footer-wrapper .footer-contacts {
    grid-column: span 2;
    flex-direction: column;
  }
  .footer-wrapper .footer-contacts .button {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.25rem;
  }
  .footer-wrapper .logo-icon {
    display: block;
    width: 6rem;
  }
  .footer-wrapper .footer-legal {
    grid-column: span 12;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 4rem;
    margin-top: 4rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .footer-wrapper .footer-legal .copyright {
    margin-right: auto;
  }
  .footer-wrapper .footer-legal .legal-links {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .companies .accordion-menu {
    align-content: center;
  }
  .companies .desktop-accordion-images {
    display: block;
    grid-column: 8/13;
    align-content: center;
  }
  .companies .desktop-accordion-images img {
    border-radius: 1.2rem;
  }
  .companies .desktop-screenshots {
    display: none;
    width: 100%;
  }
  .companies .desktop-screenshots.active {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .accordion-menu-item .screenshots {
    display: none;
  }
  .cta-section {
    padding-top: 0;
  }
  .cards-carousel.swiper .swiper-button-prev,
  .cards-carousel.swiper .swiper-button-next {
    bottom: calc(100% + 1.5rem);
  }
  .about-us .closing {
    padding-bottom: 6rem;
  }
  .about-us .closing .text-special {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 100em) {
  header {
    padding: 4rem 6rem;
  }
  body {
    font-size: 1.25rem;
  }
  h1 {
    font-size: 3.5rem;
  }
  .schools h1 {
    font-size: 3rem;
  }
  section,
  footer {
    padding: 6rem;
  }
  .opening {
    margin-bottom: -9rem;
  }
  .opening .text-content:last-child {
    padding-bottom: 9rem;
  }
  .hero {
    padding: 9rem 6rem;
  }
  .hero .text-content {
    margin-top: 3rem;
  }
  .body-wrapper {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .big-image .body-wrapper {
    min-height: 30vw;
  }
  .big-image .image {
    width: calc(41.6666666667% - 3.5rem + 50vw - 50%);
  }
  .big-image .image.desktop-left {
    right: calc(58.3333333333% + 3.5rem);
  }
  .big-image .image.desktop-right {
    left: calc(58.3333333333% + 3.5rem);
  }
  .impact .counters {
    margin-top: -2.25rem;
  }
  .impact .counters .counter img {
    width: 7.5rem;
    height: 7.5rem;
  }
  .track .scroller {
    top: 0;
  }
  .schools-case-study .infographics {
    padding: 6rem 6rem 8rem 6.5rem;
    width: calc(41.6666666667% - 3.5rem + 50vw - 50%);
    right: calc(58.3333333333% + 3.5rem);
  }
  .schools-case-study .infographics .wrapper {
    max-width: 50rem;
  }
  .schools-case-study .infographics .with-planeat-bar,
  .schools-case-study .infographics .without-planeat-bar {
    padding: 0 2rem;
  }
  .about-us .closing {
    padding-bottom: 8rem;
  }
  .in-page-contact-form:last-of-type {
    padding-bottom: 10rem;
  }
}
@media screen and (min-width: 120em) {
  header .logo img {
    height: 3.5rem;
  }
  h1 {
    font-size: 4rem;
  }
  .schools h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 3rem;
    margin-bottom: 1em;
  }
  .opening .title-content {
    padding-top: 6rem;
  }
  .big-image .body-wrapper {
    min-height: 25vw;
  }
  .big-image .text-content {
    padding: 6rem 0;
  }
  .impact .counters {
    margin-top: -0.75rem;
  }
  .companies .delivery-methods h2 {
    margin-bottom: calc(1em - 2rem);
  }
  .cards-carousel.swiper .swiper-button-prev,
  .cards-carousel.swiper .swiper-button-next {
    bottom: calc(100% + 2.5rem);
  }
  .about-us .closing .text-special {
    font-size: 3rem;
  }
}
@media screen and (min-width: 150em) {
  .companies .our-clients .swiper .swiper-slide {
    padding: 1rem 3rem;
  }
}/*# sourceMappingURL=main.css.map */