:root {
    --white-hsl:0,0%,100%;
    --black-hsl:0,0%,0%;
    --safeLightAccent-hsl:155.38,100%,45.88%;
    --safeDarkAccent-hsl:0,0%,0%;
    --safeInverseAccent-hsl:0,0%,0%;
    --safeInverseLightAccent-hsl:0,0%,0%;
    --safeInverseDarkAccent-hsl:0,0%,100%;
    --accent-hsl:155.38,100%,45.88%;
    --lightAccent-hsl:231.06,100%,53.92%;
    --darkAccent-hsl:231.06,100%,53.92%;
}




.page-section {
  position:relative;
  display:flex;
  align-items:center;
  box-sizing:border-box
}

.page-section[data-current-styles="{ }"]>.content-wrapper {
  width:100%;
  padding:5vmax
}







.section-background,.section-background .section-background-content,.section-background .section-background-canvas,.section-background .section-background-overlay {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0
}




#page {
  z-index:9
}




html, body {
    margin: 0;
    padding: 0;
    background-color: #f8fafc;
}
