@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.margin-top-m {
  margin-top: 35px !important;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:first-child {
  margin-top: 0;
}

:last-child {
  margin-bottom: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

nav ul {
  padding-left: 0;
  list-style: none none;
}

nav a {
  color: inherit;
  text-decoration: none;
}

:root {
  --vo-font-size--2: 0.6076388889rem;
  --vo-font-size--1: 0.7291666667rem;
  --vo-font-size-0: 0.875rem;
  --vo-font-size-1: 1.05rem;
  --vo-font-size-2: 1.26rem;
  --vo-font-size-3: 1.512rem;
  --vo-font-size-4: 1.8144rem;
  --vo-font-size-5: 2.17728rem;
  --vo-font-size-6: 2.612736rem;
  --vo-color-black: #000;
  --vo-color-white: #fff;
  --vo-color-light-grey: #f5f5f5;
  --vo-color-dark-grey: #626262;
  --vo-color-green: #008c15;
  --vo-color-red: #c8102e;
  --vo-color-gold: #f0b902;
  --vo-color-yellow: #fae03c;
  --vo-color-blue: #0097a9;
  --vo-color-blue-light: #D1E8FD;
  --vo-color-dark-red: #801818;
  --vo-color-link: #0060df;
  --vo-color-link-hover: #00439c;
}

@media (min-width: 64em) {
  :root {
    --vo-font-size--2: 0.64rem;
    --vo-font-size--1: 0.8rem;
    --vo-font-size-0: 1rem;
    --vo-font-size-1: 1.25rem;
    --vo-font-size-2: 1.5625rem;
    --vo-font-size-3: 1.953125rem;
    --vo-font-size-4: 2.44140625rem;
    --vo-font-size-5: 3.0517578125rem;
    --vo-font-size-6: 3.8146972656rem;
  }
}
@font-face {
  font-family: "Noto Sans";
  font-display: fallback;
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/vo-theme/dist/assets/noto-sans-400.88f00438.woff2") format("woff2"), url("/wp-content/themes/vo-theme/dist/assets/noto-sans-400.2c97a299.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-display: fallback;
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/vo-theme/dist/assets/noto-sans-500.efc3c8a0.woff2") format("woff2"), url("/wp-content/themes/vo-theme/dist/assets/noto-sans-500.33a04874.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans";
  font-display: fallback;
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/vo-theme/dist/assets/noto-sans-700.c1c30918.woff2") format("woff2"), url("/wp-content/themes/vo-theme/dist/assets/noto-sans-700.2f78f2a6.woff") format("woff");
}
html {
  font-size: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  color: var(--vo-color-black);
  font-family: "Noto Sans", "system-ui", sans-serif;
  font-size: var(--vo-font-size-0);
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#main-content {
  flex-grow: 1;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Noto Sans", "system-ui", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  font-weight: 400;
}
h1 + *, .h1 + *, h2 + *, .h2 + *, h3 + *, .h3 + *, h4 + *, .h4 + *, h5 + *, .h5 + *, h6 + *, .h6 + * {
  margin-top: 0;
}

h1, .h1 {
  font-size: 3.5rem;
}
@media (min-width: 40em) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: 2.75rem;
}
@media (min-width: 40em) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (min-width: 40em) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
}
@media (min-width: 40em) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1rem;
}
@media (min-width: 40em) {
  h5, .h5 {
    font-size: 1.125rem;
  }
}

h6, .h6 {
  font-size: 0.875rem;
}
@media (min-width: 40em) {
  h6, .h6 {
    font-size: 1rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

a {
  color: var(--vo-color-link);
  text-underline-offset: 0.25em;
}
a:hover {
  text-decoration-thickness: 0.1875em;
}

.text--green {
  color: var(--vo-color-green);
}

.text--mark-white {
  padding-inline: 0.1875rem;
  margin-block: 0.1875rem;
  background-color: #fff;
  color: #000;
}

.text--mark-blue {
  padding-inline: 0.1875rem;
  margin-block: 0.1875rem;
  background-color: #D1E8FD;
  color: #000;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
a .text--mark-blue {
  padding-inline: 0;
  margin-block: 0;
}
a:hover .text--mark-blue, a:focus .text--mark-blue {
  background-color: #fff;
  color: #000;
}

[type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=url], [type=week], [type=time], select, textarea {
  display: block;
  width: 100%;
  padding: 0.5625rem 1rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--vo-color-light-grey);
  font-family: inherit;
  line-height: 1.25;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  height: 2.75rem;
}
[type=color]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=url]:focus, [type=week]:focus, [type=time]:focus, select:focus, textarea:focus {
  outline: none;
}

fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}

legend {
  float: left;
  width: 100%;
  margin-bottom: 1rem;
  font-weight: 600;
}

legend + * {
  clear: left;
}

.ginput_container.ginput_container_select select {
  background-image: url("/wp-content/themes/vo-theme/dist/assets/chevron-down.43aa6f53.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: right 0.5rem center;
}

.gform_footer input {
  width: auto !important;
  margin-bottom: 0 !important;
  padding: 1rem 4.75rem 1rem 1.5rem;
}

.gform_footer {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.gform_footer:hover::after {
  right: 1.25rem;
}

.gform_footer::after {
  content: "";
  position: absolute;
  background-color: var(--vo-color-white);
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/vo-theme/dist/assets/arrow-right.95567a65.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: center center;
  pointer-events: none;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.gform_description {
  margin-bottom: 1.25rem;
  display: block;
}

.gfield_required {
  visibility: hidden;
}

.ginput_container input,
.ginput_container select {
  padding: 0.5625rem 1rem !important;
  color: var(--vo-color-dark-grey) !important;
  font-size: 1rem !important;
}

.gfield_label,
.gfield_description {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
}

.gform_fileupload_rules {
  font-size: 0.75rem !important;
}

[data-archive-posts].loading {
  filter: blur(3px);
}

.post-card__wrapper {
  margin-bottom: 1.25rem;
}

.archive__filters {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  gap: 1.25rem;
}

.archive__filters-start,
.archive__filters-end {
  display: inline-flex;
  flex-direction: column;
  gap: 0.75rem;
}

.archive-year,
.archive-category,
.archive-order,
.archive-search {
  min-width: 8rem;
  position: relative;
}
.archive-year svg,
.archive-category svg,
.archive-order svg,
.archive-search svg {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  right: 0.625rem;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
}
.archive-year select,
.archive-category select,
.archive-order select,
.archive-search select {
  padding-right: 2.5rem;
  color: var(--vo-color-dark-grey);
}

.archive-search input {
  padding-right: 2.5rem;
}

.archive-page__header .border-header {
  margin-top: 0;
}

.archive-page__header {
  margin-top: 5rem;
  margin-bottom: 0.625rem;
}

.archive-page__header--border-line {
  padding-bottom: 3.5rem;
  margin-bottom: 3.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.archive-page__description {
  font-weight: 500;
}

.archive-page__banner {
  margin: 2.5rem 0rem;
}

.archive-page__excerpt {
  color: var(--vo-color-dark-grey);
  margin-block: 1.25rem;
}

.search-content {
  margin-bottom: 2.5rem;
}

.search-archive .archive-page__header {
  margin-bottom: 3.5rem;
}

@media (min-width: 64em) {
  .post-card__wrapper {
    margin-bottom: 3.75rem;
  }
  .archive__filters {
    margin-top: 5rem;
    margin-bottom: 5rem;
    flex-direction: row;
    justify-content: space-between;
  }
  .archive__filters-start,
  .archive__filters-end {
    flex-direction: row;
    align-items: center;
  }
  .archive-order {
    margin-right: 1.625rem;
  }
  .archive-search {
    min-width: 15.25rem;
  }
  .archive-page__description,
  .archive-page__excerpt {
    max-width: 49.75rem;
  }
  .archive-page__header {
    margin-top: 10rem;
    margin-bottom: 1.25rem;
  }
  .archive-page__banner {
    margin: 5rem 0rem;
  }
  .search-content {
    margin-bottom: 5rem;
  }
  .search-archive .archive-page__header {
    margin-bottom: 7rem;
  }
  .archive-page__header--border-line {
    padding-bottom: 7rem;
    margin-bottom: 7rem;
  }
  .archive--vo-document .archive-page__description {
    max-width: 49.6875rem;
  }
}
.vo-block-list,
.wp-block-list {
  padding-left: 1.25em;
  margin-top: 1em;
  margin-bottom: 0;
  margin-left: 2rem;
  color: var(--vo-color-dark-grey);
}

@media (min-width: 40em) {
  .vo-block-list,
  .wp-block-list {
    margin-left: 4rem;
  }
}
.vo-block-list ul,
.wp-block-list ul {
  margin-left: 1rem;
}

@media (min-width: 40em) {
  .vo-block-list ul,
  .wp-block-list ul {
    margin-left: 2rem;
  }
}
.vo-block-list li:not(:first-child),
.wp-block-list li:not(:first-child) {
  margin-top: 0.7em;
}

.vo-block-list li::marker,
.wp-block-list li::marker {
  color: var(--vo-color-green);
  font-weight: 400;
}

.single .vo-block-paragraph.is-style-lead,
.page .vo-block-paragraph.is-style-lead,
.wp-block-paragraph.is-style-lead {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--vo-color-black);
  max-width: 49.75rem;
  line-height: 2.25rem;
}
@media (min-width: 40em) {
  .single .vo-block-paragraph.is-style-lead,
  .page .vo-block-paragraph.is-style-lead,
  .wp-block-paragraph.is-style-lead {
    font-size: 1.5rem;
  }
}

.page .vo-block-paragraph.is-style-align-right,
.wp-block-paragraph.is-style-align-right {
  display: block;
  max-width: 40rem;
  margin-left: auto;
}

.vo-block-paragraph {
  color: var(--vo-color-dark-grey);
}

.focus {
  background-color: var(--vo-color-light-grey);
  padding: 2rem;
}

.focus__area {
  margin-bottom: 3rem;
}

.focus__area-header {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.focus__area-excerpt {
  color: var(--vo-color-dark-grey);
  line-height: 1.625rem;
}

@media (min-width: 64em) {
  .focus {
    padding: 7rem 5.75rem 5.5rem 4rem;
  }
  .focus__area {
    margin-bottom: 4rem;
  }
  .focus__area-header {
    margin-bottom: 2rem;
  }
}
.hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 42.1875rem;
  color: var(--vo-color-white);
  position: relative;
}

.hero::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  z-index: 5;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), transparent 100%);
}

.hero__wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr auto;
  height: 100%;
}

.hero__intro {
  z-index: 10;
  padding: 2rem 0rem;
  display: flex;
  flex-direction: column;
}

.hero__content {
  align-self: flex-end;
  background-color: var(--vo-color-green);
  padding: 2rem;
  margin-bottom: -6.25rem;
  z-index: 20;
}

.hero__content .link {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.hero__content-title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.hero__content-excerpt {
  margin-bottom: 1.5rem;
}

.hero__title {
  font-weight: 400;
  margin-top: 3.75rem;
  margin-bottom: 2rem;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.hero__action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.hero__action svg {
  height: 2.1875rem;
  width: 2.1875rem;
  margin-top: 0.625rem;
  fill: var(--vo-color-white);
  transition: inherit;
  filter: drop-shadow(0px 14px 6px rgba(0, 0, 0, 0.01)) drop-shadow(0px 8px 5px rgba(0, 0, 0, 0.05)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.09)) drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
}

.hero__action:hover {
  color: var(--vo-color-gold);
}
.hero__action:hover svg {
  transform: scale(1.2);
  fill: var(--vo-color-gold);
}

.quote-container {
  margin-top: 9.375rem;
  text-align: center;
}

.quote-container h1 {
  font-weight: 400;
  font-size: 2rem;
  margin-inline: auto;
  margin-bottom: 0;
  margin-top: 0;
}

.hero video {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.button--hide {
  display: none;
}

.button--show {
  display: flex;
}

.hero__action-wrapper {
  display: flex;
  gap: 2rem;
  margin-top: auto;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.action--show {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.action--hide {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.hero__action-wrapper > * {
  flex-shrink: 0;
  min-width: 7.5rem;
}

@media (min-width: 40em) {
  .quote-container {
    margin-top: 12.5rem;
  }
  .hero__quote {
    max-width: 25rem;
  }
}
@media (min-width: 64em) {
  .hero::before {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3), transparent 100%);
  }
  .hero__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 6.25rem;
    height: 100%;
  }
  .hero__intro {
    align-self: center;
    margin-top: -6.25rem;
    padding: 0;
  }
  .hero__content {
    padding: 2rem 5.375rem 4.0625rem 2rem;
  }
  .hero__content-title {
    margin-top: 0;
    margin-bottom: 2rem;
  }
  .hero__content-excerpt {
    margin-bottom: 2rem;
  }
  .quote-container {
    margin-top: 16.625rem;
  }
  .quote-container h1 {
    font-weight: 400;
    font-size: 4rem;
    margin-inline: auto;
  }
  .hero__action-wrapper {
    position: absolute;
    padding: 2rem 1rem;
    bottom: 0;
    left: 0;
  }
  .hero__quote {
    max-width: 43.9375rem;
  }
}
.home-highlights .slider__track {
  padding-top: 48px;
}

.quote-card {
  color: var(--vo-color-white);
  padding: 2.8125rem;
  text-align: center;
  position: relative;
  background-image: url("/wp-content/themes/vo-theme/dist/assets/commas.53610a83.svg");
  background-repeat: no-repeat;
  background-size: 13.75rem 9.5rem;
  background-position: left 2.5rem center;
}

.quote-card__author::before {
  display: inline-block;
  content: "—";
  margin-right: 0.5rem;
}

.quote-slide {
  vertical-align: middle !important;
}

@media (min-width: 64em) {
  .quote-card {
    padding: 5.75rem 12.625rem 5rem 12.625rem;
    background-position: left 5rem center;
  }
}
.home-partners > .link {
  margin-left: auto;
}

.partner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto 10.9375rem;
  margin-bottom: 2.5rem;
}

.partner-block {
  grid-row: 4/span 2;
  grid-column: 1/span 2;
  color: var(--vo-color-white);
  padding: 2rem 3.125rem 3.3125rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.partner-block .border-header {
  margin-top: 0;
}

.partner-grid__card {
  height: 10.9375rem;
  padding: 3.125rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-grid__card img {
  max-height: 100%;
  width: auto;
}

.partner-grid__card:nth-of-type(2),
.partner-grid__card:nth-of-type(3),
.partner-grid__card:nth-of-type(6),
.partner-grid__card:nth-of-type(7),
.partner-grid__card:nth-of-type(10),
.partner-grid__card:nth-of-type(11) {
  background-color: var(--vo-color-light-grey);
}

@media (min-width: 64em) {
  .partner-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .partner-block {
    grid-row: 2/span 2;
    grid-column: 3/span 2;
  }
  .partner-grid__card:nth-of-type(3),
  .partner-grid__card:nth-of-type(6),
  .partner-grid__card:nth-of-type(7),
  .partner-grid__card:nth-of-type(10) {
    background-color: transparent;
  }
  .partner-grid__card:nth-child(4),
  .partner-grid__card:nth-child(5),
  .partner-grid__card:nth-child(8),
  .partner-grid__card:nth-child(9) {
    background-color: var(--vo-color-light-grey);
  }
}
.home .zoom-instagram {
  margin-top: 6.25rem !important;
  margin-bottom: 15.625rem !important;
}

.single .zoom-instagram {
  margin-top: 5rem !important;
  margin-bottom: 11.25rem !important;
}

.zoom-instagram-widget__header-user a {
  color: var(--vo-color-black);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem !important;
  font-weight: 400;
}

.zoom-instagram-widget__header-user a::before {
  content: "";
  background-image: url("/wp-content/themes/vo-theme/dist/assets/instagram.6d511103.svg");
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  border-radius: 4px;
}

.zoom-instagram-widget__header-user a::after {
  content: "follow";
  color: var(--vo-color-blue);
  display: inline-block;
  font-weight: 700;
}

@media (max-width: 63.99em) {
  .zoom-instagram-widget__items.layout-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.vo-block-rows__main-title {
  color: var(--vo-color-dark-grey);
}

.vo-block-rows__item {
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  cursor: pointer;
  position: relative;
}

.vo-block-rows__item-title {
  margin-top: 0;
  margin-bottom: 0;
}

.vo-block-rows__item-inner {
  justify-content: space-between;
  grid-template-columns: 25rem auto;
  gap: 5.75rem;
  display: flex;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 1rem 0rem;
  align-items: center;
}

.vo-block-rows__header {
  display: flex;
  align-items: center;
  gap: 2rem;
  min-width: 40%;
}

.vo-block-rows__item-image {
  flex-shrink: 0;
  height: 7.5rem;
  width: 5rem;
}
.vo-block-rows__item-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.vo-block-rows__item:not(.vo-block-rows__has-image) .vo-block-rows__item-image {
  height: 2rem;
}

.row-item__body {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.vo-block-rows__anchor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.vo-block-rows__item:hover .vo-block-rows__arrow {
  background: var(--vo-color-gold);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 14px 6px rgba(0, 0, 0, 0.01), 0px 8px 5px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  transform: translateX(10px);
}

@media (max-width: 39.99em) {
  .vo-block-rows__item-inner {
    justify-content: flex-start;
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 40em) {
  .vo-block-rows__item:hover {
    box-shadow: 0px 83px 33px rgba(0, 0, 0, 0.01), 0px 47px 28px rgba(0, 0, 0, 0.04), 0px 21px 21px rgba(0, 0, 0, 0.07), 0px 5px 11px rgba(0, 0, 0, 0.08), 0px -4px 20px rgba(0, 0, 0, 0.08);
  }
  .vo-block-rows__item:hover .vo-block-rows__item-inner {
    border-color: transparent;
  }
}
@media (min-width: 40em) {
  .vo-block-rows__item-inner {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    padding: 2rem 0rem;
  }
}
.vo-block-rows__item-image {
  display: none;
}

.vo-block-rows__arrow {
  width: 2rem;
  height: 2rem;
  align-self: flex-end;
}

.vo-block-rows__item-description {
  color: var(--vo-color-dark-grey);
  margin-bottom: 0;
}

@media (min-width: 40em) {
  .vo-block-rows__item-title {
    width: 100%;
    max-width: 17.8125rem;
  }
  .vo-block-rows__item-description {
    width: 100%;
    max-width: 36.25rem;
    margin: 0;
    padding: 0rem 0rem 0rem 3.75rem;
  }
  .vo-block-rows__item-image {
    max-width: 5rem;
    display: block;
  }
  .vo-block-rows__arrow {
    margin-left: auto;
    transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
    align-self: inherit;
  }
}
.facts {
  background-color: var(--vo-color-green);
  color: var(--vo-color-white);
  padding: 2rem;
}

.facts--grants {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

@media (min-width: 64em) {
  .facts {
    padding: 7rem 5.75rem 5.5rem 4rem;
  }
  .facts--grants {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
/**
 * Fact
 */
.fact {
  position: relative;
  padding: 1rem 1rem 2rem 1rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  height: 100%;
}

.fact::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: var(--fact-square-color);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.fact__title {
  margin-top: 0;
  max-width: 14.0625rem;
}

.fact__description {
  margin-bottom: 1.875rem;
}

.fact__arrow {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  bottom: 2rem;
  right: 1rem;
  color: var(--vo-color-white);
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.fact__arrow svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.fact .link {
  visibility: hidden;
  opacity: 0;
}

.fact__anchor {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fact:hover {
  padding: 2rem 2rem 2rem 2rem;
  color: var(--vo-color-black);
  background: var(--vo-color-white);
  box-shadow: 0px 115px 46px rgba(0, 0, 0, 0.01), 0px 64px 39px rgba(0, 0, 0, 0.03), 0px 29px 29px rgba(0, 0, 0, 0.04), 0px 7px 16px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 20px rgba(0, 0, 0, 0.08);
  margin-top: -8px;
  margin-left: -8px;
  margin-bottom: -8px;
}
.fact:hover::before {
  top: 16px;
  left: 16px;
}
.fact:hover .link {
  opacity: 1;
  visibility: visible;
}
.fact:hover .fact__arrow {
  transform: translateX(-20px);
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 40em) {
  .gallery {
    flex-direction: row;
  }
}
@media (min-width: 40em) {
  .gallery__main {
    width: 50%;
  }
}
.gallery__secondary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}

.gallery__secondary .gallery__item[data-half="0"] {
  width: 100%;
}

.gallery__secondary .gallery__item[data-half="1"] {
  width: calc(50% - 16px);
}

@media (min-width: 40em) {
  .gallery__secondary {
    width: 50%;
  }
}
.gallery__item {
  aspect-ratio: var(--aspect-ratio);
  background: var(--vo-color-light-grey);
  position: relative;
}

.gallery__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-item {
  max-width: 34.375rem;
}

.single-item__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding-bottom: 2rem;
}
.single-item__wrapper h3 {
  margin-bottom: 0;
}
.single-item__wrapper img {
  max-height: 14.6875rem;
}

.single-item__title {
  color: var(--vo-color-black);
  text-decoration: none;
  margin: 0;
  font-weight: 500;
  line-height: 1.625rem;
}

.single-item__title:hover {
  color: var(--vo-color-blue);
}

.home-banner {
  background-color: #0097a9;
  color: #fff;
  padding: 1.5625rem;
  margin-block: 1.5625rem;
  max-width: 35.375rem;
}

.home-banner__text {
  margin-bottom: 2rem;
}

@media (min-width: 64em) {
  .home-banner {
    padding: 3.125rem;
    margin-block: 3.125rem;
  }
}
.quiz {
  background-color: var(--vo-color-light-grey);
  position: relative;
  overflow: hidden;
}

.quiz.grid {
  gap: 0;
}

.quiz__content {
  padding-inline: 1.5rem;
  padding-block: 1.5rem;
  grid-column: span 4/span 4;
  position: relative;
  z-index: 15;
  transition: transform 0.7s ease-in-out;
  margin-top: -7.5%;
}

.quiz__content .border-header {
  max-width: 18.75rem;
}

.quiz__description {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.125rem;
}

.quiz__media {
  grid-column: 1/-1;
  aspect-ratio: 27/16;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  transition: transform 0.7s ease-in-out;
  position: relative;
  z-index: 14;
  margin-bottom: -7.5%;
}

.quiz__media-item {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  grid-row-start: 1;
  grid-row-end: 2;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 8px 5px 0px rgba(0, 0, 0, 0.05), 0px 14px 6px 0px rgba(0, 0, 0, 0.01), 0px 22px 6px 0px rgba(0, 0, 0, 0);
}

.quiz__media-item :is(video, img),
.quiz__confirmation-media-item :is(video, img) {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.quiz__media-item:nth-of-type(1) {
  aspect-ratio: 1/1;
  grid-column: 1/span 4;
  margin-top: 20%;
  width: 110%;
}

.quiz__media-item:nth-of-type(2) {
  aspect-ratio: 1.5/1;
  grid-column: 4/span 4;
  width: 110%;
  justify-self: flex-end;
  z-index: 9;
}

.quiz__media-item:nth-of-type(3) {
  aspect-ratio: 1/1.5;
  grid-column: 11/span 2;
  margin-top: 40%;
  width: 120%;
  justify-self: flex-end;
  z-index: 7;
}

.quiz__media-item:nth-of-type(4) {
  aspect-ratio: 1/1;
  grid-column: 8/span 3;
  align-self: flex-end;
  margin-bottom: 30%;
  margin-left: 10%;
  margin-right: -10%;
}

.quiz__media-item:nth-of-type(5) {
  aspect-ratio: 1/1;
  grid-column: 11/span 2;
  align-self: flex-end;
  margin-right: 10%;
  margin-left: -10%;
  z-index: 9;
}

.quiz__media-item:nth-of-type(6) {
  aspect-ratio: 1/1;
  grid-column: 7/span 4;
  margin-top: 5%;
  margin-left: 15%;
  margin-right: -15%;
  z-index: 8;
}

.quiz__media-item:nth-of-type(7) {
  aspect-ratio: 1/1;
  grid-column: 7/span 2;
  align-self: center;
  z-index: 10;
}

.quiz__media-item:nth-of-type(8) {
  aspect-ratio: 1/1.5;
  grid-column: 1/span 2;
  width: 75%;
  z-index: 10;
}

.quiz__confirmation {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
}

.quiz__confirmation-media {
  overflow: hidden;
  height: 30%;
  transition: transform 0.7s ease-in-out;
  transform: translateY(-100%);
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.quiz__confirmation-content {
  height: 70%;
  padding: 1.5rem 1.5rem 6.25rem 1.5rem;
  transition: transform 0.7s ease-in-out;
  transform: translateY(100%);
}

.quiz__confirmation-inner {
  height: 100%;
  overflow-y: auto;
}
.quiz__confirmation-inner > * {
  margin-top: 0;
}

.quiz__confirmation-share {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 8px 5px 0px rgba(0, 0, 0, 0.05), 0px 14px 6px 0px rgba(0, 0, 0, 0.01), 0px 22px 6px 0px rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  background-color: var(--vo-color-white);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.quiz__confirmation-share span {
  font-weight: 500;
  display: none;
}

.quiz__confirmation-share .quiz__confirmation-links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.quiz__confirmation-share .social-button {
  background-color: var(--vo-color-gold);
}

.quiz__confirmation-media-item {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  grid-row-start: 1;
  grid-row-end: 2;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 8px 5px 0px rgba(0, 0, 0, 0.05), 0px 14px 6px 0px rgba(0, 0, 0, 0.01), 0px 22px 6px 0px rgba(0, 0, 0, 0);
}

.quiz__confirmation-media-item:nth-of-type(1) {
  aspect-ratio: 1/1.5;
  grid-column: 1/span 3;
  z-index: 5;
}

.quiz__confirmation-media-item:nth-of-type(2) {
  aspect-ratio: 2/1;
  grid-column: 2/span 6;
  z-index: 4;
}

.quiz__confirmation-media-item:nth-of-type(3) {
  aspect-ratio: 1.5/2;
  grid-column: 7/span 3;
  align-self: center;
  z-index: 4;
}

.quiz__confirmation-media-item:nth-of-type(4) {
  aspect-ratio: 1/1;
  grid-column: 10/span 3;
  z-index: 3;
}

.quiz__confirmation-media-item:nth-of-type(5) {
  aspect-ratio: 1/1;
  grid-column: 11/span 2;
  align-self: flex-end;
  z-index: 4;
}

.quiz--ended .quiz__media,
.quiz--started .quiz__media {
  transform: translateY(-110%);
}

.quiz--ended .quiz__content,
.quiz--started .quiz__content {
  transform: translateY(110%);
}

.quiz--ended .quiz__confirmation-media {
  transform: translateY(0);
}

.quiz--ended .quiz__confirmation-content {
  transform: translateY(0);
}

@media (min-width: 40em) {
  .quiz__content {
    grid-column: 2/-2;
    padding-inline: 0;
    padding-block: 2rem 3rem;
  }
  .quiz__media {
    margin-inline: 0;
  }
  .quiz__content .border-header {
    max-width: none;
  }
  .quiz__confirmation-content {
    padding: 2rem 2rem 7.5rem 2rem;
  }
  .quiz__confirmation-share {
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
  }
  .quiz__confirmation-share span {
    display: inline-block;
  }
  .quiz__confirmation-media {
    height: 40%;
  }
  .quiz__confirmation-content {
    height: 60%;
  }
}
@media (min-width: 64em) {
  .quiz__content {
    grid-column: 3/-3;
    padding-block: 3.75rem 4.625rem;
  }
  .quiz__description {
    font-size: 1.5rem;
  }
  .quiz__confirmation {
    display: flex;
  }
  .quiz__confirmation-media {
    height: 100%;
    width: 40%;
  }
  .quiz__confirmation-content {
    height: 100%;
    width: 60%;
  }
  .quiz__confirmation-content {
    padding: 3.75rem 3.75rem 7.5rem 3.75rem;
  }
  .quiz__confirmation-share {
    bottom: 3.75rem;
    left: 3.75rem;
    right: 3.75rem;
  }
  .quiz__confirmation-media-item:nth-of-type(1) {
    grid-column: 1/span 6;
  }
  .quiz__confirmation-media-item:nth-of-type(2) {
    grid-column: 4/span 9;
  }
  .quiz__confirmation-media-item:nth-of-type(3) {
    grid-column: 1/span 6;
    align-self: flex-end;
    margin-bottom: 3.75rem;
  }
  .quiz__confirmation-media-item:nth-of-type(4) {
    grid-column: 3/span 9;
    align-self: center;
    margin-bottom: 3.75rem;
  }
  .quiz__confirmation-media-item:nth-of-type(5) {
    grid-column: 8/span 5;
    align-self: center;
    transform: translateY(75%);
  }
}
.quiz__step {
  position: absolute;
  z-index: 5;
  inset: 0;
  height: 100%;
  width: 100%;
  display: flex;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
  transform: translateX(100%);
  opacity: 0;
}

.quiz__step-inner {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 7.5rem;
}

.quiz__step-inner :is(.wp-video, img) {
  margin-block: 1em 2em;
}

.quiz__step-footer {
  z-index: 5;
  height: 6.25rem;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0rem 2rem;
  background-image: linear-gradient(2deg, #F5F5F5 37.3%, rgba(245, 245, 245, 0) 85.31%);
}

.quiz__step-answer-card {
  margin-bottom: 1.5rem;
  padding: 1.5rem 0rem;
}
.quiz__step-answer-card h3 {
  margin-top: 0;
  margin-bottom: 0.25rem;
}
.quiz__step-answer-card p {
  color: var(--vo-color-dark-grey);
}

.quiz__step-question span {
  font-weight: 500;
}

.quiz__step-question h3 {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  margin-top: 0.5rem;
}

.quiz__step-explanation,
.quiz__step-question {
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  padding: 2rem;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
  transform: translateX(150%);
  z-index: 5;
  opacity: 0;
  position: relative;
}

.quiz__step-explanation .link {
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
}

.quiz__step-result {
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz__step-answers {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.quiz__step-result img {
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: -1;
}

.quiz__step-card {
  width: calc(100% - 2rem);
  max-height: calc(100% - 2rem);
  padding: 1.5rem;
  transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
  opacity: 0;
  transform: translateX(150%);
  display: flex;
  flex-direction: column;
  z-index: 5;
}

.quiz__step-card-button {
  height: 2.5rem;
  width: 2.5rem;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  color: inherit;
  z-index: 10;
}
.quiz__step-card-button svg {
  height: 2rem;
  width: 2rem;
  fill: currentColor;
}

.quiz__step-card-inner {
  position: absolute;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}

.quiz--started .quiz__step[aria-expanded=true] {
  transform: translateX(0);
  opacity: 100;
}

.quiz__step[aria-expanded=true].fase--answer .quiz__step-question {
  transform: translateX(0);
  opacity: 100;
}

.quiz__step[aria-expanded=true]:is(.fase--correct, .fase--incorrect, .fase--almost) {
  transform: translateX(-100%);
}

.quiz__step[aria-expanded=true]:is(.fase--correct, .fase--incorrect, .fase--almost) .quiz__step-question {
  transform: translateX(-150%);
  opacity: 0;
}

.quiz__step[aria-expanded=true].fase--correct .quiz__step-card {
  background-color: var(--vo-color-green);
  color: var(--vo-color-white);
  opacity: 100;
  transform: translateX(0);
}
.quiz__step[aria-expanded=true].fase--correct .quiz__step-card .quiz__step-card-inner.card--correct {
  position: static;
  opacity: 100;
}

.quiz__step[aria-expanded=true].fase--incorrect .quiz__step-card {
  background-color: var(--vo-color-gold);
  opacity: 100;
  transform: translateX(0);
}
.quiz__step[aria-expanded=true].fase--incorrect .quiz__step-card .quiz__step-card-inner.card--incorrect {
  position: static;
  opacity: 100;
}

.quiz__step[aria-expanded=true].fase--almost .quiz__step-card {
  background-color: var(--vo-color-gold);
  opacity: 100;
  transform: translateX(0);
}
.quiz__step[aria-expanded=true].fase--almost .quiz__step-card .quiz__step-card-inner.card--almost {
  position: static;
  opacity: 100;
}

.quiz__step[aria-expanded=true].fase--explanation {
  transform: translateX(-200%);
}

.quiz__step[aria-expanded=true].fase--explanation .quiz__step-card {
  transform: translateX(-150%);
}

.quiz__step[aria-expanded=true].fase--explanation .quiz__step-explanation {
  transform: translateX(0);
  opacity: 100;
}

.quiz__step[aria-expanded=true].fase--finished {
  transform: translateX(-300%);
  opacity: 0;
}

.quiz__step[aria-expanded=true].fase--finished .quiz__step-explanation {
  transform: translateX(-150%);
  opacity: 0;
}

@media (min-width: 40em) {
  .quiz__step-question,
  .quiz__step-explanation {
    padding: 5rem 3.75rem 2rem 3.75rem;
  }
  .quiz__step-question h3 {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
  }
  .quiz__step-card {
    width: 100%;
    max-width: 32.5rem;
    padding: 2.625rem 3.75rem;
  }
  .quiz__step-footer {
    padding: 0rem 3.75rem;
  }
}
@media (min-width: 64em) {
  .quiz__step-explanation,
  .quiz__step-question {
    width: 60%;
  }
  .quiz__step-question h3 {
    font-size: 2rem;
    margin-bottom: 4.5rem;
  }
  .quiz__step-question button {
    width: 130%;
  }
  .quiz__step-answer-card {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 8px 5px 0px rgba(0, 0, 0, 0.05), 0px 14px 6px 0px rgba(0, 0, 0, 0.01), 0px 22px 6px 0px rgba(0, 0, 0, 0);
    background-color: var(--vo-color-white);
    padding: 2.125rem 2rem;
    margin-bottom: 0;
    position: absolute;
    bottom: 6rem;
    left: 0;
    z-index: 10;
    transform: translateX(calc(-100% + 30px));
    max-width: 21rem;
  }
  .quiz__step-answer-card.is--static {
    position: static;
    max-width: 100%;
    transform: translateX(0);
    box-shadow: none;
    background-color: transparent;
  }
  .quiz__step[aria-expanded=true]:is(.fase--correct, .fase--incorrect, .fase--almost) {
    transform: translateX(-60%);
  }
  .quiz__step[aria-expanded=true].fase--explanation {
    transform: translateX(-120%);
  }
  .quiz__step[aria-expanded=true].fase--finished {
    transform: translateX(-180%);
  }
}
.week-banner {
  margin-inline: -1.5rem;
  background-color: #f0b902;
  margin-block: 1.5625rem;
}

.week-banner__header {
  position: relative;
  aspect-ratio: 1/1;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.week-banner__header::before {
  position: absolute;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}

.week-banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

.week-banner__image-title {
  position: relative;
  z-index: 3;
  color: #fff;
  font-size: 2.625rem;
  line-height: 1.1;
  margin: 0;
}

.week-banner__image-year {
  position: relative;
  z-index: 3;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  font-size: 1.75rem;
  line-height: 100%;
  margin-top: 0.625rem;
}

.week-banner__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}

.week-banner__title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.week-banner .link.link--arrow-white:hover {
  color: #000;
}

@media (max-width: 63.99em) {
  .week-banner.grid {
    row-gap: 0;
  }
}
@media (min-width: 64em) {
  .week-banner {
    margin-inline: 0;
    margin-block: 3.125rem;
  }
  .week-banner__header {
    grid-column: 1/span 4 !important;
    grid-row: 1/2;
    margin-right: -2rem;
    aspect-ratio: unset;
    min-height: 100%;
    padding: 4rem;
  }
  .week-banner__body {
    grid-column: 6/span 6 !important;
    grid-row: 1/2;
    padding-inline: 0;
    padding-block: 3.25rem 2.5rem;
  }
}
.wp-block-button__link, .wp-block-button .wp-block-button__link, .wide-button, .button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1em 2em;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--vo-color-gold);
  color: var(--vo-color-black);
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  border-radius: 4.375rem;
  box-shadow: 0px 47px 19px rgba(0, 0, 0, 0.01), 0px 26px 16px rgba(0, 0, 0, 0.04), 0px 12px 12px rgba(0, 0, 0, 0.07), 0px 3px 6px rgba(0, 0, 0, 0.08), 0px 0px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.wp-block-button__link:hover .button-icon, .wide-button:hover .button-icon, .button:hover .button-icon {
  transform: translateX(0.625rem);
}
.wp-block-button__link:link, .wide-button:link, .button:link {
  color: var(--vo-color-black);
}

.button-icon {
  background-color: var(--vo-color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
  flex-shrink: 0;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.button-icon svg {
  fill: var(--vo-color-black);
  height: 1.5rem;
  width: 1.5rem;
}

.social-button {
  background-color: var(--vo-color-white);
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.social-button .icon {
  height: 1.25rem;
  width: 1.25rem;
}
.social-button .icon.icon--instagram {
  width: 1.125rem;
}
.social-button:hover {
  background-color: var(--vo-color-yellow);
}

.button--bottom {
  display: flex;
  flex-direction: column;
}
.button--bottom > *:last-child {
  margin-top: auto;
}

.button.button--full {
  justify-content: space-between;
  width: 100%;
}

.wide-button {
  background-color: var(--vo-color-white);
  padding: 1rem 0.875rem;
  width: 100%;
  gap: 1.625rem;
}
@media (min-width: 40em) {
  .wide-button {
    padding: 1.375rem 1.25rem;
  }
}
.wide-button:hover {
  background-color: var(--vo-color-gold);
}
.wide-button:hover .wide-button__arrow {
  background-color: var(--vo-color-white);
}

.wide-button__arrow {
  background-color: var(--vo-color-gold);
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.09), 0px 8px 5px 0px rgba(0, 0, 0, 0.05), 0px 14px 6px 0px rgba(0, 0, 0, 0.01), 0px 22px 6px 0px rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
@media (min-width: 40em) {
  .wide-button__arrow {
    height: 2rem;
    width: 2rem;
  }
}
.wide-button__arrow svg {
  width: 1.5rem;
  height: 1.5rem;
}

.sharp-button {
  display: inline-flex;
  text-decoration: none;
  color: var(--vo-color-black);
  font-weight: 500;
  background-color: var(--vo-color-white);
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  line-height: 1.5;
}
@media (min-width: 40em) {
  .sharp-button {
    font-size: 1.5rem;
  }
}
.sharp-button:hover, .sharp-button:focus {
  background-color: var(--vo-color-gold);
  color: var(--vo-color-black);
}

.wp-block-button.is-style-secondary .wp-block-button__link, .link {
  text-decoration: none;
  color: var(--vo-color-black);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.wp-block-button.is-style-secondary .wp-block-button__link svg, .link svg {
  width: 1.5rem;
  height: 1.5rem;
}

.link-icon {
  background-color: var(--vo-color-gold);
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 14px 6px rgba(0, 0, 0, 0.01), 0px 8px 5px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  transition: inherit;
}

.link:hover {
  color: var(--vo-color-gold);
}
.link:hover .link-icon {
  transform: translateX(0.625rem);
}

.link--white {
  color: var(--vo-color-white);
}

.link--arrow-white .link-icon {
  background-color: #fff;
}

.is-style-secondary .wp-block-button__link {
  background: transparent;
  box-shadow: none;
  padding: 0;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.is-style-secondary .wp-block-button__link::after {
  content: "";
  height: 2rem;
  width: 2rem;
  background-color: var(--vo-color-gold);
  border-radius: 50%;
  right: 0;
  background-image: url("/wp-content/themes/vo-theme/dist/assets/arrow-right.95567a65.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: center center;
  box-shadow: 0px 14px 6px rgba(0, 0, 0, 0.01), 0px 8px 5px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
  transition: inherit;
}

.is-style-secondary .wp-block-button__link:hover {
  color: var(--vo-color-gold);
}
.is-style-secondary .wp-block-button__link:hover::after {
  transform: translateX(0.625rem);
}

.wp-block-button__link:visited {
  color: var(--vo-color-black);
}

.wp-block-button .wp-block-button__link {
  position: relative;
  padding: 1rem 4.75rem 1rem 1.5rem;
}

.wp-block-button {
  position: relative;
}

.wp-block-button::after {
  content: "";
  position: absolute;
  background-color: var(--vo-color-white);
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/vo-theme/dist/assets/arrow-right.95567a65.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: center center;
  pointer-events: none;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.wp-block-button.is-style-secondary .wp-block-button__link {
  padding-left: 0;
}

.wp-block-button.is-style-secondary::after {
  content: none;
}

.wp-block-buttons {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.wp-block-column.has-background {
  padding: 2.5rem;
}

:root .wp-block-columns {
  gap: 2rem;
}

.wp-block-columns.has-background {
  padding: 2rem;
}

.wp-block-columns.is-style-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 2.5rem;
}

.wp-block-column.is-style-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.25rem;
}

@media (min-width: 64em) {
  :root .wp-block-columns {
    gap: 5rem;
  }
  .wp-block-columns.has-background {
    padding: 4rem 5rem;
  }
  .wp-block-columns.is-style-border-bottom {
    padding-bottom: 5rem;
  }
  .wp-block-column.is-style-border-bottom {
    padding-bottom: 2.5rem;
  }
}
.wp-block-video,
.wp-block-embed {
  position: relative;
}

.wp-block-video figcaption,
.wp-block-embed figcaption {
  font-size: 1.25rem;
  margin: 0;
  color: var(--vo-color-white);
  position: absolute;
  bottom: 5rem;
  left: 1.25rem;
  max-width: 15.9375rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  z-index: 10;
  font-weight: 500;
}
@media (min-width: 40em) {
  .wp-block-video figcaption,
  .wp-block-embed figcaption {
    font-size: 1.5rem;
  }
}

.wp-block-video.has-media-controls-hidden .video-play-button,
.wp-block-embed.has-media-controls-hidden .video-play-button,
.wp-block-video.has-media-controls-hidden figcaption,
.wp-block-embed.has-media-controls-hidden figcaption {
  opacity: 1;
  visibility: visible;
}

.wp-block-video .video-play-button,
.wp-block-embed .video-play-button {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.wp-block-group:not(:first-child) {
  margin-top: var(--vo-font-size-5);
}

.wp-block-group:not(:last-child) {
  margin-bottom: var(--vo-font-size-5);
}

.wp-block-group > * {
  max-width: none !important;
}

.wp-block-group.has-background {
  padding: 2rem;
}

.editor-styles-wrapper .wp-block-group.has-background {
  padding: 2rem !important;
}

.editor-styles-wrapper .wp-block-group > :first-child {
  margin-top: 0;
}

.editor-styles-wrapper .wp-block-group > :last-child {
  margin-bottom: 0;
}

.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-image figcaption {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.15px;
  line-height: 1.25rem;
  color: var(--vo-color-dark-grey);
}

.wp-block-image.is-style-aligned-half-right,
.wp-block-image.is-style-aligned-half-left {
  display: flex;
  flex-direction: column;
}

.wp-block-image.is-style-aligned-half-right {
  align-items: flex-end;
}

.wp-block-image.is-style-aligned-half-left {
  align-items: flex-start;
}

@media (min-width: 64em) {
  .wp-block-image.is-style-aligned-half-right {
    margin-right: 5.625rem;
  }
  .wp-block-image.is-style-aligned-half-left {
    margin-left: 5.625rem;
  }
}
.wp-block-pullquote {
  padding: 0;
}

.wp-block-pullquote:not(:first-child) {
  margin-top: var(--vo-font-size-5);
}

.wp-block-pullquote:not(:last-child) {
  margin-bottom: var(--vo-font-size-5);
}

.wp-block-pullquote p,
.editor-styles-wrapper .wp-block-pullquote div:first-of-type {
  margin-bottom: 0;
  font-size: var(--vo-font-size-3, 2.5em);
  font-weight: 700;
  line-height: inherit;
}

.wp-block-pullquote cite,
.editor-styles-wrapper .wp-block-pullquote div:last-of-type {
  display: block;
  margin-top: 1em;
  font-size: var(--vo-font-size--1, 1em);
  font-style: italic;
  line-height: inherit;
}

.wp-block-quote {
  padding: 0rem 0rem 0rem 2rem;
  margin-left: 4rem;
  display: flex;
  border-left: 4px solid var(--vo-color-gold);
  margin-right: 0;
  flex-direction: column;
  gap: 1rem;
  color: var(--vo-color-dark-grey);
}

.wp-block-quote p {
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  max-width: 26.875rem;
  line-height: 3rem;
}
@media (min-width: 40em) {
  .wp-block-quote p {
    font-size: 2rem;
  }
}

.wp-block-quote cite {
  display: block;
  font-size: 1rem;
  font-style: normal;
  display: flex;
  gap: 0.25rem;
  line-height: 1.625rem;
}
.wp-block-quote cite::before {
  content: "—";
}

.wp-block-separator {
  display: block;
  width: 100%;
  height: 2px;
  border: 0;
  background-color: currentColor;
}

.wp-block-separator:not(:first-child) {
  margin-top: var(--vo-font-size-5);
}

.wp-block-separator:not(:last-child) {
  margin-bottom: var(--vo-font-size-5);
}

.wp-block-table:not(:first-child) {
  margin-top: var(--vo-font-size-3);
}

.wp-block-table:not(:last-child) {
  margin-bottom: var(--vo-font-size-3);
}

.wp-block-table table {
  border-collapse: collapse;
}

.wp-block-table th,
.wp-block-table td {
  padding: 0.5em;
  border: 1px solid currentColor;
}

.wp-block-table figcaption {
  display: block;
  margin-top: 0.5em;
  color: inherit;
  font-size: var(--vo-font-size--1, 1em);
  text-align: inherit;
}

.wp-block-file {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0rem 0rem 1.25rem 0rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.wp-block-file a {
  font-size: 1rem;
  color: var(--vo-color-black);
  text-decoration: none;
}
@media (min-width: 40em) {
  .wp-block-file a {
    font-size: 1.125rem;
  }
}

.wp-block-file a:hover {
  color: var(--vo-color-blue);
}

.wp-block-file .wp-block-file__embed {
  width: 100%;
  margin: 0rem 0rem 1.25rem 0rem;
}

.wp-block-file .wp-block-file__button {
  margin-left: auto;
  font-size: 0;
  padding: 0;
  background: transparent;
  display: flex;
  align-items: center;
}

.wp-block-file .wp-block-file__button::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.143 3.976l1.723-1.723a2.429 2.429 0 0 1 3.447 0 2.428 2.428 0 0 1 0 3.447L9.552 8.462a2.429 2.429 0 0 1-3.448 0 2.468 2.468 0 0 1-.313-.372' stroke='%23626262' stroke-width='1.25' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.889 11.013l-1.724 1.724a2.428 2.428 0 0 1-3.447 0 2.43 2.43 0 0 1 0-3.448l2.761-2.761a2.429 2.429 0 0 1 3.448 0c.116.113.221.238.313.372' stroke='%23626262' stroke-width='1.25' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.wp-block-media-text {
  gap: 1.25rem;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}

@media (min-width: 40em) {
  .wp-block-media-text {
    gap: 2.5rem;
  }
}
@media (min-width: 64em) {
  .wp-block-media-text {
    gap: 5.5rem;
  }
  .wp-block-media-text .wp-block-media-text__media {
    padding-left: 5.75rem;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding-right: 5.75rem;
  }
}
.hamburger {
  position: relative;
  display: block;
  width: 0.8125rem;
  height: 0.6875rem;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  cursor: pointer;
}

.hamburger::before {
  position: absolute;
  top: -0.40625rem;
  left: -0.34375rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
}

.hamburger__part {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background-color: var(--vo-color-black);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.hamburger:hover .hamburger__part {
  background-color: var(--vo-color-gold);
}

.hamburger__part:nth-child(1) {
  top: 0;
}

.hamburger__part:nth-child(2) {
  top: calc(100% - 0.375rem);
}

.hamburger__part:nth-child(3) {
  top: calc(100% - 0.0625rem);
}

.mobile-nav-open .hamburger__part:nth-child(1) {
  transform: translateY(calc(0.25rem + 0.0625rem)) rotate(45deg);
}

.mobile-nav-open .hamburger__part:nth-child(2) {
  opacity: 0;
  transform: translateX(-25%);
}

.mobile-nav-open .hamburger__part:nth-child(3) {
  transform: translateY(calc(-0.25rem + -0.0625rem)) rotate(-45deg);
}

.post-edit-link {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 200;
}

.primary-navigation {
  display: block;
  position: fixed;
  width: 100vw;
  height: calc(100vh - 4.5rem);
  top: 4.5rem;
  left: 0;
  background: var(--vo-color-white);
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.primary-navigation__menu {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.primary-navigation__menu > li > a {
  font-size: 1.25rem;
  font-weight: 500;
}

.primary-navigation .menu-item {
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.primary-navigation .menu-item:hover {
  color: var(--vo-color-gold);
}
.primary-navigation .menu-item:hover .icon--chevron-down {
  fill: var(--vo-color-gold);
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0.25rem;
  background-color: var(--vo-color-blue);
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.primary-navigation .menu-item {
  padding: 0rem 1.5rem;
}

.sub-menu {
  color: var(--vo-color-dark-grey);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.sub-menu .lang-item a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.primary-navigation .sub-menu {
  display: flex;
  flex-direction: column;
  margin-top: 0.375rem;
  gap: 0.25rem;
}

.menu--open {
  max-height: revert;
  opacity: 1;
  visibility: visible;
}

.primary-navigation .icon--chevron-down {
  height: 1.5rem;
  width: 1.5rem;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.nav--show {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.menu-item-has-children > a {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.menu-item:not(.menu-item-has-children) .icon--chevron-down {
  display: none;
}

.chevron--turn {
  transform: rotate(180deg);
}

.border--show::before {
  height: 100%;
}

@media (min-width: 64em) {
  .primary-navigation {
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    width: auto;
    height: auto;
    min-width: 0;
    margin-right: 1.5rem;
    padding: 0;
    background: transparent;
    opacity: 1;
    visibility: visible;
    z-index: auto;
  }
  .primary-navigation__menu {
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
  }
  .primary-navigation__menu > li > a {
    font-size: 1rem;
    gap: 0.25rem;
  }
  .primary-navigation .menu-item {
    padding: 0;
  }
  .menu-item-has-children::before {
    display: none;
  }
  .primary-navigation .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0.75rem;
    min-width: 15rem;
    padding: 1rem 1.5rem;
    background: var(--vo-color-white);
    z-index: 10;
  }
}
.search-form {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.search-form label {
  display: block;
  flex: 1;
}

.search-form input[type=search] {
  height: 100%;
  border-right: 0;
}

.search-form input[type=submit] {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 2.40625rem;
  cursor: pointer;
}

.search-form::after {
  content: "";
  background-color: var(--vo-color-light-grey);
  background-image: url("/wp-content/themes/vo-theme/dist/assets/search.6b402313.svg");
  background-repeat: no-repeat;
  background-size: 1.75rem 1.75rem;
  background-position: center center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 100%;
  width: 2.40625rem;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 20;
}

.video-container {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  opacity: 0;
}

/*
    Active state
 */
.video-container.active {
  opacity: 1;
}

/*
    Iframes
 */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.ytp-watermark {
  visibility: hidden !important;
  opacity: 0 !important;
}

button.ytp-large-play-button.ytp-button.ytp-large-play-button-red-bg {
  visibility: hidden !important;
  opacity: 0 !important;
}

.header-search {
  background: var(--vo-color-white);
  display: block;
  position: fixed;
  width: 100vw;
  height: 4.6875rem;
  top: 4.5rem;
  left: 0;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.search--show {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}

@media (min-width: 64em) {
  .header-search {
    position: absolute;
    width: 17.25rem;
    left: revert;
    right: 0;
    top: 3.875rem;
    transform: translateX(1.5rem);
    box-shadow: 0px 45px 46px rgba(0, 0, 0, 0.01), 0px 24px 39px rgba(0, 0, 0, 0.03), 0px 19px 29px rgba(0, 0, 0, 0.04), 0px 0px 0px rgba(0, 0, 0, 0.05), 0px 4px 20px rgba(0, 0, 0, 0.08);
  }
}
.border-header {
  position: relative;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.border-header::before {
  content: "";
  display: block;
  left: 0;
  height: 2.875rem;
  width: 0.25rem;
  min-width: 0.25rem;
  background: var(--border-color);
  margin-top: 0.9375rem;
}

.single .border-header.entry__title {
  align-items: flex-start;
}
.single .border-header.entry__title::before {
  margin-top: 1.0625rem;
}

.post-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1.25rem;
}

.post-card__header {
  background-color: rgba(0, 0, 0, 0.1);
  height: 12.5rem;
  position: relative;
  margin-bottom: 2rem;
}

.post-card__header img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.post-card__category {
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.25rem 0.5rem;
  background-color: var(--vo-color-light-grey);
  font-size: 0.75rem;
  line-height: 1.25rem;
  height: 1.75rem;
  font-weight: 500;
}

.post-card__content {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 500;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.post-card__footer {
  display: flex;
  margin-top: auto;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--vo-color-dark-grey);
}

.post-card__footer svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.5rem;
}

.post-card__date {
  text-transform: capitalize;
}

.post-card__time {
  display: flex;
  align-items: center;
}

.post-card__time .rt-suffix {
  margin-left: 0.25rem;
}

.post-card__anchor {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.post-card__anchor:hover ~ .post-card__content {
  color: var(--vo-color-gold);
}

.post-card__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.site-content {
  overflow: hidden;
}

.slider__track {
  position: relative;
}

.slider__arrows {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(1.25rem, -50%);
}

.slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--vo-color-white);
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  z-index: 101;
  box-shadow: 0px 14px 6px rgba(0, 0, 0, 0.01), 0px 8px 5px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}
.slider__arrow:hover {
  background-color: var(--vo-color-gold);
}

.slider__arrow svg {
  height: 1.5rem;
  width: 1.5rem;
}

.slider__arrow[data-slider-prev] svg {
  transform: rotate(180deg);
}

.slider__arrow[data-slider-prev] {
  left: 0;
  margin-left: -1.25rem;
}

.slider__arrow[data-slider-next] {
  right: 0;
  margin-right: -1.25rem;
}

.slider__arrow[disabled] {
  opacity: 0;
  cursor: unset;
}

.post-slider {
  display: flex;
}

@media (min-width: 64em) {
  .tns-ovh {
    overflow: inherit !important;
  }
  .tns-inner {
    position: relative;
  }
  .tns-inner::before,
  .tns-inner::after {
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    position: absolute;
    height: 100%;
    width: 50vw;
    top: 0;
    z-index: 100;
  }
  .tns-inner::before {
    right: 100%;
  }
  .tns-inner::after {
    left: 100%;
  }
}
.error-404 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.page-404__title {
  margin-top: 0;
  margin-bottom: 2rem;
}

.page-404__description {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.page-404__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 64em) {
  .error-404 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .page-404__description {
    margin-bottom: 5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.25rem;
  }
}
.video-play-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1rem;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: var(--vo-color-white);
}

.video-play-button svg {
  height: 2.5rem;
  width: 2.5rem;
  margin-top: 0.5rem;
  fill: var(--vo-color-white);
  transition: inherit;
  filter: drop-shadow(0px 14px 6px rgba(0, 0, 0, 0.01)) drop-shadow(0px 8px 5px rgba(0, 0, 0, 0.05)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.09)) drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.1));
}

.video-play-button:hover {
  color: var(--vo-color-gold);
}
.video-play-button:hover svg {
  transform: scale(1.2);
  fill: var(--vo-color-gold);
}

.is-provider-youtube .video-play-button {
  display: none;
}

.pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.25rem;
  margin-bottom: 5rem;
  display: flex;
  gap: 1.4375rem;
}

.pagination > * {
  text-decoration: none;
  color: var(--vo-color-black);
}

.prev {
  margin-right: 3.5625rem;
}

.next {
  margin-left: 3.5625rem;
}

.page-numbers.current {
  position: relative;
  font-weight: 700;
  padding-inline: 0.5rem;
}

.page-numbers.current::after {
  content: "";
  position: absolute;
  background-color: var(--vo-color-gold);
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  box-shadow: 0px 14px 6px rgba(0, 0, 0, 0.01), 0px 8px 5px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.09), 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.page-numbers:not(.current) {
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.page-numbers:not(.current):hover {
  color: var(--vo-color-gold);
}

.prev,
.next {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.prev svg,
.next svg {
  height: 1.5rem;
  width: 1.5rem;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.prev:hover svg,
.next:hover svg {
  fill: var(--vo-color-gold);
}

@media (min-width: 64em) {
  .pagination {
    margin-top: 2.5rem;
    margin-bottom: 10rem;
  }
}
.press-signup {
  background-color: var(--vo-color-light-grey);
  margin-bottom: 7rem;
  padding: 3.5rem 2rem;
}

.press-signup__title {
  margin-top: 0;
}

.press-signup__description {
  margin-bottom: 2rem;
  color: var(--vo-color-dark-grey);
}

.press-signup .gfield_label {
  font-weight: 500 !important;
  font-size: 0.75rem !important;
}

.press-signup .ginput_container_email input {
  background-color: var(--vo-color-white);
}

.press-signup .gform_footer {
  margin-top: 1.5rem !important;
}

@media (min-width: 40em) {
  .press-signup .gform_footer input {
    padding: 1.5rem 4.75rem 1.5rem 2rem;
  }
}
@media (min-width: 64em) {
  .press-signup {
    padding: 7rem 4rem;
  }
  .press-signup__description {
    margin-bottom: 4rem;
  }
}
.single .entry__header {
  margin-top: 2.5rem;
}
.single .entry__title {
  margin: 0rem 0rem 0.75rem 0rem;
}
.single .entry__image {
  margin: 2rem 0rem;
}
.single .entry__date {
  color: var(--vo-color-dark-grey);
  font-size: 0.875rem;
  text-transform: uppercase;
}
.single .entry__wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 40em) {
  .single .entry__image {
    margin: 7rem 0rem;
  }
  .single .entry__header {
    margin-top: 5rem;
  }
  .single .entry__columns {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 2rem;
  }
  .single .entry__column:first-child {
    width: 100%;
    order: 2;
  }
  .single .entry__column:last-child {
    width: 100%;
    max-width: 20.9375rem;
    order: 1;
  }
  .single .entry__wrapper {
    margin-bottom: 7rem;
    padding-bottom: 7rem;
  }
}

.partner-single-card {
  background: var(--vo-color-light-grey);
  padding: 1.5rem;
  margin: 2.25rem 0rem;
}

.partner-single-card + .partner-single-card {
  margin-top: 1.5rem;
}

@media (min-width: 40em) {
  .partner-single-card {
    margin: 0;
  }
}
.partner-single-card__content {
  color: var(--vo-color-dark-grey);
  margin: 2rem 0rem 0rem 0rem;
}

.partner-single-card__image img {
  max-width: 7.8125rem;
}

.partner-single-card__content .button {
  margin: 2rem 0rem 0rem 0rem;
}

.partner-single-card__inner {
  margin-top: 0.75rem;
}

.partner-single-card__title {
  margin: 0rem 0rem 0.1875rem 0rem;
  font-weight: 500;
}

.partner-single-card__link {
  color: var(--vo-color-dark-grey);
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
}
.partner-single-card__link .icon {
  width: 0.875rem;
  height: 0.875rem;
}

.partner-single-card__link:hover {
  color: var(--vo-color-blue);
  text-decoration: none;
}

.partner-single-card h2 {
  font-weight: 500;
}

.share-widget {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
}

.share-widget__title {
  margin: 0;
}

.share-widget__list {
  padding-left: 0;
  list-style: none none;
  display: flex;
  gap: 1rem;
}

.share-widget__link {
  background: var(--vo-color-light-grey);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.share-widget__link:hover {
  background: var(--vo-color-yellow);
}

.share-widget__link svg {
  width: 1rem;
  height: 1rem;
}

.partner-archive {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 5rem;
  margin-top: 5rem;
}

.partner-card {
  height: 10.9375rem;
  padding: 3.125rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.partner-card img {
  max-height: 100%;
  width: auto;
}

.partner-card__content {
  width: 200%;
  min-height: 100%;
  padding: 2rem;
  background-color: var(--vo-color-white);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: 0px 115px 46px rgba(0, 0, 0, 0.01), 0px 64px 39px rgba(0, 0, 0, 0.03), 0px 29px 29px rgba(0, 0, 0, 0.04), 0px 7px 16px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}

.partner-card__content .link {
  margin-top: auto;
}

.partner-card:hover .partner-card__content {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

.partner-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.partner-card__header img {
  max-width: 8.25rem;
  max-height: 5.3125rem;
  height: auto;
  width: auto;
}

.partner-card__url {
  text-decoration: none;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--vo-color-dark-grey);
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.partner-card__url:hover {
  color: var(--vo-color-gold);
}

.partner-card__content p {
  color: var(--vo-color-dark-grey);
  margin-bottom: 0;
}

.partner-card__links {
  display: flex;
  gap: 1.875rem;
  flex-wrap: wrap;
}

@media (max-width: 63.99em) {
  .partner-card:nth-child(2n) .partner-card__content {
    transform: translateX(-50%);
  }
  .partner-card:nth-child(2n+1):nth-last-child(-n+2) .partner-card__content,
  .partner-card:nth-child(2n+1):nth-last-child(-n+2) ~ .partner-card .partner-card__content {
    bottom: 0;
    left: 0;
    top: unset;
  }
}
@media (min-width: 64em) {
  .partner-archive {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 10rem;
    margin-top: 10rem;
  }
  .partner-card:nth-child(4n) .partner-card__content {
    transform: translateX(-50%);
  }
  .partner-card:nth-child(4n+1):nth-last-child(-n+4) .partner-card__content,
  .partner-card:nth-child(4n+1):nth-last-child(-n+4) ~ .partner-card .partner-card__content {
    bottom: 0;
    left: 0;
    top: unset;
  }
}
.breadcrumbs {
  font-size: 0.75rem;
  color: var(--vo-color-dark-grey);
  font-weight: 500;
  margin-bottom: 1.5rem;
}

.breadcrumbs span {
  display: flex;
  align-items: center;
}

.breadcrumbs a {
  color: var(--vo-color-dark-grey);
  text-decoration: none;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
  color: var(--vo-color-green);
}

.breadcrumbs .icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: var(--vo-color-dark-grey);
}

.breadcrumbs .breadcrumb_last {
  color: var(--vo-color-green);
  overflow: hidden;
  max-width: 50ch;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

@media (max-width: 39.99em) {
  .breadcrumbs .breadcrumb_last {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 60%;
  }
}
@media (min-width: 40em) {
  .breadcrumbs {
    margin-bottom: 3.5rem;
  }
}
:root {
  --faq-item-border: 1px solid rgba(0, 0, 0, 0.2);
  --faq-item-shadow: 0px 83px 33px rgba(0, 0, 0, 0.01), 0px 47px 28px rgba(0, 0, 0, 0.04), 0px 21px 21px rgba(0, 0, 0, 0.07), 0px 5px 11px rgba(0, 0, 0, 0.08), 0px -4px 20px rgba(0, 0, 0, 0.08);
}

.faq-list {
  padding: 0;
  list-style: none;
}

.faq-item {
  padding: 2rem 0rem;
  border-top: var(--faq-item-border);
  position: relative;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.faq-item:last-child {
  border-bottom: var(--faq-item-border);
}

.faq-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 400vw;
  transform: translateX(-50%);
  top: 0;
  left: 0;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  z-index: -1;
}

.faq-item:hover {
  border-color: transparent;
}
.faq-item:hover::before {
  box-shadow: var(--faq-item-shadow);
}
.faq-item:hover + .faq-item {
  border-color: transparent;
}
.faq-item:hover:nth-last-child(2) + .faq-item {
  border-bottom: var(--faq-item-border);
}
.faq-item:hover .faq-item__toggle {
  background-color: var(--vo-color-gold);
}

.faq-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.faq-item__content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.faq-item__content p {
  margin-top: 2rem;
}

.faq-item__title {
  margin: 0;
  font-weight: 500;
}

.faq-item__toggle {
  background-color: transparent;
  border: none;
  padding: 0.25rem;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.faq-item__toggle svg {
  height: 1.5rem;
  width: 1.5rem;
}

.faq-item.is-open .faq-item__content {
  opacity: 1;
  visibility: visible;
}

.faq-item.is-open .faq-item__toggle {
  transform: rotate(180deg);
}

@media (min-width: 64em) {
  .faq-item__content p {
    padding-left: 4rem;
    padding-right: 11.625rem;
  }
  .faq--filter .archive-search {
    min-width: 26.75rem;
  }
}
:root {
  --learning-item-box-shadow: 0px 83px 33px rgba(0, 0, 0, 0.01), 0px 47px 28px rgba(0, 0, 0, 0.04), 0px 21px 21px rgba(0, 0, 0, 0.07), 0px 5px 11px rgba(0, 0, 0, 0.08), 0px -4px 20px rgba(0, 0, 0, 0.08);
  --learning-item-drop-shadow: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
  --learning-border: 1px solid rgba(0, 0, 0, 0.2);
}

.learning-archive .archive-page__description {
  margin-bottom: 0;
}

.learning-archive .archive-page__header {
  margin-bottom: 3.5rem;
}

.learning-archive__title {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.learning-list {
  list-style: none;
  padding: 0;
  margin-bottom: 2.5rem;
}

.learning-item {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
  padding: 2rem 0rem;
  border-top: var(--learning-border);
  position: relative;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.learning-item:first-child {
  border-top: transparent;
}
.learning-item:last-child {
  border-bottom: var(--learning-border);
}

.learning-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 400vw;
  transform: translateX(-50%);
  top: 0;
  left: 0;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  z-index: -1;
}

.learning-item:hover {
  border-color: transparent;
}
.learning-item:hover::before {
  box-shadow: var(--faq-item-shadow);
}
.learning-item:hover + .learning-item {
  border-color: transparent;
}
.learning-item:hover .learning-item__icon {
  background-color: var(--vo-color-gold);
}

.learning-item__anchor {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.learning-item__header {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.learning-item__image {
  flex-shrink: 0;
  height: 7.5rem;
  width: 5rem;
}
.learning-item__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.learning-item__title {
  -webkit-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
  margin: 0;
}

.learning-item__body {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.learning-item__excerpt {
  margin: 0;
  color: var(--vo-color-dark-grey);
}

.learning-item__icon {
  height: 2rem;
  width: 2rem;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.learning-item__icon svg {
  height: 1.5rem;
  width: 1.5rem;
}

.learning-single__banner {
  width: 100%;
  height: 24.5rem;
}

.learning-single__banner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 64em) {
  .learning-list {
    margin-bottom: 5rem;
  }
  .learning-single__banner {
    margin-top: 5rem !important;
  }
  .learning-archive .archive-page__header {
    margin-bottom: 7rem;
  }
  .learning-archive__title {
    margin-bottom: 5rem;
  }
  .learning-item {
    grid-template-columns: 25rem auto;
    gap: 5.75rem;
  }
}
.document {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0rem 0rem 1rem 0rem;
  height: 100%;
  justify-content: flex-end;
  position: relative;
}

.document__anchor {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.document__image {
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.document__image img {
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.15));
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.document__inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.document__title {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 40em) {
  .document__title {
    font-size: 1.125rem;
  }
}

.document__type {
  color: var(--vo-color-green);
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25rem;
}

.document__meta {
  display: flex;
  align-items: center;
}

.document__category span {
  border: 1px solid var(--vo-color-light-grey);
  background: var(--vo-color-white);
  color: var(--vo-color-black);
  display: inline-block;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}

.document__download {
  color: var(--vo-color-dark-grey);
  font-size: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
  gap: 0.375rem;
}
.document__download svg {
  width: 1rem;
  height: 1rem;
}

.document:hover .document__image {
  transform: translateY(-10px);
}
.document:hover .document__image img {
  filter: drop-shadow(0px 10px 24px rgba(0, 0, 0, 0.25));
}
.document:hover .document__download {
  color: var(--vo-color-green);
}

.press__related {
  margin-top: 5rem;
}

.press__related .border-header {
  margin-bottom: 2.5rem;
}

@media (min-width: 40em) {
  .press__related {
    margin-top: 12rem;
  }
  .press__related .border-header {
    margin-bottom: 5rem;
  }
}
/**
 * Press card
 */
.press-card__author {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
}

.press-card__author .h5 {
  margin: 0;
}

.press-card__author a {
  text-decoration: none;
  font-size: 0.75rem;
  color: var(--vo-color-dark-grey);
}

.press-card__author img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}

.press-card__partner {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.press-card__partner img {
  max-width: 7.8125rem;
}

.press-card__partner .h5 {
  margin-top: 1.25rem;
  margin-bottom: 0;
}

.press-card__partner a {
  color: var(--vo-color-dark-grey);
  text-decoration: none;
  font-size: 0.75rem;
}

.press-card__partner a:hover {
  color: var(--vo-color-blue);
}

.press-card__partner-title {
  color: var(--vo-color-dark-grey);
  margin-bottom: 0.375rem;
}

.media-kit {
  background: var(--vo-color-green);
  padding: 2rem;
  color: var(--vo-color-white);
}

.media-kit__title {
  margin: 0;
}

.media-kit__description {
  margin-bottom: 2rem;
}

.media-kit__wrapper {
  position: relative;
}

@media (min-width: 64em) {
  .media-kit {
    padding: 7rem 5.75rem 5.5rem 4rem;
  }
  .media-kit__description {
    margin-bottom: 3.9375rem;
  }
}
.media-kit .document {
  border-color: rgba(255, 255, 255, 0.2);
}

.media-kit .document__download {
  color: var(--vo-color-white);
}

.media-kit .document:hover .document__download {
  color: var(--vo-color-yellow);
}

.media-kit .document__type {
  color: var(--vo-color-yellow);
}

.media-kit .document__title {
  color: var(--vo-color-white);
}

.media-kit__popup {
  position: absolute;
  width: 100%;
  max-width: 27.5rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--vo-color-white);
  padding: 2.5rem 2rem;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  box-shadow: 0px 115px 46px rgba(0, 0, 0, 0.01), 0px 64px 39px rgba(0, 0, 0, 0.03), 0px 29px 29px rgba(0, 0, 0, 0.04), 0px 7px 16px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
}
.media-kit__popup[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -60%);
  z-index: -1;
}
.media-kit__popup[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  z-index: 11;
}

.media-kit__popup .button--download {
  margin-bottom: 2rem;
}

.media-kit__popup h3 {
  margin-top: 0;
  margin-bottom: 30px;
}

.toggle-ikf-mediakit {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.media-kit__popup .close {
  position: absolute;
  top: 0.875rem;
  right: 0.625rem;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.media-kit__popup .close:hover {
  color: var(--vo-color-blue);
  fill: var(--vo-color-blue);
  transform: rotare(180deg);
}

.media-kit__popup .close .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.grants-quote {
  padding: 3.5rem !important;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.archive__filters.grants--filters {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.archive__filters.grants--filters .archive__filters-start {
  gap: 1rem;
}

.grants-filters__sort {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.grants-filters__results {
  font-style: italic;
}
.grants-filters__results span {
  font-weight: 700;
}

.grants-archive__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.grants-archive {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
}

.grants-card {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.grants-card__anchor {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.grants-card__anchor:hover ~ .grants-card__content .grants-card__title {
  color: var(--vo-color-gold);
}

.grants-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.grants-card__content .link {
  position: relative;
  z-index: 15;
  margin-top: auto;
}

.grants-card__title {
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 0.75rem;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.grants-card__excerpt {
  margin: 0;
  color: var(--vo-color-dark-grey);
  margin-bottom: 0.75rem;
}

.grants-card__details {
  flex: 1;
  background-color: var(--vo-color-light-grey);
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.grants-card__detail {
  display: flex;
}

.grants-card__detail-title {
  flex: 1;
  font-weight: 700;
}

.grants-card__detail-result {
  flex: 1;
  color: var(--vo-color-dark-grey);
  font-weight: 500;
  text-transform: capitalize;
}
.grants-card__detail-result span:after {
  content: ",";
}
.grants-card__detail-result span:last-child:after {
  content: "";
}

.grants-card__detail-result .is--value {
  background-color: var(--vo-color-white);
  padding: 0.25rem 0.5rem;
  border-radius: 2.5rem;
  color: var(--vo-color-black);
}

.grants-card__detail-result img {
  max-height: 2.5rem;
  width: auto;
}

.archive-page__footer {
  margin-top: 5rem;
}
.archive-page__footer > *:not(.grants-map) {
  margin-bottom: 5rem;
}

.archive-page__footer .wp-block-cover {
  padding: 2.5rem 2rem;
}

.archive-page__muted-text {
  margin-block: 1.25rem;
  color: #626262;
  max-width: 49.75rem;
}

@media (min-width: 64em) {
  .grants-quote {
    padding: 7rem !important;
    font-size: 2rem;
    line-height: 3rem;
  }
  .archive__filters.grants--filters {
    padding-bottom: 2.5rem;
  }
  .archive__filters.grants--filters .archive__filters-start {
    gap: 3rem;
  }
  .grants-filters__sort {
    flex-direction: row;
    align-items: center;
  }
  .grants-archive__sidebar {
    gap: 2rem;
  }
  .grants-archive {
    display: grid;
    grid-template-columns: 15.25rem auto;
    gap: 3rem;
  }
  .grants-card {
    flex-direction: row;
    gap: 3rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .grants-card__title {
    margin-bottom: 1.5rem;
  }
  .grants-card__details {
    padding: 1.5rem;
    gap: 0.75rem;
  }
  .archive-page__footer {
    margin-top: 2.5rem;
  }
  .archive-page__footer > *:not(.grants-map) {
    margin-bottom: 10rem;
  }
  .archive-page__footer .wp-block-cover {
    padding: 5rem 4rem;
  }
}
.grant-payout {
  background-color: var(--vo-color-light-grey);
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  padding: 1.5rem 1.8125rem 1.375rem 1.9375rem;
}

.grant-payout__title {
  font-weight: 500;
}

.grant-payout__total {
  position: relative;
  width: 100%;
  height: 0.375rem;
  background-color: var(--vo-color-white);
  border-radius: 0.1875rem;
  margin-top: 1.125rem;
  margin-bottom: 4.4375rem;
}

.grant-payout__paid {
  position: absolute;
  background-color: var(--vo-color-blue);
  border-radius: 0.1875rem;
  height: 100%;
  max-width: 100%;
}

.grant-payout__total-val {
  position: absolute;
  margin-top: 0.6875rem;
  right: 0;
  padding: 0.25rem 0.5rem;
  background-color: var(--vo-color-white);
  font-weight: 500;
  border-radius: 2.5rem;
}
.grant-payout__total-val:hover {
  z-index: 20;
}

.grant-payout__paid-val {
  position: absolute;
  margin-top: 0.6875rem;
  color: var(--vo-color-white);
  right: 0;
  padding: 0.25rem 0.5rem;
  background-color: var(--vo-color-blue);
  font-weight: 500;
  border-radius: 2.5rem;
  transform: translateX(50%);
  white-space: nowrap;
}

.grant-payout__details {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  gap: 1rem;
}

.grant-payout__title {
  margin: 0;
  font-weight: 500;
}

.grant-payout__result {
  font-weight: 400;
}
.grant-payout__result span:after {
  content: ",";
}
.grant-payout__result span:last-child:after {
  content: "";
}

.grants-hero__description {
  font-weight: 500;
  color: var(--vo-color-black);
}

@media (min-width: 40em) {
  .grant-payout__details {
    flex-direction: row;
  }
  .grant-payout__detail {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
  }
}
@media (min-width: 64em) {
  .grant-payout {
    margin-top: 7rem;
    margin-bottom: 7rem;
    padding: 1.5rem 1.8125rem 1.375rem 1.9375rem;
  }
  .grant-payout__details {
    gap: 3rem;
  }
  .grant-payout__detail {
    flex: unset;
    flex-direction: row;
    gap: 2rem;
  }
  .grant-payout__result {
    max-width: 9.25rem;
  }
  .grants-hero__description {
    max-width: 50rem;
  }
}
:root {
  --country-inactive: #c4e0c8;
  --country-active: var(--vo-color-green);
}

.grants-map {
  background-color: var(--vo-color-light-grey);
  padding: 3.5rem 2rem;
  margin-bottom: 5rem;
}

.grants-map__header {
  margin-bottom: 2.5rem;
}

.grants-map__title {
  margin: 0;
  font-weight: 500;
}

.grants-map__wrapper svg {
  width: 100%;
  height: auto;
  fill: var(--country-inactive);
}

.active--country {
  fill: var(--country-active);
}

.grants-map__wrapper {
  position: relative;
}

.grants-map__tooltip {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 140, 21, 0.3764705882);
  border-radius: 0.1875rem;
  padding: 0.3125rem 0.625rem;
  white-space: nowrap;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 1.5625rem));
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.grants-map__tooltip.is--visible {
  opacity: 1;
  visibility: visible;
}

.grants-map__tooltip-flag {
  font-family: "Twemoji Country Flags", "Helvetica", "Comic Sans", serif;
}

@media (min-width: 64em) {
  .grants-map {
    padding: 7rem 4rem;
    margin-bottom: 10rem;
  }
  .grants-map__header {
    margin-bottom: 5rem;
  }
  .grants-map__title {
    max-width: 49.75rem;
  }
}
.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (min-width: 40em) {
  .page .entry .entry__inner.has-parent-1 > *:nth-child(-n+4) {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .has-parent-1 .border-header {
    margin-bottom: 2rem !important;
  }
  .has-parent-1 .vo-block-paragraph.is-style-lead {
    margin-top: 2rem !important;
  }
  .has-parent-1 .wp-block-video figcaption {
    max-width: 25.6875rem;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4.0625rem;
    left: 4rem;
    bottom: 8rem;
  }
  .has-parent-1 .wp-block-video .video-play-button {
    left: 4rem;
    bottom: 4rem;
  }
}
.week-hero {
  background-color: #f0b902;
  padding-block: 2.125rem;
}

.week-hero__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem;
}

.week-hero__header h1 {
  margin-bottom: 0;
  line-height: 110%;
}

.week-hero__year {
  padding: 0.625rem 1.25rem;
  background-color: #FFF3AE;
  font-size: 2rem;
  line-height: 100%;
}

.week-hero__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}

.week-hero__content-before p {
  font-size: 1.5rem;
  font-weight: 500;
}

@media (min-width: 64em) {
  .week-hero {
    padding-block: 4.6875rem 3.75rem;
  }
  .week-hero__year {
    font-size: 2.625rem;
  }
  .week-hero__body {
    gap: 3.75rem;
    padding-top: 9.375rem;
  }
}
.extended-media {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  background-color: #fff;
  color: #fff;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.extended-media::before {
  position: absolute;
  content: "";
  inset: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.64) 100%);
  z-index: 2;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.entry__inner > .extended-media {
  margin-block: 2.5rem;
}
.entry__inner > .extended-media:first-child {
  margin-top: 0;
}
.entry__inner > .extended-media:last-child {
  margin-bottom: 0;
}

.extended-media__image,
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

.extended-media__body {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 10;
  padding: 1.5rem 1.375rem;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.extended-media__title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
  max-width: 26.75rem;
}

.extended-media__subtitle {
  font-size: 0.875rem;
  font-weight: 500;
  max-width: 26.75rem;
}

.extended-media__play-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  background: transparent;
  border: none;
  color: #fff;
  margin-top: 0.9375rem;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.extended-media__play-button svg {
  width: 2rem;
  height: 2rem;
  fill: #fff;
  transition: all 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
.extended-media__play-button:hover {
  color: #f0b902;
}
.extended-media__play-button:hover svg {
  fill: #f0b902;
  transform: scale(1.2);
}

.extended-media.iframe-loaded::before {
  opacity: 0;
  pointer-events: none;
}

.extended-media.iframe-loaded .extended-media__body {
  transform: scale(1.1);
  opacity: 0;
  pointer-events: none;
}

.extended-media__no-video {
  display: none;
}

.extended-media.no-video .extended-media__play-button {
  display: none;
}

.extended-media.no-video .extended-media__no-video {
  display: block;
}

@media (max-width: 63.99em) {
  .extended-media.extended-media--mobile-full {
    margin-inline: -1.5rem;
    width: unset;
  }
}
@media (min-width: 64em) {
  .extended-media {
    aspect-ratio: 16/9;
  }
  .extended-media.extended-media--large {
    aspect-ratio: 1/1;
  }
  .extended-media__body {
    padding: 2rem;
  }
  .extended-media__play-button {
    margin-top: 2rem;
  }
}
@media (min-width: 64em) {
  .video-banner {
    background-image: linear-gradient(to bottom, #f0b902 0%, #f0b902 17.5rem, transparent 17.5rem, transparent 100%);
  }
  .video-banner .container {
    width: calc(100% - 3rem);
  }
}
.text-media {
  margin-block: 3.4375rem;
}
.text-media:first-child {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.text-media:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.text-media__caption {
  font-size: 0.875rem;
  color: #626262;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.text-media__caption svg {
  width: 1rem;
  height: 1rem;
  fill: #000;
}

.text-media__title.border-header {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}

.text-media__title.border-header::before {
  --border-color: var(--vo-color-red);
}

.text-media:nth-child(even) .text-media__title.border-header::before {
  --border-color: var(--vo-color-green);
}

.text-media__content {
  color: #626262;
  margin-top: 1.25rem;
}

.text-media .extended-media {
  aspect-ratio: 1/1;
}

@media (max-width: 63.99em) {
  .text-media__media {
    order: 2;
  }
  .text-media__body {
    order: 1;
  }
  .text-media__title.border-header::before {
    margin-top: 0;
  }
}
@media (min-width: 64em) {
  .text-media {
    margin-block: 5.625rem;
  }
  .text-media.media-left .text-media__media {
    grid-column: 1/span 6;
    grid-row: 1/2;
  }
  .text-media.media-left .text-media__body {
    grid-column: 8/span 5;
    grid-row: 1/2;
  }
  .text-media.media-right .text-media__media {
    grid-column: 7/span 6;
    grid-row: 1/2;
  }
  .text-media.media-right .text-media__body {
    grid-column: 1/span 5;
    grid-row: 1/2;
  }
  .text-media__title.border-header {
    font-size: 3rem;
  }
}
.media-grid .border-header {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.media-grid .grid {
  gap: 0;
}

.media-grid .extended-media {
  aspect-ratio: 1/1;
}

@media (max-width: 63.99em) {
  .media-grid .border-header::before {
    margin-top: 0;
  }
}
@media (min-width: 64em) {
  .media-grid .border-header {
    font-size: 3rem;
    margin-bottom: 4.5rem;
  }
}
.card-banner {
  background-color: #008c15;
  padding: 1.5625rem;
  color: #fff;
}

.card-banner .border-header {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.card-banner .border-header::before {
  margin-top: 0;
}

.card-banner .link {
  margin-top: 2rem;
  padding: 0;
}

@media (max-width: 63.99em) {
  .card-banner .border-header::before {
    margin-top: 0;
  }
}
@media (min-width: 64em) {
  .card-banner {
    padding: 2rem;
  }
  .card-banner > * {
    max-width: 47.6875rem;
  }
  .card-banner .border-header {
    font-size: 2rem;
  }
}
.week-hero-2025 {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 5rem;
  min-height: 31.625rem;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 22.67%), linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  color: #fff;
  text-align: center;
}

.week-hero-2025__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.week-hero-2025__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.week-hero-2025__inner {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  position: relative;
}

.week-hero-2025__content {
  max-width: 44rem;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  justify-content: center;
  align-items: center;
}

.week-hero-2025__subtitle {
  display: block;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
}

.week-hero-2025__title {
  margin: 0;
  line-height: 1.1;
  font-size: 2.875rem;
}

.week-hero-2025__buttons-list {
  list-style: none;
  padding: 0;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 64em) {
  .week-hero-2025 {
    padding-top: 5rem;
  }
  .week-hero-2025__logo {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    transform: translateY(-50%);
  }
  .week-hero-2025__subtitle {
    font-size: 2rem;
  }
  .week-hero-2025__title {
    font-size: 4rem;
  }
  .week-hero-2025__buttons-list {
    flex-direction: row;
    gap: 2rem;
    margin-top: 3.125rem;
  }
}
.week-videos-2025 {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.week-videos-2025__header {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  align-items: start;
}

.week-videos-2025__header h2 {
  margin-bottom: 0;
}

.week-videos-2025__header a {
  flex-shrink: 0;
}

@media (min-width: 64em) {
  .week-videos-2025__header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
  }
}
.week-video-cards-2025 {
  margin-top: 1.75rem;
}

.week-video-cards-2025 .link:hover {
  color: var(--vo-color-black);
}

.vide-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.video-card__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.video-card__content h3 {
  font-size: 1.5rem;
}

.video-card__content h3,
.video-card__content p {
  margin: 0;
}

@media (min-width: 64em) {
  .vide-card {
    gap: 2rem;
  }
  .video-card__content > *:not(h3) {
    padding-left: 1.25rem;
  }
  .video-card__content h3 {
    font-size: 2rem;
  }
}
.vo-dev-notice {
  margin: 1rem;
}

.vo-dev-notice__container {
  padding: 1.25rem;
  margin-bottom: 1rem;
  margin-left: 3rem;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  background-color: #003cfb;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
}

.vo-dev-notice__title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.vo-dev-notice__message {
  line-height: 1.5;
}

.vo-dev-notice__message a {
  color: #ffffff;
}

.vo-dev-notice .icon {
  width: 48px;
  height: 48px;
}

.container {
  max-width: 67rem;
  margin-right: auto;
  margin-left: auto;
}

.narrow.container {
  max-width: 50rem;
}

.wide.container {
  max-width: 75rem;
}

.padded.container {
  width: calc(100% - 3rem);
}

.entry .vo-block-heading + * {
  margin-top: 0;
}

.entry__inner > .alignfull {
  transform: translateX(calc(var(--viewport-width, 100vw) / 2 * -1));
  margin-left: 50%;
  width: var(--viewport-width, 100vw);
}

/*
 * Home/Page margins 
 */
.single-vo-learning .entry {
  margin-bottom: 5rem;
}

.page .entry .entry__inner > *,
.single-vo-learning .entry .entry__inner > * {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.page .entry .entry__inner .border-header,
.page .entry .entry__inner .vo-block-heading,
.single-vo-learning .entry .entry__inner .border-header,
.single-vo-learning .entry .entry__inner .vo-block-heading {
  margin-bottom: 2rem;
}
.page .entry .entry__inner .border-header + *,
.page .entry .entry__inner .vo-block-heading + *,
.single-vo-learning .entry .entry__inner .border-header + *,
.single-vo-learning .entry .entry__inner .vo-block-heading + * {
  margin-top: 0;
}
.page .entry .entry__inner .wp-block-image,
.single-vo-learning .entry .entry__inner .wp-block-image {
  margin-bottom: 4rem;
}
.page .entry .entry__inner .wp-block-image + *,
.single-vo-learning .entry .entry__inner .wp-block-image + * {
  margin-top: 0;
}

@media (min-width: 40em) {
  .page .entry .entry__inner > *,
  .single-vo-learning .entry .entry__inner > * {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .page-template-content.page .entry .entry__inner > * {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
/**
 * Single
 */
.single .entry .entry__inner > * {
  margin-bottom: 1.625rem;
}
.single .entry .entry__inner > *:last-child {
  margin-bottom: 0;
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.column {
  grid-column: var(--col-span);
}

.column.span-1-sm {
  --col-span: span 1;
}

.column.span-2-sm {
  --col-span: span 2;
}

.column.span-3-sm {
  --col-span: span 3;
}

.column.span-4-sm {
  --col-span: span 4;
}

@media (min-width: 40em) {
  .grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .column.span-1-md {
    --col-span: span 1;
  }
  .column.span-2-md {
    --col-span: span 2;
  }
  .column.span-3-md {
    --col-span: span 3;
  }
  .column.span-4-md {
    --col-span: span 4;
  }
  .column.span-5-md {
    --col-span: span 5;
  }
  .column.span-6-md {
    --col-span: span 6;
  }
  .column.span-7-md {
    --col-span: span 7;
  }
  .column.span-8-md {
    --col-span: span 8;
  }
}
@media (min-width: 64em) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .column.span-1-lg {
    --col-span: span 1;
  }
  .column.span-2-lg {
    --col-span: span 2;
  }
  .column.span-3-lg {
    --col-span: span 3;
  }
  .column.span-4-lg {
    --col-span: span 4;
  }
  .column.span-5-lg {
    --col-span: span 5;
  }
  .column.span-6-lg {
    --col-span: span 6;
  }
  .column.span-7-lg {
    --col-span: span 7;
  }
  .column.span-8-lg {
    --col-span: span 8;
  }
  .column.span-9-lg {
    --col-span: span 9;
  }
  .column.span-10-lg {
    --col-span: span 10;
  }
  .column.span-11-lg {
    --col-span: span 11;
  }
  .column.span-12-lg {
    --col-span: span 12;
  }
}
.auto-columns-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(var(--min-width, 12.5rem), 100%), 1fr));
  gap: var(--gap, 2rem);
}

.header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--vo-color-white);
  color: var(--vo-color-black);
  height: 4.5rem;
  position: sticky;
  top: 0;
  z-index: 200;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.5rem;
}

.header__branding {
  display: flex;
  font-family: "Noto Sans", "system-ui", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}

.header__section-toggle {
  display: flex;
  align-items: center;
}

.header__section-start {
  display: flex;
  gap: 1rem;
  align-items: center;
  height: 100%;
}

.header__branding svg {
  aspect-ratio: 1414/577;
  height: 2.25rem;
  width: auto;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.header__section-end {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.header__section-end .icon--search {
  height: 1.75rem;
  width: 1.75rem;
  fill: var(--vo-color-dark-grey);
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.header__navigation-search {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header__navigation-search:hover .icon--search {
  fill: var(--vo-color-gold);
}

@media (min-width: 64em) {
  .header__navigation-toggle {
    display: none;
  }
}
.admin-bar .header {
  top: 2.875rem;
}

#wpadminbar {
  position: fixed;
}

@media (min-width: 48.9375em) {
  .admin-bar .header {
    top: 2rem;
  }
}
.waffle-grid {
  display: grid;
  grid-template-columns: repeat(var(--mode, auto-fit), minmax(min(var(--min, 18.75rem), 100%), 1fr));
  gap: var(--gap, 2rem);
}

footer {
  background-color: var(--vo-color-black);
  color: var(--vo-color-white);
  margin-top: 3.4375rem;
  padding-top: 3.125rem;
  padding-bottom: 3.4375rem;
}

.footer__menu {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer__menu a {
  text-decoration: none;
  color: inherit;
}

.footer__title {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 500;
}

.footer__link {
  text-decoration: none;
  color: var(--vo-color-gold);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer__link:hover svg {
  transform: translateX(0.625rem);
}

.footer__link .icon--arrow-right {
  fill: var(--vo-color-gold);
  height: 1.5rem;
  width: 1.5rem;
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}

.footer__logo {
  height: 1.5rem;
  width: 14rem;
}

footer .column:last-child {
  justify-content: space-between;
}

footer .menu-item {
  transition: 0.25s cubic-bezier(0, 0.6, 0.7, 1);
}
footer .menu-item:hover {
  color: var(--vo-color-gold);
}

.footer__socials h2 {
  margin-bottom: 2rem;
}

.social-media {
  display: flex;
  gap: 1rem;
}

.footer__lang {
  margin-top: 1.5rem;
  position: relative;
}

.footer__lang select {
  color: var(--vo-color-white);
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.5625rem 0rem;
}

.footer__lang option {
  color: initial;
}

.footer__lang .icon--chevron-down {
  fill: var(--vo-color-white);
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  pointer-events: none;
}

.footer__disclaimer {
  opacity: 0.7;
}

@media (min-width: 40em) {
  footer .column {
    min-height: 24.0625rem;
    display: flex;
    flex-direction: column;
  }
  .footer__logo {
    margin-top: auto;
  }
}
footer .gfield_label {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
}

footer .gform_footer.top_label {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

footer .gform_body input {
  padding: 0.5625rem 3.125rem 0.5625rem 1rem !important;
  background-image: url("/wp-content/themes/vo-theme/dist/assets/arrow-right.95567a65.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  background-position: right 0.5625rem center;
}

@media (min-width: 64em) {
  footer {
    margin-top: 6.25rem;
    padding-top: 6.5625rem;
    padding-bottom: 6.875rem;
  }
  .footer__lang {
    margin-top: auto;
    margin-bottom: -0.625rem;
    width: 50%;
  }
}
.pll-switcher-select {
  color: #fff;
  background: #000;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
[data-animation] {
  opacity: 0;
}

[data-animation][data-animation-appearing] {
  animation-name: fade-in;
  animation-duration: 0.6s;
  animation-timing-function: cubic-bezier(0, 0.6, 0.7, 1);
  animation-fill-mode: forwards;
}
[data-animation][data-animation-appearing][data-animation=slide-down] {
  animation-name: slide-down;
}
[data-animation][data-animation-appearing][data-animation=slide-up] {
  animation-name: slide-up;
}
[data-animation][data-animation-appearing][data-animation=slide-left] {
  animation-name: slide-left;
}
[data-animation][data-animation-appearing][data-animation=slide-right] {
  animation-name: slide-right;
}

.disable-animation {
  opacity: 1 !important;
}

@media (min-width: 64em) {
  [data-animation][data-animation-delay="100"][data-animation-delay="100"] {
    animation-delay: 0.1s;
  }
  [data-animation][data-animation-delay="200"][data-animation-delay="200"] {
    animation-delay: 0.2s;
  }
  [data-animation][data-animation-delay="300"][data-animation-delay="300"] {
    animation-delay: 0.3s;
  }
  [data-animation][data-animation-delay="400"][data-animation-delay="400"] {
    animation-delay: 0.4s;
  }
  [data-animation][data-animation-delay="500"][data-animation-delay="500"] {
    animation-delay: 0.5s;
  }
  [data-animation][data-animation-delay="600"][data-animation-delay="600"] {
    animation-delay: 0.6s;
  }
  [data-animation][data-animation-delay="700"][data-animation-delay="700"] {
    animation-delay: 0.7s;
  }
  [data-animation][data-animation-delay="800"][data-animation-delay="800"] {
    animation-delay: 0.8s;
  }
  [data-animation][data-animation-delay="900"][data-animation-delay="900"] {
    animation-delay: 0.9s;
  }
  [data-animation][data-animation-delay="1000"][data-animation-delay="1000"] {
    animation-delay: 1s;
  }
  [data-animation][data-animation-delay="1100"][data-animation-delay="1100"] {
    animation-delay: 1.1s;
  }
  [data-animation][data-animation-delay="1200"][data-animation-delay="1200"] {
    animation-delay: 1.2s;
  }
  [data-animation][data-animation-delay="1300"][data-animation-delay="1300"] {
    animation-delay: 1.3s;
  }
  [data-animation][data-animation-delay="1400"][data-animation-delay="1400"] {
    animation-delay: 1.4s;
  }
  [data-animation][data-animation-delay="1500"][data-animation-delay="1500"] {
    animation-delay: 1.5s;
  }
  [data-animation][data-animation-delay="1600"][data-animation-delay="1600"] {
    animation-delay: 1.6s;
  }
  [data-animation][data-animation-delay="1700"][data-animation-delay="1700"] {
    animation-delay: 1.7s;
  }
  [data-animation][data-animation-delay="1800"][data-animation-delay="1800"] {
    animation-delay: 1.8s;
  }
  [data-animation][data-animation-delay="1900"][data-animation-delay="1900"] {
    animation-delay: 1.9s;
  }
  [data-animation][data-animation-delay="2000"][data-animation-delay="2000"] {
    animation-delay: 2s;
  }
  [data-animation][data-animation-delay="2100"][data-animation-delay="2100"] {
    animation-delay: 2.1s;
  }
  [data-animation][data-animation-delay="2200"][data-animation-delay="2200"] {
    animation-delay: 2.2s;
  }
  [data-animation][data-animation-delay="2300"][data-animation-delay="2300"] {
    animation-delay: 2.3s;
  }
  [data-animation][data-animation-delay="2400"][data-animation-delay="2400"] {
    animation-delay: 2.4s;
  }
  [data-animation][data-animation-delay="2500"][data-animation-delay="2500"] {
    animation-delay: 2.5s;
  }
  [data-animation][data-animation-delay="2600"][data-animation-delay="2600"] {
    animation-delay: 2.6s;
  }
  [data-animation][data-animation-delay="2700"][data-animation-delay="2700"] {
    animation-delay: 2.7s;
  }
  [data-animation][data-animation-delay="2800"][data-animation-delay="2800"] {
    animation-delay: 2.8s;
  }
  [data-animation][data-animation-delay="2900"][data-animation-delay="2900"] {
    animation-delay: 2.9s;
  }
  [data-animation][data-animation-delay="3000"][data-animation-delay="3000"] {
    animation-delay: 3s;
  }
  [data-animation][data-animation-delay="3100"][data-animation-delay="3100"] {
    animation-delay: 3.1s;
  }
  [data-animation][data-animation-delay="3200"][data-animation-delay="3200"] {
    animation-delay: 3.2s;
  }
  [data-animation][data-animation-delay="3300"][data-animation-delay="3300"] {
    animation-delay: 3.3s;
  }
  [data-animation][data-animation-delay="3400"][data-animation-delay="3400"] {
    animation-delay: 3.4s;
  }
  [data-animation][data-animation-delay="3500"][data-animation-delay="3500"] {
    animation-delay: 3.5s;
  }
  [data-animation][data-animation-delay="3600"][data-animation-delay="3600"] {
    animation-delay: 3.6s;
  }
  [data-animation][data-animation-delay="3700"][data-animation-delay="3700"] {
    animation-delay: 3.7s;
  }
  [data-animation][data-animation-delay="3800"][data-animation-delay="3800"] {
    animation-delay: 3.8s;
  }
  [data-animation][data-animation-delay="3900"][data-animation-delay="3900"] {
    animation-delay: 3.9s;
  }
  [data-animation][data-animation-delay="4000"][data-animation-delay="4000"] {
    animation-delay: 4s;
  }
}
@media (prefers-reduced-motion: reduce) {
  [data-animation] {
    animation-duration: 0.001s !important;
    animation-delay: 0.001s !important;
  }
}
/* Fixes for standard blocks */
.wp-block-group,
.wp-block-image,
.wp-block-video,
.wp-block-embed {
  opacity: 0;
}
.wp-block-group[data-animation-complete],
.wp-block-image[data-animation-complete],
.wp-block-video[data-animation-complete],
.wp-block-embed[data-animation-complete] {
  opacity: 1;
}

.week-landing > * {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.week-landing > *:first-child {
  margin-top: 0;
}
.week-landing > *:last-child {
  margin-bottom: 0;
}

.week-landing__content {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #C2C2C2;
}

@media (min-width: 64em) {
  .week-landing > * {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .week-landing__content {
    padding-bottom: 5rem;
  }
}
.week-2025__content {
  background-color: #f0b902;
  padding-block: 2.5rem;
}

.week-2025__title {
  line-height: normal;
  font-size: 2rem;
}

.week-2025__content .vo-block-paragraph {
  color: #000;
}

.week-2025__content .is-style-secondary .wp-block-button__link:hover {
  color: #000;
}

.week-2025__content .is-style-secondary .wp-block-button__link::after {
  background-color: #fff;
}

.week-2025__logo {
  width: 5.75rem;
  height: 3.5rem;
}

.page-template-week-content-2025 #main-content,
.page-template-week-content-2025 .week-landing,
.page-template-week-content-2025 .week-2025__content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  flex-grow: 1;
}

.page-template-week-content-2025 .site-footer {
  margin-top: 0;
}

.page-template-week-content-2025 .card-banner {
  margin-block: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.page-template-week-content-2025 .card-banner h2 {
  margin: 0;
}

.page-template-week-content-2025 .card-banner p {
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 500;
  margin: 0;
}

.page-template-week-content-2025 .card-banner a {
  margin-top: 0.75rem;
}

@media (max-width: 63.99em) {
  .page-template-week-content-2025 .week-2025__content:has(.entry__inner > .extended-media.extended-media--mobile-full:last-child) {
    padding-bottom: 0;
  }
}
@media (min-width: 64em) {
  .week-2025__content {
    padding-block: 5rem;
  }
  .week-2025__title {
    max-width: 28.4375rem;
    font-size: 3rem;
  }
  .week-2025__logo {
    width: 9.5rem;
    height: 5.875rem;
  }
  .page-template-week-content-2025 .card-banner > * {
    max-width: none;
  }
  .page-template-week-content-2025 .card-banner {
    margin-block: 5.625rem;
    text-align: center;
    align-items: center;
  }
  .page-template-week-content-2025 .card-banner p {
    font-size: 1.25rem;
  }
}
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel::after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct::after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: 1.4285714286%;
  height: 10px;
  float: left;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  visibility: hidden;
}

html :where([style*=border-color]) {
  border-style: unset;
}