@font-face {
  font-family: "icomoon";
  src: url("icomoon/fonts/icomoon.eot?swcbyo");
  src: url("icomoon/fonts/icomoon.eot?swcbyo#iefix") format("embedded-opentype"),
    url("icomoon/fonts/icomoon.ttf?swcbyo") format("truetype"),
    url("icomoon/fonts/icomoon.woff?swcbyo") format("woff"),
    url("icomoon/fonts/icomoon.svg?swcbyo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon:before {
  content: "\e900";
}
.icon-icon1:before {
  content: "\e901";
}
.icon-icon2:before {
  content: "\e902";
}
.icon-icon3:before {
  content: "\e903";
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}
body {
  width: 100%;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img,
svg,
picture,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  overflow-wrap: break-word;
}

#content h1 span.curlyfont {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1.0;
  font-size: 2.5 em;
}

#content h1 span.curlyfont-large {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
  line-height: 1.0;
  font-size: 1.2 em;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("Montserrat-Light/Montserrat-Light.woff2") format("woff2"),
    url("Montserrat-Light/Montserrat-Light.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Montserrat-Regular/Montserrat-Regular.woff2") format("woff2"),
    url("Montserrat-Regular/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("Roboto-Bold/Roboto-Bold.woff2") format("woff2"),
    url("Roboto-Bold/Roboto-Bold.woff") format("woff");
}
:root {
  --color-primary: 160 64% 38%;
  --color-white: 0 0% 100%;
  --color-black: 0 0% 0%;
  --font-color-light: 0, 0%, 100%;
  --font-color-dark: 0, 0%, 18%;
  --font-family-primary: "Roboto";
  --font-family-secondary: "Montserrat";
  --font-weight-light: 200;
  --font-weight-regular: 400;
  --font-weight-bold: 700;
}
html,
body {
  width: 100%;
  min-height: 100vh;
  font-family: var(--font-family-primary);
  font-size: 16px;
  line-height: 1.5;
  color: hsla(var(--font-color-light));
}
@media screen and (min-width: 2200px) {
  html,
  body {
    font-size: 20px;
  }
}
@media screen and (min-width: 3000px) {
  html,
  body {
    font-size: 24px;
  }
}
a,
a:visited {
  text-decoration: none;
}
ul.reset-list > li {
  list-style-type: none;
}

i {
  font-size: 48px;
  padding-bottom: 16px;
}

#main-layout {
  --site-padding-x: 2rem;
  --site-padding-y: 5rem;
  --gap-y: 5vh;
  --footer-padding-top: 4.3%;
  padding: 0 var(--site-padding-x);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-height: 1200px) {
  #main-layout {
    --gap-y: 7.5vh;
  }
}
@media screen and (max-height: 500px) {
  #main-layout {
    --gap-y: 10vh;
  }
}
@media screen and (max-height: 1200px) {
  #main-layout {
    padding-top: var(--site-padding-y);
  }
}
#main-layout #pageheader {
  margin: auto 0 var(--gap-y) 0;
}
#main-layout #pagemain #content {
  margin: 0 0 var(--gap-y) 0;
}
#main-layout #pagemain {
  margin: 0 0 calc(-1 * var(--footer-padding-top)) 0;
}
#main-layout #pagefooter {
  margin: auto calc(-1 * var(--site-padding-x)) 0
    calc(-1 * var(--site-padding-x));
}
@media screen and (max-height: 1200px) {
  #main-layout #pagemain {
    margin-bottom: var(--site-padding-y);
  }
}
#main-layout::before,
#main-layout::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -10;
}
#main-layout::before {
  background: hsl(var(--color-primary)) url("tree01-1.webp") center center/cover
    no-repeat;
  -webkit-filter: grayscale(100%) contrast(100%);
  filter: grayscale(100%) contrast(100%);
}
#main-layout::after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(hsla(160deg, 70%, 38%, 0.9)),
    color-stop(66%, hsla(160deg, 70%, 30%, 0.9)),
    color-stop(83%, hsla(160deg, 70%, 20%, 0.9)),
    to(hsla(160deg, 70%, 10%, 0.9))
  );
  background: linear-gradient(
    to bottom,
    hsla(160deg, 70%, 38%, 0.9) 0%,
    hsla(160deg, 70%, 30%, 0.9) 66%,
    hsla(160deg, 70%, 20%, 0.9) 83%,
    hsla(160deg, 70%, 10%, 0.9) 100%
  );
}
#main-layout #pagefooter {
  padding-top: var(--footer-padding-top);
  background: rgba(0, 0, 0, 0) url("Mask-Group-1_2x.webp") center top/100% auto
    no-repeat;
}
#sitelogo {
  text-align: center;
}
#sitelogo img {
  width: min(50vw, 550px);
  height: auto;
}
#content {
  font-size: 3rem;
  font-weight: var(--font-weight-bold);
  text-align: center;
}

@media screen and (min-width: 576px) {
  #content {
    font-size: 4rem;
  }
}

@media screen and (min-width: 768px) {
  #content {
    font-size: 4rem;
  }
}
@media screen and (min-width: 992px) {
  #content {
    font-size: 6rem;
  }
}
#contact {
  text-align: center;
}
#contact ul {
  --gap-y: 5vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--gap-y);
}
@media screen and (max-height: 1200px) {
  #contact ul {
    --gap-y: 10vh;
  }
}
@media screen and (min-width: 768px) {
  #contact ul {
    --gap-y: 2rem;
  }
}
@media screen and (min-width: 992px) {
  #contact ul {
    --gap-y: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #contact ul {
    --gap-y: 4rem;
  }
}
@media screen and (min-width: 768px) {
  #contact ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#contact ul li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contact ul li {
    width: 210px;
  }
}
@media screen and (min-width: 992px) {
  #contact ul li {
    width: 225px;
  }
}
@media screen and (min-width: 1200px) {
  #contact ul li {
    width: 266px;
  }
}
@media screen and (min-width: 2200px) {
  #contact ul li {
    width: 350px;
  }
}
@media screen and (min-width: 3000px) {
  #contact ul li {
    width: 450px;
  }
}
#contact ul li a address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#contact ul li a address img {
  --icon-size: 3rem;
  width: var(--icon-size);
  height: var(--icon-size);
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 1rem;
}
#contact ul li a address h5 {
  font-size: 1.5rem;
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.5rem;
}
#contact ul li a address p {
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-light);
}
@media screen and (min-width: 2200px) {
  #contact ul li a address p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 3000px) {
  #contact ul li a address p {
    font-size: 1.5rem;
  }
}
#copyright {
  --padding-y: 2.6rem;
  padding: var(--padding-y) 0;
  background-color: #fff;
  font-family: var(--font-family-secondary);
  font-weight: var(--font-weight-light);
  color: hsla(var(--font-color-dark));
  text-align: center;
}
