@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;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.75;
}
.hamburger.is-active:hover {
  opacity: 0.75;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #653279;
}

.hamburger-box {
  width: 3em;
  height: 2.4em;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.2em;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 3em;
  height: 0.4em;
  background-color: #653279;
  border-radius: 0.4em;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -1em;
}
.hamburger-inner::after {
  bottom: -1em;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@font-face {
  font-family: "FS Albert";
  src: url("..//fonts/FS-Albert.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Albert";
  src: url("../fonts/FS-Albert-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Albert";
  src: url("../fonts/FS-Albert-ExtraBold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
a.read-more {
  display: none;
}

.debug * {
  box-shadow: 0 0 0.5em rgba(255, 0, 0, 0.75), inset 0 0 0.5em rgba(0, 255, 0, 0.75) !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.bg-purple {
  background: #653279 !important;
}

.bg-orange {
  background: #E57200 !important;
}

.bg-teal {
  background: #009C9B !important;
}

.text-color-primary {
  color: #653279 !important;
}

.text-color-secondary {
  color: #009C9B !important;
}

.text-color-white {
  color: white !important;
}

.text-color-black {
  color: black !important;
}

.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

.text-left {
  margin-right: auto;
  text-align: left !important;
}

.text-right {
  margin-left: auto;
  text-align: right !important;
}

.text-columns {
  -moz-columns: 25em;
       columns: 25em;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.text-columns p {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.margin-y-4xs {
  margin-top: 0.0625rem !important;
  margin-bottom: 0.0625rem !important;
}

.margin-top-4xs {
  margin-top: 0.0625rem !important;
}

.margin-bottom-4xs {
  margin-bottom: 0.0625rem !important;
}

.margin-y-3xs {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.margin-top-3xs {
  margin-top: 0.125rem !important;
}

.margin-bottom-3xs {
  margin-bottom: 0.125rem !important;
}

.margin-y-2xs {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.margin-top-2xs {
  margin-top: 0.25rem !important;
}

.margin-bottom-2xs {
  margin-bottom: 0.25rem !important;
}

.margin-y-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.margin-top-xs {
  margin-top: 0.5rem !important;
}

.margin-bottom-xs {
  margin-bottom: 0.5rem !important;
}

.margin-y-sm {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.margin-top-sm {
  margin-top: 0.75rem !important;
}

.margin-bottom-sm {
  margin-bottom: 0.75rem !important;
}

.margin-y-md {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.margin-top-md {
  margin-top: 1rem !important;
}

.margin-bottom-md {
  margin-bottom: 1rem !important;
}

.margin-y-lg {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.margin-top-lg {
  margin-top: 1.5rem !important;
}

.margin-bottom-lg {
  margin-bottom: 1.5rem !important;
}

.margin-y-xl {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.margin-top-xl {
  margin-top: 2rem !important;
}

.margin-bottom-xl {
  margin-bottom: 2rem !important;
}

.margin-y-2xl {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.margin-top-2xl {
  margin-top: 2.5rem !important;
}

.margin-bottom-2xl {
  margin-bottom: 2.5rem !important;
}

.margin-y-3xl {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.margin-top-3xl {
  margin-top: 3rem !important;
}

.margin-bottom-3xl {
  margin-bottom: 3rem !important;
}

.margin-y-4xl {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.margin-top-4xl {
  margin-top: 4rem !important;
}

.margin-bottom-4xl {
  margin-bottom: 4rem !important;
}

.margin-y-5xl {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.margin-top-5xl {
  margin-top: 6rem !important;
}

.margin-bottom-5xl {
  margin-bottom: 6rem !important;
}

.margin-y-6xl {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.margin-top-6xl {
  margin-top: 8rem !important;
}

.margin-bottom-6xl {
  margin-bottom: 8rem !important;
}

.margin-top-none,
.margin-y-none {
  margin-top: 0 !important;
}

.margin-bottom-none,
.margin-y-none {
  margin-bottom: 0 !important;
}

.overflow-x {
  max-width: 100%;
  overflow: auto;
  overflow-scrolling: touch;
}

.js .js-hidden {
  display: none;
}

.no-js .no-js-hidden {
  display: none;
}

.link--stretched {
  position: static;
}
.link--stretched::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: all;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.link--stretched:hover .title__highlight {
  text-decoration: underline;
}

.comma-separate > *::after {
  content: ",";
}
.comma-separate > *:last-child::after {
  content: "";
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}

[class^=grid], .wp-block-group, .acf-innerblocks-container, .acf-innerblocks-container .block-editor-block-list__block {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.75rem;
}
[class^=grid] > *, .wp-block-group > *, .acf-innerblocks-container > *, .acf-innerblocks-container .block-editor-block-list__block > * {
  list-style-type: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.75rem;
}
[class^=grid]:before, [class^=grid]:after, .wp-block-group:before, .wp-block-group:after, .acf-innerblocks-container:before, .acf-innerblocks-container:after, .acf-innerblocks-container .block-editor-block-list__block:before, .acf-innerblocks-container .block-editor-block-list__block:after {
  display: none;
}

[class^=grid] > .acf-innerblocks-container {
  margin: 0;
  padding: 0 !important;
}

.wp-block-group .col-shrink {
  flex-shrink: 10;
}

@media (min-width: 40rem) {
  .grid--spaced {
    margin: 0 -1.5rem;
  }
  .grid--spaced > * {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1em) {
  .grid--compact {
    margin: 0 -0.5rem;
  }
  .grid--compact > * {
    padding: 0 0.5rem;
  }
}

.grid--flush {
  margin: 0;
}
.grid--flush > * {
  padding: 0;
}

.grid--heightmatch {
  display: flex;
  flex-wrap: wrap;
}
.grid--heightmatch > * {
  display: flex;
}
.grid--heightmatch:before, .grid--heightmatch:after {
  display: none;
}

.grid--stretch-items > * {
  display: flex;
}

[class^=col-] {
  display: block;
  float: left;
  clear: none;
}

[class^=grid] [class^=col-] {
  clear: none !important;
}

@media (min-width: 25rem) {
  .grid-2-cols > * {
    width: 50%;
  }
  .col-1\/2 {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-3-cols > * {
    width: 33.3323333333%;
  }
  .col-1\/3 {
    width: 33.3323333333%;
  }
  .col-2\/3 {
    width: 66.6656666667%;
  }
}
@media (min-width: 25rem) {
  .grid-4-cols > * {
    width: 50%;
  }
}
@media (min-width: 60rem) {
  .grid-4-cols > * {
    width: 25%;
  }
  .col-1\/4 {
    width: 25%;
  }
  .col-3\/4 {
    width: 75%;
  }
}
@media (min-width: 25rem) {
  .grid-5-cols > * {
    width: 50%;
  }
}
@media (min-width: 50rem) {
  .grid-5-cols > * {
    width: 33.3323333333%;
  }
}
@media (min-width: 65rem) {
  .grid-5-cols > * {
    width: 20%;
  }
  .col-1\/5 {
    width: 20%;
  }
  .col-2\/5 {
    width: 40%;
  }
  .col-3\/5 {
    width: 60%;
  }
  .col-4\/5 {
    width: 80%;
  }
}
@media (min-width: 20rem) {
  .grid-2-cols\@mobile > * {
    width: 50%;
  }
  .col-1\/2\@mobile {
    width: 50%;
  }
  .offset-1\/2\@mobile {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@mobile {
    margin-right: 50%;
  }
  .offset-none\@mobile {
    margin-left: 0;
    margin-right: 0;
  }
  .col-1\/2\@mobile {
    width: 50%;
  }
  .grid-3-cols\@mobile > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@mobile {
    width: 33.3323333333%;
  }
  .offset-1\/3\@mobile {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@mobile {
    margin-right: 33.3323333333%;
  }
  .offset-none\@mobile {
    margin-left: 0;
    margin-right: 0;
  }
  .col-2\/3\@mobile {
    width: 66.6656666667%;
  }
  .grid-4-cols\@mobile > * {
    width: 25%;
  }
  .col-1\/4\@mobile {
    width: 25%;
  }
  .offset-1\/4\@mobile {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@mobile {
    margin-right: 25%;
  }
  .offset-none\@mobile {
    margin-left: 0;
    margin-right: 0;
  }
  .col-3\/4\@mobile {
    width: 75%;
  }
  .grid-6-cols\@mobile > * {
    width: 16.6656666667%;
  }
  .col-1\/6\@mobile {
    width: 16.6656666667%;
  }
  .offset-1\/6\@mobile {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@mobile {
    margin-right: 16.6656666667%;
  }
  .offset-none\@mobile {
    margin-left: 0;
    margin-right: 0;
  }
  .col-5\/6\@mobile {
    width: 83.3323333333%;
  }
  .col-full\@mobile {
    width: 100%;
  }
}
@media (min-width: 35rem) {
  .grid-2-cols\@mobile-wide > * {
    width: 50%;
  }
  .col-1\/2\@mobile-wide {
    width: 50%;
  }
  .offset-1\/2\@mobile-wide {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@mobile-wide {
    margin-right: 50%;
  }
  .offset-none\@mobile-wide {
    margin-left: 0;
    margin-right: 0;
  }
  .col-1\/2\@mobile-wide {
    width: 50%;
  }
  .grid-3-cols\@mobile-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@mobile-wide {
    width: 33.3323333333%;
  }
  .offset-1\/3\@mobile-wide {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@mobile-wide {
    margin-right: 33.3323333333%;
  }
  .offset-none\@mobile-wide {
    margin-left: 0;
    margin-right: 0;
  }
  .col-2\/3\@mobile-wide {
    width: 66.6656666667%;
  }
  .grid-4-cols\@mobile-wide > * {
    width: 25%;
  }
  .col-1\/4\@mobile-wide {
    width: 25%;
  }
  .offset-1\/4\@mobile-wide {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@mobile-wide {
    margin-right: 25%;
  }
  .offset-none\@mobile-wide {
    margin-left: 0;
    margin-right: 0;
  }
  .col-3\/4\@mobile-wide {
    width: 75%;
  }
  .grid-6-cols\@mobile-wide > * {
    width: 16.6656666667%;
  }
  .col-1\/6\@mobile-wide {
    width: 16.6656666667%;
  }
  .offset-1\/6\@mobile-wide {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@mobile-wide {
    margin-right: 16.6656666667%;
  }
  .offset-none\@mobile-wide {
    margin-left: 0;
    margin-right: 0;
  }
  .col-5\/6\@mobile-wide {
    width: 83.3323333333%;
  }
  .col-full\@mobile-wide {
    width: 100%;
  }
}
@media (min-width: 47.5rem) {
  .grid-2-cols\@tablet > * {
    width: 50%;
  }
  .col-1\/2\@tablet {
    width: 50%;
  }
  .offset-1\/2\@tablet {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@tablet {
    margin-right: 50%;
  }
  .offset-none\@tablet {
    margin-left: 0;
    margin-right: 0;
  }
  .col-1\/2\@tablet {
    width: 50%;
  }
  .grid-3-cols\@tablet > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@tablet {
    width: 33.3323333333%;
  }
  .offset-1\/3\@tablet {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@tablet {
    margin-right: 33.3323333333%;
  }
  .offset-none\@tablet {
    margin-left: 0;
    margin-right: 0;
  }
  .col-2\/3\@tablet {
    width: 66.6656666667%;
  }
  .grid-4-cols\@tablet > * {
    width: 25%;
  }
  .col-1\/4\@tablet {
    width: 25%;
  }
  .offset-1\/4\@tablet {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@tablet {
    margin-right: 25%;
  }
  .offset-none\@tablet {
    margin-left: 0;
    margin-right: 0;
  }
  .col-3\/4\@tablet {
    width: 75%;
  }
  .grid-6-cols\@tablet > * {
    width: 16.6656666667%;
  }
  .col-1\/6\@tablet {
    width: 16.6656666667%;
  }
  .offset-1\/6\@tablet {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@tablet {
    margin-right: 16.6656666667%;
  }
  .offset-none\@tablet {
    margin-left: 0;
    margin-right: 0;
  }
  .col-5\/6\@tablet {
    width: 83.3323333333%;
  }
  .col-full\@tablet {
    width: 100%;
  }
}
@media (min-width: 55rem) {
  .grid-2-cols\@tablet-wide > * {
    width: 50%;
  }
  .col-1\/2\@tablet-wide {
    width: 50%;
  }
  .offset-1\/2\@tablet-wide {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@tablet-wide {
    margin-right: 50%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
    margin-right: 0;
  }
  .col-1\/2\@tablet-wide {
    width: 50%;
  }
  .grid-3-cols\@tablet-wide > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@tablet-wide {
    width: 33.3323333333%;
  }
  .offset-1\/3\@tablet-wide {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@tablet-wide {
    margin-right: 33.3323333333%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
    margin-right: 0;
  }
  .col-2\/3\@tablet-wide {
    width: 66.6656666667%;
  }
  .grid-4-cols\@tablet-wide > * {
    width: 25%;
  }
  .col-1\/4\@tablet-wide {
    width: 25%;
  }
  .offset-1\/4\@tablet-wide {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@tablet-wide {
    margin-right: 25%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
    margin-right: 0;
  }
  .col-3\/4\@tablet-wide {
    width: 75%;
  }
  .grid-6-cols\@tablet-wide > * {
    width: 16.6656666667%;
  }
  .col-1\/6\@tablet-wide {
    width: 16.6656666667%;
  }
  .offset-1\/6\@tablet-wide {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@tablet-wide {
    margin-right: 16.6656666667%;
  }
  .offset-none\@tablet-wide {
    margin-left: 0;
    margin-right: 0;
  }
  .col-5\/6\@tablet-wide {
    width: 83.3323333333%;
  }
  .col-full\@tablet-wide {
    width: 100%;
  }
}
@media (min-width: 85rem) {
  .grid-2-cols\@desktop > * {
    width: 50%;
  }
  .col-1\/2\@desktop {
    width: 50%;
  }
  .offset-1\/2\@desktop {
    margin-left: 50%;
  }
  .offset-reverse-1\/2\@desktop {
    margin-right: 50%;
  }
  .offset-none\@desktop {
    margin-left: 0;
    margin-right: 0;
  }
  .col-1\/2\@desktop {
    width: 50%;
  }
  .grid-3-cols\@desktop > * {
    width: 33.3323333333%;
  }
  .col-1\/3\@desktop {
    width: 33.3323333333%;
  }
  .offset-1\/3\@desktop {
    margin-left: 33.3323333333%;
  }
  .offset-reverse-1\/3\@desktop {
    margin-right: 33.3323333333%;
  }
  .offset-none\@desktop {
    margin-left: 0;
    margin-right: 0;
  }
  .col-2\/3\@desktop {
    width: 66.6656666667%;
  }
  .grid-4-cols\@desktop > * {
    width: 25%;
  }
  .col-1\/4\@desktop {
    width: 25%;
  }
  .offset-1\/4\@desktop {
    margin-left: 25%;
  }
  .offset-reverse-1\/4\@desktop {
    margin-right: 25%;
  }
  .offset-none\@desktop {
    margin-left: 0;
    margin-right: 0;
  }
  .col-3\/4\@desktop {
    width: 75%;
  }
  .grid-6-cols\@desktop > * {
    width: 16.6656666667%;
  }
  .col-1\/6\@desktop {
    width: 16.6656666667%;
  }
  .offset-1\/6\@desktop {
    margin-left: 16.6656666667%;
  }
  .offset-reverse-1\/6\@desktop {
    margin-right: 16.6656666667%;
  }
  .offset-none\@desktop {
    margin-left: 0;
    margin-right: 0;
  }
  .col-5\/6\@desktop {
    width: 83.3323333333%;
  }
  .col-full\@desktop {
    width: 100%;
  }
}
.col-full {
  width: 100%;
}

.wp-block-buttons .wp-block-button {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  background: #fff;
  color: black;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
}

.wp-block-image.is-style-icon {
  max-width: 15em !important;
  margin: 1.5em 1.5em 0 0 !important;
  float: left;
}

.wp-block-embed:has(iframe[class*=optanon][data-src])::before {
  display: block;
  max-width: 100%;
  text-align: center;
  white-space: normal;
  padding: 0.75rem;
  content: "Sorry, you must enable cookies to see this content";
  color: #e52431;
}

h2.wp-block-timeline-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-timeline {
  margin: 0 0 0 1em;
  padding: 0;
  border-top: 3px dotted #eee;
  border-bottom: 3px dotted #eee;
}
@media (min-width: 60rem) {
  .wp-block-timeline {
    margin: 0;
  }
}
.wp-block-timeline .blob {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("/wp-content/themes/sense-international/assets/img/blob-simple--primary.svg");
  background-repeat: no-repeat;
}
.wp-block-timeline p {
  margin: 0;
  padding: 0;
}
.wp-block-timeline p:last-of-type {
  padding-bottom: 2em;
}
.wp-block-timeline h3 {
  margin: 0;
  padding: 1em 0 0.5em 0;
}
.wp-block-timeline .left {
  position: relative;
  display: block;
  box-sizing: border-box;
  border-left: 10px solid #653279;
  padding-left: 5%;
}
@media (min-width: 60rem) {
  .wp-block-timeline .left {
    width: 50%;
    padding-right: 5%;
    border-left: 0;
    border-right: 10px solid #653279;
  }
}
@media (min-width: 60rem) {
  .wp-block-timeline .left h3 {
    text-align: right;
  }
}
@media (min-width: 60rem) {
  .wp-block-timeline .left p {
    text-align: right;
  }
}
.wp-block-timeline .left p img {
  float: none !important;
  text-align: right;
  margin: 0 0 1em 0;
  padding: 0;
  max-width: unset;
  display: block;
  width: 100%;
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
}
.wp-block-timeline .left .blob {
  left: -30px;
  top: 28px;
}
@media (min-width: 60rem) {
  .wp-block-timeline .left .blob {
    left: unset;
    right: -30px;
    top: 28px;
  }
}
.wp-block-timeline .right {
  position: relative;
  display: block;
  box-sizing: border-box;
  border-left: 10px solid #653279;
  padding-left: 5%;
}
@media (min-width: 60rem) {
  .wp-block-timeline .right {
    width: 50%;
    margin-left: 50%;
    transform: translateX(-10px);
  }
}
.wp-block-timeline .right h3 {
  text-align: left;
}
.wp-block-timeline .right p img {
  float: none !important;
  text-align: right;
  margin: 0 0 1em 0;
  padding: 0;
  max-width: unset;
  display: block;
  width: 100%;
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
}
.wp-block-timeline .right .blob {
  left: -30px;
  top: 28px;
}

html {
  position: relative;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 280px) {
  html {
    font-size: 95%;
  }
}
@media (min-width: 50em) {
  html {
    font-size: 115%;
  }
}
@media (min-width: 67.5em) {
  html {
    font-size: 125%;
  }
}
@media (min-width: 85em) {
  html {
    font-size: 140%;
  }
}

body {
  font-family: "FS Albert", "Arial", sans-serif;
  line-height: 1.5;
  color: black;
  background: white;
  font-weight: 400;
  tap-highlight-color: rgba(0, 156, 155, 0.25);
}

::-moz-selection {
  background: rgba(0, 156, 155, 0.2);
}

::selection {
  background: rgba(0, 156, 155, 0.2);
}

a {
  color: #653279;
  cursor: pointer;
  text-decoration-thickness: 0.1em;
}

a:hover, a:focus {
  color: black;
}

a img {
  border: 0px;
}

a[href^=mailto], .url {
  word-break: break-word;
}

p a:not([class]) {
  color: #653279;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 0.15em solid #653279;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1;
  font-weight: 700;
}

h1 {
  margin: 0 0 calc(0.75rem + 5vmin);
}

h2, h3, h4, h5, h6 {
  margin: 4rem 0 1.5rem;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6,
.subheading {
  margin-top: 0;
}

h1 + .subheading {
  margin-top: -5vmin;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.25rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.9rem;
}

@media (min-width: 60rem) and (min-height: 30rem) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 1.75rem;
  }
  h3, .h3 {
    font-size: 1.5rem;
  }
  h4, .h4 {
    font-size: 1.25rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
p {
  margin: 0 0 1.5em;
}
p:empty {
  margin: 0;
}

acronym, abbr {
  border-bottom: 1px dotted #333;
}

strong,
.strong {
  font-weight: 700;
}

i {
  font-style: normal;
}

em {
  font-style: italic;
}

li {
  margin-bottom: 0.5rem;
}

ul {
  margin: 0 0 1.5rem;
  list-style-type: square;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}

ol {
  margin: 0 0 1.5rem;
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}

nav ul {
  list-style: none;
  padding: 0;
}
nav a {
  text-decoration: none;
}

dl {
  margin: 0 0 1.5rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

hr {
  clear: both;
  height: 0.25rem;
  background: center center/contain no-repeat url("../img/path-separator1.svg");
  border: 0 !important;
  margin: 4rem auto;
}

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

iframe {
  max-width: 100%;
}

figure {
  position: relative;
  margin: 0 0 2rem;
}
figure img {
  width: 100%;
}

figcaption {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  background: #fff;
  color: black;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
}
figcaption p:last-child {
  margin-bottom: 0;
}

pre {
  clear: both;
  font-size: 0.9em;
  line-height: 1.25;
  margin: 1.5rem 0;
  padding: 1em;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  background: black;
  color: #fff;
  max-width: 100%;
  overflow: auto;
}
pre::-moz-selection {
  background: rgba(101, 50, 121, 0.75);
  color: white;
}
pre::selection {
  background: rgba(101, 50, 121, 0.75);
  color: white;
}

code {
  display: inline-block;
  line-height: 1.25;
  font-size: 0.8em;
  background: rgba(101, 50, 121, 0.05);
  padding: 0 0.2em;
  color: #653279;
  border: 1px rgba(101, 50, 121, 0.25) solid;
  border-radius: 0.2em;
}

table {
  font-size: 0.9em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 2rem;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.25;
}
table p:last-child {
  margin-bottom: 0;
}

caption {
  text-align: start;
}

thead {
  border-bottom: 2px solid #1b1d1f;
}
thead td, thead th {
  background: #fff;
  vertical-align: bottom;
}

tfoot {
  border-top: 2px solid #1b1d1f;
}

tr {
  background: rgba(241, 241, 241, 0.5);
  border-bottom: 1px solid #f1f1f1;
}
tr:nth-child(even) {
  background: #fff;
}

td, th {
  padding: 1em;
}

th {
  color: #1b1d1f;
  font-weight: 700;
  text-align: start;
}

td {
  vertical-align: middle;
}

.accordion__title {
  margin: 0.75rem 0;
  padding: 0.5rem;
}

.accordion__toggle {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

address {
  font-style: normal;
}

.intro,
.is-style-intro {
  font-size: 1.125rem;
  line-height: 1.25;
  max-width: 40rem;
}
@media (min-width: 40em) {
  .intro,
  .is-style-intro {
    font-size: 1.25em;
  }
}

p.intro-xl,
p.is-style-intro-xl {
  font-size: 1.75rem;
  line-height: 1.25;
  color: #653279;
}
@media (min-width: 40em) {
  p.intro-xl,
  p.is-style-intro-xl {
    font-size: 1.5em;
  }
}

p.is-style-huge {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  color: #009C9B;
}
@media (min-width: 40em) {
  p.is-style-huge {
    font-size: 3em;
  }
}

p.is-style-bigpurple {
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  color: #653279;
}
@media (min-width: 40em) {
  p.is-style-bigpurple {
    font-size: 2em;
  }
}

.stat {
  font-size: 1.5em;
  font-weight: 700;
  color: #653279;
  text-decoration: none;
}
.stat a {
  color: #653279;
  text-decoration: none;
}

.font-6xl {
  font-size: 3rem !important;
}

.font-5xl {
  font-size: 2.5rem !important;
}

.font-4xl {
  font-size: 2rem !important;
}

.font-3xl {
  font-size: 1.75rem !important;
}

.font-2xl {
  font-size: 1.5rem !important;
}

.font-xl {
  font-size: 1.25rem !important;
}

.font-lg {
  font-size: 1.125rem !important;
}

.font-md {
  font-size: 1rem !important;
}

.font-sm {
  font-size: 0.9rem !important;
}

.font-xs {
  font-size: 0.8rem !important;
}

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

.font-3xs {
  font-size: 0.65rem !important;
}

.font-primary {
  font-family: "FS Albert", "Arial", sans-serif;
}

main p:not([class]),
article p:not([class]) {
  max-width: 40rem;
}
main ul:not([class]),
main ol:not([class]),
article ul:not([class]),
article ol:not([class]) {
  max-width: calc(40rem - 1.5em);
}

hgroup,
.hgroup {
  margin: 0 0 2rem;
}
hgroup h1, hgroup .h1, hgroup h2, hgroup .h2, hgroup h3, hgroup .h3, hgroup h4, hgroup .h4, hgroup h5, hgroup .h5, hgroup h6, hgroup .h6,
.hgroup h1,
.hgroup .h1,
.hgroup h2,
.hgroup .h2,
.hgroup h3,
.hgroup .h3,
.hgroup h4,
.hgroup .h4,
.hgroup h5,
.hgroup .h5,
.hgroup h6,
.hgroup .h6 {
  margin: 0 0 0.5rem;
}

.caps {
  text-transform: uppercase;
}

.url {
  color: black;
}

.link-access,
.visually-hidden,
.screen-reader-text {
  display: block;
  position: absolute;
  left: -9999em;
  clip: rect(0 0 0 0);
}
.link-access:focus,
.visually-hidden:focus,
.screen-reader-text:focus {
  position: static;
  left: auto;
  clip: none;
}

html,
body {
  overflow-x: hidden;
  position: static;
}

body {
  --scrollbar: 20px; /* default if Javascript is disabled */
}

main {
  position: relative;
  margin-bottom: 4em;
  z-index: 1;
}
main:after {
  content: "";
  display: table;
  clear: both;
}

section {
  margin: 0 0 4rem;
}
section:first-child {
  margin-top: 0;
}

.wrap {
  margin: 0 auto;
  padding: 0 1.2rem;
  max-width: 80rem;
}
@media (min-width: 40rem) {
  .wrap {
    padding: 0 2.4rem;
  }
}
@media (min-width: 60rem) {
  .wrap {
    padding: 0 5%;
  }
}

.wrap-content-center {
  margin: 0 auto;
}
.wrap-content-center:after {
  content: "";
  display: table;
  clear: both;
}

.wrap-content-center > *:where(:not(.alignwide, .alignfull)),
.wp-block:where(:not(.alignwide, .alignfull)) {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
.wrap-content-center > *[data-align=wide], .wrap-content-center > *.align-wide, .wrap-content-center > *.alignwide,
.wp-block[data-align=wide],
.wp-block.align-wide,
.wp-block.alignwide {
  margin-left: auto;
  margin-right: auto;
}
.wrap-content-center > *[data-align=full], .wrap-content-center > *.align-full, .wrap-content-center > *.alignfull,
.wp-block[data-align=full],
.wp-block.align-full,
.wp-block.alignfull {
  max-width: none;
  width: calc(100vw - var(--scrollbar));
  margin-left: calc(-50vw + var(--scrollbar) / 2.4 + 50%);
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%);
}

[class*=wp-block] {
  margin-bottom: 2rem;
}

.align-left,
.alignleft {
  float: none;
}
@media (min-width: 35rem) {
  .align-left,
  .alignleft {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .align-left.size-xs, .align-left.size-sm, .align-left.size-small,
  .alignleft.size-xs,
  .alignleft.size-sm,
  .alignleft.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .align-left.size-xs, .align-left.size-sm, .align-left.size-small,
  .alignleft.size-xs,
  .alignleft.size-sm,
  .alignleft.size-small {
    float: left;
    clear: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}

.align-right,
.alignright {
  float: none;
}
@media (min-width: 35rem) {
  .align-right,
  .alignright {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .align-right.size-xs, .align-right.size-sm, .align-right.size-small,
  .alignright.size-xs,
  .alignright.size-sm,
  .alignright.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .align-right.size-xs, .align-right.size-sm, .align-right.size-small,
  .alignright.size-xs,
  .alignright.size-sm,
  .alignright.size-small {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}

.align-center,
.align-centre {
  margin-left: auto !important;
  margin-right: auto !important;
}

.align-full,
.alignfull {
  max-width: none;
  width: calc(100vw - var(--scrollbar));
  margin-left: calc(-50vw + var(--scrollbar) / 2.4 + 50%);
  margin-right: calc(-50vw + var(--scrollbar) / 2 + 50%);
}

.wrap-wysiwyg:after {
  content: "";
  display: table;
  clear: both;
}

.size-line-length-max {
  max-width: 40rem;
  box-sizing: border-box;
}

.size-xs,
.size-sm {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 20rem) {
  .size-xs,
  .size-sm,
  .size-small {
    max-width: calc(50% - 1.25rem);
  }
}
@media (min-width: 35rem) {
  .size-xs {
    max-width: calc(25% - 1.25rem);
  }
  .size-sm,
  .size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .size-sm,
  .size-small {
    max-width: calc(20% - 1.25rem);
  }
  .size-md,
  .size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: min(56.25%, 90vh);
  height: 0;
  max-height: 80vh;
  overflow: hidden;
  box-sizing: border-box;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article__header {
  margin: 0 0 calc(0.75rem + 5vmin);
}
.article__header h1 {
  margin-bottom: 0.5rem;
}

.article__meta {
  margin-bottom: 1.5rem;
}

.article__icon {
  display: inline-block;
  width: 20%;
  max-width: 3.5em;
  margin: 0.5rem 1rem 1rem -0.2rem;
  vertical-align: middle;
  border-radius: 50%;
  border: 0.2rem solid white;
}
.article__icon img {
  border-radius: 50%;
}
.article__icon + .article__icon {
  margin: 0.5rem 1rem 1rem -3em;
}

.article__footer .iconList__content > * {
  margin-bottom: 0.5rem;
}

.siteHeader {
  padding: 1em 0;
  z-index: 2;
  overflow: visible;
  background: white url(/wp-content/themes/sense-international-2025/assets/img/header.png) center bottom repeat-x;
  background-size: 100%;
  position: relative;
}
@media (min-width: 55rem) {
  .siteHeader {
    padding: 2em 0 2em 0;
    font-size: 0.85em;
    box-shadow: none;
  }
}
@media (min-width: 70rem) {
  .siteHeader {
    font-size: 0.9em;
  }
}
@media (min-width: 80rem) {
  .siteHeader {
    font-size: 1em;
  }
}
.siteHeader__actions {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
}
@media screen and (min-width: 300px) {
  .siteHeader__actions {
    position: absolute;
    right: 0;
    text-align: left;
  }
}
.siteHeader__skip {
  position: absolute !important;
  top: 1em;
  left: 1em;
  color: #653279;
  font-weight: bold;
  padding: 1em;
}
.siteHeader__skip.visually-hidden.focusable:focus {
  position: absolute !important;
  z-index: 99;
}
.siteHeader__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.siteHeader__toggleSearch {
  border: 0;
  width: 2.2em;
  height: 2.2em;
  background: center center no-repeat url("/wp-content/themes/sense-international/assets/img/icons/icon-magnifier.svg");
  cursor: pointer;
  padding: 0;
  margin: 0.5em 0 0 0.4em;
  border-bottom: none;
}
@media (min-width: 55rem) {
  .siteHeader__toggleSearch {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
}
.siteHeader__toggleSearch:hover, .siteHeader__toggleSearch:focus {
  opacity: 0.75;
}
.siteHeader__button {
  flex: 1 1 auto;
  margin: 0 0 0 0.5rem;
  justify-content: center;
  padding: 3px 0 0 0;
}
@media (min-width: 20rem) {
  .siteHeader__button {
    flex: 0 1 auto;
  }
}
.no-js .siteHeader__button {
  display: none;
}

@media (min-width: 55rem) {
  .siteHeader__button {
    display: none;
  }
}
.siteHeader__button--search {
  display: none;
}
.siteHeader .headerInner {
  position: relative;
}
@media (min-width: 55rem) {
  .siteHeader .headerInner {
    display: flex;
  }
}
.siteHeader .headerInner h1 {
  width: 50%;
  max-width: 190px;
  margin: 0 auto;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 300px) {
  .siteHeader .headerInner h1 {
    margin: unset;
    text-align: left;
    padding-bottom: 0em;
  }
}
@media (min-width: 55rem) {
  .siteHeader .headerInner h1 {
    flex: 1;
    max-width: 290px;
  }
}
.siteHeader .headerInner nav {
  display: none;
  flex: unset;
}
@media (min-width: 55rem) {
  .siteHeader .headerInner nav {
    display: block;
    flex: 5;
  }
}

#primaryNav.is-active {
  display: block !important;
}

li.menu-item-20 a:hover details summary {
  color: #ccc;
  text-decoration: none;
}

.menu-item-donate {
  padding: 0.4em 0.6em;
  font-size: 1.1em;
  float: left;
  font-weight: bold;
  margin-right: 0;
  color: white;
  background: #653279;
  border-radius: 99em;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 55rem) {
  .menu-item-donate {
    display: none;
    padding: 0.4em 1.2em;
  }
}

.menu-item-642 {
  display: none;
}
@media (min-width: 55rem) {
  .menu-item-642 {
    display: block;
  }
}

nav.breadcrumbs {
  text-transform: lowercase;
}
nav.breadcrumbs .wrap {
  line-height: 0.9em;
  padding-bottom: 0.3em;
}
nav.breadcrumbs ul {
  padding: 0;
  margin: 0;
  font-size: 0.7em;
  display: inline;
}
nav.breadcrumbs ul li {
  display: inline;
}
nav.breadcrumbs ul li:before {
  content: ">";
  padding: 0 0.3em 0 0.1em;
}
nav.breadcrumbs ul li:first-of-type:before {
  content: "";
}

.hamburger-inner {
  width: 2.5em;
  height: 0.3em !important;
}

.hamburger-inner:before {
  width: 2.5em;
  height: 0.3em !important;
  top: -0.8em;
}

.hamburger-inner:after {
  width: 2.5em;
  height: 0.3em !important;
  bottom: -0.8em;
}

#siteHeader__search--input {
  display: none;
}
#siteHeader__search--input.is-active {
  display: block !important;
  position: absolute;
  background: #653279;
  top: 5em;
  text-align: center;
  width: 100%;
  padding: 2vw;
}
#siteHeader__search--input.is-active input#s {
  min-width: 50%;
}
#siteHeader__search--input.is-active input#searchsubmit {
  background: black;
}
#siteHeader__search--input.is-active input#searchsubmit:hover {
  background: #222;
}

li.primaryNav__item.primaryNav__search {
  border-bottom: 0;
}

.siteFooter {
  text-align: center;
  position: relative;
  margin-top: 2rem;
  background: white url(/wp-content/themes/sense-international-2025/assets/img/footer.png) center top repeat-x;
  background-size: 100%;
  line-height: 1.25;
  z-index: 2;
}
@media (min-width: 60rem) {
  .siteFooter {
    margin-top: 2rem;
  }
}
@media (min-width: 50rem) {
  .siteFooter {
    text-align: left;
  }
}
.siteFooter .copyright {
  float: right;
  font-size: 0.7em;
}
.siteFooter .siteFooter__socialLinks img {
  width: 1em;
  display: inline-block;
}
.siteFooter__top {
  padding: 2.5rem 0;
}
.siteFooter h2 {
  margin-top: 0;
}
.siteFooter p {
  margin-bottom: 0.5em;
}
.siteFooter .ginput_container_email input {
  padding: 1.2em !important;
  width: 300px !important;
}
.siteFooter .gform_body, .siteFooter .gform_footer {
  display: inline-block !important;
}
.siteFooter .gform_button {
  padding: 0.65em 2em;
}
.siteFooter label.gfield_label {
  display: none !important;
}
.siteFooter form {
  margin-bottom: 1em;
}

.footerNav {
  display: block;
  padding: 1em 0;
  border-top: 1px solid #999;
}

.footerNav__list {
  margin: 0;
  padding-left: 0;
  display: inline-block;
  list-style: none;
}
.footerNav__list li {
  display: inline-block;
  list-style: none;
}
.footerNav__list li a {
  color: #009C9B;
  font-size: 0.7em;
  font-weight: bold;
  padding-right: 1em;
  text-decoration: none;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=search],
input[type=date],
input[type=time],
textarea,
select {
  width: 100%;
  max-width: 15em;
  font-size: 1.1em;
  padding: 0.6125em 0.75em;
  background: #fff;
  border: 0.15em solid rgba(50, 50, 50, 0.25);
  box-sizing: border-box;
  border-radius: 0.25rem;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=time]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(101, 50, 121, 0.85);
}

fieldset {
  border: 0;
  padding: 0;
}

textarea {
  max-width: 30em;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff url("../img/icon-chevron-down-primary.svg") no-repeat right 0.75em center;
  background-size: 0.75em;
  padding-right: 3em;
}
select::-ms-expand {
  display: none;
}

legend {
  margin-bottom: 0.5rem;
}

label {
  display: block;
}

.form-item {
  margin-bottom: 1rem;
}

.fieldgroup {
  padding: 0;
  border-width: 0;
  margin-bottom: 1.5rem;
}

.js-form-type-checkbox,
.js-form-type-radio {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: flex-start;
}
.js-form-type-checkbox input,
.js-form-type-radio input {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}
.js-form-type-checkbox label,
.js-form-type-radio label {
  cursor: pointer;
}

.form--inline .form-item {
  margin-right: 1rem;
}

#searchsubmit {
  background: #653279;
  color: white;
  border: none;
  padding: 0.8em 1em;
}

.wp-block.banner {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: 0;
}
@media (min-width: 55rem) {
  .wp-block.banner {
    background-size: cover;
    min-height: 65vh;
    position: relative;
    overflow: hidden;
  }
}
.wp-block.banner figure {
  position: relative;
  z-index: 0;
  margin: 0;
}
@media (min-width: 55rem) {
  .wp-block.banner figure {
    display: none;
  }
}
.wp-block.banner h1 {
  z-index: 1;
  margin: 0.4em 0;
}
@media (min-width: 55rem) {
  .wp-block.banner h1 {
    margin: unset;
  }
}
.wp-block.banner .title {
  width: 100%;
  text-align: left;
  z-index: 1;
  display: block;
}
@media (min-width: 55rem) {
  .wp-block.banner .title {
    position: absolute;
    top: 0.2em;
  }
}
.wp-block.banner .title span {
  background: #009C9B;
  color: white;
  padding: 0 0.1em;
}
@media (min-width: 55rem) {
  .wp-block.banner .title span {
    padding: 0.2em 0.3em;
    margin: 0 auto;
  }
}
.wp-block.banner .button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  color: white;
  background: #653279;
  z-index: 1;
}
.wp-block.banner .description a {
  display: inline-block;
  padding-top: 1em;
  color: white;
  font-weight: normal;
  border-color: white;
}
.wp-block.banner .description a:after {
  content: " »";
}
@media screen and (min-width: 55rem) {
  .wp-block.banner .description {
    padding: calc(0.75rem + 2.5vmin) calc(0.75rem + 2%);
    position: absolute;
    color: white;
    width: 60vw;
    z-index: 1;
    top: 20%;
    border: 1px solid transparent;
    border-image-slice: 40 40 40 40 fill;
    border-image-width: 40px 40px 40px 40px;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;
    border-image-source: url("/wp-content/themes/sense-international/assets/img/path-panel.svg");
  }
}
@media screen and (min-width: 1500px) {
  .wp-block.banner .description {
    width: 25vw;
  }
}
.wp-block.banner.is-purple .description {
  border-image-source: url("/wp-content/themes/sense-international/assets/img/path-panel-purple.svg");
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.85em 1.25em;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 1.5rem;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #653279;
  color: white;
}
.button:hover, .button:focus, .button:active {
  color: white;
  box-shadow: inset 0 0 0 2em black;
}
.button--sm {
  font-size: 0.9em;
}
.button--lg {
  font-size: 1.125em;
}
.button--block {
  display: block;
  width: 100%;
  text-align: center;
}
.button--primary {
  background-color: #653279;
  color: choose-contrast-color-prefer-white(#653279);
}
.button--primary:hover, .button--primary:focus {
  color: white;
}
.button--secondary {
  background-color: #009C9B;
  color: choose-contrast-color-prefer-white(#009C9B);
}
.button--secondary:hover, .button--secondary:focus {
  color: white;
}
.button--tertiary {
  background-color: #FFDE00;
  color: choose-contrast-color-prefer-white(#FFDE00);
}
.button--tertiary:hover, .button--tertiary:focus {
  color: white;
}
.button--white {
  background-color: white;
  color: choose-contrast-color-prefer-white(white);
}
.button--white:hover, .button--white:focus {
  color: white;
}
.button--black {
  background-color: black;
  color: choose-contrast-color-prefer-white(black);
}
.button--black:hover, .button--black:focus {
  box-shadow: inset 0 0 0 2em #4d4d4d;
}
.button--black:hover, .button--black:focus {
  color: white;
}
.button[disabled] {
  opacity: 0.75;
  border-color: #ccc;
  background: #ccc;
  background-position: 0% bottom;
  color: #aaa;
  cursor: not-allowed;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.85em 1.25em;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 1.5rem;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #653279;
  color: white;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:active {
  color: white;
  box-shadow: inset 0 0 0 2em black;
}
.wp-block-button.is-style-sm .wp-block-button__link {
  font-size: 0.9em;
}
.wp-block-button.is-style-lg .wp-block-button__link {
  font-size: 1.125em;
}
.wp-block-button.is-style-primary .wp-block-button__link {
  background-color: #653279;
  color: choose-contrast-color-prefer-white(#653279);
}
.wp-block-button.is-style-primary .wp-block-button__link:hover, .wp-block-button.is-style-primary .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-secondary .wp-block-button__link {
  background-color: #009C9B;
  color: choose-contrast-color-prefer-white(#009C9B);
}
.wp-block-button.is-style-secondary .wp-block-button__link:hover, .wp-block-button.is-style-secondary .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-tertiary .wp-block-button__link {
  background-color: #FFDE00;
  color: choose-contrast-color-prefer-white(#FFDE00);
}
.wp-block-button.is-style-tertiary .wp-block-button__link:hover, .wp-block-button.is-style-tertiary .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-white .wp-block-button__link {
  background-color: white;
  color: choose-contrast-color-prefer-white(white);
}
.wp-block-button.is-style-white .wp-block-button__link:hover, .wp-block-button.is-style-white .wp-block-button__link:focus {
  color: white;
}
.wp-block-button.is-style-black .wp-block-button__link {
  background-color: black;
  color: choose-contrast-color-prefer-white(black);
}
.wp-block-button.is-style-black .wp-block-button__link:hover, .wp-block-button.is-style-black .wp-block-button__link:focus {
  box-shadow: inset 0 0 0 2em #4d4d4d;
}
.wp-block-button.is-style-black .wp-block-button__link:hover, .wp-block-button.is-style-black .wp-block-button__link:focus {
  color: white;
}

.card {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-items: stretch;
  justify-content: space-around;
  margin: 0 0 2rem;
}
.card__figure {
  align-self: stretch;
  flex: 66 1 35%;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.card__figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.card__figure--no-crop {
  background: radial-gradient(#e4e4e4, #f1f1f1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: space-evenly;
  align-content: center;
}
.card__figure--no-crop img {
  margin: auto;
  flex: 1 1 auto;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 50vh;
}
.card__figure--no-mask {
  margin: 0;
  -webkit-mask: none;
          mask: none;
}
.card__content {
  margin: 0;
  flex: 99 1 13.5em;
  align-self: center;
  justify-self: center;
  box-sizing: border-box;
}
@media (min-width: 45rem) {
  .card__content {
    flex: 99 1 25em;
  }
}
.card__content > :first-child {
  margin-top: 0;
}
.card__content > :last-child {
  margin-bottom: 0;
}
.card__meta {
  color: #555;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}
.card__date {
  font-size: 0.8rem;
  margin: 0 0.25rem 0.25rem 0;
  display: inline-block;
  vertical-align: middle;
  color: #653279;
}
.card .price {
  color: black;
}
.card__footer {
  margin-top: 0.75rem;
  font-size: 0.8rem;
}
.card p, .card__description {
  color: black;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.25;
}
.card__description > :first-child {
  margin-top: 0;
}
.card__title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.card .line-clamp {
  position: relative;
  overflow: hidden;
  max-height: 3.75em;
  padding-bottom: 0.9375em;
}
.card .line-clamp:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.9375em;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

.grid div:nth-of-type(1) .card .card__figure {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
}

.grid div:nth-of-type(2) .card .card__figure {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
}

.grid div:nth-of-type(3) .card .card__figure {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
}

.grid div:nth-of-type(4) .card .card__figure {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
}

.grid div:nth-of-type(5) .card .card__figure {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
}

.grid div:nth-of-type(6) .card .card__figure {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
}

.grid div:nth-of-type(7) .card .card__figure {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
}

.grid div:nth-of-type(8) .card .card__figure {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
}

.grid div:nth-of-type(9) .card .card__figure {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
}

.grid div:nth-of-type(10) .card .card__figure {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
}

.grid div:nth-of-type(11) .card .card__figure {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
}

.grid div:nth-of-type(12) .card .card__figure {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
}

a.card {
  text-decoration: none;
}
a.card .card__title {
  text-decoration: underline;
  text-decoration-thickness: 0.05em;
}
a.card:hover figure, a.card:focus figure {
  background: #009C9B;
}
a.card:hover figure img, a.card:focus figure img {
  opacity: 0.75;
}
@supports (mix-blend-mode: luminosity) {
  a.card:hover figure img, a.card:focus figure img {
    opacity: 1;
    mix-blend-mode: normal;
  }
}
a.card:hover .card__figure--no-crop, a.card:focus .card__figure--no-crop {
  background: radial-gradient(#e4e4e4, #f1f1f1);
}
@supports (mix-blend-mode: luminosity) {
  a.card:hover .card__figure--no-crop img, a.card:focus .card__figure--no-crop img {
    mix-blend-mode: none;
  }
}
a.card:focus-visible {
  outline: none;
  box-shadow: 0 0.1rem 0.1rem rgba(120, 120, 120, 0.05), 0 0 0.5rem #009C9B;
}

.acf-map {
  margin: auto;
  width: 100%;
  aspect-ratio: 3/2;
  max-height: 80vh;
}
.acf-map img {
  max-width: inherit !important;
}

.image--circle-masked {
  position: relative;
}
.image--circle-masked__container {
  width: auto;
  aspect-ratio: 1/0.93766;
}
.image--circle-masked img {
  height: 100%;
  width: 100%;
  max-width: 100% !important;
  -webkit-mask-image: url("../img/blob--solid.svg");
          mask-image: url("../img/blob--solid.svg");
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}
.image--circle-masked__shadow {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.image--circle {
  border-radius: 50%;
}
.image--circle img {
  border-radius: 50%;
}

figure.is-style-primary,
.wp-block-embed.is-style-primary {
  background: #653279;
  background-clip: padding-box;
  border-style: solid;
  border-color: #653279;
  -o-border-image: url("../img/bg-embed--primary.svg");
     border-image: url("../img/bg-embed--primary.svg");
  border-image-slice: 5% fill;
  border-width: 0.75rem;
  box-sizing: border-box;
}
figure.is-style-secondary,
.wp-block-embed.is-style-secondary {
  background: #009C9B;
  background-clip: padding-box;
  border-style: solid;
  border-color: #009C9B;
  -o-border-image: url("../img/bg-embed--secondary.svg");
     border-image: url("../img/bg-embed--secondary.svg");
  border-image-slice: 5% fill;
  border-width: 0.75rem;
  box-sizing: border-box;
}

.wp-block-embed {
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-embed .wp-block-embed__wrapper {
  margin-bottom: 0;
  min-width: auto !important;
}
.wp-block-embed .wp-block-embed__wrapper:not([data-align]) {
  max-width: 100%;
}
.wp-block-embed.alignleft, .wp-block-embed.align-left {
  float: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-embed.alignleft, .wp-block-embed.align-left {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .wp-block-embed.alignleft.size-xs, .wp-block-embed.alignleft.size-sm, .wp-block-embed.alignleft.size-small, .wp-block-embed.align-left.size-xs, .wp-block-embed.align-left.size-sm, .wp-block-embed.align-left.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .wp-block-embed.alignleft.size-xs, .wp-block-embed.alignleft.size-sm, .wp-block-embed.alignleft.size-small, .wp-block-embed.align-left.size-xs, .wp-block-embed.align-left.size-sm, .wp-block-embed.align-left.size-small {
    float: left;
    clear: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) and (min-width: 35rem) {
  .wp-block-embed.alignleft.size-xs, .wp-block-embed.alignleft.size-sm, .wp-block-embed.alignleft.size-small, .wp-block-embed.align-left.size-xs, .wp-block-embed.align-left.size-sm, .wp-block-embed.align-left.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .wp-block-embed.alignleft.size-md, .wp-block-embed.alignleft.size-medium, .wp-block-embed.align-left.size-md, .wp-block-embed.align-left.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.wp-block-embed.alignright, .wp-block-embed.align-right {
  float: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block-embed.align-right .wp-block-embed__wrapper {
  min-width: auto !important;
}
@media (min-width: 35rem) {
  .wp-block-embed.alignright, .wp-block-embed.align-right {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .wp-block-embed.alignright.size-xs, .wp-block-embed.alignright.size-sm, .wp-block-embed.alignright.size-small, .wp-block-embed.align-right.size-xs, .wp-block-embed.align-right.size-sm, .wp-block-embed.align-right.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .wp-block-embed.alignright.size-xs, .wp-block-embed.alignright.size-sm, .wp-block-embed.alignright.size-small, .wp-block-embed.align-right.size-xs, .wp-block-embed.align-right.size-sm, .wp-block-embed.align-right.size-small {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) and (min-width: 35rem) {
  .wp-block-embed.alignright.size-xs, .wp-block-embed.alignright.size-sm, .wp-block-embed.alignright.size-small, .wp-block-embed.align-right.size-xs, .wp-block-embed.align-right.size-sm, .wp-block-embed.align-right.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .wp-block-embed.alignright.size-md, .wp-block-embed.alignright.size-medium, .wp-block-embed.align-right.size-md, .wp-block-embed.align-right.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.wp-block-embed figcaption {
  margin-top: 0;
}

.wp-block-image,
.wp-block-embed {
  max-width: 40rem;
}
.wp-block-image .alignright,
.wp-block-image .align-right,
.wp-block-image .alignleft,
.wp-block-image .align-left,
.wp-block-embed .alignright,
.wp-block-embed .align-right,
.wp-block-embed .alignleft,
.wp-block-embed .align-left {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image .alignleft,
.wp-block-image .align-left,
.wp-block-embed .alignleft,
.wp-block-embed .align-left {
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-image .alignleft,
  .wp-block-image .align-left,
  .wp-block-embed .alignleft,
  .wp-block-embed .align-left {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .wp-block-image .alignleft.size-xs, .wp-block-image .alignleft.size-sm, .wp-block-image .alignleft.size-small,
  .wp-block-image .align-left.size-xs,
  .wp-block-image .align-left.size-sm,
  .wp-block-image .align-left.size-small,
  .wp-block-embed .alignleft.size-xs,
  .wp-block-embed .alignleft.size-sm,
  .wp-block-embed .alignleft.size-small,
  .wp-block-embed .align-left.size-xs,
  .wp-block-embed .align-left.size-sm,
  .wp-block-embed .align-left.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .wp-block-image .alignleft.size-xs, .wp-block-image .alignleft.size-sm, .wp-block-image .alignleft.size-small,
  .wp-block-image .align-left.size-xs,
  .wp-block-image .align-left.size-sm,
  .wp-block-image .align-left.size-small,
  .wp-block-embed .alignleft.size-xs,
  .wp-block-embed .alignleft.size-sm,
  .wp-block-embed .alignleft.size-small,
  .wp-block-embed .align-left.size-xs,
  .wp-block-embed .align-left.size-sm,
  .wp-block-embed .align-left.size-small {
    float: left;
    clear: left;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) and (min-width: 35rem) {
  .wp-block-image .alignleft.size-xs, .wp-block-image .alignleft.size-sm, .wp-block-image .alignleft.size-small,
  .wp-block-image .align-left.size-xs,
  .wp-block-image .align-left.size-sm,
  .wp-block-image .align-left.size-small,
  .wp-block-embed .alignleft.size-xs,
  .wp-block-embed .alignleft.size-sm,
  .wp-block-embed .alignleft.size-small,
  .wp-block-embed .align-left.size-xs,
  .wp-block-embed .align-left.size-sm,
  .wp-block-embed .align-left.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .wp-block-image .alignleft.size-md, .wp-block-image .alignleft.size-medium,
  .wp-block-image .align-left.size-md,
  .wp-block-image .align-left.size-medium,
  .wp-block-embed .alignleft.size-md,
  .wp-block-embed .alignleft.size-medium,
  .wp-block-embed .align-left.size-md,
  .wp-block-embed .align-left.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.wp-block-image .alignright,
.wp-block-image .align-right,
.wp-block-embed .alignright,
.wp-block-embed .align-right {
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-image .alignright,
  .wp-block-image .align-right,
  .wp-block-embed .alignright,
  .wp-block-embed .align-right {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) {
  .wp-block-image .alignright.size-xs, .wp-block-image .alignright.size-sm, .wp-block-image .alignright.size-small,
  .wp-block-image .align-right.size-xs,
  .wp-block-image .align-right.size-sm,
  .wp-block-image .align-right.size-small,
  .wp-block-embed .alignright.size-xs,
  .wp-block-embed .alignright.size-sm,
  .wp-block-embed .alignright.size-small,
  .wp-block-embed .align-right.size-xs,
  .wp-block-embed .align-right.size-sm,
  .wp-block-embed .align-right.size-small {
    float: none;
  }
}
@media (min-width: 20rem) and (min-width: 20rem) {
  .wp-block-image .alignright.size-xs, .wp-block-image .alignright.size-sm, .wp-block-image .alignright.size-small,
  .wp-block-image .align-right.size-xs,
  .wp-block-image .align-right.size-sm,
  .wp-block-image .align-right.size-small,
  .wp-block-embed .alignright.size-xs,
  .wp-block-embed .alignright.size-sm,
  .wp-block-embed .alignright.size-small,
  .wp-block-embed .align-right.size-xs,
  .wp-block-embed .align-right.size-sm,
  .wp-block-embed .align-right.size-small {
    float: right;
    clear: right;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 20rem) and (min-width: 35rem) {
  .wp-block-image .alignright.size-xs, .wp-block-image .alignright.size-sm, .wp-block-image .alignright.size-small,
  .wp-block-image .align-right.size-xs,
  .wp-block-image .align-right.size-sm,
  .wp-block-image .align-right.size-small,
  .wp-block-embed .alignright.size-xs,
  .wp-block-embed .alignright.size-sm,
  .wp-block-embed .alignright.size-small,
  .wp-block-embed .align-right.size-xs,
  .wp-block-embed .align-right.size-sm,
  .wp-block-embed .align-right.size-small {
    max-width: calc(33% - 1.25rem);
  }
}
@media (min-width: 65rem) {
  .wp-block-image .alignright.size-md, .wp-block-image .alignright.size-medium,
  .wp-block-image .align-right.size-md,
  .wp-block-image .align-right.size-medium,
  .wp-block-embed .alignright.size-md,
  .wp-block-embed .alignright.size-medium,
  .wp-block-embed .align-right.size-md,
  .wp-block-embed .align-right.size-medium {
    max-width: calc(33% - 1.25rem);
  }
}
.wp-block-image:not([class*=align]):not([data-align]),
.wp-block-embed:not([class*=align]):not([data-align]) {
  max-width: none;
}
.wp-block-image:not([class*=align]):not([data-align]) img:not([class*=align]), .wp-block-image:not([class*=align]):not([data-align]) img:not([class*=align]) + figcaption,
.wp-block-embed:not([class*=align]):not([data-align]) img:not([class*=align]),
.wp-block-embed:not([class*=align]):not([data-align]) img:not([class*=align]) + figcaption {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.wp-block-image img,
.wp-block-embed img {
  width: 100%;
}
.wp-block-image.alignfull, .wp-block-image.align-full,
.wp-block-embed.alignfull,
.wp-block-embed.align-full {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption,
.wp-block-embed figcaption {
  margin: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  background: #fff;
  color: black;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.05), 0 0 0.5rem rgba(0, 0, 0, 0.05);
}

.wp-block-gallery.alignfull, .wp-block-gallery.align-full {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-gallery .wp-block-image {
  max-width: none;
}
.wp-block-gallery .wp-block-image:not([class*=align]):not([data-align]) img:not([class*=align]), .wp-block-gallery .wp-block-image:not([class*=align]):not([data-align]) img:not([class*=align]) + figcaption {
  max-width: none;
}

@media (min-width: 55rem) {
  .filters__title {
    display: none;
  }
}

.facet-wrap .facet-label {
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 60rem) and (min-height: 30rem) {
  .facet-wrap .facet-label {
    font-size: 1.125rem;
  }
}
.facet-wrap .facetwp-facet {
  margin-bottom: 1.5rem;
}
.facet-wrap .facetwp-checkbox,
.facet-wrap .facetwp-radio {
  margin-bottom: 0.5rem;
  padding: 0.125rem 0.25rem 0.0625rem 1.5em;
  font-weight: 600;
  line-height: 1;
  color: #653279;
  background-size: 0.75em;
  background-position: 0.35em 0.35em;
  border-radius: 3px;
}
.facet-wrap .facetwp-checkbox.checked,
.facet-wrap .facetwp-radio.checked {
  color: black;
  background-color: white;
}
.facet-wrap .facetwp-facet input.facetwp-search,
.facet-wrap .facetwp-facet input.facetwp-location {
  min-width: auto;
}

.facetwp-input-wrap {
  margin-bottom: 0.5rem;
}

.facetwp-counts {
  margin-bottom: 0.75rem;
}

.facetwp-selections {
  margin: 0 0 1.5rem;
  font-weight: 600;
}
.facetwp-selections ul {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.facetwp-selections li {
  display: inline-block;
  line-height: inherit;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.2em 0 0.2em 0.5em;
  background: #f1f1f1;
  color: #333;
  border-radius: 3px;
}
.facetwp-selections .facetwp-selection-label {
  padding-left: 0.2em;
}
.facetwp-selections .facetwp-selection-value {
  display: inline-block;
  background: black;
  color: white;
  background-image: none !important;
  padding: 0.35em 0.25em 0.25em 0.5em !important;
  margin: 0.1em 0.35em 0.1em 0.2em !important;
  color: #fff;
  border-radius: 3px;
}
.facetwp-selections .facetwp-selection-value:after {
  display: inline-block;
  content: "✖";
  width: 1em;
  text-align: center;
  padding-left: 0.35em;
}
.facetwp-selections .facetwp-selection-value:hover:after {
  color: #e52431;
}

.facetwp-facet-load_more {
  text-align: center;
}
.facetwp-facet-load_more button {
  position: relative;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0.25rem 1rem 0;
  padding: 0.85em 1.25em;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.15;
  text-decoration: none;
  text-align: center;
  border-radius: 1.5rem;
  transition: background 200ms ease-out, box-shadow 200ms ease-out, color 100ms ease-out;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #653279;
  color: white;
}
.facetwp-facet-load_more button:hover, .facetwp-facet-load_more button:focus, .facetwp-facet-load_more button:active {
  color: white;
  box-shadow: inset 0 0 0 2em black;
}

.location-results {
  z-index: 2;
}

.hero-contain {
  position: relative;
}

.hero {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-height: 60vh;
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (min-width: 55rem) {
  .hero {
    margin-bottom: 4rem;
    max-height: 70vh;
  }
}
@media screen and (min-width: 1000px) {
  .hero {
    -webkit-mask-image: url(/wp-content/themes/sense-international-2025/assets/img/path-banner.svg);
            mask-image: url(/wp-content/themes/sense-international-2025/assets/img/path-banner.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
    -webkit-mask-position: top right;
            mask-position: top right;
    background-attachment: fixed;
  }
}
.hero__content {
  z-index: 5;
  max-width: 40rem;
  border: 1px solid transparent;
  border-image-slice: 40 40 40 40 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0;
  border-image-repeat: stretch stretch;
  border-image-source: url("/wp-content/themes/sense-international/assets/img/path-panel.svg");
  position: absolute;
  bottom: 0.5em;
  padding: 1.5em 3em;
}
@media screen and (min-width: 55rem) {
  .hero__content {
    padding: calc(1rem + 3vmin) calc(1.5rem + 2%);
    flex: 1 1 15em;
    align-self: baseline;
    width: 30vw;
    bottom: 2em;
  }
}
.hero__content h3 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0 0 0.3em 0;
}
@media screen and (min-width: 55rem) {
  .hero__content h3 {
    margin: 0;
  }
}
.hero__content h1 {
  color: white;
  margin: -0.5em 0 0 0;
  padding: 0;
}
.hero__content a, .hero__content p a {
  display: inline-block;
  padding-top: 1em;
  color: white;
  font-weight: normal;
  border-color: white;
}
.hero__content a:after, .hero__content p a:after {
  content: " »";
}

.hero-graphic {
  display: none;
  position: absolute;
  right: 0.5em;
  bottom: 0rem;
  height: 13rem;
  background: url("/wp-content/themes/sense-international/assets/img/path-audio2.svg") right top/contain no-repeat;
  width: 30%;
  z-index: 1;
}
@media screen and (min-width: 55rem) {
  .hero-graphic {
    display: block;
  }
}

.icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: baseline;
  top: 0.1em;
}
.icon svg,
.icon img {
  display: inline-block;
  width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.icon svg {
  height: 100%;
}
.icon:before {
  font-size: 1em;
  display: inline-block;
}
.icon--facebook {
  background-image: url("../img/icon-facebook.svg");
}
.icon--instagram {
  background-image: url("../img/icon-instagram.svg");
}
.icon--twitter {
  background-image: url("../img/icon-twitter.svg");
}
.icon--linkedin {
  background-image: url("../img/icon-linkedin.svg");
}
.icon--youtube {
  background-image: url("../img/icon-youtube.svg");
}

.infostats {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(12em, 1fr));
  grid-gap: 3em;
}
.infostats__single {
  text-align: center;
}
.infostats__single img {
  text-align: center;
  margin: 0 auto;
}
.infostats__single__title {
  font-size: 1.2em;
  display: block;
  font-weight: bold;
}
.infostats__single__data {
  font-size: 1.6em;
  color: #009C9B;
  font-weight: bold;
  white-space: nowrap;
}
.infostats__single__suffix {
  font-size: 1.2em;
  color: #009C9B;
}
.infostats__single p {
  line-height: 1.3em;
}

.list--unstyled {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.list--inline {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.list--inline > li {
  display: inline-block;
}

.list--piped {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
.list--piped > li {
  display: inline-block;
}
.list--piped > li::before {
  content: "|";
  -webkit-padding-end: 0.5rem;
          padding-inline-end: 0.5rem;
}
.list--piped > li:first-child::before {
  display: none;
}

.list--block {
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-bottom: 2rem;
}
.list--block > li,
.list--block .item {
  padding: 2rem 0 0.5rem;
  margin-bottom: 0;
  border-top: 1px solid #e4e4e4;
}
.list--block > li:first-child,
.list--block .item:first-child {
  border: 0;
}
.list--block > li > *:first-child,
.list--block .item > *:first-child {
  margin-top: 0;
}
.list--block > li:after,
.list--block .item:after {
  content: "";
  display: table;
  clear: both;
}
.list--block .item__title {
  margin-top: 0;
}

ul.is-style-primary-bullets {
  padding-left: 0;
  max-width: calc(40rem - 1.5em);
}
ul.is-style-primary-bullets > li {
  list-style-type: none;
  padding-left: 1.5em;
}
ul.is-style-primary-bullets > li::before {
  content: "";
  display: block;
  float: left;
  margin: 0.2em 0.5em 0 -1.5em;
  width: 1em;
  height: 1em;
  background: no-repeat left center/90% 90% url("../img/li--primary.png");
}
ul.is-style-secondary-bullets {
  padding-left: 0;
  max-width: calc(40rem - 1.5em);
}
ul.is-style-secondary-bullets > li {
  list-style-type: none;
  padding-left: 1.5em;
}
ul.is-style-secondary-bullets > li::before {
  content: "";
  display: block;
  float: left;
  margin: 0.2em 0.5em 0 -1.5em;
  width: 1em;
  height: 1em;
  background: no-repeat left center/90% 90% url("../img/li--secondary.png");
}

ol.is-style-pink-blob-counter {
  padding-left: 0;
  counter-reset: blob-counter;
  list-style: none;
  max-width: calc(40rem - 2.5em);
}
ol.is-style-pink-blob-counter > li {
  list-style-type: none;
  padding-left: 2.5em;
}
ol.is-style-pink-blob-counter > li::before {
  box-sizing: content-box;
  counter-increment: blob-counter;
  content: counter(blob-counter);
  display: inline-block;
  float: left;
  margin: 0 0 0 -2.5em;
  width: 2em;
  height: 1em;
  padding: 0.5em 0;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: no-repeat center top/95% 95% url("../img/blob-simple--pink.svg");
}

.meta {
  line-height: 1.25;
}
.meta dt {
  margin-bottom: 0.25rem;
}
.meta__item {
  margin-bottom: 1rem;
}

.meta--inline-dd dd {
  display: inline;
  margin-right: 0.5rem;
}
.meta--inline-dd dd:before {
  content: "•";
  margin-right: 0.5rem;
  font-weight: bold;
  color: #009C9B;
}
.meta--inline-dd dd:first-of-type:before {
  display: none;
}

.meta--inline .meta__item {
  margin-bottom: 0.5rem;
}
.meta--inline dt {
  display: inline-block;
  margin-right: 0.125rem;
}
.meta--inline dd {
  display: inline;
  margin-right: 0.25rem;
}
.meta--inline dd:before {
  content: "•";
  margin-right: 0.25rem;
  font-weight: bold;
  color: #009C9B;
}
.meta--inline dd:first-of-type:before {
  display: none;
}

.primaryNav {
  flex: 1 0 100%;
  margin: 0 0 0.25rem;
  z-index: 2;
}
.js .primaryNav {
  display: none;
}

@media (min-width: 55rem) {
  .primaryNav {
    display: block !important;
    margin-bottom: 0;
  }
}
.primaryNav .dropdown {
  width: 100%;
  text-align: left;
}
.primaryNav ul {
  border-top: 1px solid #ddd;
}
@media (min-width: 55rem) {
  .primaryNav ul {
    float: right;
    border: 0;
  }
}
.primaryNav ul li {
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #653279;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
@media (min-width: 55rem) {
  .primaryNav ul li {
    border-bottom: 0;
  }
}
.primaryNav ul li summary {
  padding: 0.75rem;
  color: #653279;
}
.primaryNav ul li summary a {
  padding: 0;
}
.primaryNav ul li .notsummary {
  padding: 0.75rem;
}
.primaryNav ul li .notsummary:hover {
  text-decoration: none !important;
  color: #444;
  background: #eee;
}
.primaryNav ul li a, .primaryNav ul li__toggle {
  padding: 0;
  display: block;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 55rem) {
  .primaryNav ul li a, .primaryNav ul li__toggle {
    padding: 0 0.75rem;
  }
}
.primaryNav ul li a:focus, .primaryNav ul li a:hover, .primaryNav ul li__toggle:focus, .primaryNav ul li__toggle:hover {
  color: #ccc;
  text-decoration: underline !important;
}
.primaryNav ul ul {
  position: absolute;
  left: 0;
  padding: 0.75rem 1.5rem;
  width: 100%;
  background: #653279;
  color: white;
}
@media (min-width: 55rem) {
  .primaryNav ul ul {
    padding: 2rem 1.5rem;
  }
}
.primaryNav ul ul a {
  font-size: 0.7em;
  text-decoration: underline;
  color: white;
}
.primaryNav ul ul li {
  padding: 0.5em 0;
  border: none;
}
@media (min-width: 55rem) {
  .primaryNav ul ul li {
    padding: unset;
  }
}
@media (min-width: 55rem) {
  .primaryNav ul {
    margin: 0 auto;
    max-width: 80rem;
  }
}
.primaryNav > ul {
  margin: 2em 0 0 0;
}
@media (min-width: 55rem) {
  .primaryNav > ul {
    margin: 0;
    float: right;
  }
}
.primaryNav summary {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1em;
}
.primaryNav summary:hover {
  background: #eee;
}
@media (min-width: 55rem) {
  .primaryNav summary::marker, .primaryNav summary::-webkit-details-marker {
    display: none;
  }
}
.primaryNav__toggle {
  flex: 1 1 auto;
  padding-left: 0;
}
@media (min-width: 55rem) {
  .primaryNav__toggle {
    padding: 1rem;
  }
}
@media (min-width: 80rem) {
  .primaryNav__toggle {
    padding: 1.5rem 1rem;
  }
}
@media (min-width: 110rem) {
  .primaryNav__toggle {
    padding: 1.5rem;
  }
}
.primaryNav details[open] summary {
  background: #653279;
  color: white;
}
.primaryNav .is-active .primaryNav__toggle {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
          text-decoration-color: rgba(255, 255, 255, 0.5);
  cursor: default;
}
.primaryNav__secondLevel {
  font-size: 1em;
  background: #512861;
  padding: 1rem;
}
.primaryNav__secondLevel a {
  padding: 0.5rem 1rem;
}
.primaryNav__secondLevel a:focus, .primaryNav__secondLevel a:hover {
  color: #f0ebf2;
}
@media (min-width: 55rem) {
  .primaryNav__secondLevel {
    font-size: 1em;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    padding-top: calc(1vmin + 4rem);
    padding-bottom: 3rem;
  }
}
@media (min-width: 80rem) {
  .primaryNav__secondLevel {
    font-size: 0.85em;
  }
}
.primaryNav__list summary, .primaryNav__list a {
  color: black;
}
@media (min-width: 55rem) {
  .primaryNav__list {
    display: flex;
  }
}
.primaryNav__secondLevelList {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.primaryNav__secondLevelItem {
  flex: 1 1 15rem;
}
.primaryNav__secondLevelItem > a {
  text-decoration: underline;
}
.primaryNav__secondLevelItem:first-child {
  max-width: 30rem;
}
.primaryNav__secondLevelItem:first-child > a {
  font-size: 1.125rem;
}
@media (min-width: 55rem) {
  .primaryNav__secondLevelItem:first-child > a {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.75rem;
  }
}
@media (min-width: 55rem) {
  .primaryNav__secondLevelItem {
    flex: 1 1 8.5em;
    max-width: 15em;
    padding-top: 4rem;
  }
  .primaryNav__secondLevelItem a {
    padding: 0.5em 1.5rem;
  }
}
.primaryNav .menu-item-20, .primaryNav .menu-item-donate {
  display: none;
  background: center center no-repeat url("/wp-content/themes/sense-international/assets/img/path-button.svg");
  border-radius: 1.5em;
  background-size: cover;
  padding: 0 0.4em;
  margin-left: 6px;
}
.primaryNav .menu-item-20 a, .primaryNav .menu-item-donate a {
  color: white;
}
.primaryNav .menu-item-20 a:hover, .primaryNav .menu-item-donate a:hover {
  text-decoration: none;
  color: #99d7d7 !important;
  background: none !important;
}
@media (min-width: 55rem) {
  .primaryNav .menu-item-20, .primaryNav .menu-item-donate {
    display: block;
    background-size: contain;
  }
}

.pagination {
  font-size: 1.25rem;
  text-transform: lowercase;
  padding-top: 1em;
}
@media (min-width: 35rem) {
  .pagination {
    font-size: 1.125rem;
  }
}
.pagination__items,
.pagination .facetwp-pager {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1;
  border-radius: 0.25rem;
}
.pagination__item {
  margin: 0 0.125rem 0.25rem 0;
  display: none;
}
.pagination__item:last-child {
  border: 0;
}
@media (min-width: 35rem) {
  .pagination__item {
    display: block;
  }
}
.pagination .facetwp-page {
  margin: 0 0.125rem 0.25rem 0;
}
.pagination a,
.pagination span,
.pagination .facetwp-page, .pagination__item--ellipsis {
  display: block;
  line-height: 1.15;
  padding: 0.5rem 0.25rem;
  margin: 0 0.5rem;
  color: black;
  text-align: center;
  box-sizing: border-box;
  border: 0.1rem solid transparent;
}
.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus,
.pagination .facetwp-page:hover,
.pagination .facetwp-page:focus, .pagination__item--ellipsis:hover, .pagination__item--ellipsis:focus {
  text-decoration: underline;
}
.pagination__item--ellipsis {
  color: #e4e4e4;
}
.pagination .is-active {
  display: block;
  background: center center/contain no-repeat url("../img/blob-simple--primary.svg");
}
.pagination .is-active a, .pagination .is-active span {
  display: block;
  color: white;
  font-weight: bold;
  cursor: default;
}
.pagination .is-active a:hover, .pagination .is-active a:focus, .pagination .is-active span:hover, .pagination .is-active span:focus {
  text-decoration: none;
}
.pagination .facetwp-page.active {
  display: block;
  width: 2em;
  font-weight: bold;
  text-align: center;
  cursor: default;
}
.pagination .facetwp-page.active:hover, .pagination .facetwp-page.active:focus {
  text-decoration: none;
}
.pagination__item--first, .pagination__item--last, .pagination__item--next, .pagination__item--prev {
  display: block;
  font-weight: bold;
}
.pagination__item--first span[aria-hidden], .pagination__item--last span[aria-hidden], .pagination__item--next span[aria-hidden], .pagination__item--prev span[aria-hidden] {
  font-size: 2em;
  line-height: 0.5;
}
.pagination__item--first a, .pagination__item--last a, .pagination__item--next a, .pagination__item--prev a {
  display: block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: black;
  margin: 0;
}
.pagination .is-disabled {
  display: none;
}

.facetwp-pager .next,
.facetwp-pager .prev {
  display: block;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: black;
  margin: 0;
}

blockquote,
.blockquote,
.wp-block-quote {
  position: relative;
  padding: 0;
  font-size: 1.125em;
  line-height: 1.25;
  max-width: 40rem;
  border-image-slice: 40 40 40 40 fill;
  border-image-width: 40px 40px 40px 40px;
  border-image-outset: 0;
  border-image-repeat: stretch stretch;
  border-image-source: url("/wp-content/themes/sense-international/assets/img/path-quote1.svg");
  padding: 4rem;
}
blockquote,
.blockquote,
.wp-block-quote {
  margin: 2rem 0;
}
@media (min-width: 60rem) {
  blockquote,
  .blockquote,
  .wp-block-quote {
    font-size: 1.5em;
    margin-bottom: 2.5rem;
  }
}
blockquote p,
.blockquote p,
.wp-block-quote p {
  font-size: 1em;
  margin: 0 0 1em;
}
blockquote p:last-child,
.blockquote p:last-child,
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
blockquote p:not([class]),
.blockquote p:not([class]),
.wp-block-quote p:not([class]) {
  max-width: 40em;
}
blockquote p a:not([class]),
.blockquote p a:not([class]),
.wp-block-quote p a:not([class]) {
  border: 0;
  text-decoration: underline;
}
blockquote footer,
.blockquote footer,
.wp-block-quote footer {
  font-family: "FS Albert", "Arial", sans-serif;
}
figure blockquote,
figure .blockquote,
figure .wp-block-quote {
  margin: 0 auto;
}

blockquote footer,
.blockquote footer,
.wp-block-quote footer {
  margin-top: 1.5rem;
  font-size: 0.9rem;
}
blockquote.is-style-plain,
.blockquote.is-style-plain,
.wp-block-quote.is-style-plain {
  border-image-source: none;
  border-left: 3px solid #653279;
  color: #653279;
}
blockquote.is-style-plain cite, blockquote.is-style-plain .cite,
.blockquote.is-style-plain cite,
.blockquote.is-style-plain .cite,
.wp-block-quote.is-style-plain cite,
.wp-block-quote.is-style-plain .cite {
  color: #653279;
}
blockquote.is-style-Primary,
.blockquote.is-style-Primary,
.wp-block-quote.is-style-Primary {
  border-image-source: url("/wp-content/themes/sense-international/assets/img/path-quote-primary.svg");
  color: white;
}
blockquote.is-style-Primary cite, blockquote.is-style-Primary .cite,
.blockquote.is-style-Primary cite,
.blockquote.is-style-Primary .cite,
.wp-block-quote.is-style-Primary cite,
.wp-block-quote.is-style-Primary .cite {
  color: white;
}
blockquote.is-style-Secondary,
.blockquote.is-style-Secondary,
.wp-block-quote.is-style-Secondary {
  border-image-source: url("/wp-content/themes/sense-international/assets/img/path-quote-secondary.svg");
  color: black;
}
blockquote.is-style-Secondary cite, blockquote.is-style-Secondary .cite,
.blockquote.is-style-Secondary cite,
.blockquote.is-style-Secondary .cite,
.wp-block-quote.is-style-Secondary cite,
.wp-block-quote.is-style-Secondary .cite {
  color: black;
}
blockquote.is-style-Black,
.blockquote.is-style-Black,
.wp-block-quote.is-style-Black {
  border-image-source: url("/wp-content/themes/sense-international/assets/img/path-quote-black.svg");
  color: white;
}
blockquote.is-style-Black cite, blockquote.is-style-Black .cite,
.blockquote.is-style-Black cite,
.blockquote.is-style-Black .cite,
.wp-block-quote.is-style-Black cite,
.wp-block-quote.is-style-Black .cite {
  color: white;
}

cite,
.cite {
  display: block;
  font-family: "FS Albert", "Arial", sans-serif;
  font-size: 1rem;
  color: #653279;
  font-style: normal;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}

.is-style-primary cite {
  color: white;
}

.blockquote--short {
  font-size: 1.75em;
}
@media (min-width: 60rem) {
  .blockquote--short {
    font-size: 2.5em;
  }
}

.blockquote--long {
  font-size: 1.125em;
}
@media (min-width: 60rem) {
  .blockquote--long {
    font-size: 1.25em;
  }
}

.blockquote--bordered {
  padding: 1.5em 0;
  border-top: 0.2rem solid #653279;
  border-bottom: 0.2rem solid #653279;
}

.blockquote__footer {
  margin-top: 1.5rem;
  font-size: 1rem;
}

.wp-block-pullquote {
  padding: calc(0.75rem + 2%);
  text-align: inherit;
}
.wp-block-pullquote p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.wp-block-pullquote cite,
.wp-block-pullquote .wp-block-pullquote__citation {
  display: block;
  font-family: "FS Albert", "Arial", sans-serif;
  font-size: 1rem;
  color: #653279;
  font-style: normal;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem;
}
.wp-block-pullquote[class*=align] p {
  margin: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.wp-block-pullquote.align-left, .wp-block-pullquote.alignleft {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-pullquote.align-left, .wp-block-pullquote.alignleft {
    float: left;
    clear: left;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0.5rem;
    margin-right: 2.5rem;
    margin-bottom: 1rem;
  }
}
.wp-block-pullquote.align-right, .wp-block-pullquote.alignright {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
@media (min-width: 35rem) {
  .wp-block-pullquote.align-right, .wp-block-pullquote.alignright {
    float: right;
    clear: right;
    max-width: calc(50% - 1.25rem);
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
    margin-bottom: 1rem;
  }
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: inherit;
  margin-right: inherit;
  max-width: none;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin: inherit;
  font-size: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: inherit;
  font-style: inherit;
}

hr,
.wp-block-separator {
  clear: both;
  height: 0.25rem;
  background: center center/contain no-repeat url("../img/path-separator1.svg");
  border: 0 !important;
  margin: 4rem auto;
}
hr.is-style-secondary,
.wp-block-separator.is-style-secondary {
  background: center center/contain no-repeat url("../img/path-separator2.svg");
}
hr.is-style-tertiary,
.wp-block-separator.is-style-tertiary {
  background: center center/contain no-repeat url("../img/path-separator3.svg");
}

.slab {
  padding: 2.5rem 0;
}
@media (min-width: 60rem) and (min-height: 30rem) {
  .slab {
    padding: 4rem 0;
  }
}
.slab__title {
  margin-top: 0;
  margin-bottom: 2rem;
}
.slab > .wrap > :first-child {
  margin-top: 0;
}
.slab > .wrap > :last-child {
  margin-bottom: 0;
}
.slab:after {
  content: "";
  display: table;
  clear: both;
}

.stories {
  margin: 4em 0;
  -moz-column-gap: 1%;
       column-gap: 1%;
  justify-content: space-evenly;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5em, 1fr));
  grid-gap: 1rem;
}
.stories__single {
  text-align: center;
  background: #000;
}
.stories__single img {
  aspect-ratio: 5/3;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stories__single .title {
  font-size: 1em;
  display: block;
  font-weight: bold;
}
.stories__single a {
  color: white;
  text-decoration: none;
}
.stories__single a:hover {
  text-decoration: underline !important;
}

.tag {
  padding: 0.2em 1em;
  border: 1px solid white;
  color: white;
  display: inline-block;
}

.related-tiles {
  margin: 4em 0;
  -moz-column-gap: 1%;
       column-gap: 1%;
  justify-content: space-evenly;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(13.5em, 1fr));
  grid-gap: 1rem;
}
.related-tiles__tile {
  text-align: center;
}
.related-tiles__tile img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.related-tiles__tile .title {
  font-size: 1em;
  display: block;
  font-weight: bold;
}
.related-tiles__tile .title a {
  text-decoration: none;
}

.related-tiles .related-tiles__tile:nth-of-type(1) img {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
}

.related-tiles .related-tiles__tile:nth-of-type(2) img {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
}

.related-tiles .related-tiles__tile:nth-of-type(3) img {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards2.svg");
}

.related-tiles .related-tiles__tile:nth-of-type(4) img {
  -webkit-mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
          mask-image: url("/wp-content/themes/sense-international/assets/img/mask-cards.svg");
}

[class*=is-style-title-] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.is-style-title-primary {
  background: #653279;
  background-clip: padding-box;
  border-style: solid;
  border-color: #653279;
  -o-border-image: url("../img/strip-primary.svg");
     border-image: url("../img/strip-primary.svg");
  border-image-slice: 5% fill;
  border-width: 0.5rem;
}
.is-style-title-secondary {
  background: #009C9B;
  background-clip: padding-box;
  border-style: solid;
  border-color: #009C9B;
  -o-border-image: url("../img/strip-secondary.svg");
     border-image: url("../img/strip-secondary.svg");
  border-image-slice: 5% fill;
  border-width: 0.5rem;
}
/*# sourceMappingURL=main.css.map */
