.menu-footer-locations {
  display: grid;
}
.menu-footer-locations__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  z-index: 0;
}
@media (min-width: 992px) {
  .menu-footer-locations__item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.menu-footer-locations__item--only-link {
  margin-bottom: 0.75rem;
}
.menu-footer-locations__button {
  background: none;
  border: none;
  padding: 0.75rem 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  position: relative;
}
.menu-footer-locations__item--only-link .menu-footer-locations__button .menu-footer-locations__text {
  color: #68BB5A;
}
.menu-footer-locations__icon {
  display: flex;
  align-items: center;
}
.menu-footer-locations__icon svg {
  width: 1.37069rem;
  height: 1.37069rem;
  flex-shrink: 0;
}
.menu-footer-locations__text {
  font-family: "Quicksand", sans-serif;
  font-size: 1.08056rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.3s ease all;
  text-align: start;
}
.menu-footer-locations__info {
  transition: 0.3s ease all;
  background: #fff;
  display: grid;
  text-align: start;
  z-index: 10;
  padding-left: 2.5rem;
}
.menu-footer-locations__info::after {
  content: "";
  position: absolute;
  top: 0.875rem;
  left: 0;
  width: 16px;
  height: 16px;
  background: url("/wp-content/themes/playgarden-nyc/assets/img/svg/arrow-left-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180deg;
  z-index: -1;
  transition: 0.3s ease all;
}
@media (min-width: 992px) {
  .menu-footer-locations__info {
    opacity: 0;
    padding: 0 1.5rem;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .menu-footer-locations__info::after {
    left: -0.5rem;
  }
}
@media (min-width: 1440px) {
  .menu-footer-locations__info {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1656px) {
  .menu-footer-locations__info {
    padding: 0;
  }
  .menu-footer-locations__info::after {
    left: -3rem;
  }
}
.menu-footer-locations__item:has(.menu-footer-locations__info:hover) {
  z-index: 99;
}
.menu-footer-locations__item:has(.menu-footer-locations__info:hover) .menu-footer-locations__info, .menu-footer-locations__item:has(.menu-footer-locations__button:hover) .menu-footer-locations__info, .menu-footer-locations__item:has(.menu-footer-locations__info:hover) .menu-footer-locations__button::after, .menu-footer-locations__item:has(.menu-footer-locations__button:hover) .menu-footer-locations__button::after {
  opacity: 1;
}
.menu-footer-locations__item:has(.menu-footer-locations__button:hover) .menu-footer-locations__button .menu-footer-locations__text {
  color: #68BB5A !important;
}
.menu-footer-locations .menu-footer-locations__info .menu-footer-locations__info-text, .menu-footer-locations .menu-footer-locations__info .menu-footer-locations__info-link {
  color: #606060;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.15em 0;
}
@media (min-width: 768px) {
  .menu-footer-locations .menu-footer-locations__info .menu-footer-locations__info-text, .menu-footer-locations .menu-footer-locations__info .menu-footer-locations__info-link {
    font-size: 0.8rem;
  }
}
@media (min-width: 1200px) {
  .menu-footer-locations .menu-footer-locations__info .menu-footer-locations__info-text, .menu-footer-locations .menu-footer-locations__info .menu-footer-locations__info-link {
    font-size: 0.85rem;
  }
}
.menu-footer-locations__info-link {
  text-decoration: underline;
}

.button-top-page {
  opacity: 0;
  position: fixed;
  bottom: 80px;
  right: 10px;
  background: #B2E68D;
  border-radius: 21.3223px;
  display: flex;
  align-items: center;
  z-index: 9999999;
  cursor: pointer;
  gap: 5px;
  padding: 8px 20px;
  transition: 0.3s background, 0.5s opacity;
}
.button-top-page.visible {
  opacity: 1;
}
@media not screen and (pointer: coarse) {
  .button-top-page:hover {
    background: #68C453;
  }
}
.button-top-page__text {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25em;
  color: #fff;
}
@media (max-width: 767px) {
  .button-top-page {
    bottom: 90px;
    padding: 6px 12px 6px 11px;
  }
  .button-top-page__text {
    display: none;
    font-size: 12px;
  }
}

.pg-footer {
  padding: 1.5rem 0.75rem 1rem;
  position: relative;
}
.pg-footer a,
.pg-footer span,
.pg-footer li a {
  color: #707070;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .pg-footer a,
  .pg-footer span,
  .pg-footer li a {
    font-size: 0.85rem;
  }
}
@media (min-width: 1100px) {
  .pg-footer a,
  .pg-footer span,
  .pg-footer li a {
    font-size: 0.9rem;
  }
}
@media (min-width: 1400px) {
  .pg-footer a,
  .pg-footer span,
  .pg-footer li a {
    font-size: 1rem;
  }
}
.pg-footer a,
.pg-footer strong,
.pg-footer span {
  font-style: normal;
}
.pg-footer a:hover {
  color: #48AA32;
}
.pg-footer__container {
  display: grid;
  justify-content: center;
  gap: 1.5rem;
  max-width: 1024px;
  padding: 2.5rem 1.5rem;
  margin: 0 auto;
  grid-template-areas: "logo" "menuPrep" "locations";
}
@media (min-width: 768px) {
  .pg-footer__container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "logo locations menuPrep";
  }
}
@media (min-width: 992px) {
  .pg-footer__container {
    grid-template-columns: 1.5fr 1.5fr 1fr 1.5fr;
    grid-template-areas: "logo locations locations menuPrep";
    gap: 1.5rem 0;
  }
}
@media (min-width: 1200px) {
  .pg-footer__container {
    grid-template-columns: 1.5fr repeat(2, 1fr) 1.5fr;
  }
}
@media (min-width: 1100px) {
  .pg-footer__container {
    gap: 2.5rem 0;
    padding: 2.5rem 0.5rem;
    max-width: 1200px;
  }
}
@media (min-width: 1300px) {
  .pg-footer__container {
    gap: 3.5rem 0;
    max-width: 1400px;
    align-items: end;
  }
}
@media (min-width: 1440px) {
  .pg-footer__container {
    max-width: 1650px;
  }
}
.pg-footer__logo-container {
  grid-area: logo;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  align-self: center;
}
@media (min-width: 1440px) {
  .pg-footer__logo svg {
    width: 150px;
    height: 150px;
  }
}
.pg-footer__locatinos {
  grid-area: locations;
}
.pg-footer__data-item {
  grid-area: menuPrep;
  text-align: center;
}
.pg-footer__data-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 0.75rem;
}
.pg-footer__data-container a {
  display: inline-block;
}
.pg-footer__title {
  font-family: "Quicksand", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  mix-blend-mode: multiply;
  margin-bottom: 0.75rem;
  display: block;
}
@media (min-width: 768px) {
  .pg-footer__title {
    margin-bottom: 1rem;
    font-size: 1.08em;
  }
}
@media (min-width: 1100px) {
  .pg-footer__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1360px) {
  .pg-footer__title {
    font-size: 1.15rem;
  }
}
@media (min-width: 1400px) {
  .pg-footer__title {
    font-size: 1.25em;
  }
}

.social-media-footer {
  display: flex;
  gap: 0.5rem;
}
.social-media-footer a {
  transition: 0.25s all;
}
.social-media-footer a svg {
  width: 32px;
  height: 29px;
}
.social-media-footer a:hover {
  transform: scale(1.2);
}

.bg-footer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
  z-index: -1;
  overflow: hidden;
}
.bg-footer__color {
  position: absolute;
  left: 50%;
  top: 0;
  min-width: 680px;
  width: 100%;
  height: 100%;
  background: #F4F9E0;
  z-index: 1;
  transform: translateX(-50%);
}
.bg-footer__color::before, .bg-footer__color::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.bg-footer__color::before {
  z-index: 2;
  top: 2px;
  background-color: #E9F8DE;
}
.bg-footer__color::after {
  z-index: 3;
  top: 3px;
  background-color: #EDF8DB;
}
@media (min-width: 768px) {
  .bg-footer__color, .bg-footer__color::after, .bg-footer__color::before {
    clip-path: polygon(100% 100%, 100% 3.235%, 100% 3.235%, 99.956% 3.573%, 99.832% 3.871%, 99.64% 4.13%, 99.39% 4.351%, 99.094% 4.538%, 98.763% 4.69%, 98.409% 4.81%, 98.044% 4.9%, 97.677% 4.962%, 97.322% 4.996%, 97.322% 4.996%, 97.152% 4.996%, 96.983% 4.996%, 96.814% 4.996%, 96.647% 4.996%, 96.482% 4.996%, 96.32% 4.996%, 96.16% 4.996%, 96.004% 4.996%, 95.852% 4.996%, 95.704% 4.996%, 95.704% 4.996%, 95.559% 4.996%, 95.416% 4.996%, 95.277% 4.996%, 95.144% 4.996%, 95.019% 4.996%, 94.905% 4.996%, 94.802% 4.996%, 94.713% 4.996%, 94.64% 4.996%, 94.584% 4.996%, 94.584% 4.996%, 94.332% 4.884%, 94.084% 4.763%, 93.841% 4.637%, 93.601% 4.508%, 93.364% 4.379%, 93.128% 4.255%, 92.893% 4.139%, 92.658% 4.033%, 92.421% 3.942%, 92.182% 3.869%, 92.182% 3.869%, 92.022% 3.839%, 91.862% 3.821%, 91.702% 3.816%, 91.542% 3.824%, 91.381% 3.843%, 91.221% 3.875%, 91.061% 3.92%, 90.901% 3.976%, 90.741% 4.045%, 90.582% 4.127%, 88.287% 5.418%, 88.287% 5.418%, 87.884% 5.606%, 87.482% 5.749%, 87.079% 5.849%, 86.675% 5.903%, 86.272% 5.914%, 85.869% 5.88%, 85.466% 5.802%, 85.063% 5.679%, 84.661% 5.512%, 84.259% 5.301%, 83.68% 5.043%, 82.781% 4.667%, 82.781% 4.667%, 82.646% 4.608%, 82.511% 4.544%, 82.376% 4.478%, 82.241% 4.408%, 82.106% 4.338%, 81.971% 4.268%, 81.835% 4.199%, 81.7% 4.132%, 81.564% 4.068%, 81.427% 4.009%, 81.427% 4.009%, 81.291% 3.952%, 81.155% 3.893%, 81.019% 3.833%, 80.884% 3.775%, 80.749% 3.719%, 80.614% 3.666%, 80.479% 3.618%, 80.344% 3.577%, 80.208% 3.542%, 80.073% 3.516%, 80.073% 3.516%, 79.466% 3.436%, 78.86% 3.381%, 78.253% 3.351%, 77.648% 3.35%, 77.043% 3.378%, 76.44% 3.439%, 75.839% 3.532%, 75.24% 3.661%, 74.643% 3.828%, 74.049% 4.033%, 73.827% 4.033%, 73.827% 4.033%, 73.731% 4.058%, 73.634% 4.078%, 73.537% 4.092%, 73.441% 4.101%, 73.344% 4.104%, 73.247% 4.101%, 73.15% 4.092%, 73.054% 4.078%, 72.957% 4.058%, 72.861% 4.033%, 72.861% 4.033%, 72.756% 4.033%, 72.652% 4.033%, 72.549% 4.033%, 72.446% 4.033%, 72.344% 4.033%, 72.242% 4.033%, 72.141% 4.033%, 72.041% 4.033%, 71.942% 4.033%, 71.843% 4.033%, 71.843% 4.033%, 71.703% 4.025%, 71.564% 4.008%, 71.424% 3.981%, 71.285% 3.944%, 71.145% 3.897%, 71.006% 3.841%, 70.867% 3.774%, 70.728% 3.698%, 70.589% 3.612%, 70.45% 3.516%, 70.45% 3.516%, 70.336% 3.422%, 70.222% 3.312%, 70.108% 3.187%, 69.994% 3.052%, 69.879% 2.909%, 69.764% 2.761%, 69.647% 2.61%, 69.529% 2.461%, 69.41% 2.316%, 69.288% 2.178%, 69.288% 2.178%, 69.217% 2.102%, 69.145% 2.03%, 69.073% 1.96%, 69.001% 1.891%, 68.929% 1.823%, 68.856% 1.754%, 68.783% 1.683%, 68.71% 1.609%, 68.635% 1.532%, 68.56% 1.45%, 68.377% 1.239%, 68.377% 1.239%, 68.267% 1.123%, 68.158% 1.002%, 68.05% 0.879%, 67.942% 0.755%, 67.834% 0.634%, 67.726% 0.517%, 67.617% 0.406%, 67.506% 0.304%, 67.394% 0.213%, 67.279% 0.135%, 67.279% 0.135%, 67.194% 0.101%, 67.109% 0.072%, 67.024% 0.047%, 66.938% 0.028%, 66.853% 0.014%, 66.768% 0.005%, 66.683% 0%, 66.598% 0.001%, 66.512% 0.007%, 66.427% 0.018%, 66.427% 0.018%, 66.34% 0.018%, 66.253% 0.018%, 66.166% 0.018%, 66.08% 0.018%, 65.993% 0.018%, 65.908% 0.018%, 65.823% 0.018%, 65.739% 0.018%, 65.657% 0.018%, 65.576% 0.018%, 65.576% 0.018%, 65.364% 0.081%, 65.153% 0.157%, 64.942% 0.246%, 64.731% 0.347%, 64.521% 0.461%, 64.311% 0.587%, 64.1% 0.725%, 63.891% 0.876%, 63.681% 1.039%, 63.472% 1.215%, 63.472% 1.215%, 63.313% 1.361%, 63.155% 1.514%, 62.998% 1.673%, 62.841% 1.837%, 62.685% 2.002%, 62.53% 2.167%, 62.374% 2.33%, 62.218% 2.49%, 62.062% 2.643%, 61.905% 2.788%, 61.905% 2.788%, 61.779% 2.903%, 61.654% 3.007%, 61.53% 3.103%, 61.408% 3.192%, 61.286% 3.276%, 61.166% 3.355%, 61.045% 3.431%, 60.925% 3.506%, 60.804% 3.581%, 60.683% 3.657%, 60.683% 3.657%, 60.362% 3.856%, 60.041% 4.055%, 59.72% 4.251%, 59.4% 4.441%, 59.078% 4.62%, 58.756% 4.785%, 58.433% 4.932%, 58.108% 5.058%, 57.781% 5.158%, 57.452% 5.23%, 57.452% 5.23%, 57.307% 5.243%, 57.163% 5.247%, 57.019% 5.242%, 56.875% 5.229%, 56.731% 5.208%, 56.587% 5.178%, 56.443% 5.139%, 56.3% 5.092%, 56.156% 5.036%, 56.012% 4.972%, 56.012% 4.972%, 55.714% 4.837%, 55.417% 4.7%, 55.121% 4.563%, 54.825% 4.426%, 54.528% 4.291%, 54.232% 4.159%, 53.934% 4.031%, 53.635% 3.907%, 53.335% 3.79%, 53.032% 3.681%, 53.032% 3.681%, 52.839% 3.63%, 52.646% 3.591%, 52.451% 3.559%, 52.255% 3.534%, 52.058% 3.513%, 51.861% 3.495%, 51.663% 3.476%, 51.465% 3.455%, 51.267% 3.43%, 51.069% 3.399%, 51.069% 3.399%, 50.928% 3.385%, 50.788% 3.346%, 50.65% 3.289%, 50.512% 3.222%, 50.374% 3.149%, 50.236% 3.079%, 50.097% 3.018%, 49.957% 2.972%, 49.816% 2.948%, 49.672% 2.953%, 49.672% 2.953%, 49.409% 2.989%, 49.146% 3.025%, 48.883% 3.061%, 48.62% 3.096%, 48.356% 3.129%, 48.093% 3.159%, 47.829% 3.186%, 47.565% 3.207%, 47.301% 3.224%, 47.037% 3.235%, 47.037% 3.235%, 46.825% 3.235%, 46.614% 3.236%, 46.404% 3.238%, 46.194% 3.244%, 45.986% 3.252%, 45.777% 3.265%, 45.57% 3.283%, 45.363% 3.307%, 45.156% 3.337%, 44.95% 3.375%, 44.95% 3.375%, 44.725% 3.449%, 44.5% 3.541%, 44.277% 3.649%, 44.054% 3.77%, 43.833% 3.901%, 43.612% 4.04%, 43.393% 4.184%, 43.174% 4.33%, 42.957% 4.477%, 42.741% 4.62%, 42.741% 4.62%, 42.659% 4.448%, 42.576% 4.296%, 42.493% 4.165%, 42.408% 4.056%, 42.323% 3.967%, 42.237% 3.9%, 42.15% 3.854%, 42.063% 3.829%, 41.976% 3.826%, 41.889% 3.845%, 41.889% 3.845%, 41.742% 3.916%, 41.595% 3.997%, 41.448% 4.088%, 41.302% 4.188%, 41.156% 4.298%, 41.01% 4.418%, 40.864% 4.548%, 40.719% 4.687%, 40.573% 4.837%, 40.429% 4.996%, 40.429% 4.996%, 40.324% 5.079%, 40.221% 5.161%, 40.118% 5.238%, 40.017% 5.312%, 39.917% 5.38%, 39.819% 5.442%, 39.722% 5.496%, 39.626% 5.543%, 39.532% 5.58%, 39.441% 5.606%, 39.441% 5.606%, 39.348% 5.629%, 39.251% 5.657%, 39.15% 5.689%, 39.047% 5.726%, 38.941% 5.768%, 38.834% 5.814%, 38.726% 5.866%, 38.619% 5.922%, 38.512% 5.985%, 38.406% 6.052%, 38.406% 6.052%, 38.138% 6.252%, 37.87% 6.435%, 37.602% 6.602%, 37.333% 6.753%, 37.064% 6.888%, 36.794% 7.007%, 36.525% 7.109%, 36.255% 7.196%, 35.985% 7.266%, 35.715% 7.32%, 35.055% 7.32%, 35.055% 7.32%, 34.919% 7.326%, 34.782% 7.343%, 34.646% 7.367%, 34.509% 7.398%, 34.372% 7.432%, 34.235% 7.467%, 34.097% 7.502%, 33.959% 7.534%, 33.82% 7.56%, 33.68% 7.579%, 33.68% 7.579%, 33.506% 7.579%, 33.333% 7.58%, 33.161% 7.582%, 32.99% 7.588%, 32.819% 7.596%, 32.647% 7.609%, 32.475% 7.627%, 32.302% 7.651%, 32.128% 7.681%, 31.951% 7.719%, 31.951% 7.719%, 31.798% 7.748%, 31.645% 7.765%, 31.492% 7.771%, 31.339% 7.77%, 31.186% 7.763%, 31.032% 7.753%, 30.879% 7.742%, 30.724% 7.731%, 30.57% 7.723%, 30.414% 7.719%, 30.414% 7.719%, 30.189% 7.719%, 29.964% 7.719%, 29.739% 7.719%, 29.513% 7.719%, 29.288% 7.719%, 29.063% 7.719%, 28.837% 7.719%, 28.612% 7.719%, 28.387% 7.719%, 28.162% 7.719%, 28.162% 7.719%, 27.991% 7.719%, 27.82% 7.717%, 27.649% 7.712%, 27.478% 7.701%, 27.307% 7.684%, 27.137% 7.659%, 26.967% 7.623%, 26.797% 7.575%, 26.627% 7.514%, 26.459% 7.438%, 26.459% 7.438%, 26.257% 7.374%, 26.055% 7.31%, 25.854% 7.243%, 25.653% 7.174%, 25.452% 7.1%, 25.251% 7.022%, 25.051% 6.937%, 24.85% 6.846%, 24.65% 6.747%, 24.449% 6.639%, 22.32% 5.418%, 22.32% 5.418%, 22.17% 5.333%, 22.02% 5.246%, 21.871% 5.156%, 21.722% 5.064%, 21.573% 4.969%, 21.424% 4.871%, 21.275% 4.768%, 21.126% 4.661%, 20.976% 4.549%, 20.826% 4.432%, 20.826% 4.432%, 20.522% 4.206%, 20.219% 4.002%, 19.914% 3.821%, 19.61% 3.663%, 19.305% 3.527%, 19% 3.414%, 18.694% 3.323%, 18.389% 3.255%, 18.083% 3.21%, 17.777% 3.188%, 17.777% 3.188%, 17.536% 3.188%, 17.294% 3.192%, 17.053% 3.201%, 16.811% 3.219%, 16.569% 3.249%, 16.327% 3.294%, 16.086% 3.357%, 15.843% 3.44%, 15.601% 3.547%, 15.358% 3.681%, 15.358% 3.681%, 15.05% 3.831%, 14.739% 3.982%, 14.427% 4.13%, 14.114% 4.269%, 13.8% 4.397%, 13.485% 4.507%, 13.17% 4.597%, 12.854% 4.66%, 12.539% 4.693%, 12.225% 4.69%, 12.225% 4.69%, 12.157% 4.69%, 12.089% 4.69%, 12.021% 4.69%, 11.952% 4.69%, 11.884% 4.69%, 11.816% 4.69%, 11.747% 4.69%, 11.679% 4.69%, 11.611% 4.69%, 11.543% 4.69%, 11.543% 4.69%, 11.443% 4.682%, 11.342% 4.66%, 11.241% 4.624%, 11.14% 4.579%, 11.039% 4.526%, 10.939% 4.467%, 10.839% 4.405%, 10.738% 4.342%, 10.638% 4.28%, 10.539% 4.221%, 10.539% 4.221%, 10.361% 4.113%, 10.183% 3.991%, 10.004% 3.859%, 9.825% 3.723%, 9.645% 3.587%, 9.464% 3.457%, 9.282% 3.337%, 9.099% 3.233%, 8.915% 3.151%, 8.729% 3.094%, 8.729% 3.094%, 8.546% 3.052%, 8.368% 3.013%, 8.196% 2.977%, 8.027% 2.945%, 7.86% 2.918%, 7.695% 2.896%, 7.53% 2.881%, 7.364% 2.873%, 7.196% 2.873%, 7.026% 2.882%, 5.301% 2.882%, 5.301% 2.882%, 5.136% 2.882%, 4.973% 2.881%, 4.812% 2.879%, 4.651% 2.873%, 4.491% 2.865%, 4.331% 2.852%, 4.171% 2.834%, 4.01% 2.81%, 3.847% 2.78%, 3.683% 2.741%, 3.683% 2.741%, 3.556% 2.747%, 3.428% 2.761%, 3.3% 2.783%, 3.173% 2.809%, 3.045% 2.838%, 2.917% 2.868%, 2.789% 2.897%, 2.662% 2.922%, 2.534% 2.941%, 2.406% 2.953%, 2.406% 2.953%, 2.232% 2.953%, 2.058% 2.955%, 1.886% 2.959%, 1.714% 2.968%, 1.542% 2.982%, 1.37% 3.004%, 1.198% 3.033%, 1.025% 3.073%, 0.852% 3.124%, 0.677% 3.188%, 0.052% 3.188%, 0.052% 100%, 100% 100%);
  }
}
.bg-footer__paper {
  position: absolute;
  left: 50%;
  top: 4px;
  min-width: 680px;
  width: 100%;
  height: 100%;
  background: #fff;
  background-repeat: repeat;
  background-size: 1500px 100%;
  z-index: 5;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .bg-footer__paper {
    clip-path: polygon(0% 100%, 100% 100%, 100% 3.834%, 100% 3.834%, 99.857% 4.412%, 99.468% 4.834%, 98.89% 5.122%, 98.184% 5.294%, 97.406% 5.371%, 96.616% 5.374%, 95.872% 5.324%, 95.233% 5.241%, 94.758% 5.145%, 94.505% 5.056%, 94.505% 5.056%, 94.101% 4.737%, 93.697% 4.476%, 93.291% 4.271%, 92.885% 4.124%, 92.479% 4.034%, 92.072% 4.001%, 91.665% 4.026%, 91.258% 4.108%, 90.851% 4.248%, 90.445% 4.445%, 90.445% 4.445%, 89.748% 4.882%, 89.049% 5.234%, 88.35% 5.503%, 87.649% 5.688%, 86.949% 5.789%, 86.248% 5.806%, 85.547% 5.739%, 84.846% 5.587%, 84.146% 5.352%, 83.446% 5.033%, 83.446% 5.033%, 82.471% 4.644%, 81.495% 4.328%, 80.519% 4.086%, 79.542% 3.917%, 78.564% 3.821%, 77.587% 3.799%, 76.609% 3.85%, 75.632% 3.975%, 74.655% 4.173%, 73.678% 4.445%, 73.678% 4.445%, 73.115% 4.592%, 72.553% 4.635%, 71.991% 4.572%, 71.43% 4.405%, 70.87% 4.134%, 70.312% 3.758%, 69.757% 3.279%, 69.205% 2.697%, 68.656% 2.011%, 68.11% 1.223%, 68.11% 1.223%, 67.628% 0.638%, 67.122% 0.274%, 66.599% 0.105%, 66.063% 0.102%, 65.521% 0.238%, 64.977% 0.485%, 64.439% 0.814%, 63.91% 1.199%, 63.397% 1.611%, 62.905% 2.023%, 62.905% 2.023%, 62.314% 2.611%, 61.722% 3.148%, 61.128% 3.636%, 60.532% 4.074%, 59.936% 4.462%, 59.339% 4.799%, 58.741% 5.086%, 58.142% 5.323%, 57.542% 5.509%, 56.942% 5.644%, 56.942% 5.644%, 56.499% 5.596%, 56.062% 5.463%, 55.63% 5.267%, 55.201% 5.027%, 54.773% 4.765%, 54.345% 4.501%, 53.916% 4.256%, 53.484% 4.049%, 53.047% 3.901%, 52.605% 3.834%, 52.605% 3.834%, 51.598% 3.747%, 50.57% 3.622%, 49.527% 3.495%, 48.474% 3.398%, 47.418% 3.366%, 46.364% 3.434%, 45.319% 3.636%, 44.288% 4.005%, 43.277% 4.577%, 42.292% 5.386%, 42.292% 5.386%, 42.027% 4.792%, 41.731% 4.486%, 41.411% 4.42%, 41.072% 4.541%, 40.723% 4.801%, 40.368% 5.149%, 40.017% 5.535%, 39.674% 5.909%, 39.346% 6.221%, 39.042% 6.421%, 39.042% 6.421%, 38.61% 6.612%, 38.177% 6.827%, 37.74% 7.053%, 37.303% 7.281%, 36.865% 7.499%, 36.427% 7.697%, 35.989% 7.864%, 35.553% 7.988%, 35.119% 8.059%, 34.688% 8.067%, 34.688% 8.067%, 34.018% 8.021%, 33.342% 7.995%, 32.663% 7.984%, 31.98% 7.986%, 31.294% 7.996%, 30.608% 8.013%, 29.922% 8.031%, 29.236% 8.049%, 28.553% 8.062%, 27.872% 8.067%, 27.872% 8.067%, 26.609% 7.952%, 25.345% 7.541%, 24.081% 6.925%, 22.814% 6.193%, 21.546% 5.436%, 20.275% 4.745%, 19.002% 4.209%, 17.727% 3.921%, 16.448% 3.969%, 15.165% 4.445%, 15.165% 4.445%, 14.788% 4.652%, 14.411% 4.828%, 14.034% 4.975%, 13.656% 5.093%, 13.278% 5.181%, 12.9% 5.239%, 12.522% 5.267%, 12.143% 5.266%, 11.765% 5.235%, 11.387% 5.174%, 11.387% 5.174%, 11.111% 5.065%, 10.837% 4.89%, 10.563% 4.667%, 10.288% 4.414%, 10.013% 4.148%, 9.736% 3.887%, 9.457% 3.649%, 9.175% 3.451%, 8.89% 3.31%, 8.601% 3.246%, 8.601% 3.246%, 7.802% 3.189%, 7.003% 3.161%, 6.204% 3.16%, 5.406% 3.186%, 4.608% 3.24%, 3.81% 3.32%, 3.014% 3.427%, 2.218% 3.56%, 1.424% 3.719%, 0.63% 3.904%, 0.63% 3.904%, 0.585% 3.904%, 0.535% 3.904%, 0.481% 3.904%, 0.423% 3.904%, 0.361% 3.904%, 0.296% 3.904%, 0.228% 3.904%, 0.157% 3.904%, 0.084% 3.904%, 0.009% 3.904%, 0% 100%);
  }
}
@media (max-width: 767px) {
  .bg-footer__color, .bg-footer__color::after, .bg-footer__color::before, .bg-footer__paper {
    clip-path: polygon(99.95% 99.989%, 100% 0.905%, 100% 0.905%, 99.956% 0.999%, 99.832% 1.083%, 99.639% 1.155%, 99.389% 1.217%, 99.093% 1.269%, 98.762% 1.312%, 98.408% 1.346%, 98.042% 1.371%, 97.676% 1.388%, 97.32% 1.397%, 97.32% 1.397%, 97.151% 1.397%, 96.981% 1.397%, 96.813% 1.397%, 96.646% 1.397%, 96.481% 1.397%, 96.318% 1.397%, 96.158% 1.397%, 96.002% 1.397%, 95.85% 1.397%, 95.702% 1.397%, 95.702% 1.397%, 95.556% 1.397%, 95.413% 1.397%, 95.274% 1.397%, 95.142% 1.397%, 95.017% 1.397%, 94.902% 1.397%, 94.799% 1.397%, 94.71% 1.397%, 94.637% 1.397%, 94.581% 1.397%, 94.581% 1.397%, 94.328% 1.366%, 94.081% 1.333%, 93.838% 1.297%, 93.598% 1.261%, 93.361% 1.225%, 93.125% 1.19%, 92.89% 1.158%, 92.654% 1.128%, 92.417% 1.103%, 92.179% 1.082%, 92.179% 1.082%, 92.018% 1.074%, 91.858% 1.069%, 91.697% 1.068%, 91.537% 1.07%, 91.377% 1.075%, 91.216% 1.084%, 91.056% 1.096%, 90.896% 1.112%, 90.736% 1.132%, 90.577% 1.154%, 88.281% 1.516%, 88.281% 1.516%, 87.878% 1.568%, 87.475% 1.608%, 87.072% 1.636%, 86.669% 1.651%, 86.265% 1.654%, 85.862% 1.645%, 85.458% 1.623%, 85.055% 1.589%, 84.653% 1.542%, 84.25% 1.483%, 83.671% 1.411%, 82.772% 1.306%, 82.772% 1.306%, 82.637% 1.289%, 82.502% 1.271%, 82.367% 1.253%, 82.232% 1.233%, 82.097% 1.214%, 81.961% 1.194%, 81.826% 1.175%, 81.69% 1.156%, 81.554% 1.138%, 81.418% 1.122%, 81.418% 1.122%, 81.281% 1.105%, 81.145% 1.089%, 81.009% 1.072%, 80.874% 1.056%, 80.739% 1.04%, 80.604% 1.026%, 80.469% 1.012%, 80.334% 1.001%, 80.198% 0.991%, 80.063% 0.984%, 80.063% 0.984%, 79.456% 0.961%, 78.849% 0.946%, 78.242% 0.937%, 77.636% 0.937%, 77.031% 0.945%, 76.428% 0.962%, 75.826% 0.988%, 75.227% 1.024%, 74.63% 1.071%, 74.035% 1.128%, 73.814% 1.128%, 73.814% 1.128%, 73.717% 1.135%, 73.62% 1.141%, 73.524% 1.145%, 73.427% 1.147%, 73.33% 1.148%, 73.233% 1.147%, 73.137% 1.145%, 73.04% 1.141%, 72.943% 1.135%, 72.847% 1.128%, 72.847% 1.128%, 72.742% 1.128%, 72.638% 1.128%, 72.535% 1.128%, 72.432% 1.128%, 72.33% 1.128%, 72.228% 1.128%, 72.127% 1.128%, 72.027% 1.128%, 71.927% 1.128%, 71.829% 1.128%, 71.829% 1.128%, 71.689% 1.126%, 71.549% 1.121%, 71.409% 1.114%, 71.27% 1.103%, 71.13% 1.09%, 70.991% 1.074%, 70.852% 1.056%, 70.713% 1.034%, 70.574% 1.01%, 70.435% 0.984%, 70.435% 0.984%, 70.321% 0.957%, 70.206% 0.926%, 70.092% 0.892%, 69.978% 0.854%, 69.863% 0.814%, 69.748% 0.772%, 69.631% 0.73%, 69.514% 0.689%, 69.394% 0.648%, 69.272% 0.609%, 69.272% 0.609%, 69.201% 0.588%, 69.129% 0.568%, 69.057% 0.548%, 68.985% 0.529%, 68.913% 0.51%, 68.84% 0.49%, 68.767% 0.471%, 68.693% 0.45%, 68.619% 0.428%, 68.544% 0.406%, 68.361% 0.346%, 68.361% 0.346%, 68.25% 0.314%, 68.141% 0.28%, 68.033% 0.246%, 67.925% 0.211%, 67.818% 0.177%, 67.709% 0.144%, 67.6% 0.113%, 67.489% 0.085%, 67.377% 0.059%, 67.262% 0.038%, 67.262% 0.038%, 67.176% 0.028%, 67.091% 0.02%, 67.006% 0.013%, 66.921% 0.008%, 66.836% 0.004%, 66.751% 0.001%, 66.665% 0%, 66.58% 0%, 66.495% 0.002%, 66.41% 0.005%, 66.41% 0.005%, 66.323% 0.005%, 66.236% 0.005%, 66.149% 0.005%, 66.062% 0.005%, 65.976% 0.005%, 65.89% 0.005%, 65.805% 0.005%, 65.722% 0.005%, 65.639% 0.005%, 65.558% 0.005%, 65.558% 0.005%, 65.346% 0.023%, 65.135% 0.044%, 64.924% 0.069%, 64.713% 0.097%, 64.503% 0.129%, 64.292% 0.164%, 64.082% 0.203%, 63.872% 0.245%, 63.663% 0.291%, 63.453% 0.34%, 63.453% 0.34%, 63.294% 0.381%, 63.136% 0.423%, 62.979% 0.468%, 62.822% 0.514%, 62.666% 0.56%, 62.51% 0.606%, 62.355% 0.652%, 62.199% 0.696%, 62.042% 0.739%, 61.885% 0.78%, 61.885% 0.78%, 61.759% 0.812%, 61.634% 0.841%, 61.51% 0.868%, 61.388% 0.893%, 61.266% 0.916%, 61.145% 0.938%, 61.025% 0.96%, 60.905% 0.981%, 60.784% 1.002%, 60.663% 1.023%, 60.663% 1.023%, 60.341% 1.079%, 60.02% 1.134%, 59.7% 1.189%, 59.379% 1.242%, 59.057% 1.292%, 58.735% 1.339%, 58.411% 1.38%, 58.086% 1.415%, 57.759% 1.443%, 57.429% 1.463%, 57.429% 1.463%, 57.285% 1.467%, 57.141% 1.468%, 56.997% 1.466%, 56.853% 1.463%, 56.709% 1.457%, 56.565% 1.448%, 56.421% 1.438%, 56.277% 1.424%, 56.133% 1.409%, 55.989% 1.391%, 55.989% 1.391%, 55.691% 1.353%, 55.394% 1.315%, 55.098% 1.276%, 54.801% 1.238%, 54.505% 1.2%, 54.208% 1.163%, 53.91% 1.127%, 53.611% 1.093%, 53.31% 1.06%, 53.007% 1.03%, 53.007% 1.03%, 52.815% 1.016%, 52.621% 1.004%, 52.426% 0.996%, 52.23% 0.989%, 52.034% 0.983%, 51.836% 0.978%, 51.638% 0.972%, 51.44% 0.967%, 51.242% 0.96%, 51.044% 0.951%, 51.044% 0.951%, 50.903% 0.947%, 50.763% 0.936%, 50.624% 0.92%, 50.486% 0.901%, 50.348% 0.881%, 50.21% 0.861%, 50.071% 0.844%, 49.931% 0.831%, 49.79% 0.825%, 49.646% 0.826%, 49.646% 0.826%, 49.383% 0.836%, 49.12% 0.846%, 48.856% 0.856%, 48.593% 0.866%, 48.329% 0.875%, 48.066% 0.884%, 47.802% 0.891%, 47.538% 0.897%, 47.274% 0.902%, 47.009% 0.905%, 47.009% 0.905%, 46.798% 0.905%, 46.587% 0.905%, 46.376% 0.906%, 46.167% 0.907%, 45.958% 0.91%, 45.749% 0.913%, 45.542% 0.918%, 45.335% 0.925%, 45.128% 0.934%, 44.922% 0.944%, 44.922% 0.944%, 44.696% 0.965%, 44.472% 0.991%, 44.248% 1.021%, 44.025% 1.054%, 43.804% 1.091%, 43.583% 1.13%, 43.364% 1.17%, 43.145% 1.211%, 42.928% 1.252%, 42.711% 1.292%, 42.711% 1.292%, 42.63% 1.244%, 42.547% 1.202%, 42.463% 1.165%, 42.378% 1.134%, 42.293% 1.11%, 42.207% 1.091%, 42.12% 1.078%, 42.033% 1.071%, 41.946% 1.07%, 41.859% 1.076%, 41.859% 1.076%, 41.712% 1.096%, 41.565% 1.118%, 41.418% 1.143%, 41.272% 1.172%, 41.125% 1.202%, 40.979% 1.236%, 40.833% 1.272%, 40.688% 1.311%, 40.543% 1.353%, 40.398% 1.397%, 40.398% 1.397%, 40.293% 1.421%, 40.19% 1.444%, 40.088% 1.465%, 39.986% 1.486%, 39.886% 1.505%, 39.787% 1.522%, 39.69% 1.538%, 39.595% 1.55%, 39.501% 1.561%, 39.409% 1.568%, 39.409% 1.568%, 39.316% 1.575%, 39.219% 1.582%, 39.119% 1.591%, 39.015% 1.602%, 38.91% 1.613%, 38.803% 1.626%, 38.695% 1.641%, 38.587% 1.657%, 38.48% 1.674%, 38.374% 1.693%, 38.374% 1.693%, 38.106% 1.749%, 37.838% 1.8%, 37.569% 1.847%, 37.3% 1.889%, 37.031% 1.927%, 36.762% 1.96%, 36.492% 1.989%, 36.222% 2.013%, 35.952% 2.033%, 35.682% 2.048%, 35.022% 2.048%, 35.022% 2.048%, 34.885% 2.049%, 34.749% 2.054%, 34.612% 2.061%, 34.475% 2.069%, 34.339% 2.079%, 34.201% 2.089%, 34.064% 2.099%, 33.925% 2.107%, 33.786% 2.115%, 33.646% 2.12%, 33.646% 2.12%, 33.471% 2.12%, 33.299% 2.12%, 33.127% 2.121%, 32.955% 2.122%, 32.784% 2.125%, 32.613% 2.128%, 32.441% 2.133%, 32.267% 2.14%, 32.093% 2.149%, 31.916% 2.159%, 31.916% 2.159%, 31.763% 2.167%, 31.61% 2.172%, 31.457% 2.174%, 31.304% 2.174%, 31.15% 2.172%, 30.997% 2.169%, 30.843% 2.166%, 30.689% 2.163%, 30.534% 2.16%, 30.378% 2.159%, 30.378% 2.159%, 30.153% 2.159%, 29.928% 2.159%, 29.703% 2.159%, 29.477% 2.159%, 29.252% 2.159%, 29.026% 2.159%, 28.8% 2.159%, 28.575% 2.159%, 28.35% 2.159%, 28.125% 2.159%, 28.125% 2.159%, 27.953% 2.159%, 27.782% 2.159%, 27.611% 2.157%, 27.44% 2.154%, 27.27% 2.15%, 27.099% 2.142%, 26.929% 2.132%, 26.759% 2.119%, 26.59% 2.102%, 26.421% 2.081%, 26.421% 2.081%, 26.219% 2.063%, 26.017% 2.045%, 25.816% 2.026%, 25.615% 2.007%, 25.414% 1.986%, 25.213% 1.964%, 25.012% 1.941%, 24.811% 1.915%, 24.611% 1.887%, 24.41% 1.857%, 22.28% 1.516%, 22.28% 1.516%, 22.13% 1.492%, 21.98% 1.467%, 21.83% 1.442%, 21.681% 1.417%, 21.532% 1.39%, 21.383% 1.362%, 21.234% 1.334%, 21.085% 1.304%, 20.935% 1.273%, 20.785% 1.24%, 20.785% 1.24%, 20.481% 1.177%, 20.177% 1.12%, 19.873% 1.069%, 19.568% 1.025%, 19.263% 0.987%, 18.958% 0.955%, 18.652% 0.93%, 18.347% 0.911%, 18.041% 0.898%, 17.735% 0.892%, 17.735% 0.892%, 17.493% 0.892%, 17.251% 0.893%, 17.01% 0.895%, 16.768% 0.901%, 16.526% 0.909%, 16.284% 0.921%, 16.042% 0.939%, 15.8% 0.962%, 15.558% 0.992%, 15.315% 1.03%, 15.315% 1.03%, 15.006% 1.072%, 14.695% 1.114%, 14.383% 1.155%, 14.069% 1.194%, 13.755% 1.23%, 13.44% 1.261%, 13.125% 1.286%, 12.809% 1.304%, 12.494% 1.313%, 12.179% 1.312%, 12.179% 1.312%, 12.112% 1.312%, 12.044% 1.312%, 11.975% 1.312%, 11.907% 1.312%, 11.839% 1.312%, 11.77% 1.312%, 11.702% 1.312%, 11.634% 1.312%, 11.566% 1.312%, 11.498% 1.312%, 11.498% 1.312%, 11.397% 1.31%, 11.296% 1.303%, 11.195% 1.294%, 11.094% 1.281%, 10.994% 1.266%, 10.893% 1.25%, 10.793% 1.232%, 10.692% 1.215%, 10.592% 1.197%, 10.493% 1.181%, 10.493% 1.181%, 10.315% 1.151%, 10.136% 1.116%, 9.958% 1.08%, 9.778% 1.041%, 9.598% 1.003%, 9.417% 0.967%, 9.235% 0.934%, 9.052% 0.905%, 8.868% 0.881%, 8.682% 0.865%, 8.682% 0.865%, 8.499% 0.854%, 8.321% 0.843%, 8.148% 0.833%, 7.979% 0.824%, 7.812% 0.816%, 7.647% 0.81%, 7.482% 0.806%, 7.316% 0.804%, 7.149% 0.804%, 6.978% 0.806%, 5.253% 0.806%, 5.253% 0.806%, 5.088% 0.806%, 4.924% 0.806%, 4.763% 0.805%, 4.602% 0.804%, 4.442% 0.801%, 4.282% 0.798%, 4.121% 0.793%, 3.96% 0.786%, 3.798% 0.778%, 3.634% 0.767%, 3.634% 0.767%, 3.506% 0.768%, 3.378% 0.772%, 3.251% 0.778%, 3.123% 0.786%, 2.995% 0.794%, 2.867% 0.802%, 2.739% 0.81%, 2.611% 0.817%, 2.484% 0.823%, 2.356% 0.826%, 2.356% 0.826%, 2.181% 0.826%, 2.008% 0.827%, 1.835% 0.828%, 1.663% 0.83%, 1.491% 0.834%, 1.319% 0.84%, 1.147% 0.849%, 0.974% 0.86%, 0.801% 0.874%, 0.626% 0.892%, 0% 0.892%, 0.641% 100%, 99.95% 99.989%);
  }
}