/*!**********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./app/resources/sass/app.scss ***!
  \**********************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Nunito&family=Shadows+Into+Light+Two&family=Dancing+Script&display=swap);
/*!**************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./app/resources/sass/app.scss (1) ***!
  \**************************************************************************************************************************/
/*
    app.scss
*/
html, body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  background-color: rgb(200, 242, 209);
}

body {
  overflow-x: hidden;
}

#app {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.navbar {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 1087px) {
  .navbar {
    padding: 15px;
  }
}
@media screen and (max-width: 1087px) {
  .navbar {
    padding: 5px;
  }
}

.navbar-no-transition {
  transition: unset;
}

.navbar-item-brand img {
  border-radius: 50%;
}

@media screen and (min-width: 1087px) {
  .navbar-item-brand.is-font-title {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1087px) {
  .navbar-item-brand.is-font-title {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1087px) {
  .navbar-burger {
    top: 4px;
  }
}

.navbar-background-color {
  background-color: rgb(50, 81, 45) !important;
}

@media screen and (max-width: 1089px) {
  .navbar-menu {
    background-color: rgb(50, 81, 45) !important;
  }
}

a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active {
  background-color: rgba(255, 255, 255, 0) !important;
  color: rgb(250, 250, 250) !important;
}

.navbar-item, .navbar-burger, .navbar-link {
  color: rgb(230, 230, 230);
}

@media screen and (min-width: 1087px) {
  .navbar-item-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.navbar-dropdown {
  background-color: rgb(50, 50, 50);
}

.navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1087px) {
  .navbar-menu {
    background-color: rgb(50, 50, 50);
  }
}
a.navbar-burger:hover {
  color: rgb(200, 200, 200);
}

@media screen and (min-width: 1088px) {
  .navbar-start {
    flex-grow: 1;
    justify-content: center;
  }
}

.header {
  position: relative;
  width: 100%;
  height: 100vh;
  top: -52px;
  margin-top: 52px;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.header-content {
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  padding: 20px;
}

.header-content h1 {
  margin-bottom: 15px;
  font-size: 5.5em;
  color: rgb(222, 255, 223);
  font-family: "Dancing Script", Nunito, Verdana, Geneva, Tahoma, sans-serif;
  text-shadow: 0 0 5px #229143, 0 0 10px #229143, 0 0 20px #229143, 0 0 40px #229143, 0 0 80px #229143;
}
@media screen and (max-width: 768px) {
  .header-content h1 {
    margin-bottom: 30px;
    font-size: 2.7em;
  }
}

.header-content h2 {
  color: rgb(220, 220, 220);
  margin-bottom: 20px;
  font-size: 2em;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .header-content h2 {
    margin-top: 15px;
    font-size: 1.3em;
  }
}

.header-buttons {
  margin-top: 50px;
}

.header-buttons div {
  display: inline-block;
  width: 45%;
  margin-left: 3px;
  margin-right: 3px;
}
@media screen and (min-width: 1089px) {
  .header-buttons div {
    width: 12%;
  }
}

.header-content a {
  width: 100%;
}

@media screen and (max-width: 555px) {
  .margin-bottom-mobile-fix {
    margin-bottom: -7.5rem !important;
  }
}

.content-section {
  position: relative;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .content-section {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .content-section {
    padding: 5px;
    text-align: center;
  }
}

.content-section h3 {
  margin-bottom: 30px;
  font-size: 1.5em;
}

.content-section h4 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 1.2em;
}

.content-section p {
  margin-bottom: 30px;
  font-size: 1.1em;
}

.content-section a {
  color: rgb(50, 115, 220);
}

.content-section a:hover {
  color: rgb(50, 115, 220);
  text-decoration: underline;
}

.content-section a.button:hover {
  text-decoration: none;
}

.content-section hr {
  background-color: #75a66e;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 70px;
}

.is-informational {
  font-size: 1.5em;
}
@media screen and (max-width: 768px) {
  .is-informational {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.feature-cards {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.feature-cards-block {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}

.feature-cards-block-fix {
  margin-left: -3px;
}

.feature-card {
  position: relative;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2em;
  color: rgb(20, 76, 5);
}
@media screen and (max-width: 768px) {
  .feature-card {
    font-size: 1.5em;
  }
}

.feature-card i {
  color: rgb(35, 194, 22);
}

.pricing {
  position: relative;
  margin-bottom: 30px;
}

.pricing-card {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.pricing-card-price {
  background-color: rgb(125, 222, 150);
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
}

.pricing-card-price div:first-child {
  font-size: 1.5em;
  font-weight: bold;
}

.pricing-card-price div:last-child {
  font-size: 1.2em;
}

.pricing-card-info {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  text-align: left;
}

.faq {
  position: relative;
  width: 100%;
  margin-top: 55px;
}

.faq-item {
  position: relative;
  width: 100%;
  border-radius: 4px;
  text-align: left;
  margin-bottom: 35px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.faq-item-header {
  position: relative;
  display: block;
  background-color: rgb(122, 194, 140);
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.faq-item-question {
  position: relative;
  display: inline-block;
  width: 97%;
}
@media screen and (max-width: 675px) {
  .faq-item-question {
    width: 93%;
  }
}

.faq-item-action {
  position: relative;
  display: inline-block;
  float: right;
}

.faq-item-header strong {
  color: rgb(50, 50, 50);
}

.faq-item-content {
  position: relative;
  display: block;
  padding: 20px;
}

.faq-item-content iframe {
  height: 315px;
}
@media screen and (max-width: 555px) {
  .faq-item-content iframe {
    height: 185px;
  }
}

.document-section {
  position: relative;
  margin-top: 123px;
  font-size: 1.2em;
}
@media screen and (max-width: 480px) {
  .document-section {
    text-align: left;
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.document-section h1 {
  font-size: 2em;
  margin-bottom: 25px;
}

.document-section h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.document-section strong {
  color: rgb(80, 80, 80);
}

.document-section ul {
  list-style: square;
  margin-left: 30px;
  margin-bottom: 30px;
}

.order-form {
  position: relative;
}

.order-form .input {
  background-color: rgb(163, 220, 172);
}

.icon i {
  color: rgb(120, 120, 120);
}

.fade {
  transition: opacity 0.75s ease-in;
}

.fade-in {
  opacity: 0;
}

.fade-out {
  opacity: 1;
}

#loadmore {
  margin-top: 50px;
}

.paragraph {
  margin-top: 30px;
  margin-bottom: 30px;
}

.scroll-to-top {
  position: fixed;
  z-index: 100;
  bottom: 12px;
  right: 12px;
}

.scroll-to-top-inner {
  background-color: rgb(93, 172, 84);
  border-radius: 50%;
  padding: 12px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.scroll-to-top-inner a {
  color: rgb(255, 255, 255);
}

.cookies-outer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 320px;
  min-height: 150px;
  z-index: 100;
  padding: 15px;
  margin-left: 20px;
  margin-bottom: 25px;
  background-color: rgb(155, 235, 180);
  border: 1px solid rgb(100, 100, 100);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.cookies-action {
  position: relative;
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}

.cookies-action a {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 35px;
  background-color: rgb(123, 245, 142);
  border: 1px solid rgb(100, 100, 100);
  color: rgb(50, 50, 50);
}

.cookies-action a:hover {
  background-color: rgb(105, 225, 125);
  color: rgb(50, 50, 50);
}

.footer {
  width: 100%;
  color: rgb(250, 250, 250);
  background-color: rgb(111, 145, 99);
  padding: 1rem 1.5rem 1rem;
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.99);
}

.footer-frame {
  width: 100%;
}

.footer-content {
  text-align: center;
}

.footer-content a {
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.footer-content a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  font-weight: bold;
}

.is-full-width {
  width: 100%;
}

.is-margin-top-40 {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .is-margin-bottom-50 {
    margin-bottom: 50px;
  }
}

.is-top-22 {
  top: 22px;
}

.is-centered {
  text-align: center;
}
