/**
 * App
 *
 * This file compiles to app.css, which is enqueued in the frontend.
 */
/**
 * Mixins
 *
 * Use this file for:
 * - SCSS mixins
 */
/**
 * Mixins
 *
 * Use this file for:
 * - SCSS functions
 */
/**
 * Variables
 *
 * Use this file for:
 * - Custom SCSS variables that are not in _generated.scss
 */
/**
 * Compat
 *
 * Use this file for:
 * - Compatibility styles that are not related to a block, compponent or plugin
 */
.entry-content[ast-blocks-layout] > p {
  max-width: var(--wp--custom--ast-content-width-size);
}

.entry-content:not([ast-blocks-layout]) > * {
  max-width: var(--wp--custom--ast-content-width-size);
  margin-left: auto;
  margin-right: auto;
}

.ac-compile-notice {
  position: fixed;
  background: white;
  z-index: 9999;
  bottom: 2rem;
  left: 2rem;
  width: 350px;
  padding: 1rem;
  border-radius: 4px;
  border-left: 1rem solid red;
  font-size: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.ac-compile-notice strong {
  color: red;
}
.ac-compile-notice p {
  margin: 0;
}

/**
 * Global
 *
 * Use this file for:
 * - Styles for global elements such as html and body
 * - Global CSS classes that can be applied to multiple block types or components
 */
html {
  scroll-behavior: smooth;
}

@media (max-width: 1100px) {
  body {
    --wp--preset--font-size--huge: 48px;
    --wp--custom--line-height--huge: 62px;
    --wp--preset--font-size--h-1: 40px;
    --wp--custom--line-height--h-1: 52px;
    --wp--preset--font-size--h-2: 40px;
    --wp--custom--line-height--h-2: 52px;
    --wp--preset--font-size--h-3: 32px;
    --wp--custom--line-height--h-3: 42px;
    --wp--preset--font-size--h-4: 24px;
    --wp--custom--line-height--h-4: 32px;
  }
}

mark {
  padding: 8px 16px;
  border-radius: 0px 0px 0px 32px;
  display: inline-block;
  word-break: break-word;
}
mark.multiline {
  margin-top: 16px;
}
mark.multiline + br + mark.multiline {
  margin-top: 8px;
}

.block-placeholder {
  background-color: #f9f9f9;
  padding: 3rem;
  text-align: center;
  border: 3px dashed var(--wp--preset--color--text-normal);
}
.block-placeholder p {
  margin: 0;
}

.has-shadow, .is-style-shadow > .wp-block-button__link, .wp-block-sowmedia-subject__lesson, .wp-block-sowmedia-post {
  box-shadow: 0px 16px 40px rgba(219, 221, 227, 0.5);
}
.has-primary-background-color .has-shadow, .has-primary-background-color .is-style-shadow > .wp-block-button__link, .has-primary-background-color .wp-block-sowmedia-subject__lesson, .has-primary-background-color .wp-block-sowmedia-post, .has-light-background-color .has-shadow, .has-light-background-color .is-style-shadow > .wp-block-button__link, .has-light-background-color .wp-block-sowmedia-subject__lesson, .has-light-background-color .wp-block-sowmedia-post {
  box-shadow: 0px 16px 40px rgba(220, 0, 40, 0.1);
}
.has-tertiary-background-color .has-shadow, .has-tertiary-background-color .is-style-shadow > .wp-block-button__link, .has-tertiary-background-color .wp-block-sowmedia-subject__lesson, .has-tertiary-background-color .wp-block-sowmedia-post {
  box-shadow: 0px 16px 40px rgba(251, 126, 115, 0.2);
}
.has-po-primary-background-color .has-shadow, .has-po-primary-background-color .is-style-shadow > .wp-block-button__link, .has-po-primary-background-color .wp-block-sowmedia-subject__lesson, .has-po-primary-background-color .wp-block-sowmedia-post {
  box-shadow: 0px 16px 40px rgba(69, 142, 186, 0.1);
}
.has-po-secondary-background-color .has-shadow, .has-po-secondary-background-color .is-style-shadow > .wp-block-button__link, .has-po-secondary-background-color .wp-block-sowmedia-subject__lesson, .has-po-secondary-background-color .wp-block-sowmedia-post {
  box-shadow: 0px 16px 40px rgba(0, 80, 121, 0.2);
}
.has-po-light-background-color .has-shadow, .has-po-light-background-color .is-style-shadow > .wp-block-button__link, .has-po-light-background-color .wp-block-sowmedia-subject__lesson, .has-po-light-background-color .wp-block-sowmedia-post {
  box-shadow: 0px 16px 40px rgba(82, 149, 119, 0.2);
}
.has-po-lighter-background-color .has-shadow, .has-po-lighter-background-color .is-style-shadow > .wp-block-button__link, .has-po-lighter-background-color .wp-block-sowmedia-subject__lesson, .has-po-lighter-background-color .wp-block-sowmedia-post {
  box-shadow: 0px 16px 40px rgba(122, 196, 175, 0.1);
}
.has-vo-primary-background-color .has-shadow, .has-vo-primary-background-color .is-style-shadow > .wp-block-button__link, .has-vo-primary-background-color .wp-block-sowmedia-subject__lesson, .has-vo-primary-background-color .wp-block-sowmedia-post, .has-vo-lighter-background-color .has-shadow, .has-vo-lighter-background-color .is-style-shadow > .wp-block-button__link, .has-vo-lighter-background-color .wp-block-sowmedia-subject__lesson, .has-vo-lighter-background-color .wp-block-sowmedia-post {
  box-shadow: 0px 16px 40px rgba(69, 142, 186, 0.1);
}
.has-vo-secondary-background-color .has-shadow, .has-vo-secondary-background-color .is-style-shadow > .wp-block-button__link, .has-vo-secondary-background-color .wp-block-sowmedia-subject__lesson, .has-vo-secondary-background-color .wp-block-sowmedia-post {
  box-shadow: 0px 16px 40px rgba(0, 80, 121, 0.2);
}
.has-vo-light-background-color .has-shadow, .has-vo-light-background-color .is-style-shadow > .wp-block-button__link, .has-vo-light-background-color .wp-block-sowmedia-subject__lesson, .has-vo-light-background-color .wp-block-sowmedia-post {
  box-shadow: 0px 16px 40px rgba(0, 80, 121, 0.2);
}
.has-blue-dark-background-color .has-shadow, .has-blue-dark-background-color .is-style-shadow > .wp-block-button__link, .has-blue-dark-background-color .wp-block-sowmedia-subject__lesson, .has-blue-dark-background-color .wp-block-sowmedia-post {
  box-shadow: 0px 16px 40px rgba(29, 53, 71, 0.2);
}

[class*=astra-advanced-hook-] > :first-child {
  margin-top: 0;
}
[class*=astra-advanced-hook-] > :last-child {
  margin-bottom: 0;
}

.ovm-tags, body.single .entry-header .post-tags, .wp-block-sowmedia-slide__tags, .wp-block-sowmedia-post__tags {
  display: flex;
  flex-flow: wrap;
  grid-gap: 4px;
}
.ovm-tags > *, body.single .entry-header .post-tags > *, .wp-block-sowmedia-slide__tags > *, .wp-block-sowmedia-post__tags > * {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--small);
  background-color: var(--wp--preset--color--grey-light);
  color: var(--wp--preset--color--text-muted);
  padding: 2px 12px;
  border-radius: 14px;
  display: inline-block;
  text-decoration: none !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../../assets/icomoon/fonts//icomoon.ttf?rgfchr") format("truetype"), url("../../assets/icomoon/fonts//icomoon.woff?rgfchr") format("woff"), url("../../assets/icomoon/fonts//icomoon.svg?rgfchr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-up:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-chevron-down:before {
  content: "\e900";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-chevron-left:before {
  content: "\e905";
}

.icon-arrow-down:before {
  content: "\e906";
}

.icon-arrow-left:before {
  content: "\e907";
}

.icon-chevron-right:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e90a";
}

.icon-facebook:before {
  content: "\e90b";
}

.icon-youtube:before {
  content: "\e90c";
}

.icon-linkedin:before {
  content: "\e90d";
}

.icon-twitter:before {
  content: "\e90e";
}

.icon-burger:before {
  content: "\e90f";
}

.icon-plus:before {
  content: "\e910";
}

.icon-minus:before {
  content: "\e901";
}

.icon-share:before {
  content: "\e911";
}

.icon-filter:before {
  content: "\e912";
}

.icon-play:before {
  content: "\e913";
}

.icon-pause:before {
  content: "\e914";
}

.wp-block-sowmedia-answers__notice {
  background: var(--wp--preset--color--grey-light);
  padding: 32px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-sowmedia-answers__notice > :first-child, .entry-content .wp-block-sowmedia-answers__notice > :first-child {
  margin-top: 0;
}
.wp-block-sowmedia-answers__notice > :last-child, .entry-content .wp-block-sowmedia-answers__notice > :last-child {
  margin-bottom: 0;
}

.wp-block-sowmedia-brand-icon {
  position: absolute;
  z-index: -1;
  margin: 0;
  display: flex;
  width: 50%;
}
.wp-block-sowmedia-brand-icon svg {
  width: 100%;
}
.wp-block-column > .wp-block-sowmedia-brand-icon {
  right: 0;
  bottom: 0;
}
.wp-block-media-text__content > .wp-block-sowmedia-brand-icon {
  width: 100%;
  opacity: 0.1;
}
.wp-block-group.alignfull > .wp-block-sowmedia-brand-icon {
  width: 40%;
  opacity: 0.1;
  bottom: -25%;
  left: 25%;
}
.wp-block-group.alignfull > .wp-block-sowmedia-brand-icon.is-brand-dd {
  left: auto;
  right: 0;
  bottom: 0;
}
.wp-block-sowmedia-brand-icon + *, .entry-content .wp-block-sowmedia-brand-icon + * {
  margin-top: 0;
}

.wp-block-sowmedia-filters > :first-child, .entry-content .wp-block-sowmedia-filters > :first-child {
  margin-top: 0;
}
.wp-block-sowmedia-filters > :last-child, .entry-content .wp-block-sowmedia-filters > :last-child {
  margin-bottom: 0;
}

div.wp-block-sowmedia-filters__fields {
  background: white;
  padding: 32px 24px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-flow: wrap;
  gap: 16px;
}
.has-white-background-color div.wp-block-sowmedia-filters__fields {
  background: var(--wp--preset--color--grey-light);
}
.has-toggler div.wp-block-sowmedia-filters__fields {
  display: none;
}
.has-toggler div.wp-block-sowmedia-filters__fields.is-opened {
  display: flex;
}
@media (min-width: 1100px) {
  div.wp-block-sowmedia-filters__fields {
    padding: 32px 40px;
  }
}
div.wp-block-sowmedia-filters__fields .wp-block-buttons {
  margin: 0;
  width: 100%;
}

.wp-block-sowmedia-filter {
  width: 100%;
}
@media (min-width: 783px) {
  .wp-block-sowmedia-filter.is-size-small {
    width: calc(33.333% - 11px);
  }
  .wp-block-sowmedia-filter.is-size-normal {
    width: calc(50% - 8px);
  }
}
.wp-block-sowmedia-filter.is-hidden {
  display: none;
}

.wp-block-sowmedia-filter label {
  font-weight: 700;
  display: block;
  padding: 0 8px;
}

.wp-block-sowmedia-filters .facetwp-facet {
  margin-bottom: 0;
}

.wp-block-sowmedia-filter .facetwp-facet.facetwp-type-search .facetwp-search,
.wp-block-sowmedia-filter .facetwp-facet.facetwp-type-search .facetwp-input-wrap {
  width: 100%;
}
.wp-block-sowmedia-filter .facetwp-facet.facetwp-type-search .facetwp-icon {
  display: none;
}

.wp-block-sowmedia-filter select,
.wp-block-sowmedia-filter input[type=text] {
  width: 100%;
}

.wp-block-sowmedia-filters > .wp-block-buttons {
  display: flex;
  justify-content: flex-end;
}

.wp-block-button > button.wp-block-sowmedia-filters__toggler {
  display: none;
}
.has-toggler .wp-block-button > button.wp-block-sowmedia-filters__toggler {
  display: block;
}
.wp-block-button > button.wp-block-sowmedia-filters__toggler:after {
  content: "\e912";
}

.wp-block-sowmedia-filters .facetwp-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.wp-block-sowmedia-filters .facetwp-pager > .facetwp-page {
  color: var(--wp--preset--color--text-normal);
  font-weight: 700;
}
.wp-block-sowmedia-filters .facetwp-pager > .facetwp-page, .entry-content .wp-block-sowmedia-filters .facetwp-pager > .facetwp-page {
  text-decoration: none;
}
.wp-block-sowmedia-filters .facetwp-pager > .facetwp-page:not(.next) {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}
.wp-block-sowmedia-filters .facetwp-pager > .facetwp-page.active {
  background-color: var(--wp--preset--color--tertiary);
  color: white;
}

.facetwp-type-fselect .fs-label-wrap {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--line-height--medium);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(168, 168, 168, 0.87);
  border-radius: 0;
  padding: 8px;
  max-width: none;
  min-height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%2314181F' d='M.293.293A1 1 0 0 1 1.613.21l.094.083L5 3.585 8.293.293A1 1 0 0 1 9.613.21l.094.083a1 1 0 0 1 .083 1.32l-.083.094-4 4a1 1 0 0 1-1.32.083l-.094-.083-4-4a1 1 0 0 1 0-1.414Z'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  -webkit-appearance: none;
  cursor: pointer;
}
.facetwp-type-fselect .fs-dropdown {
  border-color: rgba(168, 168, 168, 0.87);
}
.facetwp-type-fselect .fs-wrap {
  width: 100%;
}
.facetwp-type-fselect div.fs-label {
  padding: 0;
}
.facetwp-type-fselect .fs-arrow {
  display: none;
}
.facetwp-type-fselect .fs-wrap.multiple .fs-option {
  padding: 0.75rem 1rem 0.75rem 2rem;
}
.facetwp-type-fselect .fs-wrap.multiple .fs-option:hover {
  text-decoration: underline;
}
.facetwp-type-fselect .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: var(--wp--preset--color--primary) !important;
}
.facetwp-type-fselect .fs-wrap.multiple .fs-option.selected .fs-option-label {
  font-weight: 700;
}
.facetwp-type-fselect .fs-wrap.single .fs-option {
  padding: 0.75rem 1rem;
}
.facetwp-type-fselect .fs-wrap.single .fs-option:hover {
  text-decoration: underline;
}
.facetwp-type-fselect .fs-wrap.single .fs-option.selected {
  background-color: var(--wp--preset--color--light);
}
.facetwp-type-fselect .fs-wrap.single .fs-option.selected .fs-option-label {
  font-weight: 700;
}
.facetwp-type-fselect .fs-option-label {
  font-size: var(--wp--preset--font-size--small);
}
.facetwp-type-fselect .fs-open .fs-label-wrap {
  border-color: rgba(168, 168, 168, 0.87);
}

.wp-block-sowmedia-image-hotspot {
  position: relative;
}
.wp-block-sowmedia-image-hotspot.is-style-shadow-rounded img {
  border-radius: 8px 8px 8px 64px;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481)) drop-shadow(0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185)) drop-shadow(0px 20px 13px rgba(0, 0, 0, 0.035)) drop-shadow(0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815)) drop-shadow(0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519));
}

.wp-block-sowmedia-image-hotspot__hotspots {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.wp-block-sowmedia-image-hotspot__item {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  background: white;
  border: none;
  box-shadow: 0 0 0 0 rgb(220, 0, 40);
  cursor: inherit;
  transform: scale(1);
  animation: hotspot-pulse 2s infinite;
}
.wp-block-sowmedia-image-hotspot__item:hover, .wp-block-sowmedia-image-hotspot__item:focus {
  background: var(--wp--preset--color--white);
  animation: none;
}

.wp-block-sowmedia-image-hotspot__fake-tooltip {
  background: white;
  position: absolute;
  top: -32px;
  font-size: 13px;
  transform: translateX(-50%);
  padding: 2px 8px;
  min-width: max-content;
  border-radius: 4px;
  display: none;
}
.wp-block-sowmedia-image-hotspot__item:hover .wp-block-sowmedia-image-hotspot__fake-tooltip {
  display: block;
}

@keyframes hotspot-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(220, 0, 40, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(220, 0, 40, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(220, 0, 40, 0);
  }
}
div.wp-block-sowmedia-post-grid {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 16px;
}
@media (min-width: 783px) {
  div.wp-block-sowmedia-post-grid {
    flex-direction: row;
  }
}

.wp-block-sowmedia-post-grid__items {
  display: grid;
  grid-gap: 16px;
}
.columns-1 > .wp-block-sowmedia-post-grid__items {
  flex: 1;
}
.columns-2 > .wp-block-sowmedia-post-grid__items {
  flex: 2;
}
@media (min-width: 783px) {
  .columns-2 > .wp-block-sowmedia-post-grid__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 601px) {
  .wp-block-column .columns-3 > .wp-block-sowmedia-post-grid__items {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .wp-block-column .columns-3 > .wp-block-sowmedia-post-grid__items {
    flex: 3;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 601px) {
  .columns-3 > .wp-block-sowmedia-post-grid__items {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 783px) {
  .columns-3 > .wp-block-sowmedia-post-grid__items {
    flex: 3;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 601px) {
  .columns-4 > .wp-block-sowmedia-post-grid__items {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1100px) {
  .columns-4 > .wp-block-sowmedia-post-grid__items {
    flex: 4;
    grid-template-columns: repeat(4, 1fr);
  }
}

.wp-block-sowmedia-post-grid__featured {
  flex: 1;
}

.wp-block-sowmedia-post {
  background: var(--wp--preset--color--white);
  position: relative;
  overflow: hidden;
  transition: 0.75s;
  padding: 0;
  margin-bottom: 0;
}
.wp-block-sowmedia-post.is-style-horizontal {
  display: flex;
}

.wp-block-sowmedia-post__thumbnail {
  transition: 0.75s;
  overflow: hidden;
}
.wp-block-sowmedia-post.is-style-horizontal .wp-block-sowmedia-post__thumbnail {
  min-width: 45%;
  width: 45%;
}
.wp-block-sowmedia-post__thumbnail a {
  display: block;
}
.wp-block-sowmedia-post.is-style-horizontal .wp-block-sowmedia-post__thumbnail a {
  height: 100%;
  position: relative;
}
.wp-block-sowmedia-post__thumbnail img,
.wp-block-sowmedia-post__thumbnail .wp-block-sowmedia-post__thumbnail-placeholder {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
  width: 100%;
}
.wp-block-sowmedia-post.is-style-horizontal .wp-block-sowmedia-post__thumbnail img,
.wp-block-sowmedia-post.is-style-horizontal .wp-block-sowmedia-post__thumbnail .wp-block-sowmedia-post__thumbnail-placeholder {
  height: 100%;
  position: absolute;
  width: 100%;
}
@media (min-width: 783px) {
  .wp-block-sowmedia-post:not(.is-style-horizontal):hover .wp-block-sowmedia-post__thumbnail img,
.wp-block-sowmedia-post:not(.is-style-horizontal):hover .wp-block-sowmedia-post__thumbnail .wp-block-sowmedia-post__thumbnail-placeholder {
    transform: scale(1.05) translateY(-24px);
  }
}
@media (min-width: 783px) {
  .wp-block-sowmedia-post.is-style-horizontal:hover .wp-block-sowmedia-post__thumbnail img,
.wp-block-sowmedia-post.is-style-horizontal:hover .wp-block-sowmedia-post__thumbnail .wp-block-sowmedia-post__thumbnail-placeholder {
    transform: scale(1.05);
  }
}
@media (min-width: 783px) {
  .wp-block-sowmedia-post:not(.is-style-horizontal):hover .wp-block-sowmedia-post__thumbnail {
    height: 0px !important;
  }
}

.wp-block-sowmedia-post__thumbnail-placeholder {
  background-color: var(--wp--preset--color--light);
}

.wp-block-sowmedia-post__date {
  letter-spacing: 0.04em;
  color: var(--wp--preset--color--text-muted);
  font-size: var(--wp--preset--font-size--small);
  line-height: 24px;
  margin: 0 0 2px 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.has-hidden-date .wp-block-sowmedia-post__date {
  display: none;
}

h3.wp-block-sowmedia-post__title {
  font-size: var(--wp--preset--font-size--medium);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
h3.wp-block-sowmedia-post__title a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
h3.wp-block-sowmedia-post__title, .entry-content h3.wp-block-sowmedia-post__title {
  margin: 0 0 8px 0;
}

.wp-block-sowmedia-post__content h4.wp-block-sowmedia-post__subtitle {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--text-muted);
  margin-top: unset;
}

.wp-block-sowmedia-post__excerpt {
  color: var(--wp--preset--color--text-muted);
  overflow: hidden;
  transition: 0.75s;
}
.wp-block-sowmedia-post__excerpt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-block-sowmedia-post__excerpt p, .entry-content .wp-block-sowmedia-post__excerpt p {
  margin: 0;
}
.wp-block-sowmedia-post__excerpt .read-more {
  display: none;
}

.wp-block-sowmedia-post__tags {
  margin: 18px 0 0 0;
}

.wp-block-sowmedia-post__content {
  padding: 18px 24px;
}
.wp-block-sowmedia-post__content > :last-child p, .entry-content .wp-block-sowmedia-post__content > :last-child p {
  margin-bottom: 0;
}

.wp-block-sowmedia-post__cta {
  text-align: right;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  transform: translateY(72px);
  transition: 0.75s;
}
@media (min-width: 783px) {
  .wp-block-sowmedia-post:hover .wp-block-sowmedia-post__cta {
    transform: translateY(0);
  }
}
.wp-block-sowmedia-post:not(.is-style-horizontal) .wp-block-sowmedia-post__thumbnail + .wp-block-sowmedia-post__content .wp-block-sowmedia-post__cta {
  bottom: 24px;
  text-align: center;
}

.wp-block-sowmedia-grid-smart-title {
  color: var(--wp--preset--color--accent);
}
.wp-block-sowmedia-grid-smart-title mark {
  color: var(--wp--preset--color--accent);
  background: var(--wp--preset--color--accent-light);
}
.has-light-background-color .wp-block-sowmedia-grid-smart-title {
  color: var(--wp--preset--color--primary);
}
.has-light-background-color .wp-block-sowmedia-grid-smart-title mark {
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--white);
}
.has-primary-background-color .wp-block-sowmedia-grid-smart-title {
  color: var(--wp--preset--color--white);
}
.has-primary-background-color .wp-block-sowmedia-grid-smart-title mark {
  color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--white);
}
.has-accent-background-color .wp-block-sowmedia-grid-smart-title {
  color: var(--wp--preset--color--white);
}
.has-secondary-background-color .wp-block-sowmedia-grid-smart-title {
  color: var(--wp--preset--color--white);
}
.has-secondary-background-color .wp-block-sowmedia-grid-smart-title mark {
  color: var(--wp--preset--color--secondary);
  background: var(--wp--preset--color--white);
}
[class*=has-po-light] .wp-block-sowmedia-grid-smart-title {
  color: var(--wp--preset--color--po-secondary);
}
[class*=has-po-light] .wp-block-sowmedia-grid-smart-title mark {
  color: var(--wp--preset--color--po-secondary);
  background: var(--wp--preset--color--white);
}
.has-po-primary-background-color .wp-block-sowmedia-grid-smart-title, .has-po-secondary-background-color .wp-block-sowmedia-grid-smart-title {
  color: var(--wp--preset--color--white);
}
.has-po-primary-background-color .wp-block-sowmedia-grid-smart-title mark, .has-po-secondary-background-color .wp-block-sowmedia-grid-smart-title mark {
  color: var(--wp--preset--color--po-secondary);
  background: var(--wp--preset--color--white);
}
[class*=has-vo-light] .wp-block-sowmedia-grid-smart-title {
  color: var(--wp--preset--color--vo-secondary);
}
[class*=has-vo-light] .wp-block-sowmedia-grid-smart-title mark {
  color: var(--wp--preset--color--vo-secondary);
  background: var(--wp--preset--color--white);
}
.has-vo-primary-background-color .wp-block-sowmedia-grid-smart-title, .has-vo-secondary-background-color .wp-block-sowmedia-grid-smart-title {
  color: var(--wp--preset--color--white);
}
.has-vo-primary-background-color .wp-block-sowmedia-grid-smart-title mark, .has-vo-secondary-background-color .wp-block-sowmedia-grid-smart-title mark {
  color: var(--wp--preset--color--vo-secondary);
  background: var(--wp--preset--color--white);
}

div.wp-block-sowmedia-post-slider {
  display: flex;
  align-items: center;
  grid-gap: 0;
  z-index: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 1100px) {
  div.wp-block-sowmedia-post-slider, .entry-content div.wp-block-sowmedia-post-slider {
    margin-top: -48px;
    margin-bottom: -48px;
  }
}
@media (min-width: 1100px) {
  div.wp-block-sowmedia-post-slider {
    grid-gap: 24px;
  }
}

.wp-block-sowmedia-post-slider__slides,
.wp-block-sowmedia-post-slider__track {
  width: 100%;
  padding: 0;
}

.wp-block-sowmedia-slide__inner {
  box-shadow: 0px 16px 40px rgba(29, 53, 71, 0.2);
  border-radius: 8px 8px 8px 64px;
  background-color: var(--wp--preset--color--primary);
  height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}
@media (min-width: 1100px) {
  .wp-block-sowmedia-slide__inner {
    margin: 48px 56px;
    width: calc(100% - 112px);
  }
}
.wp-block-sowmedia-slide__inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.35s;
}
.wp-block-sowmedia-slide__inner .wp-block-sowmedia-slide__title {
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--h-4);
  width: 100%;
  margin: 0;
  padding: 16px 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .wp-block-sowmedia-slide__inner .wp-block-sowmedia-slide__title {
    padding: 0;
    width: 70%;
  }
}
.wp-block-sowmedia-slide__inner .wp-block-sowmedia-slide__title a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wp-block-sowmedia-slide__inner .wp-block-sowmedia-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.87) 100%);
}
@media (min-width: 1100px) {
  .wp-block-sowmedia-slide__inner .wp-block-sowmedia-slide__content {
    padding: 32px 40px;
  }
}
.wp-block-sowmedia-slide__inner:hover img {
  transform: scale(1.05);
}

.wp-block-sowmedia-post-slider__arrows {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}
@media (min-width: 1100px) {
  .wp-block-sowmedia-post-slider__arrows {
    padding: 0;
  }
}

.wp-block-sowmedia-post-slider__arrow {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--text-normal);
  border-radius: 100%;
  padding: 0;
  z-index: 1;
  transition: 0.35s;
  border: none;
  font-size: 14px;
}
.has-white-background-color .wp-block-sowmedia-post-slider__arrow {
  background: var(--wp--preset--color--grey);
}
.wp-block-sowmedia-post-slider__arrow[disabled] {
  opacity: 0.25;
}
.wp-block-sowmedia-post-slider__arrow[disabled]:hover {
  background-color: var(--wp--preset--color--white);
}
.wp-block-sowmedia-post-slider__arrow svg {
  display: none;
}
.wp-block-sowmedia-post-slider__arrow:hover, .wp-block-sowmedia-post-slider__arrow:focus {
  color: var(--wp--preset--color--text-normal);
  background: #e0e0e0;
}
.has-white-background-color .wp-block-sowmedia-post-slider__arrow:hover, .has-white-background-color .wp-block-sowmedia-post-slider__arrow:focus {
  background: var(--wp--preset--color--grey);
}
.wp-block-sowmedia-post-slider__arrow:before {
  content: "";
  font-family: "icomoon";
}
.wp-block-sowmedia-post-slider__arrow.wp-block-sowmedia-post-slider__prev:before {
  content: "\e905";
}
.wp-block-sowmedia-post-slider__arrow.wp-block-sowmedia-post-slider__next:before {
  content: "\e908";
}

.wp-block-sowmedia-slide {
  border-radius: 8px 8px 8px 64px;
}

.wp-block-sowmedia-slide__tags {
  flex: 1;
  align-items: flex-start;
}

.wp-block-sowmedia-post-slider > svg {
  position: absolute;
  width: 100%;
  z-index: -1;
  transform: scale(1.1);
  pointer-events: none;
}
@media (min-width: 1100px) {
  .wp-block-sowmedia-post-slider > svg {
    transform: scale(1);
  }
}

.wp-block-sowmedia-subjects {
  display: flex;
  flex-flow: wrap;
}

.wp-block-sowmedia-subject {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: end;
  color: white;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 601px) {
  .wp-block-sowmedia-subject {
    padding: 40px;
    width: 50%;
    aspect-ratio: 10/8;
  }
}
@media (min-width: 1100px) {
  .wp-block-sowmedia-subject {
    width: 33.333%;
  }
}
.wp-block-sowmedia-subject img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.5s;
}
@media (min-width: 601px) {
  .wp-block-sowmedia-subject img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
  }
}
@media (min-width: 601px) {
  .wp-block-sowmedia-subject .wp-block-button {
    display: none;
  }
  .wp-block-sowmedia-subject:hover .wp-block-sowmedia-subject .wp-block-button {
    display: block;
  }
}
@media (min-width: 601px) {
  .wp-block-sowmedia-subject:hover img {
    opacity: 0;
    transform: scale(1.05);
  }
}
.wp-block-sowmedia-subject:hover .wp-block-button {
  display: block;
}

h3.wp-block-sowmedia-subject__title {
  font-size: var(--wp--preset--font-size--h-4);
  line-height: var(--wp--custom--line-height--h-4);
  background-color: var(--wp--preset--color--vo-secondary);
  display: inline-block;
  padding: 32px 24px 0;
}
h3.wp-block-sowmedia-subject__title, .entry-content h3.wp-block-sowmedia-subject__title {
  margin: 0;
}
@media (min-width: 601px) {
  h3.wp-block-sowmedia-subject__title {
    padding: 16px 40px;
  }
  .wp-block-sowmedia-subject:hover h3.wp-block-sowmedia-subject__title {
    display: none;
  }
}

.wp-block-sowmedia-subject__content {
  width: 100%;
  padding: 0 24px 32px;
}
@media (min-width: 601px) {
  .wp-block-sowmedia-subject__content {
    padding: 0;
  }
}

.wp-block-sowmedia-subject__fake-title {
  font-size: var(--wp--preset--font-size--h-4);
  line-height: var(--wp--custom--line-height--h-4);
  font-weight: 700;
  display: none;
}
@media (min-width: 601px) {
  .wp-block-sowmedia-subject:hover .wp-block-sowmedia-subject__fake-title {
    display: block;
  }
}

.wp-block-sowmedia-subject__lessons {
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  margin: 16px 0;
}
@media (min-width: 601px) {
  .wp-block-sowmedia-subject__lessons {
    display: none;
  }
  .wp-block-sowmedia-subject:hover .wp-block-sowmedia-subject__lessons {
    display: flex;
  }
}

.wp-block-sowmedia-subject__lesson {
  background-color: white;
  color: var(--wp--preset--color--text-normal);
  padding: 12px 80px 12px 16px;
  position: relative;
  position: relative;
  z-index: 0;
}
.wp-block-sowmedia-subject__lesson h4 {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--line-height--medium);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-block-sowmedia-subject__lesson h4, .entry-content .wp-block-sowmedia-subject__lesson h4 {
  margin: 6px 0 0 0;
}
.wp-block-sowmedia-subject__lesson a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wp-block-sowmedia-subject__lesson:after {
  content: "\e908";
  font-family: "icomoon";
  position: absolute;
  right: 33px;
  top: calc(50% - 15px);
  font-size: 20px;
}
.wp-block-sowmedia-subject__lesson:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.35s;
}
.wp-block-sowmedia-subject__lesson:hover:before {
  opacity: 1;
}

div.wp-block-sowmedia-subjects-innerblocks {
  flex: 1;
}
div.wp-block-sowmedia-subjects-innerblocks > .wp-block-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 24px 32px;
}
div.wp-block-sowmedia-subjects-innerblocks > .wp-block-group, .entry-content div.wp-block-sowmedia-subjects-innerblocks > .wp-block-group {
  margin: 0;
}

.wp-block-sowmedia-restricted-content__notice {
  background: var(--wp--preset--color--grey-light);
  padding: 32px 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-sowmedia-restricted-content__notice > :first-child, .entry-content .wp-block-sowmedia-restricted-content__notice > :first-child {
  margin-top: 0;
}
.wp-block-sowmedia-restricted-content__notice > :last-child, .entry-content .wp-block-sowmedia-restricted-content__notice > :last-child {
  margin-bottom: 0;
}

.wp-block-sowmedia-tabs {
  display: flex;
  flex-flow: wrap;
  column-gap: 16px;
}
.wp-block-sowmedia-tabs.aligncenter {
  justify-content: center;
}
.wp-block-sowmedia-tabs.alignright {
  justify-content: flex-end;
}

.wp-block[data-type="acf/tabs"].alignleft, .entry-content .wp-block[data-type="acf/tabs"].alignleft, .wp-block[data-type="acf/tabs"].alignright, .entry-content .wp-block[data-type="acf/tabs"].alignright,
.wp-block-sowmedia-tabs.alignleft,
.entry-content .wp-block-sowmedia-tabs.alignleft,
.wp-block-sowmedia-tabs.alignright,
.entry-content .wp-block-sowmedia-tabs.alignright {
  float: none;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-sowmedia-tab__label {
  display: inline-block;
  padding: 8px 16px;
  color: var(--wp--preset--color--text-normal);
  font-weight: 400;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  line-height: 24px;
  letter-spacing: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 601px) {
  .wp-block-sowmedia-tab__label {
    text-align: left;
    width: auto;
  }
}

.wp-block-sowmedia-tab__content {
  order: 999;
  width: 100%;
  margin-top: 40px;
  text-align: left;
  display: none;
}
.wp-block-sowmedia-tab__content > :first-child {
  margin-top: 0;
}
.wp-block-sowmedia-tab__content > :last-child {
  margin-bottom: 0;
}

.wp-block-sowmedia-tab__radio {
  position: absolute;
  opacity: 0;
}
.wp-block-sowmedia-tab__radio:checked + .wp-block-sowmedia-tab__label {
  font-weight: 700;
  color: var(--wp--preset--color--vo-secondary);
  border-bottom-color: currentColor;
}
[class*=has-po-light] .wp-block-sowmedia-tab__radio:checked + .wp-block-sowmedia-tab__label {
  color: var(--wp--preset--color--po-tertiary);
}
[class*=has-vo-light] .wp-block-sowmedia-tab__radio:checked + .wp-block-sowmedia-tab__label {
  color: var(--wp--preset--color--vo-primary);
}
.wp-block-sowmedia-tab__radio:checked + .wp-block-sowmedia-tab__label + .wp-block-sowmedia-tab__content {
  display: block;
}

div.wp-block-buttons {
  margin-top: 32px;
  margin-bottom: 32px;
}

.wp-block-button__link {
  letter-spacing: 0.04em;
  white-space: pre;
}
.is-style-text > .wp-block-button__link, .is-style-arrow-left > .wp-block-button__link, .is-style-arrow-right > .wp-block-button__link, .wp-block-button__link.gform_previous_button {
  border: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
}
.is-style-text > .wp-block-button__link, .is-style-text > .wp-block-button__link:hover, .is-style-text > .wp-block-button__link:focus, .is-style-arrow-left > .wp-block-button__link, .is-style-arrow-left > .wp-block-button__link:hover, .is-style-arrow-left > .wp-block-button__link:focus, .is-style-arrow-right > .wp-block-button__link, .is-style-arrow-right > .wp-block-button__link:hover, .is-style-arrow-right > .wp-block-button__link:focus, .wp-block-button__link.gform_previous_button, .wp-block-button__link.gform_previous_button:hover, .wp-block-button__link.gform_previous_button:focus {
  background: transparent !important;
  color: var(--wp--preset--color--text-normal);
}
.is-style-text > .wp-block-button__link:hover, .is-style-arrow-left > .wp-block-button__link:hover, .is-style-arrow-right > .wp-block-button__link:hover, .wp-block-button__link.gform_previous_button:hover {
  text-decoration: underline;
}
.is-style-text > .wp-block-button__link:hover.gform_previous_button, .is-style-arrow-left > .wp-block-button__link:hover.gform_previous_button, .is-style-arrow-right > .wp-block-button__link:hover.gform_previous_button, .wp-block-button__link.gform_previous_button:hover.gform_previous_button {
  text-decoration: underline !important;
}
.is-style-arrow-left > .wp-block-button__link, .is-style-arrow-right > .wp-block-button__link {
  position: relative;
}
.is-style-arrow-left > .wp-block-button__link:before, .is-style-arrow-left > .wp-block-button__link:after, .is-style-arrow-right > .wp-block-button__link:before, .is-style-arrow-right > .wp-block-button__link:after {
  position: absolute;
  font-size: 14px;
}
.is-style-arrow-left > .wp-block-button__link {
  padding-left: 48px !important;
}
.is-style-arrow-left > .wp-block-button__link:before {
  content: "\e907";
  font-family: "icomoon";
  left: 21px;
}
.is-style-arrow-right > .wp-block-button__link {
  padding-right: 48px !important;
}
.is-style-arrow-right > .wp-block-button__link:after {
  content: "\e904";
  font-family: "icomoon";
  right: 21px;
}
:not(.is-style-text):not(.is-style-arrow-right):not(.is-style-arrow-left) > .wp-block-button__link:not(.gform_previous_button) {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
:not(.is-style-text):not(.is-style-arrow-right):not(.is-style-arrow-left) > .wp-block-button__link:not(.gform_previous_button):not(.has-background) {
  background-color: var(--wp--preset--color--primary);
}
:not(.is-style-text):not(.is-style-arrow-right):not(.is-style-arrow-left) > .wp-block-button__link:not(.gform_previous_button):before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.35s;
}
:not(.is-style-text):not(.is-style-arrow-right):not(.is-style-arrow-left) > .wp-block-button__link:not(.gform_previous_button):hover:before {
  opacity: 1;
}
:not(.is-style-text):not(.is-style-arrow-right):not(.is-style-arrow-left) > .wp-block-button__link.disabled {
  opacity: 0.6;
}
.wp-block-buttons.is-style-small .wp-block-button__link {
  padding: 8px 16px;
}

.malmberg-btn-group, .ast-single-post .entry-content .malmberg-btn-group {
  padding-top: 1em;
}

.malmberg-btn {
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  color: white;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 30px;
  padding-top: 18px;
  padding-right: 36px;
  padding-bottom: 18px;
  padding-left: 36px;
}
.malmberg-btn, .ast-single-post .entry-content .malmberg-btn {
  text-decoration: none;
}
.malmberg-btn:hover {
  color: white;
}

.wp-block-column {
  z-index: 0;
  position: relative;
}
.wp-block-column.has-background {
  padding: 80px 32px;
}
@media (min-width: 1100px) {
  .wp-block-column.has-background {
    padding: 80px 72px;
  }
}
.wp-block-column > :first-child, .entry-content .wp-block-column > :first-child {
  margin-top: 0;
}
.wp-block-column > :last-child, .entry-content .wp-block-column > :last-child {
  margin-bottom: 0;
}
div.wp-block-columns .wp-block-column:not(:last-child), .entry-content div.wp-block-columns .wp-block-column:not(:last-child) {
  margin-bottom: 0;
}
@media (min-width: 783px) {
  .wp-block-column:first-child.has-background.is-style-rounded {
    border-top-right-radius: 64px;
  }
  .wp-block-column:last-child.has-background.is-style-rounded {
    border-top-left-radius: 64px;
  }
}

div.wp-block-columns {
  gap: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
div.wp-block-columns.has-background {
  padding: 24px 32px;
}
div.wp-block-columns.is-style-large-gap {
  gap: 80px;
}
div.wp-block-columns.is-style-small-gap {
  gap: 16px;
}
div.wp-block-columns.is-style-no-gap {
  gap: 0;
}
div.wp-block-columns.alignfull.has-background {
  padding: 0;
}
@media screen and (min-width: 1424px) {
  div.wp-block-columns.alignfull, #page div.wp-block-columns.alignfull {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(var(--wp--custom--ast-container-width) + 160px);
  }
}

div.wp-block-cover {
  padding: 2rem;
}
div.wp-block-cover, .entry-content div.wp-block-cover {
  margin-top: 40px;
  margin-bottom: 40px;
}
div.wp-block-cover.alignfull {
  padding: 2rem 1rem;
}
div.wp-block-cover.alignfull, .entry-content div.wp-block-cover.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}
*:not(.alignfull) + div.wp-block-cover.alignfull, div.wp-block-cover.alignfull + *:not(.alignfull), *:not(.alignfull) + .entry-content div.wp-block-cover.alignfull, .entry-content div.wp-block-cover.alignfull + *:not(.alignfull) {
  margin-top: 80px;
}
@media (min-width: 1100px) {
  div.wp-block-cover.alignfull {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.wp-block-cover:not([class*=background-color]) .wp-block-cover__inner-container {
  color: white;
}
.wp-block-cover__inner-container > :first-child {
  margin-top: 0;
}
.wp-block-cover__inner-container > :last-child {
  margin-bottom: 0;
}

.wp-block-embed {
  margin-top: 40px;
  margin-bottom: 40px;
}

div.wp-block-group {
  z-index: 0;
  position: relative;
}
div.wp-block-group, .entry-content div.wp-block-group {
  margin-top: 40px;
  margin-bottom: 40px;
}
div.wp-block-group.has-background {
  padding: 24px 32px;
}
div.wp-block-group.alignfull {
  overflow: hidden;
}
div.wp-block-group.alignfull, .entry-content div.wp-block-group.alignfull {
  margin-top: 0;
  margin-bottom: 0;
}
div.wp-block-group.alignfull.has-background, .entry-content div.wp-block-group.alignfull.has-background {
  padding: 80px 16px;
}
@media (min-width: 783px) {
  div.wp-block-group.alignfull.has-background, .entry-content div.wp-block-group.alignfull.has-background {
    padding: 80px 72px;
  }
}
.ast-theme-transparent-header .entry-content > div.wp-block-group.alignfull.has-background:first-child {
  padding-top: 165px;
}
.ast-theme-transparent-header .entry-content > div.wp-block-group.alignfull.has-background:first-child[style*="padding-top:0"] {
  padding-top: 80px !important;
}
div.wp-block-group[class*=is-style-rounded-] {
  overflow: hidden;
}
div.wp-block-group.is-style-rounded-top-left {
  border-top-left-radius: 64px;
}
div.wp-block-group.is-style-rounded-top-right {
  border-top-right-radius: 64px;
}
div.wp-block-group.is-style-rounded-bottom-left {
  border-bottom-left-radius: 64px;
}
div.wp-block-group.is-style-rounded-bottom-right {
  border-bottom-right-radius: 64px;
}
div.wp-block-group.has-overlap-element.alignfull, .entry-content div.wp-block-group.has-overlap-element.alignfull {
  padding-bottom: 192px;
}
div.wp-block-group.has-overlap-element.alignfull + .wp-block-group {
  overflow: visible;
}
div.wp-block-group.has-overlap-element.alignfull + .wp-block-group > :first-child {
  top: -230px;
  position: relative;
}
div.wp-block-group > :first-child, .entry-content div.wp-block-group > :first-child {
  margin-top: 0;
}
div.wp-block-group > :last-child, .entry-content div.wp-block-group > :last-child {
  margin-bottom: 0;
}

.wp-block-file .wp-block-file__button, .entry-content .wp-block-file .wp-block-file__button {
  text-decoration: none;
  padding: 8px 16px;
}

h1, .entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
  margin-top: 40px;
  margin-bottom: 16px;
}
p.is-style-overline + h1, .entry-content p.is-style-overline + h1,
p.is-style-overline + h2,
.entry-content p.is-style-overline + h2,
p.is-style-overline + h3,
.entry-content p.is-style-overline + h3,
p.is-style-overline + h4,
.entry-content p.is-style-overline + h4,
p.is-style-overline + h5,
.entry-content p.is-style-overline + h5,
p.is-style-overline + h6,
.entry-content p.is-style-overline + h6 {
  margin-top: 0;
}
.has-text-color h1,
.has-text-color h2,
.has-text-color h3,
.has-text-color h4,
.has-text-color h5,
.has-text-color h6 {
  color: inherit;
}
h1 a, h1 a:hover, h1 a:focus,
h2 a,
h2 a:hover,
h2 a:focus,
h3 a,
h3 a:hover,
h3 a:focus,
h4 a,
h4 a:hover,
h4 a:focus,
h5 a,
h5 a:hover,
h5 a:focus,
h6 a,
h6 a:hover,
h6 a:focus {
  color: inherit;
}
h1 a, .entry-content h1 a,
h2 a,
.entry-content h2 a,
h3 a,
.entry-content h3 a,
h4 a,
.entry-content h4 a,
h5 a,
.entry-content h5 a,
h6 a,
.entry-content h6 a {
  text-decoration: none;
}
.ast-single-post .entry-content h1 a,
.ast-single-post .entry-content h2 a,
.ast-single-post .entry-content h3 a,
.ast-single-post .entry-content h4 a,
.ast-single-post .entry-content h5 a,
.ast-single-post .entry-content h6 a {
  text-decoration: none;
}

.single-post .entry-content h2, .single-mijn-malmberg-po .entry-content h2, .single-vo-mbo .entry-content h2 {
  font-size: 40px;
}

.single-post .entry-content h3, .single-mijn-malmberg-po .entry-content h3, .single-vo-mbo .entry-content h3 {
  font-size: 32px;
}

.single-post .entry-content h4, .single-mijn-malmberg-po .entry-content h4, .single-vo-mbo .entry-content h4 {
  font-size: 24px;
}

.single-post .entry-content h5, .single-mijn-malmberg-po .entry-content h5, .single-vo-mbo .entry-content h5 {
  font-size: 20px;
}

figure.wp-block-image, .entry-content figure.wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
figure.wp-block-image.is-style-shadow-rounded img {
  border-radius: 8px 8px 8px 64px;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07)) drop-shadow(0px 64.8148px 46.8519px rgba(0, 0, 0, 0.0531481)) drop-shadow(0px 38.5185px 25.4815px rgba(0, 0, 0, 0.0425185)) drop-shadow(0px 20px 13px rgba(0, 0, 0, 0.035)) drop-shadow(0px 8.14815px 6.51852px rgba(0, 0, 0, 0.0274815)) drop-shadow(0px 1.85185px 3.14815px rgba(0, 0, 0, 0.0168519));
}

figcaption, .wp-block-image figcaption, figcaption.wp-element-caption {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--small);
  letter-spacing: 0.04em;
  text-align: left;
  margin-top: 8px;
}

ul, .entry-content ul, ol, .entry-content ol {
  padding-left: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}
div.entry-content[ast-blocks-layout] > ul, div.entry-content[ast-blocks-layout] > ol {
  margin-left: auto;
}

.wp-block-media-text, .entry-content .wp-block-media-text {
  margin-top: 40px;
  margin-bottom: 40px;
}
.wp-block-media-text.is-style-rounded {
  border-radius: 64px 0px 0px 0px;
  overflow: hidden;
}
.wp-block-media-text.is-style-rounded.has-media-on-the-right {
  border-radius: 0px 64px 0px 0px;
}

.wp-block-media-text.is-image-fill.is-style-rounded.alignwide > .wp-block-media-text__media {
  min-height: 468px;
}
.is-style-rounded > .wp-block-media-text__media {
  border-radius: 64px 0px 0px 0px;
}
.has-media-on-the-right.is-style-rounded > .wp-block-media-text__media {
  border-radius: 0px 64px 0px 0px;
}

.is-style-rounded > .wp-block-media-text__media img {
  border-radius: 64px 0px 0px 0px;
}
.has-media-on-the-right.is-style-rounded > .wp-block-media-text__media img {
  border-radius: 0px 64px 0px 0px;
}

.wp-block-media-text__content {
  position: relative;
}
div.wp-block-media-text.alignwide > .wp-block-media-text__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.wp-block-media-text.has-background > .wp-block-media-text__content, .entry-content div.wp-block-media-text.has-background > .wp-block-media-text__content {
  padding: 40px 32px;
}
.wp-block-media-text__content > :first-child, .entry-content .wp-block-media-text__content > :first-child {
  margin-top: 0;
}
.wp-block-media-text__content > :last-child, .entry-content .wp-block-media-text__content > :last-child {
  margin-bottom: 0;
}

p, .entry-content p {
  margin-top: 16px;
  margin-bottom: 16px;
}
p.has-background {
  padding: 24px 32px;
}
p.has-background, .entry-content p.has-background {
  margin-top: 40px;
  margin-bottom: 40px;
}
p.is-style-overline {
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
p.is-style-overline, .entry-content p.is-style-overline {
  margin-bottom: 0;
}
p.is-style-caption {
  letter-spacing: 0.04em;
}
p.is-style-subtitle {
  font-weight: 600;
  line-height: 1.67;
  color: rgba(0, 0, 0, 0.7);
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--h-4);
}
p.is-style-subtitle, .entry-content p.is-style-subtitle {
  margin-bottom: 32px;
}

.wp-block-post-excerpt .read-more {
  display: none;
}

blockquote.wp-block-quote {
  background-color: var(--wp--preset--color--accent-light);
  padding: 16px 24px;
  margin-top: 40px;
  margin-bottom: 40px;
}
blockquote.wp-block-quote p {
  margin: 8px 0;
}
blockquote.wp-block-quote cite {
  margin: 16px 0 0 0;
}
blockquote.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
  border-left: 4px solid var(--wp--preset--color--accent);
}
blockquote.wp-block-quote.has-text-align-right {
  border-right: 4px solid var(--wp--preset--color--accent);
}
blockquote.wp-block-quote.has-light-background-color, blockquote.wp-block-quote.has-secondary-background-color {
  border-color: var(--wp--preset--color--primary) !important;
}
blockquote.wp-block-quote.has-primary-background-color {
  border-color: var(--wp--preset--color--secondary) !important;
}
blockquote.wp-block-quote[class*=po-light], blockquote.wp-block-quote.has-po-secondary-background-color {
  border-color: var(--wp--preset--color--po-primary) !important;
}
blockquote.wp-block-quote.has-po-primary-background-color {
  border-color: var(--wp--preset--color--po-secondary) !important;
}
blockquote.wp-block-quote[class*=vo-light], blockquote.wp-block-quote.has-vo-secondary-background-color {
  border-color: var(--wp--preset--color--vo-primary) !important;
}
blockquote.wp-block-quote.has-vo-primary-background-color {
  border-color: var(--wp--preset--color--vo-secondary) !important;
}

div.wp-block-search__inside-wrapper .wp-block-search__input {
  background: transparent;
  color: inherit;
  border-color: rgba(168, 168, 168, 0.87);
  padding: 8px;
  min-height: 40px;
}

ul.wp-block-social-links.is-style-logos-only.logos-sidebar {
  padding-left: unset;
  flex-direction: column;
}
ul.wp-block-social-links.is-style-logos-only.logos-sidebar::after {
  content: "\e911";
  font-family: "icomoon";
  color: black;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 899px) {
  ul.wp-block-social-links.is-style-logos-only.logos-sidebar {
    flex-direction: row;
    align-items: flex-start;
    max-width: 250px;
    align-items: center;
    flex-wrap: nowrap;
  }
  ul.wp-block-social-links.is-style-logos-only.logos-sidebar.block-editor-block-list__block {
    flex-direction: row;
    position: relative;
  }
}
ul.wp-block-social-links.is-style-logos-only.logos-sidebar li.wp-social-link a.wp-block-social-link-anchor {
  color: black;
  text-decoration: none;
}
ul.wp-block-social-links.is-style-logos-only.logos-sidebar li.wp-social-link a.wp-block-social-link-anchor:hover {
  color: var(--wp--preset--color--primary);
}
ul.wp-block-social-links.is-style-logos-only.logos-sidebar li.wp-social-link a.wp-block-social-link-anchor#link-linkedin {
  color: black;
}
ul.wp-block-social-links.is-style-logos-only.logos-sidebar li.wp-social-link a.wp-block-social-link-anchor#link-linkedin:hover {
  color: var(--wp--preset--color--primary);
}
ul.wp-block-social-links .wp-block-social-link-anchor {
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

@media screen and (min-width: 899px) {
  .astra-advanced-hook-28096 {
    position: absolute;
    top: 5%;
    right: 15%;
  }
}
@media screen and (min-width: 1098) {
  .astra-advanced-hook-28096 {
    top: 4%;
    right: 13%;
  }
}

@media screen and (min-width: 899px) {
  .site-main:has(> ul.wp-block-social-links.is-style-logos-only) {
    position: relative;
  }
}

.wp-social-link-twitter svg,
.wp-social-link-linkedin svg,
.wp-social-link-facebook svg,
.wp-social-link-instagram svg {
  display: none;
}
.wp-social-link-twitter a:before,
.wp-social-link-linkedin a:before,
.wp-social-link-facebook a:before,
.wp-social-link-instagram a:before {
  font-family: "icomoon";
}

.wp-social-link-twitter a:before {
  content: "\e90e";
}

.wp-social-link-linkedin a:before {
  content: "\e90d";
}

.wp-social-link-facebook a:before {
  content: "\e90b";
}

.wp-social-link-instagram a:before {
  content: "\e90a";
}

.gform_wrapper.gravity-theme {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 783px) {
  .gform_wrapper.gravity-theme h3 {
    font-size: 24px;
  }
}
.gform_wrapper.gravity-theme .ginput_container_gotrgf_live_summary_field .gotrgf_form_overview_container {
  box-shadow: none;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0;
  border-bottom-right-radius: 20px;
}
.gform_wrapper.gravity-theme .gotrls-product-grid .gotrgf-grid-heading > div {
  border: 0;
  background-color: #fff;
  padding: 0.9375rem;
  border-bottom: 3px solid var(--wp--preset--color--light) !important;
}
.gform_wrapper.gravity-theme .gotrls-product-grid .gotrgf_summary_line.even > div {
  border-bottom: 1px solid #e5e7eb;
  background-color: rgba(0, 0, 0, 0.02);
}
.gform_wrapper.gravity-theme .gfs_tax_5 {
  background-color: rgba(0, 0, 0, 0.02);
}
.gform_wrapper.gravity-theme .gotrgf_summary_gpecom {
  border-top: 0;
}
.gform_wrapper.gravity-theme .ginput_container_gotrgf_live_summary_field .gotrgf_summary_field_total_container,
.gform_wrapper.gravity-theme .ginput_container_gotrgf_live_summary_field .gotrgf_form_overview_container .gotrgf_summary_line,
.gform_wrapper.gravity-theme .gotrls-product-grid .gotrgf_summary_line.even > div {
  padding: 0.9375rem;
}
.gform_wrapper.gravity-theme .ginput_container_gotrgf_live_summary_field .gotrgf_summary_field_total_container {
  background-color: transparent;
}
.gform_wrapper.gravity-theme .ginput_product_price,
.gform_wrapper.gravity-theme .ginput_shipping_price {
  font-size: 18px !important;
  font-weight: 700;
}
.gform_wrapper.gravity-theme .gotreu-vat-percentage {
  font-style: normal !important;
}
.gform_wrapper.gravity-theme .gotreu-vat-percentage:before {
  content: "(";
}
.gform_wrapper.gravity-theme .gotreu-vat-percentage:after {
  content: ")";
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-gap: 24px;
}
.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  padding: 0;
  margin: 32px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gform_wrapper.gravity-theme .ginput_complex label {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--small);
}
.gform_wrapper.gravity-theme .ginput_container_radio,
.gform_wrapper.gravity-theme .ginput_container_checkbox {
  margin-top: 8px;
}
.gform_wrapper.gravity-theme .gfield_radio label,
.gform_wrapper.gravity-theme .gfield_checkbox label {
  margin-left: 8px;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper {
  margin-bottom: 40px;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_title {
  display: none;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_percentage {
  height: 8px;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar_percentage span {
  display: none;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar {
  height: 8px;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar.gf_progressbar_blue {
  background-color: var(--wp--preset--color--vo-lighter);
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar.gf_progressbar_blue .gf_progressbar_percentage {
  height: 8px;
  background-color: var(--wp--preset--color--vo-primary);
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar.gf_progressbar_blue .gf_progressbar_percentage span {
  display: none;
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar.gf_progressbar_gray {
  background-color: var(--wp--preset--color--grey-light);
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar.gf_progressbar_gray .gf_progressbar_percentage {
  background-color: var(--wp--preset--color--grey);
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar.gf_progressbar_green {
  background-color: var(--wp--preset--color--po-lighter);
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar.gf_progressbar_green .gf_progressbar_percentage {
  background-color: var(--wp--preset--color--po-primary);
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar.gf_progressbar_green {
  background-color: var(--wp--preset--color--po-lighter);
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar.gf_progressbar_green .gf_progressbar_percentage {
  background-color: var(--wp--preset--color--po-primary);
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar.gf_progressbar_red {
  background-color: var(--wp--preset--color--light);
}
.gform_wrapper.gravity-theme .gf_progressbar_wrapper .gf_progressbar.gf_progressbar_red .gf_progressbar_percentage {
  background-color: var(--wp--preset--color--primary);
}
.gform_wrapper.gravity-theme .gform_previous_button.button {
  color: inherit;
}

.gf_readonly input {
  pointer-events: none;
  background-color: transparent !important;
  opacity: 1;
  border: 0 !important;
  padding: 0 !important;
  color: #000;
}

body .gform_wrapper.gravity-theme .gf_step_number {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
}

body .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before,
body .gform_wrapper.gravity-theme .gf_step_active .gf_step_number {
  background-color: var(--ast-global-color-0);
  border-color: var(--ast-global-color-0);
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

body .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after {
  font-size: 34px !important;
}

body .gform_wrapper.gravity-theme .gform_previous_button.button,
body .gform_wrapper.gravity-theme .gform_save_link.button {
  border-color: #fff;
  background-color: #fff !important;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1rem;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-top: 18px;
  padding-right: 36px;
  padding-bottom: 18px;
  padding-left: 36px;
}

@media (min-width: 783px) {
  body .gform_wrapper.gravity-theme .gf_page_steps {
    border: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 1.875rem;
  }
  body .gform_wrapper.gravity-theme .gf_page_steps .gf_step {
    margin: 0;
  }
}
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=color],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=date],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=datetime-local],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=datetime],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=email],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=month],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=number],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=password],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=search],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=tel],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=text],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=time],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=url],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=week],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) select,
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) textarea {
  border: 0 !important;
  background-color: #fff;
  border-bottom-right-radius: 10px;
}
@media (max-width: 783px) {
  body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=color],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=date],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=datetime-local],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=datetime],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=email],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=month],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=number],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=password],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=search],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=tel],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=text],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=time],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=url],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) input[type=week],
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) select,
body .gform_wrapper.gravity-theme .ginput_container:not(.ginput_container_total, .ginput_container_singleproduct) textarea {
    width: 100%;
  }
}

body .gform_wrapper.gravity-theme .ginput_product_price_wrapper label {
  display: none;
}
body .gform_wrapper.gravity-theme .ginput_product_price_wrapper input {
  font-size: 28px;
}

body .gform_wrapper.gravity-theme .ginput_total {
  padding: 0 !important;
  font-size: 28px !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.gform_wrapper.gravity-theme .gfield_checkbox div {
  display: flex;
  flex-flow: row wrap;
  flex: 0 0 100%;
  position: relative;
  margin-bottom: 10px;
}
.gform_wrapper.gravity-theme .gfield_checkbox div:last-child {
  margin-bottom: 0;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input {
  opacity: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input:checked + label:after {
  display: block;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label {
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label:before {
  content: "";
  pointer-events: none;
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 2px;
  top: 0;
  left: 0;
  display: block;
}
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input + label:after {
  content: "";
  pointer-events: none;
  display: none;
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
  padding: 0;
  border: 0;
  background: transparent;
}

.disabled_input .ginput_container {
  display: none !important;
}

label.gfield_label:has(span.price) {
  font-size: 24px !important;
}
label.gfield_label:has(span.price) span.price {
  font-weight: 700 !important;
  color: #060;
}

@media (max-width: 783px) {
  div.wp-form-row {
    gap: 15px;
    margin-top: 0;
  }
}
@media (max-width: 783px) {
  div.wp-form-row .wp-form-column {
    flex: 0 0 100% !important;
  }
}
@media (max-width: 783px) {
  div.wp-form-row .wp-form-column .wp-block-image {
    margin: 0;
  }
}

@media (max-width: 783px) {
  .gform_wrapper.gravity-theme .gf_page_steps {
    display: flex;
    padding-bottom: 10px;
  }
}
@media (max-width: 783px) {
  .gform_wrapper.gravity-theme .gf_page_steps .gf_step {
    margin-right: 0.9375rem !important;
    display: flex;
    align-items: center;
  }
  .gform_wrapper.gravity-theme .gf_page_steps .gf_step:last-child {
    margin-right: 0 !important;
  }
}
@media (max-width: 783px) {
  .gform_wrapper.gravity-theme .gf_page_steps .gf_step .gf_step_number {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 783px) {
  .gform_wrapper.gravity-theme .gf_page_steps .gf_step .gf_step_label {
    display: none !important;
    padding-left: 5px;
  }
}
@media (max-width: 783px) {
  .gform_wrapper.gravity-theme .gf_page_steps .gf_step.gf_step_active .gf_step_label {
    display: block !important;
  }
}

.ginput_container.ginput_container_total input {
  font-weight: 700 !important;
}

.gf-hidden-product {
  height: 0;
  width: 0;
  overflow: hidden;
  left: -9999px;
  position: absolute;
  visibility: hidden !important;
}

.custom-product-form .gfield_checkbox .ginput_price {
  visibility: hidden;
  display: none;
}

#product-summary p {
  font-weight: normal;
  margin-bottom: 5px;
}
#product-summary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#product-summary ul li {
  margin-bottom: 5px;
  line-height: 1.25;
}
#product-summary ul li:last-child {
  margin-bottom: 0;
}
#product-summary ul li.main-product {
  font-size: 24px;
}
#product-summary ul li.main-product ~ li:before {
  content: "+ ";
}

.ast-archive-description {
  border-bottom: none;
  padding: 0;
  margin-bottom: 40px;
}
.ast-archive-description h1.ast-archive-title {
  margin: 0;
  font-weight: 700;
  color: var(--wp--preset--color--accent);
  text-transform: none;
}
.ast-archive-description h1.ast-archive-title span {
  padding: 8px 16px;
  border-radius: 0px 0px 0px 32px;
  display: inline-block;
  color: var(--wp--preset--color--accent);
  background: var(--wp--preset--color--accent-light);
}

.ast-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
}
.ast-pagination .nav-links > .page-numbers {
  color: var(--wp--preset--color--text-normal);
  font-weight: 700;
}
.ast-pagination .nav-links > .page-numbers, .entry-content .ast-pagination .nav-links > .page-numbers {
  text-decoration: none;
}
.ast-pagination .nav-links > .page-numbers:not(.next) {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}
.ast-pagination .nav-links > .page-numbers.next, .ast-pagination .nav-links > .page-numbers.prev {
  display: none;
}
.ast-pagination .nav-links > .page-numbers.current {
  background-color: var(--wp--preset--color--tertiary);
  color: white;
}

body.single .site-main {
  padding: 32px 0 80px;
}
body.single .site-content > .ast-container {
  max-width: 100%;
}
body.single .entry-title {
  font-size: var(--wp--preset--font-size--h-1);
  line-height: var(--wp--custom--line-height--h-1);
  font-weight: 700;
  margin: 0;
}
body.single .ast-breadcrumbs-wrapper,
body.single .entry-header {
  max-width: var(--wp--custom--ast-content-width-size);
  margin-left: auto;
  margin-right: auto;
}
body.single .entry-header {
  display: flex;
  flex-direction: column;
}
body.single .entry-header .ast-single-post-order {
  order: 2;
}
body.single .entry-header .entry-title {
  order: 1;
}
body.single .entry-header .post-meta {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--small);
  display: flex;
  order: 1;
  color: var(--wp--preset--color--text-muted);
  grid-gap: 24px;
  margin-bottom: 2px;
}
body.single .entry-header .post-meta span {
  font-weight: bold;
}
body.single .entry-header .post-subtitle {
  display: flex;
  order: 2;
  color: var(--wp--preset--color--text-muted);
  grid-gap: 24px;
  margin-bottom: 2px;
}
body.single .entry-header .post-tags {
  order: 3;
  margin: 24px 0 16px;
}
body.single .entry-header .tag-groups {
  display: grid;
  order: 3;
  grid-gap: 16px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 601px) {
  body.single .entry-header .tag-groups {
    grid-template-columns: repeat(2, 1fr);
  }
}
body.single .entry-header .tag-groups .post-tags {
  margin: 0 0 0 16px;
}
body.single .entry-header .tag-group {
  display: flex;
  align-items: flex-start;
}
body.single .entry-header .tag-group__title {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--preset--font-size--small);
  min-width: 25%;
  max-width: 25%;
  margin-top: 8px;
}
body.single .entry-header .post-thumb,
body.single .entry-header .post-thumb-caption {
  order: 4;
}
body.single .entry-header .post-thumb-caption {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--small);
  letter-spacing: 0.04em;
  margin: 8px 0 0 0;
}
body.single .entry-header .post-thumb img.wp-post-image {
  margin: 24px 0 0 0;
  max-width: 100%;
  width: 100%;
}

.ast-breadcrumbs-inner {
  margin-bottom: 40px;
}
.ast-breadcrumbs-inner a {
  color: var(--wp--preset--color--vo-primary);
  text-decoration: underline;
}
.ast-breadcrumbs-inner .separator:before {
  margin: 0 0.35rem;
  content: "\e908";
  font-family: "icomoon";
  font-size: 10px;
}

#comments {
  margin: 3rem auto 0;
  padding: 3rem 0 0 0;
  border-top: 1px solid var(--wp--preset--color--grey);
  max-width: var(--wp--custom--ast-content-width-size);
}
#comments .ast-comment-list {
  padding-left: 0;
  margin-bottom: 3rem;
}
#comments .comment-reply-title,
#comments .comments-title {
  margin: 0;
  padding: 0;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 700;
}
#comments .submit {
  border-radius: 30px;
}

#masthead .ast-container, body.single .ast-container {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 783px) {
  #masthead .ast-container, body.single .ast-container {
    max-width: 1424px;
    padding-left: 72px;
    padding-right: 72px;
  }
}

#colophon ul,
#colophon ol {
  padding-left: 0;
}
#colophon p a,
#colophon li.menu-item a,
#colophon li:not([class]) {
  text-decoration: underline;
}
#colophon .footer-widget-area-inner {
  text-align: left;
}

input[type=color], .gform_wrapper.gravity-theme input[type=color],
input[type=date],
.gform_wrapper.gravity-theme input[type=date],
input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime-local],
input[type=datetime],
.gform_wrapper.gravity-theme input[type=datetime],
input[type=email],
.gform_wrapper.gravity-theme input[type=email],
input[type=month],
.gform_wrapper.gravity-theme input[type=month],
input[type=number],
.gform_wrapper.gravity-theme input[type=number],
input[type=password],
.gform_wrapper.gravity-theme input[type=password],
input[type=search],
.gform_wrapper.gravity-theme input[type=search],
input[type=tel],
.gform_wrapper.gravity-theme input[type=tel],
input[type=text],
.gform_wrapper.gravity-theme input[type=text],
input[type=time],
.gform_wrapper.gravity-theme input[type=time],
input[type=url],
.gform_wrapper.gravity-theme input[type=url],
input[type=week],
.gform_wrapper.gravity-theme input[type=week],
select,
.gform_wrapper.gravity-theme select,
textarea,
.gform_wrapper.gravity-theme textarea {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--wp--custom--line-height--medium);
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(168, 168, 168, 0.87);
  border-radius: 0;
  padding: 8px;
  max-width: none;
  min-height: 40px;
}
input[type=color]:focus-visible, .gform_wrapper.gravity-theme input[type=color]:focus-visible,
input[type=date]:focus-visible,
.gform_wrapper.gravity-theme input[type=date]:focus-visible,
input[type=datetime-local]:focus-visible,
.gform_wrapper.gravity-theme input[type=datetime-local]:focus-visible,
input[type=datetime]:focus-visible,
.gform_wrapper.gravity-theme input[type=datetime]:focus-visible,
input[type=email]:focus-visible,
.gform_wrapper.gravity-theme input[type=email]:focus-visible,
input[type=month]:focus-visible,
.gform_wrapper.gravity-theme input[type=month]:focus-visible,
input[type=number]:focus-visible,
.gform_wrapper.gravity-theme input[type=number]:focus-visible,
input[type=password]:focus-visible,
.gform_wrapper.gravity-theme input[type=password]:focus-visible,
input[type=search]:focus-visible,
.gform_wrapper.gravity-theme input[type=search]:focus-visible,
input[type=tel]:focus-visible,
.gform_wrapper.gravity-theme input[type=tel]:focus-visible,
input[type=text]:focus-visible,
.gform_wrapper.gravity-theme input[type=text]:focus-visible,
input[type=time]:focus-visible,
.gform_wrapper.gravity-theme input[type=time]:focus-visible,
input[type=url]:focus-visible,
.gform_wrapper.gravity-theme input[type=url]:focus-visible,
input[type=week]:focus-visible,
.gform_wrapper.gravity-theme input[type=week]:focus-visible,
select:focus-visible,
.gform_wrapper.gravity-theme select:focus-visible,
textarea:focus-visible,
.gform_wrapper.gravity-theme textarea:focus-visible {
  outline: none;
  border-bottom-color: black;
}

select, .gform_wrapper.gravity-theme select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%2314181F' d='M.293.293A1 1 0 0 1 1.613.21l.094.083L5 3.585 8.293.293A1 1 0 0 1 9.613.21l.094.083a1 1 0 0 1 .083 1.32l-.083.094-4 4a1 1 0 0 1-1.32.083l-.094-.083-4-4a1 1 0 0 1 0-1.414Z'/%3E%3C/svg%3E");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  -webkit-appearance: none;
}

.gform_button, .ast-single-post .entry-content .gform_button {
  text-decoration: none;
}

form.ovm-register-form .gform-footer {
  flex-direction: column;
  justify-content: flex-end !important;
  align-items: flex-end !important;
  gap: 15px;
}
form.ovm-register-form .gform-footer .wp-block-button a.button#gform_cancel_button_1 {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  color: var(--wp--preset--color--secondary);
  text-decoration: underline;
  font-weight: normal;
  letter-spacing: normal;
}
form.ovm-register-form .gform-footer .wp-block-button a.button#gform_cancel_button_1:before {
  display: none;
}
form.ovm-register-form .gform-footer .wp-block-button a.button#gform_cancel_button_1:hover {
  color: var(--wp--preset--color--secondary) !important;
}

#masthead .ast-search-icon .ast-icon.icon-search:before,
#masthead .astra-search-icon .ast-icon.icon-search:before {
  display: none;
}
#masthead .site-branding {
  padding: 0;
}
#masthead .astra-logo-svg:not(.sticky-custom-logo .astra-logo-svg, .transparent-custom-logo .astra-logo-svg, .advanced-header-logo .astra-logo-svg) {
  height: auto;
}
#masthead #ast-mobile-header .ast-primary-header-bar {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 783px) {
  #masthead #ast-mobile-header .ast-primary-header-bar {
    max-width: 1424px;
    padding-left: 72px;
    padding-right: 72px;
  }
}

li.menu-item.is-style-button {
  margin: 16px 40px;
  text-align: center;
}
@media (min-width: 783px) {
  li.menu-item.is-style-button {
    margin: 0 0 0 16px;
    text-align: left;
  }
}
body.logged-in li.menu-item.hide-logged-in {
  display: none;
}

a.menu-link:hover {
  text-decoration: underline;
}
.current-menu-item > a.menu-link, .current-menu-ancestor > a.menu-link {
  font-weight: 700;
}
#page .menu-item.is-style-button > a.menu-link {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: 700;
  letter-spacing: 0.04em;
  height: auto;
  text-decoration: none;
}
@media (min-width: 783px) {
  #page .menu-item.is-style-button > a.menu-link {
    height: 48px;
  }
}
#page .menu-item.is-style-button > a.menu-link:hover {
  color: var(--wp--preset--color--white);
}

.main-navigation ul.main-header-menu {
  position: static;
}

.menu-details {
  position: absolute;
  display: none;
  width: calc(100% - 376px);
  height: calc(100% - 80px);
  padding: 40px;
  right: 0;
  top: 80px;
  left: 376px;
  overflow-y: scroll;
}
.menu-details__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-details__header p {
  margin: 0;
}
.menu-details__header a {
  color: inherit;
}
.menu-details__header .wp-block-button {
  margin-top: -8px;
}
.menu-details__content {
  margin-top: 24px;
}
.menu-details__content > ul.columns-2, .menu-details__content > ul.columns-3, .menu-details__content > ul.columns-4 {
  display: grid;
}
.menu-details__content > ul.columns-2 .wp-block-button__link, .menu-details__content > ul.columns-3 .wp-block-button__link, .menu-details__content > ul.columns-4 .wp-block-button__link {
  white-space: break-spaces;
  text-align: left;
}
.menu-details__content > ul.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.menu-details__content > ul.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.menu-details__content > ul.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.menu-details__content > :first-child {
  margin-top: 0;
}
.menu-details__content > :last-child {
  margin-bottom: 0;
}

.menu-details {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu-details::-webkit-scrollbar {
  display: none;
}

#masthead .main-navigation > ul > li.menu-item-has-children {
  position: static;
  --mega-menu-background: var(--wp--preset--color--light);
  --mega-menu-highlight: var(--wp--preset--color--accent);
  --mega-menu-color: var(--wp--preset--color--primary);
}
#masthead .main-navigation > ul > li.menu-item-has-children .has-mega-menu-color {
  color: var(--mega-menu-color);
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu {
  box-shadow: none;
  max-width: var(--wp--custom--ast-wide-width-size);
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 80px 0 160px;
  min-height: 464px;
  z-index: -1;
  border: none;
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu::before {
  content: "";
  height: 100%;
  width: 50vw;
  background: white;
  top: 0;
  right: -50vw;
  transform: none;
  left: auto;
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu:after {
  content: "";
  width: 100vw;
  height: 100%;
  left: calc(-100vw + 376px);
  top: 0;
  position: absolute;
  background: var(--mega-menu-background);
  z-index: -1;
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: static;
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li > a {
  min-width: 376px;
  max-width: 376px;
  padding: 12px 48px 12px 72px;
  color: inherit;
  cursor: inherit;
  pointer-events: none;
}
@media screen and (min-width: 1350px) {
  #masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li > a {
    padding: 12px 48px 12px 0;
  }
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li > a .menu-text {
  cursor: pointer;
  pointer-events: all;
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li.current-menu-item > a .menu-text, #masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li.is-active > a .menu-text {
  color: var(--mega-menu-highlight);
  font-weight: 700;
  display: flex;
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li.current-menu-item > a .menu-text:before, #masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li.is-active > a .menu-text:before {
  content: "";
  width: 4px;
  margin-right: 8px;
  background: var(--mega-menu-highlight);
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li.current-menu-item:not(.is-active) > a .menu-text {
  color: inherit;
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li:hover > a {
  color: inherit;
  text-decoration: none;
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li.is-active .menu-details {
  display: block;
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li:first-child > a {
  padding-top: 40px;
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > li:last-child > a {
  padding-bottom: 40px;
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > svg {
  position: absolute;
  left: 72px;
  bottom: 48px;
  width: 75px;
}
@media screen and (min-width: 1350px) {
  #masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > svg {
    left: 0;
  }
}
#masthead .main-navigation > ul > li.menu-item-has-children > .sub-menu > .sub-menu-background-shadow {
  position: absolute;
  background: white;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0px 16px 40px rgba(219, 221, 227, 0.5));
  z-index: -1;
}
#masthead .main-navigation > ul > li.menu-item-has-children.is-style-po {
  --mega-menu-background: var(--wp--preset--color--po-lightest);
  --mega-menu-highlight: var(--wp--preset--color--po-tertiary);
  --mega-menu-color: var(--wp--preset--color--po-secondary);
}
#masthead .main-navigation > ul > li.menu-item-has-children.is-style-vo {
  --mega-menu-background: var(--wp--preset--color--vo-lightest);
  --mega-menu-highlight: var(--wp--preset--color--vo-primary);
  --mega-menu-color: var(--wp--preset--color--vo-secondary);
}

#ast-hf-mobile-menu {
  --mega-menu-background: var(--wp--preset--color--light);
  --mega-menu-highlight: var(--wp--preset--color--accent);
  --mega-menu-color: var(--wp--preset--color--primary);
}
#ast-hf-mobile-menu .ast-arrow-svg {
  width: 12px;
  height: 12px;
}
#ast-hf-mobile-menu li.current-menu-item > a {
  font-weight: 700;
  color: var(--mega-menu-highlight);
}
#ast-hf-mobile-menu > li > a {
  padding: 0 40px;
}
#ast-hf-mobile-menu > li > a + .ast-menu-toggle {
  right: 30px;
}
#ast-hf-mobile-menu > li > a + .ast-menu-toggle svg {
  position: static;
  margin: 0;
}
#ast-hf-mobile-menu > li.ast-submenu-expanded > a .menu-text {
  color: var(--mega-menu-highlight);
  font-weight: 700;
  display: flex;
}
#ast-hf-mobile-menu > li.ast-submenu-expanded > a .menu-text:before {
  content: "";
  width: 4px;
  margin-right: 8px;
  background: var(--mega-menu-highlight);
}
#ast-hf-mobile-menu > li.ast-submenu-expanded > a + .ast-menu-toggle svg {
  fill: var(--mega-menu-highlight);
}
#ast-hf-mobile-menu > li .sub-menu {
  margin: 16px 0;
}
#ast-hf-mobile-menu > li .sub-menu > li > a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 64px !important;
  padding-right: 64px !important;
}
#ast-hf-mobile-menu > li .sub-menu > li .ast-menu-toggle {
  right: 58px;
}
#ast-hf-mobile-menu > li .sub-menu > li .menu-text {
  width: 100%;
}
#ast-hf-mobile-menu > li .sub-menu > li.menu-item-has-children > a .ast-icon {
  display: none;
}
#ast-hf-mobile-menu > li .sub-menu > li .sub-menu {
  padding-left: 1rem;
  margin: 8px 0 24px;
}

#ast-mobile-popup .menu-toggle-close {
  right: -16px;
  position: relative;
  padding: 16px;
}
#ast-mobile-popup .ast-mobile-popup-header {
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}
#ast-mobile-popup .ast-mobile-popup-header:before {
  content: "Menu";
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--large);
  font-weight: 700;
}
#ast-mobile-popup .ast-mobile-popup-content {
  display: block;
  margin: 32px 0;
}

.widget {
  margin: 0 0 1rem 0;
}

/*# sourceMappingURL=app.css.map*/