<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main &gt; section.section-heroslider, div.acf-block-preview &gt; section.section-heroslider {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #1D2758;
  background-image: linear-gradient(90deg, #1D2758 15%, rgb(29, 39, 88) 70%);
}
main &gt; section.section-heroslider::before, div.acf-block-preview &gt; section.section-heroslider::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 12px;
  background: rgba(241, 95, 92, 0.3);
  z-index: 10;
  pointer-events: none;
}
main &gt; section.section-heroslider .heroslider, div.acf-block-preview &gt; section.section-heroslider .heroslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  background-color: #1D2758;
}
main &gt; section.section-heroslider .heroslider::before, div.acf-block-preview &gt; section.section-heroslider .heroslider::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(90deg, #1D2758 15%, rgba(29, 39, 88, 0) 70%);
}
main &gt; section.section-heroslider .heroslider::after, div.acf-block-preview &gt; section.section-heroslider .heroslider::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(179deg, rgba(29, 39, 88, 0.54) 6%, rgba(29, 39, 88, 0) 57%, #1D2758 98%);
}
main &gt; section.section-heroslider .heroslider figure.background-heroslider, div.acf-block-preview &gt; section.section-heroslider .heroslider figure.background-heroslider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
main &gt; section.section-heroslider .heroslider figure.background-heroslider img, div.acf-block-preview &gt; section.section-heroslider .heroslider figure.background-heroslider img {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
  object-fit: cover;
  object-position: center;
}
main &gt; section.section-heroslider .heroslider article.iCon, div.acf-block-preview &gt; section.section-heroslider .heroslider article.iCon {
  position: relative;
  z-index: 4;
}
main &gt; section.section-heroslider .heroslider article.iCon h1, div.acf-block-preview &gt; section.section-heroslider .heroslider article.iCon h1 {
  margin: 0 !important;
  width: 800px;
  max-width: 75vw;
  font-size: 3.875rem;
}
main &gt; section.section-heroslider .heroslider article.iCon p, div.acf-block-preview &gt; section.section-heroslider .heroslider article.iCon p {
  margin: 55px 0 35px !important;
  width: 800px;
  max-width: 75vw;
}
main &gt; section.section-heroslider .heroslider article.iCon a.btn, div.acf-block-preview &gt; section.section-heroslider .heroslider article.iCon a.btn {
  margin-top: 1rem;
  display: inline-block;
  width: auto;
  flex: 0 0 auto;
  align-self: flex-start;
  font-size: 1.375rem;
  background-color: #F15F5C;
}
main &gt; section.section-heroslider .heroslider article.iCon a.btn.hover, div.acf-block-preview &gt; section.section-heroslider .heroslider article.iCon a.btn.hover {
  background-color: #F13B37;
}
main &gt; section.section-heroslider .slidernav, div.acf-block-preview &gt; section.section-heroslider .slidernav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 0 0;
  z-index: 20;
}
main &gt; section.section-heroslider .slidernav .navitem, div.acf-block-preview &gt; section.section-heroslider .slidernav .navitem {
  flex: 1;
  position: relative;
  background: none;
  border: none;
  color: white;
  opacity: 1;
  cursor: pointer;
  font-weight: bold;
  padding: 3vh 0;
  text-align: left;
  text-transform: uppercase;
  z-index: 2;
}
main &gt; section.section-heroslider .slidernav .navitem label, div.acf-block-preview &gt; section.section-heroslider .slidernav .navitem label {
  opacity: 0.6;
}
main &gt; section.section-heroslider .slidernav .navitem.active label, div.acf-block-preview &gt; section.section-heroslider .slidernav .navitem.active label {
  opacity: 1;
}
main &gt; section.section-heroslider .slidernav .navitem::after, div.acf-block-preview &gt; section.section-heroslider .slidernav .navitem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  background: #F15F5C;
  width: var(--progress-width, 0%);
  opacity: var(--progress-opacity, 1);
  transition: var(--progress-transition, none);
  z-index: -1;
}
main &gt; section.section-heroslider .slidernav .navitem:last-child, div.acf-block-preview &gt; section.section-heroslider .slidernav .navitem:last-child {
  text-align: right;
}
main &gt; section.section-heroslider .slidernav .navitem:nth-child(2):nth-last-child(2), div.acf-block-preview &gt; section.section-heroslider .slidernav .navitem:nth-child(2):nth-last-child(2) {
  text-align: center;
}
main &gt; section.section-heroslider .slidernav .navitem:nth-child(3):nth-last-child(3), div.acf-block-preview &gt; section.section-heroslider .slidernav .navitem:nth-child(3):nth-last-child(3) {
  text-align: center;
}
main &gt; section.section-heroslider .slidernav .navitem:nth-child(4):nth-last-child(1), main &gt; section.section-heroslider .slidernav .navitem:nth-child(5):nth-last-child(0), div.acf-block-preview &gt; section.section-heroslider .slidernav .navitem:nth-child(4):nth-last-child(1), div.acf-block-preview &gt; section.section-heroslider .slidernav .navitem:nth-child(5):nth-last-child(0) {
  text-align: right;
}
main &gt; section.section-heroslider .slidernav::before, main &gt; section.section-heroslider .slidernav::after, div.acf-block-preview &gt; section.section-heroslider .slidernav::before, div.acf-block-preview &gt; section.section-heroslider .slidernav::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 12px;
  background: #F15F5C;
  z-index: 20;
  pointer-events: none;
}
main &gt; section.section-heroslider .slidernav::before, div.acf-block-preview &gt; section.section-heroslider .slidernav::before {
  left: 0;
  transform: translateX(-100%);
  width: var(--edge-extension, 0px);
}
main &gt; section.section-heroslider .slidernav::after, div.acf-block-preview &gt; section.section-heroslider .slidernav::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 12px;
  background: #F15F5C;
  width: var(--right-line-width, 0%);
  right: 0;
  transform: translateX(100%);
  z-index: 20;
  pointer-events: none;
  transition: var(--right-line-transition, width 1s ease);
}

/*# sourceMappingURL=gb_design-heroslider.css.map */
</pre></body></html>