@import url(https://use.typekit.net/wot3mhc.css);
@charset "UTF-8";
/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img, img {
  border: 0;
}

/* Border-box fix */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Fix iOS forms */
input[type=text],
input[type=email],
input[type=submit],
textarea,
button {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Fix highlights */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
}

@font-face {
  font-family: "Archer";
  src: url(/fonts/Archer-Medium.otf?1b34a3147f5751b3f9e55c1c8a743d17);
  font-weight: normal;
}
@media (max-width: 800px) {
  .bg-pos-l {
    background-position-x: left;
  }
}

@media (max-width: 800px) {
  .bg-pos-c {
    background-position-x: center;
  }
}

@media (max-width: 800px) {
  .bg-pos-r {
    background-position-x: right;
  }
}

html {
  scroll-behavior: smooth;
  margin: 0 !important;
  padding: 0 !important;
}

body {
  padding: 0 0 0 0 !important;
  max-width: 1440px;
  margin: 0 auto;
  padding: 66px 0 0 !important;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
}
body p, body a, body strong, body em, body h1, body h2, body h3, body h4, body h5, body h6 {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  overflow-wrap: break-word;
  word-break: auto-phrase;
}

.with-banner {
  padding-top: calc(66px + 32px) !important;
}

body * {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
body *::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  -webkit-appearance: none;
}
body *:focus-visible {
  border: 1px solid lightblue !important;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  border-radius: 4px;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 10px;
}

.footer {
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 49px 0;
}
.footer .footer-fold-out-block {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 46px 0;
  position: relative;
}
@media (max-width: 800px) {
  .footer .footer-fold-out-block {
    flex-direction: column;
    padding: 0;
  }
}
.footer .footer-fold-out-block img {
  max-width: 115px;
  position: relative;
  top: 100px;
}
@media (max-width: 800px) {
  .footer .footer-fold-out-block img {
    left: 16px;
    top: 120px;
  }
}
.footer .footer-fold-out-block .footer-nav {
  list-style: none;
  width: 780px;
  padding: 113px 0px 0px 0px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .footer .footer-fold-out-block .footer-nav {
    width: 100%;
    padding: 139px 16px 0px 16px;
  }
}
.footer .footer-fold-out-block .footer-nav a {
  font-family: "Archer", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 55px;
  color: #ffffff;
  text-decoration: none;
}
.footer .footer-fold-out-block .footer-nav .menu-item {
  position: relative;
  cursor: pointer;
}
.footer .footer-fold-out-block .footer-nav .menu-item::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/footer-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  position: absolute;
  width: 17px;
  height: 8px;
  right: 13px;
  top: 22px;
}
.footer .footer-fold-out-block .footer-nav .menu-item-has-children {
  position: relative;
}
.footer .footer-fold-out-block .footer-nav .menu-item-has-children a {
  pointer-events: none;
  display: block;
}
.footer .footer-fold-out-block .footer-nav .menu-item-has-children::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/footer-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  position: absolute;
  width: 17px;
  height: 8px;
  right: 13px;
  top: 22px;
}
.footer .footer-fold-out-block .footer-nav .menu-item-has-children .sub-menu {
  display: none;
  position: relative;
}
.footer .footer-fold-out-block .footer-nav .menu-item-has-children .sub-menu li:first-of-type {
  border-top: 1px solid #d0d0d0;
}
.footer .footer-fold-out-block .footer-nav .menu-item-has-children .sub-menu li:last-of-type {
  border-bottom: none;
}
.footer .footer-fold-out-block .footer-nav .menu-item-has-children .sub-menu li a {
  pointer-events: all;
}
.footer .footer-fold-out-block .footer-nav .menu-item-has-children .open-menu-child {
  flex-direction: column;
  min-height: auto;
  width: 100% !important;
  background-color: #000000 !important;
  padding-bottom: 0;
}
.footer .footer-fold-out-block .footer-nav .open-menu-parent::after {
  transform: rotate(180deg);
}
.footer .footer-fold-out-block .footer-nav li {
  position: relative;
  cursor: pointer;
}
.footer .footer-fold-out-block .footer-nav li .footer-question {
  display: flex;
  background-image: url("/wp-content/themes/pmu/assets/img/footer-arrow.svg");
  background-repeat: no-repeat;
  background-position: 100%;
}
.footer .footer-fold-out-block .footer-nav li .footer-question span {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 16px 0px;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.footer .footer-fold-out-block .footer-nav li .footer-question span:after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/footer-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0px;
  position: absolute;
}
.footer .footer-fold-out-block .footer-nav li .footer-question__active span::after {
  transform: rotate(180deg) scaleX(-1);
}
.footer .footer-fold-out-block .footer-nav li div span {
  display: none;
  color: #fff;
}
.footer .footer-fold-out-block .footer-nav li p:not(.question) {
  overflow: hidden;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
}
.footer .footer-fold-out-block .footer-nav li p:not(.question) a {
  color: #176674;
  font-weight: bold;
}
.footer .footer-fold-out-block .footer-nav li {
  border-bottom: 1px solid #d0d0d0;
}
@media (max-width: 800px) {
  .footer section {
    display: flex;
    width: 100%;
    padding: 0 16px;
  }
}
.footer .middle-wrapper {
  display: flex;
  width: 780px;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .footer .middle-wrapper {
    width: 100%;
    padding: 41px 16px 16px 0;
    flex-direction: column;
  }
}
.footer .lower-wrapper {
  width: 100%;
  max-width: 780px;
  margin-top: 35px;
}
@media (max-width: 800px) {
  .footer .lower-wrapper {
    right: 0;
    width: auto;
    max-width: none;
  }
}
.footer .lower-wrapper ul {
  display: flex;
}
@media (max-width: 800px) {
  .footer .lower-wrapper ul {
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 74px;
  }
}
.footer .lower-wrapper ul li {
  margin-right: 24px;
}
@media (max-width: 800px) {
  .footer .lower-wrapper ul li {
    margin: 0 0 10px 0;
  }
}
.footer .lower-wrapper img {
  max-width: 136px;
}
.footer__contact-info {
  display: flex;
}
@media (max-width: 800px) {
  .footer__contact-info {
    flex-direction: column;
  }
}
.footer__contact-info pre {
  font-family: "Archer", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  margin-right: 69px;
}
@media (max-width: 800px) {
  .footer__contact-info pre {
    margin: 0;
  }
}
.footer__contact-info pre:last-of-type {
  margin: 0;
}
@media (max-width: 800px) {
  .footer__social-media ul {
    flex-direction: column;
    margin-bottom: 31px;
  }
}
.footer__social-media ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer__social-media ul li img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__social-media ul li a {
  font-family: "Archer", sans-serif;
  color: #ffffff;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
  margin-left: 12px;
}

.header {
  display: flex;
  flex-direction: column;
  background-color: transparent;
  position: fixed;
  width: 100%;
  max-width: 1440px;
  z-index: 9;
  top: 0;
}
.header .cart-trigger-wrapper {
  cursor: pointer;
}
@media (max-width: 800px) {
  .header .cart-trigger-wrapper {
    margin-right: 17px;
  }
}
.header__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 48;
  top: 0px;
  font-family: "Archer", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  text-align: center;
  position: relative;
  background: #fff;
}
.header__banner--bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 48;
  width: 100%;
}
.header__banner span {
  z-index: 9;
}
.header__banner span:hover {
  opacity: 0.7;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 56px 16px 88px;
  background-color: #000000;
  max-height: 67px;
}
@media (max-width: 800px) {
  .header__inner {
    padding: 16px 17px 20px 17px;
  }
}
.header__inner--actions {
  align-items: flex-start;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .header__inner--actions a {
    color: #000000;
  }
}
.header__inner--logo {
  max-width: 115px;
  margin-top: 47px;
}
@media (max-width: 800px) {
  .header__inner--logo {
    margin-top: 10px;
    max-width: 73px;
  }
}
.header__inner .cart-trigger, .header__inner .cart-trigger-prevent {
  margin-right: 49px;
  cursor: pointer;
}
@media (max-width: 800px) {
  .header__inner .cart-trigger, .header__inner .cart-trigger-prevent {
    margin-right: 17px;
  }
}
.header__inner .cart-trigger__wrapper, .header__inner .cart-trigger-prevent__wrapper {
  position: relative;
}
.header__inner .cart-trigger__count, .header__inner .cart-trigger-prevent__count {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #ffffff;
  background-color: #44883e;
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: -8px;
  right: 41px;
}
@media (max-width: 800px) {
  .header__inner .cart-trigger__count, .header__inner .cart-trigger-prevent__count {
    right: 9px;
  }
}
.header__inner--cart {
  margin-right: 29px;
}
.header__inner--hamburger {
  cursor: pointer;
}
@media (max-width: 800px) {
  .header__inner--nav {
    display: none;
  }
}
.header__inner--nav .header-nav {
  display: flex;
  position: relative;
}
.header__inner--nav .header-nav a {
  color: #ffffff;
}
.header__inner--nav .header-nav .menu-item-has-children {
  position: relative;
  cursor: pointer;
}
.header__inner--nav .header-nav .menu-item-has-children::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/nav-arrow-green.svg");
  background-repeat: no-repeat;
  background-position: 100%;
  position: absolute;
  width: 17px;
  height: 9px;
  right: 53px;
  top: 50%;
  transform: translateY(-50%);
}
.header__inner--nav .header-nav .menu-item-has-children a {
  font-family: "Archer", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  padding-right: 24px;
  color: #ffffff;
  margin-right: 56px;
  text-decoration: none;
  pointer-events: none;
  position: relative;
  z-index: 9;
}
.header__inner--nav .header-nav .menu-item-has-children .sub-menu {
  display: none;
}
.header__inner--nav .header-nav .menu-item-has-children .sub-menu a {
  pointer-events: all !important;
}
.header__inner--nav .header-nav .menu-item-has-children .open-menu-child {
  position: absolute;
  display: flex !important;
  flex-direction: column;
  width: calc(100% + 50px);
  padding: 7px 0;
  top: 43;
  left: -4px;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  overflow: hidden;
}
.header__inner--nav .header-nav .menu-item-has-children .open-menu-child li {
  background-image: url("/wp-content/themes/pmu/assets/img/header-submenu-arrow.svg");
  background-position: 94.5%;
  background-repeat: no-repeat;
}
.header__inner--nav .header-nav .menu-item-has-children .open-menu-child li:hover {
  background-color: #eeeeee;
  background-image: url("/wp-content/themes/pmu/assets/img/header-submenu-arrow-red.svg");
}
.header__inner--nav .header-nav .menu-item-has-children .open-menu-child li:hover a {
  text-shadow: 0 0 1px black;
}
.header__inner--nav .header-nav .menu-item-has-children .open-menu-child li a {
  font-family: "Archer";
  color: #000000 !important;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
  width: 100%;
  display: flex;
  padding: 7px 69px 7px 26px;
  min-width: 270px;
}
.header__inner--nav .open-menu-parent::after {
  transform: rotate(180deg) translateY(-50%) !important;
  transform: translateY(-50%) rotate(180deg) !important;
}
.header__menu {
  width: 0px;
  height: 100vh;
  background-color: #000000;
  top: 0;
  right: 0;
  position: absolute;
  flex-direction: column;
  transition: width 0.4s ease-in-out;
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 800px) {
  .header__menu {
    top: 0;
  }
}
.header__menu.active-menu .menu-item::after {
  opacity: 1 !important;
}
.header__menu .cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 285px;
  margin: 16px 15px 0 15px;
}
.header__menu .cta-wrapper .close-menu {
  background-image: url("/wp-content/themes/pmu/assets/img/close_menu.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  cursor: pointer;
}
.header__menu .cta-wrapper a {
  margin: 0 24px 0 auto;
  padding: 4px 8px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  background-color: #44883e;
  border-radius: 32px;
}
@media (max-width: 800px) {
  .header__menu .cta-wrapper a {
    margin: 0;
  }
}
.header__menu .menu-wrapper {
  margin: 22px 15px 0px 15px;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 140px;
}
.header__menu .menu-wrapper .menu-top-big-menu-container {
  padding-bottom: 80px;
}
.header__menu .menu-wrapper .menu-item-has-children a {
  pointer-events: none;
}
.header__menu .menu-wrapper .menu-item {
  position: relative;
  cursor: pointer;
}
.header__menu .menu-wrapper .menu-item::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/footer-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  position: absolute;
  width: 17px;
  height: 8px;
  right: 10px;
  top: 22px;
  opacity: 0;
  transition: all 0.2s ease-in;
}
.header__menu .menu-wrapper .menu-item ul {
  display: none;
  flex-direction: column;
}
.header__menu .menu-wrapper .menu-item ul li a {
  pointer-events: all;
}
.header__menu .menu-wrapper .menu-item-has-children::after {
  transform: rotate(0deg);
}
.header__menu .menu-wrapper .menu-item-has-children.open-menu-parent::after {
  transform: rotate(180deg);
}
.header__menu .menu-wrapper .menu-item-has-children .sub-menu {
  display: none;
  position: relative;
}
.header__menu .menu-wrapper .menu-item-has-children .sub-menu li:first-of-type {
  border-top: 1px solid #ffffff;
}
.header__menu .menu-wrapper .menu-item-has-children .sub-menu li:last-of-type {
  border-bottom: none;
}
.header__menu .menu-wrapper .menu-item-has-children .sub-menu li a {
  pointer-events: all;
}
.header__menu .menu-wrapper .open-menu-child {
  display: flex !important;
  width: 100% !important;
  background-color: #000000 !important;
  min-height: auto;
  padding-bottom: 0;
}
.header__menu .menu-wrapper li {
  border-bottom: 1px solid #ffffff;
}
.header__menu .menu-wrapper li a {
  display: block;
  padding: 16px 0px;
  font-family: "Archer", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
}
.header__cart {
  min-height: 100vh;
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  color: #ffffff;
  right: -359px;
  overflow: hidden;
  transition: width 0.4s ease-in-out;
  width: 0px;
}

.dark_mode {
  background: transparent;
}

.active-cart {
  width: 350px;
  right: 0px;
}

.active-menu {
  width: 350px;
  right: 0px;
}
@media (max-width: 800px) {
  .active-menu {
    width: 320px;
  }
}

.open-menu-child {
  display: flex !important;
}

.open-menu-parent {
  padding-bottom: 0px !important;
}

.with-banner .header__menu .cta-wrapper {
  margin-top: 48px;
}
.with-banner .header__cart--wrapper {
  padding-top: 48px;
}

#moove_gdpr_cookie_info_bar {
  font-family: "Archer", sans-serif !important;
  background-color: #000000 !important;
  border-top: none !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  font-family: "Archer", sans-serif !important;
  background-color: #000000 !important;
  border-top: none !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto !important;
  padding: 25px 0 !important;
}
@media (max-width: 800px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 18px 32px !important;
  }
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
  max-width: 1120px;
  display: flex !important;
  justify-content: space-between !important;
}
@media (max-width: 800px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-content {
    flex-direction: column !important;
  }
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 19px !important;
}
@media (max-width: 800px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 21px !important;
    text-align: center !important;
  }
}

#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder button.mgbutton {
  min-width: 300px !important;
  padding: 17px 100px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}
@media (max-width: 800px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder button.mgbutton {
    margin-left: 0 !important;
  }
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
  font-size: 16px !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a {
  font-size: 16px !important;
}
@media (max-width: 800px) {
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    padding-left: 0 !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
  }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice a {
    font-size: 14px !important;
  }
}

.search-bar {
  width: 100vw;
}
.search-bar form div {
  width: 100vw;
}
.search-bar form div input[type=text] {
  width: 100vw;
}

.modal {
  font-family: "Archer", sans-serif;
}
.modal__overlay {
  justify-content: center;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
  top: 0;
  left: 0;
  padding-top: 20vh;
}
@media (max-width: 800px) {
  .modal__overlay {
    padding-top: 10vh;
  }
}
.modal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 378px;
  min-height: 512px;
  border-radius: 8px;
  background: #548747;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
  padding: 88px 16px 90px;
  position: relative;
}
.modal__inner img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  top: -65px;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal__inner button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 28px;
  color: #fff;
  z-index: 1;
  cursor: pointer;
}
.modal__inner button:hover {
  opacity: 0.8;
}
.modal__inner h2 {
  color: #FFF;
  font-family: "Archer", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  max-width: 298px;
  margin: 0 auto 48px;
}
.modal__inner p {
  color: #FFF;
  font-family: "Archer", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 16px;
  max-width: 292px;
}
.modal__inner ul {
  max-width: 292px;
  padding-left: 40px;
  position: relative;
}
.modal__inner ul li {
  display: flex;
  color: #FFF;
  font-family: "Archer", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 28px;
  position: relative;
}
.modal__inner ul li::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'><path d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM17.4571 9.45711L11 15.9142L6.79289 11.7071L8.20711 10.2929L11 13.0858L16.0429 8.04289L17.4571 9.45711Z' fill='white'/></svg>");
  background-size: cover;
  position: absolute;
  left: -42px;
  top: -2px;
}
.modal__inner--cta {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 345px;
  height: 56px;
  border-radius: 64px;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: "Archer", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  position: absolute;
  bottom: 32px;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  height: calc(90vh - 98px);
  justify-content: flex-end;
  padding: 0 0 103px 96px;
  background-size: cover;
  max-height: 750px;
}
@media (max-width: 800px) {
  .hero {
    padding: 0 16px 52px 16px;
    min-height: auto;
  }
}
.hero video {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  bottom: 0;
  left: 0;
}
.hero:after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0.38%, rgba(0, 0, 0, 0) 69.31%);
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.hero:before {
  content: "";
  position: absolute;
  bottom: -0.5%;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 2;
  background: #fafafa;
  clip-path: polygon(0% 0%, 48% 1%, 50% 90%, 52% 1%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 800px) {
  .hero:before {
    content: none;
  }
}
.hero article {
  flex-direction: column;
  display: flex;
  z-index: 2;
}
@media (max-width: 800px) {
  .hero article {
    align-items: center;
  }
}
.hero article h1 {
  width: 100%;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #ffffff;
  order: 0;
}
@media (max-width: 800px) {
  .hero article h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
.hero article p {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  flex: none;
  flex-grow: 0;
  margin: 16px 0 32px;
  max-width: 655px;
  order: 1;
}
@media (max-width: 800px) {
  .hero article p {
    max-width: unset;
    width: 100%;
  }
}
.hero article .body-mobile {
  display: none;
}
@media (max-width: 800px) {
  .hero article .body-mobile {
    display: block;
    width: 100%;
  }
}
.hero article .body-desktop {
  display: block;
}
@media (max-width: 800px) {
  .hero article .body-desktop {
    display: none;
  }
}
.hero article a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.hero article a:hover {
  background: #55a94d;
}
.hero article a:disabled {
  opacity: 0.5;
}
.hero article a {
  max-width: 311px;
  order: 2;
}
@media (max-width: 800px) {
  .hero article a {
    margin: 0 auto;
    margin-top: 16px !important;
    width: calc(100% - 32px);
    max-width: none;
  }
}

.low-hero {
  display: flex;
}
@media (max-width: 800px) {
  .low-hero {
    flex-direction: column;
  }
}
.low-hero__left {
  height: 743px;
  width: 50%;
  background-size: cover;
}
@media (max-width: 800px) {
  .low-hero__left {
    height: 285px;
    width: 100%;
  }
}
.low-hero__right {
  padding: 118px 64px 118px 40px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .low-hero__right {
    padding: 16px 0px 40px 16px;
    display: block;
  }
}
.low-hero__right a {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.1px;
  color: #44883e;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.low-hero__right--tags {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 0 0;
  max-width: 650px;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .low-hero__right--tags {
    margin: 0;
    max-width: none;
    flex-wrap: nowrap;
    overflow: scroll;
  }
}
.low-hero__right--tags a {
  margin: 0 16px 16px 0;
  padding: 8px 16px;
  font-family: "Archer", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: #44883e;
  text-decoration: none;
  background: #e1ffe4;
  border: none;
  border-radius: 32px;
}
@media (max-width: 800px) {
  .low-hero__right--tags a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.low-hero__right h4 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #44883e;
}
@media (max-width: 800px) {
  .low-hero__right h4 {
    display: none;
  }
}
.low-hero__right h1 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 54px;
  text-transform: uppercase;
  color: #000000;
  max-width: 625px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .low-hero__right h1 {
    margin-top: 18px;
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 40px;
  }
}
.low-hero__right .body-mobile {
  display: none;
}
@media (max-width: 800px) {
  .low-hero__right .body-mobile {
    display: block;
    width: 100%;
  }
}
.low-hero__right .body-desktop {
  display: block;
}
@media (max-width: 800px) {
  .low-hero__right .body-desktop {
    display: none;
  }
}
.low-hero__right p {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  max-width: 655px;
}
@media (max-width: 800px) {
  .low-hero__right p {
    font-size: 21px;
    line-height: 25px;
    max-width: 310px;
  }
}

.posts {
  padding: 96px 0 96px 96px;
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  position: relative;
}
.posts .visible-scroll {
  opacity: 1 !important;
  pointer-events: all !important;
}
@media (max-width: 800px) {
  .posts {
    padding: 49px 0 40px 16px;
    transition: opacity 0.5s ease-in;
  }
}
.posts .scroll-left {
  position: absolute;
  left: 0;
  top: 47%;
  background-image: url("/wp-content/themes/pmu/assets/img/post-scroll.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 39px;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 800px) {
  .posts .scroll-left {
    display: none;
    margin-left: 0px;
  }
}
.posts .scroll-right {
  position: absolute;
  right: 0;
  top: 47%;
  background-image: url("/wp-content/themes/pmu/assets/img/post-scroll.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 800px) {
  .posts .scroll-right {
    display: none;
  }
}
.posts h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 32px;
}
.posts ul {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: -5px;
  padding-bottom: 5px;
  padding-left: 5px;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.posts ul li:not(.scroll-right):not(.scroll-left) {
  display: grid;
  grid-template-rows: 270px 195px;
  width: 396px;
  min-width: 396px;
  margin-right: 32px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  overflow: hidden;
}
.posts ul li:not(.scroll-right):not(.scroll-left):hover img, .posts ul li:not(.scroll-right):not(.scroll-left):focus img {
  transform: scale(1.05);
  transform-origin: 50% 50%;
}
.posts ul li:not(.scroll-right):not(.scroll-left):hover div a, .posts ul li:not(.scroll-right):not(.scroll-left):focus div a {
  box-shadow: 0 1px 0 0 #44883e;
}
@media (max-width: 800px) {
  .posts ul li:not(.scroll-right):not(.scroll-left) {
    width: 311px;
    min-width: 311px;
    grid-template-rows: 193px 145px;
    margin-right: 16px;
  }
}
.posts ul li:not(.scroll-right):not(.scroll-left) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease-in-out;
}
.posts ul li:not(.scroll-right):not(.scroll-left) div {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 193px;
  padding: 32px 38px 32px 32px;
  background-color: #ffffff;
}
@media (max-width: 800px) {
  .posts ul li:not(.scroll-right):not(.scroll-left) div {
    padding: 16px;
    min-height: 145px;
  }
}
.posts ul li:not(.scroll-right):not(.scroll-left) div h4 {
  margin-bottom: 40px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px;
  color: #000000;
  max-width: 325px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 800px) {
  .posts ul li:not(.scroll-right):not(.scroll-left) div h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
.posts ul li:not(.scroll-right):not(.scroll-left) div a {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #44883e;
  text-decoration: none;
  position: absolute;
  bottom: 32px;
  transition: box-shadow 0.4s ease-in-out;
}
.posts ul li:not(.scroll-right):not(.scroll-left) div a:hover {
  opacity: 0.8;
}
.posts ul li:not(.scroll-right):not(.scroll-left) div a:after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: -30px;
  background-image: url("/wp-content/themes/pmu/assets/img/read-more-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 13px;
}
@media (max-width: 800px) {
  .posts ul li:not(.scroll-right):not(.scroll-left) div a:after {
    bottom: 4px;
    right: -25px;
    width: 12px;
    height: 10px;
  }
}
@media (max-width: 800px) {
  .posts ul li:not(.scroll-right):not(.scroll-left) div a {
    font-size: 18px;
    line-height: 20px;
  }
}
.posts__view-all {
  box-sizing: border-box;
  padding: 16px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #44883e;
  background: transparent !important;
  border: 2px solid #44883e;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.posts__view-all:hover {
  color: #55a94d;
  border-color: #55a94d;
}
.posts__view-all {
  margin: 0px;
  margin-top: 54px;
  margin-left: -96px;
  align-self: center;
}
@media (max-width: 800px) {
  .posts__view-all {
    margin: 0px;
    margin-top: 32px;
    margin-left: -16px;
    align-self: center;
    width: calc(100% - 48px);
  }
}
.posts {
  padding-top: 25px;
}

.second-hand {
  display: flex;
  padding: 128px 100px 128px 100px;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 800px) {
  .second-hand {
    padding: 64px 16px 64px 16px;
    flex-direction: column;
  }
}
.second-hand .wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 380px;
}
@media (max-width: 800px) {
  .second-hand .wrapper {
    flex-direction: column;
  }
}
.second-hand--left {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 800px) {
  .second-hand--left {
    width: 100%;
  }
}
.second-hand--left h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 32px;
}
@media (max-width: 800px) {
  .second-hand--left h2 {
    font-size: 32px;
    line-height: 41px;
  }
}
.second-hand--left ul {
  display: flex;
  flex-direction: column;
  font-family: "Archer", sans-serif;
}
.second-hand--left ul li {
  max-width: 455px;
  position: relative;
  padding-left: 45px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .second-hand--left ul li {
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
.second-hand--left ul li::before {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/green-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
}
.second-hand--left a {
  box-sizing: border-box;
  padding: 16px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #44883e;
  background: transparent !important;
  border: 2px solid #44883e;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.second-hand--left a:hover {
  color: #55a94d;
  border-color: #55a94d;
}
.second-hand--left a {
  padding: 15px 62px;
  margin: 26px 0 0;
  max-width: 311px;
  border-color: #44883e !important;
  color: #44883e !important;
}
.second-hand--left a:hover {
  border-color: #44883e !important;
  color: #44883e !important;
  opacity: 0.6;
}
@media (max-width: 800px) {
  .second-hand--left a {
    width: calc(100% - 32px);
    margin: 32px auto 0;
  }
}
.second-hand--right {
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/themes/pmu/assets/img/map-placeholder.png");
}
@media (max-width: 800px) {
  .second-hand--right {
    height: 263px;
    width: 100%;
    margin-top: 36px;
  }
}
.second-hand--right .content-loaded {
  pointer-events: none;
}
.second-hand--right .loading {
  pointer-events: none;
  background-color: lightgray !important;
  border-color: lightgray !important;
  color: transparent !important;
  opacity: 0.8 !important;
  background-image: url("/wp-content/themes/pmu/assets/img/spinner.gif") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
}
.second-hand--right div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.second-hand--right div:hover {
  background: #55a94d;
}
.second-hand--right div:disabled {
  opacity: 0.5;
}
.second-hand--right div {
  background-color: #44883e !important;
  border-color: #44883e !important;
  color: #fff;
  cursor: pointer;
}
.second-hand--right div:hover {
  background-color: #44883e !important;
  border-color: #44883e !important;
  opacity: 0.8;
}
@media (max-width: 800px) {
  .second-hand--right div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 17px 50px;
    min-width: 311px;
    font-family: "Archer", Sans-Serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background: #44883e;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    border: 0;
    border-radius: 32px;
    cursor: pointer;
    transition: all 0.2s ease-in;
  }
  .second-hand--right div:hover {
    background: #55a94d;
  }
  .second-hand--right div:disabled {
    opacity: 0.5;
  }
  .second-hand--right div {
    padding: 16px 16px;
    background-color: #44883e !important;
    border-color: #44883e !important;
    background: #44883e !important;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .second-hand--right div:hover {
    opacity: 1;
  }
}
.second-hand .stores-list {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  width: 100%;
  max-width: 620px;
}
@media (max-width: 800px) {
  .second-hand .stores-list {
    padding-top: 32px;
  }
}
.second-hand .stores-list .store {
  position: relative;
  min-height: 129px;
  margin-bottom: 32px;
}
.second-hand .stores-list .store a {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
  text-decoration: none;
}
.second-hand .stores-list .store a h4 {
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
  padding-right: 16px;
}
@media (max-width: 800px) {
  .second-hand .stores-list .store a h4 {
    max-width: 180px;
  }
}
.second-hand .stores-list .store a h4::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/second-hand-arrow.svg");
  background-repeat: no-repeat;
  height: 15px;
  width: 9px;
  position: absolute;
  top: 8px;
  right: -9px;
}
.second-hand .stores-list .store__info {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.second-hand .stores-list .store__info a {
  font-size: 16px;
}
@media (max-width: 800px) {
  .second-hand .stores-list .store__info {
    padding-right: 120px;
  }
}
.second-hand .stores-list .store__status {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 8px 0 20px 0;
  display: inline-flex;
  position: relative;
  padding-right: 29px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.second-hand .stores-list .store__status::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/second-hand-small-arrow.svg");
  background-repeat: no-repeat;
  height: 8px;
  width: 14px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
.second-hand .stores-list .store__status span {
  background-image: url("/wp-content/themes/pmu/assets/img/second-hand-dot.svg");
  background-repeat: no-repeat;
  padding-right: 17px;
  background-position: 87% 63%;
}
.second-hand .stores-list .store__status .open {
  color: #44883e;
}
.second-hand .stores-list .store__status .closed {
  color: #44883e;
}
.second-hand .stores-list .store__opening-hours {
  display: none;
}
.second-hand .stores-list .store__opening-hours p {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  max-width: 335px;
}
.second-hand .stores-list .store__opening-hours p strong {
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 16px;
}
.second-hand .stores-list .store img {
  position: absolute;
  right: 0;
  top: 0;
  width: 111px;
  height: 129px;
  -o-object-fit: cover;
     object-fit: cover;
}
.second-hand .stores-list li .store__status {
  display: none;
}
.second-hand .stores-list .stores-cta {
  box-sizing: border-box;
  padding: 16px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #44883e;
  background: transparent !important;
  border: 2px solid #44883e;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.second-hand .stores-list .stores-cta:hover {
  color: #55a94d;
  border-color: #55a94d;
}
.second-hand .stores-list .stores-cta {
  max-width: 315px;
  margin: 0 auto;
  color: #44883e !important;
  border-color: #44883e !important;
}
.second-hand .stores-list .stores-cta:hover {
  color: #44883e !important;
  border-color: #44883e !important;
  opacity: 0.6;
}
.second-hand__store-start {
  padding-bottom: 0px;
}
.second-hand .open {
  display: block !important;
}
.second-hand .reverse-arrow::after {
  transform: translateY(-50%) rotate(180deg) !important;
}
.second-hand .active {
  display: flex !important;
}

.donations-cta {
  background-color: #000000;
  padding: 56px 0px 70px 0px;
}
@media (max-width: 800px) {
  .donations-cta {
    margin-bottom: 64px;
    padding: 44px 16px;
  }
}
.donations-cta h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #ffffff;
}
@media (max-width: 800px) {
  .donations-cta h2 {
    font-size: 26px;
    line-height: 33px;
  }
}
.donations-cta p {
  max-width: 760px;
  margin: 0 auto;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 800px) {
  .donations-cta p {
    font-size: 21px;
    line-height: 25px;
  }
}
.donations-cta ul {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: 532px;
  margin: 0 auto;
  margin-top: 35px;
}
@media (max-width: 800px) {
  .donations-cta ul {
    gap: 8px;
    margin-top: 25px;
  }
}
.donations-cta ul li {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 0;
  font-family: "Archer", Sans-Serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  background: #44883e;
  border-radius: 32px;
}
@media (max-width: 800px) {
  .donations-cta ul li {
    padding: 12px 0;
    font-size: 20px;
    line-height: 22px;
  }
}
.donations-cta ul li:hover {
  opacity: 0.8;
}
.donations-cta ul li a {
  text-decoration: none;
  color: #ffffff;
}

.newsletter {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
  padding: 63px 0px;
}
@media (max-width: 800px) {
  .newsletter {
    padding: 40px 16px;
  }
}
.newsletter h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 444px;
  margin-bottom: 44px;
}
@media (max-width: 800px) {
  .newsletter h2 {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 33px;
  }
}
.newsletter form {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
  gap: 16px;
}
@media (max-width: 800px) {
  .newsletter form {
    flex-direction: column;
    align-items: center;
  }
}
.newsletter form input[type=text] {
  width: 311px;
  height: 51px;
  padding: 15px;
  box-shadow: inset 0px 0px 2px rgba(48, 48, 48, 0.6);
  background-color: #ffffff;
  border: none;
}
.newsletter form input[type=text]::-moz-placeholder {
  font-family: "Archer", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  opacity: 0.6;
}
.newsletter form input[type=text]::placeholder {
  font-family: "Archer", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  opacity: 0.6;
}
.newsletter form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.newsletter form input[type=submit]:hover {
  background: #55a94d;
}
.newsletter form input[type=submit]:disabled {
  opacity: 0.5;
}
.newsletter form input[type=submit] {
  width: 311;
  padding: 18px 0;
  border: none;
}

.cta-blocks {
  display: flex;
  flex-direction: column;
  padding: 128px 96px 128px 96px;
}
@media (max-width: 800px) {
  .cta-blocks {
    padding: 64px 16px 64px 16px;
  }
}
.cta-blocks article h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 32px;
}
@media (max-width: 800px) {
  .cta-blocks article h2 {
    font-size: 32px;
    line-height: 41px;
  }
}
.cta-blocks article p {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 31px;
  color: #000000;
  max-width: 590px;
  margin-bottom: 32px;
}
@media (max-width: 800px) {
  .cta-blocks article p {
    font-size: 21px;
    line-height: 25px;
  }
}
.cta-blocks a {
  box-sizing: border-box;
  padding: 16px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #44883e;
  background: transparent !important;
  border: 2px solid #44883e;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.cta-blocks a:hover {
  color: #55a94d;
  border-color: #55a94d;
}
.cta-blocks a {
  max-width: 437px;
  margin: 0 auto;
  padding: 15px 37px;
}
@media (max-width: 800px) {
  .cta-blocks a {
    margin: 0 16px;
    margin-top: 10px;
    max-width: unset;
    width: calc(100% - 32px);
    white-space: nowrap;
  }
}
.cta-blocks ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta-blocks ul li:not(:last-of-type) {
  margin-bottom: 96px;
}
@media (max-width: 800px) {
  .cta-blocks ul li {
    flex-direction: column-reverse;
  }
  .cta-blocks ul li:not(:last-of-type) {
    margin-bottom: 64px;
  }
}
.cta-blocks ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.cta-blocks ul li:nth-child(even) div {
  padding-left: 80px;
}
@media (max-width: 800px) {
  .cta-blocks ul li:nth-child(even) div {
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .cta-blocks ul li:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.cta-blocks ul li:nth-child(odd) div {
  padding-right: 80px;
}
@media (max-width: 800px) {
  .cta-blocks ul li:nth-child(odd) div {
    padding-right: 0;
  }
}
.cta-blocks ul li div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .cta-blocks ul li div {
    height: auto;
    width: 100%;
  }
}
.cta-blocks ul li div h3 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .cta-blocks ul li div h3 {
    font-weight: 800;
    margin-top: 32px;
    font-size: 28px;
    line-height: 31px;
  }
}
.cta-blocks ul li div p {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  max-width: 544px;
}
.cta-blocks ul li div a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.cta-blocks ul li div a:hover {
  background: #55a94d;
}
.cta-blocks ul li div a:disabled {
  opacity: 0.5;
}
.cta-blocks ul li div a {
  margin: 32px 0 0 0;
  max-width: 311px;
}
.cta-blocks ul li div a:hover {
  color: #fff !important;
}
@media (max-width: 800px) {
  .cta-blocks ul li div a {
    margin: 32px 16px 0 16px;
    max-width: unset;
    width: calc(100% - 32px);
    white-space: nowrap;
  }
}
.cta-blocks ul li img {
  width: 624px;
  height: 484px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media (max-width: 800px) {
  .cta-blocks ul li img {
    width: 100vw;
    height: 280px;
  }
}
.cta-blocks {
  max-width: 1440px;
  margin: 0 auto;
}
.cta-blocks__no-image {
  justify-content: center;
  text-align: center;
  justify-content: center !important;
}
@media (max-width: 800px) {
  .cta-blocks__no-image {
    text-align: left;
  }
}
.cta-blocks__no-image a {
  margin: 32px auto 0 !important;
}
.cta-blocks ul {
  margin-bottom: 64px;
}
@media (max-width: 800px) {
  .cta-blocks ul {
    margin-bottom: 0;
  }
}
.cta-blocks ul a {
  background: #44883e !important;
}

.statistics__hero {
  width: 100%;
  height: 484px;
  padding: 0px 0px 32px 99px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  background-size: cover;
}
@media (max-width: 800px) {
  .statistics__hero {
    padding: 0px 0px 24px 16px;
    height: 281px;
  }
}
.statistics__hero h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 383px;
}
@media (max-width: 800px) {
  .statistics__hero h2 {
    font-size: 32px;
    line-height: 41px;
  }
}
.statistics ul {
  display: flex;
  justify-content: space-between;
  padding: 64px 0px 128px 97px;
  max-width: 1000px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .statistics ul {
    padding: 24px 0px 24px 16px;
    flex-direction: column;
    width: 100%;
  }
}
.statistics ul li {
  width: 310px;
  margin-bottom: 32px;
}
@media (max-width: 800px) {
  .statistics ul li {
    margin-bottom: 12px;
  }
}
.statistics ul li span {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 62px;
  color: #44883e;
}
.statistics ul li p {
  margin-top: 16px;
  font-family: "Archer", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
}
@media (max-width: 800px) {
  .statistics ul li p {
    margin: 8px 0 16px 0;
    font-size: 21px;
    line-height: 25px;
  }
}

.fold-out-block {
  display: flex;
  background-color: #fafafa;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 113px 0;
}
@media (max-width: 800px) {
  .fold-out-block {
    flex-direction: column;
    padding: 0;
    background-color: #ffffff;
    margin-bottom: 95px;
  }
}
.fold-out-block article {
  width: 50%;
  padding: 96px 0px 0px 79px;
}
@media (max-width: 800px) {
  .fold-out-block article {
    padding: 32px 0px 0px 16px;
  }
}
.fold-out-block article h1 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  max-width: 525px;
}
@media (max-width: 800px) {
  .fold-out-block article h1 {
    font-size: 28px;
    line-height: 31px;
    width: 300px;
  }
}
.fold-out-block p {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #000000;
}
.fold-out-block h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #2d2b2c;
  border-bottom: 1px solid #d0d0d0;
  padding: 40px 0px;
}
.fold-out-block ul {
  list-style: none;
  width: 50%;
  padding: 96px 79px 0px 0px;
}
@media (max-width: 800px) {
  .fold-out-block ul {
    padding: 33px 16px 0px 16px;
    width: 100%;
  }
}
.fold-out-block ul li {
  height: 59px;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
  position: relative;
}
.fold-out-block ul li ul {
  list-style: disc;
  padding: 0px;
  width: 100%;
}
.fold-out-block ul li ul li {
  font-family: "Archer", Sans-Serif;
  border: 0;
  height: auto;
  font-size: 17px;
  line-height: 30px;
  color: #000000;
  background-image: url(/wp-content/themes/pmu/assets/img/bullet-point.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -1%;
  padding: 0px 0px 0px 20px;
}
.fold-out-block ul li .question {
  display: flex;
  background-repeat: no-repeat;
  background-position: 100%;
}
.fold-out-block ul li .question span {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  color: #2d2b2c;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 16px 0px;
  padding-right: 25px;
  cursor: pointer;
  position: relative;
  width: 100%;
}
@media (max-width: 800px) {
  .fold-out-block ul li .question span {
    font-size: 20px;
  }
}
.fold-out-block ul li .question span:after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/qna-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 0px;
  position: absolute;
}
.fold-out-block ul li .question__active {
  background-image: url("/wp-content/themes/femdefenders/assets/img/faq_chevron_up.svg");
}
.fold-out-block ul li .question__active span::after {
  transform: rotate(180deg) scaleX(-1);
}
.fold-out-block ul li div span {
  display: none;
  color: #fff;
}
.fold-out-block ul li p:not(.question) {
  overflow: hidden;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 30px;
  color: #000000;
  display: block;
}
.fold-out-block ul li p:not(.question) a {
  color: #44883e;
  font-weight: bold;
}
.fold-out-block ul li p:not(.question) strong {
  font-weight: bold;
}
.fold-out-block ul li {
  border-bottom: 1px solid #d0d0d0;
}

.info-block {
  padding: 40px 0px;
}
.info-block h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 57px;
}
.info-block ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  row-gap: 10px;
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .info-block ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
.info-block ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-block ul li img {
  max-width: 228px;
}
.info-block ul li h3 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  max-width: 310px;
  margin: 16px 0 8px;
}
@media (max-width: 800px) {
  .info-block ul li h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
  }
}
.info-block ul li div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-block ul li p  {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
  color: #000000;
  max-width: 310px;
}
@media (max-width: 800px) {
  .info-block ul li p  {
    margin-bottom: 33px;
  }
}
.info-block a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.info-block a:hover {
  background: #55a94d;
}
.info-block a:disabled {
  opacity: 0.5;
}
.info-block a {
  max-width: 311px;
  margin: 38px auto 128px;
}
@media (max-width: 800px) {
  .info-block a {
    margin: 30px auto 96px;
  }
}

.content-block {
  max-width: 680px;
  margin: 0 auto;
  padding: 46px 0 96px;
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 800px) {
  .content-block {
    padding: 36px 16px;
    font-size: 21px;
    line-height: 25px;
  }
}
.content-block h1 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 21px;
}
@media (max-width: 800px) {
  .content-block h1 {
    font-size: 36px !important;
    line-height: 42px !important;
    padding-left: 0px !important;
  }
}
.content-block h2,
.content-block h3 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #000000;
}
.content-block h3 {
  font-size: 17px;
  margin-bottom: 12px;
}
.content-block h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.content-block em {
  font-style: italic;
}
.content-block p {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 800px) {
  .content-block p {
    font-size: 21px;
    line-height: 25px;
  }
}
.content-block strong {
  font-weight: bold;
  display: inline-block;
}
.content-block img {
  width: 100%;
  height: auto;
}
.content-block a {
  color: #000000;
}
.content-block ol {
  padding-left: 20px;
  list-style: auto;
}
.content-block ul {
  margin: 12px 0px;
}
.content-block ul li {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .content-block ul li {
    font-size: 21px;
    line-height: 25px;
  }
}
.content-block ul li:last-of-type {
  margin-bottom: 0px;
}
.content-block ul li::before {
  content: "";
  background-color: #44883e;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 8px;
}

.complaints-form form {
  display: block;
  max-width: 680px;
  margin: 0 auto 96px;
}
@media (max-width: 800px) {
  .complaints-form form {
    padding: 0px 16px;
  }
}
.complaints-form form h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .complaints-form form h2 {
    font-size: 28px;
    line-height: 31px;
  }
}
.complaints-form form strong {
  display: inline-block;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 64px;
}
@media (max-width: 800px) {
  .complaints-form form strong {
    margin-bottom: 32px;
  }
}
.complaints-form form input[type=text],
.complaints-form form input[type=email],
.complaints-form form input[type=phone],
.complaints-form form input[type=tel] {
  display: block;
  margin: 16px 0px;
  padding: 0 0 0 16px;
  width: 100%;
  height: 52px;
  font-family: "Archer", Sans-Serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border: 0;
  background: #fafafa;
  box-shadow: inset 0px 0px 2px rgba(48, 48, 48, 0.35);
}
.complaints-form form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.complaints-form form input[type=submit]:hover {
  background: #55a94d;
}
.complaints-form form input[type=submit]:disabled {
  opacity: 0.5;
}
.complaints-form form input[type=submit] {
  max-width: 311px;
  margin: 0 auto;
}
.complaints-form form h4 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin-top: 64px;
  margin-bottom: 18px;
}
@media (max-width: 800px) {
  .complaints-form form h4 {
    margin-bottom: 16px;
  }
}
.complaints-form form p  {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 64px;
}
@media (max-width: 800px) {
  .complaints-form form p  {
    margin-bottom: 32px;
  }
}
.complaints-form form article {
  border-top: 1px solid #44883e;
  padding: 16px 0 0 0;
  margin-top: 32px;
}
@media (max-width: 800px) {
  .complaints-form form article {
    margin-top: -16px;
  }
}
.complaints-form form article p {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .complaints-form form article p {
    margin-bottom: 16px;
  }
}
.complaints-form form textarea {
  display: block;
  height: 197px;
  width: 100%;
  margin-bottom: 64px;
  padding: 16px 0 0 16px;
  font-family: "Archer", Sans-Serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  background: #fafafa;
  border: 0;
  box-shadow: inset 0px 0px 2px rgba(48, 48, 48, 0.35);
}
.complaints-form form textarea::-moz-placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.complaints-form form textarea::placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.complaints-form__checkbox {
  margin: 26px 0 38px;
}
.complaints-form__checkbox label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.complaints-form__checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.complaints-form__checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #44883e;
}
.complaints-form__checkbox label input:checked ~ span {
  background-color: #44883e;
}
.complaints-form__checkbox span:after {
  content: "";
  position: absolute;
  display: none;
}
.complaints-form__checkbox label input:checked ~ span:after {
  display: block;
}
.complaints-form__checkbox label span:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.complaints-form__radio {
  margin: 54px 0 0;
}
@media (max-width: 800px) {
  .complaints-form__radio {
    margin: 32px 0 0;
  }
}
.complaints-form__radio label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.complaints-form__radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.complaints-form__radio span {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #44883e;
}
.complaints-form__radio label:hover input ~ span {
  background-color: #ffffff;
}
.complaints-form__radio label input:checked ~ span {
  background-color: #ffffff;
  border: 2px solid #44883e;
}
.complaints-form__radio span:after {
  content: "";
  position: absolute;
  display: none;
}
.complaints-form__radio label input:checked ~ span:after {
  display: block;
}
.complaints-form__radio label span:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #44883e;
}

.locations {
  display: flex;
  padding: 96px 0;
}
@media (max-width: 800px) {
  .locations {
    flex-direction: column;
  }
}
.locations__left {
  width: 50%;
  padding-left: 98px;
  margin: auto 0;
}
@media (max-width: 800px) {
  .locations__left {
    width: 100%;
    padding: 0 16px 21px 16px;
  }
}
.locations__left h2 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #000000;
  max-width: 540px;
  margin-bottom: 32px;
}
@media (max-width: 800px) {
  .locations__left h2 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 16px;
  }
}
.locations__left p {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  max-width: 540px;
}
.locations__left p:not(:last-of-type) {
  margin-bottom: 24px;
}
@media (max-width: 800px) {
  .locations__left p {
    font-size: 21px;
    line-height: 25px;
  }
}
.locations__right {
  min-height: 484px;
  width: 50%;
}
@media (max-width: 800px) {
  .locations__right {
    width: 100%;
  }
}

.papers {
  padding: 56px 0 56px 96px;
  margin-bottom: 128px;
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
  position: relative;
}
@media (max-width: 800px) {
  .papers {
    margin-bottom: 82px;
    padding: 48px 0 48px 16px;
  }
}
.papers h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 32px;
}
.papers ul {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: -5px;
  padding-bottom: 5px;
  padding-left: 5px;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
}
.papers ul li {
  margin-right: 32px;
}
@media (max-width: 800px) {
  .papers ul li {
    margin-right: 20px;
  }
}
.papers ul li img {
  width: 256px;
  height: auto;
}
@media (max-width: 800px) {
  .papers ul li img {
    width: 174px;
  }
}
.papers .cta-wrapper {
  display: flex;
  justify-content: center;
  margin: 61px auto 56px;
  width: 100%;
}
@media (max-width: 800px) {
  .papers .cta-wrapper {
    margin: 32px auto 48px;
  }
}
.papers .cta-wrapper a {
  box-sizing: border-box;
  padding: 16px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #44883e;
  background: transparent !important;
  border: 2px solid #44883e;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.papers .cta-wrapper a:hover {
  color: #55a94d;
  border-color: #55a94d;
}
.papers .cta-wrapper a {
  max-width: 311px;
  margin-left: -96px;
}
@media (max-width: 800px) {
  .papers .cta-wrapper a {
    margin-left: -16px;
  }
}

.block-hero__wrapper {
  display: flex;
  align-items: center;
  position: relative;
  height: calc(100vh - 100px);
}
@media (max-width: 800px) {
  .block-hero__wrapper {
    flex-direction: column;
  }
}
.block-hero__wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.block-hero__wrapper a:hover {
  background: #55a94d;
}
.block-hero__wrapper a:disabled {
  opacity: 0.5;
}
.block-hero__wrapper a {
  max-width: 311px;
}
.block-hero__image {
  width: 50%;
}
@media (max-width: 800px) {
  .block-hero__image {
    width: 100%;
    height: 286px;
  }
}
.block-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-hero__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 540px;
  padding: 0 0 0 40px;
  margin-right: auto;
}
@media (max-width: 800px) {
  .block-hero__content {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 24px 16px 113px 16px;
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .block-hero__content p {
    text-align: center;
  }
}
.block-hero__cta a {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.block-hero__cta a:hover {
  background: #55a94d;
}
.block-hero__cta a:disabled {
  opacity: 0.5;
}
.block-hero__cta a {
  margin-top: 24px;
}
.block-hero__heading {
  font-family: "Archer", sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .block-hero__heading {
    font-size: 36px;
    line-height: 40px;
  }
}
.block-hero__heading {
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .block-hero__heading {
    text-align: center;
  }
}
.block-hero__sub-heading {
  font-family: "Archer", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .block-hero__sub-heading {
    font-size: 22px;
    line-height: 28px;
  }
}
.block-hero__sub-heading {
  margin-bottom: 12px;
  color: #44883e;
}
@media (max-width: 800px) {
  .block-hero__sub-heading {
    margin-bottom: 6px;
  }
}
.block-hero__text {
  font-family: "Archer", Sans-Serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 800px) {
  .block-hero__text {
    font-size: 21px;
    line-height: 25px;
  }
}

.text-editor {
  max-width: 680px;
  margin: 0 auto;
  padding: 46px 0 96px;
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 800px) {
  .text-editor {
    padding: 36px 16px;
    font-size: 21px;
    line-height: 25px;
  }
}
.text-editor h1 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 21px;
}
@media (max-width: 800px) {
  .text-editor h1 {
    font-size: 36px !important;
    line-height: 42px !important;
    padding-left: 0px !important;
  }
}
.text-editor h2,
.text-editor h3 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 21px;
  line-height: 46px;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: #000000;
}
.text-editor h3 {
  font-size: 17px;
  margin-bottom: 12px;
}
.text-editor h4 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.text-editor em {
  font-style: italic;
}
.text-editor p {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
}
@media (max-width: 800px) {
  .text-editor p {
    font-size: 21px;
    line-height: 25px;
  }
}
.text-editor strong {
  font-weight: bold;
  display: inline-block;
}
.text-editor img {
  width: 100%;
  height: auto;
}
.text-editor a {
  color: #000000;
}
.text-editor ol {
  padding-left: 20px;
  list-style: auto;
}
.text-editor ul {
  margin: 12px 0px;
}
.text-editor ul li {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  padding: 0 0 0 20px;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .text-editor ul li {
    font-size: 21px;
    line-height: 25px;
  }
}
.text-editor ul li:last-of-type {
  margin-bottom: 0px;
}
.text-editor ul li::before {
  content: "";
  background-color: #44883e;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 8px;
}
.text-editor {
  max-width: 1440px;
  padding: 30px 96px;
  padding-left: 17%;
}
.text-editor p, .text-editor h1, .text-editor h2, .text-editor h3, .text-editor h4, .text-editor h5, .text-editor h6 {
  max-width: 860px;
}

.video-block {
  max-width: 1010px;
  margin: 0 auto;
}
.video-block__wrapper {
  padding: 5px 30px;
  margin-bottom: 30px;
}
@media (max-width: 800px) {
  .video-block__wrapper {
    padding: 5px 16px;
    height: 400px;
  }
}
.video-block__wrapper h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 32px;
}
.video-block__wrapper iframe {
  width: 100%;
  height: 28.25vw;
  max-height: 680px;
}
@media (max-width: 800px) {
  .video-block__wrapper iframe {
    height: 273px;
  }
}

.products-block ul li {
  height: 399px;
}
@media (max-width: 800px) {
  .products-block ul li {
    height: 325px;
  }
}
.products-block ul li div {
  min-height: auto;
  height: 132px;
  padding-top: 19px;
}
.products-block ul li div h4 {
  margin-bottom: 0px;
}
.products-block ul li div p {
  font-family: "Archer";
  font-style: normal;
  font-weight: 800;
  font-size: 19px;
  margin-top: 3px;
}
.products-block ul li div p span {
  color: #44883e;
}
.products-block ul li div a {
  right: 60px;
  bottom: 23px;
}

.repeater_hero .carousel {
  position: relative;
  overflow: hidden;
}
.repeater_hero .carousel-caption {
  position: absolute;
  left: 90px;
  bottom: 35px;
  z-index: 2;
}
@media (max-width: 800px) {
  .repeater_hero .carousel-caption {
    left: 0px;
  }
}
.repeater_hero .carousel-caption h1 {
  width: 100%;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #ffffff;
  order: 0;
}
@media (max-width: 800px) {
  .repeater_hero .carousel-caption h1 {
    font-size: 36px;
    line-height: 46px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.repeater_hero .carousel-caption p {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  flex: none;
  flex-grow: 0;
  margin: 16px 0 32px;
  max-width: 655px;
  order: 1;
}
@media (max-width: 800px) {
  .repeater_hero .carousel-caption p {
    max-width: unset;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }
}
.repeater_hero .carousel-caption a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.repeater_hero .carousel-caption a:hover {
  background: #55a94d;
}
.repeater_hero .carousel-caption a:disabled {
  opacity: 0.5;
}
.repeater_hero .carousel-caption a {
  max-width: 311px;
  order: 2;
}
@media (max-width: 800px) {
  .repeater_hero .carousel-caption a {
    margin: 0 auto;
    margin-top: 16px !important;
    width: calc(100% - 32px);
    max-width: none;
    margin-bottom: 38px;
  }
}
.repeater_hero .carousel .carousel-control-prev {
  position: absolute;
  top: 45%;
  left: 8px;
  background-image: url(/wp-content/themes/pmu/assets/img/hero-scroll.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  background-color: transparent;
  border: 0;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 800px) {
  .repeater_hero .carousel .carousel-control-prev {
    width: 32px;
    height: 32px;
    bottom: 12px;
    top: auto;
  }
}
.repeater_hero .carousel .carousel-control-next {
  position: absolute;
  top: 45%;
  right: 8px;
  background-image: url(/wp-content/themes/pmu/assets/img/hero-scroll.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  transform: rotate(180deg);
  background-color: transparent;
  border: 0;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 800px) {
  .repeater_hero .carousel .carousel-control-next {
    width: 32px;
    height: 32px;
    bottom: 12px;
    top: auto;
  }
}
.repeater_hero .carousel .carousel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.repeater_hero .carousel .carousel-inner .carousel-item {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  flex-direction: column;
  height: calc(90vh - 98px);
  justify-content: flex-end;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 750px;
}
.repeater_hero .carousel .carousel-inner .carousel-item:after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0.38%, rgba(0, 0, 0, 0) 69.31%);
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.repeater_hero .carousel .carousel-inner .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 750px;
  width: 100vw;
  max-width: 1440px;
}
.repeater_hero .carousel .carousel-dots {
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  gap: 12px;
}
@media (max-width: 800px) {
  .repeater_hero .carousel .carousel-dots {
    bottom: 21px;
  }
}
.repeater_hero .carousel .carousel-dots .dot {
  background-color: #fff;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  cursor: pointer;
  margin: 0px;
}
.repeater_hero .carousel .carousel-dots .active {
  background-color: #55a94d;
}

.store .long-text-trigger {
  color: #44883e;
  display: none;
  bottom: 28px;
}
@media (max-width: 800px) {
  .store .long-text-trigger {
    display: flex;
    background-position: 61%;
    padding-right: 10px;
  }
}
.store .donation-hours {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.store__hero {
  display: flex;
}
@media (max-width: 800px) {
  .store__hero {
    flex-direction: column;
  }
}
.store__hero--left {
  height: 710px;
  width: 50%;
  background-size: cover;
}
@media (max-width: 800px) {
  .store__hero--left {
    width: 100%;
    height: 330px;
  }
}
.store__hero--right {
  margin: auto 0;
  padding: 0 34px;
  position: relative;
}
@media (max-width: 800px) {
  .store__hero--right {
    margin: 0;
    padding: 24px 16px 50px;
  }
}
@media (max-width: 800px) {
  .store__hero--right div {
    position: relative;
  }
}
.store__hero--right h1 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #000000;
  margin: 16px 0;
}
@media (max-width: 800px) {
  .store__hero--right h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 33px;
  }
}
.store__hero--right h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 800px) {
  .store__hero--right h2 {
    font-size: 21px;
  }
}
.store__hero--right .info-wrapper {
  display: flex;
  flex-direction: column;
}
.store__hero--right .info-title {
  margin-bottom: 16px;
  font-size: 24px;
  order: 3;
}
.store__hero--right .address-info {
  order: 3;
}
.store__hero--right p {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
}
.store__hero--right p strong {
  font-weight: bold;
}
@media (max-width: 800px) {
  .store__hero--right p {
    font-size: 18px;
    line-height: 22px;
  }
}
.store__hero--right--donation-status {
  color: #000000 !important;
  margin: 0 0 16px 0;
  font-weight: bold !important;
  font-size: 24px;
}
.store__hero--right .store-opening-hours-wrapper {
  margin: 0 0 16px 0;
}
.store__hero--right div {
  margin-bottom: 32px;
}
.store__hero--right div a {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #44883e;
}
.store__hero--right .cta-wrapper {
  margin: 0 0 16px 0;
}
.store__hero--right .cta-wrapper a {
  margin: 0 auto;
}
.store__hero--right .cta-wrapper a:not(:last-of-type) {
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .store__hero--right .cta-wrapper a:last-of-type {
    margin-bottom: 0px;
  }
}
.store__hero--right .cta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.store__hero--right .cta:hover {
  background: #55a94d;
}
.store__hero--right .cta:disabled {
  opacity: 0.5;
}
.store__hero--right .cta {
  max-width: 311px;
  position: realtive;
  white-space: nowrap;
  margin-bottom: 16px;
}

.store-search {
  padding: 230px 0 92px 0;
  min-width: 680px;
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .store-search {
    padding: 42px 16px 70px 16px;
    min-width: auto;
  }
}
.store-search .search-container {
  position: relative;
}
.store-search .search-container h1 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 61px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .store-search .search-container h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.store-search .search-container input[type=text] {
  position: relative;
  display: block;
  margin: 16px 0px;
  margin-top: 70px;
  padding: 0 55px 0 16px;
  width: 100%;
  height: 52px;
  font-family: "Archer", Sans-Serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border: 0;
  background: #fafafa;
  box-shadow: inset 0px 0px 2px rgba(48, 48, 48, 0.35);
  background-image: url("/wp-content/themes/pmu/assets/img/search.svg");
  background-repeat: no-repeat;
  background-size: 21px 21px;
  background-position: center right 24px;
}
@media (max-width: 800px) {
  .store-search .search-container input[type=text] {
    margin-top: 62px;
  }
}
.store-search .search-container input[type=text]::-moz-placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.store-search .search-container input[type=text]::placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.store-search .search-container .long-text {
  height: 56px;
}
.store-search .search-container .long-text-trigger {
  top: 150px;
  margin-left: 20px;
  display: none;
}
@media (max-width: 800px) {
  .store-search .search-container .long-text-trigger {
    display: flex;
  }
}
.store-search .search-container p {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 64px;
}
@media (max-width: 800px) {
  .store-search .search-container p {
    font-size: 21px;
    line-height: 25px;
  }
}
.store-search .search-container input {
  width: 100%;
  height: 60px;
  border: 1px solid #000000;
  box-sizing: border-box;
  padding-left: 15px;
}
.store-search .search-container input::-moz-placeholder {
  font-family: "Archer", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #cccccc;
}
.store-search .search-container input::placeholder {
  font-family: "Archer", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #cccccc;
}
.store-search .stores-list {
  display: flex;
  flex-direction: column;
  padding-top: 48px;
  width: 100%;
  max-width: 620px;
}
@media (max-width: 800px) {
  .store-search .stores-list {
    padding-top: 32px;
  }
}
.store-search .stores-list .store {
  position: relative;
  min-height: 129px;
  margin-bottom: 32px;
}
.store-search .stores-list .store a {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  color: #000000;
  text-decoration: none;
}
.store-search .stores-list .store a h4 {
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
  padding-right: 16px;
}
@media (max-width: 800px) {
  .store-search .stores-list .store a h4 {
    max-width: 180px;
  }
}
.store-search .stores-list .store a h4::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/second-hand-arrow.svg");
  background-repeat: no-repeat;
  height: 15px;
  width: 9px;
  position: absolute;
  top: 8px;
  right: -9px;
}
.store-search .stores-list .store__info {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.store-search .stores-list .store__info a {
  font-size: 16px;
}
@media (max-width: 800px) {
  .store-search .stores-list .store__info {
    padding-right: 120px;
  }
}
.store-search .stores-list .store__status {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin: 8px 0 20px 0;
  display: inline-flex;
  position: relative;
  padding-right: 29px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.store-search .stores-list .store__status::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/second-hand-small-arrow.svg");
  background-repeat: no-repeat;
  height: 8px;
  width: 14px;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
.store-search .stores-list .store__status span {
  background-image: url("/wp-content/themes/pmu/assets/img/second-hand-dot.svg");
  background-repeat: no-repeat;
  padding-right: 17px;
  background-position: 87% 63%;
}
.store-search .stores-list .store__status .open {
  color: #44883e;
}
.store-search .stores-list .store__status .closed {
  color: #44883e;
}
.store-search .stores-list .store__opening-hours {
  display: none;
}
.store-search .stores-list .store__opening-hours p {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  max-width: 335px;
}
.store-search .stores-list .store__opening-hours p strong {
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 16px;
}
.store-search .stores-list .store img {
  position: absolute;
  right: 0;
  top: 0;
  width: 111px;
  height: 129px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .store-search .stores-list .store__status span {
    background-position: 87% 31%;
  }
}
.store-search .stores-list__search .store__status {
  display: none;
}
@media (max-width: 800px) {
  .store-search .stores-list .store__date {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .store-search .stores-list .store__date em {
    white-space: nowrap;
  }
}
.store-search .stores-list:empty {
  position: relative;
}
.store-search .stores-list:empty:after {
  content: "Inga resultat.";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Archer", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
}
.store-search .open {
  display: block !important;
}
.store-search .reverse-arrow::after {
  transform: translateY(-50%) rotate(180deg) !important;
}

.blog-post {
  overflow-x: hidden;
}
.blog-post h1 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px !important;
  line-height: 54px !important;
  text-transform: uppercase;
  max-width: 680px;
  margin: 16px auto 0px;
}
@media (max-width: 800px) {
  .blog-post h1 {
    padding: 0 16px;
    font-size: 28px !important;
    line-height: 32px !important;
  }
}
.blog-post p a {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.blog-post p a::after {
  content: "";
  width: 4px;
  height: 8px;
  background-image: url("/wp-content/themes/pmu/assets/img/blog-link-arrow.png");
  width: 11px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: -16px;
}
@media (max-width: 800px) {
  .blog-post .content-block {
    padding-top: 24px;
  }
}
.blog-post .back-to-cat {
  width: 680px;
  margin: 32px auto 0;
}
@media (max-width: 800px) {
  .blog-post .back-to-cat {
    padding-left: 20px;
    margin: 16px auto 0;
  }
}
.blog-post .back-to-cat a {
  color: #44883e;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
}
.blog-post__hero {
  width: 100%;
  height: 485px;
  background-size: cover;
}
@media (max-width: 800px) {
  .blog-post__hero {
    height: 313px;
  }
}
.blog-post .alignnone {
  width: auto !important;
}

.category {
  padding: 109px 181px 96px 181px;
}
@media (max-width: 1210px) {
  .category {
    padding: 109px 101px 96px 101px;
  }
}
@media (max-width: 800px) {
  .category {
    padding: 42px 20px 96px 20px;
  }
}
.category h4 {
  font-family: "Archer";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}
.category h5 {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin: 11px 0px;
}
@media (max-width: 800px) {
  .category .shop-category-list-wrapper {
    display: flex;
    height: 22px;
    align-items: center;
    position: relative;
  }
}
@media (max-width: 800px) {
  .category .shop-category-list-wrapper::after {
    content: " ";
    background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
    width: 30px;
    height: 43px;
    position: absolute;
    right: 0;
    top: -24px;
  }
}
.category .shop-category-list {
  display: flex;
  margin-top: 0px !important;
  height: 34px;
  margin-top: -29px !important;
  overflow-x: scroll;
}
.category .shop-category-list li {
  width: auto;
  height: auto !important;
  box-shadow: none;
  margin-right: 16px;
}
.category .shop-category-list li:hover {
  opacity: 0.7;
}
.category .shop-category-list li a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background: #e1ffe4;
  border-radius: 32px;
  white-space: nowrap;
}
.category .perma-wrapper {
  text-decoration: none;
}
.category p,
.category .content-wrapper {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  max-height: 42px;
  overflow: hidden;
  margin: 16px 0;
}
.category a, .category .go-back {
  font-family: "Archer";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #44883e;
  margin-bottom: 14px;
  text-decoration: underline;
}
@media (max-width: 800px) {
  .category a, .category .go-back {
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
  }
}
.category h1 {
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 54px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .category h1 {
    font-size: 36px;
    line-height: 40px;
    max-width: 310px;
    margin-top: 24px;
  }
}
.category p {
  font-family: "Archer";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  max-width: 680px;
  margin-bottom: 66px;
  max-height: none;
}
@media (max-width: 800px) {
  .category p {
    max-width: 310px;
    font-size: 21px;
    line-height: 25px;
  }
}
.category .url-wrapper {
  position: relative !important;
  text-decoration: none;
}
.category .url-wrapper:hover {
  opacity: 0.7 !important;
}
.category .archive-meta p {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .category .archive-meta p {
    margin-bottom: 16px;
  }
}
.category ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}
@media (max-width: 1210px) {
  .category ul {
    grid-template-columns: 1fr 1fr;
    max-width: 750px;
  }
}
@media (max-width: 800px) {
  .category ul {
    grid-template-columns: 1fr;
  }
}
.category ul li {
  width: 335px;
  height: 383px;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 32px;
  margin-right: 10px;
}
.category ul li img {
  width: 335px;
  height: 208px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.category ul li div:not(.content-wrapper),
.category ul li div:not(.url-wrapper) {
  padding: 16px;
  height: 176px;
  position: relative;
}
.category ul li div:not(.content-wrapper) h4,
.category ul li div:not(.url-wrapper) h4 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.category ul li div:not(.content-wrapper) p,
.category ul li div:not(.content-wrapper) .content-wrapper,
.category ul li div:not(.url-wrapper) p,
.category ul li div:not(.url-wrapper) .content-wrapper {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  max-height: 42px;
  margin: 14px 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.category ul li div:not(.content-wrapper) .permalink,
.category ul li div:not(.url-wrapper) .permalink {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #44883e;
  position: absolute;
  bottom: 6px;
}

#donation-app {
  padding-bottom: 40px;
  overflow-x: hidden;
}
@media (max-width: 800px) {
  #donation-app {
    margin-top: -4px;
  }
}

.donation-app-container .fixed-cta {
  color: #FFF;
  text-align: center;
  font-family: "Archer";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  padding: 15px 23px;
  border-radius: 64px;
  background-color: #000;
  text-decoration: none;
  position: absolute;
  right: 17px;
  margin-top: 20px;
  z-index: 9;
}
.donation-app-container .fixed-cta__wrapper {
  max-width: 1440px;
  width: 100%;
  position: fixed;
  z-index: 9;
}
@media (max-width: 800px) {
  .donation-app-container .fixed-cta__wrapper {
    bottom: 0;
  }
}
@media (max-width: 800px) {
  .donation-app-container .fixed-cta {
    margin-top: auto;
    bottom: 15px;
  }
}
.donation-app-container .fixed-cta:hover {
  opacity: 0.8;
}

.donation-form {
  padding-top: 64px;
  background-color: #fff;
}
@media (max-width: 800px) {
  .donation-form {
    padding-top: 24px;
  }
}
.donation-form__disable-hero {
  display: none !important;
}
.donation-form h1 {
  color: #000;
  text-align: center;
  font-family: "Archer", Sans-Serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 80px;
}
@media (max-width: 800px) {
  .donation-form h1 {
    padding-bottom: 92px;
  }
}
.donation-form__compensation {
  max-width: 633px;
  margin: -70px auto 0;
}
.donation-form__compensation h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .donation-form__compensation h2 {
    padding-left: 5%;
  }
}
.donation-form__compensation--wrapper {
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .donation-form__compensation--wrapper {
    flex-direction: column;
  }
}
.donation-form__compensation--wrapper p {
  font-family: "Archer", Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
  margin: 0 39px;
}
@media (max-width: 800px) {
  .donation-form__compensation--wrapper p {
    margin: 15px 0;
  }
}
.donation-form__compensation--wrapper input {
  border: 1px solid #D3D3D3;
  background-color: #FAFAFA;
  width: 261px;
  height: 61px;
  padding-left: 23px;
  font-family: "Archer", Sans-Serif;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 800px) {
  .donation-form__compensation--wrapper input {
    width: 90vw;
  }
}
.donation-form__compensation--wrapper input::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.donation-form__compensation--wrapper input::placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.donation-form__compensation--amount {
  justify-content: center;
  align-items: center;
  width: 308.81px;
  height: 57px;
  box-sizing: border-box;
  border-radius: 64px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  text-align: center;
  background: #e1ffe4;
  border: 2px solid #44883e;
  color: #44883e;
  background-image: url("/wp-content/themes/pmu/assets/img/d_circle_selected.svg");
  background-repeat: no-repeat;
  background-position: 6%;
  margin: 36px auto 33px;
}
.donation-form__terms-toggle a {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #44883e;
}
.donation-form input {
  border-radius: 0 !important;
  -webkit-appearance: none;
}
.donation-form select {
  width: 311px;
  height: 52px;
  left: 327px;
  top: 0px;
  background: #fafafa;
  border: 1px solid lightgray;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(48, 48, 48, 0.7294117647);
  background-image: url("/wp-content/themes/pmu/assets/img/select-chevron.svg");
  background-repeat: no-repeat;
  background-position: 95%;
  max-width: 311px;
  padding-left: 20px;
  margin-left: 10px;
}
@media (max-width: 800px) {
  .donation-form select {
    margin-left: 0px;
  }
}
.donation-form__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  background-color: #fafafa;
  position: relative;
  padding: 0 16px;
}
.donation-form__head::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #000000 0.38%, rgba(0, 0, 0, 0) 55.86%);
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media (max-width: 800px) {
  .donation-form__head {
    min-height: 286px;
    height: auto;
  }
}
.donation-form__title {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 49px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 656px;
  max-width: 656px;
  left: 54%;
  top: 73px;
  margin-bottom: 16px;
  z-index: 2;
}
.donation-form__subtitle, .donation-form__body {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  max-width: 656px;
  right: 0;
  top: 173px;
  text-align: center;
  z-index: 2;
}
.donation-form__body {
  font-size: 18px;
}
.donation-form__label {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px;
  text-transform: uppercase;
  color: #000000;
}
.donation-form__fields--field input[type=radio]:checked + label {
  background: #e1ffe4;
  border: 2px solid #44883e;
  color: #44883e;
  background-image: url("/wp-content/themes/pmu/assets/img/d_circle_selected.svg");
  background-repeat: no-repeat;
  background-position: 6%;
}
.donation-form .donation-form__label {
  position: absolute;
  top: -50px;
  left: 63px;
}
@media (max-width: 800px) {
  .donation-form .donation-form__label {
    left: 14px;
  }
}
.donation-form__amounts {
  position: relative;
  width: 758px;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .donation-form__amounts {
    flex-direction: column;
    width: 90%;
  }
}
.donation-form__amounts .donation-form__form-control-valid {
  background: #e1ffe4 !important;
  border: 2px solid #44883e !important;
  color: #44883e !important;
}
.donation-form__amounts .donation-form__form-control-valid input {
  color: #44883e !important;
}
.donation-form__amounts input + label,
.donation-form__amounts .currency-input__wrapper {
  display: flex;
  justify-content: center;
  width: 308.81px;
  height: 57px;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.2) !important;
  box-sizing: border-box;
  border-radius: 64px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  background-image: url("/wp-content/themes/pmu/assets/img/d_circle.svg");
  background-repeat: no-repeat;
  background-position: 6%;
}
@media (max-width: 800px) {
  .donation-form__amounts input + label,
  .donation-form__amounts .currency-input__wrapper {
    width: 100%;
  }
}
.donation-form__amounts .currency-input__wrapper {
  background-image: none !important;
}
.donation-form__amounts .currency-input__wrapper input {
  border: 0;
  background-color: transparent;
  max-width: 62px;
  padding: 0;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}
.donation-form__amounts .currency-input__currency {
  border: none;
  background: transparent;
  padding: 0;
}
.donation-form__frequency {
  position: relative;
  margin-top: 70px;
}
@media (max-width: 800px) {
  .donation-form__frequency {
    flex-direction: column;
  }
}
.donation-form__frequency input + label,
.donation-form__frequency .currency-input__wrapper {
  display: flex;
  justify-content: center;
  width: 308.81px;
  height: 57px;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 64px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  background-image: url("/wp-content/themes/pmu/assets/img/d_circle.svg");
  background-repeat: no-repeat;
  background-position: 6%;
}
.donation-form__bank1 .donation-form__form-control-valid,
.donation-form__bank1 .donation-form__form-control-error {
  position: inherit !important;
}
.donation-form__bank1 select {
  width: 300px;
  margin-left: 0px;
}
@media (max-width: 800px) {
  .donation-form__bank1 select {
    width: 330px;
    max-width: 330px !important;
    max-width: none;
  }
}
.donation-form__bank1 button {
  min-width: 300px !important;
  width: 300px !important;
}
.donation-form__getaddress input {
  width: 100%;
  min-width: 300px;
}
@media (max-width: 800px) {
  .donation-form__getaddress input {
    font-size: 17px;
  }
}
.donation-form__getaddress #bank-button {
  width: 300px;
  min-width: 300px;
  cursor: pointer;
}
.donation-form__mailandtel .donation-form__form-control-valid::after,
.donation-form__mailandtel .donation-form__form-control-error::after {
  right: 9%;
}
@media (max-width: 800px) {
  .donation-form__mailandtel .donation-form__form-control-valid::after,
  .donation-form__mailandtel .donation-form__form-control-error::after {
    right: 2%;
  }
}
.donation-form__mailandtel, .donation-form__mailandtel-company, .donation-form__company {
  display: flex;
  flex-direction: column;
  margin-top: 116px;
  position: relative;
}
.donation-form__mailandtel::before, .donation-form__mailandtel-company::before, .donation-form__company::before {
  content: "";
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px;
  text-transform: uppercase;
  color: #000000;
  position: absolute;
  top: -50px;
  left: 63px;
}
.donation-form__mailandtel input, .donation-form__mailandtel-company input, .donation-form__company input {
  border: 1px solid lightgray;
  background-color: #fafafa;
  height: 59px;
  width: 633px;
}
@media (max-width: 800px) {
  .donation-form__mailandtel input, .donation-form__mailandtel-company input, .donation-form__company input {
    font-weight: bold;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .donation-form__mailandtel input, .donation-form__mailandtel-company input, .donation-form__company input {
    width: 100%;
    font-size: 17px;
  }
}
.donation-form__mailandtel input::-moz-placeholder, .donation-form__mailandtel-company input::-moz-placeholder, .donation-form__company input::-moz-placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.donation-form__mailandtel input::placeholder, .donation-form__mailandtel-company input::placeholder, .donation-form__company input::placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.donation-form__mailandtel-company {
  margin-top: 0px;
}
.donation-form__target-description {
  margin-bottom: 50px;
  margin: 0 auto 100px;
  padding: 0px 20px;
  max-width: 600px;
}
.donation-form__target-description p {
  font-family: "Archer";
  margin-bottom: 50px;
  margin: 0 auto 50px;
  padding: 0px 20px;
  max-width: 600px;
  line-height: 21px;
}
.donation-form__targets {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 633px;
  margin: 0 auto 27px;
  position: relative;
}
@media (max-width: 800px) {
  .donation-form__targets {
    padding: 0px 20px;
    margin: 0 auto 94px;
  }
}
.donation-form__targets .donation-form__label {
  position: absolute;
  left: 0;
}
@media (max-width: 800px) {
  .donation-form__targets .donation-form__label {
    left: 20px !important;
  }
}
.donation-form__targets .donation-form__fields--field {
  width: 100%;
}
.donation-form__targets select {
  margin-left: 0px;
  width: 100%;
  max-width: none;
  left: 0;
}
.donation-form__targets select::-moz-placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.donation-form__targets select::placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.donation-form__anonymous label {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
.donation-form__anonymous input {
  background-image: url("/wp-content/themes/pmu/assets/img/check-0.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-bottom: -14px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.donation-form__anonymous input:hover {
  opacity: 0.65;
}
.donation-form__anonymous input[type=checkbox]:checked {
  background-image: url("/wp-content/themes/pmu/assets/img/check-1.svg");
}
.donation-form__checkbox span {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}
.donation-form__checkbox input {
  background-image: url("/wp-content/themes/pmu/assets/img/check-0.svg");
  background-size: contain;
  width: 40px;
  height: 40px !important;
  margin-bottom: -14px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
}
@media (max-width: 800px) {
  .donation-form__checkbox input {
    background-position: center;
    margin-bottom: -6px;
  }
}
.donation-form__checkbox input:hover {
  opacity: 0.65;
}
.donation-form__checkbox input[type=checkbox]:checked {
  background-image: url("/wp-content/themes/pmu/assets/img/check-1.svg");
}
.donation-form__checkbox input[type=checkbox]:after {
  content: none !important;
}
@media (max-width: 800px) {
  .donation-form__terms {
    max-width: 315px;
    margin: 0 auto;
  }
}
.donation-form__terms-preview {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}
.donation-form__terms-preview a {
  color: #44883e;
}
.donation-form__error {
  margin: 20px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.donation-form__methods {
  max-width: 635px;
  margin: 20px auto 129px;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .donation-form__methods {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 126px;
  }
}
.donation-form__methods input + label,
.donation-form__methods .currency-input__wrapper {
  display: flex;
  justify-content: center;
  width: 308.81px;
  height: 57px;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 64px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  position: relative;
}
.donation-form__methods input + label::before,
.donation-form__methods .currency-input__wrapper::before {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/d_circle.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
}
.donation-form__methods .donation__form-method-creditcard {
  padding-left: 34px;
  background-image: url("/wp-content/themes/pmu/assets/img/card.svg");
  background-repeat: no-repeat;
  background-position: 32%;
}
.donation-form__methods #method-creditcard:checked + label {
  background-image: url("/wp-content/themes/pmu/assets/img/card-red.svg");
  background-repeat: no-repeat;
  background-position: 32%;
}
.donation-form__methods #method-creditcard:checked + label::before {
  background-image: url("/wp-content/themes/pmu/assets/img/d_circle_selected.svg");
}
.donation-form__methods .donation__form-method-swish {
  padding-left: 43px;
  background-image: url("/wp-content/themes/pmu/assets/img/swish.svg");
  background-repeat: no-repeat;
  background-position: 40%;
}
.donation-form__methods #method-swish:checked + label {
  background-image: url("/wp-content/themes/pmu/assets/img/swish-red.svg");
  background-repeat: no-repeat;
  background-position: 40%;
}
.donation-form__methods #method-swish:checked + label::before {
  background-image: url("/wp-content/themes/pmu/assets/img/d_circle_selected.svg");
}
.donation-form__methods #method-autogiro:checked + label::before {
  content: none;
}
.donation-form__address-wrapper {
  position: relative;
  margin-top: 116px;
}
.donation-form__address-wrapper .donation-form__label {
  left: 90px;
}
@media (max-width: 800px) {
  .donation-form__address-wrapper .donation-form__label {
    left: 36px;
  }
}
@media (max-width: 800px) {
  .donation-form__address-wrapper .donation-form__fields {
    flex-direction: column;
  }
}
.donation-form__address-wrapper input {
  border: 1px solid lightgray;
  background-color: #fafafa;
  height: 59px;
  color: #000;
}
@media (max-width: 800px) {
  .donation-form__address-wrapper input {
    font-weight: bold;
    width: 100%;
    font-size: 17px;
  }
}
.donation-form__address-wrapper input::-moz-placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.donation-form__address-wrapper input::placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.donation-form__address-wrapper .donation-form__fields {
  margin: 0px 20px;
}
.donation-form__gdpr {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.8;
}
@media (max-width: 800px) {
  .donation-form__gdpr {
    padding: 0px 20px;
  }
}
.donation-form__gdpr a {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #44883e;
}
.donation-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.donation-form button:hover {
  background: #55a94d;
}
.donation-form button:disabled {
  opacity: 0.5;
}
.donation-form button {
  width: 311px;
  white-space: nowrap;
  margin: 0 auto;
  cursor: pointer;
}

.donation-bankid__button-1,
.donation-bankaccount__button-1 {
  white-space: nowrap !important;
  width: 100% !important;
  font-size: 14px !important;
  padding: 8px 16px !important;
  margin-bottom: 15px !important;
  border-radius: 4px !important;
  font-family: sans-serif !important;
  color: #006c81 !important;
  background: #fff !important;
  border: 2px solid #006c81 !important;
}
@media (max-width: 800px) {
  .donation-bankid__button-1,
  .donation-bankaccount__button-1 {
    color: #fff !important;
    background: #006c81 !important;
  }
}
.donation-bankid__button-2,
.donation-bankaccount__button-2 {
  font-family: sans-serif !important;
  color: #fff !important;
  background: #006c81 !important;
}
@media (max-width: 800px) {
  .donation-bankid__button-2,
  .donation-bankaccount__button-2 {
    color: #006c81 !important;
    background: #fff !important;
  }
}
.donation-bankid__header,
.donation-bankaccount__header {
  font-family: sans-serif !important;
}
.donation-bankid__text,
.donation-bankaccount__text {
  font-family: sans-serif !important;
}
.donation-bankid__message,
.donation-bankaccount__message {
  font-family: sans-serif !important;
}

.donation-bankaccount__step3-button button {
  width: 100% !important;
  background-color: #006c81 !important;
  border-radius: 4px !important;
  border: none !important;
  padding: 8px 16px !important;
  color: #fff !important;
  font-family: Open Sans !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  line-height: 25px !important;
  cursor: pointer !important;
  font-family: sans-serif !important;
}

.donation-bankaccount__step3 select {
  margin-left: 0 !important;
}

.donation-bankaccount__step1--header,
.donation-bankaccount__step3-label,
.donation-bankaccount__step1--text {
  font-family: sans-serif !important;
}

.donation-bankaccount__step1--textimportant {
  font-size: 17px;
  font-weighT: bold;
}

.donation-form__form-control-error {
  border: none !important;
}

.donation-form__form-control-valid,
.donation-form__form-control-error {
  position: relative;
  border: none !important;
}
.donation-form__form-control-valid::after,
.donation-form__form-control-error::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/donation-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  position: absolute;
  top: 42%;
  right: 4%;
}
.donation-form__form-control-valid input,
.donation-form__form-control-error input {
  border: 1px solid lightgray !important;
}
.donation-form__form-control-valid-parent,
.donation-form__form-control-error-parent {
  position: relative;
}
.donation-form__form-control-valid-parent input,
.donation-form__form-control-error-parent input {
  border: 1px solid lightgray !important;
}
.donation-form__form-control-valid-parent::after,
.donation-form__form-control-error-parent::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/donation-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  position: absolute;
  top: 62%;
  right: 4%;
}

.donation-form__form-control-error {
  border: none !important;
}
.donation-form__form-control-error input {
  border: 1px solid lightgray !important;
}
.donation-form__form-control-error::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/donation-error.svg");
  width: 16px;
  height: 16px;
  top: 38%;
}
.donation-form__form-control-error-parent input {
  border: 1px solid lightgray !important;
}
.donation-form__form-control-error-parent::after {
  background-image: url("/wp-content/themes/pmu/assets/img/donation-error.svg");
  width: 16px;
  height: 16px;
  top: 37%;
}

.donation-form__form-control-valid-parent::after {
  top: 44%;
}

.collection-header {
  display: flex;
  align-items: flex-end;
  height: 565px;
  background-color: #ECFEEB;
  background-position-y: 20%;
  background-size: cover;
}
@media (max-width: 800px) {
  .collection-header {
    display: block;
    height: auto;
    background-image: none !important;
  }
}
@media (max-width: 800px) {
  .collection-header + .donation-form .donation-form__amounts .donation-form__label {
    top: -34px;
  }
}
@media (max-width: 800px) {
  .collection-header + .donation-form .donation-form__label {
    font-size: 21px;
  }
}
.collection-header__description p {
  color: #000;
  font-family: "Archer";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-width: 633px;
  margin: 0 auto 60px;
  text-align: left;
}
.collection-header__content-wrapper {
  background-color: #ECFEEB;
  position: relative;
  max-width: 728px !important;
  min-width: 728px;
  padding: 8px 38px 49px 38px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media (max-width: 800px) {
  .collection-header__content-wrapper {
    margin-top: 0px !important;
    padding: 0 0 51px 0;
    min-width: auto;
  }
}
.collection-header img {
  display: none;
}
@media (max-width: 800px) {
  .collection-header img {
    display: block;
    width: 100%;
    height: 265px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.collection-header div {
  max-width: 630px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .collection-header div {
    width: 90vw;
  }
}
.collection-header div h2 {
  color: #000;
  font-family: "Archer";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 32px;
}
@media (max-width: 800px) {
  .collection-header div h2 {
    line-height: 41px;
  }
}
.collection-header__target {
  color: #000;
  font-family: "Archer";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 32px;
}
.collection-header__motivation-wrapper {
  position: relative;
  max-width: 650px !important;
  margin: 20px 0;
}
.collection-header__fade {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ECFEEB);
  pointer-events: none;
}
.collection-header__motivation {
  font-family: "Archer";
  font-size: 16px;
  max-height: 250px;
  overflow: auto;
  padding-bottom: 20px;
  margin-top: 20px;
}
.collection-header__author {
  color: #000;
  font-family: "Archer";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 30px;
  margin-bottom: 22px;
}
.collection-header__goal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  position: relative;
}
.collection-header__goal p {
  display: none;
}
.collection-header__goal .goal-completed {
  background-image: url("/wp-content/themes/pmu/assets/img/goal-completed.svg");
  background-repeat: no-repeat;
  background-position: 98% 25%;
  padding-right: 40px;
}
@media (max-width: 800px) {
  .collection-header__goal .goal-completed {
    padding-right: 34px;
  }
}
.collection-header .meter {
  width: 100%;
  background: rgba(66, 137, 61, 0.2);
  margin-top: 45px;
  margin-left: -5px;
  position: relative;
  max-width: 600px;
}
.collection-header .meter .end-goal {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: "Archer";
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  width: 90px;
  height: 90px;
  background-color: #B7E6B4;
  padding: 24px 12px;
  border-radius: 50%;
  position: absolute;
  right: -44px;
  top: -39px;
  z-index: 1;
}
@media (max-width: 800px) {
  .collection-header .meter .end-goal {
    font-size: 12px;
    width: 67px;
    height: 67px;
    right: -8px;
    top: -30px;
  }
}
.collection-header .meter .started {
  min-width: 10%;
}
.collection-header .meter .bar {
  background: #42893D;
  max-width: 100%;
  position: relative;
  height: 10px;
  margin: 0;
}
.collection-header .meter .bar .amount {
  position: absolute;
  top: -46px;
  font-family: "Archer";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  background-color: #B7E6B4;
  padding: 4px 6px;
  color: #000;
  min-width: 77px;
}
@media (max-width: 800px) {
  .collection-header .meter .bar .amount {
    max-width: 77px;
  }
}
.collection-header .meter .bar .amount::after {
  content: "";
  position: absolute;
  top: 94%;
  background-image: url("/wp-content/themes/pmu/assets/img/polygon.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.collection-header .meter .bar .not-started {
  right: -54px !important;
}
@media (max-width: 800px) {
  .collection-header .meter .bar .not-started {
    right: -67px !important;
  }
}
.collection-header .meter .bar .goal-completed {
  top: -87px;
  right: -35px !important;
  z-index: 2;
}
@media (max-width: 800px) {
  .collection-header .meter .bar .goal-completed {
    top: -76px;
    right: -14px !important;
  }
}
@-moz-document url-prefix() {
  .collection-header meter {
    border: 5px solid #f00;
  }
}
.collection-header meter {
  width: 100%;
  margin-bottom: 100px;
}
.collection-header meter::-webkit-meter-bar {
  background: rgba(66, 137, 61, 0.2);
  border-radius: 0;
  border: 0;
}
.collection-header meter::-webkit-meter-optimum-value {
  background: #42893D;
}

.thankyou-wrapper {
  padding: 133px 16px 146px;
}
@media (max-width: 800px) {
  .thankyou-wrapper {
    padding: 52px 16px 96px;
  }
}
.thankyou-wrapper__head {
  max-width: 656px;
  margin: 0 auto;
  margin-bottom: 32px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  color: #44883e;
  background-image: none !important;
}
@media (max-width: 800px) {
  .thankyou-wrapper__head {
    font-size: 36px;
    line-height: 42px;
  }
}
.thankyou-wrapper p {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  max-width: 656px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .thankyou-wrapper p {
    font-size: 18px;
    line-height: 22px;
  }
}
.thankyou-wrapper p strong {
  font-family: "Archer", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.thankyou-wrapper p a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.thankyou-wrapper p a:hover {
  background: #55a94d;
}
.thankyou-wrapper p a:disabled {
  opacity: 0.5;
}
.thankyou-wrapper p a {
  max-width: 311px;
  margin: 0 auto;
}

.tribute-form .preview-button {
  position: relative;
  z-index: 9;
}
.tribute-form .preview__content {
  position: relative;
}
.tribute-form .preview__content .preview__label {
  display: none;
}
.tribute-form .preview__content .donation-bankaccount__close {
  position: absolute;
  right: 20px;
  top: 10px;
}
.tribute-form .donation-form__targets {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 633px;
  margin: 100px auto 32px;
  position: relative;
}
@media (max-width: 800px) {
  .tribute-form .donation-form__targets {
    padding: 0;
    max-width: 311px;
    margin: 80px auto 54px;
  }
}
.tribute-form .donation-form__targets .donation-form__label {
  position: absolute;
  left: 0;
  top: -59px;
}
@media (max-width: 800px) {
  .tribute-form .donation-form__targets .donation-form__label {
    left: 0px !important;
  }
}
.tribute-form .donation-form__targets .donation-form__fields--field {
  width: 100%;
}
.tribute-form .donation-form__targets select {
  margin-left: 0px;
  width: 100% !important;
  max-width: none;
  padding-left: 20px;
  font-weight: 400;
  left: 0 !important;
  cursor: pointer;
}
.tribute-form__head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  background-color: #fafafa;
  position: relative;
  padding: 0 16px;
}
.tribute-form__head::after {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #000000 0.38%, rgba(0, 0, 0, 0) 55.86%);
  height: 100%;
  width: 100%;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media (max-width: 800px) {
  .tribute-form__head {
    min-height: 286px;
    height: auto;
  }
}
.tribute-form #errors {
  display: inline-block;
}
.tribute-form__error {
  margin: 20px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}
.tribute-form__title {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 49px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 656px;
  max-width: 656px;
  left: 54%;
  top: 73px;
  margin-bottom: 16px;
  z-index: 2;
}
.tribute-form__subtitle, .tribute-form__body {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #ffffff;
  max-width: 656px;
  right: 0;
  top: 173px;
  text-align: center;
  z-index: 2;
}
.tribute-form__body {
  font-size: 18px;
}
.tribute-form__fields--cards {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 633px;
}
@media (max-width: 800px) {
  .tribute-form__fields--cards {
    flex-direction: column;
    margin: 0 auto 32px;
  }
}
.tribute-form__fields--cards > .tribute-form__label label {
  margin-left: 32px;
  margin-right: 32px;
}
.tribute-form__fields--card {
  margin: 0;
  margin-bottom: 16px;
  margin-right: 16px;
}
@media (max-width: 800px) {
  .tribute-form__fields--card {
    margin-right: 0px;
  }
}
.tribute-form__fields--card img {
  width: 299px;
  height: 259px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tribute-form__fields--card input[type=radio]:checked + label {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.tribute-form__fields--card input[type=radio]:checked + label::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/pmu/assets/img/check-circle.svg");
  background-repeat: no-repeat;
  background-size: 33px 32px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 32px;
}
.tribute-form__fields--card input[type=radio]:checked + label img {
  box-shadow: none;
  border: 4px solid #44883e;
}
.tribute-form__fields--greeting {
  margin: 64px auto 0;
  position: relative;
}
@media (max-width: 800px) {
  .tribute-form__fields--greeting {
    max-width: 311px;
  }
}
.tribute-form__fields--greeting #quill-container {
  border: none;
}
.tribute-form__fields--greeting label {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
}
.tribute-form__fields--greeting input {
  border: 1px solid black !important;
}
.tribute-form__fields--greeting .ql-editor {
  font-family: "Archer";
  width: 633px;
  height: 200px;
  left: 0px;
  top: 65px;
  background: #ffffff;
  border: 2px solid #018080;
  box-sizing: border-box;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.6588235294);
  font-weight: 800;
  font-family: "Archer", Sans-Serif;
}
@media (max-width: 800px) {
  .tribute-form__fields--greeting .ql-editor {
    max-width: 311px;
  }
}
.tribute-form__fields--datepicker input {
  width: 311px;
  height: 52px;
  left: 327px;
  top: 0px;
  background: #fafafa;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid lightgray !important;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(48, 48, 48, 0.7294117647);
  background-image: url("/wp-content/themes/pmu/assets/img/select-chevron.svg");
  background-repeat: no-repeat;
  background-position: 95%;
  padding-left: 10px;
  cursor: pointer;
}
.tribute-form__fields--datepicker .vdp-datepicker__calendar {
  font-family: "Archer";
  width: 311px;
}
.tribute-form__fields--preview {
  height: 323px;
  width: 100%;
  max-width: 633px;
  left: 0px;
  top: 65px;
  background: #ffffff;
  border: 2px solid #018080;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 59px auto 173px auto;
  position: relative;
  overflow: visible;
}
.tribute-form__fields--preview .tribute-form__label {
  width: 100%;
  display: block;
  position: absolute;
  top: -50px;
}
.tribute-form__fields--preview div:not(.tribute-form__label) {
  width: 100%;
  overflow: scroll;
}
@media (max-width: 800px) {
  .tribute-form__fields--preview {
    max-width: 300px;
  }
}
.tribute-form__fields--delivery {
  display: flex;
  flex-direction: column;
}
.tribute-form__fields--delivery .tribute-form__label {
  max-width: 633px;
  margin: 0 auto 16px;
}
.tribute-form__fields--delivery .tribute-form__form-control div {
  font-family: "Archer", Sans-Serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-top: 10px;
}
.tribute-form__fields--delivery input {
  background-color: #fafafa;
  border: 1px solid lightgray !important;
  height: 59px;
  width: 311px;
}
.tribute-form__fields--delivery input::-moz-placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.tribute-form__fields--delivery input::placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.tribute-form__fields select {
  left: 0 !important;
}
.tribute-form__fields--recipient {
  margin: 10px 0px;
  flex-direction: column;
}
.tribute-form__fields--recipient input {
  width: 311px;
}
@media (max-width: 800px) {
  .tribute-form__fields--recipient input {
    font-weight: bold;
    width: 100%;
  }
}
.tribute-form__fields--recipient input::-moz-placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.tribute-form__fields--recipient input::placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.tribute-form select {
  width: 311px;
  height: 52px;
  left: 327px;
  top: 0px;
  background: #fafafa;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid lightgray !important;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgba(48, 48, 48, 0.7294117647);
  background-image: url("/wp-content/themes/pmu/assets/img/select-chevron.svg");
  background-repeat: no-repeat;
  background-position: 95%;
}
.tribute-form__terms {
  font-family: "Archer";
  color: #000;
}
.tribute-form__terms a {
  color: #44883e;
}
@media (max-width: 800px) {
  .tribute-form__terms {
    max-width: 315px;
    margin: 0 auto;
  }
}
.tribute-form__terms-toggle a {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #44883e;
}
.tribute-form__label {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px;
  text-transform: uppercase;
  color: #000000;
}
.tribute-form__fields--field input[type=radio]:checked + label {
  background: #e1ffe4;
  border: 2px solid #44883e;
  color: #44883e;
  background-image: url("/wp-content/themes/pmu/assets/img/d_circle_selected.svg");
  background-repeat: no-repeat;
  background-position: 6%;
}
.tribute-form .tribute-form__label {
  width: 100%;
  display: block;
  margin-bottom: 28px;
  text-align: left;
}
.tribute-form__amounts {
  position: relative;
  width: 758px;
  flex-wrap: wrap;
  margin-bottom: 64px;
}
@media (max-width: 800px) {
  .tribute-form__amounts {
    flex-direction: column;
  }
}
.tribute-form__amounts .tribute-form__label {
  max-width: 633px;
  margin: 0 auto 32px;
}
@media (max-width: 800px) {
  .tribute-form__amounts .tribute-form__label {
    margin-left: 0;
  }
}
.tribute-form__amounts .tribute-form__form-control-valid {
  background: #e1ffe4 !important;
  border: 2px solid #44883e !important;
  color: #44883e !important;
}
.tribute-form__amounts .tribute-form__form-control-valid input {
  color: #44883e !important;
}
.tribute-form__amounts input + label,
.tribute-form__amounts .currency-input__wrapper {
  display: flex;
  justify-content: center;
  width: 308.81px;
  height: 57px;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 64px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  background-image: url("/wp-content/themes/pmu/assets/img/d_circle.svg");
  background-repeat: no-repeat;
  background-position: 6%;
}
.tribute-form__amounts .currency-input__wrapper {
  background-image: none !important;
}
.tribute-form__amounts .currency-input__wrapper input {
  border: 0;
  background-color: transparent;
  max-width: 62px;
  padding: 0;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}
.tribute-form__amounts .currency-input__currency {
  border: none;
  background: transparent;
  padding: 0;
}
.tribute-form__frequency {
  position: relative;
  margin-top: 70px;
}
.tribute-form__frequency input + label,
.tribute-form__frequency .currency-input__wrapper {
  display: flex;
  justify-content: center;
  width: 308.81px;
  height: 57px;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 64px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}
.tribute-form__getaddress #bank-button {
  width: 300px;
  cursor: pointer;
}
.tribute-form__mailandtel {
  display: flex;
  flex-direction: column;
  margin-top: 116px;
  position: relative;
}
.tribute-form__mailandtel::before {
  content: "";
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 33px;
  text-transform: uppercase;
  color: #000000;
  position: absolute;
  top: -50px;
  left: 63px;
}
.tribute-form__mailandtel .tribute-form__form-control-valid-parent input, .tribute-form__mailandtel .tribute-form__form-control-error-parent input {
  border: 1px solid lightgray !important;
}
.tribute-form__mailandtel .tribute-form__form-control-valid-parent::after, .tribute-form__mailandtel .tribute-form__form-control-error-parent::after {
  top: 45%;
  right: 9%;
}
@media (max-width: 800px) {
  .tribute-form__mailandtel .tribute-form__form-control-valid-parent::after, .tribute-form__mailandtel .tribute-form__form-control-error-parent::after {
    right: 2%;
    top: 36%;
  }
}
.tribute-form__mailandtel input {
  background-color: #fafafa;
  border: 1px solid lightgray !important;
  height: 59px;
  width: 633px;
}
@media (max-width: 800px) {
  .tribute-form__mailandtel input {
    width: 100%;
    font-weight: bold;
  }
}
.tribute-form__mailandtel input::-moz-placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.tribute-form__mailandtel input::placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.tribute-form__anonymous label {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
}
.tribute-form__methods {
  max-width: 635px;
  margin: 60px auto 129px;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 800px) {
  .tribute-form__methods {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 126px;
  }
}
.tribute-form__methods .tribute-form__label {
  position: absolute;
  top: -50px;
}
.tribute-form__methods input + label,
.tribute-form__methods .currency-input__wrapper {
  display: flex;
  justify-content: center;
  width: 308.81px;
  height: 57px;
  background: #ffffff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 64px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
  position: relative;
}
.tribute-form__methods input + label::before,
.tribute-form__methods .currency-input__wrapper::before {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/d_circle.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
}
.tribute-form__methods .donation-form__method-creditcard {
  padding-left: 34px;
  background-image: url("/wp-content/themes/pmu/assets/img/card.svg");
  background-repeat: no-repeat;
  background-position: 32%;
}
.tribute-form__methods #method-creditcard:checked + label {
  background-image: url("/wp-content/themes/pmu/assets/img/card-red.svg");
  background-repeat: no-repeat;
  background-position: 32%;
}
.tribute-form__methods #method-creditcard:checked + label::before {
  background-image: url("/wp-content/themes/pmu/assets/img/d_circle_selected.svg");
}
.tribute-form__methods .donation-form__method-swish {
  padding-left: 43px;
  background-image: url("/wp-content/themes/pmu/assets/img/swish.svg");
  background-repeat: no-repeat;
  background-position: 40%;
}
.tribute-form__methods #method-swish:checked + label {
  background-image: url("/wp-content/themes/pmu/assets/img/swish-red.svg");
  background-repeat: no-repeat;
  background-position: 40%;
}
.tribute-form__methods #method-swish:checked + label::before {
  background-image: url("/wp-content/themes/pmu/assets/img/d_circle_selected.svg");
}
.tribute-form__methods #method-autogiro:checked + label::before {
  content: none;
}
.tribute-form__address-wrapper {
  position: relative;
  margin-top: 116px;
}
@media (max-width: 800px) {
  .tribute-form__address-wrapper .tribute-form__fields {
    flex-direction: column;
  }
}
.tribute-form__address-wrapper .tribute-form__label {
  left: 90px;
}
@media (max-width: 800px) {
  .tribute-form__address-wrapper .tribute-form__label {
    left: 37px !important;
  }
}
.tribute-form__address-wrapper input {
  border: 1px solid lightgray !important;
  background-color: #fafafa;
  height: 59px;
}
@media (max-width: 800px) {
  .tribute-form__address-wrapper input {
    font-weight: bold;
    width: 100%;
    font-size: 17px;
  }
}
.tribute-form__address-wrapper input::-moz-placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.tribute-form__address-wrapper input::placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.tribute-form__address-wrapper .tribute-form__fields {
  margin: 0px 20px;
}
.tribute-form__gdpr {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.8;
}
@media (max-width: 800px) {
  .tribute-form__gdpr {
    padding: 0px 20px;
  }
}
.tribute-form button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.tribute-form button:hover {
  background: #55a94d;
}
.tribute-form button:disabled {
  opacity: 0.5;
}
.tribute-form button {
  width: 311px;
  white-space: nowrap;
  margin: 0 auto;
  cursor: pointer;
}

.tribute-form__form-control-valid,
.tribute-form__form-control-error {
  position: relative;
  border: none !important;
}
.tribute-form__form-control-valid::after,
.tribute-form__form-control-error::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/donation-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  position: absolute;
  top: 42%;
  right: 4%;
}
.tribute-form__form-control-valid input,
.tribute-form__form-control-error input {
  border: 1px solid lightgray !important;
}
.tribute-form__form-control-valid-parent,
.tribute-form__form-control-error-parent {
  position: relative;
}
.tribute-form__form-control-valid-parent input,
.tribute-form__form-control-error-parent input {
  border: none !important;
}
.tribute-form__form-control-valid-parent::after,
.tribute-form__form-control-error-parent::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/donation-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 11px;
  position: absolute;
  top: 62%;
  right: 4%;
}

.tribute-form__form-control-error {
  border: none !important;
}
.tribute-form__form-control-error input {
  border: 1px solid lightgray !important;
}
.tribute-form__form-control-error::after {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/donation-error.svg");
  width: 16px;
  height: 16px;
  top: 38%;
}
.tribute-form__form-control-error-parent input {
  border: 1px solid lightgray !important;
}
.tribute-form__form-control-error-parent::after {
  background-image: url("/wp-content/themes/pmu/assets/img/donation-error.svg");
  width: 16px;
  height: 16px;
  top: 57%;
}

.collections .fixed-cta {
  color: #FFF;
  text-align: center;
  font-family: "Archer";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  padding: 15px 23px;
  border-radius: 64px;
  background-color: #000;
  text-decoration: none;
  position: absolute;
  right: 17px;
  margin-top: 20px;
  z-index: 9;
}
.collections .fixed-cta__wrapper {
  max-width: 1440px;
  width: 100%;
  position: fixed;
  z-index: 9;
}
@media (max-width: 800px) {
  .collections .fixed-cta__wrapper {
    bottom: 0;
  }
}
@media (max-width: 800px) {
  .collections .fixed-cta {
    margin-top: auto;
    bottom: 15px;
  }
}
.collections .fixed-cta:hover {
  opacity: 0.8;
}
.collections h1 {
  background: #42893D;
  padding: 61px 114px 25px;
  color: #FFF;
  text-align: left;
  font-family: "Archer";
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 32px;
}
@media (max-width: 800px) {
  .collections h1 {
    font-size: 38px;
    padding: 61px 16px 25px;
  }
}
.collections ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1255px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .collections ul {
    justify-content: center;
  }
}
.collections ul li {
  max-width: 400px;
  width: 100%;
  height: 440px;
  border: 1px solid #D3D3D3;
  background: #FFF;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  margin: 0px 16px 16px 0px;
}
.collections ul li:hover {
  opacity: 0.7;
}
@media (max-width: 800px) {
  .collections ul li {
    width: 90vw;
    margin-right: 0px;
  }
}
.collections ul li a {
  text-decoration: none;
  position: relative;
  height: 100%;
  display: block;
}
.collections ul li a img {
  width: 100%;
  height: 192px;
  -o-object-fit: cover;
     object-fit: cover;
}
.collections ul li a .wrapper {
  display: flex;
  flex-direction: column;
  padding: 7px 20px 51px;
}
.collections ul li a .wrapper .target {
  display: inline-block;
  color: #000;
  font-family: "Archer";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}
.collections ul li a .wrapper .title {
  color: #000;
  font-family: "Archer";
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 5px 0px 9px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.collections ul li a .wrapper .name {
  color: #000;
  font-family: "Archer";
  font-size: 18px;
  font-weight: 350;
  line-height: 30px;
}
.collections ul li a .wrapper .motivation {
  color: #000;
  font-family: "Archer";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 78%;
}
.collections ul li a .wrapper .goal {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  font-family: "Archer";
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  width: 77px;
  height: 77px;
  background-color: #B7E6B4;
  padding: 24px 12px;
  border-radius: 50%;
  position: absolute;
  right: 8px;
  top: 62%;
}
.collections ul li a .wrapper .started {
  min-width: 10%;
}
.collections ul li a .wrapper .meter {
  width: 100%;
  background: rgba(66, 137, 61, 0.2);
  position: absolute;
  bottom: 17px;
  left: 0;
  max-width: 90%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.collections ul li a .wrapper .meter .bar {
  background: #42893D;
  max-width: 100%;
  position: relative;
  height: 10px;
  margin: 0;
}
.collections ul li a .wrapper .meter .bar .amount {
  position: absolute;
  top: -50px;
  font-family: "Archer";
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  background-color: #B7E6B4;
  padding: 4px 6px;
  color: #000;
  min-width: 77px;
}
.collections ul li a .wrapper .meter .bar .amount::after {
  content: "";
  position: absolute;
  top: 97%;
  background-image: url("/wp-content/themes/pmu/assets/img/polygon.svg");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.collections ul li a .wrapper meter {
  width: 100%;
  border-radius: 0px;
  border: 0;
}
.collections ul li a .wrapper meter::-webkit-meter-bar {
  background: rgba(66, 137, 61, 0.2);
  border-radius: 0;
  border: 0;
}
.collections ul li a .wrapper meter::-webkit-meter-optimum-value {
  background: #42893D;
}

.new-collection__hero {
  width: 100%;
  max-width: 1439px;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 64px;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 800px) {
  .new-collection #donation-app {
    padding: 0px 16px;
  }
}
.new-collection__description {
  max-width: 621px;
  width: 100%;
  margin: 0 auto 74px;
}
@media (max-width: 800px) {
  .new-collection__description {
    padding: 0px 16px;
  }
}
.new-collection__description h1 {
  color: #000;
  font-family: "Archer";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.new-collection__description ul {
  list-style: none;
}
.new-collection__description ul li {
  position: relative;
  padding-left: 32px;
  color: #000;
  font-family: "Archer";
  font-size: 26px;
  font-style: normal;
  font-weight: 350;
  line-height: 48px;
  letter-spacing: -0.52px;
}
.new-collection__description ul li::before {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/check-circle.svg");
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 16px;
}
.new-collection label {
  color: #000;
  font-family: "Archer";
  font-size: 26px;
  font-style: normal;
  font-weight: 375;
  line-height: normal;
  letter-spacing: 0.26px;
  margin-bottom: 19px;
  text-transform: uppercase;
  max-width: 621px;
}
.new-collection__wrapper {
  display: flex;
  max-width: 621px;
  width: 100%;
  margin: 0 auto 49px;
}
@media (max-width: 800px) {
  .new-collection__wrapper {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.new-collection__wrapper div {
  display: flex;
  flex-direction: column;
}
.new-collection__wrapper div:first-of-type {
  margin-right: 19px;
}
@media (max-width: 800px) {
  .new-collection__wrapper div:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.new-collection__wrapper div input {
  width: 301px;
  height: 61px;
  border: 1px solid #D3D3D3;
  background: #FAFAFA;
  color: #000;
  font-family: "Archer";
  font-size: 17px;
  font-style: normal;
  font-weight: 375;
  line-height: normal;
  padding-left: 23px;
}
@media (max-width: 800px) {
  .new-collection__wrapper div input {
    width: 100%;
  }
}
.new-collection__wrapper div input::-moz-placeholder {
  font-family: "Archer";
  font-size: 17px;
  font-style: normal;
  font-weight: 375;
  line-height: normal;
}
.new-collection__wrapper div input::placeholder {
  font-family: "Archer";
  font-size: 17px;
  font-style: normal;
  font-weight: 375;
  line-height: normal;
}
.new-collection__end-date, .new-collection__targets, .new-collection .donation-form__targets {
  display: flex;
  flex-direction: column;
  max-width: 621px;
  width: 100%;
  margin: 0 auto 49px;
}
.new-collection__end-date input, .new-collection__end-date select, .new-collection__targets input, .new-collection__targets select, .new-collection .donation-form__targets input, .new-collection .donation-form__targets select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: rgba(48, 48, 48, 0.7294117647);
  background-image: url("/wp-content/themes/pmu/assets/img/select-chevron.svg");
  background-repeat: no-repeat;
  background-position: 95%;
  padding-left: 20px;
  height: 61px;
  flex-shrink: 0;
  border: 1px solid #D3D3D3;
  width: 100%;
  background-color: #FAFAFA;
  color: #000;
  font-family: "Archer";
  font-size: 17px;
  font-style: normal;
  font-weight: 375;
  line-height: normal;
}
.new-collection__end-date input::-moz-placeholder, .new-collection__end-date select::-moz-placeholder, .new-collection__targets input::-moz-placeholder, .new-collection__targets select::-moz-placeholder, .new-collection .donation-form__targets input::-moz-placeholder, .new-collection .donation-form__targets select::-moz-placeholder {
  color: #000;
  font-family: "Archer";
  font-size: 17px;
  font-style: normal;
  font-weight: 375;
  line-height: normal;
}
.new-collection__end-date input::placeholder, .new-collection__end-date select::placeholder, .new-collection__targets input::placeholder, .new-collection__targets select::placeholder, .new-collection .donation-form__targets input::placeholder, .new-collection .donation-form__targets select::placeholder {
  color: #000;
  font-family: "Archer";
  font-size: 17px;
  font-style: normal;
  font-weight: 375;
  line-height: normal;
}
.new-collection__end-date input[type=date], .new-collection__targets input[type=date], .new-collection .donation-form__targets input[type=date] {
  position: relative;
}
.new-collection__end-date input[type=date]::-webkit-calendar-picker-indicator, .new-collection__targets input[type=date]::-webkit-calendar-picker-indicator, .new-collection .donation-form__targets input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  cursor: pointer;
}
.new-collection__images {
  display: flex;
  flex-direction: column;
  max-width: 650px;
  width: 100%;
  margin: 0 auto 97px;
  padding-left: 16px;
}
@media (max-width: 800px) {
  .new-collection__images {
    padding-left: 0px;
  }
}
.new-collection__images--wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .new-collection__images--wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
  }
}
.new-collection__images--wrapper label {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  width: 199px;
  min-height: 188px;
  border: 1px solid #D3D3D3;
  background-color: #FAFAFA;
  margin-right: 17px;
  margin-bottom: 17px;
  padding-bottom: 14px;
  position: relative;
}
@media (max-width: 800px) {
  .new-collection__images--wrapper label {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .new-collection__images--wrapper label {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.new-collection__images--wrapper label:nth-child(3n) {
  margin-right: 0;
}
.new-collection__images--wrapper label img {
  height: 133px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-collection__images--wrapper label input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/wp-content/themes/pmu/assets/img/radio_0.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.new-collection__images--wrapper label input[type=radio]:checked {
  background-image: url("/wp-content/themes/pmu/assets/img/radio_1.svg");
}
.new-collection__images--wrapper label input[type=radio]:checked::after {
  content: "";
  display: block;
  position: absolute;
  border: 3px solid #42893D;
  pointer-events: none;
  width: 98%;
  height: 184px;
  top: 0;
  left: 0;
}
.new-collection .collection-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3411764706);
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9;
}
.new-collection .collection-modal__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 4px solid #42893D;
  background: #FFF;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  width: 651px;
  height: 316px;
  padding: 38px 0px;
}
.new-collection .collection-modal__inner h2 {
  color: #000;
  font-family: "Archer";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 40px;
  position: relative;
}
.new-collection .collection-modal__inner h2::before {
  content: "";
  background-image: url("/wp-content/themes/pmu/assets/img/check-circle.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.new-collection .collection-modal__inner a {
  background-repeat: no-repeat;
  background-position: 90%;
  color: #558647;
  font-family: "Archer";
  font-size: 20px;
  font-style: normal;
  font-weight: 375;
  line-height: normal;
  padding: 17px 32px;
  border-radius: 64px;
  border: 2px solid #558647;
  cursor: pointer;
}
.new-collection .collection-modal__inner a:hover {
  opacity: 0.7;
}
.new-collection .collection-modal__inner p {
  color: #000;
  font-family: "Archer";
  font-size: 20px;
  font-style: normal;
  font-weight: 375;
  line-height: 30px;
  max-width: 476px;
}
.new-collection .red {
  margin: 20px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: red;
  text-align: center;
  letter-spacing: 0.4px;
}
.new-collection__motivation {
  display: flex;
  max-width: 621px;
  width: 100%;
  margin: 0 auto 49px;
  position: relative;
  padding-top: 32px;
}
.new-collection__motivation::before {
  content: "Beskrivning";
  color: #000;
  font-family: "Archer";
  font-size: 26px;
  font-style: normal;
  font-weight: 375;
  line-height: normal;
  letter-spacing: 0.26px;
  margin-bottom: 19px;
  text-transform: uppercase;
  max-width: 621px;
  position: absolute;
  top: -17px;
  left: 0;
}
.new-collection__motivation textarea {
  height: 120px;
  border: 1px solid #D3D3D3;
  background: #FAFAFA;
  color: #000;
  font-family: "Archer";
  font-size: 17px;
  font-style: normal;
  font-weight: 375;
  line-height: normal;
  padding: 16px;
  resize: none;
  width: 100%;
}
.new-collection__submit {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (max-width: 800px) {
  .new-collection__submit {
    padding-bottom: 20px;
  }
}
.new-collection__submit button {
  width: 100%;
  max-width: 630px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 64px;
  background: #558647;
  border: 0;
  color: #FFF;
  text-align: center;
  font-family: "Archer";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
  cursor: pointer;
}
.new-collection__submit button:hover {
  opacity: 0.7;
}
.new-collection__submit p {
  color: #000;
  text-align: center;
  font-family: "Archer";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.16px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .long-text {
    max-height: 4rem;
    overflow: hidden;
    height: 52px;
    position: relative;
  }
  .long-text-trigger {
    display: none;
  }
}
@media (max-width: 800px) and (max-width: 800px) {
  .long-text-trigger {
    display: flex;
    justify-content: center;
    content: "Läs mer";
    background-image: url("/wp-content/themes/pmu/assets/img/read-more-arrow.svg");
    background-repeat: no-repeat;
    background-position: 54%;
    font-family: "Archer", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    text-decoration-line: underline;
    color: #44883e;
    position: absolute;
    width: 100%;
    height: 20px;
    padding-right: 64px;
  }
}

@media (max-width: 800px) {
  .shop-start {
    padding-top: 40px;
  }
}
.shop-start h1 {
  max-width: 680px;
  margin-top: 32;
}
@media (max-width: 800px) {
  .shop-start h1 {
    font-size: 36px !important;
    line-height: 42px !important;
    margin-bottom: 16px !important;
  }
}
.shop-start__body {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  max-width: 680px;
}
.shop-start__body p {
  margin-bottom: 25px !important;
}
@media (max-width: 800px) {
  .shop-start__body {
    font-size: 21px;
    line-height: 25px;
  }
}
.shop-start__cat {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 800px) {
  .shop-start__cat {
    margin-bottom: 25px;
  }
}
.shop-start__cat a {
  font-family: "Archer", Sans-Serif;
  height: 34px;
  left: 202px;
  top: 0px;
  background: #e1ffe4;
  border-radius: 32px;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin-right: 16px;
  padding: 8px 16px;
}

.store-start-hero a {
  border-color: #44883e !important;
  background-color: #44883e !important;
}

@media (max-width: 800px) {
  .mobile-search {
    position: absolute !important;
    left: 0;
    height: 50px;
    background-color: black;
    z-index: 9999;
    width: 100vw;
  }
  .mobile-search .toggle-search {
    margin-left: 4px;
    margin-left: -10px;
    width: 44px !important;
  }
}

.search-results {
  max-width: 730px;
  margin: 0 auto;
  font-family: "Archer", sans-serif;
  padding: 80px 0 140px;
}
@media (max-width: 800px) {
  .search-results {
    padding: 80px 20px 140px;
  }
}
.search-results__no-results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  margin: 0 auto;
}
.search-results__no-results h2 {
  font-size: 24px;
  max-width: 500px;
  margin: 0 auto 24px;
  line-height: 33px;
  padding-left: 45px;
}
@media (max-width: 800px) {
  .search-results__no-results h2 {
    padding-left: 0;
  }
}
.search-results__no-results .search-form {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 800px) {
  .search-results__no-results .search-form {
    justify-content: space-around;
    flex-direction: column;
    margin: 0;
    width: 100%;
    height: 120px;
  }
}
.search-results__no-results .search-form input {
  position: relative;
  width: 276px;
}
@media (max-width: 800px) {
  .search-results__no-results .search-form input {
    width: 100%;
    max-width: none;
    right: 0;
  }
}
.search-results__no-results .search-form button {
  display: block;
  padding: 8px 19px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #ffffff;
  background-color: #44883e;
  border-radius: 32px;
  border: 0;
  margin: 1px 0 0 2px;
  cursor: pointer;
}
@media (max-width: 800px) {
  .search-results__no-results .search-form button {
    width: 86%;
    padding: 17px 50px;
    font-family: "Archer", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
  }
}
.search-results__no-results .toggle-search {
  display: none;
}
.search-results h2 {
  font-size: 28px;
  margin-bottom: 28px;
}
.search-results .results-list {
  flex-wrap: wrap;
}
.search-results .results-list h4 {
  font-size: 24px;
  line-height: 36px;
}
.search-results .results-list li {
  padding: 20px 0;
  border-bottom: 1px solid lightgray;
}
@media (max-width: 800px) {
  .search-results .results-list li {
    padding: 20px 0;
  }
}
.search-results .results-list li:first-of-type {
  padding-top: 0;
}
.search-results .results-list li .excerpt span {
  font-size: 16px;
  line-height: 24px;
  word-wrap: break-word;
  word-break: break-word;
}
.search-results .results-list li a {
  color: #000;
  text-decoration: none;
}
.search-results .results-list ul {
  display: flex;
  margin: 7px 0 10px;
}
.search-results .results-list ul li {
  border: 0;
  padding: 0;
}
.search-results .results-list ul li a {
  display: flex;
  align-items: center;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  line-height: 18px;
  background-color: #e1ffe4;
  border-radius: 32px;
  white-space: nowrap;
  color: #44883e;
  text-decoration: none;
  margin-right: 5px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
}

.search-form {
  display: flex;
  align-items: center;
  margin: 2px 15px 0;
  position: relative;
}
.search-form input {
  height: 41px;
  background: #fff;
  box-shadow: inset 0px 0px 1px rgba(48, 48, 48, 0.35);
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: -10px;
  border: 0;
  font-weight: 400;
  font-size: 16px;
  width: 0px;
  transition: all 0.5s ease-in-out;
  padding: 9px 9px 9px 16px;
  border-radius: 25px;
  margin: -19px;
  position: absolute;
  right: 23px;
  max-width: 81vw;
}
@media screen and (min-width: 1440px) {
  .search-form input {
    max-width: 1200px !important;
  }
}
@media screen and (max-width: 1440px) {
  .search-form input {
    max-width: 85vw;
  }
}
@media screen and (max-width: 1260px) {
  .search-form input {
    max-width: 80vw;
  }
}
@media (max-width: 800px) {
  .search-form input {
    transition: none;
    position: relative;
    right: -6px;
  }
}
.search-form .active-search {
  width: 86vw;
  transition: all 0.5s ease-in-out;
  margin: 0;
}
@media (max-width: 800px) {
  .search-form .active-search {
    width: 87vw;
    max-width: none;
    transition: none;
  }
}
.search-form .active-search-button {
  display: block;
  position: absolute;
  z-index: 9;
  left: -46px;
  border: 0;
  margin: 0px 0 0 -24px;
  padding: 4px 17px;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  background-color: #44883e;
  border-radius: 32px;
  cursor: pointer;
}
.search-form .active-search-button:hover {
  opacity: 0.7;
}
@media (max-width: 800px) {
  .search-form .active-search-button {
    position: relative;
    margin-left: -68px;
  }
}
.search-form .toggle-search {
  background-image: url("/wp-content/themes/pmu/assets/img/search-white.svg");
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
  width: 39px;
  height: 41px;
  z-index: 9;
  cursor: pointer;
}
@media (max-width: 800px) {
  .search-form .toggle-search {
    width: 26px;
    min-width: 26px;
  }
}
.search-form .close-search {
  background-image: url("/wp-content/themes/pmu/assets/img/close_menu.svg");
}
.search-form button {
  display: none;
}

.single-product {
  display: flex;
  padding-top: 67px;
  padding: 48px 96px 0 96px;
}
@media (max-width: 800px) {
  .single-product {
    flex-direction: column;
    padding: 0;
  }
}
.single-product + .category {
  padding-top: 40px;
}
.single-product + .category h4 {
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 28px !important;
  line-height: 130.6% !important;
}
.single-product + .category p {
  font-family: "Archer" !important;
  font-style: normal !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 27px !important;
}
.single-product #char-count {
  font-family: "Archer" !important;
  margin: 10px 0 0 10px;
}
.single-product__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.single-product__button:hover {
  background: #55a94d;
}
.single-product__button:disabled {
  opacity: 0.5;
}
.single-product__button {
  max-width: 202px;
  max-height: 52px;
  color: #ffffff !important;
}
@media (max-width: 800px) {
  .single-product__button {
    width: 100%;
  }
}
.single-product__image {
  width: 587px;
  height: 587px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 800px) {
  .single-product__image {
    max-height: 340px;
    width: 100vw;
  }
}
.single-product .red-border {
  border-color: #44883e !important;
}
.single-product article {
  position: relative;
  max-width: 604px;
  display: flex;
  flex-direction: column;
}
.single-product article:last-of-type {
  width: 50%;
  padding: 0 0 20px 0;
  margin-left: 64px;
}
@media (max-width: 800px) {
  .single-product article:last-of-type {
    padding: 16px 16px 0px 16px;
    margin: 0;
    width: 100%;
  }
}
.single-product article:last-of-type a {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  color: #44883e;
}
@media (max-width: 800px) {
  .single-product article:last-of-type a {
    font-size: 18px;
    line-height: 21px;
    order: 1;
  }
}
.single-product article:last-of-type h1 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  margin-top: 14px;
  margin-bottom: 8px;
  color: #000000;
}
@media (max-width: 800px) {
  .single-product article:last-of-type h1 {
    margin: 24px 0;
    font-size: 36px;
    line-height: 42px;
    order: 2;
    font-weight: 900;
  }
}
.single-product article:last-of-type p {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
@media (max-width: 800px) {
  .single-product article:last-of-type p {
    order: 4;
  }
}
.single-product article:last-of-type h5 {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin: 11px 0px;
}
@media (max-width: 800px) {
  .single-product article:last-of-type h5 {
    order: 4;
  }
}
.single-product article:last-of-type .button-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
  max-width: 560px;
}
@media (max-width: 800px) {
  .single-product article:last-of-type .button-wrapper {
    margin-top: 20px;
    flex-direction: column;
    align-items: flex-start;
    order: 1;
  }
}
.single-product article:last-of-type .button-wrapper .centered {
  margin: 0 auto;
}
.single-product article:last-of-type .button-wrapper p {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  margin-right: 30px;
}
.single-product article:last-of-type .product-list__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.single-product article:last-of-type .product-list__button:hover {
  background: #55a94d;
}
.single-product article:last-of-type .product-list__button:disabled {
  opacity: 0.5;
}
.single-product article:last-of-type .product-list__button {
  max-width: 242px;
  margin-top: 0px;
  min-width: auto;
  position: relative;
  left: auto;
  bottom: auto;
}
@media (max-width: 800px) {
  .single-product article:last-of-type .product-list__button {
    position: relative;
    bottom: 0;
    order: 3;
    margin-bottom: 24px;
    width: 100%;
  }
}
.single-product .radio-list {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .single-product .radio-list {
    flex-direction: column;
    align-items: center;
    order: 1;
    margin-top: 19px;
    margin-bottom: 0px;
  }
}
.single-product .radio-list label:first-of-type {
  margin-right: 16px;
}
@media (max-width: 800px) {
  .single-product .radio-list label:first-of-type {
    margin: 0 0 16px 0;
  }
}
.single-product textarea {
  resize: none;
  box-shadow: inset 0px 0px 1px rgba(48, 48, 48, 0.35) !important;
  border: 0.2px solid lightgray !important;
  height: 140px !important;
  padding: 10px;
  font-family: "Archer";
  font-size: 16px;
}
@media (max-width: 800px) {
  .single-product textarea {
    order: 1;
    margin-top: 20px;
  }
}
.single-product .amount-options {
  display: flex;
  flex-wrap: wrap;
}
.single-product .amount-options label {
  margin: 0 16px 16px 0;
}
.single-product .amount-options label:last-of-type {
  margin-right: 0;
}
.single-product .pledge-amounts {
  margin-top: 24px;
}
.single-product h3 {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 34px;
  margin: 8px 0 16px 0;
}
.single-product .radio-wrapper {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid #BDBDBD;
  box-sizing: border-box;
  border-radius: 8px;
  width: 272px;
  min-height: 114px;
  padding: 17px 0 25px 55px;
}
.single-product .radio-wrapper div {
  display: flex;
  flex-direction: column;
}
.single-product .radio-wrapper div strong {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 3px;
}
.single-product .radio-wrapper div p {
  font-size: 18px;
  line-height: 24px;
}
.single-product .radio-wrapper input[type=number] {
  display: inline-block;
  width: 109%;
  margin-left: -38px;
  margin-top: 10px;
  height: 62%;
  border-radius: 8px;
  border: 1px solid gray;
  padding: 0px 16px;
  -moz-appearance: textfield;
}
.single-product .radio-wrapper input[type=number]::-webkit-inner-spin-button, .single-product .radio-wrapper input[type=number] ::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.single-product .radio-wrapper input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.single-product .radio-wrapper input[type=radio]:checked ~ .checkmark {
  background-color: #ffffff;
  border-color: #44883e;
}
.single-product .radio-wrapper input[type=radio]:checked ~ .checkmark:after {
  display: block;
}
.single-product .radio-wrapper .checkmark {
  position: absolute;
  top: 18px;
  left: 16px;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #BDBDBD;
}
.single-product .radio-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.single-product .radio-wrapper .checkmark:after {
  top: 3.5px;
  left: 3.5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #44883e;
}

.product-list h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  text-transform: uppercase;
  margin-bottom: 41px;
  margin-top: 6px;
}
.product-list__button, .product-list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.product-list__button:hover, .product-list__link:hover {
  background: #55a94d;
}
.product-list__button:disabled, .product-list__link:disabled {
  opacity: 0.5;
}
.product-list__button, .product-list__link {
  max-width: 202px;
  max-height: 52px;
  margin-top: 24px;
  color: #ffffff !important;
}
@media (max-width: 800px) {
  .product-list__button, .product-list__link {
    max-width: none !important;
  }
}
.product-list__link {
  font-family: "Archer", sans-serif !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 22px !important;
  text-decoration: none !important;
}
.product-list .overflow-indicator::after {
  content: "...";
  position: absolute;
}
.product-list ul li {
  height: 507px !important;
}
.product-list ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 290px;
}
.product-list ul li div {
  position: relative !important;
  height: 217px !important;
}
.product-list ul li div h4 {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 26px !important;
  line-height: 33px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  margin-bottom: 2px !important;
  height: 66px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list ul li div p {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 25px !important;
  color: #44883e !important;
}

.header__cart {
  flex-direction: column;
  top: 0;
  right: 0;
  height: 100%;
}
.header__cart--wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 16px 20px 50px;
}
@media (max-width: 800px) {
  .header__cart {
    max-width: 320px;
    top: 0;
  }
}
.header__cart--to-checkout {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.header__cart--to-checkout:hover {
  background: #55a94d;
}
.header__cart--to-checkout:disabled {
  opacity: 0.5;
}
.header__cart--to-checkout {
  margin: 32px auto 0;
  min-width: unset;
  max-width: 288px;
  margin: 32px 0 0;
  margin-top: auto;
}
.header__cart .checkout-button-bottom {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 120px;
}
.header__cart .total {
  width: 100%;
  margin: 0;
  margin-top: auto;
  padding: 16px 0;
  font-family: "Archer";
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.15px;
  border-top: 1px solid #ffffff;
}
@media (max-width: 800px) {
  .header__cart .total {
    width: calc(100% + 48px);
    margin-top: auto;
    margin-bottom: 32px;
    margin-left: -24px;
    padding: 16px 24px;
  }
}
.header__cart .total span {
  font-weight: 400;
}
.header__cart .total del {
  text-decoration: none;
}
.header__cart--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.header__cart--top img {
  max-width: 115px;
}
.header__cart--top a {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  background-color: #44883e;
  border-radius: 32px;
  text-decoration: none;
  padding: 4px 8px;
  font-family: "Archer", sans-serif;
  display: flex;
  white-space: nowrap;
  display: none;
}
@media (max-width: 800px) {
  .header__cart--top a {
    display: block;
  }
}
.header__cart--top .close-cart {
  cursor: pointer;
}
.header__cart .no-border-bottom {
  border-bottom: 0px !important;
}
.header__cart ul {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  border-top: 1px solid #ffffff;
}
.header__cart ul .cart-empty {
  position: absolute;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Archer";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
}
.header__cart ul .list-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Archer";
  border-bottom: 1px solid #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding: 8px 0px 8px 16px;
}
.header__cart ul .list-product__left {
  max-width: 164px;
}
.header__cart ul .list-product__left div:first-of-type {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #ffffff;
}
.header__cart ul .list-product__left div a {
  color: #ffffff;
  text-decoration: none;
}
.header__cart ul .list-product__left div:last-of-type {
  font-family: "Archer";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #44883e;
}
.header__cart ul .list-product__right {
  display: flex;
}
.header__cart ul .list-product__quantity {
  display: flex;
  cursor: pointer;
}
.header__cart ul .list-product__quantity .change-quantity {
  font-size: 29px;
}
.header__cart ul .list-product__quantity input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 20px;
  border: none;
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding-top: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  margin: 0 16px;
  pointer-events: none;
}
@media (max-width: 800px) {
  .header__cart ul .list-product__quantity input {
    padding: 5px 0px;
  }
}
.header__cart ul .list-product__quantity input::-webkit-outer-spin-button, .header__cart ul .list-product__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.header__cart .keep-shopping {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-bottom: 8px;
  background-color: #000;
}
.header__cart .keep-shopping a {
  color: #ffffff;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.checkout .woocommerce-cart-form {
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .checkout form {
    margin-bottom: 16px !important;
  }
}
.checkout .shop__head {
  max-width: 680px;
  margin: 0 auto;
}
.checkout .shop__head .keep-shopping {
  position: absolute;
  top: 109px;
  padding-bottom: 8px;
}
@media (max-width: 800px) {
  .checkout .shop__head .keep-shopping {
    left: 15px;
  }
}
.checkout .shop__head .keep-shopping a {
  color: #44883e;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
.checkout .shop__head h1 {
  margin-top: 145px;
  font-weight: bold;
}
@media (max-width: 800px) {
  .checkout .shop__head h1 {
    font-size: 36px;
    line-height: 42px;
    margin-top: 44px;
  }
}
.checkout__summary ul {
  display: flex;
  flex-direction: column;
  max-width: 680px;
  margin: 0 auto;
  border-top: 1px solid #000000;
}
.checkout__summary ul .list-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Archer";
  border-bottom: 1px solid #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  padding: 8px 0px 8px 5px;
}
@media (max-width: 800px) {
  .checkout__summary ul .list-product {
    padding: 8px 0px 8px 0px;
  }
}
.checkout__summary ul .list-product__left {
  max-width: 164px;
}
.checkout__summary ul .list-product__left div:first-of-type {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1px;
  color: #000000;
}
.checkout__summary ul .list-product__left div a {
  color: #000000;
  text-decoration: none;
}
.checkout__summary ul .list-product__left div:last-of-type {
  font-family: "Archer";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #44883e;
}
.checkout__summary ul .list-product__right {
  display: flex;
}
.checkout__summary ul .list-product__quantity {
  display: flex;
  cursor: pointer;
}
.checkout__summary ul .list-product__quantity .change-quantity {
  font-size: 29px;
}
.checkout__summary ul .list-product__quantity input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 20px;
  border: none;
  color: #000000;
  background-color: transparent;
  text-align: center;
  padding-top: 5px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  margin: 0 16px;
}
@media (max-width: 800px) {
  .checkout__summary ul .list-product__quantity input {
    padding: 5px 0;
  }
}
.checkout__summary ul .list-product__quantity input::-webkit-outer-spin-button, .checkout__summary ul .list-product__quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout h1 {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.checkout h3 {
  display: none;
}
.checkout__coupon {
  max-width: 674px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .checkout__coupon {
    padding: 0 16px;
  }
}
.checkout__coupon input[type=submit] {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
  text-decoration-line: underline;
  background-color: transparent;
  text-align: left;
  color: #44883e;
  padding-left: 0px;
  padding-bottom: 64px;
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
@media (max-width: 800px) {
  .checkout__coupon input[type=submit] {
    padding-bottom: 32px;
  }
}
.checkout__coupon input[type=submit]:hover {
  background-color: transparent;
  color: #44883e;
  opacity: 0.7;
}
.checkout__price-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 674px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
}
@media (max-width: 800px) {
  .checkout__price-details {
    margin: 0px 16px 16px 16px;
  }
}
.checkout__price-details p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 27px;
}
.checkout__price-details p:first-of-type {
  margin-bottom: 8px;
}
.checkout__total {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 674px;
  margin: 0 auto 64px;
  position: relative;
}
@media (max-width: 800px) {
  .checkout__total {
    padding: 0 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.checkout__total p {
  font-family: "Archer";
  font-size: 24px;
  line-height: 1;
  margin: 25px 0 10px 0;
  letter-spacing: 0.15px;
}
@media (max-width: 800px) {
  .checkout__total p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0px 0 10px 0;
  }
}
.checkout__total p span {
  font-weight: 900;
}
.checkout__total .includes_tax {
  font-family: "Archer";
  font-size: 14px;
  color: gray;
  position: absolute;
  left: 0;
  top: 59px;
}
@media (max-width: 800px) {
  .checkout__total .includes_tax {
    left: 17px;
    top: 37px;
  }
}
.checkout .woocommerce-billing-fields {
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid black;
}
.checkout .woocommerce-billing-fields input[type=text], .checkout .woocommerce-billing-fields input[type=number], .checkout .woocommerce-billing-fields input[type=tel], .checkout .woocommerce-billing-fields input[type=email] {
  height: 52px;
  background: #fafafa;
  box-shadow: inset 0px 0px 1px rgba(48, 48, 48, 0.35);
  border: 0.2px solid lightgray !important;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 16px 0px;
  border: 0;
  padding: 0 0 0 16px;
  font-weight: 400;
  font-size: 16px;
}
.checkout .woocommerce-billing-fields input[type=text]::-webkit-outer-spin-button, .checkout .woocommerce-billing-fields input[type=text]::-webkit-inner-spin-button, .checkout .woocommerce-billing-fields input[type=number]::-webkit-outer-spin-button, .checkout .woocommerce-billing-fields input[type=number]::-webkit-inner-spin-button, .checkout .woocommerce-billing-fields input[type=tel]::-webkit-outer-spin-button, .checkout .woocommerce-billing-fields input[type=tel]::-webkit-inner-spin-button, .checkout .woocommerce-billing-fields input[type=email]::-webkit-outer-spin-button, .checkout .woocommerce-billing-fields input[type=email]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkout .woocommerce-billing-fields input[type=number], .checkout .woocommerce-billing-fields input[type=tel] {
  -moz-appearance: textfield;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
}
.checkout .woocommerce-checkout-review-order-table {
  display: none;
}
.checkout .wc_payment_methods {
  padding-left: 0px !important;
}
.checkout form {
  display: block;
  max-width: 680px;
  margin: 0 auto 96px;
}
@media (max-width: 800px) {
  .checkout form {
    padding: 0px 16px;
  }
}
.checkout form h2 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .checkout form h2 {
    font-size: 28px;
    line-height: 31px;
  }
}
.checkout form strong {
  display: inline-block;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 64px;
}
@media (max-width: 800px) {
  .checkout form strong {
    margin-bottom: 32px;
  }
}
.checkout form input[type=text],
.checkout form input[type=email],
.checkout form input[type=phone],
.checkout form input[type=tel] {
  display: block;
  margin: 16px 0px;
  padding: 0 0 0 16px;
  width: 100%;
  height: 52px;
  font-family: "Archer", Sans-Serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border: 0;
  background: #fafafa;
  box-shadow: inset 0px 0px 2px rgba(48, 48, 48, 0.35);
}
.checkout form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.checkout form input[type=submit]:hover {
  background: #55a94d;
}
.checkout form input[type=submit]:disabled {
  opacity: 0.5;
}
.checkout form input[type=submit] {
  max-width: 311px;
  margin: 0 auto;
}
.checkout form h4 {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  margin-top: 64px;
  margin-bottom: 18px;
}
@media (max-width: 800px) {
  .checkout form h4 {
    margin-bottom: 16px;
  }
}
.checkout form p  {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 64px;
}
@media (max-width: 800px) {
  .checkout form p  {
    margin-bottom: 32px;
  }
}
.checkout form article {
  border-top: 1px solid #44883e;
  padding: 16px 0 0 0;
  margin-top: 32px;
}
@media (max-width: 800px) {
  .checkout form article {
    margin-top: -16px;
  }
}
.checkout form article p {
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .checkout form article p {
    margin-bottom: 16px;
  }
}
.checkout form textarea {
  display: block;
  height: 197px;
  width: 100%;
  margin-bottom: 64px;
  padding: 16px 0 0 16px;
  font-family: "Archer", Sans-Serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  background: #fafafa;
  border: 0;
  box-shadow: inset 0px 0px 2px rgba(48, 48, 48, 0.35);
}
.checkout form textarea::-moz-placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.checkout form textarea::placeholder {
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #303030;
  opacity: 0.68;
}
.checkout__checkbox {
  margin: 26px 0 38px;
}
.checkout__checkbox label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.checkout__checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout__checkbox span {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #44883e;
}
.checkout__checkbox label input:checked ~ span {
  background-color: #44883e;
}
.checkout__checkbox span:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout__checkbox label input:checked ~ span:after {
  display: block;
}
.checkout__checkbox label span:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkout__radio {
  margin: 54px 0 0;
}
@media (max-width: 800px) {
  .checkout__radio {
    margin: 32px 0 0;
  }
}
.checkout__radio label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.checkout__radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkout__radio span {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #44883e;
}
.checkout__radio label:hover input ~ span {
  background-color: #ffffff;
}
.checkout__radio label input:checked ~ span {
  background-color: #ffffff;
  border: 2px solid #44883e;
}
.checkout__radio span:after {
  content: "";
  position: absolute;
  display: none;
}
.checkout__radio label input:checked ~ span:after {
  display: block;
}
.checkout__radio label span:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #44883e;
}
.checkout h2 {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  margin: 0 0 22px 0;
}
@media (max-width: 800px) {
  .checkout h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 31px;
  }
}
.checkout .wc_payment_method {
  display: flex;
  align-items: center;
}
.checkout .wc_payment_method input {
  background-image: url("/wp-content/themes/pmu/assets/img/check-0.svg");
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-bottom: -14px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.checkout .wc_payment_method input:hover {
  opacity: 0.65;
}
.checkout .wc_payment_method input:checked {
  background-image: url("/wp-content/themes/pmu/assets/img/check-1.svg");
}
.checkout .wc_payment_method img {
  display: none;
}
.checkout .wc_payment_method label {
  font-family: "Archer";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.checkout .wc_payment_method .payment_box {
  display: none !important;
}
.checkout #payment {
  background: transparent;
  width: 100%;
  border-radius: 0;
}
.checkout #payment ul {
  border-bottom: 1px solid black !important;
  margin-bottom: 64px !important;
}
@media (max-width: 800px) {
  .checkout #payment {
    width: 337px;
    margin: 0 auto;
  }
}
.checkout #place_order {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.checkout #place_order:hover {
  background: #55a94d;
}
.checkout #place_order:disabled {
  opacity: 0.5;
}
.checkout #place_order {
  max-width: 314px;
}
.checkout .place-order {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.checkout #billing_first_name_field {
  width: 100% !important;
}
.checkout #billing_last_name_field {
  width: 100% !important;
}
.checkout #billing_postcode_field {
  width: 29% !important;
  float: left;
}
@media (max-width: 800px) {
  .checkout #billing_postcode_field {
    width: 40% !important;
  }
}
.checkout #billing_city_field {
  width: 70% !important;
  float: right;
}
@media (max-width: 800px) {
  .checkout #billing_city_field {
    width: 58% !important;
  }
}
.checkout .form-row-wide {
  clear: none !important;
}
.checkout .woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce-message,
.woocommerce-info {
  display: none;
}

#billing_country_field {
  display: none;
}

.back-to-start {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 50px;
  min-width: 311px;
  font-family: "Archer", Sans-Serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background: #44883e;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
.back-to-start:hover {
  background: #55a94d;
}
.back-to-start:disabled {
  opacity: 0.5;
}
.back-to-start {
  max-width: 311px;
  margin: 0 auto 50px;
}

.woocommerce-order {
  display: flex !important;
  flex-direction: column !important;
  max-width: 680px !important;
  margin: 0 auto !important;
}
@media (max-width: 800px) {
  .woocommerce-order {
    padding: 0px 10px;
  }
}

.woocommerce-thankyou-order-received {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  font-family: "Archer";
  max-width: 648px;
  margin: 95px auto 64px;
}
@media (max-width: 800px) {
  .woocommerce-thankyou-order-received {
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    margin: 50px auto 25px;
  }
}

.woocommerce-thankyou-order-details {
  font-family: "Archer" !important;
  order: 2 !important;
  flex-direction: column !important;
  display: flex !important;
  padding-left: 5px !important;
  position: relative;
  margin-top: 50px !important;
}
.woocommerce-thankyou-order-details::before {
  content: "ORDERDETALJER" !important;
  position: absolute;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 31px;
  top: -55px;
}
@media (max-width: 800px) {
  .woocommerce-thankyou-order-details::before {
    font-size: 20px;
    line-height: 27px;
  }
}
.woocommerce-thankyou-order-details li {
  border-style: solid !important;
  border: none !important;
  margin-bottom: 5px !important;
  display: flex !important;
  align-items: center !important;
  width: 100%;
  justify-content: space-between;
  padding-right: 0 !important;
  text-transform: none !important;
  font-size: 16px !important;
}
@media (max-width: 800px) {
  .woocommerce-thankyou-order-details li {
    border-bottom: 1px solid black !important;
    padding: 7px 0px;
  }
}
.woocommerce-thankyou-order-details li strong {
  margin-left: 5px !important;
  font-size: 16px !important;
}

.woocommerce-order-details {
  font-family: "Archer";
}
.woocommerce-order-details h2 {
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 26px !important;
  line-height: 33px !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  margin-bottom: 10px !important;
}
@media (max-width: 800px) {
  .woocommerce-order-details h2 {
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 27px !important;
  }
}
.woocommerce-order-details a {
  color: #000000 !important;
}
.woocommerce-order-details table {
  border-top: none !important;
  border-left: none !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid black !important;
}
.woocommerce-order-details table .woocommerce-table__product-name {
  text-align: left !important;
}
.woocommerce-order-details table .product-total {
  text-align: right !important;
}
.woocommerce-order-details table td {
  border-top: 1px solid #000000 !important;
  padding-left: 5px !important;
  text-align: right !important;
  font-weight: 500 !important;
}
.woocommerce-order-details table th {
  border-top: 1px solid #000000 !important;
  padding-left: 5px !important;
  font-weight: 500 !important;
}

.woocommerce-customer-details {
  font-family: "Archer";
  display: none;
}
.woocommerce-customer-details h2 {
  display: none !important;
}
.woocommerce-customer-details address {
  margin-bottom: 0 !important;
  padding: 10px 0px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  border-color: #000000 !important;
  line-height: 26px;
  padding-left: 5px !important;
  height: 187px !important;
}

.woocommerce-table--order-downloads .download-product a {
  color: #44883e;
  font-family: "Archer", Sans-Serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
.woocommerce-table--order-downloads .download-expires, .woocommerce-table--order-downloads .download-remaining {
  font-family: "Archer", Sans-Serif;
}
.woocommerce-table--order-downloads .download-file a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 19px;
  min-width: 170px;
  font-family: "Archer", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background-color: #44883e !important;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 32px;
  cursor: pointer;
  max-width: 156px;
  max-height: 52px;
  color: #ffffff !important;
}
