@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;600&display=swap";
@import "https://unpkg.com/swiper@7/swiper-bundle.min.css";
body {
  font-family: Nunito Sans, sans-serif;
}

:root {
  --primary-color: $ mainColor;
  --swiper-theme-color: #fff;
}

*, :before, :after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

svg path {
  fill: green;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

@media screen and (width <= 800px) {
  html, body {
    font-size: 12px;
  }
}

h1, h2 {
  font-size: 2rem;
}

strong, .accent, a {
  color: #682628;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding: 0;
}

ul li {
  display: block;
}

.no-break {
  display: inline-block;
}

.logo, .logo img {
  width: auto;
  height: 100%;
  max-height: 69px;
  margin: auto;
  display: block;
}

.logo img, .logo img img {
  height: 100%;
}

footer {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  display: block;
}

footer .logo img {
  margin: 0 auto 5px;
  padding: 10px 0;
}

header {
  height: 60px;
  margin: 20px;
}

header h1 {
  text-align: left;
  height: 100%;
  margin: 0;
  padding: 0;
}

.locations {
  text-align: center;
  background: #682628;
  padding: 50px 0;
}

.locations h2 {
  color: #fff;
}

.locations .maps {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  padding: 2%;
  display: flex;
}

.locations .maps div {
  width: 100%;
  padding: 2%;
  position: relative;
  overflow: hidden;
}

@media (width >= 800px) {
  .locations .maps div {
    width: 50%;
  }
}

.locations .maps div address {
  color: #fff;
  text-align: left;
  padding: 0 0 10px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
}

.locations .maps div iframe, .locations .maps div a {
  border: 0;
  border-radius: 5px;
  width: 100%;
  height: 200px;
}

@media (width >= 800px) {
  .locations .maps div iframe, .locations .maps div a {
    height: 300px;
  }
}

@media (width >= 1000px) {
  .locations .maps div iframe, .locations .maps div a {
    height: 400px;
  }
}

.locations .maps div a {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

.services {
  margin: 20px auto;
}

.services h2 {
  text-align: center;
  color: #682628;
}

.services h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.services i {
  width: 50px;
  display: inline-block;
}

.services i img, .services i svg {
  width: 100%;
  height: auto;
  display: block;
}

.services ul {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  padding: 2%;
  display: flex;
}

.services ul li {
  text-align: left;
  flex-grow: 1;
  align-items: flex-start;
  width: 30%;
  min-width: 250px;
  max-width: 400px;
  margin: 1.5%;
  display: flex;
}

@media (width <= 600px) {
  .services ul li {
    width: 100%;
    margin: 20px 1.5%;
  }
}

.services ul li svg, .services ul li img {
  align-content: center;
  width: 40px;
  padding-right: 20px;
}

.services path {
  fill: green;
}

.swiper-slide {
  background-size: cover;
}

.swiper-slide:before {
  content: " ";
  padding-bottom: 37.5%;
  display: block;
}

.swiper-slide:after {
  content: " ";
  z-index: 0;
  background: #0003;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 60px #000;
}

.swiper-slide > div {
  color: #fff;
  text-align: center;
  z-index: 1;
  flex-direction: column;
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  font-size: 1.5rem;
  display: flex;
  position: absolute;
  top: 0;
}

.swiper-slide > div h2 {
  font-size: 2.5rem;
}

.swiper-slide picture {
  display: block;
  position: fixed;
  top: 0%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=ilc.30e9e7bd.css.map */
