body {
  font-family: var(--font-family-body);
  color: var(--color-foreground-foreground-default);
}
.page__content {
  min-height: auto;
}
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  color: var(--color-foreground-foreground-default);
  font-family: var(--font-family-headline);
}
.header-main {
  background: linear-gradient(90deg, #5D00E9 0%, #B36EDF 50%, #DF67D4 100%);
}
.header-main .wrap {
  gap: 0;
}
.header-main .block--type-astro-branding {
  display: flex;
  align-items: center;
}
.header-main .navbar-brand__logo {
  width: 61px;
  height: 61px;
}
.navbar-left>div {
  justify-content: center;
}
.menu-right .enquiry-button {
  padding: var(--space-xs) var(--space-lg);
  color: var(--color-foreground-foreground-lightest);
  border-radius: var(--border-radius-xxs);
  border: 1px solid var(--color-foreground-foreground-lightest);
  font-size: var(--typography-font-size-link2-lg);
  line-height: var(--typography-line-height-link2-lg);
  font-weight: var(--font-weight-bold);
  width: 90px;
  cursor: pointer;
  background-color: transparent;
  justify-content: center;
}
.menu-right > div {
  display: flex;
  align-items: center;
}
.menu-right .account-dropdown {
  display: none;
}
.menu-right .ajax-progress {
  display: none;
}
.button-primary {
  border-radius: var(--border-radius-xs);
  padding-top: var(--space-sm);
  padding-bottom: var(--space-sm);
}
.button-secondary {
  border-color: var(--color-border-width-border-width-active);
  border-radius: var(--border-radius-xxs);
  color: var(--color-border-width-border-width-active);
  background-color: transparent;
}
.button-secondary:hover {
  background-color: var(--color-border-width-border-width-active);
  color: var(--color-neutral-0);
}
.page__footer {
  padding: var(--space-3xl) 0;
  background-color: var(--color-neutral-0);
  color: var(--color-foreground-foreground-default);
}
.page__footer p {
  font-size: var(--typography-font-size-label3-sm);
  line-height: var(--typography-line-height-label2-sm);
  color: var(--color-foreground-foreground-default);
  text-align: center;
  margin-top: var(--space-md);
}
.page__footer .nav-link {
  color: var(--color-foreground-foreground-brand-default);
  font-size: var(--typography-font-size-label3-sm);
  line-height: var(--typography-line-height-label2-sm);
  text-transform: uppercase;
}
.page__footer .nav-link:hover {
  color: var(--color-foreground-foreground-brand-default);
}
.page__footer ul {
  gap: 20px;
}
.footer_nav .block-system-menu-blockfooter {
  padding: 0;
}
.inside--top__tithe {
  position: relative;
  padding: var(--space-3xl) 0;
  margin-bottom: 0;
  text-align: center;
}
.inside--top__tithe:before {
  content: '';
  background-color: var(--color-neutral-0);
  position: absolute;
  height: 100%;
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  top: 0;
  z-index: -1;
}
.legal-terms-container {
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
}
.legal-terms-container .table {
  margin-bottom: 0;
}
.legal-terms-container table a {
  color: var(--color-foreground-foreground-default);
  text-decoration: none;
  font-family: var(--font-family-headline);
  font-weight: var(--font-weight-bold);
}
.legal-terms-container .table>:not(caption)>*>* {
  padding: var(--space-md);
  background-color: transparent;
  border: 0;
  font-size: var(--typography-font-size-heading5-lg);
  line-height: var(--typography-line-height-heading5-lg);
  color: var(--color-foreground-foreground-default);
  font-weight: var(--font-weight-bold);
}
.menu-right .block--type-enquires-cta .field__label {
  display: none;
}
.paragraph--type--enquires-cta-config > div {
  display: flex;
  align-items: center;
}
.footer_nav .field__label {
  display: none;
}
.footer_nav .footer-corporate-wrap .ajax-progress {
  display: none;
}
.tag--sm {
  border-radius: var(--border-radius-xxs);
  padding: var(--space-xs) var(--space-sm);
}
.article-md .video-indicator, 
.article-sm .video-indicator,
.article-xs .video-indicator {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
}
.article-teaser-item .d-flex {
  gap: 12px;
}
.article-text {
  gap: 4px;
}
form .form-control {
  border-color: var(--color-foreground-foreground-on-disabled);
  border-radius: var(--border-radius-xxs);
  color: var(--color-foreground-foreground-default);
  font-size: var(--typography-font-size-body2-sm);
  line-height: var(--typography-line-height-heading5-sm);
}
form .form-control:not(input[type="search"]) {
  padding: var(--space-sm) var(--space-lg);
}
form .form-control.is-invalid:not(input[type="search"]), 
form .was-validated .form-control:invalid:not(input[type="search"]) {
  padding-right: var(--space-xl);
}
.form-control::placeholder,
select:has(option:checked[value=""]) {
  color: var(--color-foreground-foreground-inactive);
  opacity: 1
}
form .form-item {
  margin-top: var(--space-xxs);
}
.ui-widget-content .form-submit:focus {
  outline: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: var(--color-foreground-foreground-on-disabled);
}
.ui-widget-content .form-control:not(.form-textarea) {
  height: 36px;
}
form .form-label {
  font-weight: var(--font-weight-regular);
  color: var(--color-foreground-foreground-default);
  font-size: var(--typography-font-size-body2-sm);
  line-height: var(--typography-line-height-heading5-sm);
  padding: 2px 0;
  font-family: var(--font-family-label1);
  margin-bottom: 0;
}
.astro_audio .ui-dialog .ui-dialog-titlebar {
  background: var(--color-foreground-foreground-on-hover);
  border-top-left-radius: var(--border-radius-xl);
  border-top-right-radius: var(--border-radius-xl);
  padding: var(--space-xl) var(--space-xl) var(--space-sm);
}
.astro_audio .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  font-size: var(--typography-font-size-heading2-md);
  font-family: var(--font-family-headline);
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: var(--color-foreground-foreground-active);
  font-size: var(--typography-font-size-heading2-md);
  line-height: var(--typography-line-height-heading2-md);
  padding-right: 0;
  padding-top: var(--space-sm);
}
.astro_audio .ui-dialog:not(.ui-dialog-off-canvas) {
  border-radius: var(--border-radius-xl);
  width: 448px !important;
  position: fixed;   
  top: 14px !important;
  bottom: 14px !important;
  height: 100vh !important;
  max-height: 100vh !important;
  margin: 0 !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--color-surface-surface-on-inverse-active);
}
.ui-dialog .ui-widget-content.ui-dialog-content {
  overflow: visible !important;
  max-height: none !important;
}
.astro_audio:not(.gin--navigation) .ui-dialog .ui-widget-content.ui-dialog-content {
  padding: 0 var(--space-xl) 0;
}
.astro_audio .ui-dialog .ui-widget-content.ui-dialog-buttonpane {
  border-top: none;
  background: transparent;
  padding: 0 var(--space-xl) var(--space-xl);
  margin-top: 0;
}
.astro_audio .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  margin-block: 0;
  width: 100%;
  margin-right: 0;
}
.astro_audio .ui-dialog {
  z-index: 1260;
}
.ui-dialog .ui-widget-content.ui-dialog-buttonpane .button {
  width: 100%;
  border-radius: var(--border-radius-rounded);
  background-color: var(--color-foreground-foreground-brand-default) !important;
  border: none !important;
  padding: var(--space-sm) var(--space-xl);
  font-size: var(--typography-font-size-heading5-sm) !important;
  line-height: var(--typography-line-height-heading4-sm);
  box-shadow: none !important;
  justify-content: center;
  font-family: var(--font-family-body) !important;
  color: var(--color-foreground-foreground-on-hover) !important;
}
.ui-dialog .ui-widget-content.ui-dialog-buttonpane .button[disabled] {
  background-color: var(--color-surface-surface-disabled) !important;
  color: var(--color-foreground-foreground-disabled) !important
}
.ui-dialog .ui-widget-content.ui-dialog-buttonpane .button:last-of-type {
  padding: var(--space-sm) var(--space-xl);
}
.ui-dialog .ui-widget-content.ui-dialog-buttonpane .button + .button,
.ui-dialog .ui-widget-content.ui-dialog-buttonpane .button:has( + .button) {
  width: auto;
}
.astro_audio .ui-widget-overlay {
  background: var(--color-background-background-inverse-default-color);
  opacity: 75%;
}
.astro_audio .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background-image: url('../assets/icons/close.svg') !important;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 0;
}
.form-check-label,
form .form-type-webform-terms-of-service a,
form .form-type-webform-terms-of-service a:hover {
  font-size: var(--typography-font-size-heading5-sm);
  line-height: var(--typography-line-height-heading4-sm);
  font-weight: var(--font-weight-body1-strong);
  color: var(--color-foreground-foreground-light);
  font-family: var(--font-family-body);
  text-decoration: none;
}
form .form-check-input:focus,
form .form-control:focus {
  box-shadow: none;
}
form .form-check-input[type=checkbox]:checked {
  background-color: var(--color-foreground-foreground-brand-default);
}
form .form-check-input[type=checkbox] {
  height: 24px;
  width: 24px;
  border-radius: var(--border-radius-xxs);
  padding: 3px var(--space-xxs);
  border: 1px solid var(--color-foreground-foreground-disabled);
  cursor: pointer;
}
form .form-check {
  margin: var(--space-xxs) 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
form:focus-visible {
  outline: none;
}
form .alert-danger ul {
  margin-bottom: 0;
}
form .alert .placeholder {
  background-color: transparent;
  font-style: normal;
  opacity: 1;
  vertical-align: baseline;
}
textarea.form-control {
  height: 80px;
  resize: vertical
}
.ui-dialog::-webkit-scrollbar { display: none; }
.ui-dialog { scrollbar-width: none; }
#webform-submission-enquiry-form-form-ajax-content:focus-visible {
  outline: none;
}
form .form-select {
  background-image: url(../assets/icons/dropdwon.svg);
  background-size: 13px 8px;
}
form .webform-type-tel .field-prefix.input-group-text {
  display: none;
}

.text_heading_brand .text-box .heading {
  color: var(--color-foreground-foreground-brand-default)
}
.webform-type-tel .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: var(--border-radius-xxs);
  border-bottom-left-radius: var(--border-radius-xxs);
}
.astro-radio-back-button {
  color: var(--color-foreground-foreground-default);
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.astro-radio-back-button::before {
  content: '';
  display: inline-block;
  background-image: url(../assets/icons/leftarrow.svg);
  width: 24px;
  height: 24px;
}
.press-release .node-article-detail-title {
  margin: var(--space-xl) 0 var(--space-sm);
  font-size: var(--typography-font-size-heading1-lg);
  line-height: var(--typography-line-height-display-sm);
}
.astro-radio-back-button__wrapper {
  margin-top: var(--space-3xl);
}
.press-release-body-field {
  position: relative;
  padding: var(--space-3xl) 0;
}
.press-release-body-field img {
  border-radius: var(--border-radius-md);
}
.press-release-body-field::before,
.block-astro-press-release-main-image-block::before {
  content: '';
  background: var(--color-bg-accent);
  width: 100vw;
  max-width: 100vw;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100%;
}
.block-astro-press-release-main-image-block {
  text-align: center;
  position: relative;
  padding-top: var(--space-3xl);
}
.block-astro-press-release-main-image-block img {
  border-radius: var(--border-radius-md);
}
.field--name-published-at {
  margin-bottom: var(--space-xl);
}
.field--name-published-at time {
  color: var(--color-surface-surface-on-inverse-skeleton);
}
.node-type--insights .paragraph--type--rich-text-content {
  position: relative;
  padding: var(--space-3xl) 0;
}
.node-type--insights .paragraph--type--rich-text-content::before {
  content: '';
  width: 100vw;
  max-width: 100vw;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  height: 100%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: var(--color-surface-surface-accent);
}
.node-type--insights .paragraph--type--rich-text-content .button-secondary {
  padding-top: var(--space-xs);
  padding-bottom: var(--space-xs);
  justify-content: center;
  font-size: var(--typography-font-size-link2-lg);
  line-height: var(--typography-line-height-link2-lg);
}
.node-type--insights .field--name-uid,
.node-type--insights .field--name-created,
.node-type--insights .field--name-field-hide-main-image-on-detail {
  display: none;
}
.layout--twocol-section .paragraph .inverted-shadow {
  margin: 0;
  width: auto;
}
div.floating-icon a {
  width: auto;
  height: auto;
  max-width: 150px;
}
div.floating-icon {
  width: fit-content;
  height: auto;
}
.swiper-pagination-bullet-active,
.swiper-horizontal .swiper-pagination-bullet-active {
  background: var(--color-foreground-foreground-brand-default);
}
.text-box {
  padding-top: var(--space-xl);
}
.text-box iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.text-box img {
  max-width: 100%;
  height: auto;
  margin-bottom: var(--space-lg);
}
form .form-check-input:focus {
  box-shadow: none;
}
.ui-dialog .form-check-input[type=checkbox]:checked {
  background-color: var(--color-foreground-foreground-brand-default);
}
.ui-dialog .ajax-progress.ajax-progress-throbber {
  display: none;
}
.node-type--insights .paragraph--type--rich-text-content .description {
  text-align: center;
}
.tab--secondary .nav-tabs .nav-link {
  border: 1px solid var(--color-border-border-default);
}
.events-wrapper:not(:has(.event-item:nth-child(4))) + .load-more-wrapper {
  display: none !important;
}
@media only screen and (min-width: 1279.97px) {
  .astro_audio .ui-dialog:not(.ui-dialog-off-canvas) {
    left: auto !important;
    right: 10px !important;
  }
  .header-main .navbar-left a.nav-link,
  .header-main .navbar-left span.nav-link {
    color: var(--color-foreground-foreground-on-inverse-inactive);
    text-transform: uppercase;
    min-height: 80px;
  }
  .header-main .navbar-left .active .nav-link,
  .header-main .navbar-left .dropdown:hover .nav-link {
    color: var(--color-foreground-foreground-on-inverse-active);
  }
  .navbar-left .dropdown-menu li:last-child a {
    border-bottom-left-radius: var(--space-md);
    border-bottom-right-radius: var(--space-md);
  }
  .navbar-left .dropdown-menu li:nth-child(1) a {
    border-top-left-radius: var(--space-md);
    border-top-right-radius: var(--space-md);
  }
}
@media only screen and (max-width: 1279.98px) {
  .header-main .wrap {
    min-height: 80px;
  }
  .header-main .sm-show .navbar-toggler {
    margin-top: 0;
  }
  .header-main .navbar-collapse .sm-show {
    background: linear-gradient(90deg, #5D00E9 0%, #B36EDF 50%, #DF67D4 100%);
    min-height: 80px;
    display: flex;
    align-items: center;
  }
  .header-main .navbar-toggler .hamburger-nav {
    -webkit-mask-image: url('../assets/icons/hamburger-nav-astroaudio.svg');
    mask-image: url('../assets/icons/hamburger-nav-astroaudio.svg');
    width: 30px;
  }
  .navbar-left .dropdown-menu a,
  .navbar-left ul.dropdown-menu {
    background-color: transparent;
  }
  .page__footer p {
    margin-top: var(--space-xl);
  }
  .page__footer {
    padding-top: var(--space-lg);
    padding-bottom: var(--space-2xl);
  }
  .header_search {
    top: 20px;
    display: none;
  }
  .navbar-left > div {
    padding-top: 10px;
  }
  .dropdown-wrap:has(.show) {
    bottom: -36px;
  }
  .dropdown-wrap:has(.show) h3 {
    color: var(--color-foreground-foreground-light);
    font-size: var(--typography-font-size-body1-strong-sm);
    line-height: var(--typography-line-height-body1-strong-sm);
    margin-bottom: 0;
  }
  .dropdown-wrap .dropdown-menu a {
    font-family: var(--font-family-body);
    color: var(--color-foreground-foreground-inactive);
    font-weight: var(--font-weight-regular);
    font-size: var(--typography-font-size-body1-sm);
    line-height: var(--typography-line-height-body1-sm);
    padding: var(--space-sm) 0;
  }
  .header_search .form-control {
    border-color: var(--color-border-border-default);
    border-radius: var(--border-radius-xxs);
    padding-top: var(--space-sm);
    padding-bottom: var(--space-sm);
    height: 40px;
  }
  .header_search .form-actions::before {
    margin-top: var(--space-sm);
  }
  .dropdown-wrap {
    bottom: -36px;
  }
  .header-main .navbar-left a.nav-link, .header-main .navbar-left span.nav-link {
    color: var(--color-foreground-foreground-inactive);
    font-weight: var(--font-weight-regular);
    font-size: var(--typography-font-size-body1-sm);
    line-height: var(--typography-line-height-body1-sm);
    text-transform: uppercase;
  }
  .header-main .active a::before, .header-main .active span::before,
  .navbar-left .dropdown .show::before, .header-main .navbar-left .dropdown:hover > .nav-link::before {
    display: none;
  }
  .header-main .navbar-left .active a.nav-link, .header-main .navbar-left .active  span.nav-link {
    font-weight: var(--font-weight-bold);
    color: var(--color-foreground-foreground-light);
  }
  .navbar-left ul.nav li {
    border-bottom: 0.5px solid var(--color-border-border-default);
  }
}
@media only screen and (min-width: 961px) {
  .footer_nav .block-system-menu-blockfooter {
    width: 33%;
    max-width: 33%;
  }
  .footer_nav .block-system-menu-blockfooter ul {
    justify-content: end;
  }
  .footer_nav .block--type-footer-block-section {
    width: 66%;
  }
}
@media only screen and (max-width: 960px) {
  .legal-terms-container .table>:not(caption)>*>* {
    font-size: var(--typography-font-size-link1-lg);
  }
  .footer_nav .block-system-menu-blockfooter {
    order: 1;
    margin-bottom: var(--space-md);
  }
  .footer_nav .block--type-footer-block-section {
    order: 2;
  }
  .footer_nav .block--type-footer-block-section .button {
    width: 100%;
  }
  .press-release-body-field img {
    max-width: 100%;
    max-height: fit-content;
    max-height: -moz-fit-content;
  }
}
