/* /Components/AnimatedDots.razor.rz.scp.css */
.animated-dots-container[b-ebktqioy9s] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
/* /Components/Article/ArticleContentWrapper.razor.rz.scp.css */
.article-content[b-dy98uf5nr3] {
  max-width: var(--max-article-size);
  margin: auto;
}
/* /Components/Article/ArticleTags.razor.rz.scp.css */
.tags[b-mo1el354xs] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.tags .date[b-mo1el354xs] {
  margin-left: auto;
}
/* /Components/Article/Author.razor.rz.scp.css */
.author[b-x1ehhtqwle] {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: auto 1fr;
  gap: 3px 10px;
}
.headshot[b-x1ehhtqwle] {
  overflow: hidden;
  border-radius: 50%;
  grid-row: span 2;
  background: var(--url, radial-gradient(circle at 30% 40%, #0059FF, #043174, #2E3543));
  background-position: center;
  background-size: cover;
  aspect-ratio: 1;
  height: 72px;
  width: 72px;
}
.name[b-x1ehhtqwle] {
  font-size: 24px;
  font-weight: 300;
}
[b-x1ehhtqwle] pill-heading[display-type="no-pill"] {
  text-align: left;
}
/* /Components/Article/AuthorList.razor.rz.scp.css */
.authors[b-t65pbyy1ho] {
  margin-top: 60px;
}
.author-list[b-t65pbyy1ho] {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 34px 100px;
}
@media only screen and (max-width: 700px) {
  .author-list[b-t65pbyy1ho] {
    grid-template-columns: 1fr;
  }
}
hr[b-t65pbyy1ho] {
  border: none;
  border-top: 1px solid #EBF3FF;
  margin-bottom: 34px;
}
/* /Components/Base/ExpandableButton.razor.rz.scp.css */
button-select[b-tjid22vic0] {
  position: relative;
}
button-select .button-select-main[b-tjid22vic0] {
  display: block;
}
button-select button-select-option-select-container[b-tjid22vic0] {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 50px;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}
button-select button-select-option-select-container button-select-list[b-tjid22vic0] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
button-select button-select-option-select-container button-select-list a.button.button-select[b-tjid22vic0] {
  transform: translateY(-20px);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition-delay: calc(var(--index) * 0.1s);
}
button-select[data-open] button-select-option-select-container[b-tjid22vic0] {
  visibility: visible;
  max-height: calc(var(--item-count) * 50px);
  opacity: 1;
  pointer-events: auto;
}
button-select[data-open] a.button.button-select[b-tjid22vic0] {
  opacity: 1;
  transform: translateY(0);
}
button-select.mobile button-select-option-select-container[b-tjid22vic0] {
  top: auto;
  left: 0;
  right: 0;
  bottom: 45px;
  background: #383f4c;
}
@media only screen and (max-width: 500px) {
  button-select.mobile button-select-option-select-container[b-tjid22vic0] {
    bottom: 40px;
  }
}
button-select.mobile button-select-option-select-container button-select-list a.button.button-select[b-tjid22vic0] {
  transform: translateY(20px);
}
button-select.mobile[data-open] a.button.button-select[b-tjid22vic0] {
  transform: translateY(0);
}
/* /Components/Base/ImageLightbox.razor.rz.scp.css */
img[b-vvn3brjzp9],
video[b-vvn3brjzp9] {
  display: block;
  width: 100%;
  max-height: 85vh;
}
/* /Components/Base/Lightbox.razor.rz.scp.css */
.lightbox[b-afbm31bwjw] {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(46, 53, 67, 0.9);
  justify-content: center;
  align-items: center;
}
.lightbox.visible[b-afbm31bwjw] {
  display: flex;
}
.close[b-afbm31bwjw] {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  background: white;
  color: #2E3543;
  aspect-ratio: 1;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-container[b-afbm31bwjw] {
  border-radius: 10px;
  overflow: hidden;
  max-width: 85vw;
}
/* /Components/Base/PillHeadingBase.razor.rz.scp.css */
pill-heading[b-i0opgyo1y7] {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--pill-color, #2E3543);
  background: var(--pill-background, white);
  border: 1px solid var(--pill-border-color, #2E3543);
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
  display: inline-block;
  border-width: 2px;
}
@media only screen and (max-width: 500px) {
  pill-heading[b-i0opgyo1y7] {
    font-size: 9px;
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 500px) {
  pill-heading[b-i0opgyo1y7] {
    white-space: normal;
  }
}
[display-type="solid"][b-i0opgyo1y7] {
  background: var(--pill-background, white);
  border-color: var(--pill-border-color, #2E3543);
}
[display-type="hollow"][b-i0opgyo1y7] {
  background: transparent;
  border-color: var(--pill-background, white);
}
[display-type="borderless"][b-i0opgyo1y7] {
  background: var(--pill-background, white);
  border-color: var(--pill-background, white);
}
[display-type="no-pill"][b-i0opgyo1y7] {
  text-align: left;
  color: var(--no-pill-color, #2E3543);
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
}
[display-type="block"][b-i0opgyo1y7] {
  border-color: var(--pill-background, white);
  border-radius: 0;
  border-width: 3px;
}
[text-colour="dark"][b-i0opgyo1y7] {
  --pill-color: #2E3543;
  --no-pill-color: #2E3543;
}
[text-colour="white"][b-i0opgyo1y7] {
  --pill-color: white;
  --no-pill-color: white;
}
[text-colour="bright"][b-i0opgyo1y7] {
  --pill-color: #0059FF;
  --no-pill-color: #0059FF;
}
[background-colour="light"][b-i0opgyo1y7] {
  --pill-background: #F6F9FF;
}
[background-colour="white"][b-i0opgyo1y7] {
  --pill-background: white;
}
[background-colour="bright"][b-i0opgyo1y7] {
  --pill-background: #0059FF;
}
[background-colour="dark"][b-i0opgyo1y7] {
  --pill-background: #2E3543;
}
[font-size="small"][b-i0opgyo1y7] {
  font-size: 8px;
}
[font-size="large"][b-i0opgyo1y7] {
  font-size: 12px;
}
[font-size="extra-large"][b-i0opgyo1y7] {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  padding: 10px 20px;
}
@media only screen and (max-width: 600px) {
  [font-size="extra-large"][b-i0opgyo1y7] {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  [font-size="extra-large"][b-i0opgyo1y7] {
    font-size: 18px;
    text-align: left;
  }
}
/* /Components/Base/ProductPillBase.razor.rz.scp.css */
img[b-p7z5ifkfjx] {
  height: 30px;
  min-width: 30px;
}
img[src=""][b-p7z5ifkfjx],
img:not([src])[b-p7z5ifkfjx] {
  display: none;
}
[size="medium"] img[b-p7z5ifkfjx] {
  height: 48px;
}
[size="large"] img[b-p7z5ifkfjx] {
  height: 60px;
}
@media only screen and (max-width: 1500px) {
  [size="large"] img[b-p7z5ifkfjx] {
    height: 58px;
  }
}
/* /Components/Base/SimpleSplitCardBase.razor.rz.scp.css */
.card[b-ooqr19wmko] {
  border-radius: 10px;
  overflow: hidden;
}
.card-content[b-ooqr19wmko] {
  display: grid;
  position: relative;
  --media-size: 50%;
}
[media-panel-size="small"] .card-content[b-ooqr19wmko] {
  --media-size: 30%;
}
[media-panel-size="large"] .card-content[b-ooqr19wmko] {
  --media-size: 60%;
}
[data-image-position="left"] .card-content[b-ooqr19wmko] {
  grid-auto-columns: var(--media-size) 1fr;
  grid-template-areas: "media content";
}
[data-image-position="right"] .card-content[b-ooqr19wmko] {
  grid-auto-columns: 1fr var(--media-size);
  grid-template-areas: "content media";
}
[data-image-position="top"] .card-content[b-ooqr19wmko] {
  grid-template-areas: "media" "content";
}
[data-image-position="bottom"] .card-content[b-ooqr19wmko] {
  grid-template-areas: "content" "media";
}
@media only screen and (max-width: 700px) {
  [data-image-position="left"] .card-content[b-ooqr19wmko],
  [data-image-position="right"] .card-content[b-ooqr19wmko] {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "content";
  }
}
.media-panel[b-ooqr19wmko] {
  grid-area: media;
}
.header[b-ooqr19wmko] {
  grid-area: content;
}
[b-ooqr19wmko] section-header {
  padding: 40px 50px;
}
[b-ooqr19wmko] section-header text-headers div.paragraph,
[b-ooqr19wmko] section-header text-headers p {
  line-height: 150%;
}
[b-ooqr19wmko] section-header text-headers h1 {
  margin: 0.5em 0;
}
[b-ooqr19wmko] section-header text-headers h2 {
  font-size: var(--medium-header-font-size) !important;
}
[b-ooqr19wmko] section-header text-headers headers > *:last-child {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 1100px) {
  [b-ooqr19wmko] section-header text-headers {
    padding: 0;
  }
}
[data-internal-padding][b-ooqr19wmko]  section-header text-headers {
  padding: 0;
}
[b-ooqr19wmko] section-header button-group {
  margin-bottom: 0;
}
@media only screen and (max-width: 700px) {
  [b-ooqr19wmko] section-header {
    padding: 20px;
  }
}
.media-panel[b-ooqr19wmko]  img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* /Components/Carousel/CarouselNav.razor.rz.scp.css */
carousel-nav[b-i9mbv53muu] {
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 28px;
}
carousel-nav[data-hide-arrows] carousel-nav-buttons[b-i9mbv53muu] {
  display: none;
}
@media only screen and (max-width: 1100px) {
  carousel-nav[data-hide-arrows] carousel-nav-buttons[b-i9mbv53muu] {
    display: flex;
  }
}
@media only screen and (max-width: 700px) {
  carousel-nav[data-mobile-style="dots-and-right-arrow"] carousel-nav-buttons[b-i9mbv53muu] {
    display: flex;
  }
  carousel-nav[data-mobile-style="dots-and-right-arrow"] carousel-nav-buttons .back[b-i9mbv53muu] {
    display: none;
  }
  carousel-nav[data-mobile-style="arrows-only"] carousel-position-dots[b-i9mbv53muu] {
    display: none;
  }
}
carousel-position-dots[b-i9mbv53muu] {
  display: flex;
  align-items: center;
  gap: 5px;
}
carousel-position-dot[b-i9mbv53muu] {
  width: 1em;
  opacity: 0.3;
  display: inline-block;
  height: 0;
  border: var(--header-color) 2px solid;
  border-radius: 2px;
  transition: 0.3s ease-in-out all;
  cursor: pointer;
}
carousel-position-dot[selected][b-i9mbv53muu] {
  width: 3em;
  opacity: 1;
}
carousel-nav-buttons[b-i9mbv53muu] {
  display: flex;
  gap: 10px;
  margin-left: auto;
}
carousel-nav-button[b-i9mbv53muu] {
  display: inline-block;
  color: var(--header-color);
  background: transparent;
  border: 1px solid var(--header-color);
  border-radius: 72px;
  font-size: 8px;
  cursor: pointer;
  padding: 8px 10px;
  line-height: 1em;
  transition: color 0.2s ease, background 0.2s ease;
  user-select: none;
}
carousel-nav-button:hover[b-i9mbv53muu] {
  color: var(--section-background-colour, white);
  background: var(--header-color);
}
[data-mobile] carousel-nav-button.back[b-i9mbv53muu] {
  display: none;
}
@media only screen and (max-width: 500px) {
  carousel-nav-button[b-i9mbv53muu] {
    padding: 8px 12px;
  }
}
/* /Components/List/EntityList.razor.rz.scp.css */
.list:not([data-empty])[b-i83epa64p4]  + no-data-section {
  display: none;
}
.filters[b-i83epa64p4] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  .filters[b-i83epa64p4] {
    display: grid;
  }
}
h3[b-i83epa64p4] {
  display: inline-block;
  color: var(--text-color);
}
.filter-by[b-i83epa64p4] {
  margin: 0;
}
/* /Components/List/Filter/EntityFilter.razor.rz.scp.css */
.filter[b-jnopwxucpn] {
  position: relative;
}
.filter[data-loading][b-jnopwxucpn] {
  animation: pulse 1s infinite;
  pointer-events: none;
}
.trigger[b-jnopwxucpn] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-color);
  border: 1px solid var(--input-border-color);
  background-color: white;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding: 1em;
  border-radius: 5px;
  font-weight: 600;
  min-width: 250px;
  cursor: pointer;
  z-index: 1;
}
[data-open] .trigger[b-jnopwxucpn] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.options[b-jnopwxucpn] {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  background: white;
  grid-template-columns: 20px 1fr;
  gap: 12px 12px;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid var(--input-border-color);
  padding: 12px;
  font-weight: 400;
  font-size: 14px;
  z-index: 2;
}
[data-open] .options[b-jnopwxucpn] {
  display: grid;
}
.filter-item[b-jnopwxucpn] {
  display: contents;
}
input[b-jnopwxucpn] {
  accent-color: #0059FF;
  appearance: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 1px solid var(--input-border-color);
  height: 20px;
  width: 20px;
  display: grid;
  align-items: center;
  justify-content: center;
}
input[b-jnopwxucpn]::before {
  content: "";
  background: #0059FF;
  display: block;
  transition: 0.2s ease;
  transition-property: opacity, transform;
  opacity: 0;
  transform: scale(0.4);
  height: 12px;
  width: 12px;
}
input:checked[b-jnopwxucpn]::before {
  opacity: 1;
  transform: scale(1);
}
input[b-jnopwxucpn],
label[b-jnopwxucpn] {
  cursor: pointer;
}
/* /Components/List/Filter/FilterLoadingSpinner.razor.rz.scp.css */
div[b-wb19r3117b] {
  background: linear-gradient(to right, #F6F9FF, #e7e6e5);
  border-radius: 5px;
  min-width: 250px;
  height: 36.33px;
  animation: pulse 1s infinite;
}
/* /Components/List/Filter/KeywordsFilter.razor.rz.scp.css */
.filter[b-ln5ww8xokk] {
  position: relative;
  display: flex;
  align-items: center;
}
.filter[data-loading][b-ln5ww8xokk] {
  animation: pulse 1s infinite;
  pointer-events: none;
}
input[b-ln5ww8xokk] {
  color: var(--text-color);
  border: 1px solid var(--input-border-color);
  background-color: white;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding: 1em;
  border-radius: 5px;
  font-weight: 600;
  min-width: 250px;
  padding-right: 40px;
}
@media only screen and (max-width: 700px) {
  input[b-ln5ww8xokk] {
    width: 100%;
  }
}
input[b-ln5ww8xokk]::placeholder {
  color: var(--text-color);
}
.search-icon[b-ln5ww8xokk] {
  position: absolute;
  right: 0;
  cursor: pointer;
  padding: 10px;
}
.search-icon[b-ln5ww8xokk]  svg {
  display: block;
}
/* /Components/List/Filter/ToggleFilter.razor.rz.scp.css */
.filter[b-nrluj6fl66] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  --secondary-button-color: #0059FF;
}
@media only screen and (max-width: 1100px) {
  .filter[b-nrluj6fl66] {
    gap: 0.5em;
    padding: 0;
  }
}
h3[b-nrluj6fl66] {
  margin: 0;
  color: var(--text-color);
}
@media only screen and (max-width: 500px) {
  h3[b-nrluj6fl66] {
    width: 100%;
  }
}
/* /Components/List/ListHeader.razor.rz.scp.css */
header[b-q8nl7cj9tv] {
  margin-bottom: 30px;
}
@media only screen and (max-width: 700px) {
  header[b-q8nl7cj9tv] {
    margin-bottom: 15px;
  }
}
/* /Components/List/ListItemsContainer.razor.rz.scp.css */
.items[b-5njde4ltt1] {
  display: grid;
  grid-template-columns: repeat(var(--column-count, 1), 1fr);
  gap: 1em;
  margin-top: 30px;
}
@media only screen and (max-width: 1100px) {
  .items[b-5njde4ltt1] {
    grid-template-columns: repeat(var(--tablet-column-count, var(--column-count, 1)), 1fr);
  }
}
@media only screen and (max-width: 700px) {
  .items[b-5njde4ltt1] {
    grid-template-columns: repeat(var(--mobile-column-count, var(--tablet-column-count, var(--column-count, 1))), 1fr);
  }
}
.items[b-5njde4ltt1]  > carousel-card {
  width: unset !important;
  min-width: unset !important;
}
/* /Components/List/LoadingPlaceholderAnimation.razor.rz.scp.css */
div[b-3usvy5r239] {
  filter: grayscale(60%);
  animation: fade-b-3usvy5r239 1s infinite alternate ease-in-out;
}
@keyframes fade-b-3usvy5r239 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 0.8;
  }
}
/* /Components/SolutionsGraph/SolutionsGraphGroup.razor.rz.scp.css */
.solution-graph-group[b-zufbjpn4l4] {
  display: contents;
  --border: 1px solid var(--border-color);
}
.solution-graph-group:not([data-angle-left]) a:first-of-type[b-zufbjpn4l4] {
  border-left: var(--border);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.solution-graph-group:not([data-angle-right]) a:last-of-type[b-zufbjpn4l4] {
  border-right: var(--border);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
a[b-zufbjpn4l4] {
  border-top: var(--border);
  border-bottom: var(--border);
  position: relative;
  flex: 1;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-inline: 15px;
  transition: background 0.1s ease, color 0.1s ease, border-color 0.1s ease;
}
[data-compressed] a[b-zufbjpn4l4] {
  height: 40px;
  padding-inline: 20px;
}
[data-compressed] a:first-of-type[b-zufbjpn4l4] {
  justify-content: end;
}
[data-compressed] a:last-of-type[b-zufbjpn4l4] {
  justify-content: start;
}
a:not(:last-of-type)[b-zufbjpn4l4]::after {
  content: '';
  border-left: var(--border);
  position: absolute;
  top: 25%;
  right: 0;
  height: 50%;
}
a.selected[b-zufbjpn4l4]::after,
a:has(+ .selected)[b-zufbjpn4l4]::after,
a:hover[b-zufbjpn4l4]::after,
a:has(+ :hover)[b-zufbjpn4l4]::after {
  display: none;
}
a.selected[b-zufbjpn4l4],
a:hover[b-zufbjpn4l4] {
  border-color: var(--selected-background-color);
  background: var(--selected-background-color);
  color: var(--selected-color);
}
svg[b-zufbjpn4l4] {
  height: 100%;
  fill: none;
  stroke: none;
  transition: border-color 0.1s ease;
}
svg .fill[b-zufbjpn4l4] {
  transition: fill 0.1s ease, stroke 0.1s ease;
  fill: var(--background-color);
}
svg polyline[b-zufbjpn4l4] {
  stroke: var(--border-color);
}
svg.angle-left[b-zufbjpn4l4] {
  border-block: var(--border);
}
svg[data-selected][b-zufbjpn4l4],
svg:has(+ a:hover)[b-zufbjpn4l4],
a:hover + svg[b-zufbjpn4l4] {
  border-color: var(--selected-background-color);
}
svg[data-selected] .fill[b-zufbjpn4l4],
svg:has(+ a:hover) .fill[b-zufbjpn4l4],
a:hover + svg .fill[b-zufbjpn4l4] {
  fill: var(--selected-background-color);
}
/* /Components/SolutionsGraph/SolutionsGraphRow.razor.rz.scp.css */
.solution-graph-row[b-0a8frvvb6d] {
  display: flex;
  width: 100%;
}
/* /Components/SwitchablePanels/PanelLinks.razor.rz.scp.css */
options-container[b-ohe9n0nh38] {
  background: white;
  border-radius: 10px;
  display: block;
}
panel-link[b-ohe9n0nh38] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #F6F9FF;
}
panel-link:last-child[b-ohe9n0nh38] {
  border: none;
}
[large-links] panel-link[b-ohe9n0nh38] {
  font-size: 24px;
  font-weight: 200;
  padding: 10px;
}
panel-link svg[b-ohe9n0nh38] {
  opacity: 0;
}
@media only screen and (max-width: 1100px) {
  [large-links] panel-link[b-ohe9n0nh38],
  panel-link[b-ohe9n0nh38] {
    font-size: 16px;
    padding: 15px 50px;
    margin: 0;
  }
}
@media only screen and (max-width: 700px) {
  [large-links] panel-link[b-ohe9n0nh38],
  panel-link[b-ohe9n0nh38] {
    padding: 10px 20px;
  }
}
panel-link.selected[b-ohe9n0nh38] {
  color: #0059FF !important;
}
panel-link.selected svg[b-ohe9n0nh38] {
  opacity: 1;
}
/* /Components/Translations/LanguageSelect.razor.rz.scp.css */
.full-name[b-nb3hd1iiuy] {
  display: none;
}
.full-name.mobile[b-nb3hd1iiuy] {
  display: inline;
}
.short-name[b-nb3hd1iiuy] {
  display: inline;
}
.short-name.mobile[b-nb3hd1iiuy] {
  display: none;
}
/* /Dynamic/Basic/ArticleCard.razor.rz.scp.css */
.article-card[b-qoq1i1i8sc] {
  background-color: white;
  border-radius: 10px;
  border: 2px solid #EBF3FF;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  border: none;
  padding: 0;
  overflow: hidden;
  display: block;
  --card-margin: 30px;
}
.article-card:hover[b-qoq1i1i8sc] {
  border-color: #0059FF;
  box-shadow: 0 0 3px rgba(0, 89, 255, 0.6);
}
.article-card[no-link][b-qoq1i1i8sc] {
  pointer-events: none;
}
@media only screen and (max-width: 1100px) {
  .article-card[b-qoq1i1i8sc] {
    --card-margin: 20px;
  }
}
.img[b-qoq1i1i8sc] {
  width: 100%;
  height: 20em;
  background: #0059FF;
  background-size: cover;
  position: relative;
  padding-inline: var(--card-margin);
}
.pills[b-qoq1i1i8sc] {
  position: absolute;
  bottom: -10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.card-content[b-qoq1i1i8sc] {
  margin: var(--card-margin);
  margin-bottom: 20px;
  display: block;
}
/* /Dynamic/Basic/Article/ArticleHeader.razor.rz.scp.css */
h2[b-n72b7lfa59] {
  margin-top: 50px;
}
h3[b-n72b7lfa59] {
  margin-top: 30px;
}
/* /Dynamic/Basic/Article/ArticleImage.razor.rz.scp.css */
figure[b-ibxssvvuj6] {
  margin: 50px 0;
  display: grid;
  position: relative;
  grid-template-columns: 1fr minmax(0, var(--max-article-size)) 1fr;
  --image-column: 2;
}
figure[data-pullout-position="left"][b-ibxssvvuj6] {
  --image-column: 2 / -1;
}
figure[data-pullout-position="right"][b-ibxssvvuj6] {
  --image-column: 1 / 3;
}
@media only screen and (max-width: 700px) {
  figure[b-ibxssvvuj6] {
    display: block;
  }
}
figure media-section[b-ibxssvvuj6] {
  display: block;
  width: 100%;
  border-radius: 10px;
  grid-column: var(--image-column);
}
figure media-section[b-ibxssvvuj6]  img[src=""],
figure media-section[b-ibxssvvuj6]  img:not([src]) {
  height: 400px;
  background: #2E3543;
}
figcaption[b-ibxssvvuj6] {
  grid-column: var(--image-column);
  font-size: 7px;
  font-weight: 900;
  line-height: 10px;
  letter-spacing: 0.2em;
  margin: 10px 0;
  text-transform: uppercase;
}
.pullout[b-ibxssvvuj6] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 400px;
  padding: 55px 45px;
  font-size: 24px;
  font-weight: 300;
  line-height: 34.8px;
  background: #0059FF;
  color: white;
  border-radius: 10px;
}
[data-pullout-position="left"] .pullout[b-ibxssvvuj6] {
  left: 0;
}
[data-pullout-position="right"] .pullout[b-ibxssvvuj6] {
  right: 0;
}
@media only screen and (max-width: 700px) {
  .pullout[b-ibxssvvuj6] {
    transform: none;
    position: relative;
    max-width: unset;
    left: 0;
    right: 0;
    width: 100%;
    top: -20px;
    font-size: 18px;
    line-height: normal;
    padding: 30px 20px;
  }
}
/* /Dynamic/Basic/Article/ArticleText.razor.rz.scp.css */
.article-text[b-3nyi308rqf] {
  min-height: 20px;
}
[b-3nyi308rqf] p,
[b-3nyi308rqf] li {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  line-height: 27.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
[b-3nyi308rqf] li {
  margin-bottom: 5px;
}
/* /Dynamic/Basic/Article/IconCards.razor.rz.scp.css */
.icon-cards[b-v2idz7trgq] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 0;
}
@media only screen and (max-width: 700px) {
  .icon-cards[b-v2idz7trgq] {
    grid-template-columns: 1fr;
  }
}
[b-v2idz7trgq] card {
  height: 100%;
}
/* /Dynamic/Basic/Article/SplitCard.razor.rz.scp.css */
.split-card[b-4ta2shv9a8] {
  margin: 100px 0;
}
@media only screen and (max-width: 700px) {
  .split-card[b-4ta2shv9a8] {
    margin: 50px 0;
  }
}
/* /Dynamic/Basic/Card.razor.rz.scp.css */
card[b-9rs1cpkaii] {
  display: block;
  position: relative;
}
card:not([has-border])[b-9rs1cpkaii] {
  border-width: 0 !important;
}
card card-content[b-9rs1cpkaii] {
  height: 100%;
}
card card-content[b-9rs1cpkaii]  h1 {
  margin: 0.25em 0;
}
card card-content[b-9rs1cpkaii]  sub-heading > * {
  font-size: 20px;
}
card card-content[b-9rs1cpkaii]  pill-heading[display-type="no-pill"] {
  padding-bottom: 20px;
}
card[show-as-card="True"][b-9rs1cpkaii] {
  background-color: white;
  border-radius: 10px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  padding: 20px 50px;
}
@media only screen and (max-width: 700px) {
  card[show-as-card="True"][b-9rs1cpkaii] {
    padding: 20px;
  }
  card[show-as-card="True"][image-postion="Background"].overlay-text[b-9rs1cpkaii],
  card[show-as-card="True"][image-postion="Top"] card[show-as-card="True"][image-padding][b-9rs1cpkaii] {
    padding: 0;
  }
}
card[card-padding="None"][b-9rs1cpkaii] {
  padding: 0;
}
card[card-padding="Small"][b-9rs1cpkaii] {
  padding: 25px;
}
card[card-padding="Small"][image-postion="Top"] img-container.icon-image.padding-large[b-9rs1cpkaii] {
  margin: 50px 30px;
}
card[card-padding="Small"][image-postion="Top"][b-9rs1cpkaii]  card-content {
  margin: 0 30px 20px 30px !important;
}
card[card-padding="Medium"][b-9rs1cpkaii] {
  padding: 30px 40px !important;
}
card[card-padding="Medium"][image-is-icon] img-container.icon-image[b-9rs1cpkaii] {
  margin: 0;
}
card[card-padding="Medium"][image-is-icon][b-9rs1cpkaii]  card-content {
  margin: 75px 0 0 0 !important;
}
card[card-padding="Large"][b-9rs1cpkaii] {
  padding: 50px;
}
card[theme="Dark"][b-9rs1cpkaii] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  background-color: var(--section-background-colour);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
card[theme="Blue"][b-9rs1cpkaii] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  --section-background-colour: var(--dark-blue-theme-background);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
card[theme="Blue"] img-container.icon-image[b-9rs1cpkaii] {
  background: #EBF3FF !important;
}
card[theme="Blue"][b-9rs1cpkaii]  pill-heading {
  --pill-color: #2E3543 !important;
}
card[theme="Blue"][b-9rs1cpkaii]  sub-heading > .paragraph.tiny {
  color: #FFFFFF66;
}
card[background-colour="White5Percent"][b-9rs1cpkaii] {
  background-color: #ffffff0d;
}
card[background-colour="Light"][b-9rs1cpkaii] {
  background-color: #F6F9FF;
}
card[background-colour="Light"] img-container.icon-image[b-9rs1cpkaii] {
  background-color: white !important;
}
card[background-colour="LightMidBlue"][b-9rs1cpkaii] {
  background-color: rgba(0, 58, 173, 0.85);
}
card[image-postion="Top"][b-9rs1cpkaii] {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
card[image-postion="Top"] > *[b-9rs1cpkaii] {
  display: block;
}
card[image-postion="Top"] img-container:not(.icon-image)[b-9rs1cpkaii] {
  padding-bottom: 20px;
}
card[image-postion="Top"] img-container.icon-image[b-9rs1cpkaii] {
  border-radius: 5em;
  background-color: #F6F9FF;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 40px;
  align-self: start;
}
card[image-postion="Top"] img-container.icon-image[b-9rs1cpkaii]  img,
card[image-postion="Top"] img-container.icon-image icon-container[b-9rs1cpkaii] {
  object-fit: contain;
  padding: 20px;
  width: 80px;
  height: 80px;
}
card[image-postion="Top"] img-container.icon-image icon-container[b-9rs1cpkaii] {
  display: flex;
  color: #0059FF;
  align-content: center;
  justify-content: center;
  font-size: 40px;
}
card[image-postion="Top"] img-container.icon-image.padding-small[b-9rs1cpkaii] {
  margin-bottom: 20px;
}
card[image-postion="Top"] img-container.icon-image.padding-large[b-9rs1cpkaii] {
  margin: 50px;
}
card[image-postion="Top"] img-container.icon-image.padding-none[b-9rs1cpkaii] {
  padding: 0;
}
@media only screen and (max-width: 500px) {
  card[image-postion="Top"] img-container.icon-image[b-9rs1cpkaii] {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 500px) {
  card[image-postion="Top"] img-container[b-9rs1cpkaii] {
    margin: 0 !important;
  }
}
card[image-postion="Top"][image-padding="Small"] img-container[b-9rs1cpkaii] {
  padding: 20px;
}
card[image-postion="Top"][image-padding="Small"] img-container[b-9rs1cpkaii]  img,
card[image-postion="Top"][image-padding="Small"] img-container icon-container[b-9rs1cpkaii] {
  border-radius: 10px;
}
@media only screen and (max-width: 1100px) {
  card[image-postion="Top"][image-padding="Small"] img-container[b-9rs1cpkaii] {
    margin: 0 !important;
    padding: 0 0 v 20px 0 !important;
  }
}
card[image-postion="Top"][image-padding="Medium"] img-container[b-9rs1cpkaii] {
  padding: 30px;
}
card[image-postion="Top"][image-padding="Medium"] img-container[b-9rs1cpkaii]  img,
card[image-postion="Top"][image-padding="Medium"] img-container icon-container[b-9rs1cpkaii] {
  border-radius: 10px;
}
@media only screen and (max-width: 1100px) {
  card[image-postion="Top"][image-padding="Medium"] img-container[b-9rs1cpkaii] {
    margin: 0 !important;
    padding: 0 0 v 30px 0 !important;
  }
}
card[image-postion="Top"][image-padding="Large"] img-container[b-9rs1cpkaii] {
  padding: 30px 60px 20px 60px;
}
card[image-postion="Top"][image-padding="Large"] img-container[b-9rs1cpkaii]  img,
card[image-postion="Top"][image-padding="Large"] img-container icon-container[b-9rs1cpkaii] {
  border-radius: 10px;
}
@media only screen and (max-width: 1100px) {
  card[image-postion="Top"][image-padding="Large"] img-container[b-9rs1cpkaii] {
    margin: 0 !important;
    padding: 0 0 v 30px 60px 20px 60px 0 !important;
  }
}
card[image-postion="Top"][image-fit="Contain"] img-container[b-9rs1cpkaii]  img {
  object-fit: contain !important;
}
card[image-postion="Top"][image-fit="Cover"] img-container[b-9rs1cpkaii]  img {
  object-fit: cover !important;
}
card[image-postion="Top"][auto-image-aspect-ratio][b-9rs1cpkaii]  img {
  aspect-ratio: auto;
  height: auto;
  border-radius: 0 !important;
}
card[image-postion="Top"][b-9rs1cpkaii]  card-content {
  margin: 0 40px 20px 40px;
}
@media only screen and (max-width: 1400px) {
  card[image-postion="Top"][b-9rs1cpkaii]  card-content {
    margin: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 500px) {
  card[image-postion="Top"][b-9rs1cpkaii]  card-content {
    margin-block: 0 !important;
  }
}
@media only screen and (max-width: 700px) {
  card[image-is-icon][b-9rs1cpkaii] {
    padding: 30px;
  }
  card[image-is-icon] img-container.icon-image[b-9rs1cpkaii] {
    margin: 0;
    margin-bottom: 20px;
  }
  card[image-is-icon] card-content[b-9rs1cpkaii] {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  card[image-is-icon] card-content[b-9rs1cpkaii] {
    margin: 0 !important;
  }
}
card[image-postion="Background"] gradient-mask[b-9rs1cpkaii] {
  border-radius: 10px;
  bottom: 0;
}
card[image-postion="Background"] gradient-mask[gradient="up"][b-9rs1cpkaii] {
  background: linear-gradient(to bottom, transparent 25%, #000000bf 100%);
}
card[image-postion="Background"] gradient-mask[gradient="down"][b-9rs1cpkaii] {
  background: linear-gradient(to bottom, #000000bf 25%, transparent 100%);
}
card[image-postion="Background"] gradient-mask[gradient="left"][b-9rs1cpkaii] {
  background: linear-gradient(to right, #000000bf 25%, transparent 100%);
}
card[image-postion="Background"] gradient-mask[gradient="right"][b-9rs1cpkaii] {
  background: linear-gradient(to right, transparent 25%, #000000bf 100%);
}
card[image-postion="Background"][b-9rs1cpkaii]  card-content {
  padding: 20px 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
card[image-postion="Background"][b-9rs1cpkaii]  card-content > .paragraph {
  margin: 0;
}
@media only screen and (max-width: 700px) {
  card[image-postion="Background"][b-9rs1cpkaii]  card-content {
    padding: 20px;
  }
}
card[no-image][b-9rs1cpkaii]  section-header > text-headers {
  padding-top: 0 !important;
}
card[vertical-center-align-content][b-9rs1cpkaii] {
  align-items: center;
}
card[vertical-center-align-content] card-content[b-9rs1cpkaii] {
  margin: auto 0;
  height: auto;
}
card.overlay-text[b-9rs1cpkaii] {
  border-radius: 10px;
  overflow: hidden;
}
card.overlay-text img-container[b-9rs1cpkaii] {
  height: 20em;
  display: block;
}
card.overlay-text img-container img[b-9rs1cpkaii] {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
card.overlay-text card-content[b-9rs1cpkaii] {
  background: linear-gradient(to bottom, transparent 25%, #000000bf 100%);
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  card.overlay-text card-content[b-9rs1cpkaii] {
    padding: 20px;
  }
}
card.overlay-text card-content[b-9rs1cpkaii]  text-headers {
  align-content: end;
}
card.overlay-text card-content[b-9rs1cpkaii]  div.paragraph,
card.overlay-text card-content[b-9rs1cpkaii]  div.paragraph p {
  font-weight: 300;
  font-size: 32px !important;
  line-height: 110%;
  color: white;
}
card.overlay-text card-content[b-9rs1cpkaii]  div.paragraph {
  margin: 0.5em 0;
}
@media only screen and (max-width: 500px) {
  card img-container[b-9rs1cpkaii] {
    max-height: 90vw;
  }
}
/* /Dynamic/Basic/CarouselCard.razor.rz.scp.css */
carousel-card[b-uqipz6ejgk] {
  display: block;
  overflow: hidden;
  max-width: 85vw;
}
carousel-card:not([card-type="Hero"])[b-uqipz6ejgk] {
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  width: 25em;
  min-width: 25em;
  padding: 30px 30px 20px 30px;
}
@media only screen and (max-width: 700px) {
  carousel-card:not([card-type="Hero"])[b-uqipz6ejgk] {
    padding: 20px;
  }
}
carousel-card:not([card-type="Hero"]):not([has-border])[b-uqipz6ejgk] {
  border-width: 0 !important;
}
carousel-card[theme="Dark"][b-uqipz6ejgk] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  background-color: var(--section-background-colour);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
carousel-card[theme="Blue"][b-uqipz6ejgk] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  --section-background-colour: var(--dark-blue-theme-background);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
carousel-card[theme="Blue"] img-container.icon-image[b-uqipz6ejgk] {
  background: #EBF3FF !important;
}
carousel-card[background-colour="LightMidBlue"][b-uqipz6ejgk] {
  background-color: rgba(0, 58, 173, 0.85);
}
carousel-card[background-colour="Light"][b-uqipz6ejgk] {
  background-color: #F6F9FF;
}
carousel-card.image[b-uqipz6ejgk] {
  padding: 0;
  display: grid;
  grid-template-rows: 20em auto;
}
carousel-card.image section-content[b-uqipz6ejgk] {
  padding: 35px 25px 20px 25px;
}
carousel-card.icon-image[b-uqipz6ejgk] {
  min-height: 15em;
  grid-template-rows: auto auto;
}
carousel-card.icon-image img-container[b-uqipz6ejgk] {
  border-radius: 5em;
  width: 5em;
  height: 5em;
  display: inline-block;
  background-color: #F6F9FF;
  margin: 20px 50px;
}
carousel-card.icon-image img-container[b-uqipz6ejgk]  img {
  object-fit: contain;
  padding: 1em;
  aspect-ratio: 1 / 1;
}
carousel-card.icon-image section-content[b-uqipz6ejgk] {
  padding: 0;
  margin: 20px 50px;
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  carousel-card.icon-image img-container[b-uqipz6ejgk],
  carousel-card.icon-image section-content[b-uqipz6ejgk] {
    margin: 20px;
    padding: 0 !important;
  }
}
carousel-card[b-uqipz6ejgk]  section-header[text-panel-size="Large"] {
  display: flex !important;
  flex-direction: column;
}
carousel-card[b-uqipz6ejgk]  section-header[text-panel-size="Large"] > text-headers {
  display: grid;
  grid-template-rows: 30% auto;
  height: 100%;
}
carousel-card[b-uqipz6ejgk]  section-header button-group {
  margin: 0;
}
carousel-card[b-uqipz6ejgk]  section-header headers {
  display: block;
  margin-bottom: 12px;
}
carousel-card[b-uqipz6ejgk]  section-header headers > * {
  line-height: 140%;
  margin-bottom: 0.5em !important;
}
carousel-card[b-uqipz6ejgk]  section-header pill-heading-container pill-heading[display-type="borderless"] {
  background-color: #F6F9FF;
}
carousel-card[b-uqipz6ejgk]  section-header pill-heading-container pill-heading[display-type="hollow"] {
  border: none;
  padding-right: 0;
}
carousel-card > img-container[b-uqipz6ejgk] {
  overflow: hidden;
}
carousel-card > img-container[b-uqipz6ejgk] >  img[image-postion="Top"] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
carousel-card section-content[b-uqipz6ejgk] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
carousel-card[b-uqipz6ejgk]  h1.extra-large {
  font-size: 120px;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  carousel-card:not([card-type="Hero"])[b-uqipz6ejgk] {
    min-width: 100%;
    max-width: unset;
  }
  carousel-card.image:not(.icon-image)[b-uqipz6ejgk] {
    grid-template-rows: 20em auto;
  }
  carousel-card.image:not(.icon-image) section-content[b-uqipz6ejgk] {
    padding: 20px;
  }
  carousel-card[b-uqipz6ejgk]  pill-heading {
    font-size: 8px !important;
  }
}
/* /Dynamic/Basic/CollapsibleCard.razor.rz.scp.css */
collapsible-card[b-tnx1zbiu78] {
  position: relative;
  display: block;
  border: 1px solid #0059FF;
  background-color: #F6F9FF;
  border-radius: 10px;
  margin-bottom: -12px;
  z-index: 1;
  cursor: pointer;
  max-height: 140px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1100px) {
  collapsible-card[b-tnx1zbiu78] {
    max-height: 120px;
  }
}
@media only screen and (max-width: 700px) {
  collapsible-card[b-tnx1zbiu78] {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: white;
  }
}
collapsible-card[editing][b-tnx1zbiu78] {
  transition: none;
}
collapsible-card:hover[b-tnx1zbiu78],
collapsible-card.expanded[b-tnx1zbiu78] {
  background-color: white;
  max-height: 200px;
}
collapsible-card:hover button.expand[b-tnx1zbiu78],
collapsible-card.expanded button.expand[b-tnx1zbiu78] {
  border-color: #0059FF;
  background: #F6F9FF;
}
collapsible-card:hover[b-tnx1zbiu78]  dot-points-container,
collapsible-card.expanded[b-tnx1zbiu78]  dot-points-container {
  opacity: 1;
}
collapsible-card:hover:not(.expanded)[b-tnx1zbiu78] {
  max-height: 245px;
}
collapsible-card:hover:not(.expanded)[b-tnx1zbiu78]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 50%, white 100%);
}
collapsible-card.expanded[b-tnx1zbiu78] {
  max-height: 4000px;
}
collapsible-card.expanded button.expand[b-tnx1zbiu78] {
  border-color: #F6F9FF;
}
collapsible-card.expanded button.expand[b-tnx1zbiu78]::after {
  content: "-";
}
button.expand[b-tnx1zbiu78] {
  position: absolute;
  top: 25px;
  right: 25px;
  height: 48px;
  width: 48px;
  border-radius: 24px;
  color: #0059FF;
  border: 1px solid white;
  cursor: pointer;
  background: white;
}
button.expand[b-tnx1zbiu78]::after {
  content: "+";
  font-family: "ReplicaLL", "Inter", sans-serif;
  font-size: 30px;
  font-weight: 300;
  height: 40px;
  display: block;
}
@media only screen and (max-width: 700px) {
  button.expand[b-tnx1zbiu78] {
    background-color: #F6F9FF;
    right: 0;
  }
}
[b-tnx1zbiu78] h1 {
  font-size: 30px;
}
[b-tnx1zbiu78] dot-points-container {
  opacity: 0.25;
}
 [b-tnx1zbiu78]>  *:not(:last-child):not(button)::after {
  content: "";
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 89, 255, 0.2);
}
/* /Dynamic/Basic/CollapsibleListPanel.razor.rz.scp.css */
collapsible-list-panel[b-7nyupmembz] {
  display: block;
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  collapsible-list-panel[b-7nyupmembz] {
    padding: 20px;
  }
}
/* /Dynamic/Basic/CollapsibleListPanelItem.razor.rz.scp.css */
collapsible-list-panel-item[b-0hqz7ylevt] {
  display: block;
  border-top: 1px solid rgba(0, 89, 255, 0.2);
  cursor: pointer;
  background-color: white;
}
collapsible-list-panel-item .collapse[b-0hqz7ylevt] {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease;
}
collapsible-list-panel-item.expanded .collapse[b-0hqz7ylevt],
collapsible-list-panel-item[editing] .collapse[b-0hqz7ylevt] {
  grid-template-rows: 1fr;
}
collapsible-list-panel-item.expanded button.expand[b-0hqz7ylevt]::after,
collapsible-list-panel-item[editing] button.expand[b-0hqz7ylevt]::after {
  content: "-";
}
.paragraph[b-0hqz7ylevt] {
  overflow: hidden;
  overflow-anchor: none;
}
header[b-0hqz7ylevt] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h1[b-0hqz7ylevt] {
  margin: 0;
  color: #2E3543;
}
button.expand[b-0hqz7ylevt] {
  height: 30px;
  width: 30px;
  color: #2E3543;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
  height: 40px;
}
button.expand[b-0hqz7ylevt]::after {
  content: "+";
}
/* /Dynamic/Basic/ConsultantCard.razor.rz.scp.css */
carousel-card[b-19hvvy3x6q] {
  display: block;
  overflow: hidden;
  max-width: 85vw;
}
carousel-card:not([card-type="Hero"])[b-19hvvy3x6q] {
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  width: 25em;
  min-width: 25em;
  padding: 30px 30px 20px 30px;
}
@media only screen and (max-width: 700px) {
  carousel-card:not([card-type="Hero"])[b-19hvvy3x6q] {
    padding: 20px;
  }
}
carousel-card:not([card-type="Hero"]):not([has-border])[b-19hvvy3x6q] {
  border-width: 0 !important;
}
carousel-card[theme="Dark"][b-19hvvy3x6q] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  background-color: var(--section-background-colour);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
carousel-card[theme="Blue"][b-19hvvy3x6q] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  --section-background-colour: var(--dark-blue-theme-background);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
carousel-card[theme="Blue"] img-container.icon-image[b-19hvvy3x6q] {
  background: #EBF3FF !important;
}
carousel-card[background-colour="LightMidBlue"][b-19hvvy3x6q] {
  background-color: rgba(0, 58, 173, 0.85);
}
carousel-card[background-colour="Light"][b-19hvvy3x6q] {
  background-color: #F6F9FF;
}
carousel-card.image[b-19hvvy3x6q] {
  padding: 0;
  display: grid;
  grid-template-rows: 20em auto;
}
carousel-card.image section-content[b-19hvvy3x6q] {
  padding: 35px 25px 20px 25px;
}
carousel-card.icon-image[b-19hvvy3x6q] {
  min-height: 15em;
  grid-template-rows: auto auto;
}
carousel-card.icon-image img-container[b-19hvvy3x6q] {
  border-radius: 5em;
  width: 5em;
  height: 5em;
  display: inline-block;
  background-color: #F6F9FF;
  margin: 20px 50px;
}
carousel-card.icon-image img-container[b-19hvvy3x6q]  img {
  object-fit: contain;
  padding: 1em;
  aspect-ratio: 1 / 1;
}
carousel-card.icon-image section-content[b-19hvvy3x6q] {
  padding: 0;
  margin: 20px 50px;
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  carousel-card.icon-image img-container[b-19hvvy3x6q],
  carousel-card.icon-image section-content[b-19hvvy3x6q] {
    margin: 20px;
    padding: 0 !important;
  }
}
carousel-card[b-19hvvy3x6q]  section-header[text-panel-size="Large"] {
  display: flex !important;
  flex-direction: column;
}
carousel-card[b-19hvvy3x6q]  section-header[text-panel-size="Large"] > text-headers {
  display: grid;
  grid-template-rows: 30% auto;
  height: 100%;
}
carousel-card[b-19hvvy3x6q]  section-header button-group {
  margin: 0;
}
carousel-card[b-19hvvy3x6q]  section-header headers {
  display: block;
  margin-bottom: 12px;
}
carousel-card[b-19hvvy3x6q]  section-header headers > * {
  line-height: 140%;
  margin-bottom: 0.5em !important;
}
carousel-card[b-19hvvy3x6q]  section-header pill-heading-container pill-heading[display-type="borderless"] {
  background-color: #F6F9FF;
}
carousel-card[b-19hvvy3x6q]  section-header pill-heading-container pill-heading[display-type="hollow"] {
  border: none;
  padding-right: 0;
}
carousel-card > img-container[b-19hvvy3x6q] {
  overflow: hidden;
}
carousel-card > img-container[b-19hvvy3x6q] >  img[image-postion="Top"] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
carousel-card section-content[b-19hvvy3x6q] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
carousel-card[b-19hvvy3x6q]  h1.extra-large {
  font-size: 120px;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  carousel-card:not([card-type="Hero"])[b-19hvvy3x6q] {
    min-width: 100%;
    max-width: unset;
  }
  carousel-card.image:not(.icon-image)[b-19hvvy3x6q] {
    grid-template-rows: 20em auto;
  }
  carousel-card.image:not(.icon-image) section-content[b-19hvvy3x6q] {
    padding: 20px;
  }
  carousel-card[b-19hvvy3x6q]  pill-heading {
    font-size: 8px !important;
  }
}
carousel-card[card-type="Person"][b-19hvvy3x6q] {
  width: 20em;
  min-width: 20em;
  min-height: 20em;
}
carousel-card[card-type="Person"] person-details[b-19hvvy3x6q] {
  position: relative;
}
carousel-card[card-type="Person"] person-details > img-container[b-19hvvy3x6q] {
  display: block;
  padding-bottom: 20px;
}
carousel-card[card-type="Person"] person-details > img-container[b-19hvvy3x6q]  img {
  border-radius: 100px;
  object-fit: cover;
  overflow: hidden;
  height: 130px;
  aspect-ratio: 1 / 1;
}
carousel-card[card-type="Person"] person-details[b-19hvvy3x6q]  logo-container {
  position: absolute;
  top: 0;
  right: 0;
}
carousel-card[card-type="Person"] person-details[b-19hvvy3x6q]  pill-headings-container > pill-heading {
  display: block;
  text-align: left;
  padding: 0;
}
carousel-card[card-type="Person"][b-19hvvy3x6q]  ul {
  padding: 0 15px;
}
pill-heading[b-19hvvy3x6q] {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--pill-color, #2E3543);
  background: var(--pill-background, white);
  border: 1px solid var(--pill-border-color, #2E3543);
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
  display: inline-block;
  border-width: 2px;
}
@media only screen and (max-width: 500px) {
  pill-heading[b-19hvvy3x6q] {
    font-size: 9px;
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 500px) {
  pill-heading[b-19hvvy3x6q] {
    white-space: normal;
  }
}
[display-type="solid"][b-19hvvy3x6q] {
  background: var(--pill-background, white);
  border-color: var(--pill-border-color, #2E3543);
}
[display-type="hollow"][b-19hvvy3x6q] {
  background: transparent;
  border-color: var(--pill-background, white);
}
[display-type="borderless"][b-19hvvy3x6q] {
  background: var(--pill-background, white);
  border-color: var(--pill-background, white);
}
[display-type="no-pill"][b-19hvvy3x6q] {
  text-align: left;
  color: var(--no-pill-color, #2E3543);
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
}
[display-type="block"][b-19hvvy3x6q] {
  border-color: var(--pill-background, white);
  border-radius: 0;
  border-width: 3px;
}
[text-colour="dark"][b-19hvvy3x6q] {
  --pill-color: #2E3543;
  --no-pill-color: #2E3543;
}
[text-colour="white"][b-19hvvy3x6q] {
  --pill-color: white;
  --no-pill-color: white;
}
[text-colour="bright"][b-19hvvy3x6q] {
  --pill-color: #0059FF;
  --no-pill-color: #0059FF;
}
[background-colour="light"][b-19hvvy3x6q] {
  --pill-background: #F6F9FF;
}
[background-colour="white"][b-19hvvy3x6q] {
  --pill-background: white;
}
[background-colour="bright"][b-19hvvy3x6q] {
  --pill-background: #0059FF;
}
[background-colour="dark"][b-19hvvy3x6q] {
  --pill-background: #2E3543;
}
[font-size="small"][b-19hvvy3x6q] {
  font-size: 8px;
}
[font-size="large"][b-19hvvy3x6q] {
  font-size: 12px;
}
[font-size="extra-large"][b-19hvvy3x6q] {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  padding: 10px 20px;
}
@media only screen and (max-width: 600px) {
  [font-size="extra-large"][b-19hvvy3x6q] {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  [font-size="extra-large"][b-19hvvy3x6q] {
    font-size: 18px;
    text-align: left;
  }
}
carousel-card[b-19hvvy3x6q] {
  height: 100%;
}
[b-19hvvy3x6q] pill-heading {
  white-space: normal;
}
logo-container[b-19hvvy3x6q] {
  color: #0059FF;
}
[theme="Dark"] logo-container[b-19hvvy3x6q],
[theme="Blue"] logo-container[b-19hvvy3x6q] {
  color: white;
}
/* /Dynamic/Basic/ExpoCard.razor.rz.scp.css */
pill-heading[b-odtn1mpw2w] {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--pill-color, #2E3543);
  background: var(--pill-background, white);
  border: 1px solid var(--pill-border-color, #2E3543);
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
  display: inline-block;
  border-width: 2px;
}
@media only screen and (max-width: 500px) {
  pill-heading[b-odtn1mpw2w] {
    font-size: 9px;
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 500px) {
  pill-heading[b-odtn1mpw2w] {
    white-space: normal;
  }
}
[display-type="solid"][b-odtn1mpw2w] {
  background: var(--pill-background, white);
  border-color: var(--pill-border-color, #2E3543);
}
[display-type="hollow"][b-odtn1mpw2w] {
  background: transparent;
  border-color: var(--pill-background, white);
}
[display-type="borderless"][b-odtn1mpw2w] {
  background: var(--pill-background, white);
  border-color: var(--pill-background, white);
}
[display-type="no-pill"][b-odtn1mpw2w] {
  text-align: left;
  color: var(--no-pill-color, #2E3543);
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
}
[display-type="block"][b-odtn1mpw2w] {
  border-color: var(--pill-background, white);
  border-radius: 0;
  border-width: 3px;
}
[text-colour="dark"][b-odtn1mpw2w] {
  --pill-color: #2E3543;
  --no-pill-color: #2E3543;
}
[text-colour="white"][b-odtn1mpw2w] {
  --pill-color: white;
  --no-pill-color: white;
}
[text-colour="bright"][b-odtn1mpw2w] {
  --pill-color: #0059FF;
  --no-pill-color: #0059FF;
}
[background-colour="light"][b-odtn1mpw2w] {
  --pill-background: #F6F9FF;
}
[background-colour="white"][b-odtn1mpw2w] {
  --pill-background: white;
}
[background-colour="bright"][b-odtn1mpw2w] {
  --pill-background: #0059FF;
}
[background-colour="dark"][b-odtn1mpw2w] {
  --pill-background: #2E3543;
}
[font-size="small"][b-odtn1mpw2w] {
  font-size: 8px;
}
[font-size="large"][b-odtn1mpw2w] {
  font-size: 12px;
}
[font-size="extra-large"][b-odtn1mpw2w] {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  padding: 10px 20px;
}
@media only screen and (max-width: 600px) {
  [font-size="extra-large"][b-odtn1mpw2w] {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  [font-size="extra-large"][b-odtn1mpw2w] {
    font-size: 18px;
    text-align: left;
  }
}
expo-card[b-odtn1mpw2w] {
  display: block;
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  padding: 40px;
}
@media only screen and (max-width: 700px) {
  expo-card[b-odtn1mpw2w] {
    padding: 20px;
  }
}
expo-card h2[b-odtn1mpw2w] {
  margin-top: 20px;
  font-size: 28px;
}
expo-card sub-headings[b-odtn1mpw2w] {
  display: block;
  margin: 25px 0 10px 0;
}
expo-card sub-headings[b-odtn1mpw2w]  .paragraph {
  margin: 0;
  line-height: 140%;
}
expo-card[b-odtn1mpw2w]  .paragraph-container {
  margin: 25px 0 10px 0;
}
expo-card[b-odtn1mpw2w]  .paragraph-container .paragraph {
  margin-top: 0.5em;
  line-height: 100%;
  max-height: 4em;
  overflow: hidden;
  text-overflow: ellipsis;
}
expo-card[b-odtn1mpw2w]  .paragraph-container .paragraph p {
  margin: 0;
}
expo-card button-group[b-odtn1mpw2w] {
  margin-top: 25px;
}
/* /Dynamic/Basic/HeroCarouselCard.razor.rz.scp.css */
carousel-card[b-njxuzl0a5d] {
  display: block;
  width: 100%;
  flex-shrink: 0;
}
.hero-content[b-njxuzl0a5d] {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.hero-content[data-alignment="left"][b-njxuzl0a5d] {
  justify-content: start;
}
.hero-content[data-alignment="center"][b-njxuzl0a5d] {
  justify-content: center;
}
.hero-content[data-alignment="right"][b-njxuzl0a5d] {
  justify-content: end;
}
.hero-content .details[b-njxuzl0a5d] {
  width: 50%;
}
hr[b-njxuzl0a5d] {
  width: 100%;
}
.desktop[b-njxuzl0a5d] {
  height: 100%;
}
.desktop[b-njxuzl0a5d]  section,
.desktop[b-njxuzl0a5d]  .section-content,
.desktop[b-njxuzl0a5d]  .hero,
.desktop[b-njxuzl0a5d]  .gutter {
  height: 100%;
}
.mobile[b-njxuzl0a5d] {
  display: none;
  height: 100%;
}
.mobile p[b-njxuzl0a5d] {
  font-size: 22px;
  line-height: 27.5px;
  font-weight: 300;
  margin-top: 22px;
}
.mobile hr[b-njxuzl0a5d] {
  margin: 17px 0;
}
.mobile[b-njxuzl0a5d]  img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
}
.mobile[b-njxuzl0a5d]  person-panel,
.mobile[b-njxuzl0a5d]  person-details {
  margin: 0;
}
@media only screen and (max-width: 700px) {
  .desktop[b-njxuzl0a5d] {
    display: none;
  }
  .mobile[b-njxuzl0a5d] {
    display: block;
  }
}
/* /Dynamic/Basic/HeroContainer.razor.rz.scp.css */
.hero[b-aikqy46mzm] {
  min-height: 75svh;
  display: grid;
  padding: var(--section-padding);
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .hero[b-aikqy46mzm] {
    min-height: 85svh;
  }
}
.hero[hero-type="Solid"][b-aikqy46mzm] {
  min-height: 75svh;
}
.hero[data-fullscreen][b-aikqy46mzm] {
  min-height: 100svh;
}
.hero[data-large-top-padding][b-aikqy46mzm] {
  padding-top: 100px !important;
}
@media only screen and (max-width: 1400px) {
  .hero[data-small-fullscreen][b-aikqy46mzm] {
    min-height: 100svh;
  }
}
.gutter[b-aikqy46mzm] {
  max-width: 1250px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
/* /Dynamic/Basic/HubspotForm.razor.rz.scp.css */
[theme="light"] hubspot-form-container[b-v1cnnvr0q7] {
  --solid-button-background: #0059FF;
  --solid-button-color: white;
}
[b-v1cnnvr0q7] form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
[b-v1cnnvr0q7] fieldset {
  max-width: unset !important;
}
[b-v1cnnvr0q7] input,
[b-v1cnnvr0q7] select {
  width: 100% !important;
}
[b-v1cnnvr0q7] .hs-fieldtype-select {
  position: relative;
}
[b-v1cnnvr0q7] .hs-fieldtype-select > label {
  display: none;
}
[b-v1cnnvr0q7] .hs-fieldtype-select select {
  height: 45px;
}
[b-v1cnnvr0q7] .hs-fieldtype-select select:has(option:first-child:disabled:checked) {
  color: var(--header-color);
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
[b-v1cnnvr0q7] .hs-form-field {
  position: relative;
}
[b-v1cnnvr0q7] .form-columns-2,
[b-v1cnnvr0q7] .form-columns-3 {
  display: grid;
  gap: 18px;
}
[b-v1cnnvr0q7] .form-columns-2 .hs-form-field,
[b-v1cnnvr0q7] .form-columns-3 .hs-form-field {
  width: 100% !important;
}
[b-v1cnnvr0q7] .form-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 500px) {
  [b-v1cnnvr0q7] .form-columns-2 {
    grid-template-columns: 1fr;
  }
}
[b-v1cnnvr0q7] .form-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 700px) {
  [b-v1cnnvr0q7] .form-columns-3 {
    grid-template-columns: 1fr;
  }
}
[b-v1cnnvr0q7] .input {
  margin: 0 !important;
}
[b-v1cnnvr0q7] .input input.error {
  border-color: var(--error-color);
}
[b-v1cnnvr0q7] .input input.error::placeholder {
  color: var(--error-color);
}
[b-v1cnnvr0q7] textarea {
  width: 100% !important;
}
[b-v1cnnvr0q7] .hs-submit {
  display: inline-block;
  align-self: end;
}
[b-v1cnnvr0q7] div.submitted-message {
  text-align: center;
  font-family: "ReplicaLL", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 1.5em;
  margin: 0.5em 0;
  letter-spacing: 0.02em;
  color: var(--text-color);
}
[b-v1cnnvr0q7] input[type="submit"] {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--solid-button-color);
  display: inline-block;
  background: var(--solid-button-background);
  border: 1px solid var(--solid-button-background);
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.2s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 500px) {
  [b-v1cnnvr0q7] input[type="submit"] {
    font-size: 9px;
    padding: 7px 12px;
  }
}
[b-v1cnnvr0q7] input[type="submit"]:hover,
[b-v1cnnvr0q7] input[type="submit"]:focus,
[b-v1cnnvr0q7] input[type="submit"]:focus-visible {
  opacity: 0.9;
}
[b-v1cnnvr0q7] ul.hs-error-msgs {
  padding: 0;
  margin: 0;
  font-size: 10px;
  list-style: none;
  position: absolute;
  bottom: -14px;
  color: var(--error-color);
}
/* /Dynamic/Basic/ImageCard.razor.rz.scp.css */
[b-tqwqy2cz5c] section,
[b-tqwqy2cz5c] .section-content {
  height: 100%;
}
[b-tqwqy2cz5c] div.paragraph,
[b-tqwqy2cz5c] div.paragraph p {
  margin-bottom: 0;
}
div.paragraph[b-tqwqy2cz5c] {
  max-width: 500px;
  margin-top: auto;
}
.image-card[b-tqwqy2cz5c] {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: block;
}
.image-card[b-tqwqy2cz5c]  pill-heading,
.image-card[b-tqwqy2cz5c]  .section-content[gradient="up"] {
  transition: all 0.2s ease;
}
.image-card[href]:hover[b-tqwqy2cz5c]  pill-heading {
  --pill-background: #0059FF;
  --pill-border-color: #0059FF;
  --pill-color: white;
}
.image-card[href]:hover[b-tqwqy2cz5c]  .section-content[gradient="up"] {
  background: linear-gradient(to bottom, transparent 25%, #0059FF 100%) !important;
}
.image-card[href]:hover .arrow[b-tqwqy2cz5c] {
  opacity: 1;
}
.card-content[b-tqwqy2cz5c] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  min-height: 350px;
  padding: 25px;
  color: white;
}
@media only screen and (max-width: 500px) {
  .card-content[b-tqwqy2cz5c] {
    padding: 20px;
  }
}
header[b-tqwqy2cz5c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
[b-tqwqy2cz5c] .section-content {
  transition: background 0.2s ease;
}
.arrow[b-tqwqy2cz5c] {
  opacity: 0;
  padding: 0;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
  transition: opacity 0.2s ease;
  background: #0059FF;
}
@media only screen and (max-width: 500px) {
  .arrow[b-tqwqy2cz5c] {
    display: none;
  }
}
/* /Dynamic/Basic/ImagePanelWithItemsList.razor.rz.scp.css */
image-panel-with-items-list[b-5nt03n78li] {
  display: block;
  padding: 20px 50px;
}
@media only screen and (max-width: 500px) {
  image-panel-with-items-list[b-5nt03n78li] {
    padding: 20px;
  }
}
image-panel-with-items-list[b-5nt03n78li]  h1 {
  font-size: 30px;
}
image-panel-with-items-list[b-5nt03n78li] >  section-header {
  margin-bottom: 30px;
}
image-panel-with-items-list > panel-container[b-5nt03n78li] {
  display: flex;
  padding-bottom: 10px;
}
image-panel-with-items-list > panel-container > image-panel[b-5nt03n78li] {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
image-panel-with-items-list > panel-container > image-panel[b-5nt03n78li]  img {
  width: 100%;
}
image-panel-with-items-list > panel-container > items-panel[b-5nt03n78li] {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0 40px;
}
image-panel-with-items-list > panel-container > items-panel[b-5nt03n78li] >  section-header {
  height: auto !important;
  border-bottom: 1px solid rgba(0, 89, 255, 0.2);
  padding: 20px 0 10px 0;
}
image-panel-with-items-list > panel-container > items-panel[b-5nt03n78li] >  section-header:first-child {
  padding-bottom: 30px;
  border: none;
}
image-panel-with-items-list > panel-container > items-panel[b-5nt03n78li] >  section-header:first-child h1 {
  padding-bottom: 20px;
}
image-panel-with-items-list > panel-container > items-panel[b-5nt03n78li] >  section-header:last-child {
  border: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  image-panel-with-items-list > panel-container[b-5nt03n78li] {
    flex-direction: column;
  }
  image-panel-with-items-list > panel-container > items-panel[b-5nt03n78li] {
    padding: 20px 0;
  }
  image-panel-with-items-list > panel-container > items-panel[b-5nt03n78li]  h1 {
    font-size: 24px;
  }
}
/* /Dynamic/Basic/ImageWrapPanel.razor.rz.scp.css */
image-wrap-panel[b-bdk9g2wv78] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
image-wrap-panel[cards-per-row="1"][b-bdk9g2wv78] {
  display: flex;
  flex-direction: column;
}
image-wrap-panel[cards-per-row="2"][b-bdk9g2wv78] {
  grid-template-columns: repeat(2, 1fr);
}
image-wrap-panel[cards-per-row="3"][b-bdk9g2wv78] {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 700px) {
  image-wrap-panel[b-bdk9g2wv78] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  image-wrap-panel[b-bdk9g2wv78] {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* /Dynamic/Basic/JobListingCard.razor.rz.scp.css */
pill-heading[b-0trh7bjugc] {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--pill-color, #2E3543);
  background: var(--pill-background, white);
  border: 1px solid var(--pill-border-color, #2E3543);
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
  display: inline-block;
  border-width: 2px;
}
@media only screen and (max-width: 500px) {
  pill-heading[b-0trh7bjugc] {
    font-size: 9px;
    padding: 7px 12px;
  }
}
@media only screen and (max-width: 500px) {
  pill-heading[b-0trh7bjugc] {
    white-space: normal;
  }
}
[display-type="solid"][b-0trh7bjugc] {
  background: var(--pill-background, white);
  border-color: var(--pill-border-color, #2E3543);
}
[display-type="hollow"][b-0trh7bjugc] {
  background: transparent;
  border-color: var(--pill-background, white);
}
[display-type="borderless"][b-0trh7bjugc] {
  background: var(--pill-background, white);
  border-color: var(--pill-background, white);
}
[display-type="no-pill"][b-0trh7bjugc] {
  text-align: left;
  color: var(--no-pill-color, #2E3543);
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
}
[display-type="block"][b-0trh7bjugc] {
  border-color: var(--pill-background, white);
  border-radius: 0;
  border-width: 3px;
}
[text-colour="dark"][b-0trh7bjugc] {
  --pill-color: #2E3543;
  --no-pill-color: #2E3543;
}
[text-colour="white"][b-0trh7bjugc] {
  --pill-color: white;
  --no-pill-color: white;
}
[text-colour="bright"][b-0trh7bjugc] {
  --pill-color: #0059FF;
  --no-pill-color: #0059FF;
}
[background-colour="light"][b-0trh7bjugc] {
  --pill-background: #F6F9FF;
}
[background-colour="white"][b-0trh7bjugc] {
  --pill-background: white;
}
[background-colour="bright"][b-0trh7bjugc] {
  --pill-background: #0059FF;
}
[background-colour="dark"][b-0trh7bjugc] {
  --pill-background: #2E3543;
}
[font-size="small"][b-0trh7bjugc] {
  font-size: 8px;
}
[font-size="large"][b-0trh7bjugc] {
  font-size: 12px;
}
[font-size="extra-large"][b-0trh7bjugc] {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1em;
  text-transform: none;
  padding: 10px 20px;
}
@media only screen and (max-width: 600px) {
  [font-size="extra-large"][b-0trh7bjugc] {
    font-size: 20px;
  }
}
@media only screen and (max-width: 500px) {
  [font-size="extra-large"][b-0trh7bjugc] {
    font-size: 18px;
    text-align: left;
  }
}
.job-listing-card[b-0trh7bjugc] {
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  position: relative;
  --button-color: #0059FF;
  --button-border-color: #0059FF;
  --button-background: transparent;
}
@media only screen and (max-width: 700px) {
  .job-listing-card[b-0trh7bjugc] {
    padding: 20px;
  }
}
.job-listing-card:hover[b-0trh7bjugc] {
  border-color: #0059FF;
  box-shadow: 0 0 3px rgba(0, 89, 255, 0.6);
}
.job-listing-card pill-container[b-0trh7bjugc] {
  display: flex;
}
.job-listing-card[b-0trh7bjugc]  pill-heading {
  padding: 10px 16px !important;
}
.job-listing-card department-pill[b-0trh7bjugc]  pill-heading {
  background-color: #F6F9FF !important;
}
.job-listing-card text-group[b-0trh7bjugc] {
  flex-grow: 2;
  text-align: right;
}
.job-listing-card text-group[b-0trh7bjugc]  pill-heading {
  font-family: "ReplicaLL", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 1.5em;
  margin: 0.5em 0;
  letter-spacing: 0.02em;
  font-size: 14px;
  padding: 6px 0 !important;
}
.job-listing-card seperator[b-0trh7bjugc] {
  padding: 0 6px;
}
.job-listing-card[b-0trh7bjugc]  .button {
  color: #0059FF;
  border-color: #0059FF;
}
@media only screen and (max-width: 800px) {
  .job-listing-card[b-0trh7bjugc] {
    flex-direction: column;
    align-items: start;
  }
  .job-listing-card department-pill[b-0trh7bjugc] {
    order: 1;
  }
  .job-listing-card[b-0trh7bjugc]  h2 {
    order: 2;
    margin: 0;
  }
  .job-listing-card text-group[b-0trh7bjugc] {
    order: 3;
    text-align: left;
  }
  .job-listing-card text-group[b-0trh7bjugc]  pill-heading {
    margin: 0;
  }
  .job-listing-card .button[b-0trh7bjugc] {
    order: 4;
  }
}
/* /Dynamic/Basic/Link.razor.rz.scp.css */
.form-wrapper[b-bondtxhrn2] {
  padding: 40px;
  background: var(--light-theme-background);
  border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  .form-wrapper[b-bondtxhrn2] {
    padding: 10px;
    border-radius: 5px;
  }
}
/* /Dynamic/Basic/MediaViewer.razor.rz.scp.css */
.media[b-xh1m5m0wgf] {
  position: relative;
  cursor: pointer;
}
.media[data-fill-cover][b-xh1m5m0wgf] {
  width: 100%;
  height: 100%;
}
.play-button[b-xh1m5m0wgf] {
  --spacing: 20px;
  position: absolute;
  transform: translate(var(--translate-x, 0), var(--translate-y, 0));
  width: 113px;
  height: 113px;
}
.play-button[data-horizontal-alignment="center"][b-xh1m5m0wgf] {
  left: 50%;
  --translate-x: -50%;
}
.play-button[data-vertical-alignment="center"][b-xh1m5m0wgf] {
  top: 50%;
  --translate-y: -50%;
}
.play-button[data-horizontal-alignment="right"][b-xh1m5m0wgf] {
  right: var(--spacing);
}
.play-button[data-horizontal-alignment="left"][b-xh1m5m0wgf] {
  left: var(--spacing);
}
.play-button[data-vertical-alignment="top"][b-xh1m5m0wgf] {
  top: var(--spacing);
}
.play-button[data-vertical-alignment="bottom"][b-xh1m5m0wgf] {
  bottom: var(--spacing);
}
@media only screen and (max-width: 700px) {
  .play-button[b-xh1m5m0wgf] {
    width: 80px;
    height: 80px;
  }
}
/* /Dynamic/Basic/NoDataSection.razor.rz.scp.css */
no-data-section[b-gni49qubwf] {
  display: block;
}
/* /Dynamic/Basic/OfficeCard.razor.rz.scp.css */
office-card[b-ta63690lea] {
  background-color: white;
  border-radius: 10px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  padding: 0;
  border-color: #F6F9FF;
}
office-card[b-ta63690lea]  section[display-type="card"] > .section-content {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  office-card[b-ta63690lea]  section[display-type="card"] > .section-content {
    display: flex;
    flex-direction: column-reverse;
  }
}
h1[b-ta63690lea] {
  margin-top: 0;
}
h3[b-ta63690lea] {
  color: #2E3543;
}
details-panel[b-ta63690lea] {
  padding: 50px;
}
details-panel > *[b-ta63690lea] {
  display: block;
}
@media only screen and (max-width: 800px) {
  details-panel[b-ta63690lea] {
    padding: 20px;
  }
}
.details[b-ta63690lea] {
  margin-bottom: 50px;
}
.other-contacts-panel[b-ta63690lea] {
  background-color: white;
  border-radius: 10px;
  padding: 10px 20px;
  margin-right: 50px;
}
.other-contacts-panel h3[b-ta63690lea] {
  color: #0059FF;
}
@media only screen and (max-width: 1400px) {
  .other-contacts-panel[b-ta63690lea] {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 800px) {
  .other-contacts-panel[b-ta63690lea] {
    margin: 0;
  }
}
map-panel[b-ta63690lea] {
  display: grid;
  grid-column: 2;
  background: #0059FF;
}
/* /Dynamic/Basic/Person.razor.rz.scp.css */
person-panel[b-qf8849kly8] {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
person-panel > img-container[b-qf8849kly8] {
  margin: auto 0;
  padding-right: 2em;
}
person-panel > img-container[b-qf8849kly8]  img {
  border-radius: 100px;
  object-fit: cover;
  overflow: hidden;
  height: 5em;
  aspect-ratio: 1 / 1;
}
person-panel > person-details[b-qf8849kly8] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1em 1em 1em 0;
}
person-panel > person-details[b-qf8849kly8] >  h3 {
  border: none;
  background: none;
  padding: 0;
  margin: 5px 0;
}
person-panel > person-details[b-qf8849kly8] >  div.paragraph {
  font-size: 24px;
  padding: 0;
  margin: 5px 0;
  position: relative;
  font-weight: 300;
  line-height: 120%;
}
@media only screen and (max-width: 500px) {
  person-panel > img-container[b-qf8849kly8] {
    padding-right: 1.5em;
  }
  person-panel > img-container[b-qf8849kly8]  img {
    height: 4em;
  }
}
/* /Dynamic/Basic/PersonCard.razor.rz.scp.css */
carousel-card[b-hfwluojtyr] {
  display: block;
  overflow: hidden;
  max-width: 85vw;
}
carousel-card:not([card-type="Hero"])[b-hfwluojtyr] {
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  width: 25em;
  min-width: 25em;
  padding: 30px 30px 20px 30px;
}
@media only screen and (max-width: 700px) {
  carousel-card:not([card-type="Hero"])[b-hfwluojtyr] {
    padding: 20px;
  }
}
carousel-card:not([card-type="Hero"]):not([has-border])[b-hfwluojtyr] {
  border-width: 0 !important;
}
carousel-card[theme="Dark"][b-hfwluojtyr] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  background-color: var(--section-background-colour);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
carousel-card[theme="Blue"][b-hfwluojtyr] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  --section-background-colour: var(--dark-blue-theme-background);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
carousel-card[theme="Blue"] img-container.icon-image[b-hfwluojtyr] {
  background: #EBF3FF !important;
}
carousel-card[background-colour="LightMidBlue"][b-hfwluojtyr] {
  background-color: rgba(0, 58, 173, 0.85);
}
carousel-card[background-colour="Light"][b-hfwluojtyr] {
  background-color: #F6F9FF;
}
carousel-card.image[b-hfwluojtyr] {
  padding: 0;
  display: grid;
  grid-template-rows: 20em auto;
}
carousel-card.image section-content[b-hfwluojtyr] {
  padding: 35px 25px 20px 25px;
}
carousel-card.icon-image[b-hfwluojtyr] {
  min-height: 15em;
  grid-template-rows: auto auto;
}
carousel-card.icon-image img-container[b-hfwluojtyr] {
  border-radius: 5em;
  width: 5em;
  height: 5em;
  display: inline-block;
  background-color: #F6F9FF;
  margin: 20px 50px;
}
carousel-card.icon-image img-container[b-hfwluojtyr]  img {
  object-fit: contain;
  padding: 1em;
  aspect-ratio: 1 / 1;
}
carousel-card.icon-image section-content[b-hfwluojtyr] {
  padding: 0;
  margin: 20px 50px;
  margin-top: 0;
}
@media only screen and (max-width: 500px) {
  carousel-card.icon-image img-container[b-hfwluojtyr],
  carousel-card.icon-image section-content[b-hfwluojtyr] {
    margin: 20px;
    padding: 0 !important;
  }
}
carousel-card[b-hfwluojtyr]  section-header[text-panel-size="Large"] {
  display: flex !important;
  flex-direction: column;
}
carousel-card[b-hfwluojtyr]  section-header[text-panel-size="Large"] > text-headers {
  display: grid;
  grid-template-rows: 30% auto;
  height: 100%;
}
carousel-card[b-hfwluojtyr]  section-header button-group {
  margin: 0;
}
carousel-card[b-hfwluojtyr]  section-header headers {
  display: block;
  margin-bottom: 12px;
}
carousel-card[b-hfwluojtyr]  section-header headers > * {
  line-height: 140%;
  margin-bottom: 0.5em !important;
}
carousel-card[b-hfwluojtyr]  section-header pill-heading-container pill-heading[display-type="borderless"] {
  background-color: #F6F9FF;
}
carousel-card[b-hfwluojtyr]  section-header pill-heading-container pill-heading[display-type="hollow"] {
  border: none;
  padding-right: 0;
}
carousel-card > img-container[b-hfwluojtyr] {
  overflow: hidden;
}
carousel-card > img-container[b-hfwluojtyr] >  img[image-postion="Top"] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
carousel-card section-content[b-hfwluojtyr] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
carousel-card[b-hfwluojtyr]  h1.extra-large {
  font-size: 120px;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  carousel-card:not([card-type="Hero"])[b-hfwluojtyr] {
    min-width: 100%;
    max-width: unset;
  }
  carousel-card.image:not(.icon-image)[b-hfwluojtyr] {
    grid-template-rows: 20em auto;
  }
  carousel-card.image:not(.icon-image) section-content[b-hfwluojtyr] {
    padding: 20px;
  }
  carousel-card[b-hfwluojtyr]  pill-heading {
    font-size: 8px !important;
  }
}
carousel-card[card-type="Person"][b-hfwluojtyr] {
  width: 20em;
  min-width: 20em;
  min-height: 20em;
}
carousel-card[card-type="Person"] person-details[b-hfwluojtyr] {
  position: relative;
}
carousel-card[card-type="Person"] person-details > img-container[b-hfwluojtyr] {
  display: block;
  padding-bottom: 20px;
}
carousel-card[card-type="Person"] person-details > img-container[b-hfwluojtyr]  img {
  border-radius: 100px;
  object-fit: cover;
  overflow: hidden;
  height: 130px;
  aspect-ratio: 1 / 1;
}
carousel-card[card-type="Person"] person-details[b-hfwluojtyr]  logo-container {
  position: absolute;
  top: 0;
  right: 0;
}
carousel-card[card-type="Person"] person-details[b-hfwluojtyr]  pill-headings-container > pill-heading {
  display: block;
  text-align: left;
  padding: 0;
}
carousel-card[card-type="Person"][b-hfwluojtyr]  ul {
  padding: 0 15px;
}
/* /Dynamic/Basic/PillCard.razor.rz.scp.css */
article-card[b-skb0lq7moc] {
  background-color: white;
  border-radius: 10px;
  border: 2px solid #EBF3FF;
  border: none;
  padding: 0;
  overflow: hidden;
  display: block;
  --card-margin: 30px;
}
article-card[b-skb0lq7moc]  img[image-postion="Top"] {
  border-radius: 0;
  width: 100%;
  height: 20em;
  object-fit: cover;
}
article-card[b-skb0lq7moc]  card-content {
  margin: var(--card-margin);
  margin-top: -30px;
  margin-bottom: 20px;
  display: block;
}
article-card[b-skb0lq7moc]  card-content section-header text-headers headers > h2 {
  line-height: 140%;
}
article-card[b-skb0lq7moc]  card-content section-header text-headers headers > *:first-child {
  margin-top: 0.25em !important;
}
article-card[b-skb0lq7moc]  card-content section-header pill-heading-container {
  display: flex;
  gap: 10px;
}
article-card[b-skb0lq7moc]  card-content button-group {
  display: none;
}
@media only screen and (max-width: 1100px) {
  article-card[b-skb0lq7moc]  card-content {
    --card-margin: 20px;
  }
}
/* /Dynamic/Basic/PrivacyPolicyItem.razor.rz.scp.css */
privacy-policy-item[b-j514sh438z] {
  display: grid;
  grid-template-columns: 30% auto;
  gap: 1em;
  padding: 2em 0;
  border-top: #EBF3FF solid 1px;
}
privacy-policy-item:first-of-type[b-j514sh438z] {
  border: none;
}
privacy-policy-item[b-j514sh438z]  h2 {
  font-size: 30px;
  margin: 0;
}
privacy-policy-item[b-j514sh438z]  h2 > * {
  display: inline-block;
}
privacy-policy-item div.paragraph[b-j514sh438z] {
  grid-column: 2;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  privacy-policy-item[b-j514sh438z] {
    display: flex;
    flex-direction: column;
    padding: 1em 0;
  }
  privacy-policy-item[b-j514sh438z]  h2,
  privacy-policy-item[b-j514sh438z]  div.paragraph {
    margin: 0;
  }
  privacy-policy-item[b-j514sh438z]  h2 {
    font-size: 24px;
  }
}
/* /Dynamic/Basic/ProductCard.razor.rz.scp.css */
.product-card[b-87yl18z1b4] {
  display: block;
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  padding: 30px;
  border-width: 1px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
@media only screen and (max-width: 700px) {
  .product-card[b-87yl18z1b4] {
    padding: 20px;
  }
}
.product-card:hover[b-87yl18z1b4] {
  border-color: #0059FF;
  box-shadow: 0 0 3px rgba(0, 89, 255, 0.6);
}
.pill-container[b-87yl18z1b4] {
  padding-bottom: 20px;
}
.description[b-87yl18z1b4] {
  font-size: 14px;
}
/* /Dynamic/Basic/SectionHeader.razor.rz.scp.css */
text-container[b-mfdudnmhrw] {
  display: block;
}
section-header[b-mfdudnmhrw] {
  display: block;
  --text-header-width: 100%;
}
section-header[b-mfdudnmhrw]  pill-heading-container {
  display: flex;
  align-items: start;
}
section-header[b-mfdudnmhrw]  pill-heading-container > * {
  display: inline-block;
}
section-header[b-mfdudnmhrw]  pill-heading-container pill-heading {
  text-align: left;
}
section-header[b-mfdudnmhrw]  pill-heading-container pill-heading[display-type="no-pill"]:not(:first-child) {
  padding: 10px 16px;
}
section-header[b-mfdudnmhrw]  pill-heading-container pill-heading[display-type="no-pill"]:last-child {
  padding-bottom: 10px;
}
section-header text-headers[b-mfdudnmhrw] {
  display: block;
}
section-header text-headers[b-mfdudnmhrw]  pill-heading:not([display-type="no-pill"]) {
  margin-bottom: 1.5em;
}
section-header text-headers headers[b-mfdudnmhrw] {
  display: block;
}
@media only screen and (min-width: 701px ) {
  section-header text-headers headers[panel-size="Large"][b-mfdudnmhrw] {
    width: 88%;
  }
  section-header text-headers headers[panel-size="MediumLarge"][b-mfdudnmhrw] {
    width: 80%;
  }
  section-header text-headers headers[panel-size="Medium"][b-mfdudnmhrw] {
    width: 70%;
  }
  section-header text-headers headers[panel-size="Small"][b-mfdudnmhrw] {
    width: 55%;
  }
  section-header text-headers headers[panel-size="ExtraSmall"][b-mfdudnmhrw] {
    width: 43%;
  }
}
section-header text-headers headers[b-mfdudnmhrw] >  *:first-child,
section-header text-headers headers[b-mfdudnmhrw] >  *:first-child > * {
  margin-top: 0 !important;
}
section-header text-headers headers[b-mfdudnmhrw] >  *:last-child {
  margin-bottom: 0.25em !important;
}
section-header text-headers headers[b-mfdudnmhrw] >  heading-image {
  display: block;
  padding: 20px 0;
}
section-header text-headers headers > heading-image.offset-top[b-mfdudnmhrw] {
  margin-top: calc((var(--section-padding)*-0.75) - 40px) !important;
}
@media only screen and (max-width: 700px) {
  section-header text-headers headers > heading-image.offset-top[b-mfdudnmhrw] {
    margin-left: -20%;
    padding-bottom: 0;
  }
}
section-header text-headers headers[b-mfdudnmhrw]  sub-heading > .paragraph.tiny {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--header-color);
  color: var(--text-color);
}
section-header header-icon[b-mfdudnmhrw]  img {
  height: 2.5em;
  margin: 20px 0;
}
section-header .paragraph-container[b-mfdudnmhrw] {
  display: block;
}
@media only screen and (min-width: 701px ) {
  section-header .paragraph-container[panel-size="Large"][b-mfdudnmhrw] {
    width: 87%;
  }
  section-header .paragraph-container[panel-size="MediumLarge"][b-mfdudnmhrw] {
    width: 80%;
  }
  section-header .paragraph-container[panel-size="Medium"][b-mfdudnmhrw] {
    width: 70%;
  }
  section-header .paragraph-container[panel-size="Small"][b-mfdudnmhrw] {
    width: 55%;
  }
}
@media only screen and (min-width: 1101px ) {
  section-header .paragraph-container[panel-size="ExtraSmall"][b-mfdudnmhrw] {
    width: 43%;
  }
}
section-header .paragraph-container[b-mfdudnmhrw]  h2 {
  line-height: 1.3em;
}
section-header button-group[b-mfdudnmhrw] {
  margin: 16px 0;
}
section-header button-group[horizontal-alignment="Left"][b-mfdudnmhrw] {
  width: 100%;
  justify-content: flex-start !important;
}
section-header[button-alignment="Right"][b-mfdudnmhrw] {
  align-items: end !important;
}
section-header[text-panel-size="ExtraSmall"][b-mfdudnmhrw] {
  --text-header-width: 32%;
}
section-header[text-panel-size="Small"][b-mfdudnmhrw] {
  --text-header-width: 43%;
}
section-header[text-panel-size="Medium"][b-mfdudnmhrw] {
  --text-header-width: 56%;
}
section-header[text-panel-size="Large"][b-mfdudnmhrw] {
  --text-header-width: 70%;
}
section-header[text-panel-size="ExtraLarge"][b-mfdudnmhrw] {
  --text-header-width: 85%;
}
section-header[text-panel-size="ExtraSmall"][b-mfdudnmhrw],
section-header[text-panel-size="Small"][b-mfdudnmhrw],
section-header[text-panel-size="Medium"][b-mfdudnmhrw],
section-header[text-panel-size="Large"][b-mfdudnmhrw],
section-header[text-panel-size="ExtraLarge"][b-mfdudnmhrw] {
  width: 100%;
  display: grid;
  grid-template-columns: var(--text-header-width) auto;
  align-items: center;
}
section-header[text-panel-size="ExtraSmall"] text-headers[b-mfdudnmhrw],
section-header[text-panel-size="Small"] text-headers[b-mfdudnmhrw],
section-header[text-panel-size="Medium"] text-headers[b-mfdudnmhrw],
section-header[text-panel-size="Large"] text-headers[b-mfdudnmhrw],
section-header[text-panel-size="ExtraLarge"] text-headers[b-mfdudnmhrw] {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  section-header[text-panel-size="ExtraSmall"] text-headers[b-mfdudnmhrw],
  section-header[text-panel-size="Small"] text-headers[b-mfdudnmhrw],
  section-header[text-panel-size="Medium"] text-headers[b-mfdudnmhrw],
  section-header[text-panel-size="Large"] text-headers[b-mfdudnmhrw],
  section-header[text-panel-size="ExtraLarge"] text-headers[b-mfdudnmhrw] {
    --text-header-width: 70%;
  }
}
@media only screen and (max-width: 1100px) {
  section-header[text-panel-size="ExtraSmall"] text-headers[b-mfdudnmhrw],
  section-header[text-panel-size="Small"] text-headers[b-mfdudnmhrw],
  section-header[text-panel-size="Medium"] text-headers[b-mfdudnmhrw],
  section-header[text-panel-size="Large"] text-headers[b-mfdudnmhrw],
  section-header[text-panel-size="ExtraLarge"] text-headers[b-mfdudnmhrw] {
    --text-header-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  section-header[text-panel-size="ExtraSmall"][b-mfdudnmhrw],
  section-header[text-panel-size="Small"][b-mfdudnmhrw],
  section-header[text-panel-size="Medium"][b-mfdudnmhrw],
  section-header[text-panel-size="Large"][b-mfdudnmhrw],
  section-header[text-panel-size="ExtraLarge"][b-mfdudnmhrw] {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-auto-rows: 1fr;
  }
}
section-header[text-panel-size="ExtraSmall"] button-group[b-mfdudnmhrw],
section-header[text-panel-size="Small"] button-group[b-mfdudnmhrw],
section-header[text-panel-size="Medium"] button-group[b-mfdudnmhrw],
section-header[text-panel-size="Large"] button-group[b-mfdudnmhrw],
section-header[text-panel-size="ExtraLarge"] button-group[b-mfdudnmhrw] {
  grid-column: 2;
  align-items: end;
  justify-content: end;
}
@media only screen and (max-width: 700px) {
  section-header[text-panel-size="ExtraSmall"] button-group[b-mfdudnmhrw],
  section-header[text-panel-size="Small"] button-group[b-mfdudnmhrw],
  section-header[text-panel-size="Medium"] button-group[b-mfdudnmhrw],
  section-header[text-panel-size="Large"] button-group[b-mfdudnmhrw],
  section-header[text-panel-size="ExtraLarge"] button-group[b-mfdudnmhrw] {
    align-items: start;
    justify-content: start;
    align-self: start;
  }
}
section-header[text-panel-size="ExtraSmall"]:not([inc-buttons])[b-mfdudnmhrw],
section-header[text-panel-size="Small"]:not([inc-buttons])[b-mfdudnmhrw],
section-header[text-panel-size="Medium"]:not([inc-buttons])[b-mfdudnmhrw],
section-header[text-panel-size="Large"]:not([inc-buttons])[b-mfdudnmhrw],
section-header[text-panel-size="ExtraLarge"]:not([inc-buttons])[b-mfdudnmhrw] {
  display: flex;
  flex-direction: column;
  width: var(--text-header-width);
}
@media only screen and (max-width: 1100px) {
  section-header[text-panel-size="ExtraSmall"]:not([inc-buttons])[b-mfdudnmhrw],
  section-header[text-panel-size="Small"]:not([inc-buttons])[b-mfdudnmhrw],
  section-header[text-panel-size="Medium"]:not([inc-buttons])[b-mfdudnmhrw],
  section-header[text-panel-size="Large"]:not([inc-buttons])[b-mfdudnmhrw],
  section-header[text-panel-size="ExtraLarge"]:not([inc-buttons])[b-mfdudnmhrw] {
    --text-header-width: 100%;
  }
}
section-header[text-panel-size="Full"][b-mfdudnmhrw] {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
section-header[text-panel-size="Full"] text-headers[b-mfdudnmhrw] {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
section-header[text-panel-size="Full"]:not([show-pill]) text-headers[b-mfdudnmhrw] {
  display: grid;
  grid-template-rows: auto auto;
}
section-header[heading-image-size="Large"][b-mfdudnmhrw] {
  --text-header-width: 70%;
}
section-header[heading-image-size="Large"][text-panel-size="Medium"][b-mfdudnmhrw]  div.paragraph {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  section-header[heading-image-size="Large"][text-panel-size="Medium"][b-mfdudnmhrw]  div.paragraph {
    width: 100%;
  }
}
section-header[vertical-alignment="Center"][b-mfdudnmhrw] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section-header[vertical-alignment="Center"] text-headers[b-mfdudnmhrw] {
  height: auto;
}
@media only screen and (max-width: 700px) {
  section-header[b-mfdudnmhrw] {
    display: flex !important;
    flex-direction: column;
  }
}
section-header[text-panel-vertical-alignment="Center"] text-headers[b-mfdudnmhrw],
section-header[text-panel-vertical-alignment="Top"] text-headers[b-mfdudnmhrw] {
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
}
section-header[text-panel-vertical-alignment="Center"] text-headers[b-mfdudnmhrw] {
  justify-content: center;
}
section-header[text-panel-vertical-alignment="Top"] text-headers[b-mfdudnmhrw] {
  justify-content: flex-start;
}
section-header[horizontal-alignment="Center"][b-mfdudnmhrw] {
  margin: 0 auto;
}
section-header[horizontal-alignment="Center"] text-headers[b-mfdudnmhrw] {
  margin: 0 auto;
}
section-header[horizontal-alignment="Center"] text-headers text-container[b-mfdudnmhrw] {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
section-header[horizontal-alignment="Center"][b-mfdudnmhrw]  pill-heading-container,
section-header[horizontal-alignment="Center"][b-mfdudnmhrw]  h1,
section-header[horizontal-alignment="Center"][b-mfdudnmhrw]  div.paragraph {
  text-align: center;
  display: block;
}
section-header[horizontal-alignment="Center"] button-group[b-mfdudnmhrw] {
  flex-direction: column;
}
section-header[horizontal-alignment="Center"] button-group > *[b-mfdudnmhrw] {
  text-align: center;
  display: block;
  float: initial;
  margin: 0 auto;
}
section-header[horizontal-alignment="Center"] button-group > *:last-child[b-mfdudnmhrw] {
  padding-top: 2em;
}
section-header[horizontal-alignment="Center"] button-group button[is-link][b-mfdudnmhrw] {
  padding: 0;
}
section-header[horizontal-alignment="Center"] button-group a.link[b-mfdudnmhrw] {
  font-family: "ReplicaLL", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  margin: 0.5em 0;
  letter-spacing: 0.02em;
  font-size: 10px;
  text-transform: none;
  letter-spacing: 0.05em;
  white-space: normal;
}
/* /Dynamic/Basic/SectionSplash.razor.rz.scp.css */
.splash[b-5ln4mjkrkn] {
  position: relative;
  overflow: hidden;
}
img[b-5ln4mjkrkn] {
  width: 1500px;
  position: absolute;
  opacity: 0.1;
  transform: rotateX(var(--x-rotate, 0)) rotateY(var(--y-rotate, 0));
}
img.img-left[b-5ln4mjkrkn] {
  --y-rotate: 180deg;
  left: -100px;
}
img.img-top[b-5ln4mjkrkn] {
  --x-rotate: 180deg;
  top: -100px;
}
img.img-right[b-5ln4mjkrkn] {
  right: -100px;
}
img.img-bottom[b-5ln4mjkrkn] {
  bottom: -100px;
}
img.hero-animation[b-5ln4mjkrkn] {
  opacity: 1;
  bottom: -100px;
  right: -100px;
}
[splash-style="light"] img[b-5ln4mjkrkn] {
  opacity: 0.05;
}
[splash-style="dark"] img[b-5ln4mjkrkn] {
  opacity: 1;
}
[splash-style="bright"] img[b-5ln4mjkrkn] {
  opacity: 1;
  filter: brightness(85%);
}
.dots-container[b-5ln4mjkrkn] {
  width: 75%;
  height: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 1100px) {
  .dots-container[b-5ln4mjkrkn] {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 500px) {
  .dots-container[b-5ln4mjkrkn] {
    opacity: 0.4;
    height: 20%;
    width: 100%;
  }
}
.content[b-5ln4mjkrkn] {
  position: relative;
}
/* /Dynamic/Basic/SelectableSlider/CollapsableSliderButton.razor.rz.scp.css */
@media only screen and (max-width: 1400px) {
}.panel-link[b-zycxt3rrgq] {
  display: none;
  gap: 2em;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  width: 100%;
  padding-block: 10px;
  padding-inline: 0;
  opacity: 0.7;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
  cursor: pointer;
  --icon-size: 35px;
}
@media only screen and (max-width: 1400px) {
  .panel-link[b-zycxt3rrgq] {
    display: grid;
  }
}
@media only screen and (max-width: 500px) {
  .panel-link[b-zycxt3rrgq] {
    --icon-size: 25px;
  }
}
.panel-link[data-selected][b-zycxt3rrgq] {
  opacity: 1;
}
span[b-zycxt3rrgq] {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--header-color);
  text-align: left;
}
.icon[b-zycxt3rrgq] {
  font-size: var(--icon-size);
  height: var(--icon-size);
  color: var(--header-color);
}
img[b-zycxt3rrgq] {
  width: var(--icon-size);
}
.expand-icon[b-zycxt3rrgq] {
  font-size: 16px;
  color: var(--header-color);
  width: 15px;
  text-align: center;
}
.expand-icon[b-zycxt3rrgq]::after {
  content: "+";
}
[data-selected] .expand-icon[b-zycxt3rrgq]::after {
  content: "-";
}
/* /Dynamic/Basic/SelectableSlider/SelectableSliderPanel.razor.rz.scp.css */
selectable-slider-panel-container[b-zzqa5tkgeg] {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
selectable-slider-panel-container[data-selected][b-zzqa5tkgeg] {
  opacity: 1;
  pointer-events: all;
}
selectable-slider-panel-container.editing[b-zzqa5tkgeg] {
  opacity: 1;
  pointer-events: all;
  position: relative;
  margin-bottom: 50px;
  display: block;
}
@media only screen and (max-width: 1400px) {
  selectable-slider-panel-container[b-zzqa5tkgeg] {
    width: 100%;
    opacity: 1 !important;
    pointer-events: all;
    position: static;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.4s ease;
  }
  selectable-slider-panel-container[data-selected][b-zzqa5tkgeg] {
    grid-template-rows: auto 1fr;
  }
}
selectable-slider-panel[b-zzqa5tkgeg] {
  display: block;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  selectable-slider-panel[b-zzqa5tkgeg] {
    width: unset;
    display: grid;
    min-height: 0;
    visibility: hidden;
    transition: visibility 0.4s;
  }
  [data-selected] selectable-slider-panel[b-zzqa5tkgeg] {
    visibility: visible;
  }
  selectable-slider-panel text-panel[b-zzqa5tkgeg],
  selectable-slider-panel .primary-img[b-zzqa5tkgeg] {
    display: flex;
    flex-direction: column;
    transform-origin: top center;
    position: relative;
    width: 100% !important;
    margin: 0 !important;
    top: initial !important;
    right: initial !important;
    bottom: initial !important;
    left: initial !important;
    padding: 20px 0 !important;
  }
  selectable-slider-panel .primary-img[b-zzqa5tkgeg] {
    padding-top: 0 !important;
  }
  selectable-slider-panel text-panel[b-zzqa5tkgeg] {
    --section-background-colour: var(--dark-theme-background);
    --text-color: var(--dark-theme-color);
    --header-color: var(--dark-theme-header-color);
    --secondary-button-color: var(--dark-theme-color);
    --pill-border-color: white;
    --pill-background: white;
    --pill-color: #2E3543;
    --no-pill-color: white;
    --button-color: #0059FF;
    --button-background: white;
    --button-border-color: white;
    --input-border-color: white;
    --anchor-underline-colour: rgba(255, 255, 255, 0.3);
    --error-color: #FFAEAE;
    background-color: var(--dark-theme-background);
    border: none;
    padding-top: 0 !important;
  }
  selectable-slider-panel text-panel[b-zzqa5tkgeg]  a.link.arrow {
    color: white !important;
  }
  selectable-slider-panel text-panel[b-zzqa5tkgeg]  button-group {
    margin: 0;
  }
  selectable-slider-panel .secondary-img[b-zzqa5tkgeg] {
    display: none;
  }
}
text-panel[b-zzqa5tkgeg] {
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  --text-color: var(--light-theme-color);
  --header-color: var(--light-theme-header-color);
  --section-background-colour: var(--light-theme-background);
  --pill-border-color: #2E3543;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: #2E3543;
  --input-border-color: rgba(0, 89, 255, 0.3);
  --anchor-underline-colour: rgba(46, 53, 67, 0.3);
  position: absolute;
  border-radius: 5px;
  border-width: 0;
  padding: 25px;
}
@media only screen and (max-width: 700px) {
  text-panel[b-zzqa5tkgeg] {
    padding: 20px;
  }
}
text-panel[b-zzqa5tkgeg] >  section-header {
  margin-top: -10px;
  display: block;
}
text-panel[b-zzqa5tkgeg]  text-headers {
  padding-top: 0 !important;
}
text-panel[b-zzqa5tkgeg]  text-headers headers > * {
  font-size: 30px;
}
@media only screen and (max-width: 500px) {
  text-panel[b-zzqa5tkgeg]  text-headers headers > * {
    font-size: 26px;
  }
}
text-panel[b-zzqa5tkgeg]  text-headers ul {
  padding-inline-start: 20px;
}
text-panel[b-zzqa5tkgeg]  button-group {
  margin-top: 0;
}
@media only screen and (min-width: 1401px ) {
  text-panel[theme="Blue"][b-zzqa5tkgeg] {
    --section-background-colour: var(--dark-theme-background);
    --text-color: var(--dark-theme-color);
    --header-color: var(--dark-theme-header-color);
    --secondary-button-color: var(--dark-theme-color);
    --pill-border-color: white;
    --pill-background: white;
    --pill-color: #2E3543;
    --no-pill-color: white;
    --button-color: #0059FF;
    --button-background: white;
    --button-border-color: white;
    --input-border-color: white;
    --anchor-underline-colour: rgba(255, 255, 255, 0.3);
    --error-color: #FFAEAE;
    background-color: #0059FF;
  }
  text-panel[theme="Blue"][b-zzqa5tkgeg]  button-group a {
    color: white !important;
  }
  text-panel[theme="Dark"][b-zzqa5tkgeg] {
    --section-background-colour: var(--dark-theme-background);
    --text-color: var(--dark-theme-color);
    --header-color: var(--dark-theme-header-color);
    --secondary-button-color: var(--dark-theme-color);
    --pill-border-color: white;
    --pill-background: white;
    --pill-color: #2E3543;
    --no-pill-color: white;
    --button-color: #0059FF;
    --button-background: white;
    --button-border-color: white;
    --input-border-color: white;
    --anchor-underline-colour: rgba(255, 255, 255, 0.3);
    --error-color: #FFAEAE;
    background: var(--section-background-colour);
  }
}
img-container[b-zzqa5tkgeg] {
  display: block;
}
img-container[b-zzqa5tkgeg] >  img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  max-height: 700px;
}
img-container.secondary-img[b-zzqa5tkgeg] {
  position: absolute;
  aspect-ratio: 1 / 1;
}
img-container.secondary-img[b-zzqa5tkgeg] >  img {
  object-fit: cover;
}
related-items-container[b-zzqa5tkgeg] {
  display: block;
}
related-items-container h3[b-zzqa5tkgeg] {
  text-transform: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-top: 15px;
}
related-items[b-zzqa5tkgeg] {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
related-items.mobile[b-zzqa5tkgeg] {
  display: none;
}
@media only screen and (max-width: 1400px) {
  related-items.mobile[b-zzqa5tkgeg] {
    display: flex;
  }
  related-items.desktop[b-zzqa5tkgeg] {
    display: none;
  }
}
related-items[b-zzqa5tkgeg]  img {
  height: 38px;
}
/* /Dynamic/Basic/SelectableSlider/SelectableSliderPanelLink.razor.rz.scp.css */
button.panel-link[b-nxomhfcqfk] {
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-rows: 35px 1fr;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  width: 195px;
  min-width: 195px;
  height: 125px;
  padding: 22px 10px;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  opacity: 0.5;
  color: white;
  transition-property: opacity, background, border-color;
  transition: 0.2s ease;
}
button.panel-link[data-selected][b-nxomhfcqfk] {
  background: rgba(0, 89, 255, 0.1);
  border-color: rgba(0, 89, 255, 0.5);
  opacity: 1;
}
img[b-nxomhfcqfk],
[b-nxomhfcqfk] svg {
  height: 100%;
  display: block;
  margin: auto;
  font-size: 35px;
}
/* /Dynamic/Basic/SimpleImageCard.razor.rz.scp.css */
simple-image-card[b-6gp7csyrwz] {
  --text-color: var(--light-theme-color);
  --header-color: var(--light-theme-header-color);
  --section-background-colour: var(--light-theme-background);
  --pill-border-color: #2E3543;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: #2E3543;
  --input-border-color: rgba(0, 89, 255, 0.3);
  --anchor-underline-colour: rgba(46, 53, 67, 0.3);
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  position: relative;
  border: none;
  padding: 20px;
  aspect-ratio: 1;
  gap: 10px;
  display: flex;
  flex-direction: column;
  background: white;
}
@media only screen and (max-width: 700px) {
  simple-image-card[b-6gp7csyrwz] {
    padding: 20px;
  }
}
simple-image-card[theme="Dark"][b-6gp7csyrwz] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
}
simple-image-card[theme="Blue"][b-6gp7csyrwz] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  --section-background-colour: var(--dark-blue-theme-background);
}
simple-image-card[border-colour="Dark"][b-6gp7csyrwz] {
  border: 1px solid rgba(46, 53, 67, 0.5);
}
simple-image-card[border-colour="Bright"][b-6gp7csyrwz] {
  border: 1px solid rgba(0, 89, 255, 0.5);
}
simple-image-card[border-colour="Light"][b-6gp7csyrwz] {
  border: 1px solid #EBF3FF;
}
simple-image-card[background-colour="White5Percent"][b-6gp7csyrwz] {
  background-color: #ffffff0d;
}
simple-image-card[background-colour="Light"][b-6gp7csyrwz] {
  background-color: #F6F9FF;
}
simple-image-card[b-6gp7csyrwz]  pill-heading {
  width: 100%;
  text-align: left;
}
img-container[b-6gp7csyrwz] {
  display: flex;
  flex: 1;
  justify-content: center;
  overflow: hidden;
}
img-container[b-6gp7csyrwz]  img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
/* /Dynamic/Basic/SimpleSectionHeader.razor.rz.scp.css */
text-container[b-155a2ad89j] {
  display: block;
}
section-header[b-155a2ad89j] {
  display: block;
  --text-header-width: 100%;
}
section-header[b-155a2ad89j]  pill-heading-container {
  display: flex;
  align-items: start;
}
section-header[b-155a2ad89j]  pill-heading-container > * {
  display: inline-block;
}
section-header[b-155a2ad89j]  pill-heading-container pill-heading {
  text-align: left;
}
section-header[b-155a2ad89j]  pill-heading-container pill-heading[display-type="no-pill"]:not(:first-child) {
  padding: 10px 16px;
}
section-header[b-155a2ad89j]  pill-heading-container pill-heading[display-type="no-pill"]:last-child {
  padding-bottom: 10px;
}
section-header text-headers[b-155a2ad89j] {
  display: block;
}
section-header text-headers[b-155a2ad89j]  pill-heading:not([display-type="no-pill"]) {
  margin-bottom: 1.5em;
}
section-header text-headers headers[b-155a2ad89j] {
  display: block;
}
@media only screen and (min-width: 701px ) {
  section-header text-headers headers[panel-size="Large"][b-155a2ad89j] {
    width: 88%;
  }
  section-header text-headers headers[panel-size="MediumLarge"][b-155a2ad89j] {
    width: 80%;
  }
  section-header text-headers headers[panel-size="Medium"][b-155a2ad89j] {
    width: 70%;
  }
  section-header text-headers headers[panel-size="Small"][b-155a2ad89j] {
    width: 55%;
  }
  section-header text-headers headers[panel-size="ExtraSmall"][b-155a2ad89j] {
    width: 43%;
  }
}
section-header text-headers headers[b-155a2ad89j] >  *:first-child,
section-header text-headers headers[b-155a2ad89j] >  *:first-child > * {
  margin-top: 0 !important;
}
section-header text-headers headers[b-155a2ad89j] >  *:last-child {
  margin-bottom: 0.25em !important;
}
section-header text-headers headers[b-155a2ad89j] >  heading-image {
  display: block;
  padding: 20px 0;
}
section-header text-headers headers > heading-image.offset-top[b-155a2ad89j] {
  margin-top: calc((var(--section-padding)*-0.75) - 40px) !important;
}
@media only screen and (max-width: 700px) {
  section-header text-headers headers > heading-image.offset-top[b-155a2ad89j] {
    margin-left: -20%;
    padding-bottom: 0;
  }
}
section-header text-headers headers[b-155a2ad89j]  sub-heading > .paragraph.tiny {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--header-color);
  color: var(--text-color);
}
section-header header-icon[b-155a2ad89j]  img {
  height: 2.5em;
  margin: 20px 0;
}
section-header .paragraph-container[b-155a2ad89j] {
  display: block;
}
@media only screen and (min-width: 701px ) {
  section-header .paragraph-container[panel-size="Large"][b-155a2ad89j] {
    width: 87%;
  }
  section-header .paragraph-container[panel-size="MediumLarge"][b-155a2ad89j] {
    width: 80%;
  }
  section-header .paragraph-container[panel-size="Medium"][b-155a2ad89j] {
    width: 70%;
  }
  section-header .paragraph-container[panel-size="Small"][b-155a2ad89j] {
    width: 55%;
  }
}
@media only screen and (min-width: 1101px ) {
  section-header .paragraph-container[panel-size="ExtraSmall"][b-155a2ad89j] {
    width: 43%;
  }
}
section-header .paragraph-container[b-155a2ad89j]  h2 {
  line-height: 1.3em;
}
section-header button-group[b-155a2ad89j] {
  margin: 16px 0;
}
section-header button-group[horizontal-alignment="Left"][b-155a2ad89j] {
  width: 100%;
  justify-content: flex-start !important;
}
section-header[button-alignment="Right"][b-155a2ad89j] {
  align-items: end !important;
}
section-header[text-panel-size="ExtraSmall"][b-155a2ad89j] {
  --text-header-width: 32%;
}
section-header[text-panel-size="Small"][b-155a2ad89j] {
  --text-header-width: 43%;
}
section-header[text-panel-size="Medium"][b-155a2ad89j] {
  --text-header-width: 56%;
}
section-header[text-panel-size="Large"][b-155a2ad89j] {
  --text-header-width: 70%;
}
section-header[text-panel-size="ExtraLarge"][b-155a2ad89j] {
  --text-header-width: 85%;
}
section-header[text-panel-size="ExtraSmall"][b-155a2ad89j],
section-header[text-panel-size="Small"][b-155a2ad89j],
section-header[text-panel-size="Medium"][b-155a2ad89j],
section-header[text-panel-size="Large"][b-155a2ad89j],
section-header[text-panel-size="ExtraLarge"][b-155a2ad89j] {
  width: 100%;
  display: grid;
  grid-template-columns: var(--text-header-width) auto;
  align-items: center;
}
section-header[text-panel-size="ExtraSmall"] text-headers[b-155a2ad89j],
section-header[text-panel-size="Small"] text-headers[b-155a2ad89j],
section-header[text-panel-size="Medium"] text-headers[b-155a2ad89j],
section-header[text-panel-size="Large"] text-headers[b-155a2ad89j],
section-header[text-panel-size="ExtraLarge"] text-headers[b-155a2ad89j] {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  section-header[text-panel-size="ExtraSmall"] text-headers[b-155a2ad89j],
  section-header[text-panel-size="Small"] text-headers[b-155a2ad89j],
  section-header[text-panel-size="Medium"] text-headers[b-155a2ad89j],
  section-header[text-panel-size="Large"] text-headers[b-155a2ad89j],
  section-header[text-panel-size="ExtraLarge"] text-headers[b-155a2ad89j] {
    --text-header-width: 70%;
  }
}
@media only screen and (max-width: 1100px) {
  section-header[text-panel-size="ExtraSmall"] text-headers[b-155a2ad89j],
  section-header[text-panel-size="Small"] text-headers[b-155a2ad89j],
  section-header[text-panel-size="Medium"] text-headers[b-155a2ad89j],
  section-header[text-panel-size="Large"] text-headers[b-155a2ad89j],
  section-header[text-panel-size="ExtraLarge"] text-headers[b-155a2ad89j] {
    --text-header-width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  section-header[text-panel-size="ExtraSmall"][b-155a2ad89j],
  section-header[text-panel-size="Small"][b-155a2ad89j],
  section-header[text-panel-size="Medium"][b-155a2ad89j],
  section-header[text-panel-size="Large"][b-155a2ad89j],
  section-header[text-panel-size="ExtraLarge"][b-155a2ad89j] {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-auto-rows: 1fr;
  }
}
section-header[text-panel-size="ExtraSmall"] button-group[b-155a2ad89j],
section-header[text-panel-size="Small"] button-group[b-155a2ad89j],
section-header[text-panel-size="Medium"] button-group[b-155a2ad89j],
section-header[text-panel-size="Large"] button-group[b-155a2ad89j],
section-header[text-panel-size="ExtraLarge"] button-group[b-155a2ad89j] {
  grid-column: 2;
  align-items: end;
  justify-content: end;
}
@media only screen and (max-width: 700px) {
  section-header[text-panel-size="ExtraSmall"] button-group[b-155a2ad89j],
  section-header[text-panel-size="Small"] button-group[b-155a2ad89j],
  section-header[text-panel-size="Medium"] button-group[b-155a2ad89j],
  section-header[text-panel-size="Large"] button-group[b-155a2ad89j],
  section-header[text-panel-size="ExtraLarge"] button-group[b-155a2ad89j] {
    align-items: start;
    justify-content: start;
    align-self: start;
  }
}
section-header[text-panel-size="ExtraSmall"]:not([inc-buttons])[b-155a2ad89j],
section-header[text-panel-size="Small"]:not([inc-buttons])[b-155a2ad89j],
section-header[text-panel-size="Medium"]:not([inc-buttons])[b-155a2ad89j],
section-header[text-panel-size="Large"]:not([inc-buttons])[b-155a2ad89j],
section-header[text-panel-size="ExtraLarge"]:not([inc-buttons])[b-155a2ad89j] {
  display: flex;
  flex-direction: column;
  width: var(--text-header-width);
}
@media only screen and (max-width: 1100px) {
  section-header[text-panel-size="ExtraSmall"]:not([inc-buttons])[b-155a2ad89j],
  section-header[text-panel-size="Small"]:not([inc-buttons])[b-155a2ad89j],
  section-header[text-panel-size="Medium"]:not([inc-buttons])[b-155a2ad89j],
  section-header[text-panel-size="Large"]:not([inc-buttons])[b-155a2ad89j],
  section-header[text-panel-size="ExtraLarge"]:not([inc-buttons])[b-155a2ad89j] {
    --text-header-width: 100%;
  }
}
section-header[text-panel-size="Full"][b-155a2ad89j] {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
section-header[text-panel-size="Full"] text-headers[b-155a2ad89j] {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
section-header[text-panel-size="Full"]:not([show-pill]) text-headers[b-155a2ad89j] {
  display: grid;
  grid-template-rows: auto auto;
}
section-header[heading-image-size="Large"][b-155a2ad89j] {
  --text-header-width: 70%;
}
section-header[heading-image-size="Large"][text-panel-size="Medium"][b-155a2ad89j]  div.paragraph {
  width: 50%;
}
@media only screen and (max-width: 700px) {
  section-header[heading-image-size="Large"][text-panel-size="Medium"][b-155a2ad89j]  div.paragraph {
    width: 100%;
  }
}
section-header[vertical-alignment="Center"][b-155a2ad89j] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section-header[vertical-alignment="Center"] text-headers[b-155a2ad89j] {
  height: auto;
}
@media only screen and (max-width: 700px) {
  section-header[b-155a2ad89j] {
    display: flex !important;
    flex-direction: column;
  }
}
section-header[text-panel-vertical-alignment="Center"] text-headers[b-155a2ad89j],
section-header[text-panel-vertical-alignment="Top"] text-headers[b-155a2ad89j] {
  display: flex !important;
  flex-direction: column;
  padding: 0 !important;
}
section-header[text-panel-vertical-alignment="Center"] text-headers[b-155a2ad89j] {
  justify-content: center;
}
section-header[text-panel-vertical-alignment="Top"] text-headers[b-155a2ad89j] {
  justify-content: flex-start;
}
section-header[horizontal-alignment="Center"][b-155a2ad89j] {
  margin: 0 auto;
}
section-header[horizontal-alignment="Center"] text-headers[b-155a2ad89j] {
  margin: 0 auto;
}
section-header[horizontal-alignment="Center"] text-headers text-container[b-155a2ad89j] {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
section-header[horizontal-alignment="Center"][b-155a2ad89j]  pill-heading-container,
section-header[horizontal-alignment="Center"][b-155a2ad89j]  h1,
section-header[horizontal-alignment="Center"][b-155a2ad89j]  div.paragraph {
  text-align: center;
  display: block;
}
section-header[horizontal-alignment="Center"] button-group[b-155a2ad89j] {
  flex-direction: column;
}
section-header[horizontal-alignment="Center"] button-group > *[b-155a2ad89j] {
  text-align: center;
  display: block;
  float: initial;
  margin: 0 auto;
}
section-header[horizontal-alignment="Center"] button-group > *:last-child[b-155a2ad89j] {
  padding-top: 2em;
}
section-header[horizontal-alignment="Center"] button-group button[is-link][b-155a2ad89j] {
  padding: 0;
}
section-header[horizontal-alignment="Center"] button-group a.link[b-155a2ad89j] {
  font-family: "ReplicaLL", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  margin: 0.5em 0;
  letter-spacing: 0.02em;
  font-size: 10px;
  text-transform: none;
  letter-spacing: 0.05em;
  white-space: normal;
}
/* /Dynamic/Basic/SplitPanel.razor.rz.scp.css */
split-panel[b-nqgq4eitcn] >  section {
  background: none !important;
}
split-panel[b-nqgq4eitcn] >  section[data-background="dark-blue"] section.content-container > .content {
  background-color: #043174 !important;
  border: 1px solid #043174 !important;
}
split-panel[b-nqgq4eitcn]  section.content-container > .content {
  display: grid;
  grid-template-columns: 50% 50% !important;
  grid-template-areas: "media text";
  padding: 0 !important;
}
@media only screen and (max-width: 700px) {
  split-panel[b-nqgq4eitcn]  section.content-container > .content {
    display: flex;
    flex-direction: column;
  }
}
split-panel[b-nqgq4eitcn]  section.content-container > .content > image-panel,
split-panel[b-nqgq4eitcn]  section.content-container > .content > image-panel > img {
  width: 100%;
}
split-panel[b-nqgq4eitcn]  section.content-container > .content > image-panel {
  grid-area: media;
}
split-panel[b-nqgq4eitcn]  section.content-container > .content > image-panel > img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 700px) {
  split-panel[b-nqgq4eitcn]  section.content-container > .content > image-panel > img {
    display: block;
    margin-bottom: 20px;
  }
}
split-panel[b-nqgq4eitcn]  section.content-container > .content > text-panel {
  grid-area: text;
  padding: 20px 50px;
  display: grid;
  grid-template-rows: 1fr auto auto;
}
@media only screen and (max-width: 700px) {
  split-panel[b-nqgq4eitcn]  section.content-container > .content > text-panel {
    padding: 20px;
  }
}
split-panel[b-nqgq4eitcn]  section.content-container > .content > text-panel section-header[text-panel-vertical-alignment="Bottom"] text-headers {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
}
split-panel[b-nqgq4eitcn]  section.content-container > .content > text-panel section-header[text-panel-vertical-alignment="Center"] {
  height: min-content;
  display: flex;
  flex-direction: column;
  margin: auto 0;
}
split-panel[b-nqgq4eitcn]  section.content-container > .content > text-panel section-content {
  display: block;
}
split-panel[b-nqgq4eitcn]  section.content-container > .content > text-panel button-group > a.link {
  background-color: transparent;
  color: #0059FF !important;
  padding: 2em 0;
  display: block;
}
split-panel[b-nqgq4eitcn]  section.content-container > .content > text-panel h1 {
  margin-top: 0;
}
@media only screen and (max-width: 1400px) {
  split-panel[b-nqgq4eitcn]  section.content-container > .content > text-panel h1 {
    font-size: 36px;
  }
}
split-panel[b-nqgq4eitcn]  section.content-container > .content > text-panel > h3 {
  color: #0059FF !important;
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
split-panel[b-nqgq4eitcn]  section.content-container > .content > text-panel related-items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.5em;
  column-gap: 1em;
}
split-panel[b-nqgq4eitcn]  section.content-container > .content > text-panel related-items product-pill {
  padding-bottom: 1em;
}
@media only screen and (max-width: 1400px) {
  split-panel[b-nqgq4eitcn]  section.content-container > .content > text-panel related-items product-pill {
    padding: 0.5em 0;
  }
}
split-panel[image-postion="Right"][b-nqgq4eitcn]  section.content-container > .content {
  grid-template-areas: "text media";
}
split-panel[image-postion="Right"][b-nqgq4eitcn]  section.content-container > .content > image-panel {
  padding-left: 10px;
}
@media only screen and (max-width: 700px) {
  split-panel[image-postion="Right"][b-nqgq4eitcn]  section.content-container > .content > image-panel {
    padding: 0;
  }
}
split-panel[image-postion="Right"][b-nqgq4eitcn]  section.content-container > .content > image-panel.inset {
  padding: 45px 45px 45px 0;
}
@media only screen and (max-width: 700px) {
  split-panel[image-postion="Right"][b-nqgq4eitcn]  section.content-container > .content > image-panel.inset {
    padding: 25px;
  }
}
split-panel[image-postion="Right"][b-nqgq4eitcn]  section.content-container > .content > image-panel.inset img {
  border-radius: 5px;
}
split-panel[image-postion="Left"][b-nqgq4eitcn]  section.content-container > .content > image-panel {
  padding-right: 10px;
}
@media only screen and (max-width: 700px) {
  split-panel[image-postion="Left"][b-nqgq4eitcn]  section.content-container > .content > image-panel {
    padding: 0;
  }
}
split-panel[image-postion="Left"][b-nqgq4eitcn]  section.content-container > .content > image-panel.inset {
  padding: 45px 0 45px 45px;
}
@media only screen and (max-width: 700px) {
  split-panel[image-postion="Left"][b-nqgq4eitcn]  section.content-container > .content > image-panel.inset {
    padding: 25px;
  }
}
split-panel[image-postion="Left"][b-nqgq4eitcn]  section.content-container > .content > image-panel.inset img {
  border-radius: 5px;
}
split-panel[image-postion="Left"][b-nqgq4eitcn]  section.content-container > .content > text-panel {
  padding: 45px;
}
@media only screen and (max-width: 700px) {
  split-panel[image-postion="Left"][b-nqgq4eitcn]  section.content-container > .content > text-panel {
    padding: 25px;
    padding-top: 0;
  }
}
split-panel[image-postion="Left"][b-nqgq4eitcn]  section.content-container > .content > text-panel related-items {
  row-gap: 0.5em;
  column-gap: 1em;
}
split-panel[image-postion="Left"][b-nqgq4eitcn]  section.content-container > .content > text-panel related-items product-pill {
  padding: 0;
}
split-panel[inset-image][b-nqgq4eitcn]  section.content-container > .content > text-panel {
  padding: 45px;
}
@media only screen and (max-width: 700px) {
  split-panel[inset-image][b-nqgq4eitcn]  section.content-container > .content > text-panel {
    padding: 25px;
    padding-top: 0;
  }
}
split-panel[inset-image][b-nqgq4eitcn]  section.content-container > .content > text-panel related-items {
  row-gap: 0.5em;
  column-gap: 1em;
}
split-panel[inset-image][b-nqgq4eitcn]  section.content-container > .content > text-panel related-items product-pill {
  padding: 0;
}
/* /Dynamic/Basic/SplitPanelWithImageInsets.razor.rz.scp.css */
split-full-width-card-section[b-h99ldf3er2] {
  display: block;
}
split-full-width-card-section[b-h99ldf3er2]  section.content-container > .content {
  padding: 0 !important;
  overflow: visible !important;
}
split-full-width-card-section[b-h99ldf3er2] >  section:not([display-type="card"]) .media-panel img {
  border-radius: 10px !important;
}
split-full-width-card-section .card[b-h99ldf3er2] {
  border-radius: 10px;
  overflow: hidden;
}
split-full-width-card-section .card[large-card-margin][b-h99ldf3er2] >  section {
  margin: 50px;
}
split-full-width-card-section .card[b-h99ldf3er2]  section.content-container > .content {
  position: relative;
}
split-full-width-card-section .card[b-h99ldf3er2]  section.content-container > .content > .splash {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  grid-column: 1 / -1;
}
split-full-width-card-section .card[b-h99ldf3er2]  section.content-container > .content > .splash > img {
  width: 75%;
  height: 50%;
}
@media only screen and (max-width: 1400px) {
  split-full-width-card-section .card[b-h99ldf3er2]  section.content-container > .content > .splash > img {
    width: 100vw;
    right: 0;
  }
}
.card-content[b-h99ldf3er2] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "media content";
  position: relative;
}
.card-content[media-panel-size="small"][b-h99ldf3er2] {
  grid-template-columns: 30% auto;
}
.card-content[media-panel-size="large"][b-h99ldf3er2] {
  grid-template-columns: 60% auto;
}
.card-content[data-image-position="right"][b-h99ldf3er2] {
  grid-template-areas: "content media";
}
.card-content[data-image-position="right"] .media-panel > *[b-h99ldf3er2] {
  border-radius: 0 10px 10px 0;
}
.card-content[data-image-position="right"][media-panel-size="small"][b-h99ldf3er2] {
  grid-template-columns: auto 30%;
}
.card-content[data-image-position="right"][media-panel-size="large"][b-h99ldf3er2] {
  grid-template-columns: auto 60%;
}
@media only screen and (max-width: 1100px) {
  .card-content[data-image-position="right"][mobile-top-align-pill][b-h99ldf3er2] {
    padding-top: 80px;
  }
  .card-content[data-image-position="right"][mobile-top-align-pill][b-h99ldf3er2]  text-headers pill-heading {
    position: absolute;
    top: 30px;
  }
}
.card-content[data-image-position="left"] .media-panel[b-h99ldf3er2]  img {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.card-content[data-image-position="top"][b-h99ldf3er2] {
  grid-template-columns: auto;
  grid-template-areas: "media" "content";
}
.card-content[text-panel-padding="Small"][b-h99ldf3er2] >  section-header {
  padding: 30px 50px;
}
.card-content .media-panel[b-h99ldf3er2] {
  grid-area: media;
  z-index: 1;
  min-height: calc(1250px/2);
  max-height: 90vw;
}
@media only screen and (max-width: 700px) {
  .card-content .media-panel[b-h99ldf3er2] {
    min-height: 90vw;
    max-height: 90vw;
  }
}
.card-content[data-internal-padding] > .media-panel[b-h99ldf3er2] {
  padding: 50px;
  gap: 50px;
  min-height: initial;
}
.card-content[data-internal-padding] > .media-panel[b-h99ldf3er2] >  img {
  height: auto;
}
@media only screen and (max-width: 700px) {
  .card-content[data-internal-padding] > .media-panel[b-h99ldf3er2] {
    padding: 0 20px;
    gap: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .card-content[b-h99ldf3er2] {
    grid-template-columns: auto !important;
  }
  .card-content[data-image-position][b-h99ldf3er2] {
    grid-template-areas: "media" "content";
  }
  .card-content .media-panel[b-h99ldf3er2]  img {
    border-radius: 10px 10px 0 0 !important;
    max-height: 90vw;
  }
  .card-content[b-h99ldf3er2]  section-header {
    padding: 20px !important;
  }
}
[b-h99ldf3er2] section-header {
  padding: 40px 50px;
}
[b-h99ldf3er2] section-header text-headers div.paragraph,
[b-h99ldf3er2] section-header text-headers p {
  line-height: 150%;
}
[b-h99ldf3er2] section-header text-headers h1 {
  margin: 0.5em 0;
}
[b-h99ldf3er2] section-header text-headers h2 {
  font-size: var(--medium-header-font-size) !important;
}
[b-h99ldf3er2] section-header text-headers headers > *:last-child {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 1100px) {
  [b-h99ldf3er2] section-header text-headers {
    padding: 0;
  }
}
[data-internal-padding][b-h99ldf3er2]  section-header text-headers {
  padding: 0;
}
[b-h99ldf3er2] section-header button-group {
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  [b-h99ldf3er2] section-header button-group {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 700px) {
  [b-h99ldf3er2] section-header {
    padding: 20px;
  }
}
split-panel-with-image-insets[b-h99ldf3er2] {
  --image-padding: calc(50px*-1);
  display: block;
}
@media only screen and (max-width: 500px) {
  split-panel-with-image-insets[b-h99ldf3er2] {
    --image-padding: calc(20px*-1);
  }
  split-panel-with-image-insets:first-child[b-h99ldf3er2] {
    display: block;
    margin-top: 20px;
  }
}
split-panel-with-image-insets .card-content[b-h99ldf3er2] {
  padding-top: var(--image-padding);
}
split-panel-with-image-insets .card-content > .media-panel[b-h99ldf3er2] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1100px) {
  split-panel-with-image-insets .card-content > .media-panel[b-h99ldf3er2] {
    min-height: unset;
    max-height: unset;
  }
}
split-panel-with-image-insets .card-content > .media-panel[b-h99ldf3er2]  img {
  border-radius: 10px !important;
  max-width: 100%;
  display: block;
}
split-panel-with-image-insets .card-content > .media-panel > inset-image[b-h99ldf3er2] {
  position: absolute;
  width: 40%;
}
split-panel-with-image-insets .card-content > .media-panel > inset-image[display-position="Top"][b-h99ldf3er2] {
  top: var(--image-padding);
}
split-panel-with-image-insets .card-content > .media-panel > inset-image[display-position="Bottom"][b-h99ldf3er2] {
  bottom: var(--image-padding);
}
@media only screen and (max-width: 1100px) {
  split-panel-with-image-insets .card-content > .media-panel[bottom-padding][b-h99ldf3er2] {
    margin-bottom: 20px;
  }
}
split-panel-with-image-insets .card-content > .text-panel[b-h99ldf3er2] {
  padding: var(--section-padding);
  justify-content: center;
}
split-panel-with-image-insets .card-content > .text-panel .section-content[b-h99ldf3er2] {
  margin: 0;
}
@media only screen and (max-width: 1100px) {
  split-panel-with-image-insets .card-content > .text-panel[b-h99ldf3er2] {
    padding: 0 !important;
  }
  split-panel-with-image-insets .card-content > .text-panel[b-h99ldf3er2] >  section-header {
    padding: 50px 0;
  }
  split-panel-with-image-insets .card-content > .text-panel[b-h99ldf3er2] >  section-header text-headers pill-heading {
    position: relative !important;
    top: initial !important;
  }
}
split-panel-with-image-insets .card-content[data-image-position="left"] > .media-panel > inset-image[display-position="Top"][b-h99ldf3er2] {
  left: var(--image-padding);
}
split-panel-with-image-insets .card-content[data-image-position="left"] > .media-panel > inset-image[display-position="Bottom"][b-h99ldf3er2] {
  right: var(--image-padding);
}
split-panel-with-image-insets .card-content[data-image-position="left"] > .text-panel[b-h99ldf3er2] {
  padding: 0 0 0 var(--section-padding);
}
split-panel-with-image-insets .card-content[data-image-position="right"] > .media-panel > inset-image[display-position="Top"][b-h99ldf3er2] {
  right: 20px;
}
split-panel-with-image-insets .card-content[data-image-position="right"] > .media-panel > inset-image[display-position="Bottom"][b-h99ldf3er2] {
  left: 20px;
}
split-panel-with-image-insets .card-content[data-image-position="right"] > .text-panel[b-h99ldf3er2] {
  padding: 0 var(--section-padding) 0 0;
}
@media only screen and (max-width: 500px) {
  split-panel-with-image-insets[b-h99ldf3er2]  section.content-container,
  split-panel-with-image-insets .card-content > .text-panel[b-h99ldf3er2] {
    padding: 0 !important;
  }
}
/* /Dynamic/Basic/SplitText/DotPoint.razor.rz.scp.css */
li[b-g6f6bsiteq] {
  font-size: 16px;
  line-height: 26px;
  list-style-type: square;
  list-style-position: inside;
}
li[b-g6f6bsiteq]::marker {
  color: #0059FF;
}
/* /Dynamic/Basic/SplitText/SplitTextPanel.razor.rz.scp.css */
split-text-panel[b-epne5gogs1] {
  padding: 20px 50px;
  display: block;
}
@media only screen and (max-width: 700px) {
  split-text-panel[b-epne5gogs1] {
    padding: 20px 0;
  }
}
split-text-panel > panel-container[b-epne5gogs1] {
  display: grid;
  grid-template-columns: 50% 50%;
}
split-text-panel > panel-container > headers > h2[b-epne5gogs1] {
  font-size: 30px;
  margin-bottom: 52px;
}
split-text-panel > panel-container > dot-points-container[b-epne5gogs1] {
  padding: 0 50px;
}
split-text-panel > panel-container > dot-points-container h3[b-epne5gogs1] {
  color: #2E3543;
}
split-text-panel > panel-container > dot-points-container dot-point-text[b-epne5gogs1]  ul {
  column-count: 2;
  margin: 0;
  padding: 0;
}
split-text-panel > panel-container > dot-points-container dot-point-text[b-epne5gogs1]  ul li {
  font-size: 12px;
  list-style-type: square;
  padding: 0.7em 0;
  margin-left: 1.2em;
}
split-text-panel > panel-container > dot-points-container dot-point-text[b-epne5gogs1]  ul li::marker {
  color: #0059FF;
}
@media only screen and (max-width: 1100px) {
  split-text-panel > panel-container[b-epne5gogs1] {
    display: flex;
    flex-direction: column;
  }
  split-text-panel > panel-container > headers > h2[b-epne5gogs1] {
    font-size: 24px;
    padding-right: 60px;
    margin-top: 0.25em;
  }
  split-text-panel > panel-container > dot-points-container[b-epne5gogs1] {
    padding: 20px 0;
  }
}
/* /Dynamic/Layout/CookieSettingsSection.razor.rz.scp.css */
#cookies[b-lubjhi73k7] {
  border-radius: 10px;
  background: white;
  position: fixed;
  bottom: -100%;
  right: 15px;
  padding: 25px 35px;
  width: 450px;
  z-index: 999;
  display: grid;
  gap: 10px;
  opacity: 0;
  transition: 0.8s ease;
  transition-property: bottom, opacity;
}
#cookies.open[b-lubjhi73k7] {
  opacity: 1;
  bottom: 15px;
  transition-delay: 0.5s;
}
@media only screen and (max-width: 500px) {
  #cookies[b-lubjhi73k7] {
    left: 15px;
    width: unset;
  }
}
h2[b-lubjhi73k7] {
  margin: 0;
}
/* /Dynamic/Layout/FooterNewsletterPanel.razor.rz.scp.css */
.hubspot[b-h897c1pr8k] {
  position: relative;
  margin-bottom: 14px;
}
.hubspot[b-h897c1pr8k]  .hs-email input {
  padding-right: 100px;
}
.hubspot[b-h897c1pr8k]  .hs-submit,
.hubspot[b-h897c1pr8k]  .actions {
  display: contents;
}
.hubspot[b-h897c1pr8k]  input[type="submit"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  right: 0;
  width: min-content !important;
  background: none;
  border-radius: 0;
  border: none;
  color: white;
  outline: none;
}
/* /Dynamic/Layout/FooterSection.razor.rz.scp.css */
footer[b-l7irc2hszv] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  background: var(--section-background-colour, white);
  display: flex;
  flex-direction: column;
}
[b-l7irc2hszv] a {
  transition: opacity 0.2s ease;
}
[b-l7irc2hszv] a:hover {
  opacity: 0.5;
}
.logo-container[b-l7irc2hszv] {
  display: block;
  padding: 50px 0;
  margin: 0 auto;
}
.logo-container:hover[b-l7irc2hszv] {
  opacity: 0.8;
}
.logo-container img[b-l7irc2hszv] {
  height: 3em;
}
menu-items-container[b-l7irc2hszv] {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1400px) {
  menu-items-container[b-l7irc2hszv] {
    flex-direction: column;
  }
}
@media only screen and (max-width: 700px) {
  menu-items-container[b-l7irc2hszv] {
    margin-top: 0;
  }
}
menu-items-container menu-groups[b-l7irc2hszv] {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media only screen and (max-width: 700px) {
  menu-items-container menu-groups[b-l7irc2hszv] {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}
menu-items-container[b-l7irc2hszv]  menu-group {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  flex-grow: 1;
}
menu-items-container[b-l7irc2hszv]  menu-group > menu-group-header > div.paragraph {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--header-color);
  font-size: 11px;
}
menu-items-container[b-l7irc2hszv]  menu-group > menu-items {
  display: flex;
  flex-direction: column;
}
menu-items-container[b-l7irc2hszv]  menu-group > menu-items a {
  font-family: "ReplicaLL", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 1.5em;
  margin: 0.5em 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 0;
  margin: 0;
  line-height: 280%;
}
menu-items-container[b-l7irc2hszv]  menu-group > menu-items a::after {
  display: none;
}
[b-l7irc2hszv] newletter-sign-up-panel {
  display: block;
  width: 25%;
}
@media only screen and (max-width: 1400px) {
  [b-l7irc2hszv] newletter-sign-up-panel {
    width: 100%;
    max-width: 600px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1em;
    padding: 1em 0;
  }
}
[b-l7irc2hszv] newletter-sign-up-panel h3 {
  font-size: 11px;
}
[b-l7irc2hszv] newletter-sign-up-panel div.paragraph {
  font-size: 14px;
}
[b-l7irc2hszv] newletter-sign-up-panel form-fields {
  display: block;
  position: relative;
}
[b-l7irc2hszv] newletter-sign-up-panel form-fields input {
  width: 100%;
}
[b-l7irc2hszv] newletter-sign-up-panel form-fields button.arrow-right {
  position: absolute;
  background: none;
  border: none;
  border-radius: 0;
  top: 0;
  right: 0;
  font-size: 14px;
  padding: 2px 15px;
  height: 100%;
  opacity: 1;
  color: white;
  display: flex;
  align-items: center;
}
[b-l7irc2hszv] newletter-sign-up-panel privacy-policy-message > div.paragraph {
  font-size: 10px;
}
.bottom-bar[b-l7irc2hszv] {
  background-color: #0059FF;
  padding: 1em 0;
  width: 100%;
}
.bottom-bar bottom-bar-container[b-l7irc2hszv] {
  display: flex;
  align-items: center;
}
.bottom-bar[b-l7irc2hszv]  footer-items {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.bottom-bar[b-l7irc2hszv]  footer-items span,
.bottom-bar[b-l7irc2hszv]  footer-items a {
  font-family: "ReplicaLL", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 1.5em;
  margin: 0.5em 0;
  font-size: 10px;
  padding: 1em 2em;
  color: white;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 1100px) {
  .bottom-bar[b-l7irc2hszv]  footer-items span,
  .bottom-bar[b-l7irc2hszv]  footer-items a {
    padding: 1em;
  }
}
.bottom-bar[b-l7irc2hszv]  footer-items span::after,
.bottom-bar[b-l7irc2hszv]  footer-items a::after {
  display: none;
}
.bottom-bar[b-l7irc2hszv]  footer-items span {
  padding-left: 0;
}
.bottom-bar[b-l7irc2hszv]  social-links {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--header-color);
  display: flex;
  padding: 0;
  align-items: center;
  flex-wrap: nowrap;
}
.bottom-bar[b-l7irc2hszv]  social-links h3 {
  padding-right: 1em;
  margin: 0;
}
.bottom-bar[b-l7irc2hszv]  social-links links {
  display: flex;
  flex-wrap: nowrap;
}
.bottom-bar[b-l7irc2hszv]  social-links a {
  padding: 0.25em;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .bottom-bar bottom-bar-container[b-l7irc2hszv] {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .bottom-bar[b-l7irc2hszv]  footer-items {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1em;
    display: grid;
    grid-template-columns: auto auto 1fr;
  }
  .bottom-bar[b-l7irc2hszv]  footer-items span.copyright {
    grid-column: 1 / span 3;
    padding: 1em 0;
  }
  .bottom-bar[b-l7irc2hszv]  footer-items a {
    padding: 1em 2em 1em 0;
  }
  .bottom-bar[b-l7irc2hszv]  social-links {
    display: flex;
    width: 100%;
    padding-bottom: 1em;
  }
}
form-fields[b-l7irc2hszv] {
  position: relative;
}
/* /Dynamic/Layout/MainMenu.razor.rz.scp.css */
nav[b-42gjo0qwks] {
  position: relative;
  z-index: 10;
}
nav[data-floating][b-42gjo0qwks] {
  background: linear-gradient(to bottom, #000000bf 25%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
  nav[b-42gjo0qwks] {
    gap: 20px;
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  nav[b-42gjo0qwks] {
    padding-bottom: 0;
    height: 100px;
  }
  nav[floating][b-42gjo0qwks] {
    height: 100px;
    padding: 0 20px;
  }
}
section[b-42gjo0qwks] {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 50px;
  background: #2E3543;
  height: 100px;
}
@media only screen and (max-width: 1400px) {
  section[b-42gjo0qwks] {
    gap: 20px;
    padding-right: 20px;
  }
}
nav[data-floating] section[b-42gjo0qwks] {
  background: none;
}
@media only screen and (min-width: 1201px) {
  nav[data-floating] section[b-42gjo0qwks] {
    transition: background 0.2s ease;
    transition-delay: 0.1s;
  }
  nav[data-floating] section:has(#menu .main-menu-item[data-open])[b-42gjo0qwks] {
    background: #2E3543;
    transition-delay: 0s;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  section[b-42gjo0qwks] {
    padding: 0;
    padding-left: 50px;
    transition: background 0.2s ease;
  }
  nav.open section[b-42gjo0qwks] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #2E3543;
  }
}
.logo-container[b-42gjo0qwks] {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.corner-splash[b-42gjo0qwks] {
  position: absolute;
  top: 0;
  left: 0;
}
#menu[b-42gjo0qwks] {
  display: flex;
  height: 100%;
  align-items: center;
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
}
@media only screen and (max-width: 1200px) {
  #menu[b-42gjo0qwks] {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    height: calc(100vh - 100px);
    height: calc(100dvh - 100px);
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0ms ease 0.2s;
    padding-bottom: env(safe-area-inset-bottom);
    opacity: 0;
    z-index: 10;
    overflow: auto;
    background: #383f4c;
    flex-direction: column;
  }
  #main-nav.open #menu[b-42gjo0qwks] {
    transition: opacity 0.2s ease;
    opacity: 1;
    visibility: visible;
  }
}
.links[b-42gjo0qwks] {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .links[b-42gjo0qwks] {
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 30px;
    gap: 15px;
  }
}
.header-buttons[b-42gjo0qwks] {
  margin-left: auto;
  display: flex;
  gap: 10px;
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
}
.header-buttons.mobile[b-42gjo0qwks] {
  display: none;
  height: 100%;
  align-items: center;
  gap: 0;
}
@media only screen and (max-width: 1200px) {
  .header-buttons.mobile[b-42gjo0qwks] {
    display: flex;
  }
  .header-buttons.desktop[b-42gjo0qwks] {
    display: none;
  }
}
.header-buttons[b-42gjo0qwks]  .button {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
}
.header-buttons[b-42gjo0qwks]  .button.language,
.header-buttons[b-42gjo0qwks]  .button.search {
  padding: 11px 10px 10px 11px;
}
.header-buttons[b-42gjo0qwks]  .button.search {
  font-size: 16px;
}
button.menu[b-42gjo0qwks] {
  background: none;
  border: none;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
  cursor: pointer;
  padding-right: 30px;
  padding-left: 15px;
}
button.menu span.menu-text[b-42gjo0qwks] {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
}
button.menu span.menu-text.close[b-42gjo0qwks] {
  display: none;
}
@media only screen and (max-width: 370px) {
  button.menu span.menu-text[b-42gjo0qwks] {
    display: none !important;
  }
}
#main-nav.open button.menu span.close[b-42gjo0qwks] {
  display: initial;
}
#main-nav.open button.menu span.open[b-42gjo0qwks] {
  display: none;
}
svg line[b-42gjo0qwks] {
  transition: 0.2s ease;
  transition-property: transform, opacity;
  transform-origin: center;
}
#main-nav.open svg line.top[b-42gjo0qwks] {
  transform: rotate(45deg) translateY(8px);
}
#main-nav.open svg line.middle[b-42gjo0qwks] {
  opacity: 0;
}
#main-nav.open svg line.bottom[b-42gjo0qwks] {
  transform: rotate(-45deg) translateY(-8px);
}
/* /Dynamic/Layout/Nav/ArticleListMenuItem.razor.rz.scp.css */
.article-list[b-09kpqalwqg] {
  padding: 40px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .article-list[b-09kpqalwqg] {
    padding: 0;
    padding-bottom: 10px;
  }
}
.articles[b-09kpqalwqg] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .articles[b-09kpqalwqg] {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* /Dynamic/Layout/Nav/ArticleMenuItem.razor.rz.scp.css */
.article[b-p9qgfap2rk] {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.2s, border-color 0.2s;
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: var(--dark-theme-color);
  gap: 5px;
}
.article:hover[b-p9qgfap2rk] {
  border-color: rgba(0, 89, 255, 0.5);
  background: rgba(0, 89, 255, 0.2);
}
[b-p9qgfap2rk] img {
  margin-bottom: 20px;
  width: 100%;
  display: block;
  aspect-ratio: 1.87;
  border-radius: 10px;
  object-fit: cover;
}
.name[b-p9qgfap2rk] {
  font-size: 20px;
}
@media only screen and (max-width: 1100px) {
  .name[b-p9qgfap2rk] {
    font-size: 16px;
  }
}
.description[b-p9qgfap2rk] {
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  .description[b-p9qgfap2rk] {
    font-size: 12px;
  }
}
/* /Dynamic/Layout/Nav/CardListMenuItem.razor.rz.scp.css */
.card-list[b-26cc3tgekg] {
  display: grid;
  grid-template-columns: repeat(var(--nav-width), 1fr);
  padding: 40px 80px;
  gap: 40px 80px;
}
.card-list[data-vertical][b-26cc3tgekg] {
  display: flex;
  flex-direction: column;
  width: calc(100vw / 3);
}
@media only screen and (max-width: 1100px) {
  .card-list[b-26cc3tgekg] {
    gap: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .card-list[b-26cc3tgekg] {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .card-list[data-vertical][b-26cc3tgekg] {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .card-list[b-26cc3tgekg] {
    gap: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .card-list[b-26cc3tgekg] {
    grid-template-columns: 1fr;
  }
}
/* /Dynamic/Layout/Nav/CardMenuItem.razor.rz.scp.css */
a[b-7jv04r1ls5] {
  display: grid;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 0.1s ease;
}
a:hover[b-7jv04r1ls5] {
  opacity: 0.6;
}
.name[b-7jv04r1ls5] {
  font-size: 20px;
}
@media only screen and (max-width: 1100px) {
  .name[b-7jv04r1ls5] {
    font-size: 16px;
  }
}
.description[b-7jv04r1ls5] {
  font-size: 14px;
}
@media only screen and (max-width: 1100px) {
  .description[b-7jv04r1ls5] {
    font-size: 12px;
  }
}
/* /Dynamic/Layout/Nav/LinkListMenuItem.razor.rz.scp.css */
.link-list[b-3zoj0x7kne] {
  padding: 20px 40px 40px 40px;
}
@media only screen and (max-width: 1200px) {
  .link-list[b-3zoj0x7kne] {
    padding: 0;
  }
}
.link-list-items[b-3zoj0x7kne] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 300px;
}
@media only screen and (max-width: 1200px) {
  .link-list-items[b-3zoj0x7kne] {
    max-height: unset;
  }
}
@media only screen and (max-width: 700px) {
  .link-list-items[b-3zoj0x7kne] {
    flex-wrap: nowrap;
  }
}
.link-list-items[b-3zoj0x7kne]  a {
  display: block;
  text-align: start;
  font-size: 16px;
  line-height: 19.2px;
  padding: 21px 0;
  cursor: pointer;
  opacity: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 30%;
}
@media only screen and (max-width: 700px) {
  .link-list-items[b-3zoj0x7kne]  a {
    width: 100%;
  }
}
.link-list-items[b-3zoj0x7kne]  a:hover,
.link-list-items[b-3zoj0x7kne]  a:focus {
  opacity: 0.6;
}
[b-3zoj0x7kne] a.primary {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--header-color);
  margin: 0;
  padding: 22px 0;
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--dark-theme-color);
  transition: background 0.2s, border-color 0.2s;
  padding: 8px 20px;
  border-radius: 31px;
}
[b-3zoj0x7kne] a.primary:hover {
  border-color: rgba(0, 89, 255, 0.5);
  background: rgba(0, 89, 255, 0.2);
}
[b-3zoj0x7kne] a.primary .arrow {
  font-size: 15px;
}
@media only screen and (max-width: 1200px) {
  [b-3zoj0x7kne] a.primary {
    width: 100%;
    margin-bottom: 10px;
  }
}
hr[b-3zoj0x7kne] {
  display: none;
}
/* /Dynamic/Layout/Nav/MainMenuItem.razor.rz.scp.css */
.main-menu-item[b-jtl1wk0h5t] {
  height: 100%;
  font-family: "ReplicaLL", "Inter", sans-serif;
}
.main-menu-item[editing] .menu-item[b-jtl1wk0h5t] {
  min-height: 100px;
}
@media only screen and (min-width: 1201px) {
  .main-menu-item[data-open] .menu-item[b-jtl1wk0h5t],
  [data-editing] .main-menu-item .menu-item[b-jtl1wk0h5t],
  .main-menu-item:has([data-editing]) .menu-item[b-jtl1wk0h5t] {
    border-bottom-color: #0059FF;
  }
  .main-menu-item[data-open] .sub-nav[b-jtl1wk0h5t],
  [data-editing] .main-menu-item .sub-nav[b-jtl1wk0h5t],
  .main-menu-item:has([data-editing]) .sub-nav[b-jtl1wk0h5t] {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease 0s;
  }
}
@media only screen and (max-width: 1200px) {
  .main-menu-item[b-jtl1wk0h5t] {
    height: unset;
    display: block;
    width: 100%;
  }
}
.menu-item[b-jtl1wk0h5t] {
  transition: 0.2s;
  border-style: solid;
  border-color: transparent;
  background: none;
  border-radius: unset;
  text-transform: none;
  height: 100%;
  border-width: 0 0 4px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  opacity: 1;
  cursor: default;
  font-family: "ReplicaLL", "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: white;
  line-height: normal;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 1400px) {
  .menu-item[b-jtl1wk0h5t] {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-item[b-jtl1wk0h5t] {
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 300;
    font-size: 28px;
    padding: 20px 30px;
    position: relative;
    border: none;
  }
  .menu-item[b-jtl1wk0h5t]::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
a.menu-item[b-jtl1wk0h5t] {
  cursor: pointer;
}
.sub-nav[b-jtl1wk0h5t] {
  background: #434956;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 500px 1fr;
  transition: opacity 0.2s ease 0.1s, visibility 0ms ease 0.3s;
}
@media only screen and (max-width: 1500px) {
  .sub-nav[b-jtl1wk0h5t] {
    grid-template-columns: 350px 1fr;
  }
}
@media only screen and (max-width: 1200px) {
  .sub-nav[b-jtl1wk0h5t] {
    top: 100px;
    left: 0;
    right: 0;
    height: calc(100vh - 100px);
    height: calc(100dvh - 100px);
    overflow: auto;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0ms ease 0.2s;
    padding-bottom: env(safe-area-inset-bottom);
    display: block;
    background: #4d535f;
    position: fixed;
    z-index: 12;
    padding: 0;
  }
  .sub-nav[data-open][b-jtl1wk0h5t] {
    transition: opacity 0.2s ease;
    opacity: 1;
    visibility: visible;
  }
}
.mobile-back[b-jtl1wk0h5t] {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 20px 30px;
  background: #383f4c;
  border: none;
  color: white;
  gap: 20px;
  position: sticky;
  top: 0;
  z-index: 13;
  font-size: 16px;
}
@media only screen and (min-width: 1201px) {
  .mobile-back[b-jtl1wk0h5t] {
    display: none;
  }
}
nav[b-jtl1wk0h5t]  section {
  --nav-width: 1;
  --nav-column: 1;
  grid-column: var(--nav-column) / span var(--nav-width);
  position: relative;
  grid-row: 1;
  visibility: inherit;
}
nav[b-jtl1wk0h5t]  section[data-depth="1"] {
  background: #383f4c;
  padding: 20px 40px 40px 40px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1100px) {
  nav[b-jtl1wk0h5t]  section[data-depth="1"] {
    padding: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  nav[b-jtl1wk0h5t]  section[data-depth="1"] {
    padding: 15px 30px;
    background: #434956;
  }
}
nav[b-jtl1wk0h5t]  section[data-depth="1"] button-container {
  flex-grow: 1;
  margin-top: 20px;
  display: flex;
  align-items: end;
}
nav[b-jtl1wk0h5t]  section[data-depth="2"] {
  --nav-column: 2;
  --nav-width: 2;
  display: none;
}
@media only screen and (min-width: 1201px) {
  nav[b-jtl1wk0h5t]  section[data-depth="2"][data-open] {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  nav[b-jtl1wk0h5t]  section[data-depth="2"] {
    padding: 15px 30px;
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  nav[data-mobile-subsection-open][b-jtl1wk0h5t]  section[data-depth="1"]:not(:has(> .menu-summary-item)) {
    position: sticky;
    z-index: 1;
    top: 56px;
  }
  nav[data-mobile-subsection-open][b-jtl1wk0h5t]  section[data-depth="2"][data-open] {
    display: block;
  }
}
/* /Dynamic/Layout/Nav/ProductListMenuItem.razor.rz.scp.css */
.product-list[b-kcgaq4ex11] {
  padding: 20px 40px 40px 40px;
}
.product-list.core-products .products[b-kcgaq4ex11] {
  --size: 48px;
  --product-name-size: 20px;
  --product-group-size: 10px;
}
.product-list.core-products .products .product-item .name[b-kcgaq4ex11] {
  gap: 8px;
}
@media only screen and (max-width: 1200px) {
  .product-list[b-kcgaq4ex11] {
    padding: 0;
  }
}
.group-name[b-kcgaq4ex11] {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: var(--header-color);
  margin: 0;
  padding: 22px 0;
}
.products[b-kcgaq4ex11] {
  --size: 40px;
  --product-line-height: 13.3px;
  --product-name-size: 18px;
  --product-group-size: 9px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1400px) {
  .products[b-kcgaq4ex11] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1200px) {
  .products[b-kcgaq4ex11] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .products[b-kcgaq4ex11] {
    grid-template-columns: 1fr;
  }
}
/* /Dynamic/Layout/Nav/ProductMenuItem.razor.rz.scp.css */
.product-item[b-w9ourg2ie4] {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--dark-theme-color);
  transition: background 0.2s, border-color 0.2s;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  height: 100%;
}
.product-item:hover[b-w9ourg2ie4] {
  border-color: rgba(0, 89, 255, 0.5);
  background: rgba(0, 89, 255, 0.2);
}
.description[b-w9ourg2ie4] {
  grid-column: -1 / 1;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 140%;
  font-weight: 200;
  max-width: 310px;
}
@media only screen and (max-width: 1400px) {
  .description[b-w9ourg2ie4] {
    max-width: unset;
  }
}
.name[b-w9ourg2ie4] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  margin-left: 5px;
  font-weight: 200;
}
/* /Dynamic/Layout/Nav/SubMenuItem.razor.rz.scp.css */
.sub-menu-item[b-11n2i91swo] {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: unset;
  text-align: start;
  font-family: "ReplicaLL", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 1.5em;
  margin: 0.5em 0;
  letter-spacing: 0.02em;
  margin: 0;
  color: white;
  line-height: 19.2px;
  padding: 18px 0;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.1s ease, border-color 0.1s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub-menu-item:hover[b-11n2i91swo] {
  opacity: 1;
}
@media only screen and (min-width: 1201px) {
  .sub-menu-item[data-open][b-11n2i91swo] {
    opacity: 1;
    border-color: #0059FF;
  }
  .sub-menu-item[data-open] .arrow-container[b-11n2i91swo] {
    background: #0059FF;
  }
}
@media only screen and (max-width: 1200px) {
  .sub-menu-item[b-11n2i91swo] {
    transition: none;
  }
  [data-mobile-subsection-open] .sub-menu-item[b-11n2i91swo] {
    display: none;
  }
  [data-mobile-subsection-open] .sub-menu-item[data-open][b-11n2i91swo] {
    display: flex;
    flex-direction: row-reverse;
    border: none;
    padding: 0;
    justify-content: start;
    gap: 20px;
    opacity: 1;
  }
  [data-mobile-subsection-open] .sub-menu-item[data-open] .arrow-container[b-11n2i91swo] {
    padding: 0;
    height: unset;
    width: unset;
    transform: rotate(180deg);
  }
}
.arrow-container[b-11n2i91swo] {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 25px;
}
/* /Dynamic/Layout/Nav/SubMenuSummaryPanel.razor.rz.scp.css */
.menu-summary-item[b-qgsfasiap6] {
  height: 100%;
}
.summary-panel[b-qgsfasiap6] {
  padding: 20px 40px 0 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: start;
}
@media only screen and (max-width: 1200px) {
  .summary-panel[b-qgsfasiap6] {
    padding: 0;
  }
}
h2[b-qgsfasiap6] {
  line-height: 140%;
  flex-grow: 1;
}
/* /Dynamic/Sections/ArticleCardCollection.razor.rz.scp.css */
articles-section[b-kidd2ie0dz] >  section > .section-content > section.content-container[extra-large-top-padding] section-content > section-header pill-heading-container {
  position: absolute;
  top: calc(var(--section-padding) * 1.5);
}
articles-section[b-kidd2ie0dz] >  section section-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  --secondary-button-color: #0059FF;
}
@media only screen and (max-width: 700px) {
  articles-section[b-kidd2ie0dz] >  section section-content {
    flex-direction: column;
  }
  articles-section[b-kidd2ie0dz] >  section section-content section-header {
    flex-direction: column;
    align-items: initial;
  }
}
articles-section[b-kidd2ie0dz]  article-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-top: 1em;
}
articles-section[b-kidd2ie0dz]  article-cards[articles-per-row="3"] {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 700px) {
  articles-section[b-kidd2ie0dz]  article-cards {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  articles-section[b-kidd2ie0dz]  article-cards > .article-card {
    padding: 0;
  }
}
/* /Dynamic/Sections/ArticleSection.razor.rz.scp.css */
article[b-bf689v66cu] {
  --max-article-size: 830px;
  --media-overlap: 400px;
}
@media only screen and (max-width: 1400px) {
  article[b-bf689v66cu] {
    --media-overlap: 200px;
  }
}
@media only screen and (max-width: 1100px) {
  article[b-bf689v66cu] {
    --media-overlap: 50px;
  }
}
.title-container .description[b-bf689v66cu] {
  max-width: 685px;
  font-size: 18px;
  line-height: 33.3px;
  font-weight: 400;
  color: #2E3543;
}
header[b-bf689v66cu] {
  padding-bottom: 20px;
}
header[b-bf689v66cu]  section.content-container {
  padding-bottom: var(--media-overlap);
}
section.body[b-bf689v66cu]  section.content-container {
  padding-top: 0;
}
@media only screen and (max-width: 1100px) {
  [b-bf689v66cu] .splash > img {
    display: none;
  }
}
.hero-image[b-bf689v66cu] {
  width: 100%;
  aspect-ratio: 1.75;
  position: relative;
  margin-top: calc(-1 * var(--media-overlap));
  background: #0059FF;
  background-size: cover;
  border-radius: 10px;
  z-index: 1;
  margin-bottom: 60px;
}
/* /Dynamic/Sections/CardReelSection.razor.rz.scp.css */
reel-section[b-nqllp3ji46] {
  overflow: hidden;
  position: relative;
}
reel-section header-content[b-nqllp3ji46] {
  position: relative;
  display: block;
  z-index: 1;
}
reel-section header-content:not([image-header])[b-nqllp3ji46]  section-header {
  padding: 50px 0 20px 0;
}
reel-section header-content[top-padding][b-nqllp3ji46] {
  padding-top: 20px;
}
reel-section header-content[b-nqllp3ji46]  heading-image {
  display: block;
  padding: 20px 0;
}
reel-section header-content[b-nqllp3ji46]  heading-image.offset-bottom {
  padding-bottom: 50px;
}
@media only screen and (max-width: 700px) {
  reel-section header-content[b-nqllp3ji46]  heading-image.offset-bottom {
    padding-bottom: 0;
  }
}
reel-section header-content[b-nqllp3ji46]  heading-image.offset-bottom img {
  position: absolute;
  top: 20px;
}
reel-section header-content[b-nqllp3ji46]  h1.extra-large {
  font-size: 100px;
}
@media only screen and (max-width: 700px) {
  reel-section header-content[b-nqllp3ji46]  h1.extra-large {
    font-size: 52px;
  }
}
reel-section header-content overlay-image[b-nqllp3ji46] {
  display: flex;
  justify-content: center;
  top: 50px;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  reel-section header-content overlay-image[b-nqllp3ji46] {
    justify-content: flex-start;
    padding: 20px;
  }
  reel-section header-content overlay-image[b-nqllp3ji46] >  img {
    width: 90vw;
  }
}
reel-section header-content[b-nqllp3ji46]  section-header[horizontal-alignment="Center"] {
  padding: 50px;
}
@media only screen and (max-width: 500px) {
  reel-section header-content[b-nqllp3ji46]  section-header[horizontal-alignment="Center"] {
    padding: 40px;
  }
}
reel-section pill-overlay-content[b-nqllp3ji46] {
  position: relative;
  display: block;
  width: 1250px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[b-nqllp3ji46] {
  position: absolute;
  left: var(--section-padding);
  bottom: var(--section-padding);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: white;
  display: inline-block;
  background: #0059FF;
  border: 1px solid white;
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
  border-radius: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 500px) {
  reel-section pill-overlay-content pill-heading-container.overlay-pill[b-nqllp3ji46] {
    font-size: 9px;
    padding: 7px 12px;
  }
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[b-nqllp3ji46]  a {
  display: flex;
  align-content: center;
  padding: 16px;
  font-size: 20px;
  font-weight: 400;
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[b-nqllp3ji46]  a > img {
  padding-right: 0.5em;
  height: 1.5em;
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[background-colour="Bright"][b-nqllp3ji46] {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: white;
  display: inline-block;
  background: #0059FF;
  border: 1px solid white;
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 500px) {
  reel-section pill-overlay-content pill-heading-container.overlay-pill[background-colour="Bright"][b-nqllp3ji46] {
    font-size: 9px;
    padding: 7px 12px;
  }
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[background-colour="Bright"][b-nqllp3ji46]  a {
  font-weight: 300;
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[background-colour="White"][b-nqllp3ji46] {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: #0059FF;
  display: inline-block;
  background: white;
  border: 1px solid white;
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 500px) {
  reel-section pill-overlay-content pill-heading-container.overlay-pill[background-colour="White"][b-nqllp3ji46] {
    font-size: 9px;
    padding: 7px 12px;
  }
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[background-colour="White"][b-nqllp3ji46]  a {
  color: #0059FF !important;
}
@media only screen and (max-width: 500px) {
  reel-section pill-overlay-content pill-heading-container.overlay-pill[b-nqllp3ji46]  a {
    font-size: 16px;
  }
}
reel-section items-panel[b-nqllp3ji46] {
  padding: 0;
  white-space: nowrap;
  display: grid;
  grid-template-columns: auto auto;
  overflow: hidden;
}
reel-section items-panel[top-padding][b-nqllp3ji46] {
  padding-top: var(--section-padding);
}
reel-section items-panel[bottom-padding="Large"][b-nqllp3ji46] {
  padding-bottom: var(--section-padding);
}
reel-section items-panel[bottom-padding="Medium"][b-nqllp3ji46] {
  padding-bottom: 50px;
}
reel-section items-panel[bottom-padding="Small"][b-nqllp3ji46] {
  padding-bottom: 20px;
}
reel-section items-panel[vertical-offset-type="Random"][b-nqllp3ji46] {
  overflow-y: visible;
}
reel-section items-panel[vertical-offset-type="None"] item-reel[item-display-type="Image"][b-nqllp3ji46] {
  padding-top: 30px;
}
reel-section items-panel item-reel[b-nqllp3ji46] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4em;
  max-height: 400px;
  animation: 60s slide-b-nqllp3ji46 infinite linear;
  padding-left: 4em;
}
reel-section items-panel item-reel[vary-heights][b-nqllp3ji46] {
  padding-block: 50px;
}
reel-section items-panel item-reel[small-gap][b-nqllp3ji46] {
  gap: 20px;
  padding-left: 20px;
}
reel-section items-panel item-reel[b-nqllp3ji46]  card {
  overflow: visible;
}
reel-section items-panel item-reel[b-nqllp3ji46]  card[show-as-card="False"] {
  border: none !important;
}
reel-section items-panel item-reel img-container[b-nqllp3ji46] {
  height: 100%;
}
reel-section items-panel item-reel[b-nqllp3ji46]  img {
  max-height: 400px;
  max-width: 90vw;
  display: block;
  overflow: hidden;
  object-fit: contain;
  height: 100%;
  border-radius: 10px;
}
reel-section items-panel item-reel[b-nqllp3ji46]  reel-item[background-colour="Light"] {
  background-color: #F6F9FF !important;
}
reel-section items-panel item-reel[item-display-type="Card"][b-nqllp3ji46] {
  max-height: none;
  height: auto;
  gap: 2em;
  padding-left: 2em;
}
reel-section items-panel item-reel[item-display-type="Card"][b-nqllp3ji46]  reel-item {
  height: 100%;
}
reel-section items-panel item-reel[item-display-type="Card"][b-nqllp3ji46]  reel-item > card {
  width: 400px;
  white-space: normal;
}
reel-section items-panel item-reel[item-display-type="Card"][b-nqllp3ji46]  reel-item > card img-container.icon-image {
  width: 5em;
}
reel-section items-panel item-reel[item-display-type="Image"][b-nqllp3ji46]  reel-item {
  display: inline-block;
}
reel-section items-panel item-reel[item-display-type="Image"][b-nqllp3ji46]  reel-item[show-as-card] {
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  border: none;
}
@media only screen and (max-width: 700px) {
  reel-section items-panel item-reel[item-display-type="Image"][b-nqllp3ji46]  reel-item[show-as-card] {
    padding: 20px;
  }
}
reel-section items-panel item-reel[item-display-type="Image"][b-nqllp3ji46]  reel-item[image-padding-size="Medium"] img {
  padding: 20px;
}
reel-section items-panel item-reel[item-display-type="Image"][b-nqllp3ji46]  reel-item[image-padding-size="Small"] img {
  padding: 10px;
}
reel-section items-panel item-reel[item-display-type="Image"][b-nqllp3ji46]  reel-item[image-padding-size="None"] img {
  padding: 0;
}
reel-section items-panel item-reel[item-display-type="Image"][b-nqllp3ji46]  reel-item[card-padding-size="Medium"] {
  padding: 20px;
}
reel-section items-panel item-reel[item-display-type="Image"][b-nqllp3ji46]  reel-item[card-padding-size="None"] {
  padding: 0;
}
reel-section items-panel item-reel[item-display-type="Image"][b-nqllp3ji46]  reel-item[square] {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
reel-section items-panel item-reel[item-display-type="Image"][b-nqllp3ji46]  reel-item[square] img {
  max-width: 150px;
}
@keyframes slide-b-nqllp3ji46 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* /Dynamic/Sections/CarouselSection.razor.rz.scp.css */
carousel-section[b-u25o31yx0b] {
  position: relative;
  overflow: hidden;
  display: block;
}
carousel-section[top-padding="Large"][b-u25o31yx0b]  section.content-container > .content {
  padding-top: 50px;
}
carousel-section[top-padding="Small"][b-u25o31yx0b]  section.content-container > .content {
  padding-top: 20px;
}
carousel-section[bottom-padding="Large"][b-u25o31yx0b]  section.content-container > .content {
  padding-bottom: 50px;
}
carousel-section[bottom-padding="Small"][b-u25o31yx0b]  section.content-container > .content {
  padding-bottom: 20px;
}
@media only screen and (max-width: 700px) {
  carousel-section[show-header-buttons] carousel-nav[b-u25o31yx0b] {
    padding-bottom: 60px;
  }
  carousel-section[show-header-buttons][b-u25o31yx0b]  .content > section-header > button-group {
    padding-inline: var(--section-padding);
    position: absolute;
    width: min-content;
    bottom: 33px;
    margin: 0;
    left: 0;
  }
}
@media only screen and (max-width: 500px) {
  carousel-section[show-header-buttons][b-u25o31yx0b]  .content > section-header > button-group {
    bottom: 21px;
  }
}
carousel-section > section[b-u25o31yx0b]  section.content-container {
  overflow: hidden;
}
carousel-section > section[alignment="Center"][b-u25o31yx0b]  section-content > text-panel {
  text-align: center;
  margin: 0 auto;
}
carousel-section > section section-content[b-u25o31yx0b] {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media only screen and (max-width: 600px) {
  carousel-section > section section-content[b-u25o31yx0b] {
    display: block;
  }
}
carousel-section > section section-content section-header[b-u25o31yx0b] {
  align-items: end;
}
carousel-section > section section-content text-panel[b-u25o31yx0b]  h1 {
  margin: 0.5em 0;
}
carousel-section > section section-content text-panel[b-u25o31yx0b]  pill-heading {
  background: transparent;
  border: none;
  padding: 0;
}
carousel-section > section section-content button-group[b-u25o31yx0b] {
  grid-column: 2;
  margin: auto 0 1em 0;
}
carousel-section > section carousel-cards[b-u25o31yx0b] {
  display: flex;
  width: 100%;
  gap: 20px;
  margin-top: 1em;
  transition: 0.5s ease-in-out all;
}
carousel-section > section[theme="dark"] carousel-nav carousel-nav-buttons > carousel-nav-button[b-u25o31yx0b],
carousel-section > section[theme="blue"] carousel-nav carousel-nav-buttons > carousel-nav-button[b-u25o31yx0b] {
  background-color: transparent;
  border-color: white;
  color: white;
}
nav[b-u25o31yx0b] {
  margin-top: 30px;
}
@media only screen and (max-width: 700px) {
  nav[b-u25o31yx0b] {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
nav[b-u25o31yx0b]  carousel-position-dot {
  pointer-events: none;
}
[b-u25o31yx0b] .article-card {
  min-width: 25em;
  width: 25em;
}
/* /Dynamic/Sections/CollagePanelSection.razor.rz.scp.css */
collage-panel-section[b-g2m5m8j856] {
  overflow: hidden;
}
collage-panel-section[top-padding="Large"][b-g2m5m8j856]  section.content-container {
  padding-top: calc(var(--section-padding) * 1.5);
}
collage-panel-section[top-padding="Small"][b-g2m5m8j856]  section.content-container {
  padding-top: 40px;
}
collage-panel-section[bottom-padding="Large"][b-g2m5m8j856]  section.content-container {
  padding-bottom: calc(var(--section-padding) * 1.5);
}
collage-panel-section[bottom-padding="Small"][b-g2m5m8j856]  section.content-container {
  padding-bottom: 40px;
}
collage-panel-section[b-g2m5m8j856]  section > div.content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 !important;
  overflow: hidden;
  min-height: 650px;
}
collage-panel-section[b-g2m5m8j856]  section > div.content text-panel {
  display: flex;
  flex-direction: column;
  padding: 50px;
}
collage-panel-section[b-g2m5m8j856]  section > div.content text-panel > * {
  height: 100%;
}
collage-panel-section[b-g2m5m8j856]  section > div.content text-panel section-header:not([text-panel-vertical-alignment="Top"]) > text-headers {
  display: grid !important;
  grid-template-rows: 1fr auto;
}
collage-panel-section[b-g2m5m8j856]  section > div.content text-panel section-content {
  margin-top: auto;
}
collage-panel-section[b-g2m5m8j856]  section > div.content text-panel button-group {
  line-height: 3em;
}
collage-panel-section[b-g2m5m8j856]  section > div.content text-panel > inset-panel {
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  display: inline-table;
  margin-top: 20px;
  height: auto;
}
@media only screen and (max-width: 700px) {
  collage-panel-section[b-g2m5m8j856]  section > div.content text-panel > inset-panel {
    padding: 20px;
  }
}
collage-panel-section[b-g2m5m8j856]  section > div.content text-panel > inset-panel h2 {
  line-height: 145%;
}
collage-panel-section[b-g2m5m8j856]  section > div.content images-panel {
  grid-column: 2;
  display: flex;
  padding-left: 40px;
  position: absolute;
}
collage-panel-section[b-g2m5m8j856]  section > div.content images-panel > reel {
  width: 50%;
  white-space: nowrap;
  display: grid;
  grid-template-rows: auto auto;
  height: min-content;
}
collage-panel-section[b-g2m5m8j856]  section > div.content images-panel > reel > image-reel {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  gap: 2em;
  animation: 60s slide-y-b-g2m5m8j856 infinite linear;
  padding: 2em 2em 0 0;
  height: min-content;
}
collage-panel-section[b-g2m5m8j856]  section > div.content images-panel > reel > image-reel.image-reel-2 {
  animation-duration: 70s;
}
collage-panel-section[b-g2m5m8j856]  section > div.content images-panel > reel > image-reel img {
  width: 100%;
  max-height: 400px;
  max-width: 90vw;
  display: block;
  overflow: hidden;
  object-fit: cover;
  border-radius: 10px;
}
collage-panel-section[b-g2m5m8j856]  section[theme="blue"] div.content > text-panel > inset-panel {
  background: rgba(0, 89, 255, 0.13);
  border-color: #0059FF;
}
collage-panel-section[b-g2m5m8j856]  section[theme="light"] div.content > text-panel > inset-panel {
  background: #F6F9FF;
  border-color: #F6F9FF;
}
collage-panel-section[b-g2m5m8j856]  section[theme="light"] div.content > text-panel > inset-panel h2,
collage-panel-section[b-g2m5m8j856]  section[theme="light"] div.content > text-panel > inset-panel h3 {
  color: #2E3543;
}
collage-panel-section[b-g2m5m8j856]  section[theme="light"] div.content > text-panel > inset-panel person-panel .paragraph {
  color: #0059FF;
}
@media only screen and (max-width: 1100px) {
  collage-panel-section[b-g2m5m8j856]  section > div.content {
    grid-template-columns: 1fr 30%;
  }
  collage-panel-section[b-g2m5m8j856]  section > div.content .reel-1 {
    width: 100%;
  }
  collage-panel-section[b-g2m5m8j856]  section > div.content .reel-2 {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  collage-panel-section[b-g2m5m8j856]  section > div.content {
    display: flex;
    flex-direction: column-reverse;
    min-height: initial;
    position: relative;
  }
  collage-panel-section[b-g2m5m8j856]  section > div.content > images-panel {
    position: relative;
    padding: 20px 0;
  }
  collage-panel-section[b-g2m5m8j856]  section > div.content > images-panel > reel {
    white-space: nowrap;
    flex-direction: row;
    display: flex;
    padding: 0;
    width: min-content;
  }
  collage-panel-section[b-g2m5m8j856]  section > div.content > images-panel > reel > image-reel {
    flex-direction: row;
    animation-name: slide-x-b-g2m5m8j856;
    gap: 0;
    width: min-content;
    padding-top: 0;
  }
  collage-panel-section[b-g2m5m8j856]  section > div.content > images-panel > reel > image-reel > img {
    display: inline-block;
    margin: 0.5em;
    width: 15em;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  collage-panel-section[b-g2m5m8j856]  section > div.content > text-panel {
    padding: 20px;
    padding-top: 0;
  }
  collage-panel-section[b-g2m5m8j856]  section > div.content > text-panel > pill-heading-container {
    position: absolute;
    top: 20px;
  }
}
@keyframes slide-x-b-g2m5m8j856 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide-y-b-g2m5m8j856 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
/* /Dynamic/Sections/CollapsibleCardsSection.razor.rz.scp.css */
cards[b-81rdunwcqd] {
  display: block;
  margin-top: 40px;
}
@media only screen and (max-width: 700px) {
  cards[b-81rdunwcqd] {
    margin-top: 0;
  }
}
cards[b-81rdunwcqd] >  collapsible-card:last-child:not(.expanded):not(:hover) {
  max-height: 120px;
}
@media only screen and (max-width: 1100px) {
  cards[b-81rdunwcqd] >  collapsible-card:last-child:not(.expanded):not(:hover) {
    max-height: 100px;
  }
}
/* /Dynamic/Sections/CoreProductSelectionSection.razor.rz.scp.css */
.core-product-selection-section[b-di5ni61wha] {
  display: contents;
  --product-count: 4;
}
.core-product-selection-section[b-di5ni61wha] >  section {
  margin-top: 40px;
}
.section-content[b-di5ni61wha] {
  position: relative;
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-areas: "header" "content" "buttons";
}
header[b-di5ni61wha] {
  grid-area: "header";
}
products[b-di5ni61wha] {
  grid-area: content;
  width: 40%;
  margin: auto 0;
}
products[b-di5ni61wha]  product-card {
  display: none;
}
products[b-di5ni61wha]  product-card.selected {
  display: block;
}
products[b-di5ni61wha]  product-card.selected button {
  opacity: 1;
}
products[b-di5ni61wha]  product-card > product-option,
products[b-di5ni61wha]  product-card product-details > img {
  display: none;
}
[b-di5ni61wha] product-logo {
  display: block;
  margin-bottom: 20px;
}
product-options[b-di5ni61wha] {
  grid-area: buttons;
  display: grid;
  grid-template-columns: repeat(var(--product-count, 1), 1fr);
  gap: 10px;
  width: 100%;
}
product-options[view='small'][b-di5ni61wha] {
  display: none;
}
button[b-di5ni61wha] {
  padding: 1.5em 3em;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-width: 2px;
  border-radius: 10px;
  opacity: 0.8;
  cursor: pointer;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: white;
  width: 100%;
}
button.selected[b-di5ni61wha] {
  background: rgba(0, 89, 255, 0.1);
  border-color: rgba(0, 89, 255, 0.5);
  opacity: 1;
}
button:hover[b-di5ni61wha] {
  opacity: 1;
}
@media only screen and (max-width: 1400px) {
  .section-content[b-di5ni61wha] {
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "header" "buttons" "content";
  }
  .section-content header[b-di5ni61wha] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
  }
  .section-content header h3[b-di5ni61wha] {
    margin: 0;
    padding: 2em 2em 2em 0;
  }
  product-options[b-di5ni61wha] {
    display: flex;
    justify-content: space-between;
  }
  product-options button[b-di5ni61wha] {
    background: transparent;
    border: none;
    padding: 2em 0;
    opacity: 0.5;
  }
  product-options button.selected[b-di5ni61wha] {
    background: transparent;
  }
}
@media only screen and (max-width: 700px) {
  hero-section[b-di5ni61wha] >  section {
    background-image: none !important;
  }
  hero-section[b-di5ni61wha] >  section > .section-content {
    background: none !important;
  }
  hero-section[b-di5ni61wha] >  section .hero {
    min-height: initial !important;
    padding-top: 20px !important;
  }
  header[b-di5ni61wha] {
    margin-top: 0;
  }
  products[b-di5ni61wha] {
    display: flex;
    flex-direction: column;
  }
  products[b-di5ni61wha]  img {
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .section-content > product-options[b-di5ni61wha] {
    display: none;
  }
  products[b-di5ni61wha] {
    width: 100%;
  }
  products[b-di5ni61wha] >  product-card {
    display: block;
  }
  products[b-di5ni61wha] >  product-card > product-option {
    display: block;
  }
  products[b-di5ni61wha] >  product-card > product-option > button {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    background: none;
    padding: 0.5em 0;
    border: none;
    color: var(--header-color);
    padding: 2em 0;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-width: 1px 0 0 0 !important;
    background: transparent !important;
    border-radius: 0;
    display: block;
    text-align: left;
    opacity: 0.7;
  }
  products[b-di5ni61wha] >  product-card > product-option > button::after {
    content: "+";
    font-size: 16px;
    float: right;
  }
  products[b-di5ni61wha] >  product-card > product-option > button.selected {
    opacity: 1;
  }
  products[b-di5ni61wha] >  product-card > product-option > button.selected::after {
    content: "-";
  }
  products[b-di5ni61wha] >  product-card > product-option > button:hover {
    opacity: 0.7;
  }
  products[b-di5ni61wha] >  product-card > product-details {
    display: none;
  }
  products[b-di5ni61wha] >  product-card.selected {
    display: block;
  }
  products[b-di5ni61wha] >  product-card.selected > product-details {
    display: block;
    padding-bottom: 20px;
  }
  products[b-di5ni61wha] >  product-card.selected > product-details > img {
    width: 85svw;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  products[b-di5ni61wha] >  product-card.selected > product-option > button::after {
    content: "-";
  }
}
/* /Dynamic/Sections/EnquiriesFormSection.razor.rz.scp.css */
enquiries-form-section[form-top-padding][b-71s6lj9qdg]  section-content form-panel {
  padding-top: 20px;
}
enquiries-form-section[form-top-padding][top-offset-pill-type="NoPill"][b-71s6lj9qdg]  section-header {
  margin-top: -15px;
}
enquiries-form-section[form-top-padding][top-offset-pill-type="NoPill"][b-71s6lj9qdg]  section-header > text-headers > pill-heading-container > pill-heading {
  margin: 0;
}
enquiries-form-section[form-top-padding][top-offset-pill-type="Borderless"][b-71s6lj9qdg]  section-header {
  margin-top: -35px;
}
enquiries-form-section[form-top-padding][top-offset-pill-type="Borderless"][b-71s6lj9qdg]  section-header > text-headers > pill-heading-container > pill-heading {
  margin: 0;
}
enquiries-form-section[b-71s6lj9qdg]  img.extra-splash {
  width: 1500px;
  position: absolute;
  opacity: 1;
  filter: brightness(85%);
  transform: rotateY(180deg);
  left: -100px;
  bottom: -100px;
}
enquiries-form-section[b-71s6lj9qdg] >  section[theme="light"] input:not([type="submit"]),
enquiries-form-section[b-71s6lj9qdg] >  section[theme="light"] textarea,
enquiries-form-section[b-71s6lj9qdg] >  section[theme="light"] select {
  width: 100%;
  background-color: white;
}
enquiries-form-section[b-71s6lj9qdg] >  section[display-type="card"] section.content-container > .content {
  padding: 50px;
}
enquiries-form-section[b-71s6lj9qdg] >  section[display-type="card"] section.content-container > .content section-content {
  column-gap: 5em;
}
enquiries-form-section[b-71s6lj9qdg]  heading-image {
  margin: 0 auto 20px auto;
  display: flex;
  position: relative;
  height: 5em;
  justify-content: center;
}
enquiries-form-section[b-71s6lj9qdg]  section-content {
  display: grid;
  grid-template-columns: 40% auto;
  column-gap: 10em;
}
@media only screen and (max-width: 1100px) {
  enquiries-form-section[b-71s6lj9qdg]  section-content {
    column-gap: 5em;
  }
}
enquiries-form-section[b-71s6lj9qdg]  section-content section-header {
  display: block !important;
}
enquiries-form-section[b-71s6lj9qdg]  section-content section-header text-headers {
  grid-template-rows: auto auto 1fr !important;
}
enquiries-form-section[b-71s6lj9qdg]  section-content section-header text-headers headers > *:first-child {
  margin-top: 0.25em !important;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel {
  grid-column: 2;
  display: inline-table;
  width: 100%;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel form-field {
  padding: 0.5em 0.5em 0.5em 0;
  display: block;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel form-field[field-size="Half"] {
  width: 50%;
  display: inline-block;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel input:not([type="submit"]),
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel textarea {
  width: 100%;
  padding: 1em;
  background: var(--section-background-colour);
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel textarea {
  height: 220px;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel field-group {
  display: flex;
  column-gap: 1em;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel button-group {
  padding: 0.5em 0;
  justify-content: flex-end;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel button-group[horizontal-alignment="Left"] {
  justify-content: flex-start;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel button-group button {
  background: none;
  border: none;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel button-group button:first-child {
  padding-left: 0;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel button-group button:last-child {
  padding-right: 0;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel button-group button[is-link] {
  display: block;
  padding: 0;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel button-group button[is-link] > a:not(. tiny-text.link) {
  padding-top: 0;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel button-group a.button.primary {
  float: right;
}
enquiries-form-section[b-71s6lj9qdg]  section-content form-panel button-group a.link {
  white-space: normal;
}
@media only screen and (max-width: 700px) {
  enquiries-form-section:not(enquiries-form-section[alignment="Center"])[b-71s6lj9qdg]  section-content {
    display: flex;
    flex-direction: column;
  }
  enquiries-form-section:not(enquiries-form-section[alignment="Center"])[b-71s6lj9qdg]  section-content form-panel field-group {
    flex-direction: column;
    row-gap: 1em;
  }
}
enquiries-form-section[alignment="Center"][b-71s6lj9qdg]  section-content {
  display: block;
  padding: 0;
  margin: 0 auto;
  max-width: 620px;
  position: relative;
}
@media only screen and (max-width: 500px) {
  enquiries-form-section[alignment="Center"][b-71s6lj9qdg]  section-content {
    padding: 0;
  }
}
enquiries-form-section[alignment="Center"][b-71s6lj9qdg]  form-panel button-group {
  flex-direction: column;
}
enquiries-form-section[alignment="Center"][b-71s6lj9qdg]  form-panel button-group > * {
  text-align: center;
  display: block;
  margin-top: 10px;
}
enquiries-form-section[has-top-offset-header][b-71s6lj9qdg]  section-content {
  position: relative;
  padding-top: 50px;
}
enquiries-form-section[has-top-offset-header][b-71s6lj9qdg]  heading-image.offset-top {
  max-width: 90vw;
  width: 1250px;
  top: calc((var(--section-padding) * -1) - 10px);
  position: absolute;
  height: auto;
}
enquiries-form-section[has-top-offset-header][b-71s6lj9qdg]  heading-image.offset-top img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 500px) {
  enquiries-form-section[has-top-offset-header][b-71s6lj9qdg]  heading-image.offset-top {
    margin: 0;
    width: 100%;
    top: 0;
    position: relative;
  }
}
/* /Dynamic/Sections/EntityListSection.razor.rz.scp.css */
entity-list-section filters[b-v91upf5jly] {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 50px 0 20px 0;
}
entity-list-section filters > h3[b-v91upf5jly] {
  display: inline-block;
  color: var(--text-color);
}
entity-list-section filters[b-v91upf5jly] >  form-field {
  display: inline-block;
  width: 250px;
}
entity-list-section filters[b-v91upf5jly] >  form-field > input {
  background: white;
  width: 100%;
}
entity-list-section filters[b-v91upf5jly] >  form-field > input::placeholder {
  color: var(--text-color);
}
entity-list-section cards[b-v91upf5jly] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  padding-top: 20px;
}
entity-list-section cards[cards-per-row="1"][b-v91upf5jly] {
  grid-template-columns: 1fr;
}
entity-list-section cards[cards-per-row="3"][b-v91upf5jly] {
  grid-template-columns: repeat(3, 1fr);
}
entity-list-section cards[cards-per-row="4"][b-v91upf5jly] {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1100px) {
  entity-list-section cards[cards-per-row="4"][b-v91upf5jly] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (max-width: 700px) {
  entity-list-section cards[b-v91upf5jly] {
    display: flex;
    flex-direction: column;
  }
}
entity-list-section cards[b-v91upf5jly] >  carousel-card {
  width: 100% !important;
  min-width: initial !important;
  min-height: initial !important;
}
entity-list-section button-container[b-v91upf5jly] {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
entity-list-section button-container.hidden[b-v91upf5jly] {
  display: none;
}
entity-list-section no-data-section[b-v91upf5jly] {
  margin-top: calc(var(--section-padding)*0.5);
  display: block;
}
@media only screen and (max-width: 700px) {
  entity-list-section .hero-heading[b-v91upf5jly] {
    font-size: 50px;
  }
  entity-list-section filters[b-v91upf5jly] {
    flex-direction: column;
    align-items: start;
  }
  entity-list-section filters[b-v91upf5jly]  form-field {
    width: 100%;
  }
}
/* /Dynamic/Sections/FiveImageGridSection.razor.rz.scp.css */
five-image-grid-section cards[b-qoyyu4fsmi] {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 400px 480px;
  gap: 10px;
  padding: 20px 0;
}
@media only screen and (max-width: 1100px) {
  five-image-grid-section cards[b-qoyyu4fsmi] {
    display: flex;
    flex-direction: column;
  }
}
five-image-grid-section cards[b-qoyyu4fsmi] >  * {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
}
five-image-grid-section cards[b-qoyyu4fsmi] >  *:nth-child(1) {
  grid-row: 1;
  grid-column-end: span 3;
}
five-image-grid-section cards[b-qoyyu4fsmi] >  *:nth-child(2) {
  grid-row: 1;
  grid-column-start: 4;
  grid-column-end: span 3;
}
five-image-grid-section cards[b-qoyyu4fsmi] >  *:nth-child(3) {
  grid-row: 2;
  grid-column-end: span 2;
}
five-image-grid-section cards[b-qoyyu4fsmi] >  *:nth-child(4) {
  grid-row: 2;
  grid-column-start: 3;
  grid-column-end: span 2;
}
five-image-grid-section cards[b-qoyyu4fsmi] >  *:nth-child(5) {
  grid-row: 2;
  grid-column-start: 5;
  grid-column-end: span 2;
}
/* /Dynamic/Sections/FullWidthMediaSection.razor.rz.scp.css */
@media only screen and (max-width: 1100px) {
  full-width-media-section[inc-header][b-yji08hulyo] >  section[display-type="fill"] {
    background-color: transparent !important;
  }
  full-width-media-section[inc-header][b-yji08hulyo] >  section[display-type="fill"] section.content-container {
    padding-block: calc(var(--section-padding)*0.75);
    padding-inline: var(--section-padding);
  }
  full-width-media-section[inc-header][b-yji08hulyo] >  section[display-type="fill"] section.content-container > .content {
    display: flex;
    flex-direction: column;
  }
  full-width-media-section[inc-header][b-yji08hulyo] >  section[display-type="fill"] section.content-container > .content > header {
    --text-color: var(--light-theme-color);
    --header-color: var(--light-theme-header-color);
    --section-background-colour: var(--light-theme-background);
    --pill-border-color: #2E3543;
    --pill-background: white;
    --pill-color: #2E3543;
    --no-pill-color: #2E3543;
    --input-border-color: rgba(0, 89, 255, 0.3);
    --anchor-underline-colour: rgba(46, 53, 67, 0.3);
    position: relative;
    padding: 0;
  }
  full-width-media-section[inc-header][b-yji08hulyo] >  section[display-type="fill"] section.content-container > .content > header > header-container {
    width: auto;
  }
  full-width-media-section[inc-header][b-yji08hulyo] >  section[display-type="fill"] section.content-container > .content > header section-header {
    width: 70%;
  }
  full-width-media-section[inc-header][b-yji08hulyo] >  section[display-type="fill"] section.content-container > .content > header .paragraph {
    font-size: 16px !important;
  }
  full-width-media-section[inc-header][b-yji08hulyo] >  section[display-type="fill"] section.content-container > .content > media-panel {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 700px) {
  full-width-media-section[inc-header][b-yji08hulyo] >  section[display-type="fill"] section.content-container > .content > header section-header {
    width: 100%;
  }
}
full-width-media-section[inset-header][b-yji08hulyo] >  section section.content-container > .content > header {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
}
full-width-media-section[inset-header][b-yji08hulyo] >  section section.content-container > .content > header[text-panel-position="BottomLeft"],
full-width-media-section[inset-header][b-yji08hulyo] >  section section.content-container > .content > header[text-panel-position="BottomCenter"],
full-width-media-section[inset-header][b-yji08hulyo] >  section section.content-container > .content > header[text-panel-position="BottomRight"] {
  top: initial;
  bottom: 0;
}
full-width-media-section[inset-header][b-yji08hulyo] >  section section.content-container > .content > header[text-panel-position="TopRight"],
full-width-media-section[inset-header][b-yji08hulyo] >  section section.content-container > .content > header[text-panel-position="CenterRight"],
full-width-media-section[inset-header][b-yji08hulyo] >  section section.content-container > .content > header[text-panel-position="BottomRight"] {
  left: initial;
  right: 0;
}
full-width-media-section[b-yji08hulyo] >  section[display-type="fill"] section.content-container {
  padding: 0;
}
full-width-media-section[b-yji08hulyo] >  section[display-type="fill"] section.content-container > .content {
  max-width: 100svw;
}
full-width-media-section[b-yji08hulyo] >  section[display-type="fill"] section.content-container > .content > header {
  left: 0;
  right: 0;
  padding-block: calc(var(--section-padding)*0.5);
  padding-inline: var(--section-padding);
}
full-width-media-section[b-yji08hulyo] >  section[display-type="fill"] section.content-container > .content > header > header-container {
  display: block;
  max-width: 100svw;
  width: 1250px;
  margin: 0 auto;
}
full-width-media-section[b-yji08hulyo] >  section[display-type="fill"] section.content-container > .content > media-panel {
  border-radius: 0;
}
full-width-media-section[b-yji08hulyo]  section.content-container > .content {
  position: relative;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
@media only screen and (max-width: 500px) {
  full-width-media-section[b-yji08hulyo]  section.content-container > .content {
    background-color: transparent !important;
  }
  full-width-media-section[b-yji08hulyo]  section.content-container > .content > header {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  full-width-media-section[b-yji08hulyo]  section.content-container > .content > media-panel {
    margin-top: 10px;
    display: block;
  }
}
media-panel[b-yji08hulyo] {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
media-panel[b-yji08hulyo]  img:not(.play-button) {
  display: block;
  width: 100%;
}
/* /Dynamic/Sections/HeaderOnlySection.razor.rz.scp.css */
header-only-section[b-kt2qgvxkf9] {
  position: relative;
  overflow: hidden;
  display: block;
}
header-only-section[b-kt2qgvxkf9]  section.content-container {
  position: relative;
  z-index: 2;
}
header-only-section[vertical-align-center][b-kt2qgvxkf9]  section.content-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
header-only-section[b-kt2qgvxkf9]  section-header[text-panel-size="ExtraSmall"] {
  --text-header-width: 28%;
}
header-only-section[b-kt2qgvxkf9]  section-header[horizontal-alignment="Center"] {
  display: flex;
  align-items: center;
  width: var(--text-header-width);
}
header-only-section[b-kt2qgvxkf9]  section-header[horizontal-alignment="Center"] button-group {
  align-items: center;
}
@media only screen and (max-width: 700px) {
  header-only-section[b-kt2qgvxkf9]  section-header[horizontal-alignment="Center"] {
    width: 100%;
  }
}
header-only-section[b-kt2qgvxkf9]  img.extra-splash {
  width: 1500px;
  position: absolute;
  opacity: 1;
  filter: brightness(75%);
  transform: rotateY(180deg);
  left: -100px;
  bottom: -100px;
}
header-only-section[offset-bottom][b-kt2qgvxkf9] {
  overflow: visible;
}
header-only-section[offset-bottom][b-kt2qgvxkf9]  section.content-container {
  min-height: initial;
  margin-bottom: -50px;
  padding-bottom: 0;
}
@media only screen and (max-width: 700px) {
  header-only-section[offset-bottom][b-kt2qgvxkf9]  section.content-container {
    padding-bottom: calc(var(--section-padding)*0.75);
  }
}
/* /Dynamic/Sections/HeadingWithCardsSection.razor.rz.scp.css */
heading-with-cards-section[header-position="Left"][b-9eb4vggiha]  section > div.content {
  display: grid;
  grid-template-columns: 1fr 70%;
}
heading-with-cards-section[header-position="Left"][b-9eb4vggiha]  section > div.content > header-content > section-header > text-headers {
  display: block;
  padding-bottom: 20px;
}
heading-with-cards-section[header-position="Left"][b-9eb4vggiha]  section > div.content > cards {
  grid-column: 2;
  padding: 0;
}
heading-with-cards-section[header-position="Left"][b-9eb4vggiha]  section > div.content > cards ::deep card {
  padding: 40px 30px;
}
heading-with-cards-section[header-position="Left"][b-9eb4vggiha]  section > div.content > button-group {
  grid-column: 2;
  grid-row: 2;
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  heading-with-cards-section[header-position="Left"][b-9eb4vggiha]  section > div.content {
    display: block;
  }
}
heading-with-cards-section[header-position="Top"][b-9eb4vggiha]  section > div.content {
  flex-direction: column;
}
heading-with-cards-section[header-position="Top"][b-9eb4vggiha]  section > div.content > header-content > section-header pill-heading[display-type="no-pill"] {
  padding-top: 0;
}
heading-with-cards-section[b-9eb4vggiha] >  section > .section-content > section:not([data-vertical-padding]):not([data-vertical-padding]) {
  padding: 20px 50px;
}
@media only screen and (max-width: 700px) {
  heading-with-cards-section[b-9eb4vggiha] >  section > .section-content > section:not([data-vertical-padding]):not([data-vertical-padding]) {
    padding: 0;
  }
}
heading-with-cards-section[b-9eb4vggiha]  section[display-type="card"] section.content-container > .content {
  padding: 50px;
}
heading-with-cards-section[b-9eb4vggiha] >  section[theme="light"][data-background="white"] card {
  border-color: #F6F9FF;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content {
  display: flex;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content text-headers headers > *:first-child {
  margin-top: 0.25em;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content text-headers headers > *:last-child {
  margin-bottom: 0.5em !important;
}
@media only screen and (max-width: 1100px) {
  heading-with-cards-section[b-9eb4vggiha]  section > div.content {
    flex-direction: column;
  }
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content section-content {
  width: 40%;
}
@media only screen and (max-width: 700px) {
  heading-with-cards-section[b-9eb4vggiha]  section > div.content section-content {
    width: 100%;
  }
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  padding-top: 20px;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards[cards-per-row="1"] {
  grid-template-columns: 1fr;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards[cards-per-row="3"] {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1100px) {
  heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards[cards-per-row="3"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards[cards-per-row="4"] {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1100px) {
  heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards[cards-per-row="4"] {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards[cards-per-row="5"] {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1100px) {
  heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards[cards-per-row="5"] {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards[cards-per-row="6"] {
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 1100px) {
  heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards[cards-per-row="6"] {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media only screen and (max-width: 700px) {
  heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards {
    display: flex;
    flex-direction: column;
  }
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards card {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards card img-container:not(.icon-image) {
  height: auto;
  display: block;
  width: 100%;
  margin: 0;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards card img-container:not(.icon-image) img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards card[double-sized] {
  grid-column: span 2 / auto;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards card[card-padding="Large"] {
  padding: 60px 40px 30px 40px;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards card pill-heading {
  --pill-color: var(--header-color);
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards card[image-postion="Top"] {
  justify-content: start;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards card[image-postion="Top"] card-content {
  margin: 0 50px 20px 50px;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards card[image-postion="Top"] card-content pill-heading-container {
  margin-top: -1em;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards card[image-postion="Top"] card-content pill-heading-container pill-heading {
  border-color: transparent;
  color: #2E3543;
}
@media only screen and (max-width: 1100px) {
  heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards card[image-postion="Top"] card-content {
    margin: 20px;
  }
  heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards card[image-postion="Top"] text-headers {
    padding: 0;
  }
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards carousel-card {
  width: 100%;
  min-width: initial;
  min-height: initial;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > cards carousel-card section-content {
  width: 100%;
}
heading-with-cards-section[b-9eb4vggiha]  section > div.content > button-group {
  margin-top: 30px;
}
@media only screen and (max-width: 700px) {
  header-content[b-9eb4vggiha]  button-group {
    align-self: start;
    align-items: start !important;
    gap: 5px;
    justify-content: start !important;
    margin-block: 5px;
  }
}
/* /Dynamic/Sections/Hero.razor.rz.scp.css */
hero-section[b-9iumk2l61v] {
  display: block;
}
hero-section[b-9iumk2l61v]  img.extra-splash {
  position: absolute;
  bottom: 0;
  left: 0;
}
hero-section[b-9iumk2l61v] >  section {
  background-position: top;
}
@media only screen and (max-width: 1100px) {
  hero-section[b-9iumk2l61v] >  section {
    background-position-x: 75%;
  }
}
hero-section:has(+ hub-panels-section) .hero-content[b-9iumk2l61v] {
  padding-bottom: var(--section-padding);
}
@media only screen and (max-width: 1100px) {
  hero-section:has(+ hub-panels-section) .hero-content[b-9iumk2l61v] {
    padding-bottom: 0;
  }
}
hero-section:has(+ overlapping-details-section) .hero-content[b-9iumk2l61v] {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1400px) {
  hero-section:has(+ overlapping-details-section)[b-9iumk2l61v] {
    padding-bottom: 0;
  }
}
.hero-content[b-9iumk2l61v] {
  display: block;
  --content-panel-size: 54%;
  width: var(--content-panel-size);
  min-width: 400px;
  max-width: 90vw;
}
.hero-content[b-9iumk2l61v]  h1 {
  font-size: 64px;
  line-height: 115%;
  margin: 0.25em 0 !important;
}
@media only screen and (max-width: 1500px) {
  .hero-content[b-9iumk2l61v]  h1 {
    font-size: 58px;
  }
}
@media only screen and (max-width: 1100px) {
  .hero-content[b-9iumk2l61v]  h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 500px) {
  .hero-content[b-9iumk2l61v]  h1 {
    font-size: 36px;
  }
}
.hero-content[b-9iumk2l61v]  h2 {
  margin: 0.25em 0;
  font-size: 48px;
}
.hero-content paragraph-panel[b-9iumk2l61v] {
  display: block;
  max-width: 550px;
}
.hero-content sub-heading[b-9iumk2l61v]  .paragraph {
  line-height: 130%;
}
.hero-content pill-heading-container[b-9iumk2l61v]  pill-heading[display-type="no-pill"] {
  padding: 0;
}
.hero-content[horizontal-alignment="left"][b-9iumk2l61v] {
  margin-right: auto;
  --content-panel-size: 48%;
}
.hero-content[content-panel-size="ExtraSmall"][b-9iumk2l61v] {
  --content-panel-size: 35%;
}
.hero-content[content-panel-size="Small"][b-9iumk2l61v] {
  --content-panel-size: 48%;
}
.hero-content[content-panel-size="Medium"][b-9iumk2l61v] {
  --content-panel-size: 54%;
}
.hero-content[content-panel-size="Large"][b-9iumk2l61v] {
  --content-panel-size: 70%;
}
.hero-content[horizontal-alignment="right"][b-9iumk2l61v] {
  margin-left: auto;
}
.hero-content[horizontal-alignment="center"][b-9iumk2l61v] {
  margin-inline: auto;
}
.hero-content[horizontal-alignment="center"][b-9iumk2l61v] >  * {
  text-align: center;
}
.hero-content[horizontal-alignment="center"] > button-group[b-9iumk2l61v] {
  justify-content: center;
}
.hero-content[vertical-alignment="top"][b-9iumk2l61v] {
  margin-bottom: auto;
}
.hero-content[vertical-alignment="center"][b-9iumk2l61v] {
  margin-block: auto;
}
.hero-content[vertical-alignment="bottom"][b-9iumk2l61v] {
  margin-top: auto;
}
.hero-content[solid-background][b-9iumk2l61v] {
  background: var(--dark-theme-background);
  padding: 50px;
  position: relative;
}
.hero-content[solid-background][b-9iumk2l61v]  pill-heading-container {
  position: absolute;
  top: -40px;
  left: 0;
}
@media only screen and (max-width: 500px) {
  .hero-content[solid-background][b-9iumk2l61v] {
    padding: 20px;
  }
}
.hero-content[b-9iumk2l61v]  pill-heading[display-type="borderless"] {
  --pill-color: #0059FF;
}
.hero-content[b-9iumk2l61v]  heading-image {
  max-width: 100vw;
  width: 1250px;
  height: auto;
}
.hero-content[b-9iumk2l61v]  heading-image img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 500px) {
  .hero-content[b-9iumk2l61v]  heading-image {
    margin: 0;
    margin-top: -30px;
  }
  .hero-content[b-9iumk2l61v]  heading-image ::deep img {
    position: relative;
    top: 0;
  }
}
.hero-content caption-text p[b-9iumk2l61v] {
  font-size: 10px;
  padding: 1em 0;
  letter-spacing: 0.02em;
}
.hero-content button-group[b-9iumk2l61v] {
  margin-top: 1.5em;
}
@media only screen and (max-width: 700px) {
  .hero-content[b-9iumk2l61v] {
    margin: 0 auto;
    min-width: unset;
    width: 100% !important;
  }
}
pill-heading-container[b-9iumk2l61v] {
  display: block;
}
pill-heading-container[b-9iumk2l61v]  pill-heading {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: #2E3543;
  display: inline-block;
  background: white;
  border: 1px solid #2E3543;
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  pill-heading-container[b-9iumk2l61v]  pill-heading {
    font-size: 9px;
    padding: 7px 12px;
  }
}
hr[b-9iumk2l61v] {
  margin: 2em 0 -1em 0;
}
button-group[b-9iumk2l61v] {
  display: flex;
  align-items: center;
  margin-top: 2em;
}
[b-9iumk2l61v] h2,
[b-9iumk2l61v] h3 {
  margin: 0 0 0.25em 0;
}
[b-9iumk2l61v] a.link {
  font-family: "ReplicaLL", "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  line-height: 1.5em;
  margin: 0.5em 0;
  letter-spacing: 0.02em;
}
/* /Dynamic/Sections/HeroCarouselSection.razor.rz.scp.css */
.hero-carousel[b-z5j8b0h70g] {
  min-height: 75svh;
  overflow: hidden;
  position: relative;
  --index: 0;
}
@media only screen and (max-width: 700px) {
  .hero-carousel[b-z5j8b0h70g] {
    min-height: unset;
  }
}
nav[b-z5j8b0h70g] {
  width: 100%;
  position: absolute;
  bottom: 20px;
}
@media only screen and (min-width: 701px ) {
  nav[b-z5j8b0h70g] {
    --section-background-colour: var(--dark-theme-background);
    --text-color: var(--dark-theme-color);
    --header-color: var(--dark-theme-header-color);
    --secondary-button-color: var(--dark-theme-color);
    --pill-border-color: white;
    --pill-background: white;
    --pill-color: #2E3543;
    --no-pill-color: white;
    --button-color: #0059FF;
    --button-background: white;
    --button-border-color: white;
    --input-border-color: white;
    --anchor-underline-colour: rgba(255, 255, 255, 0.3);
    --error-color: #FFAEAE;
  }
}
@media only screen and (max-width: 700px) {
  nav[b-z5j8b0h70g] {
    position: static;
    padding: 10px 0 40px 0;
  }
}
.cards[b-z5j8b0h70g] {
  display: flex;
  transition: transform 0.4s ease-in-out;
  transform: translateX(calc(-100% * var(--index, 0)));
}
/* /Dynamic/Sections/HeroQuoteSection.razor.rz.scp.css */
hero-quote-section[b-q3apedd9fx]  section.content-container {
  z-index: 1;
  margin-block: auto;
}
hero-quote-section[b-q3apedd9fx]  section.content-container section-content {
  padding: var(--section-padding);
  margin-left: 30%;
  width: auto;
  display: block;
}
hero-quote-section[b-q3apedd9fx]  section.content-container section-content h1 {
  line-height: 130%;
  font-weight: 300;
  font-size: 36px;
}
hero-quote-section[b-q3apedd9fx]  section.content-container section-content hr {
  display: block;
  margin: 2em 0 1.5em 0;
}
hero-quote-section[b-q3apedd9fx]  section.content-container section-content ::deep person-panel {
  display: flex;
}
hero-quote-section[b-q3apedd9fx]  section.content-container section-content ::deep person-panel h3 {
  color: white;
}
@media only screen and (max-width: 1100px) {
  hero-quote-section[b-q3apedd9fx]  .hero {
    min-height: initial;
  }
  hero-quote-section section-content[b-q3apedd9fx] {
    padding: 0;
  }
}
@media only screen and (max-width: 700px) {
  hero-quote-section[b-q3apedd9fx]  .hero {
    padding: 50px !important;
  }
  hero-quote-section[b-q3apedd9fx]  section.content-container section-content {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  hero-quote-section[b-q3apedd9fx]  .hero {
    padding: 30px !important;
  }
  hero-quote-section[b-q3apedd9fx]  h1 {
    font-size: 30px;
  }
}
/* /Dynamic/Sections/HubPanelsSection.razor.rz.scp.css */
hub-panels-section[b-q02jgt6moj]  solutions-graph-section {
  margin-top: -195px;
  display: block;
}
hub-panels-section[b-q02jgt6moj]  solutions-graph-section section.content-container {
  padding: 0;
}
hub-panels-section panel-list[b-q02jgt6moj] {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1400px) {
  hub-panels-section panel-list[b-q02jgt6moj] {
    margin-top: 0;
  }
}
hub-panels-section panel-list[b-q02jgt6moj]  image-panel > img {
  aspect-ratio: 1 / 1 !important;
}
hub-panels-section[has-solutions-graph] panel-list[b-q02jgt6moj] {
  margin-top: calc(var(--section-padding) * 0.5);
}
panel-list-section[b-q02jgt6moj] {
  margin-top: var(--section-padding);
  margin-bottom: var(--section-padding);
}
panel-list[b-q02jgt6moj] {
  display: block;
  padding-top: 20px;
}
panel-list > panel[b-q02jgt6moj] {
  display: block;
  padding: 20px 0;
}
panel-list > panel[b-q02jgt6moj]  panel-group {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
panel-list > panel[b-q02jgt6moj]  split-panel > section {
  background: transparent;
}
@media only screen and (max-width: 1400px) {
  panel-list > panel[b-q02jgt6moj] {
    margin: 0;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1100px) {
  panel-list > panel[b-q02jgt6moj] {
    max-height: initial;
  }
}
@media only screen and (max-width: 500px) {
  panel-list > panel[b-q02jgt6moj] {
    position: relative;
    margin: 0;
  }
}
/* /Dynamic/Sections/ImageReelSection.razor.rz.scp.css */
reel-section[b-lk0b5ck2rm] {
  overflow: hidden;
  position: relative;
}
reel-section header-content[b-lk0b5ck2rm] {
  position: relative;
  display: block;
  z-index: 1;
}
reel-section header-content:not([image-header])[b-lk0b5ck2rm]  section-header {
  padding: 50px 0 20px 0;
}
reel-section header-content[top-padding][b-lk0b5ck2rm] {
  padding-top: 20px;
}
reel-section header-content[b-lk0b5ck2rm]  heading-image {
  display: block;
  padding: 20px 0;
}
reel-section header-content[b-lk0b5ck2rm]  heading-image.offset-bottom {
  padding-bottom: 50px;
}
@media only screen and (max-width: 700px) {
  reel-section header-content[b-lk0b5ck2rm]  heading-image.offset-bottom {
    padding-bottom: 0;
  }
}
reel-section header-content[b-lk0b5ck2rm]  heading-image.offset-bottom img {
  position: absolute;
  top: 20px;
}
reel-section header-content[b-lk0b5ck2rm]  h1.extra-large {
  font-size: 100px;
}
@media only screen and (max-width: 700px) {
  reel-section header-content[b-lk0b5ck2rm]  h1.extra-large {
    font-size: 52px;
  }
}
reel-section header-content overlay-image[b-lk0b5ck2rm] {
  display: flex;
  justify-content: center;
  top: 50px;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  reel-section header-content overlay-image[b-lk0b5ck2rm] {
    justify-content: flex-start;
    padding: 20px;
  }
  reel-section header-content overlay-image[b-lk0b5ck2rm] >  img {
    width: 90vw;
  }
}
reel-section header-content[b-lk0b5ck2rm]  section-header[horizontal-alignment="Center"] {
  padding: 50px;
}
@media only screen and (max-width: 500px) {
  reel-section header-content[b-lk0b5ck2rm]  section-header[horizontal-alignment="Center"] {
    padding: 40px;
  }
}
reel-section pill-overlay-content[b-lk0b5ck2rm] {
  position: relative;
  display: block;
  width: 1250px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 1;
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[b-lk0b5ck2rm] {
  position: absolute;
  left: var(--section-padding);
  bottom: var(--section-padding);
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: white;
  display: inline-block;
  background: #0059FF;
  border: 1px solid white;
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
  border-radius: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 500px) {
  reel-section pill-overlay-content pill-heading-container.overlay-pill[b-lk0b5ck2rm] {
    font-size: 9px;
    padding: 7px 12px;
  }
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[b-lk0b5ck2rm]  a {
  display: flex;
  align-content: center;
  padding: 16px;
  font-size: 20px;
  font-weight: 400;
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[b-lk0b5ck2rm]  a > img {
  padding-right: 0.5em;
  height: 1.5em;
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[background-colour="Bright"][b-lk0b5ck2rm] {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: white;
  display: inline-block;
  background: #0059FF;
  border: 1px solid white;
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 500px) {
  reel-section pill-overlay-content pill-heading-container.overlay-pill[background-colour="Bright"][b-lk0b5ck2rm] {
    font-size: 9px;
    padding: 7px 12px;
  }
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[background-colour="Bright"][b-lk0b5ck2rm]  a {
  font-weight: 300;
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[background-colour="White"][b-lk0b5ck2rm] {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  background: none;
  padding: 0.5em 0;
  border: none;
  color: #0059FF;
  display: inline-block;
  background: white;
  border: 1px solid white;
  border-radius: 72px;
  text-align: center;
  padding: 10px 16px;
  white-space: nowrap;
}
@media only screen and (max-width: 500px) {
  reel-section pill-overlay-content pill-heading-container.overlay-pill[background-colour="White"][b-lk0b5ck2rm] {
    font-size: 9px;
    padding: 7px 12px;
  }
}
reel-section pill-overlay-content pill-heading-container.overlay-pill[background-colour="White"][b-lk0b5ck2rm]  a {
  color: #0059FF !important;
}
@media only screen and (max-width: 500px) {
  reel-section pill-overlay-content pill-heading-container.overlay-pill[b-lk0b5ck2rm]  a {
    font-size: 16px;
  }
}
reel-section items-panel[b-lk0b5ck2rm] {
  padding: 0;
  white-space: nowrap;
  display: grid;
  grid-template-columns: auto auto;
  overflow: hidden;
}
reel-section items-panel[top-padding][b-lk0b5ck2rm] {
  padding-top: var(--section-padding);
}
reel-section items-panel[bottom-padding="Large"][b-lk0b5ck2rm] {
  padding-bottom: var(--section-padding);
}
reel-section items-panel[bottom-padding="Medium"][b-lk0b5ck2rm] {
  padding-bottom: 50px;
}
reel-section items-panel[bottom-padding="Small"][b-lk0b5ck2rm] {
  padding-bottom: 20px;
}
reel-section items-panel[vertical-offset-type="Random"][b-lk0b5ck2rm] {
  overflow-y: visible;
}
reel-section items-panel[vertical-offset-type="None"] item-reel[item-display-type="Image"][b-lk0b5ck2rm] {
  padding-top: 30px;
}
reel-section items-panel item-reel[b-lk0b5ck2rm] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4em;
  max-height: 400px;
  animation: 60s slide-b-lk0b5ck2rm infinite linear;
  padding-left: 4em;
}
reel-section items-panel item-reel[vary-heights][b-lk0b5ck2rm] {
  padding-block: 50px;
}
reel-section items-panel item-reel[small-gap][b-lk0b5ck2rm] {
  gap: 20px;
  padding-left: 20px;
}
reel-section items-panel item-reel[b-lk0b5ck2rm]  card {
  overflow: visible;
}
reel-section items-panel item-reel[b-lk0b5ck2rm]  card[show-as-card="False"] {
  border: none !important;
}
reel-section items-panel item-reel img-container[b-lk0b5ck2rm] {
  height: 100%;
}
reel-section items-panel item-reel[b-lk0b5ck2rm]  img {
  max-height: 400px;
  max-width: 90vw;
  display: block;
  overflow: hidden;
  object-fit: contain;
  height: 100%;
  border-radius: 10px;
}
reel-section items-panel item-reel[b-lk0b5ck2rm]  reel-item[background-colour="Light"] {
  background-color: #F6F9FF !important;
}
reel-section items-panel item-reel[item-display-type="Card"][b-lk0b5ck2rm] {
  max-height: none;
  height: auto;
  gap: 2em;
  padding-left: 2em;
}
reel-section items-panel item-reel[item-display-type="Card"][b-lk0b5ck2rm]  reel-item {
  height: 100%;
}
reel-section items-panel item-reel[item-display-type="Card"][b-lk0b5ck2rm]  reel-item > card {
  width: 400px;
  white-space: normal;
}
reel-section items-panel item-reel[item-display-type="Card"][b-lk0b5ck2rm]  reel-item > card img-container.icon-image {
  width: 5em;
}
reel-section items-panel item-reel[item-display-type="Image"][b-lk0b5ck2rm]  reel-item {
  display: inline-block;
}
reel-section items-panel item-reel[item-display-type="Image"][b-lk0b5ck2rm]  reel-item[show-as-card] {
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  border: none;
}
@media only screen and (max-width: 700px) {
  reel-section items-panel item-reel[item-display-type="Image"][b-lk0b5ck2rm]  reel-item[show-as-card] {
    padding: 20px;
  }
}
reel-section items-panel item-reel[item-display-type="Image"][b-lk0b5ck2rm]  reel-item[image-padding-size="Medium"] img {
  padding: 20px;
}
reel-section items-panel item-reel[item-display-type="Image"][b-lk0b5ck2rm]  reel-item[image-padding-size="Small"] img {
  padding: 10px;
}
reel-section items-panel item-reel[item-display-type="Image"][b-lk0b5ck2rm]  reel-item[image-padding-size="None"] img {
  padding: 0;
}
reel-section items-panel item-reel[item-display-type="Image"][b-lk0b5ck2rm]  reel-item[card-padding-size="Medium"] {
  padding: 20px;
}
reel-section items-panel item-reel[item-display-type="Image"][b-lk0b5ck2rm]  reel-item[card-padding-size="None"] {
  padding: 0;
}
reel-section items-panel item-reel[item-display-type="Image"][b-lk0b5ck2rm]  reel-item[square] {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
reel-section items-panel item-reel[item-display-type="Image"][b-lk0b5ck2rm]  reel-item[square] img {
  max-width: 150px;
}
@keyframes slide-b-lk0b5ck2rm {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* /Dynamic/Sections/JobListingSection.razor.rz.scp.css */
job-listing-section header-panel[b-resvzisg9o]  section.content-container {
  padding-bottom: 50px;
}
@media only screen and (max-width: 700px) {
  job-listing-section header-panel heading > div.paragraph.hero-heading[b-resvzisg9o] {
    font-size: 40px;
  }
}
job-listing-section header-panel p.summary[b-resvzisg9o] {
  padding-bottom: 20px;
  font-size: 18px;
}
@media only screen and (max-width: 700px) {
  job-listing-section header-panel p.summary[b-resvzisg9o] {
    padding-bottom: 10px;
  }
}
job-listing-section header-panel[b-resvzisg9o]  section-header {
  display: block;
  position: relative;
}
job-listing-section header-panel[b-resvzisg9o]  section-header pill-heading-container > * {
  display: inline-block;
}
job-listing-section header-panel[b-resvzisg9o]  section-header pill-heading-container pill-heading {
  margin-right: 10px;
  padding: 10px 16px !important;
}
job-listing-section header-panel[b-resvzisg9o]  section-header button-group {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 800px) {
  job-listing-section header-panel[b-resvzisg9o]  section-header button-group {
    position: relative;
    justify-content: left;
    padding-top: 10px;
  }
}
job-listing-section details-panel[b-resvzisg9o]  section.content-container {
  padding-top: 50px;
}
job-listing-section details-panel[b-resvzisg9o]  section.content-container .content > * {
  display: block;
  padding: 10px 200px;
}
@media only screen and (max-width: 1100px) {
  job-listing-section details-panel[b-resvzisg9o]  section.content-container .content > * {
    padding: 10px 100px;
  }
}
@media only screen and (max-width: 700px) {
  job-listing-section details-panel[b-resvzisg9o]  section.content-container .content > * {
    padding: 10px 10px;
  }
}
job-listing-section details-panel[b-resvzisg9o]  section.content-container h3 {
  color: #2E3543;
}
job-listing-section details-panel[b-resvzisg9o]  section.content-container button-group {
  padding: 10px 0;
}
/* /Dynamic/Sections/JobListSection.razor.rz.scp.css */
job-list-section[no-data][b-f3e32y3oh5]  filters {
  display: none;
}
job-list-section[no-data][b-f3e32y3oh5]  entity-list-section .content-container {
  padding-bottom: 0;
}
job-list-section[no-data] job-list-section-footer[b-f3e32y3oh5]  enquiries-form-section .content-container {
  padding-top: 0;
}
job-list-section job-list-section-footer[hidden][b-f3e32y3oh5] {
  display: none;
}
job-list-section[editing] job-list-section-footer[b-f3e32y3oh5] {
  display: block !important;
}
/* /Dynamic/Sections/NewsletterSignUpSection.razor.rz.scp.css */
newletter-sign-up-section[b-s1q1cbsm1o] {
  position: relative;
  overflow: hidden;
}
newletter-sign-up-section[top-padding="Small"] section-content[b-s1q1cbsm1o] {
  padding-top: calc(var(--section-padding) * 0.25) !important;
}
newletter-sign-up-section[top-padding="None"] section-content[b-s1q1cbsm1o] {
  padding-top: 0 !important;
}
newletter-sign-up-section[top-padding="Medium"] section-content[b-s1q1cbsm1o] {
  padding-top: calc(var(--section-padding) * 0.5) !important;
}
section-content[b-s1q1cbsm1o] {
  display: block;
  padding: var(--section-padding);
  color: white;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  section-content[b-s1q1cbsm1o] {
    text-align: left;
  }
  section-content .button[b-s1q1cbsm1o] {
    width: fit-content;
  }
}
section-content[b-s1q1cbsm1o]  h1 {
  margin: 0.5em 0;
}
section-content form-fields[b-s1q1cbsm1o] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  padding: 20px 0;
  flex-wrap: wrap;
}
section-content form-fields[b-s1q1cbsm1o]  input {
  min-width: 300px;
}
section-content form-fields[b-s1q1cbsm1o]  .button.primary {
  border-radius: 5px;
  padding: 14px 16px;
}
@media only screen and (max-width: 700px) {
  section-content form-fields[b-s1q1cbsm1o] {
    flex-direction: column;
    align-items: start;
    padding: 10px 0;
  }
  section-content form-fields input[b-s1q1cbsm1o] {
    width: 100%;
  }
}
section-content privacy-policy-message[b-s1q1cbsm1o] >  div.paragraph {
  font-size: 10px;
  letter-spacing: 0.05em;
}
section-content[b-s1q1cbsm1o]  .hbspt-form .hs-form-private {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media only screen and (max-width: 700px) {
  section-content[b-s1q1cbsm1o]  .hbspt-form .hs-form-private {
    grid-template-columns: auto;
  }
}
section-content[b-s1q1cbsm1o]  .hbspt-form .hs-form-private div.hs_submit input {
  border-radius: 5px;
  padding: 14px 16px;
}
[b-s1q1cbsm1o] .splash > img {
  transform: scale(1.5);
  top: 200px;
}
@media only screen and (max-width: 700px) {
  [b-s1q1cbsm1o] .splash > img {
    top: 400px;
    right: 0 !important;
  }
}
/* /Dynamic/Sections/NotFoundSection.razor.rz.scp.css */
text-panel[b-wwt49xclkk] {
  background: var(--light-theme-background);
  min-height: 70svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}
text-panel > *[b-wwt49xclkk] {
  text-align: center;
  line-height: 1em;
  margin: 0;
}
text-panel p[b-wwt49xclkk] {
  margin: 40px 0;
}
text-panel h1.huge[b-wwt49xclkk] {
  font-size: 250px;
  font-weight: 300;
  letter-spacing: 0.12em;
  line-height: 1.2em;
}
@media only screen and (max-width: 500px) {
  text-panel h1.huge[b-wwt49xclkk] {
    font-size: 150px;
  }
}
/* /Dynamic/Sections/OverlappingDetailSection.razor.rz.scp.css */
overlapping-details-section[b-5eg6mdxk6i] {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1400px) {
  overlapping-details-section[visible-until="Desktop"][b-5eg6mdxk6i] {
    display: none;
  }
}
overlapping-details-section[b-5eg6mdxk6i]  section.content-container {
  min-height: 125px;
}
overlapping-details-section[b-5eg6mdxk6i]  info-items {
  position: absolute;
  top: -75px;
  margin: 0 auto;
  padding: 20px 50px;
  background: #0059FF;
  border-radius: 10px;
  width: 1250px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
overlapping-details-section[b-5eg6mdxk6i]  info-items > * {
  padding: 20px 50px;
  position: relative;
}
overlapping-details-section[b-5eg6mdxk6i]  info-items > *.paragraph {
  font-weight: 300;
  letter-spacing: 0;
}
overlapping-details-section[b-5eg6mdxk6i]  info-items > *.paragraph.medium {
  font-size: 30px;
}
overlapping-details-section[b-5eg6mdxk6i]  info-items > *.paragraph.small {
  font-size: 16px;
}
overlapping-details-section[b-5eg6mdxk6i]  info-items > *:not(:last-child)::after {
  content: "";
  height: 100px;
  width: 1px;
  border-right: 1px solid rgba(4, 49, 116, 0.2);
  position: absolute;
  right: -25px;
  top: 36px;
}
/* /Dynamic/Sections/PcRequirementSection.razor.rz.scp.css */
pc-requirements-section[b-s0ea1jivez] {
  display: block;
}
.table-wrapper[b-s0ea1jivez] {
  overflow-x: auto;
}
requirements-table[b-s0ea1jivez] {
  display: grid;
  grid-template-columns: 300px repeat(var(--requirement-col-count), 1fr);
  margin: 20px 0;
  min-width: 800px;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  requirements-table[b-s0ea1jivez] {
    grid-template-columns: 200px repeat(var(--requirement-col-count), 1fr);
  }
}
requirements-table.hide-col-1 requirements-header-row > row-item:nth-of-type(2)[b-s0ea1jivez],
requirements-table.hide-col-1[b-s0ea1jivez]  requirement-row > row-item:nth-of-type(1) {
  display: none;
}
requirements-table.hide-col-2 requirements-header-row > row-item:nth-of-type(3)[b-s0ea1jivez],
requirements-table.hide-col-2[b-s0ea1jivez]  requirement-row > row-item:nth-of-type(2) {
  display: none;
}
requirements-table.hide-col-3 requirements-header-row > row-item:nth-of-type(4)[b-s0ea1jivez],
requirements-table.hide-col-3[b-s0ea1jivez]  requirement-row > row-item:nth-of-type(3) {
  display: none;
}
requirements-table.hide-col-4 requirements-header-row > row-item:nth-of-type(5)[b-s0ea1jivez],
requirements-table.hide-col-4[b-s0ea1jivez]  requirement-row > row-item:nth-of-type(4) {
  display: none;
}
requirements-table requirements-header-row[b-s0ea1jivez],
requirements-table[b-s0ea1jivez]  requirement-row {
  display: contents;
}
requirements-table requirements-header-row > *[b-s0ea1jivez],
requirements-table[b-s0ea1jivez]  requirement-row > * {
  padding: 15px 20px;
  text-align: center;
  align-content: center;
  border: white solid 1px;
}
requirements-table requirements-header-row row-header[b-s0ea1jivez],
requirements-table[b-s0ea1jivez]  requirement-row row-header {
  text-align: right;
  background: #0059FF;
  color: white;
}
requirements-table requirements-header-row row-header p[b-s0ea1jivez],
requirements-table[b-s0ea1jivez]  requirement-row row-header p {
  color: white;
}
requirements-table requirements-header-row > [full-width][b-s0ea1jivez],
requirements-table[b-s0ea1jivez]  requirement-row > [full-width] {
  grid-column: 1 / -1;
}
requirements-table requirements-header-row single-requirement[b-s0ea1jivez],
requirements-table[b-s0ea1jivez]  requirement-row single-requirement {
  grid-column: 2 / -1;
}
requirements-table requirements-header-row > *:not([empty])[b-s0ea1jivez] {
  background: #0059FF;
  color: white;
}
requirements-table requirements-header-row > *:not([empty])[b-s0ea1jivez]  p {
  color: white;
}
requirements-table requirements-header-row row-item[full-width][b-s0ea1jivez] {
  background: #0059FF;
  color: white;
  grid-column-start: 1;
  grid-column-end: 6;
}
requirements-table[b-s0ea1jivez]  requirement-row:nth-child(even) {
  background-color: #EBF3FF;
}
requirements-table[b-s0ea1jivez]  requirement-row row-item,
requirements-table[b-s0ea1jivez]  requirement-row single-requirement {
  font-size: 14px;
}
/* /Dynamic/Sections/SearchSection.razor.rz.scp.css */
search-section[b-5geqn2arop] {
  min-height: 100svh;
  display: block;
  --search-text-font-size: 84px;
}
search-section[b-5geqn2arop] >  section {
  min-height: 100svh;
}
search-section search-container[b-5geqn2arop] {
  position: relative;
  display: block;
  --bottom-padding: calc(var(--search-text-font-size)*0.25);
}
search-section search-container input.search-text[b-5geqn2arop] {
  width: 100%;
  border-width: 0 0 1px 0;
  border-radius: 0;
  font-size: var(--search-text-font-size);
  font-weight: 300;
  padding: 0 0 var(--bottom-padding) 0;
  letter-spacing: 0.05em;
  opacity: 0.5;
  background: transparent;
}
search-section search-container input.search-text[b-5geqn2arop]::placeholder {
  font-size: var(--search-text-font-size);
  text-transform: none;
  font-weight: 300;
  opacity: 0.5;
  letter-spacing: 0.05em;
}
search-section search-container input.search-text:focus[b-5geqn2arop],
search-section search-container input.search-text:focus-visible[b-5geqn2arop] {
  outline: none;
}
search-section search-container .button.search[b-5geqn2arop] {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0;
  padding: 0 0 var(--bottom-padding) 0;
  border: none;
  font-size: calc(var(--search-text-font-size) * 0.75);
  opacity: 0.5;
}
search-section popular-searches.hidden[b-5geqn2arop] {
  display: none;
}
search-section popular-searches[b-5geqn2arop] >  h3 {
  padding: 4em 0 1em 0;
}
search-section popular-searches .popular-search[b-5geqn2arop] {
  width: 40%;
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
search-section popular-searches .popular-search[b-5geqn2arop]  div.paragraph.small {
  font-size: 12px;
}
search-section search-results.hidden[b-5geqn2arop] {
  display: none;
}
search-section search-results search-result-summary[b-5geqn2arop] {
  display: block;
  padding: 20px 0;
}
search-section search-results related-popular-search[b-5geqn2arop] {
  display: block;
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
  --text-color: var(--light-theme-color);
  --header-color: var(--light-theme-header-color);
  --section-background-colour: var(--light-theme-background);
  --pill-border-color: #2E3543;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: #2E3543;
  --input-border-color: rgba(0, 89, 255, 0.3);
  --anchor-underline-colour: rgba(46, 53, 67, 0.3);
  padding: 20px calc(20px*1.5);
  margin: 20px 0;
}
@media only screen and (max-width: 700px) {
  search-section search-results related-popular-search[b-5geqn2arop] {
    padding: 20px;
  }
}
search-section search-results[b-5geqn2arop]  .search-result {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
}
search-section search-results[b-5geqn2arop]  .search-result tags {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1100px) {
  search-section popular-searches .popular-search[b-5geqn2arop] {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  search-section[b-5geqn2arop] {
    --search-text-font-size: 40px;
  }
  search-section search-container .button.search[b-5geqn2arop] {
    padding: 0;
    top: 8px;
  }
  search-section search-results search-result-summary[b-5geqn2arop] {
    padding-bottom: 0;
  }
}
/* /Dynamic/Sections/SelectableSliderPanelsSection.razor.rz.scp.css */
selectable-slider-panels-section[b-u68n8iybwu] {
  max-width: 100vw;
  width: 100%;
  display: block;
}
selectable-slider-panels-section[b-u68n8iybwu]  section.content-container {
  max-width: 100vw;
  width: 100%;
  display: block;
}
selectable-slider-panels-section[b-u68n8iybwu]  section.content-container > div.content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
selectable-slider-panels-section[b-u68n8iybwu]  section.content-container > div.content > section-header {
  margin-bottom: 2em;
  height: auto;
}
selectable-slider-panels-section[b-u68n8iybwu]  section.content-container > div.content > section-header text-headers {
  padding-top: 0 !important;
}
selectable-slider-panels-section[b-u68n8iybwu]  section.content-container > div.content > section-header text-headers h1 {
  font-size: 30px;
}
selectable-slider-panels-section[b-u68n8iybwu]  section.content-container > div.content > section-content {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}
selectable-slider-panels-section[b-u68n8iybwu]  section.content-container gradient-mask-container {
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
selectable-slider-panels-section[b-u68n8iybwu]  section.content-container gradient-mask-container gradient-mask {
  position: relative !important;
  background: #2E3543;
  height: auto;
  width: 50px;
}
selectable-slider-panels-section[b-u68n8iybwu]  section.content-container gradient-mask-container gradient-mask.start {
  background: linear-gradient(to right, #2E3543 0%, transparent 100%);
}
selectable-slider-panels-section[b-u68n8iybwu]  section.content-container gradient-mask-container gradient-mask.end {
  background: linear-gradient(to right, transparent 0%, #2E3543 100%);
}
selectable-slider-panels-section[b-u68n8iybwu]  section.content-container gradient-mask-container content {
  position: relative;
  width: 1250px;
}
selectable-slider-panels-section panel-options[b-u68n8iybwu] {
  display: block;
  position: relative;
  margin: 0 -50px;
  overflow: hidden;
}
selectable-slider-panels-section panel-options options-container[b-u68n8iybwu] {
  display: flex;
  gap: 1em;
  padding: 5px 50px;
  transition: transform 0.2s ease-in-out;
  --index: 0;
  transform: translateX(calc(-210px * var(--index, 0)));
}
selectable-slider-panels-section panel-options panel-options-nav-button[b-u68n8iybwu] {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
selectable-slider-panels-section panel-options panel-options-nav-button > nav-button[b-u68n8iybwu] {
  border: 1px solid white;
  width: 2em;
  height: 2em;
  margin: 5px;
  border-radius: 1em;
  color: white;
  padding: 5px 10px;
  background-color: var(--dark-theme-background);
  opacity: 0.5;
  cursor: pointer;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}
selectable-slider-panels-section panel-options panel-options-nav-button > nav-button:hover[b-u68n8iybwu] {
  opacity: 1;
}
selectable-slider-panels-section panel-options panel-options-nav-button.left[b-u68n8iybwu] {
  left: -50px;
  justify-content: flex-start;
}
selectable-slider-panels-section panel-options panel-options-nav-button.right[b-u68n8iybwu] {
  right: -50px;
  justify-content: flex-end;
}
selectable-slider-panels-section panel-display[b-u68n8iybwu] {
  display: block;
  margin-top: 50px;
  position: relative;
  height: 700px;
}
@media only screen and (max-width: 1400px) {
  selectable-slider-panels-section[b-u68n8iybwu] {
    max-height: initial;
    height: auto;
  }
  selectable-slider-panels-section[b-u68n8iybwu]  section.content-container {
    max-height: initial;
    height: auto;
  }
  selectable-slider-panels-section panel-options[b-u68n8iybwu] {
    display: none;
  }
  selectable-slider-panels-section panel-display[b-u68n8iybwu] {
    margin-top: 0;
    height: unset;
  }
}
selectable-slider-panels-section.editing[b-u68n8iybwu]  section.content-container > div.content {
  display: block;
  height: auto;
}
selectable-slider-panels-section.editing[b-u68n8iybwu]  section.content-container > div.content > section-content {
  display: block;
}
selectable-slider-panels-section.editing[b-u68n8iybwu]  section.content-container gradient-mask-container {
  display: none;
}
selectable-slider-panels-section.editing panel-options options-container[b-u68n8iybwu] {
  flex-wrap: wrap;
}
selectable-slider-panels-section.editing panel-display[b-u68n8iybwu] {
  height: auto;
  display: block;
}
/* /Dynamic/Sections/SolutionsGraphSection.razor.rz.scp.css */
solutions-graph-section[b-2170u4hh38] {
  --background-color: transparent;
  --border-color: rgba(0, 89, 255, 0.3);
  --selected-background-color: #0059FF;
  --selected-color: white;
  display: block;
}
@media only screen and (max-width: 1100px) {
  solutions-graph-section[visible-until="Desktop"][b-2170u4hh38] {
    display: none;
  }
}
solutions-graph-section[overlay="True"] graph-items[b-2170u4hh38] {
  position: absolute;
  top: -50%;
}
@media only screen and (max-width: 1100px) {
  solutions-graph-section[overlay="True"][b-2170u4hh38] {
    display: none;
  }
}
solutions-graph-section[b-2170u4hh38]  section {
  background: transparent;
}
solutions-graph-section[b-2170u4hh38]  section[theme="dark"] {
  --background-color: #0059FF;
  --border-color: rgba(255, 255, 255, 0.3);
  --selected-background-color: white;
  --selected-color: #0059FF;
}
solutions-graph-section[b-2170u4hh38]  section.content-container > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
solutions-graph-section[b-2170u4hh38]  section.content-container > .content h1 {
  margin: 0.5em 0;
}
solutions-graph-section graph-items[b-2170u4hh38] {
  padding: 32px 48px;
  background: var(--background-color);
  border-radius: 10px;
  max-width: 1250px;
  display: grid;
  gap: 8px;
  z-index: 1;
}
@media only screen and (max-width: 1400px) {
  solutions-graph-section graph-items[b-2170u4hh38] {
    padding: 1em 1.5em;
  }
}
/* /Dynamic/Sections/SplitFullWidthCardSection.razor.rz.scp.css */
split-full-width-card-section[b-t6iizhwgfc] {
  display: block;
}
split-full-width-card-section[b-t6iizhwgfc]  section.content-container > .content {
  padding: 0 !important;
  overflow: visible !important;
}
split-full-width-card-section[b-t6iizhwgfc] >  section:not([display-type="card"]) .media-panel img {
  border-radius: 10px !important;
}
split-full-width-card-section .card[b-t6iizhwgfc] {
  border-radius: 10px;
  overflow: hidden;
}
split-full-width-card-section .card[large-card-margin][b-t6iizhwgfc] >  section {
  margin: 50px;
}
split-full-width-card-section .card[b-t6iizhwgfc]  section.content-container > .content {
  position: relative;
}
split-full-width-card-section .card[b-t6iizhwgfc]  section.content-container > .content > .splash {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  grid-column: 1 / -1;
}
split-full-width-card-section .card[b-t6iizhwgfc]  section.content-container > .content > .splash > img {
  width: 75%;
  height: 50%;
}
@media only screen and (max-width: 1400px) {
  split-full-width-card-section .card[b-t6iizhwgfc]  section.content-container > .content > .splash > img {
    width: 100vw;
    right: 0;
  }
}
.card-content[b-t6iizhwgfc] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "media content";
  position: relative;
}
.card-content[media-panel-size="small"][b-t6iizhwgfc] {
  grid-template-columns: 30% auto;
}
.card-content[media-panel-size="large"][b-t6iizhwgfc] {
  grid-template-columns: 60% auto;
}
.card-content[data-image-position="right"][b-t6iizhwgfc] {
  grid-template-areas: "content media";
}
.card-content[data-image-position="right"] .media-panel > *[b-t6iizhwgfc] {
  border-radius: 0 10px 10px 0;
}
.card-content[data-image-position="right"][media-panel-size="small"][b-t6iizhwgfc] {
  grid-template-columns: auto 30%;
}
.card-content[data-image-position="right"][media-panel-size="large"][b-t6iizhwgfc] {
  grid-template-columns: auto 60%;
}
@media only screen and (max-width: 1100px) {
  .card-content[data-image-position="right"][mobile-top-align-pill][b-t6iizhwgfc] {
    padding-top: 80px;
  }
  .card-content[data-image-position="right"][mobile-top-align-pill][b-t6iizhwgfc]  text-headers pill-heading {
    position: absolute;
    top: 30px;
  }
}
.card-content[data-image-position="left"] .media-panel[b-t6iizhwgfc]  img {
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.card-content[data-image-position="top"][b-t6iizhwgfc] {
  grid-template-columns: auto;
  grid-template-areas: "media" "content";
}
.card-content[text-panel-padding="Small"][b-t6iizhwgfc] >  section-header {
  padding: 30px 50px;
}
.card-content .media-panel[b-t6iizhwgfc] {
  grid-area: media;
  z-index: 1;
  min-height: calc(1250px/2);
  max-height: 90vw;
}
@media only screen and (max-width: 700px) {
  .card-content .media-panel[b-t6iizhwgfc] {
    min-height: 90vw;
    max-height: 90vw;
  }
}
.card-content[data-internal-padding] > .media-panel[b-t6iizhwgfc] {
  padding: 50px;
  gap: 50px;
  min-height: initial;
}
.card-content[data-internal-padding] > .media-panel[b-t6iizhwgfc] >  img {
  height: auto;
}
@media only screen and (max-width: 700px) {
  .card-content[data-internal-padding] > .media-panel[b-t6iizhwgfc] {
    padding: 0 20px;
    gap: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .card-content[b-t6iizhwgfc] {
    grid-template-columns: auto !important;
  }
  .card-content[data-image-position][b-t6iizhwgfc] {
    grid-template-areas: "media" "content";
  }
  .card-content .media-panel[b-t6iizhwgfc]  img {
    border-radius: 10px 10px 0 0 !important;
    max-height: 90vw;
  }
  .card-content[b-t6iizhwgfc]  section-header {
    padding: 20px !important;
  }
}
[b-t6iizhwgfc] section-header {
  padding: 40px 50px;
}
[b-t6iizhwgfc] section-header text-headers div.paragraph,
[b-t6iizhwgfc] section-header text-headers p {
  line-height: 150%;
}
[b-t6iizhwgfc] section-header text-headers h1 {
  margin: 0.5em 0;
}
[b-t6iizhwgfc] section-header text-headers h2 {
  font-size: var(--medium-header-font-size) !important;
}
[b-t6iizhwgfc] section-header text-headers headers > *:last-child {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 1100px) {
  [b-t6iizhwgfc] section-header text-headers {
    padding: 0;
  }
}
[data-internal-padding][b-t6iizhwgfc]  section-header text-headers {
  padding: 0;
}
[b-t6iizhwgfc] section-header button-group {
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  [b-t6iizhwgfc] section-header button-group {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 700px) {
  [b-t6iizhwgfc] section-header {
    padding: 20px;
  }
}
/* /Dynamic/Sections/SwitchablePanelsSection.razor.rz.scp.css */
switchable-panels-section headers[b-doh9wi500s] {
  width: 40%;
  display: block;
}
@media only screen and (max-width: 1100px) {
  switchable-panels-section headers[b-doh9wi500s] {
    width: 100%;
  }
}
switchable-panels-section[b-doh9wi500s] >  section {
  position: relative;
  --secondary-button-color: #0059FF;
}
switchable-panels-section[b-doh9wi500s] >  section section-content {
  display: grid;
  grid-template-columns: minmax(20%, auto) 1fr;
  gap: 0 2em;
  z-index: 2;
  background-color: transparent !important;
  margin: 50px 0;
  overflow: hidden;
}
switchable-panels-section[b-doh9wi500s] >  section section-content[large-links] {
  grid-template-columns: minmax(30%, auto) 1fr;
}
switchable-panels-section[b-doh9wi500s] >  section section-content h1 {
  grid-column-end: span 2;
  margin-top: 0;
}
switchable-panels-section[b-doh9wi500s] >  section section-content panel-options {
  display: block;
  grid-row: 2;
}
switchable-panels-section[b-doh9wi500s] >  section section-content panel-display {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  display: block;
  overflow: hidden;
}
switchable-panels-section[b-doh9wi500s] >  section section-content panel-display panel-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
}
switchable-panels-section[b-doh9wi500s] >  section section-content panel-display panel-container > panel-link {
  display: none;
  cursor: pointer;
}
switchable-panels-section[b-doh9wi500s] >  section section-content panel-display panel-container > panel-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: all 0.3s ease-in-out;
}
switchable-panels-section[b-doh9wi500s] >  section section-content panel-display panel-container > panel-group > * {
  border: none !important;
}
switchable-panels-section[b-doh9wi500s] >  section section-content panel-display panel-container > panel-group text-container > .paragraph {
  margin: 0;
  line-height: 200%;
}
switchable-panels-section[b-doh9wi500s] >  section section-content panel-display panel-container > panel-group text-container > .paragraph li {
  line-height: 170%;
}
switchable-panels-section[b-doh9wi500s] >  section section-content panel-display panel-container > panel-group text-container sub-heading > * {
  margin: 0;
}
switchable-panels-section[b-doh9wi500s] >  section section-content panel-display panel-container > panel-group image-panel img {
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
switchable-panels-section[b-doh9wi500s] >  section section-content panel-display panel-container.selected {
  position: relative;
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 1100px) {
  switchable-panels-section[b-doh9wi500s]  .splash > img {
    display: none;
  }
  switchable-panels-section > section section-content[b-doh9wi500s] {
    display: block;
    margin: 20px 0;
  }
  switchable-panels-section > section section-content panel-options[b-doh9wi500s] {
    margin-bottom: 20px;
  }
  switchable-panels-section > section section-content panel-display[b-doh9wi500s] {
    height: auto;
  }
  switchable-panels-section > section section-content panel-display panel-container[b-doh9wi500s] {
    position: relative;
    opacity: 1;
    pointer-events: auto;
  }
  switchable-panels-section > section section-content panel-display panel-container > panel-link[b-doh9wi500s] {
    display: block;
  }
  switchable-panels-section > section section-content panel-display panel-container > panel-link a[b-doh9wi500s] {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    background: none;
    padding: 0.5em 0;
    border: none;
    color: var(--header-color);
    padding: 2em 0;
    width: 100%;
    border-top: 1px solid #1a6aff !important;
    background: transparent !important;
    border-radius: 0;
    display: block;
    text-align: left;
    opacity: 0.7;
  }
  switchable-panels-section > section section-content panel-display panel-container > panel-link a[b-doh9wi500s]::after {
    content: "+";
    font-size: 16px;
    float: right;
  }
  switchable-panels-section > section section-content panel-display panel-container > panel-link.selected a[b-doh9wi500s]::after {
    content: "-";
  }
  switchable-panels-section > section section-content panel-display panel-container[b-doh9wi500s] >  panel-group {
    position: relative;
    opacity: 0;
    max-height: 0 !important;
    height: 0 !important;
  }
  switchable-panels-section > section section-content panel-display panel-container[b-doh9wi500s] >  panel-group .paragraph {
    max-height: 0 !important;
    height: 0 !important;
  }
  switchable-panels-section > section section-content panel-display panel-container.selected[b-doh9wi500s] >  panel-group {
    max-height: 2000px !important;
    height: auto !important;
    opacity: 1;
    margin-bottom: 20px;
  }
  switchable-panels-section > section section-content panel-display panel-container.selected[b-doh9wi500s] >  panel-group .paragraph {
    max-height: 1000px !important;
    height: auto !important;
  }
}
/* /Dynamic/Sections/ThreeColumnGridSection.razor.rz.scp.css */
three-column-grid-section[b-d3u8ruck5f] {
  display: contents;
}
three-column-grid-section cards-panel[b-d3u8ruck5f] {
  display: grid;
  --columns: 3;
  grid-template-columns: repeat(var(--columns), auto);
  column-gap: 1em;
  gap: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 1400px) {
  three-column-grid-section cards-panel[b-d3u8ruck5f] {
    gap: 30px;
  }
}
@media only screen and (max-width: 800px) {
  three-column-grid-section cards-panel[b-d3u8ruck5f] {
    gap: 10px;
    grid-template-columns: auto !important;
  }
}
three-column-grid-section[first-card-larger] cards-panel[b-d3u8ruck5f] {
  grid-template-columns: 509px 350px 350px;
}
@media only screen and (max-width: 1400px) {
  three-column-grid-section[first-card-larger] cards-panel[b-d3u8ruck5f] {
    grid-template-columns: repeat(var(--columns), auto);
  }
}
three-column-grid-section:not([top-padding])[b-d3u8ruck5f]  section.content-container {
  padding-top: 0;
}
three-column-grid-section:not([bottom-padding])[b-d3u8ruck5f]  section.content-container {
  padding-bottom: 0;
}
three-column-grid-section[b-d3u8ruck5f]  card {
  padding: 0 !important;
}
three-column-grid-section[b-d3u8ruck5f]  card.background-img div.paragraph {
  color: white !important;
}
three-column-grid-section[b-d3u8ruck5f]  card img-container img {
  height: 20em;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
}
three-column-grid-section[b-d3u8ruck5f]  card .button.secondary {
  color: #0059FF !important;
}
three-column-grid-section[b-d3u8ruck5f]  card[show-as-card="False"] img-container,
three-column-grid-section[b-d3u8ruck5f]  card[show-as-card="False"] card-content {
  margin: 0;
}
/* /Dynamic/Sections/ThreeImageGridSection.razor.rz.scp.css */
three-image-grid-section[b-m66wzepuxk] {
  display: block;
}
three-image-grid-section[b-m66wzepuxk]  section-header button-group {
  --secondary-button-color: #0059FF;
  grid-column: 2;
  margin: auto 0 1em 0;
}
@media only screen and (max-width: 600px) {
  three-image-grid-section[b-m66wzepuxk]  section-header {
    display: block !important;
  }
}
@media only screen and (max-width: 1100px) {
  three-image-grid-section[b-m66wzepuxk]  section-header {
    width: 100%;
  }
  three-image-grid-section[b-m66wzepuxk]  section-header text-headers {
    width: 100% !important;
  }
}
three-image-grid-section[b-m66wzepuxk]  section-header ::deep h1 {
  margin: 0.5em 0;
}
three-image-grid-section[b-m66wzepuxk]  section-header ::deep h3 {
  color: var(--text-color);
}
image-cards-panel[b-m66wzepuxk] {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  image-cards-panel[b-m66wzepuxk] {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-auto-rows: 1fr;
  }
}
image-cards-panel[b-m66wzepuxk] >  *:first-child {
  grid-row: 1 / span 2;
}
@media only screen and (max-width: 1100px) {
  image-cards-panel[b-m66wzepuxk] >  *:first-child {
    grid-row: 1;
    grid-column: 1 / span 2;
  }
}
@media only screen and (max-width: 600px) {
  image-cards-panel[b-m66wzepuxk] >  *:first-child {
    grid-column: unset;
  }
}
/* /Dynamic/Sections/WorldMapSection.razor.rz.scp.css */
world-map-section > section[b-r83xqjildu] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  background-color: #2E3543;
}
@media only screen and (min-width: 701px ) {
  world-map-section > section[b-r83xqjildu]  section.content-container {
    padding-top: 50px;
  }
}
world-map-section > section[b-r83xqjildu]  .content {
  position: relative;
}
world-map-section > section[b-r83xqjildu]  .content text-panel {
  left: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 30%;
  grid-area: content;
  display: flex;
  flex-direction: column;
}
world-map-section > section[b-r83xqjildu]  .content text-panel text-headers {
  display: grid;
  grid-template-rows: 1fr auto auto;
  height: 100%;
}
world-map-section > section[b-r83xqjildu]  .content text-panel button-group {
  margin: 16px 0;
  justify-content: start;
}
world-map-section > section[b-r83xqjildu]  .content img-container {
  display: block;
  position: relative;
}
world-map-section > section[b-r83xqjildu]  .content img-container > img.background-img {
  width: 80%;
  display: block;
  margin-left: auto;
}
world-map-section > section img-container[b-r83xqjildu] {
  position: relative;
  overflow: hidden;
}
world-map-section > section img-container region-buttons[b-r83xqjildu] {
  margin-left: 20%;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
world-map-section > section img-container region-buttons[b-r83xqjildu] >  a {
  position: absolute;
}
world-map-section > section img-container region-buttons[b-r83xqjildu]  #europe {
  top: 24%;
  left: 37%;
}
world-map-section > section img-container region-buttons[b-r83xqjildu]  #north-america {
  top: 42%;
  left: 18%;
}
world-map-section > section img-container region-buttons[b-r83xqjildu]  #south-america {
  top: 63%;
  left: 24%;
}
world-map-section > section img-container region-buttons[b-r83xqjildu]  #africa {
  top: 53%;
  left: 39%;
}
world-map-section > section img-container region-buttons[b-r83xqjildu]  #asia-pacific {
  top: 55%;
  left: 63%;
}
@media only screen and (max-width: 700px) {
  world-map-section > section img-container[b-r83xqjildu] {
    padding-bottom: 15px;
  }
  world-map-section > section img-container region-buttons[b-r83xqjildu] {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  world-map-section[b-r83xqjildu] >  section .content {
    display: grid;
    grid-template-rows: auto auto;
  }
  world-map-section[b-r83xqjildu] >  section .content > text-panel {
    position: static;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
  }
  world-map-section[b-r83xqjildu] >  section .content > text-panel > text-headers {
    width: 100%;
  }
  world-map-section[b-r83xqjildu]  pill-heading-container {
    position: absolute;
    top: 0;
  }
  world-map-section img-container[b-r83xqjildu] {
    padding-top: 3em;
  }
  world-map-section img-container > img.background-img[b-r83xqjildu] {
    width: 100% !important;
  }
}
/* /Layouts/DeswikWebsiteLayout.razor.rz.scp.css */
.app-layout[b-98modtjdet] {
  margin: 0;
}
/* /StaticComponents/ContentContainer.razor.rz.scp.css */
section[b-72xvme99c6] {
  position: relative;
}
section[data-horizontal-padding][b-72xvme99c6] {
  padding-inline: var(--section-padding);
}
section[data-vertical-padding][b-72xvme99c6] {
  padding-block: calc(var(--section-padding) * 0.75);
}
section[extra-large-top-padding][b-72xvme99c6] {
  padding-top: calc(var(--section-padding) * 2);
}
.content[b-72xvme99c6] {
  max-width: 1250px;
  margin: 0 auto;
}
/* /StaticComponents/SectionBackground.razor.rz.scp.css */
section[b-9qwlfsl361] {
  background: var(--section-background-colour, white);
  position: relative;
  background-position: center;
  background-size: cover;
}
section[theme="light"][b-9qwlfsl361] {
  --text-color: var(--light-theme-color);
  --header-color: var(--light-theme-header-color);
  --section-background-colour: var(--light-theme-background);
  --pill-border-color: #2E3543;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: #2E3543;
  --input-border-color: rgba(0, 89, 255, 0.3);
  --anchor-underline-colour: rgba(46, 53, 67, 0.3);
}
section[theme="dark"][b-9qwlfsl361] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
}
section[theme="blue"][b-9qwlfsl361] {
  --section-background-colour: var(--dark-theme-background);
  --text-color: var(--dark-theme-color);
  --header-color: var(--dark-theme-header-color);
  --secondary-button-color: var(--dark-theme-color);
  --pill-border-color: white;
  --pill-background: white;
  --pill-color: #2E3543;
  --no-pill-color: white;
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  --input-border-color: white;
  --anchor-underline-colour: rgba(255, 255, 255, 0.3);
  --error-color: #FFAEAE;
  --section-background-colour: var(--dark-blue-theme-background);
}
section[data-background="dark"][b-9qwlfsl361] {
  --section-background-colour: #2E3543;
  --header-color: var(--dark-theme-header-color);
}
section[data-background="light"][b-9qwlfsl361] {
  --section-background-colour: #F6F9FF;
}
section[data-background="darker-light"][b-9qwlfsl361] {
  --section-background-colour: #EBF3FF;
}
section[data-background="bright"][b-9qwlfsl361] {
  --section-background-colour: #0059FF;
  background-color: #0059FF;
}
section[data-background="bright"]:not([display-type="card"])[b-9qwlfsl361]  .button.primary {
  --button-color: #0059FF;
  --button-background: white;
  --button-border-color: white;
  opacity: 1;
}
section[data-background="bright"]:not([display-type="card"])[b-9qwlfsl361]  .button.primary:hover,
section[data-background="bright"]:not([display-type="card"])[b-9qwlfsl361]  .button.primary:focus,
section[data-background="bright"]:not([display-type="card"])[b-9qwlfsl361]  .button.primary:focus-visible {
  opacity: 0.9;
}
section[data-background="white"][b-9qwlfsl361] {
  --section-background-colour: white;
}
section[data-background="dark-blue"][b-9qwlfsl361] {
  --section-background-colour: #043174;
  background: #043174;
}
section[data-background="mid-blue"][b-9qwlfsl361] {
  --section-background-colour: #0036A1;
  background-color: #0036A1;
}
section[data-background="dark-mid-blue"][b-9qwlfsl361] {
  --section-background-colour: #0F2A89;
  background-color: #0F2A89;
}
section[display-type="card"][b-9qwlfsl361]  section.content-container > .content {
  background-color: white;
  border-radius: 10px;
  padding: 20px 50px;
  border: 2px solid #EBF3FF;
  overflow: hidden;
}
@media only screen and (max-width: 700px) {
  section[display-type="card"][b-9qwlfsl361]  section.content-container > .content {
    padding: 20px;
  }
}
section[display-type="card"][theme="light"][b-9qwlfsl361] {
  --section-background-colour: white;
}
section[display-type="card"][theme="light"][b-9qwlfsl361]  section.content-container > .content {
  background-color: #F6F9FF;
  border-color: #F6F9FF;
}
section[display-type="card"][theme="light"][data-background="white"][b-9qwlfsl361] {
  --section-background-colour: #F6F9FF;
  --pill-background: #F6F9FF;
}
section[display-type="card"][theme="light"][data-background="white"][b-9qwlfsl361]  section.content-container > .content {
  background-color: white;
}
section[display-type="card"][theme="light"][data-background="bright"][b-9qwlfsl361] {
  --section-background-colour: #0059FF;
  --pill-background: #F6F9FF;
  --button-color: white;
  --button-background: #0059FF;
  --button-border-color: #0059FF;
}
section[display-type="card"][theme="light"][data-background="bright"][b-9qwlfsl361]  section.content-container > .content {
  background-color: white;
  border: none;
}
section[display-type="card"][theme="dark"][b-9qwlfsl361] {
  --section-background-colour: white;
}
section[display-type="card"][theme="dark"][b-9qwlfsl361]  section.content-container > .content {
  background-color: #2E3543;
}
section[display-type="card"][theme="blue"][b-9qwlfsl361]  section.content-container > .content {
  background-color: rgba(255, 255, 255, 0.05);
  border-width: 0;
}
section > div.section-content > video-overlay[b-9qwlfsl361] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
section > div.section-content > video-overlay[b-9qwlfsl361]::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
section > div.section-content > video-overlay > video[b-9qwlfsl361] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.section-content[b-9qwlfsl361] {
  position: relative;
}
.section-content[gradient="up"][b-9qwlfsl361] {
  background: linear-gradient(to bottom, transparent 25%, #000000bf 100%);
}
.section-content[gradient="down"][b-9qwlfsl361] {
  background: linear-gradient(to bottom, #000000bf 25%, transparent 100%);
}
.section-content[gradient="left"][b-9qwlfsl361] {
  background: linear-gradient(to right, #000000bf 25%, transparent 100%);
}
.section-content[gradient="right"][b-9qwlfsl361] {
  background: linear-gradient(to right, transparent 25%, #000000bf 100%);
}
.section-content[gradient="solid"][b-9qwlfsl361] {
  background: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 500px) {
  .section-content[gradient="up"][b-9qwlfsl361],
  .section-content[gradient="down"][b-9qwlfsl361],
  .section-content[gradient="left"][b-9qwlfsl361],
  .section-content[gradient="right"][b-9qwlfsl361] {
    background: rgba(0, 0, 0, 0.5);
  }
}
.section-content[b-9qwlfsl361]  overlay-image {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  --img-padding: calc(50px*-1);
}
.section-content[b-9qwlfsl361]  overlay-image.img-left {
  left: var(--img-padding);
}
.section-content[b-9qwlfsl361]  overlay-image.img-top {
  top: var(--img-padding);
}
.section-content[b-9qwlfsl361]  overlay-image.img-right {
  right: var(--img-padding);
}
.section-content[b-9qwlfsl361]  overlay-image.img-bottom {
  bottom: var(--img-padding);
}
@media only screen and (max-width: 1100px) {
  .section-content[b-9qwlfsl361]  overlay-image {
    --img-padding: calc(20px*-1);
  }
}
