* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

body {
  margin: 0;
  font-size: 15px;
  line-height: 1.15;
  font-family: 'Fira';
  color: #58595b; }

a {
  color: #0f6842;
  text-decoration: none;
  font-weight: 500; }
  a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden; }

strong {
  font-weight: 800 !important; }

h1 {
  font-size: 2.3em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.3333em; }

h4 {
  font-size: 1.2em; }

h1, h2, h3, h4 {
  font-weight: normal;
  font-family: 'Fira';
  margin: 0; }

section {
  scroll-margin-top: 100px; }

.btn {
  background: #164127;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  padding: 18px 32px;
  border-radius: 50px;
  margin-top: 32px;
  display: inline-block;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  display: none; }
  #sidebar .sidebar-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    backdrop-filter: blur(0px);
    transition: all 0.3s ease; }
  #sidebar .sidebar-main {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85vw;
    max-width: 410px;
    background: white;
    transform: translateX(100%);
    transition: transform 0.3s ease; }
  #sidebar .close {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: end; }
    #sidebar.open .sidebar-back {
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(5px); }
    #sidebar.open .sidebar-main {
      transform: translateX(0%); }
  #sidebar div.mod-languages {
    margin-top: 15px; }

.sidebar-open, #sidebar .close {
  font-size: 36px;
  color: #0f6842;
  text-align: right; }

.header-container {
  margin-bottom: 230px; }

.header .megamenu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 99; }
  .header .megamenu * {
    transition: 335ms ease;
    transition-property: padding, width, height; }
  .header .megamenu .wrap {
    display: flex;
    justify-content: space-between; }
    .header .megamenu .wrap .left, .header .megamenu .wrap .right {
      display: flex;
      align-items: center; }
    .header .megamenu .wrap .left {
      padding: 24px 0; }
    .header .megamenu .wrap ul.mod-menu {
      display: flex;
      gap: 24px;
      list-style: none;
      text-transform: uppercase;
      font-size: 18px;
      padding: 0; }
      .header .megamenu .wrap ul.mod-menu a {
        font-family: 'Montserrat';
        font-weight: 600;
        color: #125129; }
  .header .megamenu.scroll .left {
    padding: 6px 0; }
    .header .megamenu.scroll .left .logo-img img {
      height: 108px;
      width: 108px; }
.header .sidebar-open {
  display: none; }
  .header div.mod-languages .mod-languages__select button.btn {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #125129;
    line-height: 0.8;
    font-size: initial; }

#header {
  z-index: 3; }
  #header .sppb-row {
    margin: 0; }
    #header .sppb-row .sppb-row-column {
      padding: 0; }

.body .double-font-size {
  font-size: 200%; }
  .body .double-font-size .btn {
    font-size: 0.8em; }
.body .com-content-article .page-header h1 {
  font-weight: 800;
  text-align: center;
  font-size: clamp(2rem, calc(1.1346rem + 2.4038vw), 2.9375rem);
  padding-top: 50px; }
.body #cer-icons p {
  display: flex;
  /* justify-content: space-evenly; */
  gap: 120px;
  justify-content: center; }
.body h1, .body h2, .body h3, .body h4 {
  color: #0f6842; }
.body section {
  position: relative; }
  .body section.green * {
    color: white; }
.body .sppb-addon.sppb-addon-single-image.cer-certified {
  position: relative; }
  .body .sppb-addon.sppb-addon-single-image.cer-certified:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 229px;
    height: 229px;
    background-image: url('/images/cercert.png');
    background-size: contain;
    transform: translate(70px, -50%);
    z-index: 1; }
.body .mod-standards .standards.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px; }
  .body .mod-standards .standards.grid .standard-item {
    width: 100%;
    aspect-ratio: 1.25; }
    .body .mod-standards .standards.grid .standard-item.standard-image-item .image {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%; }
      .body .mod-standards .standards.grid .standard-item.standard-image-item .image .title {
        position: absolute;
        text-align: center;
        bottom: 10%;
        left: 0;
        right: 0;
        color: white;
        text-shadow: 0 3px 10px rgba(0, 0, 0, 0.66);
        font-family: 'Fira';
        font-weight: 800; }
  .body .mod-standards .standards.grid .standard-item.standard-text-item .content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%; }
    .body .mod-standards .standards.grid .standard-item.standard-text-item .content h2 {
      margin-bottom: 52px; }
    .body .mod-standards .standards.grid .standard-item.standard-text-item .content p {
      margin-top: 0;
      margin-bottom: 32px;
      padding: 18px 18px 18px 0; }
.body .items-list.restaurants {
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  gap: 100px; }
  .body .items-list.restaurants .item.restaurant {
    display: flex;
    gap: 50px;
    position: relative; }
    .body .items-list.restaurants .item.restaurant .photo {
      display: inherit;
      position: relative;
      height: 250px; }
      .body .items-list.restaurants .item.restaurant .photo img.photo-img {
        width: 450px;
        height: 250px;
        object-fit: cover; }
      .body .items-list.restaurants .item.restaurant .photo .level-img {
        position: absolute;
        bottom: 10px;
        left: 10px; }
    .body .items-list.restaurants .item.restaurant .points {
      float: right;
      margin-left: 25px;
      margin-bottom: 10px;
      font-weight: bold; }
      .body .items-list.restaurants .item.restaurant .content div + p {
        margin-top: 0; }
      .body .items-list.restaurants .item.restaurant .content p:last-child {
        margin-bottom: 0; }

.add-leaf:before {
  content: '';
  background-image: url(/templates/pfr24/img/leaf1.png);
  width: 281px;
  height: 320px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain; }
  .add-leaf-left:before, .add-leaf-right:before {
    top: -200px; }
  .add-leaf-left.add-leaf-reverse:before, .add-leaf-right.add-leaf-reverse:before {
    top: -120px;
    background-image: url(/templates/pfr24/img/leaf2.png); }
.add-leaf-right:before {
  background-position: right;
  right: 0; }
.add-leaf-in-container:before {
  left: calc(calc(1550px/2) + 50%);
  transform: translateX(-100%); }

.footer {
  background: #3f3e38;
  color: white;
  padding: 50px 0;
  font-size: 12px; }
  .footer a {
    color: white; }
  .footer .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 32px; }
    .footer .wrap .socials p {
      display: flex;
      gap: 15px; }

div.mod-languages {
  font-family: 'Montserrat';
  font-size: 16px; }
  div.mod-languages .mod-languages__select button.btn {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    color: #125129;
    box-shadow: 0 0;
    background-image: url(/templates/pfr24/img/langmenu.png);
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 15px; }
    div.mod-languages .mod-languages__select button.btn.show ~ ul.lang-block {
      display: block; }
  div.mod-languages .mod-languages__select ul.lang-block {
    background: white;
    padding-left: 10px;
    display: none; }
  div.mod-languages p {
    display: none; }
    div.mod-languages ul li.lang-active {
      background-color: transparent; }
      div.mod-languages ul li.lang-active a {
        font-weight: bold; }

.cc-btn.cc-allowall {
  color: #30885b !important; }

#cares-ethical-restaurant h3 {
  font-weight: 600; }

#why-become-a-cer {
  overflow-x: hidden;
  scroll-margin-top: 150px; }

.sppb-btn-group .sppb-addon-content p {
  display: flex;
  column-gap: 50px;
  flex-wrap: wrap; }

#goals.double-font-size {
  font-size: 150%; }

@media (max-width: 1630px) {
  .body .mod-standards .standards.grid .standard-item.standard-text-item .content {
    font-size: 85%; }
    .body .mod-standards .standards.grid .standard-item.standard-text-item .content h2 {
      margin-bottom: 32px; }
    .body .mod-standards .standards.grid .standard-item.standard-text-item .content p {
      margin-bottom: 24px; }
  .body section.add-leaf-in-container:before {
    left: calc(calc(1320px/2) + 50%); }
    #goals .sppb-row-container .sppb-row {
      justify-content: center; }
      #goals .sppb-row-container .sppb-row > .sppb-row-column {
        min-width: 340px; }
        #goals .sppb-row-container .sppb-row > .sppb-row-column:not(:last-child) {
          max-width: 50%; } }

@media (max-width: 1400px) {
  .header .megamenu .wrap ul.mod-menu {
    display: flex;
    gap: 24px;
    list-style: none;
    text-transform: uppercase;
    font-size: 15px; }
  .body .mod-standards .standards.grid .standard-item.standard-text-item .content {
    font-size: 75%; }
    .body .mod-standards .standards.grid .standard-item.standard-text-item .content h2 {
      margin-bottom: 24px; }
    .body .mod-standards .standards.grid .standard-item.standard-text-item .content p {
      margin-bottom: 12px; }
  .body section.add-leaf-in-container:before {
    left: calc(calc(1140px/2) + 50%); } }

@media (max-width: 1200px) {
  #sidebar {
    display: block; }
    #sidebar.open {
      visibility: visible; }
      #sidebar .sidebar-content .mod-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 1.5em;
        text-transform: uppercase;
        line-height: 2.5; }
  .header .megamenu .wrap .sidebar-open {
    display: inline; }
  .header .megamenu .wrap ul.mod-menu {
    display: none !important; }
  .header div.mod-languages {
    display: none; }
  .double-font-size .mod-standards {
    font-size: 60%; }
  .body .mod-standards .standards.grid .standard-item.standard-text-item .content {
    font-size: 100%; }
    .body .mod-standards .standards.grid .standard-item.standard-text-item .content h2 {
      margin-bottom: 18px; }
    .body .mod-standards .standards.grid .standard-item.standard-text-item .content p {
      margin-bottom: 6px; }
  .body section.add-leaf-in-container:before {
    left: calc(calc(960px/2) + 50%); }
  .body .items-list.restaurants {
    font-size: 120%; }
  #goals .sppb-row-container .sppb-row > .sppb-row-column {
    min-width: 50%; } }

@media (max-width: 992px) {
  body {
    font-size: 12px; }
  .header-container {
    margin-bottom: 132px; }
    .header .megamenu .wrap .left {
      padding: 6px 0; }
      .header .megamenu .wrap .left .logo-img img {
        width: 96px;
        height: 96px; }
  .add-leaf:before {
    width: 150px;
    height: 171px; }
    .add-leaf-left:before, .add-leaf-right:before {
      top: -106px; }
    .add-leaf-left.add-leaf-reverse:before, .add-leaf-right.add-leaf-reverse:before {
      top: -64px; }
  .body .double-font-size {
    font-size: 150%; }
    .body #cer-icons p {
      gap: 10vw;
      flex-wrap: wrap; }
    .body #cer-icons img {
      height: 156px;
      width: auto; }
  .body .sppb-addon.sppb-addon-single-image.cer-certified {
    width: calc(100% - 48px); }
    .body .sppb-addon.sppb-addon-single-image.cer-certified:before {
      width: 136px;
      height: 136px;
      transform: translate(48px, -50%); }
  .body .mod-standards .standards.grid {
    grid-template-columns: repeat(2, 1fr); }
    .body .mod-standards .standards.grid .standard-item:first-child {
      grid-column: 1 / 3;
      grid-row: 1;
      height: auto;
      aspect-ratio: unset; }
      .body .mod-standards .standards.grid .standard-item.standard-text-item .content h2 {
        margin-bottom: 1em; }
      .body .mod-standards .standards.grid .standard-item.standard-text-item .content p {
        padding: 0; }
  .body .items-list.restaurants {
    font-size: 150%; }
    .body .items-list.restaurants .item.restaurant {
      flex-direction: column; }
      .body .items-list.restaurants .item.restaurant .photo {
        width: 100%;
        height: auto; }
        .body .items-list.restaurants .item.restaurant .photo img.photo-img {
          width: 100%;
          height: auto; }
  .double-font-size .mod-standards {
    font-size: 120%; } }

@media (max-width: 768px) {
  .btn {
    padding: 12px 18px; }
    .double-font-size .mod-standards {
      font-size: 100%; }
  #goals .sppb-row-container .sppb-row > .sppb-row-column:not(:last-child) {
    max-width: 50%; } }

@media (max-width: 576px) {
  #goals .sppb-row-container .sppb-row > .sppb-row-column:not(:last-child) {
    max-width: 100%; } }
