/* compiled by scssphp 1.6.0 on Wed, 24 Jan 2024 14:19:17 +0000 (0.0226s) */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
html body#root .section.tiles {
  padding: 0;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles {
    padding: 30px 0;
  }
}
html body#root .section.tiles .container {
  max-width: 1300px;
  margin: auto;
}
html body#root .section.tiles .heading h2 {
  margin-top: 0;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .heading h2 {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .heading .content {
    width: 100%;
  }
}
html body#root .section.tiles .heading .eyebrow {
  color: #2F2F2F;
  position: relative;
  padding-left: 8px;
  font-weight: 600;
  font-size: 14px;
  width: 100%;
}
html body#root .section.tiles .heading .eyebrow:before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 2px;
  background-color: #2F2F2F;
  transform: translate(-50%, -50%);
  top: 50%;
}
html body#root .section.tiles .entry-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 100%;
}
html body#root .section.tiles .entry {
  position: relative;
  width: calc(33.33% - 2 * 20px);
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin: 20px;
  margin-top: 0;
  border: 2px solid #F4F3F1;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .entry {
    width: calc(50% - 2 * 20px);
  }
}
@media only screen and (max-width: 44.9375rem) {
  html body#root .section.tiles .entry {
    width: calc(100% - 2 * 20px);
  }
}
html body#root .section.tiles .entry .image-container {
  background-size: cover;
  background-position: center;
}
html body#root .section.tiles .entry:hover {
  /*  .image-container  {
                background-size: 110%;
            } */
}
html body#root .section.tiles .entry .icon {
  margin-right: 5px;
}
html body#root .section.tiles .entry .heading h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles .entry .heading h4 {
    margin-bottom: 15px;
  }
}
html body#root .section.tiles .entry .content-wrapper {
  padding: 20px 30px;
}
html body#root .section.tiles .entry .content-wrapper > * {
  margin: 0;
}
html body#root .section.tiles .entry .content-wrapper .label {
  font-size: 14px;
  color: #a3a3a3;
}
html body#root .section.tiles .entry .image-container {
  z-index: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
}
html body#root .section.tiles .entry .image-container img {
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  position: relative;
  width: auto;
  height: auto;
}
html body#root .section.tiles .entry a.button {
  color: #195F3C;
}
html body#root .section.tiles .entry a.button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
