/*!
Theme Name: Launchpad
Theme URI: https://greatbeliever.us
Description: A custom starter theme from the team at Great Believer.
Version: 1.0.0
Author: Great Believer
Author URI: https://greatbeliever.us
*/
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@-webkit-keyframes skeleton {
  0% {
    background-color: hsl(40, 100%, 98%);
  }
  100% {
    background-color: hsl(32, 39%, 90%);
  }
}

@keyframes skeleton {
  0% {
    background-color: hsl(40, 100%, 98%);
  }
  100% {
    background-color: hsl(32, 39%, 90%);
  }
}
/**
 * Mixin for clearfix
 * @include clearfix;
*/
/**
 *
 * PX to REM font size conversion
 * Usage: @include mx.font(800, 24, 42, 'courier');
 * Returns: font: 800 1.5rem/1.75 "courier";
 *
 */
/**
 * @font-face mixin 
 * Bulletproof font-face via Font Squirrel
 * @include mx.fontface('family', 'assets/fonts/', 'myfontname', 'italic', 900);
 */
/**
 * IMAGE RETINA
 * @include image-2x(/img/image.png, 100%, auto);
 */
/**
 * MIXIN: Responsive Media Queries
 * USAGE:
	@include r(240)  {}
	@include r(320)  {}
	@include r(480)  {}
	@include r(768)  {}
	@include r(1024) {}
	@include r(1140) {}
	@include r(1280) {}
*/
/**
 * Mixin for color theme classes
*/
/**
Font includes
@include mx.fontface('family', 'assets/fonts/', 'myfontname', 'italic', 900);
*/
@font-face {
  font-family: "Free Lunch";
  font-style: "regular";
  font-weight: 400;
  src: url("/wp-content/themes/art2hearts/assets/fonts/freelunch.woff") format("woff");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  font-weight: 700;
  line-height: 1;
}

h1 {
  font: 400 3.5555555556rem/1.125 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}

h2 {
  font: 400 3.0555555556rem/1.0909090909 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
@media (max-width: 768px) {
  h2 {
    font: 400 2.2222222222rem/1.1 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}

h3 {
  font: 400 1.4444444444rem/1.1538461538 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
}

h4 {
  font: 600 1.2222222222rem/1.1818181818 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h5 {
  font: 600 1.1111111111rem/1.2 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

h6 {
  font: 600 1rem/1.2222222222 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

p {
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}

hr {
  border: 1px solid;
  margin: 2rem 0;
  display: block;
}

blockquote {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 2px solid;
}

ul,
ol {
  margin-left: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
ul li::marker,
ol li::marker {
  color: inherit;
}
ul.ns,
ol.ns {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.freelunch {
  font-family: "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
}

:root {
  font-size: 18px;
}

html,
body {
  font: 500 1rem/1.5555555556 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  scroll-behavior: smooth;
  color: #061b77;
  background-color: #fffef9;
}

section.the-content {
  padding: 5rem 0;
  max-width: 1000px;
  margin: 0 auto;
}

body {
  --header-height: 101px;
  --top: 0.001rem;
}

body.admin-bar {
  --top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar {
    --top: 46px;
  }
}
@media (max-width: 600px) {
  body.admin-bar {
    --top: 0.001rem;
  }
}

* {
  scroll-margin-top: calc(var(--top) + 150px);
}
@media (max-width: 768px) {
  * {
    scroll-margin-top: calc(var(--top) + 225px);
  }
}

.hidden {
  display: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

@media (max-width: 992px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .show-mobile {
    display: block !important;
  }
  .show-mobile.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.visually-hidden:not(:focus):not(:active) {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  position: absolute;
  white-space: nowrap;
}

.squiggle-bg.draw svg path {
  visibility: hidden;
}

.curve-top {
  -webkit-clip-path: ellipse(900vw 900vw at 50% 900vw);
          clip-path: ellipse(900vw 900vw at 50% 900vw);
  margin-top: -2vw;
}

.scalloped {
  padding: 0.75rem;
  border-image-slice: 40;
  border-image-width: 40px;
  border-image-outset: 30px;
  border-image-repeat: round round;
  border-image-source: url("/wp-content/themes/art2hearts/assets/svg/scallop-plum.svg");
  background-color: #a112d9;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.scalloped.green {
  border-image-source: url("/wp-content/themes/art2hearts/assets/svg/scallop-green.svg");
  background-color: #00a390;
}
.scalloped.navy {
  border-image-source: url("/wp-content/themes/art2hearts/assets/svg/scallop-navy.svg");
  background-color: #061b77;
}
.scalloped.fuchsia {
  border-image-source: url("/wp-content/themes/art2hearts/assets/svg/scallop-fuchsia.svg");
  background-color: #ff3d94;
}
.scalloped.orange {
  border-image-source: url("/wp-content/themes/art2hearts/assets/svg/scallop-orange.svg");
  background-color: #f56600;
}
.scalloped.lavender {
  border-image-source: url("/wp-content/themes/art2hearts/assets/svg/scallop-lavender.svg");
  background-color: #8b90eb;
}
.scalloped.watermelon {
  border-image-source: url("/wp-content/themes/art2hearts/assets/svg/scallop-watermelon.svg");
  background-color: #ff76bb;
}
.scalloped.blue {
  border-image-source: url("/wp-content/themes/art2hearts/assets/svg/scallop-blue.svg");
  background-color: #6be4fb;
}

.scalloped-frame {
  -o-border-image: url("/wp-content/themes/art2hearts/assets/svg/scallop-frame.svg") 0 fill/0px/0 stretch;
     border-image: url("/wp-content/themes/art2hearts/assets/svg/scallop-frame.svg") 0 fill/0px/0 stretch;
  border-width: 30px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 768px) {
  .scalloped-frame {
    border-width: 20px;
  }
}

.square-frame {
  -o-border-image: url("/wp-content/themes/art2hearts/assets/svg/frame-square.svg") 0 fill/0px/0 stretch;
     border-image: url("/wp-content/themes/art2hearts/assets/svg/frame-square.svg") 0 fill/0px/0 stretch;
  border-width: 44px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 768px) {
  .square-frame {
    border-width: 16px;
  }
}

.wavy-frame {
  -o-border-image: url("/wp-content/themes/art2hearts/assets/svg/wavy.svg") 0 fill/0px/0 stretch;
     border-image: url("/wp-content/themes/art2hearts/assets/svg/wavy.svg") 0 fill/0px/0 stretch;
  border-width: 32px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 768px) {
  .wavy-frame {
    border-width: 22px;
  }
}

.wavy-alt-frame {
  -o-border-image: url("/wp-content/themes/art2hearts/assets/svg/wavy-alt.svg") 0 fill/0px/0 stretch;
     border-image: url("/wp-content/themes/art2hearts/assets/svg/wavy-alt.svg") 0 fill/0px/0 stretch;
  border-width: 32px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.clipped-frame {
  -o-border-image: url("/wp-content/themes/art2hearts/assets/svg/frame-clipped.svg") 0 fill/0px/0 stretch;
     border-image: url("/wp-content/themes/art2hearts/assets/svg/frame-clipped.svg") 0 fill/0px/0 stretch;
  border-width: 35px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media (max-width: 768px) {
  .clipped-frame {
    border-width: 20px;
  }
}

header.main-header {
  position: sticky;
  top: var(--top);
  width: 100%;
  z-index: 99999;
}
header.main-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 42px;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
  background-image: url("/wp-content/themes/art2hearts/assets/svg/circle-sm-navy.svg");
  background-repeat: repeat-x;
  background-size: 42px;
  background-position: center;
}
header.main-header .header-inner {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 0.25rem 0 0;
}
@media (max-width: 992px) {
  header.main-header .header-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 105px;
  }
}
header.main-header .header-inner .header-logo {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
}
@media (max-width: 992px) {
  header.main-header .header-inner .header-logo {
    position: absolute;
    z-index: 100;
  }
}
header.main-header .header-inner .header-logo img,
header.main-header .header-inner .header-logo svg {
  max-width: 70vw;
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  header.main-header .header-inner .header-logo img,
  header.main-header .header-inner .header-logo svg {
    height: 75px;
    width: auto;
    margin-top: 0.5rem;
  }
}

nav.header-nav {
  width: 100%;
  max-width: 820px;
}
@media (max-width: 992px) {
  nav.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
}
nav.header-nav .menu-icon {
  margin-top: 1.85rem;
}
nav.header-nav .menu-icon svg path {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.header-nav .menu-icon[aria-expanded=true] > svg path:first-child {
  -webkit-transform: rotate(45deg) translate(4px, -4px);
          transform: rotate(45deg) translate(4px, -4px);
}
nav.header-nav .menu-icon[aria-expanded=true] > svg path:last-child {
  -webkit-transform: rotate(-45deg) translate(-17px, -3px);
          transform: rotate(-45deg) translate(-17px, -3px);
}
nav.header-nav .menu-icon[aria-expanded=true] > svg path:nth-child(2) {
  opacity: 0;
}
nav.header-nav ul.primary-navigation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 992px) {
  nav.header-nav ul.primary-navigation {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem 0 2rem;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  nav.header-nav ul.primary-navigation > li {
    border-top: 1px solid #fffef9;
    padding: 1.25rem;
  }
  nav.header-nav ul.primary-navigation > li:first-child, nav.header-nav ul.primary-navigation > li:has(.btn) {
    border-top: none;
  }
}
nav.header-nav ul.primary-navigation > li > a:not(.btn),
nav.header-nav ul.primary-navigation > li span:not(.btn),
nav.header-nav ul.primary-navigation > li button:not(.btn) {
  font: 400 1.3333333333rem/1.1666666667 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 1rem;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 992px) {
  nav.header-nav ul.primary-navigation > li > a:not(.btn),
  nav.header-nav ul.primary-navigation > li span:not(.btn),
  nav.header-nav ul.primary-navigation > li button:not(.btn) {
    font: 400 1.6666666667rem/1.3333333333 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    padding: 0 1rem;
  }
}
nav.header-nav ul.primary-navigation > li > a:not(.btn):hover, nav.header-nav ul.primary-navigation > li > a:not(.btn):focus,
nav.header-nav ul.primary-navigation > li span:not(.btn):hover,
nav.header-nav ul.primary-navigation > li span:not(.btn):focus,
nav.header-nav ul.primary-navigation > li button:not(.btn):hover,
nav.header-nav ul.primary-navigation > li button:not(.btn):focus {
  color: #ffaeda;
  text-decoration: underline;
  text-decoration-thickness: 9.5%;
}
nav.header-nav ul.primary-navigation > li > a:not(.btn) > svg,
nav.header-nav ul.primary-navigation > li span:not(.btn) > svg,
nav.header-nav ul.primary-navigation > li button:not(.btn) > svg {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
  margin-left: 0.25rem;
}
nav.header-nav ul.primary-navigation > li > a:not(.btn)[aria-expanded=true] > svg,
nav.header-nav ul.primary-navigation > li span:not(.btn)[aria-expanded=true] > svg,
nav.header-nav ul.primary-navigation > li button:not(.btn)[aria-expanded=true] > svg {
  rotate: 180deg;
}
nav.header-nav ul.primary-navigation > li > ul.sub-menu {
  display: none;
}
nav.header-nav ul.primary-navigation > li > ul.sub-menu.expanded {
  display: block;
}
@media (min-width: 993px) {
  nav.header-nav ul.primary-navigation > li > ul.sub-menu {
    position: absolute;
  }
}
nav.header-nav ul.primary-navigation > li.submenu-opened > ul.sub-menu {
  display: block;
}
nav.header-nav ul.primary-navigation > li:nth-child(3n-1) a:hover, nav.header-nav ul.primary-navigation > li:nth-child(3n-1) a:focus,
nav.header-nav ul.primary-navigation > li:nth-child(3n-1) span:hover,
nav.header-nav ul.primary-navigation > li:nth-child(3n-1) span:focus,
nav.header-nav ul.primary-navigation > li:nth-child(3n-1) button:hover,
nav.header-nav ul.primary-navigation > li:nth-child(3n-1) button:focus {
  color: #74fabb;
}
nav.header-nav ul.primary-navigation > li:nth-child(3n) a:hover, nav.header-nav ul.primary-navigation > li:nth-child(3n) a:focus,
nav.header-nav ul.primary-navigation > li:nth-child(3n) span:hover,
nav.header-nav ul.primary-navigation > li:nth-child(3n) span:focus,
nav.header-nav ul.primary-navigation > li:nth-child(3n) button:hover,
nav.header-nav ul.primary-navigation > li:nth-child(3n) button:focus {
  color: #c2f6fd;
}
nav.header-nav ul.primary-navigation > li > .btn {
  margin: 0;
}
nav.header-nav ul.primary-navigation > li > .btn:hover, nav.header-nav ul.primary-navigation > li > .btn:focus {
  color: #061b77 !important;
  text-decoration: none;
}

footer.main-footer {
  position: relative;
  width: 100%;
  overflow-x: clip;
}
footer.main-footer > svg {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(calc(-100% + 5px));
          transform: translateY(calc(-100% + 5px));
  width: calc(100% + 2px);
  height: auto;
}
footer.main-footer .footer-inner {
  padding: 3.75rem 1rem 3rem;
}
@media (max-width: 1200px) {
  footer.main-footer .footer-inner {
    padding: 3.75rem 1rem 1.5rem;
  }
}
footer.main-footer .footer-widgets.flex {
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) {
  footer.main-footer .footer-widgets.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3rem;
  }
}
footer.main-footer .footer-logo {
  width: 33%;
  max-width: 315px;
  padding-left: 1rem;
  margin-top: -1rem;
  margin-right: auto;
}
@media (max-width: 1200px) {
  footer.main-footer .footer-logo {
    width: 40%;
    margin-right: 0;
    padding-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  footer.main-footer .footer-logo {
    width: 100%;
  }
}
footer.main-footer .footer-logo a img,
footer.main-footer .footer-logo a svg {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  footer.main-footer .footer-logo a img,
  footer.main-footer .footer-logo a svg {
    max-width: 70%;
  }
}
footer.main-footer .footer-contacts {
  letter-spacing: 0.36px;
  width: 22%;
}
@media (max-width: 1200px) {
  footer.main-footer .footer-contacts {
    width: 40%;
  }
}
@media (max-width: 768px) {
  footer.main-footer .footer-contacts {
    width: 100%;
  }
}
footer.main-footer .footer-contacts a {
  text-decoration: none;
}
footer.main-footer .footer-contacts a:hover, footer.main-footer .footer-contacts a:focus {
  text-decoration: underline;
}
footer.main-footer .footer-socials {
  gap: 1rem;
  margin: 0 0 1.5rem;
}
footer.main-footer .footer-socials li a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffaeda;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
footer.main-footer .footer-socials li a:hover {
  background-color: #ff76bb;
}
footer.main-footer .footer-socials li a svg {
  height: 20px;
  width: auto;
}
footer.main-footer .footer-socials li:nth-child(3n-1) a {
  background-color: #fef7a5;
}
footer.main-footer .footer-socials li:nth-child(3n-1) a:hover {
  background-color: #ffed4a;
}
footer.main-footer .footer-socials li:nth-child(3n) a {
  background-color: #c2f6fd;
}
footer.main-footer .footer-socials li:nth-child(3n) a:hover {
  background-color: #6be4fb;
}
footer.main-footer .footer-socials li:nth-child(4n) a {
  background-color: #74fabb;
}
footer.main-footer .footer-socials li:nth-child(4n) a:hover {
  background-color: #00a390;
}
footer.main-footer .footer-address,
footer.main-footer .footer-phone {
  margin-bottom: 0.75rem;
}
footer.main-footer .footer-contact-text {
  font: 400 0.8888888889rem/1.375 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 1rem;
}
footer.main-footer .footer-newsletter {
  width: 45%;
}
@media (max-width: 1200px) {
  footer.main-footer .footer-newsletter {
    width: 100%;
  }
}
footer.main-footer .footer-newsletter .footer-form .gform_wrapper .gform_title {
  font: 400 1.6666666667rem/1.3333333333 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  color: #6be4fb;
}
footer.main-footer .footer-newsletter .footer-form .gform_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  footer.main-footer .footer-newsletter .footer-form .gform_wrapper form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  footer.main-footer .footer-newsletter .footer-form .gform_wrapper form .gform_body {
    width: 100%;
  }
}
footer.main-footer .footer-newsletter .footer-form .gform_wrapper form .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
}
@media (max-width: 768px) {
  footer.main-footer .footer-newsletter .footer-form .gform_wrapper form .gform_body .gform_fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer.main-footer .footer-newsletter .footer-form .gform_wrapper form .gform_body .gform_fields .gfield_label {
  font: 500 0.7777777778rem/2 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #ffed4a;
  margin: 0 0 8px;
}
footer.main-footer .footer-newsletter .footer-form .gform_wrapper form .gform_body .gform_fields input {
  background-color: #fffef9;
  border-radius: 100px;
  padding: 0.75rem 1rem;
  color: #000c40;
}
footer.main-footer .footer-newsletter .footer-form .gform_wrapper form .gform_footer {
  margin: 0;
  padding: 0;
}
footer.main-footer .footer-newsletter .footer-form .gform_wrapper form .gform_footer input {
  margin: 0;
  position: relative;
  top: 0.25rem;
  min-height: 0 !important;
  line-height: 1 !important;
}
footer.main-footer .footer-newsletter .privacy-and-terms {
  margin-top: 1.75rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.25rem;
}
@media (max-width: 1200px) {
  footer.main-footer .footer-newsletter .privacy-and-terms {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 2.5rem;
  }
}
footer.main-footer .footer-newsletter .privacy-and-terms li a {
  text-decoration: none;
  letter-spacing: 0.36px;
}
footer.main-footer .footer-newsletter .privacy-and-terms li a:hover, footer.main-footer .footer-newsletter .privacy-and-terms li a:focus {
  text-decoration: underline;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1370px;
  padding: 0 2rem;
}
.container.lg {
  max-width: 1640px;
}
@media (max-width: 992px) {
  .container {
    padding: 0 1rem;
  }
}

.container-left {
  margin-left: 2rem;
}
@media (min-width: 1406px) {
  .container-left {
    margin-left: calc((100% - 1370px) / 2);
    padding-left: 2rem;
  }
  .container-left.lg {
    margin-left: calc((100% - 1640px) / 2);
  }
}
@media (max-width: 992px) {
  .container-left {
    padding: 0 1rem;
    margin-left: 0;
  }
}

.container-right {
  margin-right: 2rem;
}
@media (min-width: 1369px) {
  .container-right {
    margin-right: calc((100% - 1333px) / 2);
    padding-right: 2vw;
  }
  .container-right.lg {
    margin-right: calc((100% - 1640px) / 2);
  }
}
@media (max-width: 992px) {
  .container-right {
    padding: 0 1rem;
    margin-right: 0;
  }
}

section {
  max-width: 100%;
  overflow-x: clip;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid {
  display: grid;
}
.grid.cols-auto {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid.cols-auto-sm {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .grid.cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid.cols-auto, .grid.cols-2, .grid.cols-3, .grid.cols-4 {
    grid-template-columns: 1fr;
  }
}

.button,
.btn,
.gform_wrapper .gform_footer input[type=submit] {
  font: 400 1.3333333333rem/1 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 30px 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 1rem 0;
  cursor: pointer;
  background-color: #ffaeda;
  color: #061b77;
  border-radius: 120px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover, .button:focus,
.btn:hover,
.btn:focus,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:focus {
  background-color: #ff76bb;
  color: #061b77;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  text-decoration: none;
}
.button.bg-mint:hover, .button.bg-mint:focus,
.btn.bg-mint:hover,
.btn.bg-mint:focus,
.gform_wrapper .gform_footer input[type=submit].bg-mint:hover,
.gform_wrapper .gform_footer input[type=submit].bg-mint:focus {
  background-color: #00a390;
}
.button.bg-aqua:hover, .button.bg-aqua:focus,
.btn.bg-aqua:hover,
.btn.bg-aqua:focus,
.gform_wrapper .gform_footer input[type=submit].bg-aqua:hover,
.gform_wrapper .gform_footer input[type=submit].bg-aqua:focus {
  background-color: #6be4fb;
}
.button.bg-fuchsia,
.btn.bg-fuchsia,
.gform_wrapper .gform_footer input[type=submit].bg-fuchsia {
  color: #fffef9;
}
.button.bg-fuchsia:hover, .button.bg-fuchsia:focus,
.btn.bg-fuchsia:hover,
.btn.bg-fuchsia:focus,
.gform_wrapper .gform_footer input[type=submit].bg-fuchsia:hover,
.gform_wrapper .gform_footer input[type=submit].bg-fuchsia:focus {
  background-color: #ff76bb;
  color: #061b77;
}
.button.bg-plum,
.btn.bg-plum,
.gform_wrapper .gform_footer input[type=submit].bg-plum {
  color: #fffef9;
}
.button.bg-plum:hover, .button.bg-plum:focus,
.btn.bg-plum:hover,
.btn.bg-plum:focus,
.gform_wrapper .gform_footer input[type=submit].bg-plum:hover,
.gform_wrapper .gform_footer input[type=submit].bg-plum:focus {
  background-color: #8b90eb;
  color: #061b77;
}
.button.bg-lemon:hover, .button.bg-lemon:focus,
.btn.bg-lemon:hover,
.btn.bg-lemon:focus,
.gform_wrapper .gform_footer input[type=submit].bg-lemon:hover,
.gform_wrapper .gform_footer input[type=submit].bg-lemon:focus {
  background-color: #f56600;
}
.button.bg-canary:hover, .button.bg-canary:focus,
.btn.bg-canary:hover,
.btn.bg-canary:focus,
.gform_wrapper .gform_footer input[type=submit].bg-canary:hover,
.gform_wrapper .gform_footer input[type=submit].bg-canary:focus {
  background-color: #ffed4a;
}

/*!
START WYSIWYG
*/
/*!
END WYSIWYG
*/
dialog .modal {
  display: grid;
  place-items: center;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}
dialog .modal.video-modal .modal-inner {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
dialog .modal.video-modal .inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
dialog .modal.video-modal .inner .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #fffef9;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
dialog .modal.video-modal .inner .close:hover {
  color: #e8afff;
}
dialog .modal.video-modal .inner .video-embed {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
dialog .modal.video-modal iframe {
  width: 100%;
  height: auto;
  max-width: 1280px;
  aspect-ratio: 16/9;
}
dialog::-webkit-backdrop {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(3, 9, 35, 0.65);
}
dialog::backdrop {
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(3, 9, 35, 0.65);
}

.tabs .tab-list {
  gap: 40px;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .tabs .tab-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.tabs .tab-list button.tab-item,
.tabs .tab-list button.tab-item-active {
  background-color: #fef7a5;
  color: rgba(6, 27, 119, 0.5);
  display: block;
  width: 100%;
  padding: 27px 40px;
}
@media (max-width: 992px) {
  .tabs .tab-list button.tab-item,
  .tabs .tab-list button.tab-item-active {
    margin: 0;
  }
}
.tabs .tab-list button.tab-item[aria-selected=true], .tabs .tab-list button.tab-item.tab-item-active,
.tabs .tab-list button.tab-item-active[aria-selected=true],
.tabs .tab-list button.tab-item-active.tab-item-active {
  background-color: #ffed4a;
  color: #061b77;
}
.tabs .tab-list button.tab-item:hover, .tabs .tab-list button.tab-item:focus,
.tabs .tab-list button.tab-item-active:hover,
.tabs .tab-list button.tab-item-active:focus {
  -webkit-transform: none;
          transform: none;
  color: #061b77;
}
.tabs .tab-list .tab-item-active svg {
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs .tab-list .tab-item-active.active svg {
  rotate: 180deg;
}
.tabs .tab-list .mobile-tab-select {
  display: none;
}
.tabs .tab-list .mobile-tab-select.open {
  display: block;
}
.tabs .tab-list button.tab-item-active {
  position: relative;
}
.tabs .tab-list button.tab-item-active svg {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 992px) {
  .tabs .tab-list button.tab-item {
    border-radius: 0;
    margin: -2rem 0 auto;
    color: #061b77;
    padding-top: 4rem;
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .tabs .tab-list button.tab-item[aria-selected=true] {
    display: none;
  }
}
.gform_wrapper {
  margin: 4rem 1rem 3rem;
}
.gform_wrapper .gform_title {
  font: 400 3rem/1.1481481481 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  color: #061b77;
}
.gform_wrapper form .gform_body .gform_fields .gfield_label {
  font: 700 1.3333333333rem/1.1666666667 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.gform_wrapper form .gform_body .gform_fields input,
.gform_wrapper form .gform_body .gform_fields textarea {
  background-color: #fffef9;
  border-radius: 100px;
  padding: 0.75rem 1rem;
  color: #000c40;
}
.gform_wrapper form .gform_body .gform_fields textarea {
  border-radius: 25px;
}
.card-staff > button.modal-trigger {
  text-align: left;
}
.card-staff > button.modal-trigger .image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.card-staff > button.modal-trigger .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.card-staff > button.modal-trigger > h3 {
  font: 400 1.6666666667rem/1.1333333333 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
}
.card-staff > button.modal-trigger .role {
  font: 500 1.1111111111rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.card-staff dialog .inner {
  position: relative;
}
.card-staff dialog .inner > button.close {
  position: absolute;
  top: 0;
  right: 1rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transform: translateY(calc(-100% - 1rem));
          transform: translateY(calc(-100% - 1rem));
}
.card-staff dialog .inner > button.close:hover {
  color: #fef7a5;
}
.card-staff dialog .content {
  padding: 30px 32px;
  margin: 0 auto;
  max-width: 1340px;
  width: calc(100% - 2rem);
}
@media (max-width: 992px) {
  .card-staff dialog .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    max-height: 80svh;
    overflow-y: auto;
  }
  .card-staff dialog .content::-webkit-scrollbar {
    width: 4px;
  }
  .card-staff dialog .content::-webkit-scrollbar-track {
    background-color: #fef7a5;
    border-radius: 0;
  }
  .card-staff dialog .content::-webkit-scrollbar-thumb {
    background-color: #061b77;
    border-radius: 0;
  }
}
.card-staff dialog .content .bio {
  gap: 52px;
  padding: 43px 46px;
}
@media (max-width: 992px) {
  .card-staff dialog .content .bio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem 1.5rem;
    gap: 0;
  }
}
.card-staff dialog .content .bio .copy > h3 {
  font: 400 2.2222222222rem/1 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.8px;
  margin-bottom: 0;
}
.card-staff dialog .content .bio .copy .role {
  font: 700 1.1111111111rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.card-staff dialog .content .bio-text {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 2rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .card-staff dialog .content .bio-text {
    max-height: unset;
  }
}
.card-staff dialog .content .bio-text::-webkit-scrollbar {
  width: 4px;
}
.card-staff dialog .content .bio-text::-webkit-scrollbar-track {
  background-color: #fef7a5;
  border-radius: 0;
}
.card-staff dialog .content .bio-text::-webkit-scrollbar-thumb {
  background-color: #061b77;
  border-radius: 0;
}
.card-staff dialog .content .image-socials {
  gap: 2rem;
}
.card-staff dialog .content .image-socials .image {
  width: 225px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  padding: 10px;
}
.card-staff dialog .content .image-socials .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 10px;
}
.card-staff dialog .content .image-socials ul.socials {
  gap: 0.25rem;
  margin: 1rem 0;
}
.card-staff dialog .content .image-socials ul.socials li a {
  width: 39px;
  height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-staff dialog .content .image-socials ul.socials li a:hover {
  background-color: #ff3d94;
}
.card-staff dialog .content .image-socials ul.socials li a svg {
  height: 22px;
  width: auto;
}
.card-staff dialog .content .image-socials ul.socials li a svg path {
  fill: #fffef9;
}
.card-staff dialog .content .fun-fact {
  font: 500 1.1111111111rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 50px 40px 20px;
}
.card-staff dialog .content .fun-fact > h4 {
  margin-bottom: 1.5rem;
}

.around-the-world {
  position: relative;
  overflow: clip;
}
.around-the-world .around-the-world-inner {
  padding: 9.5rem 0 4rem;
  min-height: 820px;
}
@media (max-width: 992px) {
  .around-the-world .around-the-world-inner {
    padding: 5.5rem 0 4rem;
  }
}
@media (max-width: 480px) {
  .around-the-world .around-the-world-inner {
    min-height: 700px;
  }
}
.around-the-world .container-fluid {
  max-width: 1700px;
  margin: 0 auto;
}
.around-the-world svg#squiggle-pink {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 120%;
}
@media (max-width: 992px) {
  .around-the-world svg#squiggle-pink {
    width: auto;
    height: 120%;
    top: 5%;
    left: -13%;
    bottom: unset;
  }
}
@media (max-width: 768px) {
  .around-the-world svg#squiggle-pink {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    min-width: 1000px;
    height: auto;
  }
}
.around-the-world svg#divider-around-the-world {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.around-the-world #frame-friend-french {
  position: absolute;
  bottom: 0;
  left: 15%;
  z-index: 100;
  max-width: 15%;
  width: 270px;
  height: auto;
}
@media (max-width: 1200px) {
  .around-the-world #frame-friend-french {
    left: 84%;
  }
}
@media (max-width: 992px) {
  .around-the-world #frame-friend-french {
    left: 75%;
    max-width: 25%;
  }
}
@media (max-width: 480px) {
  .around-the-world #frame-friend-french {
    left: 65%;
    max-width: 33%;
  }
}
@media (max-width: 1200px) {
  .around-the-world #frame-friend-french {
    left: 35vw;
  }
}
.around-the-world #frame-friend-french #right-arm {
  -webkit-transform-origin: 83% 55%;
          transform-origin: 83% 55%;
  -webkit-animation: wave-load 0.5s ease-in-out 3 3s;
          animation: wave-load 0.5s ease-in-out 3 3s;
}
.around-the-world #frame-friend-french:hover #right-arm {
  -webkit-animation: wave-hover 0.3s ease-in-out 2;
          animation: wave-hover 0.3s ease-in-out 2;
}
@-webkit-keyframes wave-load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wave-load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes wave-hover {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wave-hover {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.around-the-world .inner.flex {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
}
@media (max-width: 992px) {
  .around-the-world .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}
.around-the-world .copy {
  margin-top: 2rem;
  min-width: 400px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .around-the-world .copy {
    min-width: unset;
    margin: 0 0 2.5rem;
  }
}
.around-the-world .copy h2 {
  max-width: 395px;
}
@media (max-width: 992px) {
  .around-the-world .copy h2 {
    font: 400 2.2222222222rem/1.075 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.around-the-world .copy .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}
.around-the-world .map {
  position: relative;
}
.around-the-world .map svg {
  width: 100%;
  height: auto;
}
.around-the-world .map button.map-pin {
  position: absolute;
}
.around-the-world .map .map-popup {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0.2) translate(-50%, -50%);
          transform: scale(0.2) translate(-50%, -50%);
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 105;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.around-the-world .map .map-popup.expanded {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
}
@media (max-width: 768px) {
  .around-the-world .map .map-popup.expanded {
    -webkit-transform: scale(1) translate(-50%, -100%);
            transform: scale(1) translate(-50%, -100%);
  }
}
.around-the-world .map .map-popup .map-dialog-inner {
  display: grid;
  place-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-1.94deg);
          transform: rotate(-1.94deg);
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .around-the-world .map .map-popup .map-dialog-inner .scalloped {
    border-image-width: 22px;
    border-image-outset: 15px;
  }
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped .inner {
  position: relative;
  border-radius: 14px;
  padding: 2rem 1.5rem;
  width: 360px;
}
@media (max-width: 992px) {
  .around-the-world .map .map-popup .map-dialog-inner .scalloped .inner {
    width: 100%;
    max-width: 350px;
    padding: 2rem 1rem 0.5rem;
  }
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped .inner .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: #e8afff;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped .inner .close:hover {
  color: #a112d9;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped .inner h3 {
  font: 400 2.2222222222rem/1 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.8px;
  color: #061b77;
}
@media (max-width: 992px) {
  .around-the-world .map .map-popup .map-dialog-inner .scalloped .inner h3 {
    font: 400 1.7777777778rem/1.125 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped .inner .area h4 {
  font: 400 1.3333333333rem/1.1666666667 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.48px;
  margin: 0 0 0.25rem;
}
@media (max-width: 992px) {
  .around-the-world .map .map-popup .map-dialog-inner .scalloped .inner .area h4 {
    font: 400 1.1111111111rem/1.2 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped .inner .area .hospitals {
  margin: 0 0 1rem;
}
@media (max-width: 992px) {
  .around-the-world .map .map-popup .map-dialog-inner .scalloped .inner .area .hospitals {
    margin: 0 0 1rem;
  }
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped .inner .area .hospitals li {
  font: 700 1rem/1.5555555556 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-bottom: 0.2rem;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped.green .close {
  color: #94e1d8;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped.green .close:hover {
  color: #00a390;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped.navy .close {
  color: #abb3d5;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped.navy .close:hover {
  color: #8b90eb;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped.fuchsia .close {
  color: #ffa3d3;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped.fuchsia .close:hover {
  color: #ff3d94;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped.orange .close {
  color: #ffc093;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped.orange .close:hover {
  color: #f56600;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped.lavender .close {
  color: #abb3d5;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped.lavender .close:hover {
  color: #8b90eb;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped.watermelon .close {
  color: #ffd0e8;
}
.around-the-world .map .map-popup .map-dialog-inner .scalloped.watermelon .close:hover {
  color: #ff76bb;
}

.carousel {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 4rem;
}
@media (max-width: 992px) {
  .carousel {
    padding: 3rem 0;
  }
}
.carousel svg#squiggle-light-green {
  position: absolute;
  top: -7%;
  right: 0;
  width: auto;
  height: 110%;
}
@media (max-width: 992px) {
  .carousel svg#squiggle-light-green {
    top: -9.5rem;
    width: 1000px;
    height: auto;
  }
}
.carousel .inner {
  position: relative;
}
@media (max-width: 992px) {
  .carousel .inner > h2 {
    font: 400 2.2222222222rem/1.125 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    text-align: center;
    margin: 0 0 2.5rem;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .carousel .inner > h2 {
    margin: 0 0 1.5rem;
  }
}
.carousel .splide .splide__arrows button {
  border-radius: 0px 32px;
  width: 78px;
  height: 78px;
  opacity: 1;
  padding: 0;
  margin: 0;
  top: unset;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .carousel .splide .splide__arrows button {
    width: 61px;
    height: 61px;
  }
}
.carousel .splide .splide__arrows button.splide__arrow--next {
  border-radius: 32px 0px;
  left: unset;
  right: 0;
}
.carousel .splide .splide__arrows button[disabled] {
  background-color: #0f2b82;
  pointer-events: none;
}
.carousel .splide .splide__arrows button[disabled] svg {
  opacity: 0.35;
}
.carousel .splide .splide__arrows button svg {
  width: 29px;
  height: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .carousel .splide .splide__arrows button svg {
    width: 24px;
  }
}
.carousel .splide .splide__arrows button:hover {
  background-color: #fffef9;
}
.carousel .splide .splide__arrows button:hover svg path {
  fill: #061b77;
}
.carousel .splide .splide__slide {
  border-radius: 32px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .carousel .splide .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.carousel .splide .splide__slide .header h3 {
  font: 400 3.6111111111rem/1.0769230769 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 35px 75px 28px;
  margin: 0;
  width: 60%;
}
@media (max-width: 992px) {
  .carousel .splide .splide__slide .header h3 {
    font: 400 1.6666666667rem/1.1666666667 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    width: 100%;
    padding: 25px 40px 20px;
  }
}
.carousel .splide .splide__slide .copy {
  font: 700 1.4444444444rem/1.3846153846 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 62px 100px;
  min-height: 340px;
  width: 60%;
}
@media (max-width: 992px) {
  .carousel .splide .splide__slide .copy {
    font: 700 1rem/1.5555555556 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    padding: 30px 40px;
    width: 100%;
    min-height: 0;
  }
}
.carousel .splide .splide__slide .copy p {
  max-width: 615px;
}
.carousel .splide .splide__slide .image {
  aspect-ratio: 410/407;
  max-width: 410px;
  width: 35%;
  position: absolute;
  top: 30px;
  right: 46px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .carousel .splide .splide__slide .image {
    position: relative;
    width: 60%;
    top: 0;
    right: 0;
    margin: auto 40px 80px;
  }
}
.carousel .splide .splide__slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta-alt svg#blob-sm {
  position: absolute;
  top: -59%;
  right: -21%;
  -webkit-transform: rotate(219deg);
          transform: rotate(219deg);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cta-alt svg#blob-sm {
    top: 0;
    right: 0;
    -webkit-transform: translate(58%, -53%) rotate(219deg);
            transform: translate(58%, -53%) rotate(219deg);
  }
}
.cta-alt svg#blob-sm path {
  fill: #e6e6f6;
}

.cta {
  position: relative;
}
.cta svg#blob-md {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-140%, -40%);
          transform: translate(-140%, -40%);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cta svg#blob-md {
    width: 100%;
    top: unset;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.cta .copy {
  font: 500 1.1111111111rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  position: relative;
  margin: 0 auto;
  padding: 8rem 0 6rem;
  max-width: 600px;
}
@media (max-width: 992px) {
  .cta .copy {
    padding: 6rem 0 2rem;
  }
}
.cta .copy > h2 {
  font: 400 3.6111111111rem/1.0769230769 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
@media (max-width: 768px) {
  .cta .copy > h2 {
    font: 400 2.2222222222rem/1.1 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
@media (max-width: 768px) {
  .cta .copy .btn {
    margin: 0 0 1rem;
  }
}
.cta .graphics {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cta .graphics {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cta .graphics svg {
  position: absolute;
}
@media (max-width: 992px) {
  .cta .graphics svg {
    position: relative;
  }
}
.cta .graphics svg#paintbrush-purple {
  bottom: -1rem;
  left: -2rem;
  max-width: 25%;
  height: auto;
}
@media (max-width: 992px) {
  .cta .graphics svg#paintbrush-purple {
    max-width: 40%;
  }
}
.cta .graphics svg#frame-friend-lady {
  bottom: 1.25rem;
  right: 5%;
  max-width: 15%;
  height: auto;
}
@media (max-width: 992px) {
  .cta .graphics svg#frame-friend-lady {
    max-width: 25%;
    min-width: 125px;
  }
}

section.donate {
  margin-top: -2rem;
  padding: 0 0 7rem;
}
@media (max-width: 992px) {
  section.donate {
    margin-top: 0;
    padding: 0 0 4rem;
  }
}
@media (max-width: 768px) {
  section.donate {
    margin-top: 2rem;
  }
}
section.donate .donate-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
}
@media (max-width: 768px) {
  section.donate .donate-inner {
    padding: 0 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.donate .scalloped.green {
  display: inline-block;
}
section.donate .scalloped.green.contact-embed {
  width: 100%;
}
section.donate .donate-embed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
}

.featured-articles {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
.featured-articles .squiggle-bg {
  position: absolute;
  inset: 0;
}
.featured-articles .squiggle-bg svg {
  width: auto;
  height: 120%;
  position: absolute;
  top: -10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .featured-articles .squiggle-bg svg {
    height: auto;
    width: 100%;
    min-width: 1000px;
    top: -1%;
  }
}
.featured-articles .inner {
  position: relative;
}
.featured-articles .inner > h2 {
  margin-bottom: 2rem;
}
.featured-articles .grid {
  gap: 40px;
}
.featured-articles .grid .article {
  font: 500 0.8888888889rem/1.625 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.featured-articles .grid .article .image {
  width: 100%;
  aspect-ratio: 93/59;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.featured-articles .grid .article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.featured-articles .grid .article > h3 {
  font: 400 1.3333333333rem/1.1666666667 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.featured-articles .grid .article .btn {
  margin: auto 0 0;
}

.frame-grid {
  padding: 0 0 6rem;
  position: relative;
}
@media (max-width: 992px) {
  .frame-grid {
    padding: 3rem 0;
  }
}
@media (max-width: 768px) {
  .frame-grid {
    padding: 5.5rem 0 0;
  }
}
.frame-grid .grid {
  margin: 2rem 0;
  gap: 3rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 992px) {
  .frame-grid .grid {
    grid-template-columns: 1fr;
  }
}
.frame-grid .frame-outer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .frame-grid .frame-outer {
    max-width: 650px;
    margin: 0 auto;
  }
}
.frame-grid .frame-outer .frame-inner {
  position: relative;
  padding: 1rem 50px 50px;
  border-radius: 32px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .frame-grid .frame-outer .frame-inner {
    padding: 1rem;
  }
}
.frame-grid .frame-outer .frame-inner > h3 {
  font: 400 3.0555555556rem/1.0909090909 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 1.1px;
  text-wrap: balance;
  margin: 1rem 0 0;
}
@media (max-width: 992px) {
  .frame-grid .frame-outer .frame-inner > h3 {
    font: 400 1.6666666667rem/1.3333333333 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
@media (max-width: 768px) {
  .frame-grid .frame-outer .frame-inner > h3 {
    margin: 0.5rem 0 0;
  }
}
.frame-grid .frame-outer .frame-inner > button {
  position: absolute;
  bottom: 1rem;
  right: 1.25rem;
}
@media (max-width: 992px) {
  .frame-grid .frame-outer .frame-inner > button {
    position: relative;
    bottom: -1rem;
    right: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .frame-grid .frame-outer .frame-inner > button {
    bottom: 0;
  }
}
.frame-grid .frame-outer .frame-inner > button svg {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.frame-grid .frame-outer .frame-inner > button[aria-expanded=true] > svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.frame-grid .frame-outer .frame-inner > button svg {
  width: 54px;
  height: auto;
}
.frame-grid .frame-outer .frame-inner .details {
  font: 500 1.1111111111rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  position: absolute;
  inset: 0;
}
@media (max-width: 992px) {
  .frame-grid .frame-outer .frame-inner .details {
    font: 500 0.8888888889rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.frame-grid .frame-outer .frame-inner .details .details-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2rem 2rem;
  height: 100%;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .frame-grid .frame-outer .frame-inner .details .details-inner {
    padding: 0.5rem 0.5rem 4rem;
  }
}
.frame-grid .frame-outer .frame-inner .details h3 {
  font: 400 1.6666666667rem/1.3333333333 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 1.2px;
  margin: 0 0 0.25rem;
}
@media (max-width: 992px) {
  .frame-grid .frame-outer .frame-inner .details h3 {
    font: 400 1.2222222222rem/1.3636363636 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    letter-spacing: 0;
  }
}
.frame-grid .frame-outer.square-frame .frame-inner {
  border-radius: 0;
}
.frame-grid .frame-outer .frame-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.frame-grid .frame-outer .frame-icon svg {
  max-width: 90%;
  height: auto;
}
.frame-grid .frame-outer.blue .frame-inner svg {
  color: #6be4fb;
}
.frame-grid .frame-outer.blue .frame-inner svg:hover {
  color: #28cceb;
}
.frame-grid .frame-outer.mint .frame-inner svg {
  color: #74fabb;
}
.frame-grid .frame-outer.mint .frame-inner svg:hover {
  color: #33db8c;
}
.frame-grid .frame-outer.watermelon .frame-inner svg {
  color: #ff76bb;
}
.frame-grid .frame-outer.watermelon .frame-inner svg:hover {
  color: #ff3d94;
}
.frame-grid .frame-outer.lavender .frame-inner svg {
  color: #8b90eb;
}
.frame-grid .frame-outer.lavender .frame-inner svg:hover {
  color: #6970e9;
}

.grid-involved {
  padding: 0 0 6rem;
  position: relative;
}
@media (max-width: 992px) {
  .grid-involved {
    padding: 0 0 3rem;
  }
}
.grid-involved .grid {
  gap: 48px 40px;
}
@media (max-width: 992px) {
  .grid-involved .grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.grid-involved .grid .grid-item {
  font: 500 1.1111111111rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  border-width: 33px;
}
@media (max-width: 992px) {
  .grid-involved .grid .grid-item {
    border-width: 26px;
  }
}
.grid-involved .grid .grid-item .grid-item-inner {
  padding: 25px;
}
@media (max-width: 768px) {
  .grid-involved .grid .grid-item .grid-item-inner > svg {
    max-width: 100px;
  }
}
.grid-involved .grid .grid-item .grid-item-inner > h2 {
  font: 400 2.2222222222rem/1 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 2rem 0 0.5rem;
}
@media (max-width: 992px) {
  .grid-involved .grid .grid-item .grid-item-inner > h2 {
    font: 400 1.6666666667rem/1.0666666667 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.grid-involved .grid .grid-item .grid-item-inner .text {
  max-width: 350px;
  margin: 0 auto;
}
.grid-involved .grid .grid-item .grid-item-ctas {
  gap: 33px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5rem 0 0;
}
@media (max-width: 992px) {
  .grid-involved .grid .grid-item .grid-item-ctas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.grid-involved .grid .grid-item .grid-item-ctas a,
.grid-involved .grid .grid-item .grid-item-ctas button {
  margin: 0;
}
.grid-involved .grid .grid-item.green {
  -o-border-image: url("/wp-content/themes/art2hearts/assets/svg/frame-involved-grid-green.svg") 0 fill/0px/0 stretch;
     border-image: url("/wp-content/themes/art2hearts/assets/svg/frame-involved-grid-green.svg") 0 fill/0px/0 stretch;
}
.grid-involved .grid .grid-item.lemon {
  -o-border-image: url("/wp-content/themes/art2hearts/assets/svg/frame-involved-grid-lemon.svg") 0 fill/0px/0 stretch;
     border-image: url("/wp-content/themes/art2hearts/assets/svg/frame-involved-grid-lemon.svg") 0 fill/0px/0 stretch;
}
.grid-involved .grid .grid-item.pink {
  -o-border-image: url("/wp-content/themes/art2hearts/assets/svg/frame-involved-grid-pink.svg") 0 fill/0px/0 stretch;
     border-image: url("/wp-content/themes/art2hearts/assets/svg/frame-involved-grid-pink.svg") 0 fill/0px/0 stretch;
}
.grid-involved .grid .grid-item.blue {
  -o-border-image: url("/wp-content/themes/art2hearts/assets/svg/frame-involved-grid-blue.svg") 0 fill/0px/0 stretch;
     border-image: url("/wp-content/themes/art2hearts/assets/svg/frame-involved-grid-blue.svg") 0 fill/0px/0 stretch;
}

@media (max-width: 768px) {
  .hero-donate {
    margin-bottom: 4rem;
  }
}
.hero-donate .hero-inner {
  position: relative;
}
.hero-donate .hero-inner .squiggle-bg {
  position: absolute;
  top: 1rem;
  left: -23%;
  width: 135%;
}
@media (max-width: 992px) {
  .hero-donate .hero-inner .squiggle-bg {
    left: -45%;
    width: 300%;
  }
}
.hero-donate .hero-inner .squiggle-bg svg {
  width: 100%;
  height: auto;
}
.hero-donate .hero-inner svg#divider-hero-donate-lower {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: auto;
}
.hero-donate .upper {
  padding: 3rem 0 1rem;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.hero-donate .upper #divider-hero-donate {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
}
.hero-donate .upper h1 {
  font: 400 5rem/1.0555555556 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  position: relative;
}
@media (max-width: 992px) {
  .hero-donate .upper h1 {
    font: 400 3.0555555556rem/1.0909090909 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.hero-donate .hero-donate-lower {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 5rem 0 17rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .hero-donate .hero-donate-lower {
    padding: 4rem 1rem 5.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .hero-donate .hero-donate-lower {
    padding: 4rem 1rem 3rem;
    gap: 1rem;
  }
}
.hero-donate .hero-donate-lower svg#blob-hero-donate {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-10%, -10%);
          transform: translate(-10%, -10%);
}
@media (max-width: 992px) {
  .hero-donate .hero-donate-lower svg#blob-hero-donate {
    -webkit-transform: translate(-60%, -20%);
            transform: translate(-60%, -20%);
  }
}
.hero-donate .hero-donate-lower .image {
  position: absolute;
  bottom: 6vw;
  left: -2%;
  overflow: hidden;
  aspect-ratio: 278/364;
  width: 20%;
  max-width: 280px;
  -webkit-transform: rotate(-2.03deg);
          transform: rotate(-2.03deg);
  border-radius: 20px;
}
@media (max-width: 992px) {
  .hero-donate .hero-donate-lower .image {
    position: relative;
    bottom: 0;
    left: 0;
    width: 40%;
  }
}
@media (max-width: 768px) {
  .hero-donate .hero-donate-lower .image {
    width: 65%;
    margin-bottom: -15%;
    margin-left: -15%;
  }
}
.hero-donate .hero-donate-lower .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-donate .hero-donate-lower .copy {
  font: 500 1.1111111111rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 755px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .hero-donate .hero-donate-lower .copy {
    font: 500 1rem/1.5555555556 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    width: 100%;
  }
}
.hero-donate .hero-donate-lower .copy > h2 {
  font: 400 3.0555555556rem/1.0909090909 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
@media (max-width: 992px) {
  .hero-donate .hero-donate-lower .copy > h2 {
    font: 400 2.2222222222rem/1.125 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.hero-donate .hero-donate-lower .copy .subheading {
  font: 500 1.4444444444rem/1.3846153846 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .hero-donate .hero-donate-lower .copy .subheading {
    font: 700 1.1111111111rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.hero-donate .hero-donate-lower .graphic {
  position: absolute;
  bottom: 11vw;
  right: 4%;
  width: 12%;
  max-width: 188px;
}
@media (max-width: 992px) {
  .hero-donate .hero-donate-lower .graphic {
    width: 40%;
    position: relative;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 992px) {
  .hero-donate .hero-donate-lower .graphic {
    width: calc(40% - 1rem);
  }
}
.hero-donate .hero-donate-lower .graphic svg {
  width: 100%;
  height: auto;
}

.hero-home {
  position: relative;
  padding: 0 0 6rem;
  overflow-x: clip;
  max-width: 100vw;
  margin: 0 0 -2.75rem;
}
.hero-home .squiggle-bg {
  position: absolute;
  inset: 0;
  overflow: clip;
}
@media (max-width: 992px) {
  .hero-home {
    padding: 0 0 8rem;
  }
}
.hero-home .row-1 {
  margin-bottom: -0.75rem;
}
.hero-home .row-1 h1 {
  font: 400 4.6666666667rem/1.0714285714 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 1.8px;
  width: 70%;
  margin: 4rem 0 2rem;
  padding-right: 2rem;
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media (max-width: 1200px) {
  .hero-home .row-1 h1 {
    text-wrap: balance;
  }
}
@media (max-width: 992px) {
  .hero-home .row-1 h1 {
    font: 400 3.0555555556rem/1.0909090909 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    width: 100%;
    margin: 2rem 0;
  }
}
.hero-home .row-1 .image {
  width: 35%;
  max-width: 500px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 491/372;
  position: absolute;
  top: -1.5%;
  right: -7.8%;
  -webkit-transform: rotate(6.035deg);
          transform: rotate(6.035deg);
}
@media (max-width: 992px) {
  .hero-home .row-1 .image {
    display: none;
  }
}
.hero-home .row-1 .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-home .row-2 {
  gap: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .hero-home .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}
.hero-home .row-2 .image {
  max-width: 280px;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 278/364;
  -webkit-transform: rotate(-2.03deg);
          transform: rotate(-2.03deg);
  margin: 1.75rem 0 -6% -14%;
}
@media (max-width: 1540px) {
  .hero-home .row-2 .image {
    margin: 1.5rem 0 -5% -9%;
  }
}
@media (max-width: 1200px) {
  .hero-home .row-2 .image {
    margin: 1rem 0 -5% -5%;
  }
}
@media (max-width: 992px) {
  .hero-home .row-2 .image {
    margin: 1rem 0 -10% -5%;
  }
}
@media (max-width: 768px) {
  .hero-home .row-2 .image {
    margin: 1rem 0 -18% -5%;
  }
}
@media (max-width: 480px) {
  .hero-home .row-2 .image {
    margin: 0.5rem 0 -30% -10%;
    width: 65%;
  }
}
.hero-home .row-2 .image img {
  width: 115%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-home .row-2 p {
  font: 500 1.4444444444rem/1.3846153846 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  max-width: 630px;
  margin-left: 1rem;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media (min-width: 768px) and (max-width: 1280px) {
  .hero-home .row-2 p {
    margin-bottom: 20rem;
  }
}
@media (max-width: 992px) {
  .hero-home .row-2 p {
    font: 500 1.1111111111rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    margin-left: 0;
  }
}
.hero-home .row-2 p span:nth-of-type(3n - 2) {
  color: #c2f6fd;
}
.hero-home .row-2 p span:nth-of-type(3n - 1) {
  color: #ffaeda;
}
.hero-home .row-2 p span:nth-of-type(3n) {
  color: #74fabb;
}
.hero-home svg#squiggle-navy {
  position: absolute;
  top: 12%;
  left: -10vw;
  width: 125vw;
  height: auto;
}
@media (max-width: 768px) {
  .hero-home svg#squiggle-navy {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 1000px;
  }
}
.hero-home svg#paintbrush-blue {
  position: absolute;
  bottom: 1.5svw;
  right: -4%;
}
@media (max-width: 1200px) {
  .hero-home svg#paintbrush-blue {
    display: none;
  }
}
.hero-home .bottom-divider {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.hero-home .bottom-divider svg#frame-friend-pink {
  position: absolute;
  bottom: 100%;
  left: 71%;
  z-index: 10;
}
.hero-home .bottom-divider svg#frame-friend-pink #right-arm {
  -webkit-transform-origin: 76% 43%;
          transform-origin: 76% 43%;
  -webkit-animation: wave-load 0.5s ease-in-out 3 3s;
          animation: wave-load 0.5s ease-in-out 3 3s;
}
.hero-home .bottom-divider svg#frame-friend-pink:hover #right-arm {
  -webkit-animation: wave-hover 0.3s ease-in-out 2;
          animation: wave-hover 0.3s ease-in-out 2;
}
@keyframes wave-load {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wave-hover {
  0% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 1200px) {
  .hero-home .bottom-divider svg#frame-friend-pink {
    left: 84%;
  }
}
@media (max-width: 992px) {
  .hero-home .bottom-divider svg#frame-friend-pink {
    left: 75%;
  }
}
@media (max-width: 768px) {
  .hero-home .bottom-divider svg#frame-friend-pink {
    bottom: 100%;
  }
}
@media (max-width: 480px) {
  .hero-home .bottom-divider svg#frame-friend-pink {
    left: 65%;
    width: 30%;
    bottom: 80%;
  }
}
.hero-home .bottom-divider svg#divider-hero-home-bottom {
  min-width: 100%;
  width: 1620px;
  height: auto;
}
@media (max-width: 992px) {
  .hero-home .bottom-divider svg#divider-hero-home-bottom {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
@media (max-width: 480px) {
  .hero-home .bottom-divider svg#divider-hero-home-bottom {
    -webkit-transform: translateX(-47%);
            transform: translateX(-47%);
  }
}

.hero-image {
  position: relative;
  overflow: hidden;
}
.hero-image .squiggle-bg {
  position: absolute;
  top: 1rem;
  left: -23%;
  width: 135%;
}
@media (max-width: 992px) {
  .hero-image .squiggle-bg {
    left: -45%;
    width: 300%;
  }
}
.hero-image .squiggle-bg svg {
  width: 100%;
  height: auto;
}
.hero-image .inner {
  position: relative;
  padding: 3rem 0 5rem;
}
.hero-image .inner .container {
  max-width: 1350px;
}
.hero-image .inner h1 {
  font: 400 5rem/1.0555555556 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  position: relative;
}
@media (max-width: 768px) {
  .hero-image .inner h1 {
    font: 400 3.0555555556rem/1.0909090909 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.hero-image .hero-image {
  aspect-ratio: 1656/451;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1621' height='456' viewBox='0 0 1621 456' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M204.187 57.2203C571.283 33.053 690.133 -11.0954 1065.04 2.56895C1365.03 13.5028 1429.16 43.2671 1620.5 56.1559L1620.5 455.5H0.5L0.500082 63.0065C65.3564 63.4718 133.877 61.849 204.187 57.2203Z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='1621' height='456' viewBox='0 0 1621 456' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M204.187 57.2203C571.283 33.053 690.133 -11.0954 1065.04 2.56895C1365.03 13.5028 1429.16 43.2671 1620.5 56.1559L1620.5 455.5H0.5L0.500082 63.0065C65.3564 63.4718 133.877 61.849 204.187 57.2203Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  margin-top: -4%;
}
@media (max-width: 768px) {
  .hero-image .hero-image {
    margin-top: -10%;
    aspect-ratio: 3/2;
  }
}
.hero-image .hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hero-video {
  position: relative;
  overflow: hidden;
  padding: 3rem 0 5rem;
  margin: 0 0 -1.5rem;
}
.hero-video .squiggle-bg {
  position: absolute;
  top: 1rem;
  left: -23%;
  width: 135%;
}
@media (max-width: 992px) {
  .hero-video .squiggle-bg {
    left: -45%;
    width: 300%;
  }
}
.hero-video .squiggle-bg svg {
  width: 100%;
  height: auto;
}
.hero-video svg#divider-hero-video {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -2px;
}
@media (max-width: 992px) {
  .hero-video svg#divider-hero-video {
    width: auto;
    height: 300px;
    left: -50%;
  }
}
.hero-video .hero-inner {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 992px) {
  .hero-video .hero-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero-video .copy {
  font: 500 1.3333333333rem/1.4166666667 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  width: 100%;
  max-width: 575px;
}
@media (max-width: 992px) {
  .hero-video .copy {
    font: 500 1.1111111111rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.hero-video .copy h1 {
  font: 400 5rem/1.0555555556 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
@media (max-width: 992px) {
  .hero-video .copy h1 {
    font: 400 3.0555555556rem/1.0909090909 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.hero-video .video-cover {
  aspect-ratio: 131/63;
  width: 100%;
  border-radius: 20px;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .hero-video .video-cover {
    aspect-ratio: 44/25;
  }
}
.hero-video .video-cover > button {
  font: 400 1.1111111111rem/1.3 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  position: absolute;
  bottom: 19px;
  right: 24px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  text-transform: uppercase;
  color: #fffef9;
}
.hero-video .video-cover > button > svg {
  width: 54px;
  height: 54px;
}
.hero-video .video-cover > button > svg circle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-video .video-cover > button:hover svg circle {
  fill: #fef7a5;
}

.hero-what-we-do {
  position: relative;
}
.hero-what-we-do .hero-inner {
  overflow: hidden;
  padding: 0 0 3rem;
}
.hero-what-we-do svg#divider-hero-what-we-do {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 2px;
  z-index: 10;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.hero-what-we-do .squiggle-bg {
  pointer-events: none;
}
.hero-what-we-do .squiggle-bg svg {
  position: absolute;
  top: 3%;
  right: -7%;
  width: 250%;
}
@media (max-width: 768px) {
  .hero-what-we-do .squiggle-bg svg {
    width: 500%;
    right: -30%;
    top: -2%;
  }
}
.hero-what-we-do .squiggle-bg svg path:first-child {
  stroke: #fff;
  opacity: 0.1;
}
.hero-what-we-do .squiggle-bg svg path:last-child {
  mix-blend-mode: darken;
}
.hero-what-we-do .inner {
  padding: 3rem 0 0;
  margin: 0 0 -2rem;
}
@media (max-width: 992px) {
  .hero-what-we-do .inner {
    margin-bottom: 0;
  }
}
.hero-what-we-do .inner > svg {
  margin-bottom: -2px;
}
.hero-what-we-do .inner .container {
  max-width: 1350px;
}
.hero-what-we-do .inner h1 {
  font: 400 5rem/1.0555555556 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  position: relative;
}
@media (max-width: 768px) {
  .hero-what-we-do .inner h1 {
    font: 400 3.0555555556rem/1.0909090909 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    margin: 0 0 1rem;
  }
}
.hero-what-we-do .hero-featured-grid {
  position: relative;
}
@media (max-width: 1200px) {
  .hero-what-we-do .hero-featured-grid {
    padding: 1.5rem 0 0;
  }
}
.hero-what-we-do .hero-featured-grid h2 {
  font: 400 3.0555555556rem/1.0909090909 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 1.1px;
  max-width: 905px;
  margin: 0 auto 2.5rem;
}
@media (max-width: 768px) {
  .hero-what-we-do .hero-featured-grid h2 {
    font: 400 2.2222222222rem/1.1 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    margin: 0 auto 1rem;
  }
}
.hero-what-we-do .hero-featured-grid .grid {
  gap: 40px;
}
.hero-what-we-do .hero-featured-grid .grid-item {
  border-radius: 20px;
  padding: 1.2rem 1rem 1.5rem;
}
@media (max-width: 768px) {
  .hero-what-we-do .hero-featured-grid .grid-item {
    font: 500 0.8888888889rem/1.625 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.hero-what-we-do .hero-featured-grid .grid-item > .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.hero-what-we-do .hero-featured-grid .grid-item > .flex .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .hero-what-we-do .hero-featured-grid .grid-item > .flex .icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 1rem;
  }
}
.hero-what-we-do .hero-featured-grid .grid-item > .flex > h3 {
  font: 400 1.6666666667rem/1.3333333333 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 1.2px;
  text-wrap: balance;
}
@media (max-width: 768px) {
  .hero-what-we-do .hero-featured-grid .grid-item > .flex > h3 {
    font: 400 1.3333333333rem/1.3333333333 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.hero-what-we-do .hero-featured-grid .grid-item > .flex > div {
  margin: 0 0 0.75rem;
}
.hero-what-we-do .hero-featured-grid .grid-item > .flex .btn {
  margin: auto 0 0;
}

.intro {
  padding: 0 0 5rem;
}
@media (max-width: 992px) {
  .intro {
    padding: 3rem 0;
  }
}
.intro .container {
  position: relative;
}
.intro .intro-copy {
  font: 500 1rem/1.5555555556 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  max-width: 690px;
  margin: 0 auto;
  position: relative;
}
.intro .intro-copy h2 {
  margin: 0 0 0.75rem;
}
.intro .intro-copy > div {
  width: 43vw;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .intro .intro-copy > div {
    width: 100%;
  }
}
.intro .intro-copy .btn {
  margin: 2rem 0 0;
}
@media (max-width: 768px) {
  .intro .intro-copy .btn {
    margin: 1rem 0 0;
  }
}
.intro .intro-frames {
  position: absolute;
  width: 100%;
  inset: 0;
  pointer-events: none;
  z-index: 100;
}
@media (max-width: 992px) {
  .intro .intro-frames {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: all;
    padding: 0 3rem;
    max-width: 600px;
    margin: 2rem auto 0;
  }
}
.intro .intro-frames .stat {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #061b77;
  text-align: center;
}
@media (max-width: 992px) {
  .intro .intro-frames .stat {
    position: static;
  }
}
.intro .intro-frames .stat svg {
  position: absolute;
}
.intro .intro-frames .stat .stat-number {
  font: 400 3.6111111111rem/1.0769230769 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  margin-top: 1.75rem;
}
.intro .intro-frames .stat .stat-text {
  font: 400 1.3333333333rem/1.1666666667 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  padding: 0 2rem;
}
.intro .intro-frames .stat-1 {
  height: 304px;
  width: 190px;
  top: -1rem;
  right: 8%;
}
@media (max-width: 1200px) {
  .intro .intro-frames .stat-1 {
    right: 0;
  }
}
.intro .intro-frames .stat-1 div {
  -webkit-transform: rotate(6.643deg);
          transform: rotate(6.643deg);
}
.intro .intro-frames .stat-2 {
  height: 190px;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  text-align: left;
  top: 3rem;
  left: 9.5%;
}
@media (max-width: 1380px) {
  .intro .intro-frames .stat-2 {
    left: 5%;
  }
}
@media (max-width: 1200px) {
  .intro .intro-frames .stat-2 {
    left: 1%;
  }
}
@media (max-width: 992px) {
  .intro .intro-frames .stat-2 {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.intro .intro-frames .stat-2 .stat-number {
  margin: 2.5rem 0 0;
}
.intro .intro-frames .stat-2 .stat-text {
  padding: 0;
  margin: 1.65rem 0 0;
}
.intro .intro-frames .stat-2 div {
  -webkit-transform: rotate(-4.059deg);
          transform: rotate(-4.059deg);
}
.intro .intro-frames .stat-3 {
  height: 240px;
  width: 160px;
  top: 14rem;
  left: 20%;
}
@media (max-width: 1380px) {
  .intro .intro-frames .stat-3 {
    left: 13%;
  }
}
@media (max-width: 1200px) {
  .intro .intro-frames .stat-3 {
    left: 8%;
  }
}
.intro .intro-frames .stat-3 div {
  -webkit-transform: rotate(-1.89deg);
          transform: rotate(-1.89deg);
}

.marquee svg {
  position: relative;
  z-index: 101;
  margin: -2rem -2rem -3rem;
  width: calc(100% + 4rem);
  max-width: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .marquee svg {
    width: calc(250% + 4rem);
    max-width: calc(250% + 4rem);
  }
}
@media (max-width: 768px) {
  .marquee .marquee-text-group {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
.marquee .marquee-text {
  font: 400 5.5555555556rem/1.2 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  dominant-baseline: middle;
  fill: #061b77;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.marquee .marquee-text tspan:nth-child(1n) {
  fill: #008172;
}
.marquee .marquee-text tspan:nth-child(2n) {
  fill: #a112d9;
}
.marquee .marquee-text tspan:nth-child(3n) {
  fill: #f56600;
}
.marquee .marquee-text tspan:nth-child(4n) {
  fill: #dc0063;
}
.marquee .marquee-text tspan:nth-child(5n) {
  fill: #007c97;
}

.meet-the-founder {
  position: relative;
  overflow: hidden;
}
.meet-the-founder > svg {
  position: absolute;
  pointer-events: none;
}
.meet-the-founder > svg#blob-lg {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-117%, -50%);
          transform: translate(-117%, -50%);
}
@media (max-width: 992px) {
  .meet-the-founder > svg#blob-lg {
    -webkit-transform: translate(-100%, -10%);
            transform: translate(-100%, -10%);
  }
}
@media (max-width: 768px) {
  .meet-the-founder > svg#blob-lg {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
}
.meet-the-founder > svg#blob-sm {
  top: 50%;
  right: 0;
  -webkit-transform: translate(70%, -100%);
          transform: translate(70%, -100%);
}
@media (max-width: 992px) {
  .meet-the-founder > svg#blob-sm {
    -webkit-transform: translate(70%, -125%);
            transform: translate(70%, -125%);
  }
}
.meet-the-founder .inner.flex {
  position: relative;
  padding: 6rem 0 0;
  gap: 2rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .meet-the-founder .inner.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .meet-the-founder .inner.flex {
    padding: 3rem 0 0;
  }
}
.meet-the-founder .inner.flex > svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 225px;
          flex: 0 0 225px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
  position: relative;
  bottom: 1.8rem;
  z-index: 102;
}
@media (max-width: 768px) {
  .meet-the-founder .inner.flex > svg {
    width: 150px;
    height: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin-top: -3rem;
    margin-bottom: -1rem;
    margin-left: auto;
  }
}
.meet-the-founder .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 334px;
          flex: 0 0 334px;
  width: 334px;
  max-width: 25%;
  -webkit-transform: rotate(-2.793deg);
          transform: rotate(-2.793deg);
  aspect-ratio: 167/212;
  margin-bottom: 6rem;
  margin-right: auto;
  position: relative;
}
@media (max-width: 768px) {
  .meet-the-founder .image {
    max-width: 50%;
    margin-bottom: 0;
  }
}
.meet-the-founder .image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.meet-the-founder .image svg {
  position: absolute;
}
.meet-the-founder .image svg#heart-lg {
  bottom: -3%;
  left: -10%;
}
.meet-the-founder .image svg#heart-sm {
  top: -5%;
  right: -10%;
}
.meet-the-founder .copy {
  font: 500 0.8888888889rem/1.625 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  max-width: 683px;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .meet-the-founder .copy {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .meet-the-founder .copy {
    width: 100%;
  }
}
.meet-the-founder .copy > h2 {
  font: 400 3.6111111111rem/1.0769230769 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 1.3px;
  margin: 0 0 0.5rem;
}
@media (max-width: 768px) {
  .meet-the-founder .copy > h2 {
    font: 400 2.2222222222rem/1 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}

.our-impact {
  position: relative;
  padding: 5rem 0 6rem;
}
@media (max-width: 768px) {
  .our-impact {
    padding: 3rem 0 0;
  }
}
.our-impact > svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.our-impact > svg#blob-our-impact-mobile {
  display: none;
  width: 100%;
  left: 0;
  height: auto;
  max-height: 100%;
  top: unset;
}
@media (max-width: 992px) {
  .our-impact > svg#blob-our-impact-mobile {
    display: block;
  }
  .our-impact > svg#blob-our-impact {
    display: none;
  }
}
.our-impact .container > h2 {
  font: 400 3.6111111111rem/1.0769230769 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 1.3px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 1.5rem 0 0;
}
@media (max-width: 992px) {
  .our-impact .container > h2 {
    position: relative;
    margin: 1rem 0 2rem;
  }
}
@media (max-width: 768px) {
  .our-impact .container > h2 {
    font: 400 2.2222222222rem/1.1 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.our-impact .container > .inner {
  position: relative;
  width: 100%;
  min-height: 625px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 4rem;
}
@media (max-width: 1200px) {
  .our-impact .container > .inner {
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 992px) {
  .our-impact .container > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    max-width: 600px;
    margin: 0 auto;
  }
}
.our-impact .image {
  position: absolute;
  z-index: 11;
}
@media (max-width: 992px) {
  .our-impact .image {
    position: static;
  }
}
.our-impact .image .inner {
  border-radius: 20px;
  overflow: hidden;
}
.our-impact .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.our-impact .image.image-1 {
  width: 30%;
  max-width: 400px;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(-4.273deg) translate(-17%, 3%);
          transform: rotate(-4.273deg) translate(-17%, 3%);
}
@media (max-width: 992px) {
  .our-impact .image.image-1 {
    width: 100%;
    -webkit-transform: rotate(-4.273deg);
            transform: rotate(-4.273deg);
  }
}
.our-impact .image.image-1 .inner {
  aspect-ratio: 328/236;
}
.our-impact .image.image-2 {
  width: 27%;
  max-width: 350px;
  top: 0;
  right: 0;
  -webkit-transform: rotate(7.107deg) translate(10%, -27%);
          transform: rotate(7.107deg) translate(10%, -27%);
}
@media (max-width: 992px) {
  .our-impact .image.image-2 {
    width: 100%;
    -webkit-transform: rotate(7.107deg);
            transform: rotate(7.107deg);
  }
}
.our-impact .image.image-2 .frame {
  -o-border-image: url("/wp-content/themes/art2hearts/assets/svg/scalloped-frame-alt.svg") 0 fill/0px/0 stretch;
     border-image: url("/wp-content/themes/art2hearts/assets/svg/scalloped-frame-alt.svg") 0 fill/0px/0 stretch;
  border-width: 22px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.our-impact .image.image-2 .inner {
  aspect-ratio: 297/251;
}
.our-impact .stat {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #061b77;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.our-impact .stat svg {
  position: absolute;
}
.our-impact .stat .stat-number {
  font: 400 3.6111111111rem/1.0769230769 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  margin-top: 1.75rem;
}
.our-impact .stat .stat-text {
  font: 400 1.3333333333rem/1.1666666667 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  padding: 0 3rem;
}
.our-impact .stat-1 {
  height: 220px;
  width: 248px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.our-impact .stat-1 div {
  -webkit-transform: rotate(-6.141deg);
          transform: rotate(-6.141deg);
}
.our-impact .stat-2 {
  width: 320px;
  height: 341px;
  margin-top: -3%;
}
@media (max-width: 992px) {
  .our-impact .stat-2 {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: -3%;
  }
}
.our-impact .stat-2 .stat-text {
  padding: 0 5rem;
}
.our-impact .stat-2 div {
  -webkit-transform: rotate(-0.892deg);
          transform: rotate(-0.892deg);
}
.our-impact .stat-3 {
  width: 330px;
  height: 194px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 0.75rem;
  margin-top: 10%;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .our-impact .stat-3 {
    margin-bottom: 6rem;
  }
}
@media (max-width: 992px) {
  .our-impact .stat-3 {
    margin: 0;
  }
}
.our-impact .stat-3 .stat-number {
  margin: 1.5rem 0 0;
}
.our-impact .stat-3 .stat-text {
  margin: 2.35rem 0 0;
  max-width: 100px;
  padding: 0;
}
.our-impact .stat-3 div {
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}
.our-impact .frame-friend {
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
  margin-right: -10%;
  margin-bottom: -0.5%;
  width: 22%;
  min-width: 100px;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .our-impact .frame-friend {
    margin: 0;
    position: absolute;
    bottom: -0.5%;
    right: 0;
  }
}
@media (max-width: 992px) {
  .our-impact .frame-friend {
    position: static;
    max-width: 200px;
    width: 100%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 1rem 0 -1%;
  }
}
.our-impact .frame-friend svg {
  max-width: 100%;
  width: 281px;
  height: auto;
}

.our-story {
  position: relative;
  padding: 0 0 5rem;
}
@media (max-width: 992px) {
  .our-story {
    padding: 0 0 3rem;
  }
}
.our-story svg#blob-our-story {
  position: absolute;
  top: 1rem;
  right: 0;
  max-height: 997px;
  height: 90%;
  width: auto;
}
@media (max-width: 992px) {
  .our-story svg#blob-our-story {
    top: 30%;
    width: 100%;
    height: auto;
  }
}
.our-story .upper {
  position: relative;
  gap: 2rem;
}
@media (max-width: 992px) {
  .our-story .upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.our-story .upper .copy {
  width: 854px;
  padding: 5rem 0 0;
}
.our-story .upper .copy > h2 {
  font: 400 3.0555555556rem/1.0909090909 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
@media (max-width: 992px) {
  .our-story .upper .copy > h2 {
    font: 400 2.2222222222rem/1.25 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
@media (max-width: 992px) {
  .our-story .upper .copy {
    width: 100%;
  }
}
.our-story .upper .images {
  width: 541px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: -1.25rem 0 0;
}
@media (max-width: 992px) {
  .our-story .upper .images {
    width: 65%;
    margin: -1.25rem 0 -7rem;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.our-story .upper .images .image {
  border-radius: 20px;
  overflow: hidden;
}
.our-story .upper .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.our-story .upper .images .image-1 {
  -webkit-transform: rotate(7.994deg);
          transform: rotate(7.994deg);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 324px;
          flex: 1 0 324px;
  aspect-ratio: 324/380;
  margin: 25% 0 0 -8.5%;
}
@media (max-width: 992px) {
  .our-story .upper .images .image-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 324px;
            flex: 1 1 324px;
  }
}
.our-story .upper .images .image-2 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 231px;
          flex: 1 0 231px;
  aspect-ratio: 231/237;
  -webkit-transform: rotate(-2.793deg);
          transform: rotate(-2.793deg);
}
@media (max-width: 992px) {
  .our-story .upper .images .image-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 231px;
            flex: 1 1 231px;
  }
}
.our-story .upper .images > svg {
  position: absolute;
}
.our-story .upper .images > svg#heart-lg {
  top: 50%;
  left: 23%;
  max-width: 18%;
}
.our-story .upper .images > svg#heart-lg path {
  fill: #ff3d94;
}
.our-story .upper .images > svg#heart-sm {
  top: 19%;
  left: 50%;
}
.our-story .upper .images > svg#heart-sm path {
  fill: #ff76bb;
}
.our-story .quote {
  font: 500 1.1111111111rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  position: relative;
  max-width: 1140px;
  border-radius: 32px;
  margin: 2rem auto 4rem;
  padding: 3rem 1.5rem;
}
@media (max-width: 992px) {
  .our-story .quote {
    margin: 1rem 0 2rem;
  }
}
.our-story .quote .quote-attr {
  font: 400 1.3333333333rem/1.1666666667 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 1.5rem auto 0;
}
.our-story .quote > div {
  max-width: 878px;
  margin: 0 auto;
}
.our-story .quote > svg {
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transform: translate(-65%, 28%);
          transform: translate(-65%, 28%);
}
@media (max-width: 992px) {
  .our-story .quote > svg {
    display: none;
  }
}

.our-team {
  padding: 6rem 0 0;
  margin-bottom: -4rem;
}
.our-team svg#divider-team-bottom {
  width: 100%;
  height: auto;
  margin-bottom: -2px;
}
.our-team .staff-grid {
  gap: 42px 85px;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .our-team .staff-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

.section-404 {
  min-height: 800px;
  display: grid;
  place-items: center;
}

.spotlight {
  position: relative;
  overflow: hidden;
}
.spotlight svg#blob-spotlight {
  position: absolute;
  max-width: 80%;
  bottom: 0;
  left: 0;
}
@media (max-width: 992px) {
  .spotlight svg#blob-spotlight {
    left: -35%;
  }
}
.spotlight svg#frame-friend-french-alt {
  position: absolute;
  bottom: 1rem;
  right: 3rem;
  z-index: 10;
  max-width: 15%;
}
@media (max-width: 992px) {
  .spotlight svg#frame-friend-french-alt {
    max-width: 50%;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 10% -10px auto;
    display: block;
  }
}
.spotlight .inner {
  font: 500 1.1111111111rem/1.5 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  position: relative;
  width: 60%;
  max-width: 854px;
  margin: 0 auto;
  padding: 4rem 0 6rem;
}
@media (max-width: 992px) {
  .spotlight .inner {
    width: 100%;
    padding: 4rem 0 0;
  }
}
@media (max-width: 768px) {
  .spotlight .inner {
    font: 500 1rem/1.5555555556 "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.spotlight .inner strong {
  font-weight: 700;
}
.spotlight .inner > h2 {
  font: 400 3.0555555556rem/1.0909090909 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
@media (max-width: 768px) {
  .spotlight .inner > h2 {
    font: 400 2.2222222222rem/1.125 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}

.video-section {
  margin: 2rem 0 4rem;
}
@media (max-width: 992px) {
  .video-section {
    margin: 5rem 0 0;
  }
}
.video-section.what-we-do-video {
  margin: 0 0 4rem;
}

.video {
  position: relative;
  border-radius: 20px;
  padding: 3rem;
}
@media (max-width: 992px) {
  .video {
    margin: 0 auto;
    padding: 2rem 1rem 1rem;
  }
}
.video .video-title {
  font: 400 2.2222222222rem/1.2 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-align: center;
}
.video .video-cover {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1376/600;
  display: grid;
  place-items: center;
}
@media (max-width: 992px) {
  .video .video-cover {
    aspect-ratio: 353/400;
  }
}
.video .video-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-blend-mode: multiply;
  background: rgba(0, 11, 58, 0.6);
}
.video .video-cover > button {
  font: 400 1.3333333333rem/1.1666666667 "Free Lunch", "Hanken Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-transform: uppercase;
  color: #fffef9;
}
.video .video-cover > button svg circle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video .video-cover > button:hover svg circle {
  fill: #fef7a5;
}

/* 
** Setup color css classes
** Included last to ensure classes override theme defaults when used.
*/
.text-black {
  color: #000000;
}

.text-hover-black:hover {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.bg-hover-black:hover {
  background-color: #000000;
}

.text-white {
  color: #fffef9;
}

.text-hover-white:hover {
  color: #fffef9;
}

.bg-white {
  background-color: #fffef9;
}

.bg-hover-white:hover {
  background-color: #fffef9;
}

.text-white2 {
  color: #f6f5f8;
}

.text-hover-white2:hover {
  color: #f6f5f8;
}

.bg-white2 {
  background-color: #f6f5f8;
}

.bg-hover-white2:hover {
  background-color: #f6f5f8;
}

.text-darkNavy {
  color: #000c40;
}

.text-hover-darkNavy:hover {
  color: #000c40;
}

.bg-darkNavy {
  background-color: #000c40;
}

.bg-hover-darkNavy:hover {
  background-color: #000c40;
}

.text-navy {
  color: #061b77;
}

.text-hover-navy:hover {
  color: #061b77;
}

.bg-navy {
  background-color: #061b77;
}

.bg-hover-navy:hover {
  background-color: #061b77;
}

.text-navy2 {
  color: #0f2b82;
}

.text-hover-navy2:hover {
  color: #0f2b82;
}

.bg-navy2 {
  background-color: #0f2b82;
}

.bg-hover-navy2:hover {
  background-color: #0f2b82;
}

.text-fuchsia {
  color: #ff3d94;
}

.text-hover-fuchsia:hover {
  color: #ff3d94;
}

.bg-fuchsia {
  background-color: #ff3d94;
}

.bg-hover-fuchsia:hover {
  background-color: #ff3d94;
}

.text-watermelon {
  color: #ff76bb;
}

.text-hover-watermelon:hover {
  color: #ff76bb;
}

.bg-watermelon {
  background-color: #ff76bb;
}

.bg-hover-watermelon:hover {
  background-color: #ff76bb;
}

.text-pink {
  color: #ffaeda;
}

.text-hover-pink:hover {
  color: #ffaeda;
}

.bg-pink {
  background-color: #ffaeda;
}

.bg-hover-pink:hover {
  background-color: #ffaeda;
}

.text-pink2 {
  color: #ffa3d3;
}

.text-hover-pink2:hover {
  color: #ffa3d3;
}

.bg-pink2 {
  background-color: #ffa3d3;
}

.bg-hover-pink2:hover {
  background-color: #ffa3d3;
}

.text-pink3 {
  color: #ffd0e8;
}

.text-hover-pink3:hover {
  color: #ffd0e8;
}

.bg-pink3 {
  background-color: #ffd0e8;
}

.bg-hover-pink3:hover {
  background-color: #ffd0e8;
}

.text-pink4 {
  color: #ff97cc;
}

.text-hover-pink4:hover {
  color: #ff97cc;
}

.bg-pink4 {
  background-color: #ff97cc;
}

.bg-hover-pink4:hover {
  background-color: #ff97cc;
}

.text-pink5 {
  color: #ffe2ee;
}

.text-hover-pink5:hover {
  color: #ffe2ee;
}

.bg-pink5 {
  background-color: #ffe2ee;
}

.bg-hover-pink5:hover {
  background-color: #ffe2ee;
}

.text-blue {
  color: #6be4fb;
}

.text-hover-blue:hover {
  color: #6be4fb;
}

.bg-blue {
  background-color: #6be4fb;
}

.bg-hover-blue:hover {
  background-color: #6be4fb;
}

.text-blue2 {
  color: #0098b5;
}

.text-hover-blue2:hover {
  color: #0098b5;
}

.bg-blue2 {
  background-color: #0098b5;
}

.bg-hover-blue2:hover {
  background-color: #0098b5;
}

.text-aqua {
  color: #c2f6fd;
}

.text-hover-aqua:hover {
  color: #c2f6fd;
}

.bg-aqua {
  background-color: #c2f6fd;
}

.bg-hover-aqua:hover {
  background-color: #c2f6fd;
}

.text-aqua2 {
  color: #ccf7ff;
}

.text-hover-aqua2:hover {
  color: #ccf7ff;
}

.bg-aqua2 {
  background-color: #ccf7ff;
}

.bg-hover-aqua2:hover {
  background-color: #ccf7ff;
}

.text-aqua3 {
  color: #c2f6fd;
}

.text-hover-aqua3:hover {
  color: #c2f6fd;
}

.bg-aqua3 {
  background-color: #c2f6fd;
}

.bg-hover-aqua3:hover {
  background-color: #c2f6fd;
}

.text-green {
  color: #00a390;
}

.text-hover-green:hover {
  color: #00a390;
}

.bg-green {
  background-color: #00a390;
}

.bg-hover-green:hover {
  background-color: #00a390;
}

.text-green2 {
  color: #2ec6a1;
}

.text-hover-green2:hover {
  color: #2ec6a1;
}

.bg-green2 {
  background-color: #2ec6a1;
}

.bg-hover-green2:hover {
  background-color: #2ec6a1;
}

.text-mint {
  color: #74fabb;
}

.text-hover-mint:hover {
  color: #74fabb;
}

.bg-mint {
  background-color: #74fabb;
}

.bg-hover-mint:hover {
  background-color: #74fabb;
}

.text-mint2 {
  color: #e3fded;
}

.text-hover-mint2:hover {
  color: #e3fded;
}

.bg-mint2 {
  background-color: #e3fded;
}

.bg-hover-mint2:hover {
  background-color: #e3fded;
}

.text-teal {
  color: #92ffe0;
}

.text-hover-teal:hover {
  color: #92ffe0;
}

.bg-teal {
  background-color: #92ffe0;
}

.bg-hover-teal:hover {
  background-color: #92ffe0;
}

.text-teal2 {
  color: #94e1d8;
}

.text-hover-teal2:hover {
  color: #94e1d8;
}

.bg-teal2 {
  background-color: #94e1d8;
}

.bg-hover-teal2:hover {
  background-color: #94e1d8;
}

.text-orange {
  color: #f56600;
}

.text-hover-orange:hover {
  color: #f56600;
}

.bg-orange {
  background-color: #f56600;
}

.bg-hover-orange:hover {
  background-color: #f56600;
}

.text-orange2 {
  color: #ffc093;
}

.text-hover-orange2:hover {
  color: #ffc093;
}

.bg-orange2 {
  background-color: #ffc093;
}

.bg-hover-orange2:hover {
  background-color: #ffc093;
}

.text-lemon {
  color: #ffed4a;
}

.text-hover-lemon:hover {
  color: #ffed4a;
}

.bg-lemon {
  background-color: #ffed4a;
}

.bg-hover-lemon:hover {
  background-color: #ffed4a;
}

.text-canary {
  color: #fef7a5;
}

.text-hover-canary:hover {
  color: #fef7a5;
}

.bg-canary {
  background-color: #fef7a5;
}

.bg-hover-canary:hover {
  background-color: #fef7a5;
}

.text-canary2 {
  color: #fff5a1;
}

.text-hover-canary2:hover {
  color: #fff5a1;
}

.bg-canary2 {
  background-color: #fff5a1;
}

.bg-hover-canary2:hover {
  background-color: #fff5a1;
}

.text-canary3 {
  color: #fffbd7;
}

.text-hover-canary3:hover {
  color: #fffbd7;
}

.bg-canary3 {
  background-color: #fffbd7;
}

.bg-hover-canary3:hover {
  background-color: #fffbd7;
}

.text-plum {
  color: #a112d9;
}

.text-hover-plum:hover {
  color: #a112d9;
}

.bg-plum {
  background-color: #a112d9;
}

.bg-hover-plum:hover {
  background-color: #a112d9;
}

.text-plum2 {
  color: #e8afff;
}

.text-hover-plum2:hover {
  color: #e8afff;
}

.bg-plum2 {
  background-color: #e8afff;
}

.bg-hover-plum2:hover {
  background-color: #e8afff;
}

.text-lavender {
  color: #8b90eb;
}

.text-hover-lavender:hover {
  color: #8b90eb;
}

.bg-lavender {
  background-color: #8b90eb;
}

.bg-hover-lavender:hover {
  background-color: #8b90eb;
}

.text-lavender2 {
  color: #abb3d5;
}

.text-hover-lavender2:hover {
  color: #abb3d5;
}

.bg-lavender2 {
  background-color: #abb3d5;
}

.bg-hover-lavender2:hover {
  background-color: #abb3d5;
}

.text-lavender3 {
  color: #c4c7ff;
}

.text-hover-lavender3:hover {
  color: #c4c7ff;
}

.bg-lavender3 {
  background-color: #c4c7ff;
}

.bg-hover-lavender3:hover {
  background-color: #c4c7ff;
}

.text-periwinkle {
  color: #dadaf4;
}

.text-hover-periwinkle:hover {
  color: #dadaf4;
}

.bg-periwinkle {
  background-color: #dadaf4;
}

.bg-hover-periwinkle:hover {
  background-color: #dadaf4;
}

.text-periwinkle2 {
  color: #dbdcf5;
}

.text-hover-periwinkle2:hover {
  color: #dbdcf5;
}

.bg-periwinkle2 {
  background-color: #dbdcf5;
}

.bg-hover-periwinkle2:hover {
  background-color: #dbdcf5;
}

.text-periwinkle3 {
  color: #e6e6f6;
}

.text-hover-periwinkle3:hover {
  color: #e6e6f6;
}

.bg-periwinkle3 {
  background-color: #e6e6f6;
}

.bg-hover-periwinkle3:hover {
  background-color: #e6e6f6;
}
/*# sourceMappingURL=style.css.map */
