@charset "UTF-8";
nav {
  background-color: #fff;
  box-shadow: 0px 3px 45px rgba(68, 68, 68, 0.16);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
nav #nav-content {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  max-width: 1640px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
nav #nav-content .logo {
  font-family: "Ubuntu", sans-serif;
  font-size: 22px;
  font-weight: 300;
  z-index: 1;
  display: flex;
  align-items: center;
}
nav #nav-content .logo h1 {
  font-weight: 500;
  margin: 0px;
}
@media only screen and (max-width: 500px) {
  nav #nav-content .logo h1 {
    font-size: 23px;
  }
}
nav #nav-content .logo img {
  max-width: 50px;
  position: relative;
  width: 100%;
  margin-left: 15px;
  top: -3px;
}
@media only screen and (max-width: 500px) {
  nav #nav-content .logo img {
    max-width: 44px;
  }
}
nav #nav-content .items {
  font-family: "Ubuntu", sans-serif;
  font-size: 17px;
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1213px) {
  nav #nav-content .items {
    gap: 30px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1213px) and (max-width: 900px) {
  nav #nav-content .items {
    position: absolute;
    display: flex;
    background-color: white;
    width: 100%;
    left: 0;
    justify-content: center;
    height: 100vh;
    top: 0;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    left: 100%;
  }
  nav #nav-content .items a {
    font-size: 25px;
  }
}
nav #nav-content .items a {
  color: black;
  text-decoration: none;
  padding: 8px 0px 5px 0px;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
}
nav #nav-content .items a:hover {
  border-bottom: 3px solid #006503;
}
nav #nav-content button {
  width: 90px;
  height: 100%;
  background: #006503;
  border: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 900px) {
  nav #nav-content button {
    display: block;
  }
}
nav #nav-content button img {
  width: 35px;
}

header {
  margin-top: 195px;
}
@media only screen and (max-width: 900px) {
  header {
    margin-top: 130px;
  }
}
header #header-content {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  max-width: 1640px;
  width: 100%;
  margin: auto;
}
header #header-content .info h2 {
  color: #323031;
  font-size: 65px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1280px) {
  header #header-content .info h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1280px) and (max-width: 750px) {
  header #header-content .info h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
header #header-content .info h2 span {
  color: #006503;
}
header #header-content .info h3 {
  color: #323031;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
  margin-top: 0;
}
@media only screen and (max-width: 1280px) {
  header #header-content .info h3 {
    font-size: 23px;
    line-height: 35px;
  }
}
header #header-content .info .mobile-br {
  display: none;
}
@media only screen and (max-width: 900px) {
  header #header-content .info .mobile-br {
    display: block;
  }
}
@media only screen and (max-width: 900px) and (max-width: 390px) {
  header #header-content .info .mobile-br {
    display: none;
  }
}
@media only screen and (max-width: 900px) {
  header #header-content .info .mobile-hide {
    display: none;
  }
}
header #header-content .buttons {
  margin-top: 42px;
  display: flex;
  gap: 25px;
}
header #header-content .buttons a {
  font-size: 20px;
  display: block;
  padding: 18px 25px;
  border-radius: 10px;
  text-decoration: none;
  color: #323031;
  font-size: 23px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 500px) {
  header #header-content .buttons a {
    font-size: 16px;
  }
}
header #header-content .buttons a:first-of-type {
  background-color: #90BB00;
}
header #header-content .buttons a:first-of-type:hover {
  background-color: #7ca200;
}
header #header-content .buttons a:last-of-type {
  background-color: #006503;
  color: white;
  font-weight: 500;
}
header #header-content .buttons a:last-of-type:hover {
  background-color: #004c02;
}

.infiniteslide_wrap #photo-bar {
  overflow: unset;
  margin-top: unset;
}
.infiniteslide_wrap #photo-bar:after {
  background-color: transparent;
}

#photo-bar {
  display: flex;
  position: relative;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  margin-top: 85px;
}
#photo-bar:after {
  content: " ";
  display: block;
  background-color: rgba(0, 101, 3, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}
#photo-bar img {
  max-width: 380px;
}
#photo-bar img::before {
  content: " ";
  display: block;
  background-color: red;
  width: 100%;
  height: 100%;
}

.infiniteslide_wrap {
  position: relative;
  display: flex;
  margin-top: 85px;
}
.infiniteslide_wrap:after {
  content: " ";
  display: block;
  background-color: rgba(0, 101, 3, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

#aboutUs .blocks {
  max-width: 1270px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 20px;
  padding: 0px 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  #aboutUs .blocks {
    flex-direction: column;
    max-width: unset;
    gap: 0;
  }
}
#aboutUs .blocks .block {
  font-size: 25px;
  max-width: 600px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #aboutUs .blocks .block {
    max-width: unset;
  }
}
#aboutUs .blocks .block ul li {
  margin-bottom: 15px;
  list-style-type: none;
}
#aboutUs .blocks .block ul li:before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #006503; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
#aboutUs .blocks .block ul .special {
  list-style-type: none;
  font-size: 15px;
  margin-top: -7px;
}
#aboutUs .blocks .block ul .special:before {
  display: none;
}
#aboutUs .logos {
  display: flex;
  gap: 20px;
  max-width: 1270px;
  justify-content: center;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  padding: 0px 15px;
  box-sizing: border-box;
}
#aboutUs .logos img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}

#workshops {
  width: 100%;
  margin-top: 230px;
  padding-bottom: 230px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 730px) {
  #workshops {
    margin-top: 100px;
  }
}
#workshops .mobile-br {
  display: none;
}
@media only screen and (max-width: 730px) {
  #workshops .mobile-br {
    display: block;
  }
}
#workshops .icons {
  display: flex;
  max-width: 1370px;
  width: 100%;
  margin: auto;
  gap: 17px;
}
@media only screen and (max-width: 950px) {
  #workshops .icons {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#workshops .icons .item {
  max-width: 260px;
  width: 100%;
  height: 260px;
  background-color: #90BB00;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1060px) {
  #workshops .icons .item img {
    width: 80px;
  }
}
@media only screen and (max-width: 1060px) and (max-width: 950px) {
  #workshops .icons .item {
    max-width: 220px;
    height: 220px;
  }
}
#workshops .icons .item h3 {
  font-size: 30px;
  margin: 0;
  margin-top: 25px;
  color: #323031;
}
@media only screen and (max-width: 1060px) {
  #workshops .icons .item h3 {
    font-size: 25px;
  }
}
#workshops .icons .item:hover {
  z-index: 0;
  -webkit-box-shadow: 10px 10px 116px -55px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 116px -55px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 116px -55px rgba(0, 0, 0, 0.75);
}
#workshops .info-text {
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  #workshops .info-text {
    font-size: 20px;
  }
}

#pending-cure {
  background-image: url("../assets/Group 60.png");
}
#pending-cure .langDE {
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #pending-cure .langDE h2 {
    font-size: 40px !important;
  }
}
#pending-cure .langDE div {
  max-width: unset !important;
  padding: 0px !important;
  position: relative !important;
  top: unset !important;
}
#pending-cure .content {
  max-width: 1640px;
  width: 100%;
  margin: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
}
#pending-cure .content h2 {
  margin: 0px;
  font: bold 132px "Ubuntu", sans-serif;
  color: white;
  text-transform: uppercase;
  background-clip: text;
}
@media only screen and (max-width: 1440px) {
  #pending-cure .content h2 {
    text-align: center;
    font-size: 100px;
  }
  #pending-cure .content h2 .mobile-hide {
    display: none;
  }
}
@media only screen and (max-width: 1440px) and (max-width: 900px) {
  #pending-cure .content h2 {
    font-size: 50px;
  }
}
#pending-cure .content .info-text1 {
  max-width: 872px;
  width: 100%;
  display: block;
  color: white;
  font-size: 27px;
  position: absolute;
  right: 0;
  top: 99px;
}
@media only screen and (max-width: 1700px) {
  #pending-cure .content .info-text1 {
    max-width: 742px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1700px) and (max-width: 1520px) {
  #pending-cure .content .info-text1 {
    max-width: 661px;
    font-size: 24px;
    top: 104px;
  }
}
@media only screen and (max-width: 1700px) and (max-width: 1520px) and (max-width: 1440px) {
  #pending-cure .content .info-text1 {
    position: relative;
    top: 0;
    max-width: unset;
    text-align: center;
  }
}
@media only screen and (max-width: 1700px) and (max-width: 1520px) and (max-width: 1440px) and (max-width: 900px) {
  #pending-cure .content .info-text1 {
    font-size: 19px;
  }
}
#pending-cure .content .info-text2 {
  max-width: 1101px;
  width: 100%;
  display: block;
  color: white;
  font-size: 27px;
  position: absolute;
  right: 0;
  top: 246px;
}
@media only screen and (max-width: 1700px) {
  #pending-cure .content .info-text2 {
    max-width: 922px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1700px) and (max-width: 1520px) {
  #pending-cure .content .info-text2 {
    max-width: 852px;
    font-size: 24px;
    top: 256px;
  }
}
@media only screen and (max-width: 1700px) and (max-width: 1520px) and (max-width: 1440px) {
  #pending-cure .content .info-text2 {
    position: relative;
    top: 0;
    max-width: unset;
    text-align: center;
  }
}
@media only screen and (max-width: 1700px) and (max-width: 1520px) and (max-width: 1440px) and (max-width: 900px) {
  #pending-cure .content .info-text2 {
    font-size: 19px;
  }
}
#pending-cure .content a {
  font-size: 20px;
  display: block;
  padding: 18px 25px;
  border-radius: 10px;
  text-decoration: none;
  color: #006503;
  font-size: 23px;
  margin: auto;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  margin-top: 30px;
  padding: 17px 40px;
  font-weight: 700;
}
#pending-cure .content a:first-of-type {
  background-color: white;
}
#pending-cure .content a:first-of-type:hover {
  background-color: #f2f2f2;
}

#places {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  margin-top: 120px;
  padding-bottom: 100px;
  background-image: url("../assets/line-left.svg"), url("../assets/line-right.svg");
  background-position: left, right;
  background-repeat: no-repeat;
  background-position-x: -560px, calc(100% + 560px);
}
@media only screen and (max-width: 930px) {
  #places {
    background-image: none;
  }
}
#places .content {
  display: flex;
  justify-content: center;
  gap: 50px 22px;
  max-width: 1370px;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  z-index: 1;
}
@media only screen and (max-width: 1120px) {
  #places .content {
    gap: 50px 10px;
  }
}
@media only screen and (max-width: 1120px) and (max-width: 930px) {
  #places .content {
    flex-direction: column;
    align-items: center;
  }
}
#places .content .item {
  box-shadow: 0px 0px 31px -15px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  height: fit-content;
  position: relative;
  max-width: 674px;
  width: 100%;
  flex: 50%;
  background-color: white;
}
@media only screen and (max-width: 1420px) {
  #places .content .item {
    max-width: 524px;
  }
}
@media only screen and (max-width: 1420px) and (max-width: 1120px) {
  #places .content .item {
    max-width: 434px;
  }
}
@media only screen and (max-width: 1420px) and (max-width: 1120px) and (max-width: 930px) {
  #places .content .item {
    max-width: unset;
  }
}
#places .content .item h4 {
  text-align: center;
  font-size: 25px;
  margin: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  #places .content .item h4 {
    font-size: 20px;
  }
}
#places .content .item .iframe-box {
  max-width: 674px;
  width: 100%;
  overflow: hidden;
  height: 432px;
}
@media only screen and (max-width: 930px) {
  #places .content .item .iframe-box {
    max-width: unset;
  }
}
#places .content .item .iframe-box iframe {
  width: 100%;
  height: 549px;
  border: 0;
  margin-top: -113px;
}
#places .content .item .contacts {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10px;
  align-items: end;
}
@media only screen and (max-width: 520px) {
  #places .content .item .contacts .only-phones .phones-box {
    display: flex;
    gap: 10px;
  }
}
#places .content .item .contacts .box {
  background-color: #90BB00;
  text-align: center;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 20px;
  color: #323031;
  height: fit-content;
}
#places .content .item .contacts .box .position {
  margin: 0px;
  font-size: 17px;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  #places .content .item .contacts .box .position {
    font-size: 16px;
  }
}
#places .content .item .contacts .box .name {
  font-size: 25px;
  margin: 0px;
  margin-top: 8px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  #places .content .item .contacts .box .name {
    font-size: 20px;
  }
}
#places .content .item .contacts .box .disable-phone {
  text-decoration: none;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.33;
}
#places .content .item .contacts .box .disable-phone:hover {
  text-decoration: none !important;
}
#places .content .item .contacts .box .phone {
  display: block;
  padding: 5px 10px;
  background-color: white;
  border-radius: 5px;
  font-size: 19px;
  text-decoration: none;
  transition: all 0.2 ease-in-out;
  color: #323031;
}
#places .content .item .contacts .box .phone:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 520px) {
  #places .content .item .contacts .box .phone {
    display: none;
  }
}
#places .content .item .contacts .box .phone-button {
  display: none;
  padding: 5px;
  background-color: white;
  margin: auto;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  line-height: 34px;
}
@media only screen and (max-width: 520px) {
  #places .content .item .contacts .box .phone-button {
    display: block;
  }
}

#gallery {
  background-color: #006503;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  padding-top: 1px;
}
#gallery .section-heading {
  color: white;
}
#gallery .swiper-container {
  width: 100%;
  max-width: 1640px;
  margin: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 55px 0px;
}
#gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 100%;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
#gallery .swiper-slide a {
  max-width: 350px;
  width: 100%;
  height: 297px;
  border: 10px solid white;
  border-radius: 5px;
}
@media only screen and (max-width: 630px) {
  #gallery .swiper-slide a {
    height: 247px;
  }
}
@media only screen and (max-width: 630px) and (max-width: 460px) {
  #gallery .swiper-slide a {
    height: 140px;
  }
}
#gallery .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#contact {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
#contact .contact-container {
  width: 100%;
  max-width: 1640px;
  margin: auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
#contact .contact-container .main-contact,
#contact .contact-container .others {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
#contact .contact-container .main-contact .person h5,
#contact .contact-container .others .person h5 {
  font-size: 35px;
  margin: 0;
  padding-bottom: 5px;
  display: block;
  color: #006503;
  border-bottom: 3px solid #006503;
  margin-bottom: 6px;
}
#contact .contact-container .main-contact p,
#contact .contact-container .others p {
  margin: 0px;
}
#contact .contact-container .main-contact a,
#contact .contact-container .others a {
  padding: 15px 10px;
  display: block;
  background-color: #90BB00;
  border-radius: 5px;
  width: fit-content;
  padding-left: 44px;
  padding-right: 19px;
  margin: auto;
  font-size: 15px;
  margin-top: 8px;
  color: #323031;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  position: relative;
}
#contact .contact-container .main-contact a::before,
#contact .contact-container .others a::before {
  content: url("../assets/phone-icon.svg");
  position: absolute;
  left: 16px;
}
#contact .contact-container .main-contact a:hover,
#contact .contact-container .others a:hover {
  text-decoration: underline;
  background-color: #81a800;
}
#contact .others .person {
  width: 250px;
}
#contact .others .person h5 {
  font-size: 21px !important;
  border-bottom: 2px solid #006503 !important;
}
#contact .other .person {
  width: 250px;
}
#contact .other .person h5 {
  font-size: 19px !important;
  border-bottom: 2px solid #006503 !important;
}

footer {
  background-color: #323031;
  padding-top: 78px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background-image: url("../assets/footer-lines.svg");
  background-position-y: 311px;
  background-position-x: calc(100% + 442px);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1390px) {
  footer {
    background-position-x: calc(100% + 672px);
  }
}
@media only screen and (max-width: 1000px) {
  footer {
    background-position-y: 1141px;
    background-size: 910px;
    background-position-x: calc(100% + 484px);
  }
}
@media only screen and (max-width: 1000px) and (max-width: 644px) {
  footer {
    background-image: none;
  }
}
footer .footer-container {
  width: 100%;
  max-width: 1370px;
  margin: auto;
  display: flex;
  gap: 110px;
}
@media only screen and (max-width: 1100px) {
  footer .footer-container {
    gap: 40px;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 1000px) {
  footer .footer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
footer .footer-container .form-container {
  max-width: 600px;
  width: 100%;
}
footer .footer-container .form-container form {
  max-width: 600px;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 10px;
}
footer .footer-container .form-container form .input-box {
  display: flex;
  flex-direction: column;
  position: relative;
  box-sizing: border-box;
}
footer .footer-container .form-container form label {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
  color: gray;
}
footer .footer-container .form-container form h4 {
  font-size: 30px;
  margin: 0px;
  margin-bottom: 20px;
}
footer .footer-container .form-container form h4 span {
  color: #006503;
}
footer .footer-container .form-container form input {
  font-size: 20px;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2588235294);
  margin-bottom: 15px;
}
footer .footer-container .form-container form textarea {
  font-size: 16px;
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2588235294);
  margin-bottom: 15px;
  resize: none;
  height: 150px;
}
footer .footer-container .form-container form input[type=submit] {
  background-color: #006503;
  color: white;
  max-width: 100px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
  align-self: end;
  cursor: pointer;
}
footer .footer-container .info-container {
  color: white;
}
footer .footer-container .info-container h3 {
  font-size: 30px;
  margin-top: 0;
}
footer .footer-container .info-container p {
  line-height: 25px;
  font-size: 17px;
}
footer .footer-container .info-container .nav-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .footer-container .info-container .nav-box a {
  color: white;
}
footer .footer-container .info-container iframe {
  height: 210px;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .end-p {
  text-align: center;
  margin-top: 70px;
  color: #aeaeae;
  font-size: 14px;
}
footer .end-p a {
  color: #aeaeae;
}
footer .end-p a:hover {
  text-decoration: none;
}
footer .end-p span {
  font-size: 12px;
  margin-top: 20px;
  display: block;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Ubuntu", sans-serif;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  height: 100%;
  background-image: url("../assets/lines-component.svg");
  background-repeat: no-repeat;
  background-position-y: -279px;
  background-position-x: calc(100% + 172px);
}
@media only screen and (max-width: 1480px) {
  body {
    background-position-x: calc(100% + 352px);
  }
}
@media only screen and (max-width: 1480px) and (max-width: 1060px) {
  body {
    background-position-x: calc(100% + 352px);
    background-position-y: -239px;
    background-size: 610px;
  }
}
@media only screen and (max-width: 1480px) and (max-width: 1060px) and (max-width: 900px) {
  body {
    background-position-x: calc(100% + 288px);
    background-position-y: -295px;
    background-size: 729px;
  }
}
@media only screen and (max-width: 1480px) and (max-width: 1060px) and (max-width: 900px) and (max-width: 790px) {
  body {
    background-position-x: calc(100% + 288px);
    background-position-y: -205px;
    background-size: 559px;
  }
}
@media only screen and (max-width: 1480px) and (max-width: 1060px) and (max-width: 900px) and (max-width: 790px) and (max-width: 540px) {
  body {
    background-position-x: calc(100% + 343px);
    background-position-y: -273px;
    background-size: 528px;
  }
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.section-heading {
  color: #323031;
  font-size: 43px;
  text-align: center;
}
.section-heading span {
  color: #006503;
}
@media only screen and (max-width: 730px) {
  .section-heading {
    font-size: 35px;
  }
}

.place-card-large {
  display: none !important;
}

.infiniteslide_wrap {
  width: 100%;
}

.error-block {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-block .error-text {
  text-align: center;
}
.error-block .error-text h1 {
  margin-top: 0px;
}
.error-block .error-text a {
  padding: 10px 15px;
  display: block;
  background-color: #006503;
  color: white;
  border-radius: 5px;
  width: fit-content;
  margin: auto;
  text-decoration: none;
}
.error-block .error-text a:hover {
  background-color: #004102;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*# sourceMappingURL=main.css.map */
