section.icon-grid {
  overflow: hidden;
}
section.icon-grid .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
@media (max-width: 900px) {
  section.icon-grid .inner {
    gap: 3rem;
  }
}
section.icon-grid .heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 900px) {
  section.icon-grid .heading-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
section.icon-grid .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  max-width: 800px;
}
@media (max-width: 1080px) {
  section.icon-grid .heading br {
    display: none;
  }
}
section.icon-grid .icon {
  height: auto;
}
section.icon-grid .icon img, section.icon-grid .icon svg {
  height: 100%;
  max-height: 300px;
  min-height: 75px;
  width: auto;
}
@media (max-width: 900px) {
  section.icon-grid .icon img, section.icon-grid .icon svg {
    min-height: 100px;
  }
}
section.icon-grid.cols-2 .entry {
  gap: 3rem;
  width: calc( ( 100% / 2 ) );
}
@media (max-width: 640px) {
  section.icon-grid.cols-2 .entry {
    width: calc( ( 100% ) );
  }
}
section.icon-grid.cols-2 a.entry:after {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
section.icon-grid.cols-3 .entry {
  width: calc( ( 100% / 3 ) );
}
@media (max-width: 1080px) {
  section.icon-grid.cols-3 .entry {
    width: calc( ( 100% / 2 ) );
  }
}
@media (max-width: 640px) {
  section.icon-grid.cols-3 .entry {
    width: calc( ( 100% ) );
  }
}
section.icon-grid.cols-4 .entry {
  width: calc( ( 100% / 4 ) );
}
@media (max-width: 1080px) {
  section.icon-grid.cols-4 .entry {
    width: calc( ( 100% / 2 ) );
  }
}
@media (max-width: 640px) {
  section.icon-grid.cols-4 .entry {
    width: calc( ( 100% ) );
  }
}
section.icon-grid .entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  section.icon-grid .entries {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
section.icon-grid.default .entries, section.icon-grid.alternate-01 .entries {
  clip-path: inset(1px);
  border-radius: 25px;
  overflow: hidden;
}
section.icon-grid.default .entry, section.icon-grid.alternate-01 .entry {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px rgba(255, 255, 255, 0.2) solid;
  border-top: none;
  border-left: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.icon-grid.default .entry:last-child, section.icon-grid.alternate-01 .entry:last-child {
  border-right: none;
}
section.icon-grid.default .entry .entry-inner, section.icon-grid.alternate-01 .entry .entry-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
section.icon-grid.default .entry img, section.icon-grid.alternate-01 .entry img {
  height: 48px;
  max-width: 100%;
  width: auto;
}
section.icon-grid.default a.entry, section.icon-grid.alternate-01 a.entry {
  -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 10px rgba(4, 53, 49, 0);
          box-shadow: 0 0 10px rgba(4, 53, 49, 0);
}
section.icon-grid.default a.entry:after, section.icon-grid.alternate-01 a.entry:after {
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  position: relative;
  left: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 25px;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 12.918H20.25' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5 6.16797L20.25 12.918L13.5 19.668' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 12.918H20.25' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.5 6.16797L20.25 12.918L13.5 19.668' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
section.icon-grid.default a.entry:hover, section.icon-grid.alternate-01 a.entry:hover {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(4, 53, 49, 0.25);
          box-shadow: 0 0 10px rgba(4, 53, 49, 0.25);
}
section.icon-grid.default a.entry:hover:after, section.icon-grid.alternate-01 a.entry:hover:after {
  left: 10px;
}
section.icon-grid.simple-groups .inner {
  gap: 3rem;
}
@media (max-width: 900px) {
  section.icon-grid.simple-groups .inner {
    gap: 2rem;
  }
}
section.icon-grid.simple-groups .cta-wrap,
section.icon-grid.simple-groups .heading {
  text-align: center;
  margin: 0 auto;
}
section.icon-grid.simple-groups .entries {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.icon-grid.simple-groups .entry .entry-inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  text-align: center;
  gap: 1rem;
}
@media (max-width: 640px) {
  section.icon-grid.simple-groups .entry .entry-inner {
    padding: 1rem;
  }
}
section.icon-grid.simple-groups .entry .icon-wrap {
  display: block;
  border: 4px solid rgba(225, 182, 103, 0.6);
  border-radius: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
section.icon-grid.simple-groups .entry img {
  background: #043531;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid rgba(225, 182, 103, 0.6);
  border-radius: 50%;
  padding: 8px;
  width: 24px;
  height: 24px;
}
section.icon-grid.vertical-stacked .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  position: relative;
}
@media (max-width: 640px) {
  section.icon-grid.vertical-stacked .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    min-height: auto !important;
  }
}
section.icon-grid.vertical-stacked .entries {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
section.icon-grid.vertical-stacked .entry {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
section.icon-grid.vertical-stacked .entry .icon-wrap {
  display: block;
  border: 4px solid rgba(225, 182, 103, 0.6);
  border-radius: 50%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 48px;
  height: 48px;
}
section.icon-grid.vertical-stacked .entry img {
  background: #043531;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid rgba(225, 182, 103, 0.6);
  border-radius: 50%;
  padding: 8px;
  width: 24px;
  height: 24px;
}
section.icon-grid.vertical-stacked .entry h3 {
  line-height: 48px;
}
section.icon-grid.vertical-stacked .graphic {
  -webkit-filter: drop-shadow(0px 4px 36px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 4px 36px rgba(0, 0, 0, 0.15));
}
section.icon-grid.vertical-stacked .graphic img {
  border-radius: 16px;
  overflow: hidden;
  border-top-left-radius: 128px;
}
@media (max-width: 1080px) {
  section.icon-grid.vertical-stacked .graphic img {
    border-top-left-radius: 40px;
  }
}
section.icon-grid.alternate-01 .cta-wrap,
section.icon-grid.alternate-01 .heading {
  text-align: center;
  margin: 0 auto;
}
section.icon-grid.alternate-01 .entry {
  padding: 0 2rem;
  text-align: center;
}
@media (max-width: 1080px) {
  section.icon-grid.alternate-01 .entry {
    padding: 2rem;
  }
}
section.icon-grid.alternate-01 .entry .entry-inner {
  gap: 0.5rem;
}
section.icon-grid.alternate-01 .entry img {
  height: auto;
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
section.icon-grid.dark a.entry:after {
  background-color: #043531;
}
/*# sourceMappingURL=icon-grid.css.map */
