@charset "UTF-8";
/* Colors */
/* Responsiveness */
/* Thin */
@font-face {
  font-family: "archia";
  src: url("./../fonts/archia/archia-thin-webfont.eot");
  src: url("./../fonts/archia/archia-thin-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/archia/archia-thin-webfont.woff2") format("woff2"), url("./../fonts/archia/archia-thin-webfont.woff") format("woff"), url("./../fonts/archia/archia-thin-webfont.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
/* Light */
@font-face {
  font-family: "archialight";
  src: url("./../fonts/archia/archia-light-webfont.eot");
  src: url("./../fonts/archia/archia-light-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/archia/archia-light-webfont.woff2") format("woff2"), url("./../fonts/archia/archia-light-webfont.woff") format("woff"), url("./../fonts/archia/archia-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* Regular */
@font-face {
  font-family: "archia";
  src: url("./../fonts/archia/archia-regular-webfont.eot");
  src: url("./../fonts/archia/archia-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/archia/archia-regular-webfont.woff2") format("woff2"), url("./../fonts/archia/archia-regular-webfont.woff") format("woff"), url("./../fonts/archia-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Normal */
@font-face {
  font-family: "archia";
  src: url("./../fonts/archia/archia-medium-webfont.eot");
  src: url("./../fonts/archia/archia-medium-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/archia/archia-medium-webfont.woff2") format("woff2"), url("./../fonts/archia/archia-medium-webfont.woff") format("woff"), url("./../fonts/archia/archia-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Semi-bold */
@font-face {
  font-family: "archia";
  src: url("./../fonts/archia/archia-semibold-webfont.eot");
  src: url("./../fonts/archia/archia-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/archia/archia-semibold-webfont.woff2") format("woff2"), url("./../fonts/archia/archia-semibold-webfont.woff") format("woff"), url("./../fonts/archia/archia-semibold-webfont.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* Bold */
@font-face {
  font-family: "archia";
  src: url("./../fonts/archia/archia-bold-webfont.eot");
  src: url("./../fonts/archia/archia-bold-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/archia/archia-bold-webfont.woff2") format("woff2"), url("./../fonts/archia/archia-bold-webfont.woff") format("woff"), url("./../fonts/archia/archia-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "chaney";
  src: url("./../fonts/chaney/chaney-regular-webfont.eot");
  src: url("./../fonts/chaney/chaney-regular-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/chaney/chaney-regular-webfont.woff2") format("woff2"), url("./../fonts/chaney/chaney-regular-webfont.woff") format("woff"), url("./../fonts/chaney/chaney-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chaney-extended";
  src: url("./../fonts/chaney/chaney-extended-webfont.eot");
  src: url("./../fonts/chaney/chaney-extended-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/chaney/chaney-extended-webfont.woff2") format("woff2"), url("./../fonts/chaney/chaney-extended-webfont.woff") format("woff"), url("./../fonts/chaney/chaney-extended-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chaney-ultra";
  src: url("./../fonts/chaney/chaney-ultraextended-webfont.eot");
  src: url("./../fonts/chaney/chaney-ultraextended-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/chaney/chaney-ultraextended-webfont.woff2") format("woff2"), url("./../fonts/chaney/chaney-ultraextended-webfont.woff") format("woff"), url("./../fonts/chaney/chaney-ultraextended-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "chaney-wide";
  src: url("./../fonts/chaney/chaney-wide-webfont.eot");
  src: url("./../fonts/chaney/chaney-wide-webfont.eot?#iefix") format("embedded-opentype"), url("./../fonts/chaney/chaney-wide-webfont.woff2") format("woff2"), url("./../fonts/chaney/chaney-wide-webfont.woff") format("woff"), url("./../fonts/chaney/chaney-wide-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Important parts of web */
[breathe] {
  -webkit-animation-name: breathe;
  animation-name: breathe;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes breathe {
  50% {
    transform: scale(1.2);
  }
}

@keyframes breathe {
  50% {
    transform: scale(1.2);
  }
}
/* Basics */
/* Texts */
.text-wrapper {
  /* Colors */
  /* Variants */
}
.text-wrapper.text-normal p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
}
.text-wrapper.text-small p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.text-wrapper.text-smallest p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.text-wrapper.text-switch {
  margin-top: -18px;
  margin-bottom: 34px;
  cursor: pointer;
}
.text-wrapper.text-switch p, .text-wrapper.text-switch a {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #372424;
  text-decoration: underline;
}
.text-wrapper.text-white p, .text-wrapper.text-white a {
  color: #ffffff !important;
}
.text-wrapper.text-yellow p, .text-wrapper.text-yellow a {
  color: #EEBB61 !important;
}
.text-wrapper.text-green p, .text-wrapper.text-yellow a {
  color: #69913A !important;
}
.text-wrapper.text-gray p, .text-wrapper.text-yellow a {
  color: #818181 !important;
}
.text-wrapper.text-strong p {
  font-family: Archia, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.05em;
}
.text-wrapper.text-capitalized p {
  font-family: Archia, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

p {
  font-family: Archia, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.055em;
  color: #372424;
}

a {
  color: #372424;
  cursor: pointer;
  text-decoration: underline;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: CHANEY, sans-serif;
  font-size: unset;
  font-weight: unset;
}

.title-wrapper.title-s1 {
  font-family: CHANEY, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -0.02em;
  color: #372424;
}
.title-wrapper.title-s2 {
  font-family: CHANEY, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #372424;
}
.title-wrapper.title-s3 {
  font-family: CHANEY, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #372424;
}
.title-wrapper.title-s4 {
  font-family: CHANEY, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #372424;
}
.title-wrapper .yellow-clip-text {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: url("../../assets/img/yellow-bg.png");
  background-position: center;
}
.title-wrapper.text-yellow h1, .title-wrapper.text-yellow h2, .title-wrapper.text-yellow h3, .title-wrapper.text-yellow h4, .title-wrapper.text-yellow h5, .title-wrapper.text-yellow h6 {
  color: #EEBB61;
}
.title-wrapper.text-white h1, .title-wrapper.text-white h2, .title-wrapper.text-white h3, .title-wrapper.text-white h4, .title-wrapper.text-white h5, .title-wrapper.text-white h6 {
  color: #ffffff;
}

ul {
  max-width: 80%;
  list-style: none;
  padding-left: 20px;
}
ul li {
  position: relative;
  font-family: Archia, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #372424;
  margin-bottom: 10px;
}
ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #000000;
  position: absolute;
  top: 7px;
  left: -13px;
}

ol {
  max-width: 80%;
  padding-left: 20px;
  list-style: none;
  counter-reset: ordered-list;
}
ol li {
  counter-increment: ordered-list;
  position: relative;
  font-family: Archia, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  color: #372424;
  margin-bottom: 10px;
  padding-left: 15px;
}
ol li::before {
  content: counter(ordered-list) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.strong {
  font-weight: 600;
}

.shref-show {
  display: none;
}

@media screen and (min-width: 1024px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0;
  }

  .title-wrapper p {
    font-size: 33px;
    line-height: 40px;
  }
  .title-wrapper.title-s1 {
    font-size: clamp(36px, 4vw, 4rem);
    line-height: 1.2;
  }
  .title-wrapper.title-s1.desktop-huge {
    font-size: 120px;
    line-height: 100%;
  }
  .title-wrapper.title-s2.desktop-big {
    font-size: 60px;
    line-height: 72px;
  }
  .title-wrapper.title-s3 {
    font-size: clamp(24px, 3vw, 3rem);
    line-height: 1.36;
    letter-spacing: 5%;
  }
  .title-wrapper.title-s4 {
    font-size: 24px;
    line-height: 28px;
  }

  .desktop-align-center {
    text-align: center;
  }

  .text-wrapper.text-capitalized p {
    font-size: 24px;
    line-height: 29px;
  }
  .text-wrapper.text-small p {
    font-size: 18px;
    line-height: 28px;
  }
}
button:disabled {
  cursor: not-allowed;
}

.cta {
  /* Background */
  background-image: url("../../assets/img/yellow-bg.png");
  background-size: cover;
  background-position: center;
  display: inline-block;
  width: 300px;
  padding: 20px 0px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  /* Mask */
  -webkit-mask-image: url("../../assets/img/masks/cta.png");
  mask-image: url("../../assets/img/masks/cta.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: filter 0.3s ease;
}
.cta span {
  font-family: Archia;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}
.cta:disabled, .cta.disabled {
  filter: grayscale(1);
}
.cta.cta-outlined {
  background-image: url("../../assets/img/vectors/outline-cta.svg");
  background-repeat: no-repeat;
  -webkit-mask-image: unset;
  mask-image: unset;
  -webkit-mask-size: unset;
  mask-size: unset;
  background-size: contain;
  padding: 20px 10px;
  width: 300px;
}
.cta.cta-outlined span {
  color: #EEBB61;
  text-shadow: unset;
}
.cta.cta-outlined.two-lines {
  padding: 11px 0;
}
.cta.cta-small {
  width: 220px;
}
.cta.popup-close {
  margin-top: 15px;
}

button.cta {
  border: none;
}

@media screen and (min-width: 1024px) {
  .cta {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 27px 20px;
  }
  .cta span {
    font-size: 22px;
  }
}
.container {
  width: 95%;
  max-width: 335px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.container.full-width {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
}
.container.overflow-visible {
  overflow: visible;
}
.container.overflowx-visible {
  overflow-x: visible;
}
.container.overflowy-visible {
  overflow-y: visible;
}

.centered-flex {
  display: flex;
  align-items: center;
}

.external-link img {
  margin-left: 0.5rem;
}

@media screen and (min-width: 650px) {
  .container {
    max-width: 680px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1480px;
    width: 100%;
    padding: 0 30px;
  }
}
.no-margin {
  margin: 0;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 2.5rem;
}

.mt-10 {
  margin-top: 5rem;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.mb-4 {
  margin-bottom: 2rem;
}

.mb-5 {
  margin-bottom: 2.5rem;
}

.mb-10 {
  margin-bottom: 5rem;
}

.pt-2 {
  padding-top: 1rem !important;
}

.accordion {
  border-bottom: 1px solid #EDEDED;
  padding: 15px 0;
}
.accordion:first-of-type {
  border-top: 1px solid #EDEDED;
}
.accordion .accordion-opener {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
}
.accordion .accordion-opener img {
  transition: all 0.5s ease;
}
.accordion .accordion-content {
  display: none;
}
.accordion.opened .accordion-opener img {
  transform: rotate(180deg);
}

@media screen and (min-width: 1024px) {
  .accordion-opener {
    padding: 4px 0;
  }
  .accordion-opener .text-capitalized p {
    font-size: 18px;
    line-height: 28px;
  }
  .accordion-content {
    padding-bottom: 16px;
  }
}
/* Pages */
.page-hp {
  background-image: url("../../assets/img/white-bg.jpeg");
}
.page-hp .floating-cta {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.brojler-image {
  overflow: hidden;
  width: 185vw;
  margin-left: -40vw;
}
.brojler-image img {
  width: 100%;
}

#homepage-fourth {
  margin-top: 88px;
}

.homepage-planet {
  margin-top: 80px;
}
.homepage-planet .text-wrapper {
  margin-top: 35px;
}

.margin-top-text-second {
  margin-top: 60px;
}

.landing-section {
  background-color: black;
}

.hp-top {
  position: relative;
  z-index: 2;
  background-image: linear-gradient(180deg, #000000 0%, #000000 93%, rgba(0, 0, 0, 0) 100%);
  margin-top: -20px;
}
.hp-top .container {
  -webkit-mask-image: url("../../assets/img/masks/mask-top.png");
  mask-image: url("../../assets/img/masks/mask-top.png");
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: url("../../assets/img/white-bg.jpeg");
  background-size: 200%;
  background-position: center;
  padding: 50px 0 45px;
}
.hp-top .text-wrapper p {
  margin-top: 10px;
}

.claim-bg {
  position: relative;
  z-index: 1;
  padding-top: 15px;
}
.claim-bg .video-container {
  position: relative;
}
.claim-bg .video-container video {
  position: relative;
  width: 100%;
}
.claim-bg .video-container .popup-triggers {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  transform: translateX(-50%);
  z-index: 2;
}
.claim-bg .video-container .popup-triggers img {
  width: auto;
}
.claim-bg .text-wrapper {
  position: absolute;
  top: 0;
  color: #ffffff;
  width: 100%;
  background-image: linear-gradient(180deg, #000000 0%, transparent 100%);
}

.bottom-landing {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: -45px auto -50px;
}
.bottom-landing .container {
  -webkit-mask-image: url("../../assets/img/masks/mask-bottom.png");
  mask-image: url("../../assets/img/masks/mask-bottom.png");
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: 60%;
  mask-position: 60%;
  background-image: url("../../assets/img/brown-bg.jpeg");
  background-size: 200%;
  background-position: right;
  padding: 50px 0 30px;
}

.bottom-sticky {
  text-align: center;
  position: fixed;
  z-index: 3;
  bottom: 0;
  width: 100%;
  transition: all 0.4s ease;
  transform: translateY(100%);
}
.bottom-sticky .container {
  padding: 30px 0;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, white 99%);
}

.homepage-claim {
  position: relative;
  z-index: 2;
}
.homepage-claim .container {
  -webkit-mask-image: url("../../assets/img/masks/mask-top-content.png");
  mask-image: url("../../assets/img/masks/mask-top-content.png");
  -webkit-mask-size: 75% 100%;
  mask-size: 75% 100%;
  -webkit-mask-position: 60%;
  mask-position: 60%;
  background-image: url("../../assets/img/white-bg.jpeg");
  background-size: 200%;
  background-position: center;
  padding: 30px 0 0px;
}
.homepage-claim .title-wrapper h2 {
  margin-top: 35px;
}

.homepage-photos {
  margin-top: 25px;
}
.homepage-photos .homepage-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
}
.homepage-photos .homepage-gallery-wrapper img:nth-of-type(n+5) {
  display: none;
}
.homepage-photos .hp-gallery-image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-mask-image: url("../../assets/img/masks/hp-gallery.png");
  mask-image: url("../../assets/img/masks/hp-gallery.png");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  /* Rotate */
  /* Spaces */
}
.homepage-photos .hp-gallery-image img {
  width: 100%;
}
.homepage-photos .hp-gallery-image:nth-of-type(1), .homepage-photos .hp-gallery-image:nth-of-type(4) {
  transform: rotate(-10deg);
}
.homepage-photos .hp-gallery-image:nth-of-type(2), .homepage-photos .hp-gallery-image:nth-of-type(3) {
  transform: rotate(10deg);
}
.homepage-photos .hp-gallery-image:nth-of-type(2) {
  margin-top: 30px;
}
.homepage-photos .hp-gallery-image:nth-of-type(3) {
  margin-top: -10px;
}
.homepage-photos .hp-gallery-image:nth-of-type(4) {
  margin-top: 25px;
}
.homepage-photos .homepage-gallery-image {
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  /* Spaces */
}
.homepage-photos .homepage-gallery-image:nth-of-type(1), .homepage-photos .homepage-gallery-image:nth-of-type(4) {
  transform: rotate(-10deg);
}
.homepage-photos .homepage-gallery-image:nth-of-type(2), .homepage-photos .homepage-gallery-image:nth-of-type(3) {
  transform: rotate(10deg);
}
.homepage-photos .homepage-gallery-image:nth-of-type(2) {
  margin-top: 30px;
}
.homepage-photos .homepage-gallery-image:nth-of-type(3) {
  margin-top: -30px;
}
.homepage-photos .homepage-gallery-image:nth-of-type(4) {
  margin-top: 25px;
}
.homepage-photos .container:nth-of-type(2) {
  margin-top: -25px;
}

.homepage-facts {
  margin-top: 55px;
}
.homepage-facts .title-s1 {
  font-size: 26px;
}

@media screen and (max-width: 700px) {
  .homepage-map {
    max-width: 100vw;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 650px) {
  .homepage-map .container.map {
    overflow: visible;
  }
}
.homepage-map .map-container {
  position: relative;
  margin-top: 10px;
}
.homepage-map .map-container .map-wrapper {
  max-height: 600px;
  height: 600px;
}
@media screen and (max-width: 1024px) {
  .homepage-map .map-container .map-wrapper {
    max-height: 450px;
  }
}
.homepage-map .map-container .map-wrapper img:first-of-type {
  max-height: unset;
}
.homepage-map .map-container .circle {
  width: 130px;
  position: absolute;
  top: 200px;
  right: 115px;
  transform: rotate(210deg);
}
@media screen and (max-width: 720px) {
  .homepage-map .map-container .circle {
    top: 200px;
    right: 17vw;
  }
}
@media screen and (max-width: 650px) {
  .homepage-map .map-container .circle {
    width: 17vw;
    right: 8vw;
  }
}
@media screen and (max-width: 600px) {
  .homepage-map .map-container .circle {
    top: 195px;
    width: 20vw;
    right: 7vw;
  }
}
@media screen and (max-width: 535px) {
  .homepage-map .map-container .circle {
    width: 25vw;
    right: 10vw;
    top: 190px;
  }
}
@media screen and (max-width: 400px) {
  .homepage-map .map-container .circle {
    width: 20vw;
    right: 18vw;
    top: 215px;
  }
}
@media screen and (max-width: 350px) {
  .homepage-map .map-container .circle {
    width: 20vw;
    right: 17vw;
    top: 215px;
  }
}

.page-hp .homepage-bottom {
  margin-top: 100px;
}
.page-hp .homepage-bottom .wrapper > .container:nth-of-type(1) {
  width: 100%;
}
.page-hp .homepage-bottom .wrapper > .container:nth-of-type(1) .circle-img-wrapper .circle-img img {
  opacity: 0;
  height: 88%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask-image: url("../img/masks/hand-drawn-mask.svg");
  mask-image: url("../img/masks/hand-drawn-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -o-object-position: center -4%;
  object-position: center -4%;
}
.page-hp .homepage-bottom .wrapper .container:nth-of-type(2) {
  margin-top: 40px;
  width: 88%;
}
.page-hp #homepage-anim-1 .wrapper {
  overflow: hidden;
}

.bottom-page {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: 0px auto;
}
.bottom-page .bottom-page-seo {
  width: 550px;
  max-width: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}
.bottom-page .bottom-page-seo p {
  color: #ffffff;
}
.bottom-page .container {
  -webkit-mask-image: url("../../assets/img/masks/mask-bottom.png");
  mask-image: url("../../assets/img/masks/mask-bottom.png");
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: 60%;
  mask-position: 60%;
  background-image: url("../../assets/img/green-bg.png");
  background-size: auto 300%;
  background-position: right top;
  padding: 70px 0 10px;
}
.bottom-page .arrow-down-vector {
  position: absolute;
  top: -110px;
  right: 180px;
  z-index: 3;
}
@media screen and (max-width: 860px) {
  .bottom-page .arrow-down-vector {
    right: 80px;
  }
}
@media screen and (max-width: 700px) {
  .bottom-page .arrow-down-vector {
    right: 50px;
  }
}
@media screen and (max-width: 600px) {
  .bottom-page .arrow-down-vector {
    right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .bottom-page .arrow-down-vector {
    top: -150px;
  }
}
.bottom-page .footer-content {
  margin-top: 50px;
  /*
  @media screen and (max-width: 1280px) {
      .footer-table {
          max-width: 1240px;
          width: 95%;
          margin: 0 auto;
      }   
  }
  @media screen and (max-width: 1140px) {
      .footer-item {
          padding: 0 7px 0 5px;
      }
  }
  @media screen and (max-width: 1020px) {
      margin-top: 45px;
      .footer-item {
          display: inline-block;
          width: 30%;
          height: 45px;
          padding: 15px 7px 15px 5px;
          &:first-of-type {
              height: 45px;
              padding: 0px 7px 0px 5px;
          }
          //height: 33px;
          //padding: 10px 7px 10px 5px;
          //margin-top: 5px;

      }
  }
  */
}
.bottom-page .footer-content .footer-table {
  max-width: 1240px;
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bottom-page .footer-content .footer-item {
  font-family: Archia, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: white;
  padding: 15px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.bottom-page .footer-content .footer-item:first-of-type {
  height: 45px;
  padding: 0px 7px 0px 5px;
}
.bottom-page .footer-content .footer-item:last-of-type {
  border-right: unset;
}
.bottom-page .footer-content .footer-item img {
  max-width: 100px;
  width: 100%;
  filter: invert(1);
}
.bottom-page .footer-content .footer-item a {
  color: white;
  text-decoration: none;
}
.bottom-page .footer-content .footer-item a:hover {
  text-decoration: underline;
}
.bottom-page .footer-content .footer-text {
  max-width: 80%;
  margin: 20px auto 0;
}
.bottom-page .footer-content .footer-text .footer-item::before, .bottom-page .footer-content .footer-text .footer-item::after {
  content: unset;
}
@media screen and (max-width: 1340px) {
  .bottom-page .footer-content .footer-table {
    max-width: 800px;
  }
  .bottom-page .footer-content .footer-item {
    border-right: unset;
    position: relative;
  }
  .bottom-page .footer-content .footer-item::before {
    content: "•";
    display: inline;
    position: absolute;
    color: white;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .bottom-page .footer-content .footer-item::after {
    content: "•";
    display: inline;
    position: absolute;
    color: white;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
  }
}
@media screen and (max-width: 550px) {
  .bottom-page .footer-content .footer-table {
    max-width: 300px;
    display: block;
    flex-wrap: unset;
    justify-content: unset;
  }
  .bottom-page .footer-content .footer-item {
    display: inline-block;
    width: auto;
    padding: 10px 25px;
  }
  .bottom-page .footer-content .footer-item:nth-of-type(1)::before, .bottom-page .footer-content .footer-item:nth-of-type(1)::after {
    content: unset;
  }
  .bottom-page .footer-content .footer-text {
    max-width: 60%;
  }
}

.text-button {
  margin-top: 20px;
  display: inline-block;
}

.donate-float-button {
  position: -webkit-sticky;
  position: sticky;
  bottom: 60px;
}

.donate-below-button .text-wrapper {
  text-align: center;
  padding: 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .donate-below-button .text-wrapper {
    padding: 10px 0 0;
  }
}

.donate-float-text {
  position: -webkit-sticky;
  position: sticky;
  bottom: -5px;
  padding: 10px 0 10px;
  width: 100%;
  background-image: linear-gradient(0deg, white 0%, white 10%, white 35%, rgba(255, 255, 255, 0) 85%);
}

@media screen and (min-width: 500px) {
  .brojler-image {
    width: 110vw;
    margin-left: -5vw;
  }
}
@media screen and (min-width: 650px) {
  .homepage-map .text-wrapper {
    margin-top: 20px;
  }

  .homepage-facts .title-s1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .brojler-image {
    width: unset;
    margin-left: unset;
  }
}
@media screen and (min-width: 1024px) {
  .flexible-wrapper {
    display: flex;
    margin-bottom: 40px;
  }
  .flexible-wrapper img {
    margin-right: 60px;
  }

  .text-map {
    padding-right: 100px;
  }

  .page-hp .landing-section {
    position: relative;
    max-height: 1030px;
    margin-bottom: -70px;
    overflow: hidden;
  }
  .page-hp .landing-section .hp-top {
    position: absolute;
    text-align: left;
    background-image: unset;
    top: 80px;
    left: 80px;
    z-index: 4;
  }
  .page-hp .landing-section .hp-top .container {
    padding: unset;
    background-image: unset;
    -webkit-mask-image: unset;
    mask-image: unset;
  }
  .page-hp .landing-section .hp-top .title-wrapper h1 {
    font-size: 80px;
    line-height: 1.2;
  }
  .page-hp .landing-section .hp-top .text-wrapper p {
    margin-top: 0;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.2;
  }
  .page-hp .landing-section .hp-top .text-small p {
    font-size: 18px;
    line-height: 28px;
  }
  .page-hp .landing-section .claim-bg {
    padding-top: 0;
  }
  .page-hp .landing-section .claim-bg .popup-triggers .popup-trigger {
    transform: scale(1.5);
  }
  .page-hp .landing-section .claim-bg .popup-triggers #landing-popup-1 {
    right: 15%;
    top: 35%;
  }
  .page-hp .landing-section .claim-bg .popup-triggers #landing-popup-2 {
    left: 20%;
    bottom: 25%;
  }
  .page-hp .landing-section .claim-bg .popup-triggers #landing-popup-3 {
    left: 50%;
    bottom: 20%;
  }
  .page-hp .landing-section .claim-bg .popup-triggers #landing-popup-4 {
    right: 22%;
    bottom: 30%;
  }
  .page-hp .landing-section .claim-bg .text-wrapper {
    top: 75px;
    right: 87px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
  }
  .page-hp .landing-section .claim-bg .text-small {
    display: none;
  }
  .page-hp .landing-section .bottom-landing {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  .page-hp .landing-section .bottom-landing .container {
    background-image: unset;
    -webkit-mask-image: unset;
    mask-image: unset;
    padding: 0 0 20px;
  }
  .page-hp .landing-section .bottom-landing .container a.cta {
    margin-bottom: 32px;
  }
  .page-hp .landing-section .bottom-landing .container .text-wrapper p br {
    display: none;
  }
  .page-hp .homepage-claim .container {
    padding-top: 16px;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
  }
  .page-hp .homepage-claim .text-wrapper.text-small p {
    margin: -100px 0 0 0;
    padding: 180px 0 100px 0;
  }
  .page-hp .homepage-claim .title-wrapper h2 {
    font-size: 60px;
    line-height: 1.2;
    max-width: 1120px;
    margin: auto;
  }
  .page-hp .homepage-photos {
    margin-top: 100px;
  }
  .page-hp .homepage-photos .container {
    overflow: visible;
    width: 80%;
    max-width: 1120px;
  }
  .page-hp .homepage-photos .container .homepage-gallery-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .page-hp .homepage-photos .container .homepage-gallery-wrapper > img {
    width: 32%;
  }
  .page-hp .homepage-photos .container .homepage-gallery-wrapper > img:nth-of-type(n+5) {
    display: block;
  }
  .page-hp .homepage-photos .container .homepage-gallery-wrapper > img:nth-of-type(1) {
    transform: rotate(-10deg);
  }
  .page-hp .homepage-photos .container .homepage-gallery-wrapper > img:nth-of-type(2) {
    transform: rotate(8deg);
  }
  .page-hp .homepage-photos .container .homepage-gallery-wrapper > img:nth-of-type(3) {
    transform: rotate(20deg);
  }
  .page-hp .homepage-photos .container .homepage-gallery-wrapper > img:nth-of-type(4) {
    transform: rotate(6deg);
  }
  .page-hp .homepage-photos .container .homepage-gallery-wrapper > img:nth-of-type(5) {
    transform: rotate(-30deg);
  }
  .page-hp .homepage-photos .container .homepage-gallery-wrapper > img:nth-of-type(6) {
    transform: rotate(5deg);
  }
  .page-hp .homepage-facts {
    position: relative;
  }
  .page-hp .homepage-facts .title-wrapper.title-s1 {
    max-width: 1120px;
    margin: 120px auto 0 auto;
  }
  .page-hp .homepage-facts .title-wrapper.title-s1 h2 {
    font-size: 60px;
    line-height: 1.2;
  }
  .page-hp .homepage-facts .text-wrapper {
    text-align: left;
  }
  .page-hp .homepage-facts .wrapper {
    padding-bottom: 140px;
    overflow: hidden;
  }
  .page-hp .homepage-facts .homepage-grid-1 {
    max-width: 1570px;
    margin: 0 auto;
  }
  .page-hp .homepage-facts .homepage-grid-1 .container {
    width: 48%;
    margin: 0 auto 0 0;
  }
  .page-hp .homepage-facts .homepage-grid-1 .container p {
    font-size: 34px;
    line-height: 1.2;
  }
  .page-hp .homepage-facts .brojler-image {
    position: absolute;
    bottom: 0;
    width: auto;
    height: 610px;
    left: 50%;
    max-height: unset;
  }
  .page-hp .homepage-facts .brojler-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0;
    object-position: 0;
  }
  .page-hp .homepage-planet .container {
    display: flex;
    max-width: 1620px;
  }
  .page-hp .homepage-planet .container .image-wrapper {
    width: 60%;
  }
  .page-hp .homepage-planet .container .image-wrapper img {
    width: 450px;
  }
  .page-hp .homepage-planet .container .text-wrapper {
    margin: 0;
    display: flex;
    align-items: center;
    text-align: left;
    width: 40%;
  }
  .page-hp .homepage-planet .container .text-wrapper p {
    font-size: 33px;
    line-height: 1.2;
  }
  .page-hp .homepage-map {
    overflow: hidden;
    position: relative;
    height: 800px;
    margin: 250px 0 0;
    display: flex;
    align-items: center;
  }
  .page-hp .homepage-map .container:not(.map) {
    max-width: 1620px;
    order: 1;
    text-align: left;
    position: relative;
  }
  .page-hp .homepage-map .container:not(.map) .text-wrapper {
    position: relative;
    margin-top: unset;
    max-width: 620px;
    z-index: 10;
  }
  .page-hp .homepage-map .container:not(.map) .text-wrapper p {
    font-size: 33px;
    line-height: 1.2;
  }
  .page-hp .homepage-map .map {
    position: absolute;
    top: 0;
    left: 50%;
    pointer-events: none;
    transform: translateX(-40%);
  }

  /*
  .homepage-grid-1 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      max-width: 800px;
      .brojler-image {
          width: 100%!important;
          margin-left: 0;
          margin-toP: 0;
          margin-bottom: 0;
      }
  }
  */
}
@media screen and (min-width: 1024px) and (min-width: 1140px) and (max-width: 1250px) {
  .page-hp .homepage-map .map {
    left: unset;
    right: -250px;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1140px) {
  .page-hp .homepage-map .map {
    left: unset;
    right: 0;
    transform: translateX(0);
  }
}
@media screen and (min-width: 1024px) {
  .page-hp .homepage-map .map-container .map-wrapper {
    height: 760px;
  }
}
@media screen and (min-width: 1024px) {
  .page-hp .homepage-map .map .circle {
    width: 180px;
    position: absolute;
    top: 57%;
    right: 160px;
    transform: translate(-50%, -50%) rotate(210deg);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1140px) {
  .page-hp .homepage-map .map .circle {
    top: 54%;
    right: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .page-hp .homepage-bottom .wrapper {
    display: flex;
    max-width: 1180px;
    padding: 0 30px;
    margin: 0 auto 100px;
    position: relative;
  }
  .page-hp .homepage-bottom .wrapper > .container:nth-of-type(1) {
    width: 48%;
    position: relative;
  }
  .page-hp .homepage-bottom .wrapper > .container:nth-of-type(1) .circle-img-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 255px;
    height: auto;
  }
  .page-hp .homepage-bottom .wrapper > .container:nth-of-type(1) .circle-img-wrapper .circle-img img {
    height: 170%;
    width: 93%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: url("../img/masks/hand-drawn-mask.svg");
    mask-image: url("../img/masks/hand-drawn-mask.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-position: center;
    mask-position: center;
    -o-object-position: center 100px;
    object-position: center 100px;
  }
  .page-hp .homepage-bottom .wrapper > .container:nth-of-type(2) {
    width: 52%;
  }
  .page-hp .homepage-bottom .wrapper > .container:nth-of-type(2) .text-wrapper.text-bigger p {
    font-size: 33px;
    line-height: 1.3;
    margin-bottom: 32px;
  }
  .page-hp .homepage-bottom .wrapper > .container:nth-of-type(2) ul {
    width: 100%;
    max-width: 100%;
  }
  .page-hp .homepage-bottom .wrapper > .container:nth-of-type(2) ul li {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1024px) {
  .page-hp #homepage-anim-1 {
    margin-top: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .map-container .map-wrapper {
    height: 800px;
    max-height: unset !important;
  }
  .map-container .map-wrapper img {
    height: 100%;
    max-height: unset !important;
  }
}
@media screen and (min-width: 1024px) {
  .bottom-page .arrow-down-vector {
    top: -30%;
    right: calc(50% - 350px);
    transform: translate(-50%) rotate(10deg);
  }
}
@media screen and (min-width: 1024px) {
  .homepage-planet {
    margin-top: 290px;
  }
}
@media screen and (min-width: 1024px) {
  .page-hp .homepage-bottom {
    margin-top: 250px;
  }
}
@media only screen and (max-width: 1140px) and (min-width: 768px) {
  .page-hp .landing-section .popup-triggers {
    left: 0;
    transform: translate(0);
    width: calc(100% - 140px);
    margin: 0 70px;
  }
  .page-hp .homepage-map {
    margin-top: 50px;
    flex-direction: row-reverse;
  }
  .page-hp .homepage-map .map {
    position: static;
  }
  .page-hp .homepage-bottom .wrapper .container {
    width: 20%;
  }
  .page-hp .homepage-bottom .wrapper .container:nth-of-type(1) {
    width: 30%;
  }
  .page-hp .homepage-bottom .wrapper .container:nth-of-type(2) {
    width: 70%;
  }
}
@media (max-width: 540px) {
  .bottom-page .arrow-down-vector {
    bottom: 110px;
    right: 20px;
  }
  .bottom-page .container {
    padding: 120px 0 10px;
  }
}
@media (min-width: 1024px) {
  .claim-bg .video-container video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
    position: relative;
  }
}
@media (min-width: 1330px) {
  .page-hp .landing-section .hp-top .text-small {
    display: none;
  }

  .page-hp .claim-bg .text-small {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .claim-bg .video-container {
    background: url(../img/images/brojlervideo.png) 50% 50% repeat-x;
    background-size: 75% 100%;
  }
  .claim-bg .video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
    height: 100%;
    background: inherit;
    filter: blur(30px);
    -moz-filter: blur(30px);
    -webkit-filter: blur(30px);
    -o-filter: blur(30px);
    z-index: 0;
  }

  .claim-bg .video-container video {
    width: 75%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 1920px) {
  .claim-bg .video-container {
    background: url(../img/images/brojlervideo.png) 50% 50% repeat-x;
    background-size: 50% 100%;
  }
  .claim-bg .video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
    height: 100%;
    background: inherit;
    filter: blur(30px);
    -moz-filter: blur(30px);
    -webkit-filter: blur(30px);
    -o-filter: blur(30px);
    z-index: 0;
  }

  .claim-bg .video-container video {
    width: 60%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (min-width: 2561px) {
  .claim-bg .video-container {
    background: url(../img/images/brojlervideo.png) 50% 50% repeat-x;
    background-size: 50% 100%;
  }
  .claim-bg .video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    right: -100px;
    height: 100%;
    background: inherit;
    filter: blur(30px);
    -moz-filter: blur(30px);
    -webkit-filter: blur(30px);
    -o-filter: blur(30px);
    z-index: 0;
  }

  .claim-bg .video-container video {
    width: 35%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/*
.page-hp {
    .homepage-bottom {
        @media screen and(max-height: 800px) {
            padding-bottom: 160px;
        }
    }
}
*/
@media screen and (max-height: 800px) {
  /*
  .bottom-page .container {
      padding: 20px 0 10px;
  }
  */
  .page-hp .homepage-bottom {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .brojler-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1500px) {
  .brojler-image {
    max-width: 70vw !important;
    height: 40vw !important;
    bottom: 50% !important;
    transform: translateY(50%);
  }
}
.page-gallery {
  background-image: url("../../assets/img/brown-bg.jpeg");
}

.float-top {
  width: 66px;
  height: 66px;
  display: block;
  position: fixed;
  top: 0;
  right: -1px;
  z-index: 3;
  background-image: url("../../assets/img/yellow-bg.png");
  -webkit-mask-image: url("../../assets/img/masks/mask-round.png");
  mask-image: url("../../assets/img/masks/mask-round.png");
  -webkit-mask-size: 160%;
  mask-size: 160%;
  -webkit-mask-position: left bottom;
  mask-position: left bottom;
}
.float-top .button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 8px), -50%);
}
.float-bottom {
  position: fixed;
  bottom: 5%;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 50px;
}
.float-bottom .bottom-container {
  position: relative;
  top: -20px;
}

.gallery-main {
  margin-bottom: 200px;
}

.gallery-item {
  position: relative;
}
.gallery-item .gallery-image-wrapper {
  -webkit-mask-image: url("../../assets/img/masks/img-mask-desktop.svg");
  mask-image: url("../../assets/img/masks/img-mask-desktop.svg");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
.gallery-item .gallery-image-wrapper img, .gallery-item .gallery-image-wrapper video {
  width: 100%;
}
.gallery-item .gallery-image-wrapper.video-wrapper {
  -webkit-mask-image: url("../../assets/img/masks/video-mask-desktop.svg");
  mask-image: url("../../assets/img/masks/video-mask-desktop.svg");
}
.gallery-item .gallery-image-wrapper.video-wrapper .playpause {
  background-image: url("../../assets/img/vectors/play.svg");
  background-repeat: no-repeat;
  width: 30%;
  height: 30%;
  position: absolute;
  left: 0%;
  min-width: 50px;
  min-height: 50px;
  max-width: 200px;
  max-height: 200px;
  right: 0%;
  top: 0%;
  bottom: 0%;
  margin: auto;
  background-size: contain;
  background-position: center;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  .gallery-item .gallery-image-wrapper.video-wrapper .playpause {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .gallery-item .gallery-image-wrapper.video-wrapper {
    margin-bottom: 50px;
  }
}
.gallery-item .gallery-text-wrapper {
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 8px;
}
.gallery-item.reveal .gallery-image-wrapper .image-wrapper {
  cursor: pointer;
  filter: blur(25px);
  transition: all 0.5s ease;
}
.gallery-item.reveal .holder {
  width: 0;
  height: 0;
  pointer-events: none;
}
.gallery-item.reveal .holder::before {
  position: absolute;
  display: block;
  content: "";
  width: 73px;
  height: 55px;
  background-image: url("../../assets/img/vectors/no-eye.svg");
  background-size: contain;
  background-position: center;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 20px));
  transition: all 0.5s ease;
}
.gallery-item.reveal .holder::after {
  position: absolute;
  display: block;
  content: "Klikněte pro zobrazení";
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% + 20px));
  font-family: Archia, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #ffffff;
  transition: all 0.5s ease;
}

@media screen and (min-width: 1024px) {
  .page-gallery .gallery-item {
    position: relative;
  }
  .page-gallery .gallery-item .container {
    max-width: 1230px;
  }
  .page-gallery .gallery-item .gallery-image-wrapper img {
    max-width: 1230px;
  }
  .page-gallery .gallery-item .gallery-image-wrapper video {
    width: 100%;
  }
  .page-gallery .gallery-item .gallery-text-wrapper {
    position: absolute;
    right: 80px;
    bottom: 40px;
  }
}
.page-claims {
  height: 100%;
}
.page-claims .popups-wrapper .popups-closer-background {
  height: 100%;
}

.load-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.claims-progress {
  position: absolute;
  z-index: 5;
  top: 25px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  max-width: 320px;
  left: 50%;
  transform: translateX(-50%);
}
.claims-progress .progress-item {
  width: 100%;
  height: 5px;
  margin-right: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.claims-progress .progress-item:last-of-type {
  margin-right: 0;
}
.claims-progress .progress-item.active {
  background-color: white;
}

.claims-main {
  width: 100vw;
  height: 100%;
  min-height: 500px;
  position: relative;
}
.claims-main .claims-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.claims-main .claim-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.claims-main .claim-item:last-of-type {
  display: block;
}
.claims-main .claim-item .claim-background {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.claims-main .claim-item .claim-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 200px;
}
.claims-main .claim-item .claim-text {
  /*
  display: inline-block;
  align-self: flex-end;
  position: relative;
  z-index: 3;*/
}
.claims-main .claim-item .claim-text p {
  font-family: CHANEY, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
}
.claims-main .claim-item .claim-text a {
  color: #EEBB61;
}

.bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
}
.claim-prev {
  opacity: 1;
  transition: all 0.2s ease;
}

.claim-background {
  overflow: hidden;
}

.claim-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 1024px) {
  .page-claims {
    overflow: hidden;
  }
  .page-claims .float-bottom {
    background: unset;
  }
  .page-claims .claims-main .claim-item .claim-background {
    background-size: 33.333% auto;
  }
  .page-claims .claims-main .claim-item .claim-content {
    top: calc(100% - 450px);
  }
  .page-claims .claims-main .claim-item .claim-text p {
    font-size: 60px;
    line-height: 72px;
  }
  .page-claims .claims-main .bottom {
    top: unset;
    bottom: 60px;
  }
  .page-claims .claims-main .bottom .go-back {
    text-align: center;
    margin-top: 24px;
  }
}
.page-contact {
  padding: 25px 10px !important;
  background: url("/assets/img/background_04.jpg");
}

.contact-top {
  margin-bottom: 20px;
}
.contact-top .container .text-wrapper:nth-of-type(2) {
  max-width: 95%;
}
.contact-top .container:nth-of-type(2) {
  margin-top: 24px;
}
.contact-top .title-wrapper {
  margin-bottom: 16px;
}

.contact-form .input-wrapper {
  position: relative;
  height: 50px;
  margin-bottom: 20px;
}
.contact-form .input-wrapper input {
  width: 100%;
  height: 100%;
  border: 1px solid #B3B3B3;
  background: #F2F2F2;
  font-family: Archia, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #372424;
  padding: 0 100px 0 20px;
  position: relative;
}
.contact-form .input-wrapper input:not(:-moz-placeholder-shown) + .placeholder {
  transform: translateY(-50%);
  top: 0px;
  left: 12px;
  font-size: 12px;
  color: #B2B2B2;
  padding: 0 5px;
  background-image: linear-gradient(180deg, transparent 0%, transparent 50%, #F2F2F2 50%, #F2F2F2 100%);
}
.contact-form .input-wrapper input:not(:-ms-input-placeholder) + .placeholder {
  transform: translateY(-50%);
  top: 0px;
  left: 12px;
  font-size: 12px;
  color: #B2B2B2;
  padding: 0 5px;
  background-image: linear-gradient(180deg, transparent 0%, transparent 50%, #F2F2F2 50%, #F2F2F2 100%);
}
.contact-form .input-wrapper input:not(:placeholder-shown) + .placeholder, .contact-form .input-wrapper input:focus + .placeholder {
  transform: translateY(-50%);
  top: 0px;
  left: 12px;
  font-size: 12px;
  color: #B2B2B2;
  padding: 0 5px;
  background-image: linear-gradient(180deg, transparent 0%, transparent 50%, #F2F2F2 50%, #F2F2F2 100%);
}
.contact-form .input-wrapper input:disabled {
  color: #818181;
}
.contact-form .input-wrapper .placeholder {
  font-family: Archia, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #372424;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(calc(-50% + 2px));
  pointer-events: none;
  transition: all 0.4s ease;
}
.contact-form .input-wrapper .placeholder::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-form .input-wrapper.input-ok::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
  background-image: url("../img/images/inputs/input-ok.png");
}
.contact-form .input-wrapper.input-wrong::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
  background-image: url("../img/images/inputs/input-wrong.png");
}
.contact-form .cta {
  width: 100%;
  max-width: 400px;
  padding: 27px 0;
  margin-top: 4px;
}

.contact-bottom .text-small {
  margin-top: 16px;
}
.contact-bottom .text-smallest {
  margin-top: 16px;
  margin-bottom: 10px;
}
.contact-bottom .text-smallest p, .contact-bottom .text-smallest a {
  color: #818181;
}

/* Auth req */
/* Auth ok */
.page-auth-ok {
  height: 100vh;
  min-height: 300px;
  position: relative;
}
.page-auth-ok .auth-ok {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
}
.page-auth-ok .auth-ok .cta {
  padding: 20px 0;
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .page-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    height: 100%;
    padding: 100px 0 !important;
  }
  .page-contact > section {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
  }
  .page-contact > section.contact-form {
    margin-bottom: 24px;
  }
  .page-contact .circle-img-wrapper {
    width: 160px;
    height: 140px;
  }
  .page-contact .circle-img-wrapper .circle-img {
    width: 42px;
    height: 68px;
    -webkit-mask-image: unset;
    mask-image: unset;
  }
  .page-contact .circle-img-wrapper .circle-img img {
    width: 100%;
    height: 100%;
  }
  .page-contact .contact-top .container:nth-of-type(2) {
    margin-top: 0;
  }
  .page-contact .contact-top h1 {
    line-height: 1.2;
    font-size: 40px;
    margin-bottom: 16px;
  }
  .page-contact .contact-form .input-wrapper {
    max-width: 405px;
    margin: 0 auto 20px;
  }
  .page-contact .contact-form .input-wrapper:last-of-type {
    margin-bottom: 40px;
  }
  .page-contact .contact-bottom .text-wrapper:first-of-type {
    margin-bottom: 64px;
  }
  .page-contact .contact-bottom .text-smallest p {
    font-size: 14px;
  }
}
.page-opinion {
  padding: 25px 10px !important;
  background: url("/assets/img/background_04.jpg");
}

.opinion-top .title-s3 h1 {
  font-weight: normal;
  max-width: 90%;
}
.opinion-top .container:nth-of-type(2) {
  margin-top: 24px;
  margin-bottom: 5px;
}
.opinion-top .container:last-of-type .text-wrapper {
  margin-top: 16px;
}
.opinion-top .text-capitalized {
  margin-top: 16px;
}

.opinion-form {
  margin-top: 32px;
}
.opinion-form .form-wrapper {
  margin-top: 24px;
}
.opinion-form .form-wrapper .text-small a {
  color: #8D8D8D;
}
.opinion-form .checkbox-wrapper {
  position: relative;
  text-align: left;
  align-items: center;
  min-height: 45px;
  padding: 15px 0 1px;
  transition: all 0.3s ease;
  margin-top: 6px;
}
.opinion-form .checkbox-wrapper.two-lines {
  /*
  margin-bottom: 0px;
  .container { margin-top: -15px; }
  */
}
.opinion-form .checkbox-wrapper.two-lines .container {
  top: -9px;
}
.opinion-form .checkbox-wrapper.two-lines input[type=radio] {
  top: 9px;
}
.opinion-form .checkbox-wrapper .container {
  max-width: 285px;
  position: relative;
  padding-left: 45px;
}
.opinion-form .checkbox-wrapper .container label {
  position: relative;
}
.opinion-form .checkbox-wrapper .container .will-slide-down {
  opacity: 0;
  display: none;
}
.opinion-form .checkbox-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 105%;
  background-image: url("../../assets/img/yellow-box.png");
  background-position: center;
  background-size: 105% 110%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
}
.opinion-form .checkbox-wrapper.opinion-selected::before {
  opacity: 1;
}
.opinion-form .checkbox-wrapper.opinion-selected .container .will-slide-down {
  opacity: 1;
}
.opinion-form .checkbox-wrapper.opinion-selected input[type=radio]::before {
  background-color: #ffffff;
}
.opinion-form .checkbox-wrapper.opinion-selected input[type=radio]::after {
  background-color: transparent;
  border: 2px solid #ffffff;
}
.opinion-form input[type=radio] {
  width: 0;
  height: 10px;
  position: absolute;
  color: green;
  top: 0;
  left: -50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.opinion-form input[type=radio]::after {
  content: "";
  display: block;
  width: 36px;
  border-radius: 20px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-40%);
  background: #E4E4E4;
  border: 2px solid #372424;
  box-sizing: border-box;
  z-index: 2;
  transition: all 0.3s ease;
}
.opinion-form input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  left: 54px;
  top: 50%;
  transform: translateY(-30%);
  background-color: #372424;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  border: none;
  z-index: 3;
  transition: all 0.3s ease;
}
.opinion-form label {
  font-family: Archia, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #372424;
}
.opinion-form .cta {
  margin-top: 32px;
}
.opinion-form .cta + div {
  margin-top: 16px;
  margin-bottom: 32px;
}

@media screen and (min-width: 380px) {
  .page-opinion .opinion-form .checkbox-wrapper {
    padding: 25px 10px;
  }
}
@media screen and (min-width: 650px) {
  .page-opinion .opinion-form .checkbox-wrapper .container {
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .page-opinion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
    height: 100%;
    padding: 100px 0 !important;
  }
  .page-opinion > section {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
  }
  .page-opinion > section.contact-form {
    margin: 50px auto 0 auto;
  }
  .page-opinion .circle-img-wrapper {
    width: 160px;
    height: 140px;
  }
  .page-opinion .circle-img-wrapper .circle-img {
    width: 42px;
    height: 68px;
    -webkit-mask-image: unset;
    mask-image: unset;
  }
  .page-opinion .circle-img-wrapper .circle-img img {
    width: 100%;
    height: 100%;
  }
  .page-opinion .opinion-top h1 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 24px;
  }
  .page-opinion .opinion-top .container:nth-of-type(2) {
    margin: 0;
  }
  .page-opinion .opinion-top .container:last-of-type .text-wrapper {
    margin: 0;
  }
  .page-opinion .opinion-form {
    margin-top: 40px;
  }
  .page-opinion .opinion-form input[type=radio]::before {
    left: -5px;
    transform: translateY(-50%);
  }
  .page-opinion .opinion-form input[type=radio]::after {
    left: -14px;
    transform: translateY(-50%);
  }
  .page-opinion .opinion-form h2 {
    font-size: 24px;
  }
  .page-opinion .opinion-form > .container {
    margin-bottom: 32px;
  }
  .page-opinion .opinion-form .cta {
    margin-top: 40px;
  }
  .page-opinion .opinion-form .text-wrapper p {
    margin-top: 24px;
  }
  .page-opinion .opinion-form .form-wrapper {
    margin-top: 40px;
  }
  .page-opinion .opinion-form .form-wrapper form {
    max-width: 546px;
    margin: 0 auto;
  }
  .page-opinion .opinion-form .form-wrapper form .checkbox-wrapper {
    padding: 25px 10px;
    width: 100%;
  }
  .page-opinion .opinion-form .form-wrapper form .checkbox-wrapper .container {
    max-width: unset;
    margin: unset;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 70px;
  }
  .page-opinion .opinion-form .form-wrapper form .checkbox-wrapper .container input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    top: 5px;
    left: 25px;
  }
  .page-opinion .opinion-form .form-wrapper form .checkbox-wrapper::before {
    background-size: 100% 110%;
  }
  .page-opinion .contact-bottom .text-wrapper:first-of-type {
    margin-bottom: 64px;
  }
}
.firmy-top .container:nth-of-type(1) .title-wrapper H1 {
  margin-bottom: 0;
}
.firmy-top .container:nth-of-type(1) .text-wrapper p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.firmy-faq .firmy-faq-item .text-wrapper.text-capitalized p {
  margin: 25px 0 0;
}
.firmy-faq .firmy-faq-item .text-wrapper.text-small p {
  margin: 5px 0 0;
}

.firmy-form {
  margin-top: 40px;
}
.firmy-form .firmy-grid-wrapper {
  padding-bottom: 30px;
}
.firmy-form .firmy-grid-wrapper .cta {
  display: block;
  margin: 35px auto 25px;
}
.firmy-form .firmy-grid-wrapper .text-wrapper.text-small p, .firmy-form .firmy-grid-wrapper .text-wrapper.text-small a {
  color: #818181;
  text-align: center;
}
.firmy-form .firmy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: calc(100% - 6px);
}
.firmy-form .firmy-grid input[type=checkbox]:checked + .grid-one-firma {
  border: 2px solid #69913A;
  position: relative;
  z-index: 4;
}
.firmy-form .firmy-grid input[type=checkbox]:checked + .grid-one-firma .shown-input {
  background-color: #69913A;
  border: 2px solid #69913A;
}
.firmy-form .firmy-grid input[type=checkbox]:checked + .grid-one-firma .shown-input img {
  opacity: 1;
}
.firmy-form .firmy-grid input[type=checkbox]:disabled + .grid-one-firma, .firmy-form .firmy-grid input[type=checkbox].uncheckable + .grid-one-firma {
  border: 2px solid #818181;
  position: relative;
  z-index: 3;
}
.firmy-form .firmy-grid input[type=checkbox]:disabled + .grid-one-firma .shown-input, .firmy-form .firmy-grid input[type=checkbox].uncheckable + .grid-one-firma .shown-input {
  background-color: #EDEDED;
  border: 2px solid #EDEDED;
}
.firmy-form .firmy-grid input[type=checkbox]:disabled + .grid-one-firma .shown-input img, .firmy-form .firmy-grid input[type=checkbox].uncheckable + .grid-one-firma .shown-input img {
  opacity: 1;
}
.firmy-form .grid-one-firma {
  width: 100%;
  height: 160px;
  position: relative;
  border: 2px solid #EDEDED;
  z-index: 2;
  margin-bottom: -2px;
  transition: all 0.1s ease;
}
.firmy-form .grid-one-firma .shown-input {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 2px solid #EDEDED;
  border-radius: 20px;
  transition: all 0.1s ease;
}
.firmy-form .grid-one-firma .shown-input img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s ease;
}
.firmy-form .grid-one-firma .firma-logo {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 60px;
  max-height: 60px;
}
.firmy-form .grid-one-firma:nth-of-type(even) {
  margin-left: -2px;
}

@media screen and (min-width: 1024px) {
  .page-firmy {
    padding: 100px 0 60px 0 !important;
  }
  .page-firmy > section > .container {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-firmy > section.firmy-top .title-wrapper h1 {
    font-size: 60px;
  }
  .page-firmy > section.firmy-faq .firmy-faq-item:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .page-firmy > section.firmy-faq .firmy-faq-item .text-capitalized p {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 28px;
  }
  .page-firmy > section.firmy-form {
    margin-top: 64px;
  }
  .page-firmy > section.firmy-form .text-small p {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
  }
  .page-firmy > section.firmy-form .firmy-grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .page-firmy > section.firmy-form .firmy-grid .grid-one-firma {
    width: calc(33.3333333333% + 1px);
    margin-right: -2px;
  }
  .page-firmy > section.firmy-form .firmy-grid .grid-one-firma:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .page-firmy > section.firmy-form .firmy-grid-wrapper {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  .page-firmy > section.firmy-form .firmy-grid-wrapper button.cta {
    margin-top: 40px;
  }
  .page-firmy > section.firmy-form .firmy-grid-wrapper .text-wrapper p {
    font-size: 14px;
    margin-top: 24px;
    text-transform: initial;
  }
  .page-firmy > section.firmy-form .grid-one-firma {
    width: calc(100% - 2px);
  }
  .page-firmy > section.firmy-form .grid-one-firma:nth-of-type(even) {
    margin-left: 0px;
  }
  .page-firmy > section.firmy-form button.cta {
    max-width: 400px;
    width: 100%;
  }
}
.vyzvy-top .container .title-wrapper h1 {
  margin-bottom: 0;
}
.vyzvy-top .container .text-wrapper p {
  margin-top: 10px;
}

section.vyzvy-email, section.vyzvy-socials {
  display: none;
}
section.vyzvy-email.active, section.vyzvy-socials.active {
  display: block;
}

.vyzvy-switch-top {
  width: 94%;
  margin: 30px auto;
}

.vyzvy-switch-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vyzvy-switch-wrapper .vyzvy-button {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EDEDED;
  padding: 10px 20px;
  cursor: pointer;
}
.vyzvy-switch-wrapper .vyzvy-button.active {
  background-color: #EEBB61;
}
.vyzvy-section {
  padding-bottom: 50px;
}
.vyzvy-section .container:nth-of-type(1), .vyzvy-section .container:nth-of-type(2) {
  margin-top: 10px;
}
.vyzvy-section .container:nth-of-type(3) {
  margin-top: 20px;
}
.vyzvy-section .container:nth-of-type(4) {
  margin-top: 0px;
}
.vyzvy-section .container:nth-of-type(4) .swiper-wrapper {
  margin-bottom: 15px;
}
.vyzvy-section .container:nth-of-type(5) {
  margin-top: 20px;
}
.vyzvy-section .container:nth-of-type(5) .title-wrapper h2 {
  width: 80%;
  margin-bottom: 0px;
}
.vyzvy-section .container:nth-of-type(5) .text-wrapper p {
  margin: 5px 0 20px;
}
.vyzvy-section .cta:nth-of-type(2) {
  margin-top: 20px;
}
.vyzvy-section .cta-outlined {
  margin-top: 20px;
}

.vyzvy-table-wrapper .vyzvy-table-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 20px;
  border-bottom: 1px solid #EDEDED;
}
.vyzvy-table-wrapper .vyzvy-table-top .text-wrapper:nth-of-type(1) {
  max-width: 15%;
}
.vyzvy-table-wrapper .vyzvy-table-top .text-wrapper:nth-of-type(2) {
  max-width: 25%;
}
.vyzvy-table-wrapper .vyzvy-table-top .text-wrapper:nth-of-type(3) {
  max-width: 40%;
}
.vyzvy-table-wrapper .vyzvy-table-content {
  margin-bottom: 50px;
}
.vyzvy-table-wrapper .vyzvy-table-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 0;
  height: 40px;
}
.vyzvy-table-wrapper .vyzvy-table-row .vyzvy-table-col .text-wrapper a {
  text-align: left;
  margin-right: 10px;
}
.vyzvy-table-wrapper .vyzvy-table-row .vyzvy-table-col:nth-of-type(1) {
  max-width: 20%;
}
.vyzvy-table-wrapper .vyzvy-table-row .vyzvy-table-col:nth-of-type(2) {
  max-width: 60%;
  min-width: 55%;
}
.vyzvy-table-wrapper .vyzvy-table-row .vyzvy-table-col:nth-of-type(3) {
  max-width: 60%;
  min-width: 136px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vyzvy-table-wrapper .vyzvy-table-row .vyzvy-table-col:nth-of-type(4) {
  max-width: 20%;
  min-width: 32px;
  position: relative;
}
.vyzvy-table-wrapper .vyzvy-table-row .vyzvy-table-col .socials-item {
  display: block;
}
.vyzvy-table-wrapper .vyzvy-logo-one {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  width: 45px;
  height: 45px;
}
.vyzvy-table-wrapper label {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.vyzvy-table-wrapper .shown-input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  transition: all 0.1s ease;
}
.vyzvy-table-wrapper .shown-input img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s ease;
  opacity: 0;
}
.vyzvy-table-wrapper input[type=checkbox] {
  display: none;
}
.vyzvy-table-wrapper input[type=checkbox]:checked + label {
  /*
  &::after {
      content: "";
      display: block;
      width: 18px;
      height: 18px;
      border-radius: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #EDEDED;
  }
  */
}
.vyzvy-table-wrapper input[type=checkbox]:checked + label .shown-input {
  background-color: #69913A;
  border: 2px solid #69913A;
}
.vyzvy-table-wrapper input[type=checkbox]:checked + label .shown-input img {
  opacity: 1;
}
.vyzvy-table-wrapper input[type=checkbox]:disabled + label .shown-input {
  cursor: not-allowed;
  background-color: #EDEDED;
}
.vyzvy-table-wrapper input[type=checkbox]:disabled + label .shown-input img {
  opacity: 1;
}
.vyzvy-table-wrapper .text-wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .vyzvy-table-wrapper .text-wrapper {
    max-width: 35%;
  }
}
.vyzvy-table-wrapper .text-wrapper img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.vyzvy-loga {
  text-align: left;
}
.vyzvy-loga .vyzvy-loga-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.vyzvy-loga .vyzvy-loga-wrapper .vyzvy-logo-one {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.example-messages-container {
  margin-left: -5px !important;
}
.example-messages-container .example-message-item {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  height: auto;
  background-color: rgba(0, 0, 0, 0.05);
}
.example-messages-container .example-message-item .text-wrapper {
  padding: 30px 20px;
}
.example-messages-container .example-messages-next, .example-messages-container .example-messages-prev {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.example-messages-container .example-messages-prev {
  left: 5%;
}
.example-messages-container .example-messages-next {
  right: 5%;
}
.example-messages-container .example-messages-pagination {
  text-align: center;
}
.example-messages-container .example-messages-pagination .swiper-pagination-bullet {
  width: 45px;
  background-color: #e5e5e5;
  border-radius: unset;
  height: 6px;
}
.example-messages-container .example-messages-pagination .swiper-pagination-bullet-active {
  background-color: #EEBB61;
}

@media screen and (min-width: 1024px) {
  .page-vyzvy {
    padding: 100px 0 150px 0 !important;
  }
  .page-vyzvy > section > .container {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-vyzvy > section > .container .vyzvy-switch-wrapper {
    max-width: 540px;
    margin: 0 auto;
  }
  .page-vyzvy > section > .container .vyzvy-switch-wrapper .vyzvy-button {
    width: 50%;
    padding: 12px 0;
  }
  .page-vyzvy > section > .container .vyzvy-switch-wrapper .vyzvy-button .text-wrapper p {
    font-size: 16px;
  }
  .page-vyzvy > section.vyzvy-top {
    padding-bottom: 20px;
  }
  .page-vyzvy > section.vyzvy-top .title-wrapper h1 {
    font-size: 60px;
    margin-bottom: 8px;
  }
  .page-vyzvy > section.vyzvy-top .text-wrapper p {
    font-size: 24px;
  }
  .page-vyzvy > section.vyzvy-loga {
    padding: 20px 0 24px 0;
  }
  .page-vyzvy > section.vyzvy-loga .vyzvy-loga-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .page-vyzvy > section.vyzvy-loga .vyzvy-loga-wrapper .vyzvy-logo-one {
    width: 80px;
    height: auto;
    top: unset;
    transform: unset;
  }
  .page-vyzvy > section.vyzvy-switch-top {
    padding: 24px 0 16px 0;
    margin: 0;
    width: 100%;
  }
  .page-vyzvy > section.vyzvy-section {
    padding-top: 16px;
  }
  .page-vyzvy > section.vyzvy-section .container .example-messages-container .example-messages-next, .page-vyzvy > section.vyzvy-section .container .example-messages-container .example-messages-prev {
    display: block;
  }
  .page-vyzvy > section.vyzvy-section .container.vyzvy-email, .page-vyzvy > section.vyzvy-section .container.vyzvy-socials {
    margin-bottom: 64px;
  }
  .page-vyzvy > section.vyzvy-section .container .title-wrapper h2 {
    font-size: 24px;
    margin-bottom: 32px;
    width: 100%;
  }
  .page-vyzvy > section.vyzvy-section .container .swiper {
    margin-bottom: 64px;
  }
  .page-vyzvy > section.vyzvy-section .container .swiper-wrapper {
    margin-bottom: 32px;
  }
  .page-vyzvy > section.vyzvy-section .container .swiper-slide {
    background-color: transparent;
  }
  .page-vyzvy > section.vyzvy-section .container .swiper-slide .text-wrapper {
    max-width: 540px;
    margin: 0 auto;
    padding: 24px 36px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .page-vyzvy > section.vyzvy-section .container .swiper-slide .text-wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5), .page-vyzvy > section.vyzvy-section .container:nth-of-type(6), .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) {
    max-width: 540px;
    margin: 0 auto;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .title-wrapper h2, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .title-wrapper h2, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .title-wrapper h2 {
    margin-bottom: 16px;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) > .text-wrapper p, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) > .text-wrapper p, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) > .text-wrapper p {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container {
    padding-top: 8px;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form {
    max-width: 400px;
    margin: 0 auto;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-wrapper, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-wrapper, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-wrapper {
    margin-bottom: 40px;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-top, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-top, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-top {
    padding: 0;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-top .text-wrapper, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-top .text-wrapper, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-top .text-wrapper {
    padding: 15px 0;
    max-width: unset;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-top .text-wrapper p, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-top .text-wrapper p, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-top .text-wrapper p {
    font-size: 12px;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-content, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-content, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-content {
    margin: 0;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-row, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-row, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-row {
    padding: 20px 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col {
    width: 60px;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col .vyzvy-logo-one, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col .vyzvy-logo-one, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col .vyzvy-logo-one {
    top: unset;
    transform: unset;
    height: 34px;
    width: auto;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.vyzvy-email, .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.vyzvy-socials, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.vyzvy-email, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.vyzvy-socials, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.vyzvy-email, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.vyzvy-socials {
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: -10px;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.vyzvy-email .text-wrapper a, .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.vyzvy-socials .text-wrapper a, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.vyzvy-email .text-wrapper a, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.vyzvy-socials .text-wrapper a, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.vyzvy-email .text-wrapper a, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.vyzvy-socials .text-wrapper a {
    right: -10px;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.input-ok label, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.input-ok label, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form .vyzvy-table-row .vyzvy-table-col.input-ok label {
    position: static;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container form button.cta, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container form button.cta, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container form button.cta {
    margin-bottom: 16px;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container + a.cta, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container + a.cta, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container + a.cta {
    margin-top: 32px;
  }
  .page-vyzvy > section.vyzvy-section .container:nth-of-type(5) .vyzvy-container + .shref-show, .page-vyzvy > section.vyzvy-section .container:nth-of-type(6) .vyzvy-container + .shref-show, .page-vyzvy > section.vyzvy-section .container:nth-of-type(7) .vyzvy-container + .shref-show {
    margin-top: 16px;
  }
  .page-vyzvy .vyzvy-table-col.vyzvy-email > .text-wrapper {
    width: 100%;
  }
}
.page-donate {
  background: url("../../assets/img/white-bg.jpeg");
}
.page-donate .bg-green {
  max-width: 1120px;
  background-image: url("../../assets/img/donateHowBG.png");
  background-repeat: no-repeat;
  padding: 40px 25px;
  color: #ffffff;
  background-size: 100% 100%;
  text-align: left;
  margin-top: 15px;
}
.page-donate .bg-green h2 {
  font-size: 16px;
  margin-bottom: 16px;
}
.page-donate .bg-green .text-wrapper p {
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  line-height: 20px;
}
.page-donate .my_donation {
  margin-top: 20px;
  margin-bottom: -10px;
}
.page-donate .arrow-down.flip {
  transform: scaleX(-1);
}
.page-donate .custom-range {
  max-width: 90%;
}
.page-donate .donate-below-button {
  margin-top: 16px;
}
.page-donate .donate-below-button .text-smallest {
  margin-top: 16px;
  margin-bottom: 40px;
}
.page-donate .cta-wrapper {
  height: 59px;
}
.page-donate .cta-fixed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.donate-slider .text-smallest p, .donate-slider .text-smallest a {
  color: #818181;
}
.donate-slider .radio-container {
  padding: 20px 20px 40px;
}
.donate-slider .radio-wrapper:nth-of-type(2) {
  margin-top: 10px;
}
.donate-slider .radio-wrapper .shown-input {
  position: relative;
  top: 5px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: 2px solid #372424;
  border-radius: 20px;
}
.donate-slider .radio-wrapper input[type=radio] {
  display: none;
}
.donate-slider .radio-wrapper label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.donate-slider .radio-wrapper label .text-wrapper {
  position: relative;
  top: 5px;
}
.donate-slider .radio-wrapper label .shown-input {
  background-color: rgba(0, 0, 0, 0.1);
}
.donate-slider .radio-wrapper input[type=radio]:checked + label .shown-input::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #372424;
}
.donate-slider .radio-wrapper input[type=radio]:checked + label .text-wrapper p {
  font-weight: bold;
}
.donate-slider p.price-text {
  font-weight: bold;
  margin-top: 14px;
  font-size: 16px;
  line-height: 28px;
}
.donate-slider .container .text-wrapper:nth-of-type(1) {
  width: 90%;
  margin: 0 auto;
}
.donate-slider .image-wrapper img {
  max-height: 160px;
}

.donate-in-process {
  margin-bottom: 0px;
}
.donate-in-process .this-donator-wrapper {
  background-image: url("../../assets/img/green-box.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  width: 320px;
  height: 110px;
  position: relative;
}
.donate-in-process .this-donator-wrapper .this-donator {
  display: block;
  text-align: left;
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
.donate-in-process .this-donator-wrapper .this-donator .icon {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  overflow: hidden;
  margin: 0 20px 0 30px;
}
.donate-in-process .this-donator-wrapper .this-donator .icon img {
  width: 81px;
  height: 81px;
  transform: translate(-14px, -14px);
}
.donate-in-process .this-donator-wrapper .this-donator .donator-content {
  display: inline-block;
}
.donate-in-process .this-donator-wrapper .this-donator .donator-content .text-donator-1 p {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}
.donate-in-process .this-donator-wrapper .this-donator .donator-content .text-donator-2 p {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  color: #ffffff;
}
.donate-in-process .this-donator-wrapper .this-donator .donator-content .text-donator-3 p {
  font-size: 14px;
  line-height: 17px;
  font-weight: bold;
  margin: 0;
  color: #ffffff;
}

.donate-content .container .title-wrapper {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #372424;
}

.donate-top {
  position: relative;
  z-index: 2;
  margin-top: -10px;
}
.donate-top .container {
  -webkit-mask-image: url("../../assets/img/masks/mask-top.png");
  mask-image: url("../../assets/img/masks/mask-top.png");
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: center;
  mask-position: center;
  background-image: url("../../assets/img/donateBG.png");
  background-size: 200%;
  background-position: center;
  padding: 50px 0 100px;
}
@media screen and (max-width: 500px) {
  .donate-top .container {
    background-size: cover;
  }
}
.donate-top .container .circle-img-wrapper {
  margin: 20px 0 15px;
}
.donate-top .container .circle-img-wrapper .circle-img img {
  max-width: 70px;
}

.last-donators-wrapper .one-last-donator {
  max-width: 207px;
  padding: 22px 0 20px 15px;
  background-image: url("../../assets/img/white-box-bg.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  display: flex;
}
.last-donators-wrapper .one-last-donator .icon-left {
  vertical-align: top;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.last-donators-wrapper .one-last-donator .icon-left img {
  height: 50px;
  padding-bottom: 10px;
}
.last-donators-wrapper .one-last-donator .info-right {
  flex-grow: 1;
}
.last-donators-wrapper .one-last-donator .info-right .title-wrapper {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
.last-donators-wrapper .one-last-donator .info-right .text-wrapper {
  margin: 2px 0 0;
  text-transform: uppercase;
}
.last-donators-wrapper .one-last-donator .info-right .text-wrapper p {
  font-size: 12px;
  line-height: 14px;
}

@media screen and (min-width: 650px) {
  .donate-slider .radio-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .donate-slider .radio-wrapper:nth-of-type(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-donate {
    padding: 40px 0 100px 0 !important;
  }
  .page-donate .donate-top .circle-img-wrapper + .text-small {
    margin: 0 auto;
  }
  .page-donate > section {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
  }
  .page-donate > section.donate-top {
    margin-bottom: 18px;
  }
  .page-donate > section.donate-top .container {
    background-size: cover;
    background-image: url("../../assets/img/donateBG.png");
    mask-image: unset;
    -webkit-mask-image: unset;
    padding: 50px 0;
  }
  .page-donate > section.donate-top .container .text-wrapper {
    max-width: 600px;
    width: 100%;
    margin-bottom: 10px;
  }
  .page-donate > section.donate-top .container > .title-wrapper h1 {
    font-size: 44px;
    line-height: 1.2;
  }
  .page-donate > section.donate-top .container > .title-wrapper h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  .page-donate > section.donate-top .container .circle-img-wrapper {
    width: 160px;
    height: 140px;
    margin: 40px 0;
  }
  .page-donate > section.donate-top .container .circle-img-wrapper .circle-img {
    width: 78px;
    overflow: visible;
  }
  .page-donate > section.donate-top .container .circle-img-wrapper .circle-img > img {
    max-width: 140px;
    width: auto;
    height: auto;
  }
  .page-donate > section.donate-top .container .last-donators-wrapper {
    width: 910px;
  }
  .page-donate > section.donate-top .container .last-donators-wrapper .one-last-donator {
    padding: 30px 0 20px 15px;
    max-width: unset;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .page-donate > section.donate-in-process {
    max-width: 830px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-donate > section.donate-in-process .text-wrapper {
    margin: 25px 0 20px;
  }
  .page-donate > section.donate-content {
    max-width: 830px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .page-donate > section.donate-content__wider {
    max-width: 100%;
    padding: 64px 0 0;
  }
  .page-donate > section.donate-content__wider .bg-green {
    padding: 46px 142px;
  }
  .page-donate > section.donate-content__wider .bg-green h2 {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: left;
  }
  .page-donate > section.donate-content__wider .bg-green p {
    font-size: 18px;
    text-align: left;
    color: #ffffff;
    line-height: 28px;
  }
  .page-donate > section.donate-content__wider .arrow-down {
    width: 90px;
    height: auto;
    margin: 24px auto 0 auto;
  }
  .page-donate > section.donate-content__wider .arrow-down.flip {
    transform: scaleX(-1);
  }
  .page-donate > section.donate-content .title-wrapper h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .page-donate > section.donate-content .title-wrapper.desktop-align-center h2 {
    text-align: center;
  }
  .page-donate > section.donate-content .list-wrapper ul {
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    margin: 24px 0 0;
  }
  .page-donate > section.donate-content .list-wrapper ul li {
    font-size: 18px;
  }
  .page-donate > section.donate-content .list-wrapper ul li:not(:last-of-type) {
    margin-bottom: 28px;
  }
  .page-donate > section.donate-content .list-wrapper ul li:last-of-type {
    margin-bottom: 0;
  }
  .page-donate > section.donate-content .container {
    padding: 0;
  }
  .page-donate > section.donate-slider .text-wrapper .price-text {
    margin: 15px 0 25px 0;
  }
  .page-donate > section.donate-slider .radio-container {
    justify-content: center;
    padding-bottom: 40px;
  }
  .page-donate > section.donate-slider .radio-container .radio-wrapper label {
    align-items: center;
  }
  .page-donate > section.donate-slider .radio-container .radio-wrapper label .shown-input {
    right: 0;
    top: 0;
  }
  .page-donate > section.donate-slider .radio-container .radio-wrapper label .text-wrapper {
    padding-left: 16px;
    position: static;
  }
  .page-donate > section.donate-slider .radio-container .radio-wrapper:not(:last-of-type) label {
    margin-right: 40px;
  }
  .page-donate > section.donate-slider .image-wrapper img {
    height: 160px;
    width: auto;
  }
  .page-donate > section.donate-slider button.cta {
    margin-bottom: 16px;
    max-width: 400px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-donate > section.donate-slider .container.narrow {
    max-width: 400px;
    width: 100%;
  }
  .page-donate > section.donate-slider .container.narrow .text-wrapper {
    text-align: center;
  }
  .page-donate > section.donate-slider .container.narrow .text-wrapper.text-small {
    margin-top: 16px;
    margin-bottom: 32px;
  }
  .page-donate > section.donate-slider .container.narrow .text-wrapper.text-smallest a {
    font-size: 14px;
  }
}
.page-chybejici-udaje {
  padding: 25px 10px !important;
  background: url("/assets/img/background_04.jpg");
}
.page-chybejici-udaje .contact-form {
  margin-top: 30px;
}
.page-chybejici-udaje .contact-form .cta {
  margin-top: 4px;
}

.chybejici-udaje-bottom {
  margin-top: 16px;
}
.chybejici-udaje-bottom a {
  color: #818181;
}

@media screen and (min-width: 1024px) {
  .page-chybejici-udaje {
    padding: 136px 0 105px 0 !important;
  }
  .page-chybejici-udaje > section > .container {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-chybejici-udaje > section.chybejici-udaje-top .title-wrapper h1 {
    font-size: 60px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 64px;
  }
  .page-chybejici-udaje > section.contact-form form {
    max-width: 400px;
    margin: 0 auto;
  }
  .page-chybejici-udaje > section.contact-form form .input-wrapper:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .page-chybejici-udaje > section.contact-form form .input-wrapper:last-of-type {
    margin-bottom: 0;
  }
  .page-chybejici-udaje > section.contact-form form button.cta {
    margin: 40px 0 24px;
  }
}
.page-fakturacni-udaje {
  height: 100vh;
  min-height: 530px;
  position: relative;
  padding: 25px 10px !important;
  background: url("/assets/img/background_04.jpg");
}
.page-fakturacni-udaje .page-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.page-fakturacni-udaje .copy-icon {
  display: block;
  text-align: right;
  position: relative;
}
.page-fakturacni-udaje .copy-icon .copy-success {
  display: none;
  position: absolute;
  right: 0;
  font-size: 12px;
  bottom: -13px;
  color: #818181;
}

.fakturacni-udaje-top {
  margin-bottom: 20px;
}

.fakturacni-udaje-content .one-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #EDEDED;
  padding: 14px 0;
}
.fakturacni-udaje-content .one-row:nth-last-of-type(1) {
  border-bottom: unset;
}

.fakturacni-udaje-bottom {
  margin-top: 12px;
}
.fakturacni-udaje-bottom .text-smallest p {
  color: #818181;
}
.fakturacni-udaje-bottom .text-small p {
  color: #000000;
  margin-top: 16px;
}
.fakturacni-udaje-bottom .cta {
  margin-top: 16px;
}

@media screen and (min-width: 650px) {
  .page-fakturacni-udaje .copy-icon .copy-success {
    right: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .page-fakturacni-udaje {
    padding: 100px 0 105px 0 !important;
  }
  .page-fakturacni-udaje > section > .container {
    width: 100%;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-fakturacni-udaje > section.fakturacni-udaje-top .title-wrapper h1 {
    font-size: 60px;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 64px;
  }
  .page-fakturacni-udaje > section.fakturacni-udaje-content, .page-fakturacni-udaje > section.fakturacni-udaje-bottom {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .page-fakturacni-udaje > section.fakturacni-udaje-content {
    margin-bottom: 48px;
  }
  .page-fakturacni-udaje > section.fakturacni-udaje-content .one-row {
    padding: 16px 0;
  }
  .page-fakturacni-udaje > section.fakturacni-udaje-bottom .text-wrapper.text-smallest p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .page-fakturacni-udaje > section.fakturacni-udaje-bottom .text-wrapper.text-small {
    margin-bottom: 60px;
  }
  .page-fakturacni-udaje > section.fakturacni-udaje-bottom .text-wrapper.text-small p {
    margin-bottom: 16px;
  }
  .page-fakturacni-udaje > section.fakturacni-udaje-bottom .text-wrapper.text-small a.cta {
    width: 100%;
  }
  .page-fakturacni-udaje > section.fakturacni-udaje-bottom .text-wrapper.text-small a.cta span {
    font-size: 22px;
    line-height: 1.2;
  }
}
.page-thanks-recurring {
  height: 100vh;
  min-height: 500px;
  position: relative;
}

.thanks-recurring {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.thanks-recurring .image-wrapper {
  margin-bottom: 20px;
}
.thanks-recurring .image-wrapper img {
  max-width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 120px;
}
.thanks-recurring .cta {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .page-thanks-recurring {
    padding: 100px 0 105px 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-thanks-recurring > section > .container {
    width: 100%;
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-thanks-recurring > section > .container .image-wrapper img {
    max-width: unset;
    max-height: unset;
    height: 120px;
  }
  .page-thanks-recurring > section > .container .title-wrapper {
    font-size: 44px;
    line-height: 1.2;
    margin: 24px 0 32px;
  }
  .page-thanks-recurring > section > .container a.cta {
    margin-top: 0;
    padding: 25px 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-thanks-recurring > section > .container a.cta span {
    font-size: 22px;
    line-height: 1.2;
  }
}
.page-share {
  padding: 25px 10px !important;
  background: url("/assets/img/background_04.jpg");
}

.share-top .container .title-wrapper:nth-of-type(2) h + {
  margin-bottom: 0px;
}
.share-top .container .text-wrapper:nth-of-type(2) p {
  margin-top: 10px;
  margin-bottom: 20px;
}

.share-faq {
  margin: 25px 0;
}
.share-faq .accordion-content ul {
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 100%;
}

.share-main {
  margin: 30px 0 0;
}
.share-main .share-socials {
  margin-top: 16px;
}
.share-main .share-socials-wrapper {
  /*
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  */
  display: block;
}
.share-main .share-socials-item {
  display: inline-block;
  margin-right: 18px;
  text-decoration: none !important;
}
.share-main .input-copy-wrapper {
  margin-top: 16px;
  margin-bottom: 35px;
}
.share-main .input-copy-wrapper .input-copy {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  position: relative;
  height: 50px;
  display: flex;
  align-items: center;
}
.share-main .input-copy-wrapper .text-wrapper {
  position: relative;
  width: calc(100% - 90px);
}
.share-main .input-copy-wrapper .text-wrapper p {
  margin: 0;
  padding: 0 20px;
}
.share-main .input-copy-wrapper .copy-icon {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #EEBB61;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.share-main .input-copy-wrapper .copy-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  filter: brightness(1);
}
.share-main .input-copy-wrapper .copy-icon.clicked {
  background-color: #69913A;
}
.share-main .input-copy-wrapper .copy-icon.clicked img {
  filter: brightness(0) invert(1);
}
.share-main .cta.cta-ok-share {
  display: block;
  margin: 30px auto 10px;
}
.share-main .cta.cta-outlined.two-lines {
  display: block;
  margin: 24px auto;
}

@media screen and (min-width: 1024px) {
  .page-share {
    padding: 100px 0 60px 0 !important;
  }
  .page-share > section > .container {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-share > section.share-top .text-wrapper.text-capitalized p {
    margin: 8px 0 40px !important;
  }
  .page-share > section.share-top .text-wrapper.text-small p {
    margin-bottom: 24px !important;
  }
  .page-share > section.share-faq {
    margin: 0;
  }
  .page-share > section.share-main {
    padding-top: 30px;
    margin: 0;
  }
  .page-share > section.share-main > .container {
    text-align: center;
    max-width: 510px;
    margin: 0 auto;
  }
  .page-share > section.share-main > .container .input-copy-wrapper {
    width: 405px;
    margin: 32px auto 64px;
  }
  .page-share > section.share-main > .container .input-copy-wrapper .text-wrapper p {
    top: 0;
    transform: unset;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
  }
  .page-share > section.share-main > .container .share-socials {
    margin: 32px auto 64px;
  }
  .page-share > section.share-main > .container .share-socials-item {
    width: 64px;
    height: 64px;
  }
  .page-share > section.share-main > .container .share-socials-item img {
    height: 100%;
    width: 100%;
  }
  .page-share > section.share-main > .container a.cta {
    display: block;
    margin: 0 auto;
    width: 400px;
    padding: 25px 0;
  }
  .page-share > section.share-main > .container a.cta-ok-share {
    margin-bottom: 24px;
  }
  .page-share > section.share-main > .container a.cta span {
    font-size: 22px;
  }
  .page-share > section.share-socials-wrapper img {
    width: 64px;
    height: 64px;
  }
}
.page-thanks {
  position: relative;
  padding: 25px 10px !important;
  background: url("/assets/img/background_04.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.page-thanks .thanks {
  max-width: 400px;
}
.page-thanks .thanks .container .circle-img-wrapper {
  margin-bottom: 24px;
}
.page-thanks .thanks .container .title-wrapper:nth-of-type(1) h1 {
  margin-bottom: 0;
}
.page-thanks .thanks .container .text-wrapper:nth-of-type(2) p {
  margin-top: 10px;
  margin-bottom: 25px;
}
.page-thanks .thanks .container:nth-of-type(4) {
  margin-top: 50px;
}

.profile-image {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
  display: inline-block;
}
.profile-image img {
  width: 60px;
  height: auto;
  position: relative;
  top: 0;
  left: 0px;
}
.profile-image + .text-wrapper {
  margin-top: 16px;
}
.profile-image + .text-wrapper br {
  display: none;
}

@media screen and (min-width: 650px) {
  .profile-image {
    width: 80px;
    height: 80px;
  }
  .profile-image img {
    width: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .page-thanks {
    padding: 100px 0 60px 0 !important;
  }
  .page-thanks .thanks {
    max-width: 900px;
  }
  .page-thanks .thanks .text-wrapper:nth-of-type(2) p {
    margin-bottom: 0 !important;
  }
  .page-thanks .thanks .circle-img-wrapper {
    margin-bottom: 40px !important;
  }
  .page-thanks > section > .container {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-thanks > section > .container .title-wrapper h1 {
    margin-bottom: 16px;
  }

  .profile-image {
    width: 100px;
    height: 100px;
    margin: 24px 0;
  }
  .profile-image img {
    width: 100px;
  }
  .profile-image + .text-wrapper {
    margin-top: 0;
  }
  .profile-image + .text-wrapper br {
    display: block;
  }
}
.page-auth-ok {
  height: 100vh;
  min-height: 550px;
  position: relative;
  background: url("/assets/img/background_04.jpg");
}
.page-auth-ok .auth-ok {
  width: 100%;
}
.page-auth-ok .auth-ok .container .text-wrapper:nth-of-type(3) p {
  max-width: 80%;
  margin: 0 auto 16px;
}
.page-auth-ok .circle-img-wrapper {
  margin: 0;
}
.page-auth-ok .circle-img-wrapper .circle-img img {
  max-width: 70px;
}
.page-auth-ok .title-wrapper {
  margin-top: 32px;
  font-size: 24px;
  line-height: 30px;
}
.page-auth-ok .cta {
  margin-top: 32px !important;
}

@media screen and (min-width: 1024px) {
  .page-auth-ok {
    padding: 100px 0 105px 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-auth-ok > section.auth-ok {
    left: 0;
  }
  .page-auth-ok > section > .container {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-auth-ok .title-wrapper {
    font-size: 44px;
    line-height: 50px;
  }
  .page-auth-ok .circle-img-wrapper .circle-img {
    overflow: visible;
  }
  .page-auth-ok .circle-img-wrapper .circle-img img {
    max-width: 140px;
    width: auto;
    height: auto;
  }
}
.page-auth-req {
  height: 100vh;
  min-height: 550px;
  position: relative;
  padding: 25px 10px !important;
  background: url("/assets/img/background_04.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-auth-req .container {
  width: auto;
  padding: 0;
}
.page-auth-req .circle-img-wrapper + .text-wrapper {
  margin-top: 24px;
}
.page-auth-req .circle-img-wrapper + .text-wrapper + .text-wrapper {
  margin-top: 16px;
}
.page-auth-req .auth-req {
  padding: 10px;
  max-width: 400px;
}
.page-auth-req .auth-req .container .text-wrapper:nth-of-type(3) p {
  margin: 15px auto 16px;
}
.page-auth-req .auth-req .text-small {
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .page-auth-req {
    padding: 100px 0 105px 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-auth-req > section > .container {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-auth-req > section > .container .circle-img-wrapper {
    margin: 0 0 32px 0;
  }
  .page-auth-req > section > .container .text-wrapper p {
    margin: 0;
  }
  .page-auth-req > section > .container .text-wrapper:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #B3B3B3;
  background: #F2F2F2;
  font-family: Archia, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #372424;
  padding: 10px 15px;
  position: relative;
  margin: 30px 0 0;
}

/* Components */
.popup-landing {
  position: absolute;
}

#landing-popup-1 {
  top: 35%;
  right: 5%;
}

#landing-popup-2 {
  bottom: 30%;
  left: 20%;
}

#landing-popup-3 {
  bottom: 25%;
  left: 40%;
}

#landing-popup-4 {
  bottom: 20%;
  right: 15%;
}

.map-container .map-wrapper {
  width: 100%;
  position: relative;
  max-height: 305px;
  margin-left: 50px;
}
.map-container .map-wrapper img:nth-of-type(1) {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 305px;
}
.map-container .map-wrapper img {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
.circle-img-wrapper {
  width: 95px;
  height: 83px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
}
.circle-img-wrapper > img {
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.circle-img-wrapper .circle-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 73px;
  transform: translate(calc(-50% - 1px), calc(-50% + 1px));
  -webkit-mask-image: url(../../assets/img/masks/hand-drawn-mask.svg);
  mask-image: url(../../assets/img/masks/hand-drawn-mask.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transition: filter 0.3s ease;
  overflow: hidden;
}
.circle-img-wrapper .circle-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-img-wrapper.circle-big {
  width: 172px;
  height: 150px;
}
.circle-img-wrapper.circle-big .circle-img {
  width: calc(100% - 36px);
  height: 100%;
  transform: translate(calc(-50% - 2px), calc(-50% + 2px));
}
.circle-img-wrapper.circle-big .circle-img > img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 160px;
  height: 70%;
  -o-object-position: center;
  object-position: center;
}
.circle-img-wrapper.circle-small {
  width: 53px;
  height: 46px;
}
.circle-img-wrapper.circle-small .circle-img {
  width: calc(100% - 13px);
  height: 40%;
  transform: translate(calc(-50% - 1px), calc(-50% + 1px));
}

@media (min-width: 1024px) {
  .circle-img-wrapper {
    width: 160px;
    height: 140px;
    margin: 0 0 40px 0;
    max-height: 20vh;
  }
  .circle-img-wrapper .circle-img {
    width: 56px;
    height: 56px;
    -webkit-mask-size: unset;
    mask-size: unset;
    -webkit-mask-image: unset;
    mask-image: unset;
  }
  .circle-img-wrapper .circle-img img {
    width: 100%;
    height: 100%;
  }
}
/* Popups triggers */
.popup-trigger {
  cursor: pointer;
}

.popups-wrapper .popups-closer-background {
  display: block;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 50;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.custom-popup-wrapper {
  align-self: flex-start;
}

/* Actual popups */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  overflow: hidden;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.popup .popup-wrapper {
  position: fixed;
  width: 75%;
  max-width: 350px;
  height: auto;
  background-color: white;
  background-image: url("../../assets/img/white-bg.jpeg");
  overflow-x: hidden;
  overflow-y: auto;
  padding: 50px 20px 40px;
  max-height: calc(80% - 90px);
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
}
.popup .popup-container .popup-content ol {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.popup .image-wrapper.image-contain img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.popup.popup-landing {
  height: 100%;
  max-height: 100%;
  background-image: url("../../assets/img/white-bg.jpeg");
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
}
.popup.popup-small {
  width: 80%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
}
.popup.popup-small .popup-wrapper {
  position: relative;
  padding: 40px 30px 40px 20px;
  top: unset;
  left: unset;
  transform: unset;
  margin: 0 auto;
}
.popup.popup-full {
  top: 0;
  left: 0;
}
.popup.popup-full .popup-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup .custom-popup-top .popup-top-img img {
  width: 100%;
  -o-object-position: center;
  object-position: center;
}
.popup .custom-popup-middle {
  text-align: center;
  position: relative;
  z-index: 2;
  margin: -72px auto -60px;
}
.popup .custom-popup-middle .container {
  -webkit-mask-image: url("../../assets/img/masks/mask-bottom.png");
  mask-image: url("../../assets/img/masks/mask-bottom.png");
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: 60%;
  mask-position: 60%;
  background-image: url("../../assets/img/brown-bg.jpeg");
  background-size: 200%;
  background-position: right;
  padding: 35px 0 0;
}
.popup .custom-popup-bottom {
  position: relative;
  z-index: 3;
  -webkit-mask-image: url("../../assets/img/masks/mask-custom-popup.png");
  mask-image: url("../../assets/img/masks/mask-custom-popup.png");
  -webkit-mask-size: 106% auto;
  mask-size: 106% auto;
  -webkit-mask-position: top center;
  mask-position: top center;
  background-image: url("../../assets/img/white-bg.jpeg");
  padding-top: 20px;
}
.popup .custom-popup-bottom .text-capitalized p {
  font-weight: normal;
}
.popup .kure-donate img {
  max-height: 200px;
  height: 25vh;
  min-height: 100px;
}

.donate-popup .image-wrapper img {
  max-height: 140px;
}
.donate-popup .title-wrapper {
  margin-top: 24px;
}
.donate-popup .cta {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .popup.popup-landing {
    width: 100vw;
    height: 100vh;
  }
  .popup.popup-landing > .custom-popup-wrapper {
    width: 100%;
    height: 100%;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container {
    display: flex;
    height: 100%;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-top {
    width: 60%;
    height: 100%;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-top .popup-top-img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-top .popup-top-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-middle {
    width: 40%;
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-middle > .container {
    overflow: visible;
    height: 100%;
    -webkit-mask-image: unset;
    mask-image: unset;
    -webkit-mask-size: unset;
    mask-size: unset;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-middle > .container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 110%;
    z-index: 1;
    background-image: url("../img/bgPopupLeft.png");
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-middle > .container .container {
    -webkit-mask-image: unset;
    mask-image: unset;
    -webkit-mask-size: unset;
    mask-size: unset;
    background-image: unset;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-middle > .container .container .title-wrapper h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 32px;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-middle > .container .container .text-wrapper p {
    font-size: 18px;
    line-height: 1.4;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-bottom {
    z-index: 2;
    max-width: 470px;
    width: 100%;
    margin: 35px auto 0;
    padding: 30px;
    -webkit-mask-image: unset;
    mask-image: unset;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-bottom .text-wrapper p {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-bottom a.cta {
    width: 100%;
  }

  .popup-container .popup-content ol {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .popup-container .popup-content ol li {
    font-size: 18px;
    line-height: 1.35em;
  }
}
@media screen and (min-width: 1200px) {
  .popup .popup-wrapper {
    max-width: 1086px;
  }
}
.popup .popup-wrapper .popup-close {
  position: fixed;
  top: auto;
  left: auto;
  right: inherit;
  margin-top: -50px;
  margin-left: calc(75% - 86px);
}
@media (min-width: 376px) and (max-width: 467px) {
  .popup .popup-wrapper .popup-close {
    margin-left: calc(75% - 86px);
  }
}
@media (min-width: 468px) and (max-width: 1199px) {
  .popup .popup-wrapper .popup-close {
    margin-left: 264px;
  }
}
@media (min-width: 1200px) and (max-width: 1446px) {
  .popup .popup-wrapper .popup-close {
    margin-left: calc(75% - 86px);
  }
}
@media (min-width: 1447px) {
  .popup .popup-wrapper .popup-close {
    margin-left: 1000px;
  }
}

.popup.popup-small .popup-wrapper .popup-close {
  position: fixed;
  top: auto;
  left: auto;
  right: inherit;
  margin-top: -40px;
  margin-left: calc(75% - 85.5px);
}
@media (min-width: 376px) and (max-width: 584px) {
  .popup.popup-small .popup-wrapper .popup-close {
    margin-left: calc(75% - 85.5px);
  }
}
@media (min-width: 585px) and (max-width: 1199px) {
  .popup.popup-small .popup-wrapper .popup-close {
    margin-left: 265px;
  }
}
@media (min-width: 1200px) {
  .popup.popup-small .popup-wrapper .popup-close {
    margin-left: 364px;
  }
}

@media screen and (max-width: 768px) {
  .popup .popup-wrapper.popup-full {
    height: 100%;
    max-height: unset;
    width: 100%;
    max-width: unset;
  }
  .popup .popup-wrapper.popup-full .popup-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1024px) and (max-height: 820px) {
  .popup.popup-landing > .custom-popup-wrapper .popup-container {
    height: auto;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-top {
    height: auto;
  }
  .popup.popup-landing > .custom-popup-wrapper .popup-container .custom-popup-middle {
    height: auto;
  }
}
.custom-range {
  width: 90%;
  max-width: 570px;
  display: block;
  margin: 7px auto;
}
.custom-range .range-line {
  width: 100%;
  height: 12px;
  border-radius: 5px;
  position: relative;
}
.custom-range .range-line .range-active-line {
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
}
.custom-range .range-line .range-thumbnail {
  transform: translateY(-50%);
  position: absolute;
  left: 0%;
  top: 5.5px !important;
  width: 54px;
  height: 25px;
}
.custom-range .range-line .range-thumbnail:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  width: 64px;
  height: 34px;
}
.custom-range .range-line .range-thumbnail .tn-inner {
  width: 54px;
  height: 25px;
  position: absolute;
  border-radius: 30px;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
.custom-range .range-line .range-thumbnail .tn-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.custom-range .range-line .range-thumbnail .tn-inner svg {
  filter: invert(1);
}
.custom-range .range-line .range-thumbnail .price-tag {
  padding: 10px 13px;
  white-space: nowrap;
  border-radius: 5px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  lefT: 50%;
  transform: translateX(-50%) translateY(-100%);
  top: -20px;
  font-family: "Staatliches", cursive;
}
.custom-range .range-line .range-thumbnail .price-tag:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 1px);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.custom-range .range-line .range-thumbnail .price-tag.move-left {
  lefT: -7%;
}
.custom-range .range-line .range-thumbnail .price-tag.move-left:before {
  left: 75%;
}
.custom-range .range-line .bait-thumbnail {
  transform: translateY(-50%);
  position: absolute;
  left: 0%;
  top: 2.5px !important;
  width: 54px;
  height: 25px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .custom-range {
    max-width: 338px;
    width: 100%;
  }
  .custom-range .range-line {
    height: 12px;
  }
  .custom-range .range-line .range-thumbnail {
    width: 32px;
    height: 15px;
  }
  .custom-range .range-line .range-thumbnail .tn-inner {
    width: 52px;
    height: 27px;
  }
  .custom-range .range-line .range-thumbnail .tn-inner img {
    width: 70%;
  }
  .custom-range .range-line .range-thumbnail:before {
    width: 38px;
    height: 21px;
  }
  .custom-range .range-line .range-thumbnail .price-tag {
    font-size: 18px;
  }
  .custom-range .range-line .range-thumbnail .price-tag.move-left {
    left: -50%;
  }
  .custom-range .range-line .range-thumbnail .price-tag.move-left:before {
    left: 82%;
  }
  .custom-range .range-line .bait-thumbnail {
    width: 32px;
    height: 15px;
  }
}
.custom-range.blue-theme .range-line {
  background-color: rgba(255, 255, 255, 0.2);
}
.custom-range.blue-theme .range-line .range-active-line {
  background-color: #00A0DB;
}
.custom-range.blue-theme .range-line .range-thumbnail:before {
  background-color: rgba(0, 160, 219, 0.6);
}
.custom-range.blue-theme .range-line .range-thumbnail .tn-inner {
  background-color: #00A0DB;
}
.custom-range.blue-theme .range-line .range-thumbnail .price-tag {
  background-color: #00A0DB;
}
.custom-range.blue-theme .range-line .range-thumbnail .price-tag:before {
  border-top: 10px solid #00A0DB;
}
.custom-range.green-theme .range-line {
  background-color: #E2E2E2;
}
.custom-range.green-theme .range-line .range-active-line {
  background-color: #EEBB61;
}
.custom-range.green-theme .range-line .range-thumbnail:before {
  background-color: unset;
}
.custom-range.green-theme .range-line .range-thumbnail .tn-inner {
  background-color: #EEBB61;
  box-shadow: 0px 0px 4.59259px rgba(0, 0, 0, 0.25);
}
.custom-range.green-theme .range-line .range-thumbnail .price-tag {
  background-color: #7FB608;
}
.custom-range.green-theme .range-line .range-thumbnail .price-tag:before {
  border-top: 10px solid #7FB608;
}

.amount-input {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s padding-top, 0.5s height, 0.5s opacity;
  will-change: padding-top, height, opacity;
}
.amount-input.show {
  padding-top: 22px;
  height: 76px;
  opacity: 1;
}
.amount-input .form-group {
  width: 100%;
  display: block;
  position: relative;
}
.amount-input .form-group input {
  width: 100%;
  border: 1px solid #000000;
  background-color: rgba(128, 128, 128, 0.08);
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  outline: none;
  padding: 11.5px 38px 11.5px 50px;
  width: 150px;
  padding: 12px 20px;
}
.amount-input .form-group input:focus + .icon {
  opacity: 1;
}
.amount-input .form-group .icon {
  position: absolute;
  z-index: 2;
  width: 22px;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.6;
  transition: 0.3s opacity;
}

/*.scroll-main {
    position: relative;
}

.scroll-second {
    position: fixed;
    display: none;
    top: 0; right: 0;
    left: 0; bottom: 0;
}

.bottom-page {
    position: fixed;
    bottom: 0;
    transform: translateY(100%);
}

.brojler-image {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 610px;
    left: unset;
    right: unset;
    //transform: translate(50%);
    max-height: unset;
    -o-object-position: 0;
    object-position: 0;
    margin-bottom: 0;
    object-fit: contain;
}*/
#homepage-fourth, #homepage-third, #homepage-second, #homepage-first {
  position: relative;
  top: 0;
  transition: all 1s ease;
}

@media screen and (min-width: 1350px) {
  .page-hp .homepage-bottom .circle-img-wrapper .circle-img {
    -webkit-mask-image: url(../../assets/img/masks/hand-drawn-mask.svg);
    mask-image: url(../../assets/img/masks/hand-drawn-mask.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
  }

  .page-hp .homepage-map .container:not(.map) {
    top: 35%;
    transform: translateY(-50%);
  }
}
body[data-aos-duration="4000"] [data-aos],
[data-aos][data-aos][data-aos-duration="4000"] {
  transition-duration: 4000ms;
}

.homepage-map .map-wrapper [id^=map-red],
.homepage-map .map-wrapper [id^=map-yellow] {
  opacity: 0;
}

/*
.custom-range.green-theme .range-line .range-active-line { background-color: $yellow;}
.custom-range.green-theme .range-line .range-thumbnail:before { background-color: unset; }
.custom-range.green-theme .range-line .range-thumbnail .tn-inner { background-color: $yellow; }
.amount-input .form-group input { width: 150px; padding: 12px 20px; }
.custom-range .range-line .range-thumbnail .tn-inner svg { filter: invert(1); }
.custom-range { margin-top: 8px; }
*/
.cta.popup-close-button {
  margin-left: none !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin-top: 50px !important;
  margin-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .cta.popup-close-button {
    max-width: 205px;
  }
  .cta.popup-close-button span {
    font-size: 14px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
  background-size: 50% auto;
}

.loaded .loading-screen {
  pointer-events: none;
}
.loaded .loading-screen:before, .loaded .loading-screen:after {
  height: 0;
}

.loading-screen {
  position: fixed;
  z-index: 4;
  top: -3px;
  left: 0;
  width: 100vw;
  height: 101vh;
}
.loading-screen:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-mask-image: url("../img/masks/mask-top.png");
  mask-image: url("../img/masks/mask-top.png");
  -webkit-mask-size: 40% 100%;
  mask-size: 40% 100%;
  -webkit-mask-position: 0 1px;
  mask-position: 0 1px;
  background-image: url("../img/white-bg.jpeg");
  background-color: #000;
  width: 100%;
  height: 60vh;
  z-index: 2;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  transition: 2s ease-in;
}
.loading-screen:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-mask-image: url("../img/masks/mask-bottom.png");
  mask-image: url("../img/masks/mask-bottom.png");
  background-image: url("../img/brown-bg.jpeg");
  background-color: #000;
  -webkit-mask-size: 80% 100%;
  mask-size: 80% 100%;
  -webkit-mask-position: 0 -1px;
  mask-position: 0 -1px;
  width: 100%;
  height: 60vh;
  z-index: 2;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  transition: 2s ease-in-out;
}

.loading-screen-overlay {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  text-align: left;
}
.loading-screen-overlay h1 {
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .loading-screen-overlay h1 {
    text-align: left;
    margin-top: 60px;
    margin-left: 80px;
    font-size: 80px;
    line-height: 1.2;
  }
}
.fixed {
  position: fixed;
  z-index: 3;
  transition: 0.3s;
}
.fixed-bottom {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

[data-visibility=hidden] {
  bottom: -20%;
}

.copy-button svg path {
  stroke: #372424;
}

.copy-button:hover svg path {
  stroke: #69913A;
}

.copy__tooltip {
  position: absolute;
  top: 100%;
  right: -26px;
  font-size: 14px !important;
  text-decoration: none !important;
  color: #69913A;
}
/*# sourceMappingURL=style.css.map */
