/* compiled by scssphp 1.6.0 on Fri, 27 Jun 2025 10:20:13 +0000 (0.0618s) */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
html body#root .section.tiles {
  padding: 80px 0;
  background-color: #fbfbfb;
}
@media only screen and (max-width: 59.9375rem) {
  html body#root .section.tiles {
    padding: 30px 0;
  }
}
html body#root .section.tiles .container {
  margin: auto;
  max-width: 100%;
}
html body#root .section.tiles .section-heading {
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
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;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 100%;
  margin: 20px;
  gap: 20px;
}
html body#root .section.tiles .entry {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  position: relative;
}
html body#root .section.tiles .entry .image-container {
  background-size: cover;
  background-position: center;
}
html body#root .section.tiles .entry .icon {
  margin-right: 5px;
}
html body#root .section.tiles .entry .heading {
  display: none;
}
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: 15px 30px;
  background-color: #fbfbfb;
  display: flex;
  justify-content: center;
  gap: 20px;
}
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 .border-style {
  border: 2px solid #0000005c;
  border-radius: 100%;
  padding: 10px;
}
html body#root .section.tiles .entry .image-container {
  z-index: 0;
  width: 200px;
  height: 200px;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
  background-size: 150px;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  border-radius: 100%;
  background-color: rgba(169, 169, 169, 0.16);
}
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 {
  font-weight: 400;
}
html body#root .section.tiles .entry a.button:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
