@charset "UTF-8";
/* Categories 01 to 03 are the basics. */
@import url("https://api.fontshare.com/v2/css?f[]=satoshi@1,2&display=swap");
/* Variables */
:root {
  --color--white: #FFF;
  --color--black: #000;
  --color--grey: #707070;
  --color--red: #FF4043;
  --color--blue: #3378FC;
  --color--yellow: #FFD848;
  --color--base-text: var(--color--black);
  --color--primary: var(--color--black);
  --color--secondary: var(--color--white);
  --color--accent-1: var(--color--red);
  --color--accent-2: var(--color--blue);
  --bg-color--base: var(--color--white);
  --bg-color--light: var(--color--white);
  --bg-color--dark: var(--color--black);
  --link-color: var(--color--black);
  --font--primary: "Satoshi", sans-serif;
  --font--secondary: "Addington", serif;
  --line-height--body: 1.5;
  --font-size--base: 1.125rem;
  --font-size--sm: 0.875rem;
  --font-size--md: 1.5rem;
  --font-size--lg: 2.0rem;
  --font-size--xl: 3.0rem;
  --font-size--xxxl: 4.0rem;
  --space--xs: 1.25rem;
  --space--sm: 1.25rem;
  --space--md: 1.875rem;
  --space--lg: 3.125rem;
  --space--text: 0.625em;
}
@media only screen and (min-width: 720px) {
  :root {
    --font-size--xxxl: 6.25rem;
  }
}
@media only screen and (min-width: 1140px) {
  :root {
    --font-size--base: 1.125rem;
    --font-size--sm: 0.875rem;
    --font-size--md: 1.500rem;
    --font-size--lg: 2.625rem;
    --font-size--xl: 5.000rem;
    --font-size--xxxl: 10.00rem;
  }
}
@media only screen and (min-width: 1500px) {
  :root {
    --font-size--base: 1.20vw;
    --font-size--sm: 0.93vw;
    --font-size--md: 1.60vw;
    --font-size--lg: 2.80vw;
    --font-size--xl: 5.33vw;
    --font-size--xxxl: 10.66vw;
  }
}
@media only screen and (min-width: 720px) {
  :root {
    --space--xs: 2.1875rem;
    --space--sm: 2.1875rem;
    --space--md: 2.8125rem;
    --space--lg: 4.0625rem;
  }
}
@media only screen and (min-width: 1200px) {
  :root {
    --space--xs: 1.875rem;
    --space--sm: 3.125rem;
    --space--md: 3.75rem;
    --space--lg: 5rem;
  }
}

body {
  --wp--preset--font-size--small: var(--font-size--sm);
  --wp--preset--font-size--regular: var(--font-size--base);
  --wp--preset--font-size--medium: var(--font-size--md);
  --wp--preset--font-size--large: var(--font-size--lg);
  --wp--preset--font-size--extra-large: var(--font-size--xl);
  --wp--preset--font-size--huge: var(--font-size--xxxl);
}

:root {
  --spacing: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Responsive Styles
 */
@media only screen and (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}
/**
 * Root Media Query Variables
 */
:root {
  --bs-gutter-x: 5.5rem;
  --responsive--spacing-horizontal: 1.5rem;
  --responsive--default-width: calc(100vw - calc(var(--bs-gutter-x, 2rem) * 2));
  --responsive--alignwide-width: calc(100% - var(--responsive--spacing-horizontal));
  --responsive--alignfull-width: 100%;
}

@media only screen and (max-width: 781px) {
  :root {
    --bs-gutter-x: 1.5rem;
  }
}
/**
 * Extends
 */
.default-max-width {
  max-width: var(--responsive--default-width);
  margin-left: auto;
  margin-right: auto;
}

.wide-max-width {
  max-width: var(--responsive--alignwide-width);
  margin-left: auto;
  margin-right: auto;
}

.full-max-width {
  max-width: var(--responsive--alignfull-width);
  width: var(--responsive--alignfull-width);
  margin-left: auto;
  margin-right: auto;
}

.editor-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  width: 100%;
  padding-left: var(--bs-gutter-x, 1.5rem);
  padding-right: var(--bs-gutter-x, 1.5rem);
}

.alignfull > *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  width: 100%;
  padding-left: var(--bs-gutter-x, 1.5rem);
  padding-right: var(--bs-gutter-x, 1.5rem);
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  font-family: var(--font--primary);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*, *::before, *::after {
  box-sizing: inherit;
}

body {
  font-size: var(--font-size--base);
  font-weight: normal;
  text-align: left;
  color: var(--color--black);
  background-color: var(--color--white);
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Category 04 can contain any default HTML element. Do not add classes here, just give the elements some basic styles. */
.btn,
input[type=submit],
input[type=reset] {
  border: 1px solid transparent;
  border-radius: 1.5em;
  cursor: pointer;
  font-family: var(--font--secondary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 0.875em 2.5em !important;
  min-height: 3em;
  text-decoration: none;
  color: var(--color--white);
  background-color: var(--bg-color--dark);
  display: inline-block;
}
.btn:focus,
input[type=submit]:focus,
input[type=reset]:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.btn:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  background-color: var(--global--color-white-50);
  border-color: var(--global--color-white-50);
  color: var(--button--color-text-active);
}

.btn-none,
.btn-link {
  color: inherit;
  background: transparent;
  border: none;
}

.btn-link {
  text-decoration: underline;
  text-underline-offset: 3px;
  display: inline-block;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: var(--color--black);
  background-color: var(--color--white);
  border: 1px solid currentColor;
  font-size: 1rem;
  padding: 0.75em 1.125em;
  width: 100%;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
input[type=date]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=color]:disabled,
textarea:disabled {
  opacity: 0.7;
}

.frm_forms fieldset {
  border: none;
}
.frm_forms .frm_form_field {
  margin-bottom: 1rem;
}
.frm_forms .frm_submit button {
  border: 1px solid transparent;
  border-radius: 1.5em;
  cursor: pointer;
  font-family: var(--font--secondary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 0.875em 2.5em !important;
  min-height: 3em;
  text-decoration: none;
  background-color: var(--bg-color--dark);
  color: var(--color--white);
  margin-right: auto;
}
.frm_forms .frm_submit button:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.frm_forms .frm_submit button:disabled {
  background-color: var(--global--color-white-50);
  border-color: var(--global--color-white-50);
  color: var(--button--color-text-active);
}

a {
  color: currentColor;
  text-underline-offset: 0.15em;
}

.editor-content a {
  color: var(--link-color);
  font-weight: normal;
  text-underline-offset: 3px;
}

.link {
  color: var(--link-color);
  font-weight: normal;
  text-underline-offset: 3px;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.raised-link {
  position: relative;
  z-index: 2;
}

a.no-underline {
  text-decoration: none;
}

img.cover {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

img.background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
}

.editor-content img {
  height: auto;
}

body,
html :where(.editor-styles-wrapper) {
  font-family: var(--font--primary);
}

p {
  line-height: var(--line-height--body);
  margin-top: var(--space--text);
  margin-bottom: var(--space--text);
}

.serif,
.is-style-serif {
  font-family: var(--font--secondary) !important;
}

/* Category 05 is all about adjusting the default block styles to the given layout. I only added three blocks as examples. */
.effect-rotating-shapes {
  width: 100%;
  max-width: 36em;
  margin: 0 auto;
}
.effect-rotating-shapes .rotation {
  position: relative;
  z-index: -1;
  transform-origin: center center;
  transition: 2s transform 0.5s;
  display: flex;
  justify-content: space-between;
}
.effect-rotating-shapes .circle-square {
  width: 30%;
  padding-top: 30%;
  background-color: var(--color--accent-1);
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: -1;
}
.effect-rotating-shapes .circle-square::before {
  content: "";
  width: 100%;
  padding-top: 100%;
  position: absolute;
  top: 0;
  background-color: var(--color--accent-2);
  display: block;
  transform: rotate(45deg);
  opacity: 0;
  transition: 1.9s opacity 0.5s;
}
.effect-rotating-shapes .rotation.in-view {
  transform: rotate(180deg);
}
.effect-rotating-shapes .rotation.in-view > .circle-square::before {
  opacity: 1;
}

.effect-swap-circles-vertically {
  width: 80%;
  max-width: 420px;
  margin: 0 auto;
}
.effect-swap-circles-vertically .circles {
  width: 100%;
  padding-top: 155%;
  position: relative;
}
.effect-swap-circles-vertically .swap-circle {
  border-radius: 50%;
  position: absolute;
  transition: 1s all 0.2s;
  transform-origin: center;
}
.effect-swap-circles-vertically .swap-circle:first-child {
  width: 100%;
  padding-top: 100%;
  background: linear-gradient(110deg, #fb8a60 30%, #786db1 90%);
  top: 0;
}
.effect-swap-circles-vertically .swap-circle:last-child {
  width: 40%;
  padding-top: 40%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  background: linear-gradient(230deg, #fb8a60 25%, #7a8fdb 90%);
}
.effect-swap-circles-vertically.in-view .swap-circle:first-child {
  top: 100%;
  transform: translateY(-100%) rotate(180deg);
}
.effect-swap-circles-vertically.in-view .swap-circle:last-child {
  top: 0;
  transform: translate(-50%, 0) rotate(180deg);
}

.growing-circles {
  --circle-gradient-1-start: rgb(237,186,245);
  --circle-gradient-1-end: rgba(255,178,181,1);
  --circle-gradient-2-start: rgb(255,217,217);
  --circle-gradient-2-end: rgb(217,245,227);
  position: absolute;
  height: 69vh;
  width: 100%;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 720px) {
  .growing-circles {
    display: none;
  }
}
.growing-circle {
  width: 23vh;
  height: 23vh;
  border-radius: 50%;
  position: absolute;
  transition: all 0.8s;
  right: 34.5vh;
  margin: 0 auto;
  background-image: url("../images/red-gold-gradient.jpg");
}

.circle-top {
  top: 0;
  z-index: 2;
  transform-origin: top center;
  background-size: 200% 200%;
  background-position: 0% 0%;
}

.circle-bottom {
  bottom: 0;
  z-index: 1;
  transform-origin: bottom center;
  background-size: 200% 200%;
  background-position: 0% 100%;
}

.in-view.effect-growing-circles .growing-circle {
  transform: scale(3);
  background-size: 120% 120%;
  background-position: 50% 50%;
  transition: all 0.8s 0.8s;
}

body {
  margin: 0;
  min-height: 150vh;
}

.effect-content {
  margin: auto;
  opacity: 0;
  transition: opacity 0.7s ease-out;
}

.parting-circle {
  width: 42vh;
  height: 42vh;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  transition: all 1.5s;
  left: 50%;
}

.parting-circle.slide-up {
  top: 50%;
  transform: translate(-50%, -50%);
}

.parting-circle.slide-down {
  bottom: 50%;
  transform: translate(-50%, 50%);
}

.effect-parting-circles {
  position: relative;
  height: 100vh;
  display: flex;
  position: relative;
  z-index: -1;
}

.in-view .slide-down,
.in-view .slide-down {
  bottom: 0;
}

.in-view .slide-up,
.in-view .slide-up {
  top: 0;
}

.in-view .effect-content,
.in-view .effect-content {
  opacity: 1;
  transition: opacity 1.5s ease-in;
}

.effect-separating-circles {
  position: relative;
  min-height: 25vw;
}
.effect-separating-circles .circles {
  width: 33%;
  height: 100%;
  position: relative;
  margin-left: auto;
  position: absolute;
  right: 0;
}
.effect-separating-circles .circle {
  width: 40%;
  padding-top: 40%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  background: linear-gradient(-145deg, #fadc56 20%, #fae281 35%, #fae281 50%, #346fd8 95%);
  background-size: 100%;
  z-index: -1;
}
.effect-separating-circles .sm-circle {
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 1s all ease-out, 0.6s opacity 0.7s;
}
.effect-separating-circles .lg-circle {
  bottom: 50%;
  transform: translate(-50%, 50%) scale(2.5);
  transition: 1s all ease-out;
}
.effect-separating-circles.in-view .lg-circle {
  bottom: 0;
  transition: 1s all ease-out 0.8s;
  transform: translate(-50%, 0) scale(1);
  background-size: 500%;
}
.effect-separating-circles.in-view .sm-circle {
  top: 0;
  opacity: 1;
  transition: 1s all ease-out 0.6s, 0.3s opacity ease-out 0.6s;
  transform: translate(-50%, 0) scale(1);
  background-position: top right;
}

@media only screen and (max-width: 781px) {
  .effect-separating-circles .circles {
    display: none;
  }
}
.wp-block-button .wp-block-button__link {
  border: 1px solid transparent;
  border-radius: 1.5em;
  cursor: pointer;
  font-family: var(--font--secondary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 0.875em 2.5em !important;
  min-height: 3em;
  text-decoration: none;
  color: var(--local--color-background, var(--color--white));
  background-color: var(--local--color-primary, var(--color--black));
}
.wp-block-button .wp-block-button__link:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.wp-block-button .wp-block-button__link:disabled {
  background-color: var(--global--color-white-50);
  border-color: var(--global--color-white-50);
  color: var(--button--color-text-active);
}
.wp-block-button .wp-block-button__link:hover {
  color: var(--local--color-background, var(--color--white));
  background-color: var(--local--color-primary, var(--color--black));
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: currentColor;
  background-color: transparent;
}
.wp-block-button.is-style-outline a.wp-block-button__link:hover,
.wp-block-button.is-style-outline a.wp-block-button__link:active {
  color: var(--local--color-background, var(--color--white));
  background-color: var(--local--color-primary, var(--color--black));
  border-color: var(--local--color-primary, var(--color--black));
}
.wp-block-button.is-style-standard-link:not(:last-child) {
  margin-right: 0.5em;
}
.wp-block-button.is-style-standard-link .wp-block-button__link {
  color: currentColor;
  padding: 10px 0 !important;
  border: none;
  border-radius: 0;
  min-height: auto;
  background: transparent;
  font-family: var(--font-primary);
  text-decoration: underline;
  font-weight: normal;
  text-decoration-thickness: 1px;
  font-size: var(--font-size--base);
}
.wp-block-button.is-style-standard-link .wp-block-button__link:focus {
  outline-offset: 0;
}

.wp-block-code {
  border-color: currentColor;
  border-width: 1px;
  border-style: solid;
  padding: calc(1.5 * var(--space--text));
}
.wp-block-code code {
  color: currentColor;
  white-space: pre;
  overflow-x: auto;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .wp-block-columns.is-style-skip-two-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }

  .wp-block-columns.is-style-skip-two-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 781px) {
  .is-style-empty-column {
    display: none !important;
  }

  .wp-block-columns {
    margin-bottom: 1.25em;
  }

  .wp-block-columns.is-style-no-row-gap {
    gap: 0 2em !important;
  }

  .is-style-two-columns-mobile.wp-block-columns > .wp-block-column {
    flex-basis: calc(50% - 2em) !important;
  }
}
.wp-block-columns.is-style-no-margin {
  margin-bottom: 0 !important;
}

.wp-block-column > .wp-block-columns {
  margin-bottom: 0;
}

.container-block .center {
  margin-left: auto;
  margin-right: auto;
}
.container-block .right {
  margin-left: auto;
  margin-right: 0;
}
.container-block .left {
  margin-left: 0;
  margin-right: auto;
}

.wp-block-cover-image, .wp-block-cover {
  padding: 0;
}

.wp-block-cover.is-style-contain .wp-block-cover__image-background {
  object-fit: contain;
}

.wp-block-file a {
  color: var(--link-color);
  font-weight: 700;
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button {
  border: 1px solid transparent;
  border-radius: 1.5em;
  cursor: pointer;
  font-family: var(--font--secondary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 0.875em 2.5em !important;
  min-height: 3em;
  text-decoration: none;
  display: inline-block;
  background-color: var(--bg-color--medium);
  font-weight: 500;
}
.wp-block-file a.wp-block-file__button:focus {
  outline-offset: -6px;
  outline: 2px dotted currentColor;
}
.wp-block-file a.wp-block-file__button:disabled {
  background-color: var(--global--color-white-50);
  border-color: var(--global--color-white-50);
  color: var(--button--color-text-active);
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  opacity: inherit;
}

.wp-block-gallery {
  margin: 0 auto;
}
.wp-block-gallery .wp-block-image,
.wp-block-gallery .blocks-gallery-item {
  width: calc((100% - var(--space--sm)) / 2);
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  color: var(--color--white);
  font-size: var(--font-size--sm);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  padding-top: 0.5em;
}

.wp-block-group.is-style-border-top {
  border-top: 1px solid var(--color--grey);
}

.wp-block-group.is-style-has-animation > .wp-block-group__inner-container > * {
  position: relative;
  z-index: 1;
}

.wp-block-group.is-style-has-animation > .wp-block-group__inner-container > .bco-animation-block {
  position: relative;
  z-index: 0;
}

.wp-block-group.is-style-arrow-top,
.wp-block-cover.is-style-arrow-top {
  padding-top: 130px;
  padding-bottom: 130px;
  margin-top: 50px;
  position: relative;
}

.wp-block-group.is-style-arrow-top:before,
.wp-block-cover.is-style-arrow-top:before {
  content: "";
  display: block;
  background: url("../images/styled-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 180px;
  height: 200px;
  position: absolute;
  top: -50px;
  z-index: 3;
  margin: auto;
  left: 50%;
  transform: translateX(-50%);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  display: block;
  color: var(--color--base-text);
  font-family: var(--font--primary);
  line-height: 1.1;
  margin-top: var(--space--text);
  margin-bottom: var(--space--text);
  clear: both;
}

h1, .h1 {
  font-weight: 700;
  font-size: var(--font-size--xxxl);
  line-height: 1;
}

h1:not([class]), .h1 {
  margin-top: 0.2em;
  margin-bottom: 0.25em;
}

h2, .h2 {
  font-weight: 500;
  font-size: var(--font-size--xl);
  line-height: 1.1;
}

h3, .h3 {
  font-weight: 500;
  font-size: var(--font-size--lg);
  line-height: 1.1;
}

h3:not([class]),
.h3 {
  margin-top: 0.5625em;
  margin-bottom: 0.5625em;
}

h4, .h4 {
  font-weight: 500;
  font-size: var(--font-size--md);
  line-height: 1.1;
}

h5, .h5 {
  font-weight: 400;
  font-size: var(--font-size--md);
  line-height: 1.1;
}

h6, .h6 {
  font-weight: 500;
  font-size: var(--font-size--base);
  line-height: 1.5;
}

.has-small-font-size {
  font-size: var(--font-size--sm);
}

.has-regular-font-size {
  font-size: var(--font-size--base);
}

.has-medium-font-size {
  font-size: var(--font-size--md);
}

.has-large-font-size {
  font-size: var(--font-size--lg);
}

.has-extra-large-font-size {
  font-size: var(--font-size--xl);
}

.has-huge-font-size {
  font-size: var(--font-size--xxxl);
}

.h2, h2:not([class]), .has-huge-font-size {
  line-height: 1;
}

.h3, h3:not([class]), .has-extra-large-font-size {
  line-height: 1.1;
}

.h4, h4:not([class]), .has-large-font-size {
  line-height: 1.15;
}

.h5, h5:not([class]), .has-medium-font-size {
  line-height: 1.25;
}

.h6, h6:not([class]), .has-regular-font-size {
  line-height: 1.5;
}

.has-small-font-size {
  line-height: 1.5;
}

.has-extra-large-font-size {
  margin-top: 0.5625em;
  margin-bottom: 0.5625em;
}

.has-huge-font-size {
  margin-top: 0.2em;
  margin-bottom: 0.25em;
}

.wp-block-acf-icon {
  background-color: transparent !important;
}

.icon-block {
  padding: 0.5rem 0;
}
.icon-block .icon-label {
  color: var(--local--color-primary, var(--color--black));
  margin: 0.33em 0.2em;
}
.icon-block .icon-symbol {
  vertical-align: middle;
}
.icon-block .icon-symbol:not(.has-text-color) {
  color: var(--local--color-primary, var(--color--black));
}
.icon-block .icon-position-before .icon-symbol, .icon-block .icon-position-before .icon-label,
.icon-block .icon-position-after .icon-symbol,
.icon-block .icon-position-after .icon-label {
  display: inline;
}
.icon-block .icon-position-top,
.icon-block .icon-position-bottom {
  display: inline-block;
  text-align: center;
}
.icon-block a.icon-link {
  display: inline-block;
  font-weight: normal;
  text-decoration: none;
}

.icon-block.is-style-round .icon-symbol {
  min-width: 1.75em;
  min-height: 1.75em;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}
.icon-block.is-style-round .icon-symbol i {
  line-height: 1.75em;
}

.wp-block-image figcaption {
  color: currentColor;
  font-size: var(--font-size--sm);
  margin-top: var(--space--text);
  margin-bottom: var(--space--text);
  text-align: center;
}

ul,
ol {
  line-height: var(--line-height--body);
}

.editor-content ul, .editor-content ol {
  margin-top: var(--space--text);
  margin-bottom: var(--space--text);
}
.editor-content ul:not([class]),
.editor-content ol:not([class]) {
  width: calc(100% - 3em) !important;
  margin-left: auto;
}
.editor-content ul.justified-left {
  margin-left: 1em;
}

ul.is-style-list-style-none {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

ul.is-style-list-yellow-bullets,
ul.is-style-list-red-bullets {
  margin: 0.5em 0;
  padding-left: 1.2em;
}
ul.is-style-list-yellow-bullets li,
ul.is-style-list-red-bullets li {
  padding-left: 0.5em;
}
ul.is-style-list-yellow-bullets li:not(:first-child),
ul.is-style-list-red-bullets li:not(:first-child) {
  margin-top: 1em;
}
ul.is-style-list-yellow-bullets li:not(:last-child),
ul.is-style-list-red-bullets li:not(:last-child) {
  margin-bottom: 1em;
}
ul.is-style-list-yellow-bullets li::marker,
ul.is-style-list-red-bullets li::marker {
  content: "⬤";
}

@media only screen and (min-width: 992px) {
  ul.is-style-list-yellow-bullets,
ul.is-style-list-red-bullets {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  ul.is-style-list-yellow-bullets li,
ul.is-style-list-red-bullets li {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.is-style-list-yellow-bullets li::marker {
  color: var(--color--yellow);
}

.is-style-list-red-bullets li::marker {
  color: var(--color--red);
}

.wp-block-quote::before {
  content: "“";
  position: absolute;
  font-size: inherit;
  margin-left: -0.4em;
}

.wp-block-quote p {
  line-height: inherit;
  margin-top: inherit;
  margin-bottom: inherit;
}

.reveal-more-block.closed .reveal-container {
  max-height: 400px;
  overflow-y: hidden;
  position: relative;
}
.reveal-more-block.closed .reveal-container::after {
  content: "";
  background: linear-gradient(0deg, white, rgba(255, 255, 255, 0));
  position: absolute;
  height: 66%;
  width: 100%;
  bottom: 0;
}

.reveal-more-block:not(.closed) .reveal-container {
  max-height: none !important;
}

.reveal-more-block {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column-reverse;
}
.reveal-more-block .more-btn {
  margin-top: 2em;
}

.wp-block-spacer.is-style-responsive-large {
  height: 4.375rem !important;
}
.wp-block-spacer.is-style-responsive-medium {
  height: 3.125rem !important;
}
.wp-block-spacer.is-style-responsive-small {
  height: 2.5rem !important;
}
@media only screen and (min-width: 992px) {
  .wp-block-spacer.is-style-responsive-large {
    height: 6.25rem !important;
  }
  .wp-block-spacer.is-style-responsive-medium {
    height: 4.375rem !important;
  }
  .wp-block-spacer.is-style-responsive-small {
    height: 3.125rem !important;
  }
}

table,
.wp-block-table {
  width: 100%;
  min-width: 240px;
  border-collapse: collapse;
}
table td,
table th,
.wp-block-table td,
.wp-block-table th {
  padding: 0.5em 1em;
  border: 1px solid;
}
table th,
.wp-block-table th {
  border-bottom-width: 3px;
}
table figcaption,
.wp-block-table figcaption {
  text-align: center;
  font-size: var(--font-size--sm);
  padding: 0.5em;
}
table.is-style-stripes,
.wp-block-table.is-style-stripes {
  border-bottom: none;
}
table.is-style-stripes th,
.wp-block-table.is-style-stripes th {
  border-bottom: 3px solid currentColor;
}
table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--bg-color--light);
  color: var(--color--base-text);
}

/* Category 06 contains all "bigger" components which contain elements of the previous two categories like header, footer, page template, single template, comments section, archives, ... */
.banner-first-slice {
  min-height: 200vh;
}

.banner-slice {
  min-height: 300vh;
  background-color: #000;
  color: #FFF;
}

.effect-insert-replace.banner-slice {
  min-height: 400vh;
}

.effect-insert-heading h2, .effect-insert-replace h2 {
  margin: 0;
  color: #FFF;
  font-size: var(--font-size--xl);
  font-weight: 400;
  transform: translate(-50%, -50%) scale(2.5);
  max-width: 100%;
  line-height: 1.25;
  opacity: 0;
}
.effect-insert-heading p, .effect-insert-replace p {
  font-size: var(--font-size--xl);
  font-weight: 400;
  width: 100%;
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
  opacity: 0;
  text-align: center;
}
.effect-insert-heading .placeholder, .effect-insert-replace .placeholder {
  opacity: 0;
}

.center-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-logo {
  max-width: 800px;
  width: 100%;
  padding: 0 20px;
}

.logo-animation {
  display: flex;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(128deg, #D9F5E3 0%, #FFD9D9 100%);
}

.logo-animation__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0;
}

.logo-dot {
  width: 1px;
  height: 1px;
  background-color: black;
  border-radius: 50%;
  margin: 1.8vh;
  transform: scale(1);
}

.logo-dots {
  position: absolute;
  left: 50%;
  top: 50.2%;
  transform: translate(-50%, -50%);
}

.logo-dot__top {
  transform-origin: bottom center;
}

.logo-dot__bottom {
  transform-origin: top center;
}

.replace {
  position: relative;
}

.replace .replace-new {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  text-align: center;
  font-style: italic;
}

@media screen and (max-width: 800px) {
  .logo-dot {
    margin: 1.7vw;
  }

  .effect-insert-heading h2, .effect-insert-replace h2 {
    font-size: var(--font-size--lg);
  }
  .effect-insert-heading p, .effect-insert-replace p {
    font-size: var(--font-size--lg);
  }
}
.effect-reveal-appear .banner-content {
  height: 100vh;
  max-width: 90%;
  margin: 0 auto;
  position: sticky;
  top: 0;
}
.effect-reveal-appear .banner-circles .circle {
  width: 42vh;
  height: 42vh;
  background-color: white;
  position: absolute;
  border-radius: 50%;
  left: 50%;
}
.effect-reveal-appear .circle-top {
  top: 50%;
  transform: translate(-50%, -50%);
}
.effect-reveal-appear .circle-bottom {
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.effect-reveal-appear h2, .effect-reveal-appear p {
  width: 100%;
  padding: 0;
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.effect-reveal-appear p {
  font-weight: 500;
}

#bco-home-banner {
  background-image: url("../images/bco-home-background.jpg");
  background-size: cover;
  background-position: bottom;
}
#bco-home-banner .banner-introduction {
  padding-top: 5em;
  padding-bottom: 5em;
}
#bco-home-banner .banner-introduction p {
  color: white;
  font-weight: 400;
}

.video-overlay.openning-video {
  position: relative;
}

.video-overlay.openning-video iframe {
  width: 100%;
  height: 100vh;
}

.bco-banner__video {
  height: 150vh;
}

.fade-in-out-wrap {
  min-height: 166vh;
  position: relative;
}
.fade-in-out-wrap p {
  color: white;
  opacity: 0;
  position: fixed;
}

.home-banner-animation .banner-animation-overlay {
  height: 100vh;
  max-width: 90%;
  margin: 0 auto;
  position: sticky;
  top: 0;
}
.home-banner-animation .banner-circles .circle {
  width: 42vh;
  height: 42vh;
  background-color: white;
  position: absolute;
  border-radius: 50%;
  left: 50%;
}
.home-banner-animation .circle-top {
  top: 50%;
  transform: translate(-50%, -50%);
}
.home-banner-animation .circle-bottom {
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.home-banner-animation p {
  opacity: 0;
  font-weight: 400;
  width: 100%;
  padding: 0;
  padding-left: var(--bs-gutter-x);
  padding-right: var(--bs-gutter-x);
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}

#bcp-home-banner.home-banner-animation {
  background-color: black;
}
#bcp-home-banner.home-banner-animation p {
  font-weight: 400;
}

.bco-animation-wrap {
  min-height: 200vh;
}

.bco-animation-text {
  position: absolute;
}

.banner-down-arrow {
  position: absolute;
  bottom: 1em;
  height: 11vh;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}

.card-header {
  border-bottom: 1px solid var(--color--grey);
}

.case-study-card-block {
  height: 100%;
}

.case-study-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case-study-card header {
  display: flex;
  flex-direction: column-reverse;
}
.case-study-card a.case-study__link {
  color: currentColor;
  text-underline-offset: 0.2em;
  font-weight: 500;
}
.case-study-card a:hover {
  text-decoration: none;
}
.case-study-card h3 {
  margin: 0.5em 0;
}
.case-study-card__brand {
  border-bottom: 1px solid var(--color--grey);
  padding: 0.43em 0;
  margin: 0;
  font-weight: 500;
  font-family: var(--font--secondary);
  font-size: var(--font-size--md);
}
.case-study-card__excerpt {
  flex: 1;
  margin-top: 0;
}
.case-study-card__thumbnail {
  overflow: hidden;
}
.case-study-card img {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: 0.4s transform;
}

.case-study-card:hover img {
  transform: scale(1.2);
}

.team-card {
  position: relative;
}
.team-card img {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.3s;
}
.team-card p {
  margin: 0;
}
.team-card h4 {
  margin: 1rem 0 0.25rem;
}
.team-card .team-member-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.team-card .team-member-card__header a:hover {
  text-decoration: none;
}

.team-card.has-link:hover img {
  transform: scale(1.1);
}

.member-contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-style: normal;
}
.member-contact-info a {
  display: block;
}

.basic-card header {
  border-bottom: 1px solid var(--color--grey);
}
.basic-card header a {
  color: currentColor;
  text-decoration: none;
}

.location-card-block {
  height: 100%;
}

.location-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.location-card address {
  font-style: unset;
  flex: 1;
}
.location-card__map {
  display: block;
  filter: saturate(0);
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

/*--------------------------------------------------------------
# Menu Toggle
--------------------------------------------------------------*/
.menu-toggle {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  color: var(--color--white);
  width: 22px;
  height: 18px;
  position: relative;
  background: none;
  border: none;
}
.menu-toggle .bottom-bar,
.menu-toggle .middle-bar,
.menu-toggle .top-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--color--white);
  -webkit-transition: -webkit-transform 0.1s 0s ease-in-out, top 0.1s 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.1s 0s ease-in-out, top 0.1s 0.1s ease-in-out;
  -ms-transition: -ms-transform 0.1s 0s ease-in-out, top 0.1s 0.1s ease-in-out;
  -o-transition: -o-transform 0.1s 0s ease-in-out, top 0.1s 0.1s ease-in-out;
  transition: transform 0.1s 0s ease-in-out, top 0.1s 0.1s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.menu-toggle .middle-bar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0s 0.15s linear;
  -moz-transition: opacity 0s 0.15s linear;
  -ms-transition: opacity 0s 0.15s linear;
  -o-transition: opacity 0s 0.15s linear;
  transition: opacity 0s 0.15s linear;
  top: 7px;
}
.menu-toggle .bottom-bar {
  top: 14px;
}

.menu-toggle[aria-expanded=true] .top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.menu-toggle[aria-expanded=true] .middle-bar {
  opacity: 0;
  visibility: none;
}
.menu-toggle[aria-expanded=true] .bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}

.content-wrapper {
  padding-top: 4.5em;
  padding-bottom: 6.25em;
}

@media only screen and (max-width: 575px) {
  .content-wrapper {
    padding-bottom: 1.25em;
  }
}
.search-form {
  display: flex;
}

.search-field {
  display: flex;
  width: 100%;
  position: relative;
}

.search-field input {
  padding-left: 3rem;
}

.search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 1rem;
}

.search-icon.fa-search::before {
  content: "s";
}

@media only screen and (max-width: 1399px) {
  .desktop-nav {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  .mobile-nav {
    display: none;
  }
}
.nav-bar-logo {
  max-height: 1em;
  max-width: 100%;
  object-fit: contain;
  object-position: 0;
}

.site-header {
  --dot-size: 0.9em;
  --nav-text-color: var(--color--base-text);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  transition: 0.3s background;
  background-image: linear-gradient(0deg, white, white);
  background-size: 100% 0;
  background-position: top;
  background-repeat: no-repeat;
}

body.has-scrolled .site-header {
  background-size: 100% 100%;
}

.nav-bar {
  --nav-height: 3.5em;
  display: grid;
  grid-template-columns: 33.33% auto minmax(100px, 10%);
  align-items: center;
  gap: 1rem;
  height: var(--nav-height);
  font-size: 0.89em;
  padding-right: calc(var(--bs-gutter-x) - var(--dot-size));
}

.nav-bar__logo {
  position: relative;
  z-index: 9;
}

.nav-bar__title {
  display: none;
  font-weight: 500;
  font-size: var(--font-size--base);
  max-width: 14.5em;
}

@media only screen and (min-width: 992px) {
  .nav-bar__title {
    display: block;
  }
}
.nav-bar__menu {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.nav-bar__controls {
  display: flex;
  justify-content: end;
}

.nav-bar .current-menu-item:not(.menu-item-type-custom) {
  font-weight: 500;
}

.desktop-nav {
  margin-left: auto;
}

.desktop-nav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding-left: 0;
}

.desktop-nav li {
  margin: 0 1.5rem;
  position: relative;
}

.desktop-nav a, .nav-item {
  color: var(--color--base-text);
  text-decoration: none;
  transition: all 0.4s;
  display: inline-block;
  height: var(--nav-height);
  line-height: var(--nav-height);
  position: relative;
}

.desktop-nav a::after, .nav-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1em;
  transition: bottom ease-out, opacity ease-out;
  transition-duration: 0.3s;
  opacity: 0;
  z-index: -1;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus::after,
.nav-item:hover::after,
.nav-item:focus::after {
  bottom: 0;
  opacity: 1;
}

.desktop-nav a.active {
  font-weight: 500;
}

.nav-item.back-link {
  font-weight: 500;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  opacity: 1;
}
.mobile-nav ul li:not(:last-child) {
  margin-bottom: 2em;
}
.mobile-nav ul a {
  color: currentColor;
  text-decoration: none;
}

.social-media {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  height: 100%;
}

.social-media-nav {
  list-style: none;
  padding: 0;
  text-align: center;
}

.social-media-nav li:not(:first-child) {
  margin-top: 1.875rem;
}

.social-media__heading {
  font-size: 1rem;
  font-weight: 600;
  writing-mode: vertical-lr;
  margin: auto;
  transform: rotate(180deg);
  line-height: 1.5;
}

.social-media__line {
  border-left: 1px solid var(--color--black);
  flex: 1;
  width: 1px;
  margin: auto;
}

.slideout-nav-control {
  font-size: var(--dot-size);
  height: 2em;
  width: 2em;
  background-color: var(--color--black);
  border-radius: 50%;
  border: none;
  display: block;
  transition: top 1s, transform 1s;
}

.slideout-nav-control[aria-expanded] {
  position: relative;
  z-index: 9;
}

.slideout-nav-control[aria-hidden=true] {
  position: fixed;
  top: calc(var(--nav-height) + (var(--nav-height) - var(--dot-size) * 2));
  z-index: 9;
}

.slideout-nav-control[aria-expanded=true] + .slideout-nav-control[aria-hidden=true] {
  top: calc(100% - (var(--dot-size) * 4));
}

@media only screen and (max-width: 991px) {
  .slideout-nav-control:first-child {
    transform-origin: top center;
  }

  .slideout-nav-control[aria-expanded=true] + .slideout-nav-control[aria-hidden=true] {
    top: calc(100% - var(--dot-size) * 3);
  }

  .slideout-nav-control[aria-expanded=true] + .slideout-nav-control[aria-hidden=true],
.slideout-nav-control[aria-expanded=true] {
    transform: scale(1);
  }
}
.slideout-nav {
  height: 100vh;
  position: absolute;
  padding-left: calc(var(--bs-gutter-x) - var(--dot-size));
  padding-right: calc(var(--bs-gutter-x) - var(--dot-size));
  top: 0;
  right: 0;
  padding-top: calc(5rem + var(--nav-height));
  padding-bottom: 7rem;
  background-image: linear-gradient(90deg, white, white);
  background-size: 100% 100%;
  background-position: top right;
  background-repeat: no-repeat;
  visibility: visible;
  transition: visibility 0ms ease-in 0ms, background 0.6s;
}

.site-header:not(.expanded) .slideout-nav {
  visibility: hidden;
  transition: all 1s ease-in 1.2s, visibility 0ms ease-in 0.8s, background 0.8s;
  background-size: 0 100%;
  overflow: hidden;
  pointer-events: none;
}

.slideout-nav > * {
  opacity: 1;
  transition: opacity 0.6s ease-in;
}

.site-header:not(.expanded) .slideout-nav > * {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

@media only screen and (max-width: 1399px) {
  .slideout-nav {
    padding-left: var(--bs-gutter-x);
  }

  .slideout-nav.hide-menu .mobile-nav {
    display: none !important;
  }

  .slideout-nav:not(.hide-menu) {
    width: 100%;
    display: grid;
    column-gap: 4rem;
    grid-template-columns: 1fr auto;
  }
}
a.social-icon-link {
  color: var(--color--black);
  background-color: transparent;
  border: 1px solid var(--color--black);
  height: 2em;
  width: 2em;
  line-height: 2em;
  display: inline-block;
  border-radius: 50%;
  transition: color 0.3s, background 0.3s;
  text-align: center;
}

a.social-icon-link:hover,
a.social-icon-link:focus {
  color: var(--color--white);
  background-color: var(--color--black);
}

a.social-icon-link.social-icon-link--large {
  font-size: 1.5rem;
  height: 3.125rem;
  width: 3.125rem;
  line-height: 3.125rem;
}

a.social-icon-link.social-icon-link--dot {
  font-size: var(--dot-size, 0.9em);
}

.social-icon-list {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 0.625rem;
}

.video-overlay {
  position: relative;
}

.video-overlay iframe {
  max-width: 100%;
  height: auto;
  background-color: black;
  aspect-ratio: 16/9;
}

.video-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 7rem;
}

.video-overlay button:hover,
.video-overlay button:focus {
  color: #DB0812;
}

.client-name-sticky {
  position: sticky;
  top: 3.5rem;
  background-color: var(--color--white);
  z-index: 8;
}

.work-client-name {
  margin: 0;
  padding-bottom: 0.5rem;
}

.work-content-wrapper {
  padding-top: 3em;
  padding-bottom: 6.25em;
}

@media only screen and (min-width: 992px) {
  .aligned-summary-content {
    margin-left: calc(33.3% + 1rem);
    width: 26vw;
  }

  .aligned-summary {
    width: calc(100% + 0.75em);
  }
}
.back-to-top {
  margin: 2rem 0;
  display: block;
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */
.sr-only,
.focus-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.focus-only:focus {
  position: initial;
  width: auto;
  height: auto;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

@media (prefers-reduced-motion) {
  * {
    transition-delay: 0s !important;
    transition-duration: 0s !important;
  }
}
/*
 * ABSTRACTED COLORS
 * (not used by gutenberg)
 */
body {
  color: var(--color--base-text);
}

.color-primary {
  color: var(--color--primary);
}

.color-secondary {
  color: var(--color--secondary);
}

.dark-background {
  color: var(--color--white);
}
.dark-background a {
  color: var(--color--white);
}

.has-background a,
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
  color: currentColor;
}
.has-background a:hover, .has-background a:focus {
  color: currentColor;
}

/*
 * GUTENBERG FONT COLORS
 */
.has-black-color[class] {
  --foreground-color: var(--color--black, #000000);
  color: var(--color--black);
}
.has-black-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--black, #000000);
  color: var(--local--color-primary);
}

.has-white-color[class] {
  --foreground-color: var(--color--white, #000000);
  color: var(--color--white);
}
.has-white-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--white, #000000);
  color: var(--local--color-primary);
}

.has-black-background-color[class] {
  --background-color: var(--color--black, #000000);
  background-color: var(--color--black);
}
.has-black-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--color--black, #FFF);
  background-color: var(--local--color-background);
}

.has-white-background-color[class] {
  --background-color: var(--color--white, #000000);
  background-color: var(--color--white);
}
.has-white-background-color[class] > [class*=__inner-container] {
  --local--color-background: var(--color--white, #FFF);
  background-color: var(--local--color-background);
}

/*
 * Change the default color based on background
 */
.has-background:not(.has-text-color).has-black-background-color[class] {
  color: var(--color--white);
}
.has-background:not(.has-text-color).has-black-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--white, #FFF);
  color: var(--local--color-primary);
}
.has-background:not(.has-text-color).has-white-background-color[class] {
  color: var(--color--base-text);
}
.has-background:not(.has-text-color).has-white-background-color[class] > [class*=__inner-container] {
  --local--color-primary: var(--color--base-text, #000);
  color: var(--local--color-primary);
}

.has-gradient-1-gradient-background {
  background-image: linear-gradient(135deg, #ffb2b5 0%, #edbaf5 100%);
}

.has-gradient-2-gradient-background {
  background-image: linear-gradient(135deg, #ccdeff 0%, #ffe8de 100%);
}

.has-gradient-3-gradient-background {
  background-image: linear-gradient(135deg, #d9f5e3 0%, #ffd9d9 100%);
}

.has-gradient-4-gradient-background {
  background-image: linear-gradient(135deg, #f5dbfa 0%, #fff5d6 100%);
}

.relative {
  position: relative;
}

.bold {
  font-weight: 500;
}

.z-1 {
  z-index: 1;
}

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

.z-3 {
  z-index: 3;
}

.z-4 {
  z-index: 5;
}

.z-5 {
  z-index: 8;
}

.img-hover-zoom {
  overflow: hidden;
}
.img-hover-zoom img {
  transition: 0.4s transform;
}
.img-hover-zoom img:hover {
  transform: scale(1.25);
}

img.hd-image {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

[id] {
  scroll-margin-top: 4.5rem;
}

.overflow {
  overflow: hidden;
}

@media (orientation: landscape) {
  .portrait-only {
    display: none !important;
  }
}
@media (orientation: portrait) {
  .landscape-only {
    display: none !important;
  }
}
.sticky {
  position: sticky !important;
  top: 0;
}

.italic {
  font-style: italic;
}



/* Mobile Styling */

@media only screen and (max-width: 781px) {

  .header-arrow {
    margin-bottom: 5px;
  }

  .wp-block-spacer.is-style-responsive-small {
    height: 1rem !important;
  }

  .hide-on-mobile {
    display: none;
  }

  .bullet-margin {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }

  .editor-content ul.justified-left.bullet-list {
    margin-top: 0;
    margin-bottom: 0 !important;
  }

  .team-card-block section > div:first-child {
    align-self: flex-start;
    margin-top: 5px;
  }

  .team-member-card__header {
    width: 55%;
  }

  .team-member-card__header div:first-child {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }

  :where(.wp-block-columns.is-layout-flex) {
    gap: 1em !important;
  }

  :where(.wp-block-columns.is-layout-flex.contact-columns) {
    gap: 0 !important;
  }

  .arrow-graphic {
    margin-top: 25px;
  }

  h2#work, h2#contact, h2#locations {
    margin-bottom: 15px;
  }

  h2#clients {
    margin-top: 15px;
  }

  .wp-block-columns.health-columns {
    margin-bottom: 0;
  }

}