@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  font-family: "Work Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: 100%;
  background: #ffffff;
  color: #000000;
  text-align: left;
  font-weight: 400;
}

/* line 13, ../sass/_common.sass */
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  color: #29ac73;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  /* line 13, ../sass/_common.sass */
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  /* line 13, ../sass/_common.sass */
  h1 {
    font-size: 42px;
  }
}

/* line 26, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 1;
  color: #29ac73;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 26, ../sass/_common.sass */
  h2 {
    font-size: 36px;
  }
}

/* line 37, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  color: #29ac73;
  text-transform: uppercase;
}

/* line 45, ../sass/_common.sass */
p {
  margin-bottom: 0;
  font-size: 16px;
}

/* line 50, ../sass/_common.sass */
.bg-light-grey {
  background: #f5f5f5;
}

/* line 53, ../sass/_common.sass */
.green {
  color: #29ac73;
}

/* line 57, ../sass/_common.sass */
.section {
  background: #ffffff;
  padding: 8px 10px;
  min-height: 210px;
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

/* line 3, ../sass/partials/_header.sass */
#header {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 9, ../sass/partials/_header.sass */
#header .navigation a {
  color: #000000;
}
/* line 11, ../sass/partials/_header.sass */
#header .navigation span {
  color: #29ac73;
  font-weight: 700;
}

/* line 3, ../sass/partials/_footer.sass */
#footer {
  color: #000000;
  background: #ebeaea;
  padding-top: 35px;
  padding-bottom: 20px;
}
/* line 9, ../sass/partials/_footer.sass */
#footer a {
  color: #000000;
}
/* line 11, ../sass/partials/_footer.sass */
#footer .flex {
  justify-content: flex-end;
}
/* line 15, ../sass/partials/_footer.sass */
#footer .flex > div:first-child {
  font-weight: 700;
}
/* line 17, ../sass/partials/_footer.sass */
#footer .flex > div:last-child {
  width: 24px;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: 10px;
}
@media (max-width: 767px) {
  /* line 17, ../sass/partials/_footer.sass */
  #footer .flex > div:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 11, ../sass/partials/_footer.sass */
  #footer .flex {
    justify-content: center;
    text-align: center;
  }
}

/* line 3, ../sass/pages/_index.sass */
.index-page {
  background: url(/images/bg.png) 50% 40px no-repeat;
}
@media (max-width: 991px) {
  /* line 6, ../sass/pages/_index.sass */
  .index-page .section {
    padding-bottom: 15px;
    margin-bottom: 20px;
    min-height: 0;
  }
}
@media (max-width: 1199px) {
  /* line 3, ../sass/pages/_index.sass */
  .index-page {
    background-position: right 40px top 40px;
  }
}
@media (max-width: 991px) {
  /* line 3, ../sass/pages/_index.sass */
  .index-page {
    background: none;
  }
}

/* line 4, ../sass/pages/_contact.sass */
.contact-page #map {
  height: 380px;
}
