@charset "UTF-8";
/*!
Theme Name: Arc
Theme URI: http://reaktiv.co/
Author: Reaktiv Team
Author URI: http://reaktiv.co/
Description: Arc, developed by Reaktiv Team
Version: June 22, 2022
Tested up to: 8.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arc
*/
html {
  --reset-font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: var(--reset-font-size); }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0; }

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

/** Rules brought over from RKV Starter - July 2022.  */
/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

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

/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block; }

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none; }

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

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor; }

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse; }

/* Forms
  * ========================================================================== */
/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer; }

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

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

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
*::-webkit-inner-spin-button,
*::-webkit-outer-spin-button {
  height: auto; }

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
*::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
*::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
*::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
*:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
  * Remove the additional :invalid styles in Firefox.
  */
*:-moz-ui-invalid {
  box-shadow: none; }

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
	   in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

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

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy='true'] {
  cursor: progress; }

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer; }

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled='true'],
[disabled] {
  cursor: not-allowed; }

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden='false'][hidden] {
  display: initial; }

[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

body {
  --spacing-100: calc(0.1 * var(--wp--custom--layout--block-spacing, 1rem));
  --spacing-200: calc(0.25 * var(--wp--custom--layout--block-spacing, 1rem));
  --spacing-300: calc(0.5 * var(--wp--custom--layout--block-spacing, 1rem));
  --spacing-400: calc(0.75 * var(--wp--custom--layout--block-spacing, 1rem));
  --spacing-500: var(--wp--custom--layout--block-spacing, 1rem);
  --spacing-600: calc(1.25 * var(--wp--custom--layout--block-spacing, 1rem));
  --spacing-700: calc(1.5 * var(--wp--custom--layout--block-spacing, 1rem));
  --spacing-800: calc(1.75 * var(--wp--custom--layout--block-spacing, 1rem));
  --spacing-900: calc(2 * var(--wp--custom--layout--block-spacing, 1rem));
  --entry-content-gutters: var(--spacing-500);
  --line-height-500: 1.6;
  --font-size-100: calc(0.25 * var(--wp--custom--typography--size-baseline, 1rem));
  --font-size-200: calc(0.5 * var(--wp--custom--typography--size-baseline, 1rem));
  --font-size-300: calc(0.85 * var(--wp--custom--typography--size--baseline, 1rem));
  --font-size-400: calc(1 * var(--wp--custom--typography--size--baseline, 1rem));
  --font-size-500: calc(1.25 * var(--wp--custom--typography--size-baseline, 1rem));
  --font-size-600: calc(1.5 * var(--wp--custom--typography--size-baseline, 1rem));
  --font-size-700: calc(1.75 * var(--wp--custom--typography--size-baseline, 1rem));
  --font-size-800: calc(2 * var(--wp--custom--typography--size-baseline, 1rem));
  --font-size-900: calc(2.5 * var(--wp--custom--typography--size-baseline, 1rem));
  --font-size-1000: calc(3 * var(--wp--custom--typography--size-baseline, 1rem));
  --radius-500: 8px;
  --color-harvard-crimson: #a91f3c;
  --color-harvard-cream: rgba(250, 249, 242, 1);
  --font-secondary: var(--wp--preset--font-family--hbs-graphik-compact);
  --anim-ease: ease-in-out;
  --anim-speed-quick: 0.2s;
  --anim-speed-long: 0.4s;
  --color--neutral-hue: 210;
  --color--neutral-saturation: 0%;
  --color--neutral-000: hsl(var(--color--neutral-hue), var(--color--neutral-saturation), 100%);
  --color--neutral-100: hsl(var(--color--neutral-hue), var(--color--neutral-saturation), 90%);
  --color--neutral-200: hsl(var(--color--neutral-hue), var(--color--neutral-saturation), 80%);
  --color--neutral-300: hsl(var(--color--neutral-hue), var(--color--neutral-saturation), 70%);
  --color--neutral-400: hsl(var(--color--neutral-hue), var(--color--neutral-saturation), 60%);
  --color--neutral-500: hsl(var(--color--neutral-hue), var(--color--neutral-saturation), 50%);
  --color--neutral-600: hsl(var(--color--neutral-hue), var(--color--neutral-saturation), 40%);
  --color--neutral-700: hsl(var(--color--neutral-hue), var(--color--neutral-saturation), 30%);
  --color--neutral-800: hsl(var(--color--neutral-hue), var(--color--neutral-saturation), 20%);
  --color--neutral-900: hsl(var(--color--neutral-hue), var(--color--neutral-saturation), 10%);
  --color--neutral-1000: hsl(var(--color--neutral-hue), var(--color--neutral-saturation), 0%); }

.mt-100 {
  margin-top: 5px; }

.mt-200 {
  margin-top: 10px; }

.mt-300 {
  margin-top: 15px; }

.mt-400 {
  margin-top: 25px; }

.mt-500 {
  margin-top: 40px; }

.mt-600 {
  margin-top: 50px; }

.mt-700 {
  margin-top: 75px; }

.mt-800 {
  margin-top: 100px; }

.mt-900 {
  margin-top: 125px; }

.mb-100 {
  margin-bottom: 5px; }

.mb-200 {
  margin-bottom: 10px; }

.mb-300 {
  margin-bottom: 15px; }

.mb-400 {
  margin-bottom: 25px; }

.mb-500 {
  margin-bottom: 40px; }

.mb-600 {
  margin-bottom: 50px; }

.mb-700 {
  margin-bottom: 75px; }

.mb-800 {
  margin-bottom: 100px; }

.mb-900 {
  margin-bottom: 125px; }

.ml-100 {
  margin-left: 5px; }

.ml-200 {
  margin-left: 10px; }

.ml-300 {
  margin-left: 15px; }

.ml-400 {
  margin-left: 25px; }

.ml-500 {
  margin-left: 40px; }

.ml-600 {
  margin-left: 50px; }

.ml-700 {
  margin-left: 75px; }

.ml-800 {
  margin-left: 100px; }

.ml-900 {
  margin-left: 125px; }

.mr-100 {
  margin-left: 5px; }

.mr-200 {
  margin-left: 10px; }

.mr-300 {
  margin-left: 15px; }

.mr-400 {
  margin-left: 25px; }

.mr-500 {
  margin-left: 40px; }

.mr-600 {
  margin-left: 50px; }

.mr-700 {
  margin-left: 75px; }

.mr-800 {
  margin-left: 100px; }

.mr-900 {
  margin-left: 125px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.d3-hbs-logo g {
  fill: var(--wp--preset--color--black); }
  .d3-hbs-logo g.logo-fill {
    fill: var(--wp--preset--color--crimson); }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wp--preset--font-family--hbs-graphik-x-cond); }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: var(--color--neutral-1000);
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: var(--color--neutral-700); }

ul.is-style-styled > li::before {
  background: var(--color-harvard-crimson) !important; }

a.has-arrow,
a:has(> span.arrow) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px; }
  a.has-arrow:hover .arrow,
  a:has(> span.arrow):hover .arrow {
    -webkit-transform: translateX(12px);
            transform: translateX(12px); }

span.is-arrow-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px; }
  span.is-arrow-style a {
    display: inline-block; }
  span.is-arrow-style:after {
    content: '\2192'; }
  span.is-arrow-style:hover:after {
    -webkit-transform: translateX(12px);
            transform: translateX(12px); }

header[role="banner"] {
  --header-background-color: #fff;
  --header-color: var(--color--neutral-000);
  --header-menu-mobile-toggle-size: 32px;
  height: 80px;
  background: var(--header-background-color);
  color: var(--header-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-areas: "title navigation";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 var(--spacing-500); }
  header[role="banner"] a {
    color: inherit;
    text-decoration: none; }
  header[role="banner"] .site-title {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    grid-area: title; }
    header[role="banner"] .site-title svg {
      max-width: 175px;
      width: 175px; }
    @media (max-width: 781px) {
      header[role="banner"] .site-title {
        -ms-flex-preferred-size: initial;
            flex-basis: initial; } }
  header[role="banner"] nav {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    grid-area: navigation; }
  header[role="banner"] .arc-mobile-menu__toggle {
    grid-area: navigation; }
  body.mobile-nav-is-open header[role="banner"] {
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0; }
  @media (max-width: 959px) {
    header[role="banner"] {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  header[role="banner"] .arc-mobile-menu__toggle {
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    z-index: auto; }
    header[role="banner"] .arc-mobile-menu__toggle__checkbox {
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      opacity: 0;
      outline: 0;
      width: 0;
      height: 0;
      position: absolute; }
    header[role="banner"] .arc-mobile-menu__toggle .line {
      display: block;
      width: 100%;
      margin-bottom: 0.4rem;
      background: var(--wp--preset--color--crimson);
      height: 3px;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      header[role="banner"] .arc-mobile-menu__toggle .line:nth-child(2) {
        position: relative;
        top: 0; }
    header[role="banner"] .arc-mobile-menu__toggle .text {
      color: var(--wp--preset--color--black, #000);
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 800;
      font-family: var(--wp--preset--font-family--hbs-graphik-compact); }
  header[role="banner"] .arc-mobile-menu {
    background-color: var(--header-background-color);
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
    body.logged-in header[role="banner"] .arc-mobile-menu {
      top: 126px; }
  header[role="banner"] .arc-mobile-menu[data-arc-pin-to-side="left"] {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    header[role="banner"] .arc-mobile-menu[data-arc-pin-to-side="left"] .arc-mobile-menu__toggle {
      top: var(--spacing-500);
      left: var(--spacing-500);
      right: unset; }
  header[role="banner"] .arc-mobile-menu:not([data-arc-pin-to-side]), header[role="banner"] .arc-mobile-menu[data-arc-pin-to-side="right"] {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    header[role="banner"] .arc-mobile-menu:not([data-arc-pin-to-side]) .arc-mobile-menu__toggle, header[role="banner"] .arc-mobile-menu[data-arc-pin-to-side="right"] .arc-mobile-menu__toggle {
      top: var(--spacing-500);
      right: var(--spacing-500);
      left: unset; }
  header[role="banner"] .arc-mobile-menu .arc-mobile-menu__toggle {
    position: absolute;
    top: 2em;
    right: var(--spacing-500);
    left: unset; }
  header[role="banner"] .arc-mobile-menu .arc-header-menu > li {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #e3e3e3; }
    header[role="banner"] .arc-mobile-menu .arc-header-menu > li a:not(.arc-button):not([class*="arc-dropdown"]) {
      font-family: var(--wp--preset--font-family--hbs-graphik);
      color: var(--wp--preset--color--crimson);
      font-weight: 900;
      text-transform: uppercase;
      display: block;
      text-decoration: none;
      text-transform: uppercase; }
    header[role="banner"] .arc-mobile-menu .arc-header-menu > li a:not(.arc-button):not([class*="arc-dropdown"]):hover {
      color: var(--color--neutral-500);
      text-decoration: none; }
  @media (max-width: 959px) {
    header[role="banner"] .arc-mobile-menu [aria-hidden="true"] {
      display: none; }
    header[role="banner"] .menu-item-has-children .sub-menu {
      margin-top: 20px;
      padding-left: 30px; }
      header[role="banner"] .menu-item-has-children .sub-menu li {
        padding: 20px 0;
        border-bottom: 1px solid #e3e3e3; }
        header[role="banner"] .menu-item-has-children .sub-menu li:first-of-type {
          border-top: 1px solid #e3e3e3; }
        header[role="banner"] .menu-item-has-children .sub-menu li:last-of-type {
          border-bottom: none;
          padding-bottom: 0; }
    header[role="banner"] .arc-mobile-menu__toggle__checkbox:checked ~ .arc-mobile-menu {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    header[role="banner"] .arc-mobile-menu__toggle__checkbox:checked ~ .arc-mobile-menu .arc-mobile-menu__toggle .line,
    header[role="banner"] .arc-mobile-menu__toggle__checkbox:checked ~ .arc-mobile-menu__toggle .line {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-animation: slideOutIn 1s ease 0.2s 1 !important;
              animation: slideOutIn 1s ease 0.2s 1 !important; }
      header[role="banner"] .arc-mobile-menu__toggle__checkbox:checked ~ .arc-mobile-menu .arc-mobile-menu__toggle .line:nth-of-type(2),
      header[role="banner"] .arc-mobile-menu__toggle__checkbox:checked ~ .arc-mobile-menu__toggle .line:nth-of-type(2) {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: -10px; }
    header[role="banner"] .arc-mobile-menu ~ nav {
      display: none; } }
  @media (min-width: 960px) {
    header[role="banner"] .arc-mobile-menu,
    header[role="banner"] .arc-mobile-menu__toggle,
    header[role="banner"] .arc-mobile-menu__toggle__checkbox {
      display: none; } }
  header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    list-style: none; }
    header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu,
    header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu li,
      header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu ul li {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        text-align: right; }
        header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu li a,
        header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu ul li a {
          font-family: var(--wp--preset--font-family--hbs-graphik-compact);
          color: var(--wp--preset--color--crimson);
          font-weight: 900;
          text-transform: uppercase;
          white-space: nowrap;
          padding: 16px var(--spacing-500); }
        header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu li.current-menu-item a,
        header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu li a:hover,
        header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu ul li.current-menu-item a,
        header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu ul li a:hover {
          text-decoration: underline; }
    header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu .menu-item-has-children {
      position: relative; }
      header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu .menu-item-has-children > a::after {
        background-repeat: no-repeat;
        border: 0;
        content: "";
        height: 6px;
        width: 10px;
        display: inline-block;
        margin-left: 0.3125em;
        vertical-align: middle;
        -webkit-transform: translateY(-15%);
                transform: translateY(-15%);
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSI0OHB4IiB2aWV3Qm94PSIwIDAgNDAgNDgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMC41MDAwMDApIiBmaWxsPSIjZmZmZmZmIj4KICAgICAgICAgICAgPHBhdGggZD0iTTIzLDAgTDIzLDM2Ljc4NiBMMzYuMTg1MTE4LDIzLjUgTDQwLDI3LjM0NDU0NzEgTDE5Ljk5OTk4NTYsNDcuNSBMMCwyNy4zNDQ1NDcxIEwzLjgxNDg1MzE4LDIzLjUgTDE3LDM2Ljc4OCBMMTcsMCBMMjMsMCBaIiBpZD0iQ29tYmluZWQtU2hhcGUiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=); }
      header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu .menu-item-has-children .sub-menu {
        display: none;
        position: absolute;
        top: var(--spacing-900);
        background: var(--wp--preset--color--white);
        min-width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
        z-index: 2;
        right: 15px; }
        header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu .menu-item-has-children .sub-menu li {
          padding: var(--spacing-500) 0; }
      header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu .menu-item-has-children:hover .sub-menu, header[role="banner"] > nav:not([class*="mobile"]) > .arc-header-menu .menu-item-has-children:focus .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }

footer {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
  padding: 4rem var(--spacing-500); }
  @media (max-width: 781px) {
    footer {
      padding: 4rem 30px; }
      footer a {
        height: 48px;
        display: inline-block; } }
  @media (max-width: 781px) {
    footer .flex {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  footer > * {
    max-width: var(--wp--custom--layout--wide-size);
    margin-left: auto;
    margin-right: auto; }
  footer ul {
    list-style: none; }
    footer ul li {
      line-height: var(--line-height-500); }
  footer a {
    color: var(--wp--preset--color--white);
    font-weight: 800; }
  footer .tagline {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%; }
    footer .tagline p {
      max-width: 75%; }
    @media (max-width: 781px) {
      footer .tagline {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
        footer .tagline p {
          max-width: 100%; } }
  @media (max-width: 781px) {
    footer .meta-info {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; } }

.footer-build-the-future-of-business-with-us[class][class] {
  --block--group-padding: 69px;
  padding: var(--block--group-padding);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .footer-build-the-future-of-business-with-us[class][class] .wp-block-group {
    --block--group-padding: 0;
    padding: var(--block--group-padding); }
    .footer-build-the-future-of-business-with-us[class][class] .wp-block-group > * {
      max-width: var(--wp--custom--layout--wide-size);
      margin-left: auto !important;
      margin-right: auto !important; }
  .footer-build-the-future-of-business-with-us[class][class] h2 {
    font-size: 45px;
    line-height: 41px;
    margin-bottom: 46px; }
    @media (max-width: 1139px) {
      .footer-build-the-future-of-business-with-us[class][class] h2 {
        font-size: 30px;
        line-height: 1; } }
  .footer-build-the-future-of-business-with-us[class][class] .wp-block-columns {
    --block--columns-gap: 40px;
    gap: var(--block--columns-gap);
    -webkit-column-gap: 123px;
       -moz-column-gap: 123px;
            column-gap: 123px; }
    .footer-build-the-future-of-business-with-us[class][class] .wp-block-columns > *:first-child {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .footer-build-the-future-of-business-with-us[class][class] .wp-block-columns > *:last-child {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: unset;
          -ms-flex-positive: unset;
              flex-grow: unset;
      -ms-flex-preferred-size: unset;
          flex-basis: unset; }
    .footer-build-the-future-of-business-with-us[class][class] .wp-block-columns p {
      font-size: 34px;
      line-height: 41px; }
      @media (max-width: 1139px) {
        .footer-build-the-future-of-business-with-us[class][class] .wp-block-columns p {
          font-size: 20px;
          line-height: 24px; } }
    .footer-build-the-future-of-business-with-us[class][class] .wp-block-columns .wp-block-button {
      margin: 0 auto;
      display: block; }
      .footer-build-the-future-of-business-with-us[class][class] .wp-block-columns .wp-block-button .wp-block-button__link {
        --block--button-padding: 20px 24px;
        font-weight: 700;
        font-size: 22px;
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        width: 276px;
        border-radius: var(--radius-500, 8px);
        margin: 0 auto;
        display: block;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        .footer-build-the-future-of-business-with-us[class][class] .wp-block-columns .wp-block-button .wp-block-button__link:hover {
          opacity: 0.8; }
        @media (max-width: 1139px) {
          .footer-build-the-future-of-business-with-us[class][class] .wp-block-columns .wp-block-button .wp-block-button__link {
            font-size: 20px;
            width: 185px; } }
        @media (max-width: 781px) {
          .footer-build-the-future-of-business-with-us[class][class] .wp-block-columns .wp-block-button .wp-block-button__link {
            width: 240px; } }
        @media (max-width: 599px) {
          .footer-build-the-future-of-business-with-us[class][class] .wp-block-columns .wp-block-button .wp-block-button__link {
            width: 100%; } }

.hbsd3-newsletter {
  border: 12px solid var(--wp--preset--color--crimson);
  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;
  padding: 40px 0 60px;
  text-align: center;
  /*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
  /**
 * 1) Button or link that has functionality to it
 */
  /**
 * Blue button
 */
  /**
 * Dark button
 */
  /**
 * Small button
 */
  /**
 * Full-width button
 */
  /**
 * Bare button
 */
  /**
 * Circular button
 */
  /**
 *  Button loading
 * 1) Button that indicates a loading state
 */
  /**
* Facebook button
* 1) Used for sharing to Facebook
*/
  /**
* Twitter button
* 1) Used for sharing to Twitter
*/
  /**
* Bare button with red text
* 1) Used for "Continue Reading" button on article pages
*/
  /**
 * Lined button
 * 1) Used for the lines on "Continue Reading Button"
 */
  /*
 * Inner container of the buton
 * Allows for display flex on a button
 */
  /*
 * Button text
 */
  /*
 * Button icon
 */
  /**
 * Button line
 * 1) Lines on the hamburger menu. Used instead of SVG for animation purposes
 */
  /*------------------------------------*\
    #TEXT BUTTON
\*------------------------------------*/
  /**
 * 1) Button that is text only and doesn't contain a border or background.
 */
  /*------------------------------------*\
    #LOADER
\*------------------------------------*/
  /**
 * 1) Animated image that represents that something is loading
 */
  /**
 * Loader dot
 */
  /*------------------------------------*\
    #VISIBILITY CLASSES
\*------------------------------------*/
  /**
 * Is Hidden
 * 1) Completely remove from the flow and screen readers.
 */
  /**
 * Is Visibly Hidden
 * 1) Completely remove from the flow but leave available to screen readers.
 */ }
  @media (max-width: 781px) {
    .hbsd3-newsletter {
      padding-left: 30px;
      padding-right: 30px; } }
  .hbsd3-newsletter .wpcf7-form-control-wrap[class] {
    margin-top: 0;
    margin-bottom: 0; }
  .hbsd3-newsletter p {
    text-align: center; }
  .hbsd3-newsletter input {
    padding: 1rem 0.75rem;
    border: 2px solid var(--wp--preset--color--black);
    font-weight: 800; }
  .hbsd3-newsletter ::-webkit-input-placeholder {
    color: var(--wp--preset--color--black);
    font-size: var(--font-size-400);
    opacity: 1; }
  .hbsd3-newsletter :-moz-placeholder {
    color: var(--wp--preset--color--black);
    font-size: var(--font-size-400);
    opacity: 1; }
  .hbsd3-newsletter ::-moz-placeholder {
    color: var(--wp--preset--color--black);
    font-size: var(--font-size-400);
    opacity: 1; }
  .hbsd3-newsletter :-ms-input-placeholder {
    color: var(--wp--preset--color--black);
    font-size: var(--font-size-400);
    opacity: 1; }
  .hbsd3-newsletter span.wpcf7-not-valid-tip {
    display: none !important; }
  .hbsd3-newsletter .di-c-field__input.wpcf7-not-valid {
    border: 2px solid var(--wp--preset--color--vivid-red) !important; }
  .hbsd3-newsletter .di-c-input-group__headline {
    font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
    text-transform: uppercase;
    font-size: var(--font-size-900);
    color: var(--wp--preset--color--black);
    position: relative;
    padding-bottom: 0.5rem;
    display: block;
    margin-bottom: 2rem;
    font-weight: 700; }
    .hbsd3-newsletter .di-c-input-group__headline::after {
      content: ' ';
      position: absolute;
      left: calc(50% - 30px);
      bottom: -10px;
      width: 60px;
      height: 4px;
      background-color: #000;
      -webkit-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .hbsd3-newsletter .di-c-input-group__byline {
    font-size: var(--font-size-500);
    display: block;
    margin-bottom: 40px;
    line-height: 1.4; }
  .hbsd3-newsletter .di-c-input-group__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .hbsd3-newsletter .di-c-btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    color: var(--wp--preset--color--black);
    line-height: 1;
    font-family: var(--font-secondary);
    padding: 1rem 2rem;
    background: none;
    border: 0;
    border-bottom: none;
    /* 2 */
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-transition: all var(--anim-speed-quick) var(--anim-ease);
    transition: all var(--anim-speed-quick) var(--anim-ease);
    /**
	* Button before
	* 1) Before is used to add the color of the button and creates the hover/focus
	* animation swipe
	*/
    /**
	 * Button within hero
	 */
    /**
	 * Button within input group or search form
	 */
    /**
	 * Button within a dark section
	 */
    /**
	 * Button within button group
	 */
    /**
	 * Button within button group
	 */
    /**
     * Button within a media block
     */ }
    .hbsd3-newsletter .di-c-btn:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: var(--wp--preset--color--crimson);
      -webkit-transition: all var(--anim-speed-quick) cubic-bezier(0.42, 0, 0.58, 1);
      transition: all var(--anim-speed-quick) cubic-bezier(0.42, 0, 0.58, 1);
      z-index: -1; }
    .hbsd3-newsletter .di-c-btn:hover, .hbsd3-newsletter .di-c-btn:focus {
      color: var(--wp--preset--color--crimson);
      /**
	     * Button before within hovered/focused button
	     */ }
      .hbsd3-newsletter .di-c-btn:hover:before, .hbsd3-newsletter .di-c-btn:focus:before {
        right: 0;
        width: 0;
        left: auto; }
    .di-c-hero .hbsd3-newsletter .di-c-btn {
      display: block;
      margin-left: auto; }
    .di-c-input-group .hbsd3-newsletter .di-c-btn,
    .di-c-search .hbsd3-newsletter .di-c-btn {
      outline: 0;
      border: solid 2px var(--wp--preset--color--black);
      border-left: 0; }
    .di-c-section--dark .hbsd3-newsletter .di-c-btn {
      border-color: var(--wp--preset--color--crimson); }
    .di-c-btn-group .hbsd3-newsletter .di-c-btn {
      margin-right: 0.5rem;
      /**
		 * Remove right margin on last button group button
		 */ }
      .di-c-btn-group .hbsd3-newsletter .di-c-btn:last-child {
        margin-right: 0; }
    .di-c-btn-group--responsive .hbsd3-newsletter .di-c-btn {
      margin-right: 0;
      margin-bottom: 0.5rem; }
      @media (min-width: 782px) {
        .di-c-btn-group--responsive .hbsd3-newsletter .di-c-btn {
          margin-right: 0.5rem;
          margin-bottom: 0;
          /**
			 * Remove right margin on last responsive button group button
			 */ }
          .di-c-btn-group--responsive .hbsd3-newsletter .di-c-btn:last-child {
            margin-right: 0; } }
    .di-c-media-block .hbsd3-newsletter .di-c-btn {
      margin-top: 1rem; }
  .hbsd3-newsletter .di-c-btn--blue {
    color: var(--wp--preset-color--white); }
    .hbsd3-newsletter .di-c-btn--blue:before {
      background: var(--wp-preset-vivid-cyan-blue); }
    .hbsd3-newsletter .di-c-btn--blue:hover, .hbsd3-newsletter .di-c-btn--blue:focus {
      color: var(--wp-preset-vivid-cyan-blue); }
  .hbsd3-newsletter .di-c-btn--dark {
    color: var(--wp--preset-color--white); }
    .hbsd3-newsletter .di-c-btn--dark:before {
      background: var(--wp--preset--color--black); }
    .hbsd3-newsletter .di-c-btn--dark:hover, .hbsd3-newsletter .di-c-btn--dark:focus {
      color: var(--wp--preset--color--black); }
      .hbsd3-newsletter .di-c-btn--dark:hover svg path, .hbsd3-newsletter .di-c-btn--dark:focus svg path {
        fill: var(--wp--preset--color--black); }
    .di-c-section--dark .hbsd3-newsletter .di-c-btn--dark:before {
      background: var(--wp--preset--color--crimson); }
    .di-c-section--dark .hbsd3-newsletter .di-c-btn--dark:hover, .di-c-section--dark .hbsd3-newsletter .di-c-btn--dark:focus {
      color: var(--wp--preset-color--white); }
      .di-c-section--dark .hbsd3-newsletter .di-c-btn--dark:hover svg path, .di-c-section--dark .hbsd3-newsletter .di-c-btn--dark:focus svg path {
        fill: var(--wp--preset-color--white); }
  .hbsd3-newsletter .di-c-btn--small {
    padding: 0.375rem 0.75rem;
    font-size: var(--font-size-300);
    letter-spacing: 1px; }
  .hbsd3-newsletter .di-c-btn--full-width {
    width: calc(100% - 4rem);
    padding: 2rem;
    margin: 2rem 2rem 0;
    font-size: var(--font-size-800); }
  .hbsd3-newsletter .di-c-btn--bare {
    background: none;
    color: var(--wp--preset--color--black); }
    .hbsd3-newsletter .di-c-btn--bare:after, .hbsd3-newsletter .di-c-btn--bare:before {
      content: none; }
    .hbsd3-newsletter .di-c-btn--bare:hover, .hbsd3-newsletter .di-c-btn--bare:focus {
      background: none;
      color: var(--wp--preset--color--black);
      outline: none; }
  .hbsd3-newsletter .di-c-btn--block {
    display: block;
    width: 100%;
    border: 1px solid var(--wp--preset--color--crimson);
    border-left-width: 3px;
    border-bottom-width: 3px;
    text-align: center;
    padding: 2rem 1rem;
    font-size: var(--font-size-800);
    font-weight: bold;
    text-transform: uppercase;
    position: relative; }
    .hbsd3-newsletter .di-c-btn--block:hover {
      border-color: var(--wp--preset-color--white); }
    .hbsd3-newsletter .di-c-btn--block:before {
      content: '→';
      position: absolute;
      right: 2rem; }
  .hbsd3-newsletter .di-c-btn--circle {
    border-radius: 50%;
    border: 3px solid var(--wp--preset--color--cyan-bluish-gray);
    background: none;
    padding: 1rem;
    /**
	 * Circular button within the footer
	 */
    /**
	 * Circular button hover state within footer
	 */ }
    .hbsd3-newsletter .di-c-btn--circle:after, .hbsd3-newsletter .di-c-btn--circle:before {
      content: none; }
    .hbsd3-newsletter .di-c-btn--circle:hover, .hbsd3-newsletter .di-c-btn--circle:focus {
      background: var(--wp--preset--color--crimson);
      border-color: var(--wp--preset--color--crimson); }
    .di-c-footer .hbsd3-newsletter .di-c-btn--circle {
      color: var(--wp--preset-color--white);
      border-color: var(--wp--preset-color--white); }
    .di-c-footer .hbsd3-newsletter .di-c-btn--circle:hover,
    .di-c-footer .hbsd3-newsletter .di-c-btn--circle:focus {
      border-color: var(--wp--preset--color--crimson); }
  .hbsd3-newsletter .di-c-btn.di-is-loading {
    cursor: not-allowed;
    background: var(--wp--preset--color--crimson);
    /**
	* Remove the before pseudo-element and hover/focus animations
	*/ }
    .hbsd3-newsletter .di-c-btn.di-is-loading:before {
      content: none; }
  .hbsd3-newsletter .di-c-btn--facebook {
    /**
	* Element that adds hover/focus state
	*/ }
    .hbsd3-newsletter .di-c-btn--facebook:before {
      background: #3b5598; }
    .hbsd3-newsletter .di-c-btn--facebook:hover, .hbsd3-newsletter .di-c-btn--facebook:focus {
      color: #3b5598; }
      .hbsd3-newsletter .di-c-btn--facebook:hover:before, .hbsd3-newsletter .di-c-btn--facebook:focus:before {
        right: 0;
        width: 0;
        left: auto; }
  .hbsd3-newsletter .di-c-btn--twitter {
    /**
	* Element that adds hover/focus state
	*/ }
    .hbsd3-newsletter .di-c-btn--twitter:before {
      background: #1da1f2; }
    .hbsd3-newsletter .di-c-btn--twitter:hover, .hbsd3-newsletter .di-c-btn--twitter:focus {
      color: #1da1f2; }
      .hbsd3-newsletter .di-c-btn--twitter:hover:before, .hbsd3-newsletter .di-c-btn--twitter:focus:before {
        right: 0;
        width: 0;
        left: auto; }
  .hbsd3-newsletter .di-c-btn--bare.di-c-btn--red-text {
    color: var(--wp--preset--color--crimson); }
    .hbsd3-newsletter .di-c-btn--bare.di-c-btn--red-text:hover, .hbsd3-newsletter .di-c-btn--bare.di-c-btn--red-text:focus {
      background: none;
      color: var(--wp--preset-color--white); }
  .hbsd3-newsletter .di-c-btn--bare.di-c-btn--lined {
    display: block;
    position: relative;
    bottom: 1rem;
    width: 100%;
    font-family: var(--font-secondary);
    z-index: 2;
    /**
	* Lined button within show more component
	*/ }
    .hbsd3-newsletter .di-c-btn--bare.di-c-btn--lined:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 3px;
      width: 100%;
      background: var(--wp--preset--color--black);
      z-index: -1; }
    .hbsd3-newsletter .di-c-btn--bare.di-c-btn--lined:hover, .hbsd3-newsletter .di-c-btn--bare.di-c-btn--lined:focus {
      background: none; }
    .di-c-show-more .hbsd3-newsletter .di-c-btn--bare.di-c-btn--lined {
      position: absolute;
      left: 0; }
  .hbsd3-newsletter .di-c-btn__inner {
    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;
    -webkit-transition: background var(--anim-speed-quick) var(--anim-ease);
    transition: background var(--anim-speed-quick) var(--anim-ease);
    /*
	 * Button inner within header nav button
	 */
    /*
	 * Button inner within lined button
	 */
    /*
	 * Button inner within hovered/focused bare, red text button
	 */ }
    .di-c-header__nav-btn .hbsd3-newsletter .di-c-btn__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .di-c-btn--lined .hbsd3-newsletter .di-c-btn__inner {
      display: inline-block;
      background: var(--wp--preset-color--white);
      z-index: 3;
      padding: 1rem; }
    .di-c-btn--bare.di-c-btn--red-text:hover .hbsd3-newsletter .di-c-btn__inner,
    .di-c-btn--bare.di-c-btn--red-text:focus .hbsd3-newsletter .di-c-btn__inner {
      background: var(--wp--preset--color--crimson); }
  .hbsd3-newsletter .di-c-btn__text {
    /*
	 * Button inner within active header
	 * 1) Add slide out animation for button
	 */ }
    .di-c-header.di-is-active .di-c-header__nav-btn .hbsd3-newsletter .di-c-btn__text,
    .hbsd3-newsletter .di-c-btn__text .di-u-no-animation .di-c-header.di-is-active .di-c-header__nav-btn {
      -webkit-animation: slideOutIn 1s ease 0.8s 1 !important;
              animation: slideOutIn 1s ease 0.8s 1 !important;
      /* 1 */ }
  .hbsd3-newsletter .di-c-btn__icon {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    fill: var(--wp--preset-color--white);
    position: relative;
    -webkit-transition: fill var(--anim-speed-quick) var(--anim-ease);
    transition: fill var(--anim-speed-quick) var(--anim-ease);
    /*
	 * Button icon within header navigation button
	 */
    /*
	 * Button icon within bare button
	 */
    /*
	 * Button icon within hovered/focused bare button
	 */
    /*
	 * Button icon within button hover
	 */
    /*
	 * Button icon within active button
	 */
    /*
	 * Button icon within social follow
	 */
    /*
	 * Button icon within social follow inside footer
	 */
    /*
	 * Button icon within circular button
	 */
    /*
	 * Button icon within bare, red text button
	 */
    /*
	 * Button icon within hovered/focused bare, red text button
	 */
    /*
	 * Button icon within show more component
	 */
    /*
	 * Button icon within Twitter button
	 */
    /*
	 * Button icon within Facebook button
	 */
    /*
	 * Button icon within hovered/focused Facebook button
	 */ }
    .di-c-header__nav-btn .hbsd3-newsletter .di-c-btn__icon {
      height: 32px;
      width: 32px;
      margin-right: 0;
      margin-bottom: 0.2rem; }
    .di-c-btn--bare .hbsd3-newsletter .di-c-btn__icon {
      fill: var(--wp--preset--color--cyan-bluish-gray); }
    .di-c-btn.di-c-btn--bare:hover .hbsd3-newsletter .di-c-btn__icon,
    .di-c-btn.di-c-btn--bare:focus .hbsd3-newsletter .di-c-btn__icon {
      fill: var(--wp--preset--color--black); }
    .di-c-btn:hover .hbsd3-newsletter .di-c-btn__icon,
    .di-c-btn:focus .hbsd3-newsletter .di-c-btn__icon {
      fill: var(--wp--preset--color--cyan-bluish-gray); }
    .di-c-btn.di-is-active .hbsd3-newsletter .di-c-btn__icon {
      fill: var(--wp--preset--color--black); }
    .di-c-social-follow .hbsd3-newsletter .di-c-btn__icon {
      fill: var(--wp--preset--color--cyan-bluish-gray); }
    .di-c-footer .di-c-social-follow .hbsd3-newsletter .di-c-btn__icon {
      fill: var(--wp--preset-color--white); }
    .di-c-btn--circle .hbsd3-newsletter .di-c-btn__icon {
      margin-right: 0;
      fill: var(--wp--preset--color--black); }
    .di-c-btn--bare.di-c-btn--red-text .hbsd3-newsletter .di-c-btn__icon {
      fill: var(--wp--preset--color--crimson); }
    .di-c-btn--bare.di-c-btn--red-text:hover .hbsd3-newsletter .di-c-btn__icon,
    .di-c-btn--bare.di-c-btn--red-text:focus .hbsd3-newsletter .di-c-btn__icon {
      fill: var(--wp--preset-color--white); }
    .di-c-show-more .hbsd3-newsletter .di-c-btn__icon {
      height: 10px;
      width: 10px; }
    .di-c-btn--twitter:hover .hbsd3-newsletter .di-c-btn__icon,
    .di-c-btn--twitter:hover .hbsd3-newsletter .di-c-btn__icon {
      fill: #1da1f2; }
    .di-c-btn--facebook .hbsd3-newsletter .di-c-btn__icon {
      position: relative;
      top: -3px; }
    .di-c-btn--facebook:hover .hbsd3-newsletter .di-c-btn__icon,
    .di-c-btn--facebook:hover .hbsd3-newsletter .di-c-btn__icon {
      fill: #3b5598; }
  .hbsd3-newsletter .di-c-btn__line {
    display: block;
    height: 3px;
    width: 100%;
    margin-bottom: 0.5rem;
    background: var(--wp--preset--color--cyan-bluish-gray);
    -webkit-transition: all var(--anim-speed-quick) var(--anim-ease);
    transition: all var(--anim-speed-quick) var(--anim-ease);
    /*
	 * Button line within hovered/focused button
	 */
    /*
	 * Button line within hovered/focused button within active header
	 */
    /*
	 * First button line
	 */
    /*
	 * Second button line
	 */ }
    .di-c-btn:hover .hbsd3-newsletter .di-c-btn__line,
    .di-c-btn:focus .hbsd3-newsletter .di-c-btn__line {
      background: var(--wp--preset--color--crimson); }
    .di-c-header.di-is-active .di-c-btn:hover .hbsd3-newsletter .di-c-btn__line,
    .di-c-header.di-is-active .di-c-btn:focus .hbsd3-newsletter .di-c-btn__line {
      background: var(--wp--preset--color--crimson); }
    .hbsd3-newsletter .di-c-btn__line:first-child {
      /*
		 * First button line within active header or no animation class added
		 */ }
      .di-c-header.di-is-active .hbsd3-newsletter .di-c-btn__line:first-child,
      .di-u-no-animation .di-c-header.di-is-active .hbsd3-newsletter .di-c-btn__line:first-child {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-animation: slideOutIn 1s ease 0.2s 1 !important;
                animation: slideOutIn 1s ease 0.2s 1 !important;
        -webkit-transition: background 0.5s var(--anim-ease), -webkit-transform var(--anim-speed-quick) --var(anim-ease) 0.5s;
        transition: background 0.5s var(--anim-ease), -webkit-transform var(--anim-speed-quick) --var(anim-ease) 0.5s;
        transition: background 0.5s var(--anim-ease), transform var(--anim-speed-quick) --var(anim-ease) 0.5s;
        transition: background 0.5s var(--anim-ease), transform var(--anim-speed-quick) --var(anim-ease) 0.5s, -webkit-transform var(--anim-speed-quick) --var(anim-ease) 0.5s; }
    .hbsd3-newsletter .di-c-btn__line:nth-child(2) {
      position: relative;
      top: 0;
      /*
		 * Second button line within active header
		 */ }
      .di-c-header.di-is-active .hbsd3-newsletter .di-c-btn__line:nth-child(2),
      .di-u-no-animation .di-c-header.di-is-active .hbsd3-newsletter .di-c-btn__line:nth-child(2) {
        top: -10px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-animation: slideOutIn 1s ease 0.5s 1 !important;
                animation: slideOutIn 1s ease 0.5s 1 !important;
        -webkit-transition: background 0.5s var(--anim-ease), top var(--anim-speed-quick) --var(anim-ease) 0.5s, -webkit-transform var(--anim-speed-quick) --var(anim-ease) 0.5s;
        transition: background 0.5s var(--anim-ease), top var(--anim-speed-quick) --var(anim-ease) 0.5s, -webkit-transform var(--anim-speed-quick) --var(anim-ease) 0.5s;
        transition: background 0.5s var(--anim-ease), transform var(--anim-speed-quick) --var(anim-ease) 0.5s, top var(--anim-speed-quick) --var(anim-ease) 0.5s;
        transition: background 0.5s var(--anim-ease), transform var(--anim-speed-quick) --var(anim-ease) 0.5s, top var(--anim-speed-quick) --var(anim-ease) 0.5s, -webkit-transform var(--anim-speed-quick) --var(anim-ease) 0.5s; }
  .hbsd3-newsletter .di-c-text-btn {
    background: none;
    color: var(--wp--preset--color--cyan-bluish-gray);
    font-weight: bold;
    text-decoration: underline;
    border: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease; }
    .hbsd3-newsletter .di-c-text-btn:hover, .hbsd3-newsletter .di-c-text-btn:focus {
      color: var(--wp--preset--color--cyan-bluish-gray); }
  .hbsd3-newsletter .di-c-loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    /**
	 * Loader within ajax loader
	 * 1) Used for masking the button while the form validation is loading
	 */ }
    div.wpcf7 .ajax-loader .hbsd3-newsletter .di-c-loader {
      border-radius: 0;
      position: absolute;
      padding: 0.72rem 0.75rem;
      margin: 0 auto;
      z-index: 58;
      left: -59px;
      top: 0px;
      background: var(--wp--preset--color--crimson); }
  .hbsd3-newsletter .di-c-loader__dot {
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: var(--wp--preset--color--black);
    margin-right: 1rem;
    opacity: 0;
    /**
	 * First loader dot
	 */
    /**
	 * Second loader dot
	 */
    /**
	 * Third loader dot
	 */
    /**
	 * Loader dot within a button
	 */
    /**
	 * Loader dot within ajax loader
	 */ }
    .hbsd3-newsletter .di-c-loader__dot:nth-child(1) {
      -webkit-animation: opacitychange 1s ease-in-out infinite;
              animation: opacitychange 1s ease-in-out infinite; }
    .hbsd3-newsletter .di-c-loader__dot:nth-child(2) {
      -webkit-animation: opacitychange 1s ease-in-out 0.25s infinite;
              animation: opacitychange 1s ease-in-out 0.25s infinite; }
    .hbsd3-newsletter .di-c-loader__dot:nth-child(3) {
      margin-right: 0;
      -webkit-animation: opacitychange 1s ease-in-out 0.5s infinite;
              animation: opacitychange 1s ease-in-out 0.5s infinite; }
    .di-c-btn .hbsd3-newsletter .di-c-loader__dot {
      height: 0.5rem;
      width: 0.5rem;
      margin: 0.25rem 0.5rem 0.25rem 0;
      background: var(--wp--preset-color--white); }
    .ajax-loader .hbsd3-newsletter .di-c-loader__dot {
      height: 0.5rem;
      width: 0.5rem;
      margin: 0.25rem 0.5rem 0.25rem 0;
      background: var(--wp--preset-color--white); }
  .hbsd3-newsletter .di-u-is-hidden {
    display: none !important;
    visibility: hidden !important; }
  .hbsd3-newsletter .di-u-is-vishidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px); }

.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  max-width: var(--wp--custom--layout--wide-size);
  margin-left: auto;
  margin-right: auto; }
  .card-grid.archive {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .card-grid .card {
    max-width: 300px; }
    .card-grid .card footer {
      background: none; }

.dot-header {
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  background: linear-gradient(90deg, var(--wp--preset--color--cream) 48px, transparent 1%) center, linear-gradient(var(--wp--preset--color--cream) 48px, transparent 1%) center, var(--wp--preset--color--crimson);
  background-size: 50px 50px;
  min-height: 300px;
  position: relative;
  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; }
  .dot-header > * {
    z-index: 2; }
  .dot-header h1 {
    text-transform: uppercase;
    font-size: var(--font-size-900); }
  .dot-header::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff0), to(rgba(250, 249, 242, 0.8)));
    background: linear-gradient(#fff0, rgba(250, 249, 242, 0.8)); }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 1/-1; }
  .pagination .page-numbers {
    padding: 4px 5px 5px 5px;
    width: 40px;
    height: 40px;
    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;
    margin-right: 10px;
    border-radius: 7px;
    color: var(--color-harvard-crimson);
    font-weight: 900;
    font-size: 17px;
    border: 2px solid var(--color-harvard-crimson); }
    .pagination .page-numbers.dots {
      border: none;
      padding-top: 0;
      margin-top: -1px; }
    .pagination .page-numbers.current {
      background: var(--color-harvard-crimson);
      color: #fff; }
    .pagination .page-numbers.next, .pagination .page-numbers.prev {
      width: 100px; }
  @media (max-width: 599px) {
    .pagination {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .pagination .page-numbers {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
        margin-bottom: 10px; }
      .pagination span.dots {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        height: 8px;
        margin-bottom: 14px !important; }
      .pagination .prev,
      .pagination .next {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 10px; } }

form label {
  margin-bottom: 3px; }

form input,
form textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  font-size: 16px;
  font-family: var(--wp--custom--typography--family--baseline);
  font-weight: 500; }

form input[type="submit"] {
  padding: 15px 30px;
  background: #000;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 700; }

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

body.archive.tax-insight_type main,
body.archive.tax-insight_type .archive-header,
body.archive.category main,
body.archive.category .archive-header,
body.blog main,
body.blog .archive-header,
body.search-results main,
body.search-results .archive-header,
body.search-no-results main,
body.search-no-results .archive-header {
  width: var(--wp--custom--layout--wide-size);
  margin: 0 auto 80px;
  max-width: calc(100% - 100px); }
  @media (max-width: 781px) {
    body.archive.tax-insight_type main:not(.alignfull),
    body.archive.tax-insight_type .archive-header:not(.alignfull),
    body.archive.category main:not(.alignfull),
    body.archive.category .archive-header:not(.alignfull),
    body.blog main:not(.alignfull),
    body.blog .archive-header:not(.alignfull),
    body.search-results main:not(.alignfull),
    body.search-results .archive-header:not(.alignfull),
    body.search-no-results main:not(.alignfull),
    body.search-no-results .archive-header:not(.alignfull) {
      padding-left: var(--spacing-500);
      padding-right: var(--spacing-500);
      max-width: 100%; } }

body.archive.tax-insight_type .hero-header,
body.archive.category .hero-header,
body.blog .hero-header,
body.search-results .hero-header,
body.search-no-results .hero-header {
  font-size: var(--font-size-900); }

body.archive.tax-insight_type .archive-header,
body.archive.category .archive-header,
body.blog .archive-header,
body.search-results .archive-header,
body.search-no-results .archive-header {
  margin-bottom: 60px;
  padding: 90px 0 90px;
  width: 100%;
  max-width: 100%;
  background: #0c0748; }
  @media (max-width: 781px) {
    body.archive.tax-insight_type .archive-header,
    body.archive.category .archive-header,
    body.blog .archive-header,
    body.search-results .archive-header,
    body.search-no-results .archive-header {
      padding: 42px 0;
      margin-bottom: 40px; } }
  body.archive.tax-insight_type .archive-header .container,
  body.archive.category .archive-header .container,
  body.blog .archive-header .container,
  body.search-results .archive-header .container,
  body.search-no-results .archive-header .container {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: 2fr 1fr;
    width: var(--wp--custom--layout--wide-size);
    max-width: calc(100% - 100px);
    gap: 20px; }
    @media (max-width: 781px) {
      body.archive.tax-insight_type .archive-header .container,
      body.archive.category .archive-header .container,
      body.blog .archive-header .container,
      body.search-results .archive-header .container,
      body.search-no-results .archive-header .container {
        max-width: calc(100% - 20px);
        grid-template-columns: 1fr;
        grid-auto-flow: row; } }
    body.archive.tax-insight_type .archive-header .container h1,
    body.archive.category .archive-header .container h1,
    body.blog .archive-header .container h1,
    body.search-results .archive-header .container h1,
    body.search-no-results .archive-header .container h1 {
      color: #fff;
      width: 100%;
      max-width: initial; }
      body.archive.tax-insight_type .archive-header .container h1 .disclaimer,
      body.archive.category .archive-header .container h1 .disclaimer,
      body.blog .archive-header .container h1 .disclaimer,
      body.search-results .archive-header .container h1 .disclaimer,
      body.search-no-results .archive-header .container h1 .disclaimer {
        font-size: 16px;
        line-height: 1em;
        display: block;
        margin-top: 16px;
        font-family: var(--wp--preset--font-family--hbs-graphik-compact); }
      body.archive.tax-insight_type .archive-header .container h1 .subtitle,
      body.archive.category .archive-header .container h1 .subtitle,
      body.blog .archive-header .container h1 .subtitle,
      body.search-results .archive-header .container h1 .subtitle,
      body.search-no-results .archive-header .container h1 .subtitle {
        display: block;
        margin-top: 16px;
        font-size: 16px;
        letter-spacing: 1px;
        font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
        text-transform: uppercase;
        font-weight: 900;
        background: var(--wp--preset--color--crimson);
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 5px 15px 6px 25px;
        border-radius: 50px;
        position: relative; }
      body.archive.tax-insight_type .archive-header .container h1 a,
      body.archive.category .archive-header .container h1 a,
      body.blog .archive-header .container h1 a,
      body.search-results .archive-header .container h1 a,
      body.search-no-results .archive-header .container h1 a {
        color: #fff;
        top: 2px;
        position: absolute;
        left: 10px;
        width: 10px; }
    body.archive.tax-insight_type .archive-header .container .search-form,
    body.archive.category .archive-header .container .search-form,
    body.blog .archive-header .container .search-form,
    body.search-results .archive-header .container .search-form,
    body.search-no-results .archive-header .container .search-form {
      text-align: right;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end; }
      @media (max-width: 781px) {
        body.archive.tax-insight_type .archive-header .container .search-form,
        body.archive.category .archive-header .container .search-form,
        body.blog .archive-header .container .search-form,
        body.search-results .archive-header .container .search-form,
        body.search-no-results .archive-header .container .search-form {
          -webkit-box-pack: unset;
              -ms-flex-pack: unset;
                  justify-content: unset; } }
      body.archive.tax-insight_type .archive-header .container .search-form input[type=search],
      body.archive.category .archive-header .container .search-form input[type=search],
      body.blog .archive-header .container .search-form input[type=search],
      body.search-results .archive-header .container .search-form input[type=search],
      body.search-no-results .archive-header .container .search-form input[type=search] {
        padding: 10px 20px;
        border-radius: 20px;
        border: none;
        font-size: 18px; }
      body.archive.tax-insight_type .archive-header .container .search-form input[type=submit],
      body.archive.category .archive-header .container .search-form input[type=submit],
      body.blog .archive-header .container .search-form input[type=submit],
      body.search-results .archive-header .container .search-form input[type=submit],
      body.search-no-results .archive-header .container .search-form input[type=submit] {
        display: none; }
  body.archive.tax-insight_type .archive-header h1,
  body.archive.category .archive-header h1,
  body.blog .archive-header h1,
  body.search-results .archive-header h1,
  body.search-no-results .archive-header h1 {
    width: 100%; }

body.archive.tax-insight_type .archive-header .page-title,
body.archive.category .archive-header .page-title,
body.blog .archive-header .page-title,
body.search-results .archive-header .page-title,
body.search-no-results .archive-header .page-title {
  text-transform: none;
  font-size: 60px; }

body.archive.tax-insight_type main,
body.archive.category main,
body.blog main,
body.search-results main,
body.search-no-results main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 78px;
  -webkit-column-gap: 69px;
     -moz-column-gap: 69px;
          column-gap: 69px; }
  @media (max-width: 959px) {
    body.archive.tax-insight_type main,
    body.archive.category main,
    body.blog main,
    body.search-results main,
    body.search-no-results main {
      grid-template-columns: 1fr;
      row-gap: 50px; } }

body.archive.tax-insight_type article.type-post,
body.archive.category article.type-post,
body.blog article.type-post,
body.search-results article.type-post,
body.search-no-results article.type-post {
  display: grid;
  gap: 23px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px; }
  @media (max-width: 781px) {
    body.archive.tax-insight_type article.type-post,
    body.archive.category article.type-post,
    body.blog article.type-post,
    body.search-results article.type-post,
    body.search-no-results article.type-post {
      grid-template-columns: 84px 1fr;
      gap: 12px;
      font-size: 16px; } }
  body.archive.tax-insight_type article.type-post .archive-post-thumbnail,
  body.archive.category article.type-post .archive-post-thumbnail,
  body.blog article.type-post .archive-post-thumbnail,
  body.search-results article.type-post .archive-post-thumbnail,
  body.search-no-results article.type-post .archive-post-thumbnail {
    aspect-ratio: 16 / 9;
    overflow: hidden; }
    body.archive.tax-insight_type article.type-post .archive-post-thumbnail img,
    body.archive.category article.type-post .archive-post-thumbnail img,
    body.blog article.type-post .archive-post-thumbnail img,
    body.search-results article.type-post .archive-post-thumbnail img,
    body.search-no-results article.type-post .archive-post-thumbnail img {
      display: block;
      margin: 0 auto; }
  body.archive.tax-insight_type article.type-post .archive-post-category,
  body.archive.category article.type-post .archive-post-category,
  body.blog article.type-post .archive-post-category,
  body.search-results article.type-post .archive-post-category,
  body.search-no-results article.type-post .archive-post-category {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 13px;
    line-height: 1.4; }
    body.archive.tax-insight_type article.type-post .archive-post-category a,
    body.archive.category article.type-post .archive-post-category a,
    body.blog article.type-post .archive-post-category a,
    body.search-results article.type-post .archive-post-category a,
    body.search-no-results article.type-post .archive-post-category a {
      color: var(--wp--preset--color--crimson); }
  body.archive.tax-insight_type article.type-post .archive-post-author,
  body.archive.category article.type-post .archive-post-author,
  body.blog article.type-post .archive-post-author,
  body.search-results article.type-post .archive-post-author,
  body.search-no-results article.type-post .archive-post-author {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500; }
  body.archive.tax-insight_type article.type-post .archive-post-title,
  body.archive.category article.type-post .archive-post-title,
  body.blog article.type-post .archive-post-title,
  body.search-results article.type-post .archive-post-title,
  body.search-no-results article.type-post .archive-post-title {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 13px;
    line-height: 1.1; }
    body.archive.tax-insight_type article.type-post .archive-post-title a,
    body.archive.category article.type-post .archive-post-title a,
    body.blog article.type-post .archive-post-title a,
    body.search-results article.type-post .archive-post-title a,
    body.search-no-results article.type-post .archive-post-title a {
      color: inherit; }
      body.archive.tax-insight_type article.type-post .archive-post-title a:hover,
      body.archive.category article.type-post .archive-post-title a:hover,
      body.blog article.type-post .archive-post-title a:hover,
      body.search-results article.type-post .archive-post-title a:hover,
      body.search-no-results article.type-post .archive-post-title a:hover {
        text-decoration: underline; }
    @media (max-width: 781px) {
      body.archive.tax-insight_type article.type-post .archive-post-title,
      body.archive.category article.type-post .archive-post-title,
      body.blog article.type-post .archive-post-title,
      body.search-results article.type-post .archive-post-title,
      body.search-no-results article.type-post .archive-post-title {
        font-size: 26px; } }

body.archive.tax-insight_type section.no-search-results.not-found,
body.archive.category section.no-search-results.not-found,
body.blog section.no-search-results.not-found,
body.search-results section.no-search-results.not-found,
body.search-no-results section.no-search-results.not-found {
  margin-top: 80px;
  font-size: 30px;
  line-height: 36px; }
  body.archive.tax-insight_type section.no-search-results.not-found .page-header,
  body.archive.category section.no-search-results.not-found .page-header,
  body.blog section.no-search-results.not-found .page-header,
  body.search-results section.no-search-results.not-found .page-header,
  body.search-no-results section.no-search-results.not-found .page-header {
    margin-bottom: var(--spacing-500); }
    body.archive.tax-insight_type section.no-search-results.not-found .page-header h1,
    body.archive.category section.no-search-results.not-found .page-header h1,
    body.blog section.no-search-results.not-found .page-header h1,
    body.search-results section.no-search-results.not-found .page-header h1,
    body.search-no-results section.no-search-results.not-found .page-header h1 {
      font-size: 60px;
      line-height: 1.25; }
  body.archive.tax-insight_type section.no-search-results.not-found .page-content > *,
  body.archive.category section.no-search-results.not-found .page-content > *,
  body.blog section.no-search-results.not-found .page-content > *,
  body.search-results section.no-search-results.not-found .page-content > *,
  body.search-no-results section.no-search-results.not-found .page-content > * {
    margin-bottom: var(--spacing-500); }
  body.archive.tax-insight_type section.no-search-results.not-found .page-content p,
  body.archive.category section.no-search-results.not-found .page-content p,
  body.blog section.no-search-results.not-found .page-content p,
  body.search-results section.no-search-results.not-found .page-content p,
  body.search-no-results section.no-search-results.not-found .page-content p {
    line-height: 36px; }
  body.archive.tax-insight_type section.no-search-results.not-found .page-content form,
  body.archive.category section.no-search-results.not-found .page-content form,
  body.blog section.no-search-results.not-found .page-content form,
  body.search-results section.no-search-results.not-found .page-content form,
  body.search-no-results section.no-search-results.not-found .page-content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    gap: 0; }
    body.archive.tax-insight_type section.no-search-results.not-found .page-content form input,
    body.archive.category section.no-search-results.not-found .page-content form input,
    body.blog section.no-search-results.not-found .page-content form input,
    body.search-results section.no-search-results.not-found .page-content form input,
    body.search-no-results section.no-search-results.not-found .page-content form input {
      font-family: var(--wp--custom--typography--family--baseline);
      font-size: 16px;
      padding: 10px;
      border: 1px solid #000;
      margin: 0;
      display: block; }
      body.archive.tax-insight_type section.no-search-results.not-found .page-content form input:not([type="submit"]),
      body.archive.category section.no-search-results.not-found .page-content form input:not([type="submit"]),
      body.blog section.no-search-results.not-found .page-content form input:not([type="submit"]),
      body.search-results section.no-search-results.not-found .page-content form input:not([type="submit"]),
      body.search-no-results section.no-search-results.not-found .page-content form input:not([type="submit"]) {
        height: 100%; }
      body.archive.tax-insight_type section.no-search-results.not-found .page-content form input[type="submit"],
      body.archive.category section.no-search-results.not-found .page-content form input[type="submit"],
      body.blog section.no-search-results.not-found .page-content form input[type="submit"],
      body.search-results section.no-search-results.not-found .page-content form input[type="submit"],
      body.search-no-results section.no-search-results.not-found .page-content form input[type="submit"] {
        -webkit-appearance: button;
        display: block;
        position: relative;
        cursor: pointer;
        color: var(--color--neutral-000);
        line-height: 1;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all var(--anim-speed-quick) var(--anim-ease);
        transition: all var(--anim-speed-quick) var(--anim-ease);
        font-size: var(--font-size-300);
        letter-spacing: 1px;
        background-color: var(--color--neutral-1000);
        border-left: none; }
        body.archive.tax-insight_type section.no-search-results.not-found .page-content form input[type="submit"]:hover,
        body.archive.category section.no-search-results.not-found .page-content form input[type="submit"]:hover,
        body.blog section.no-search-results.not-found .page-content form input[type="submit"]:hover,
        body.search-results section.no-search-results.not-found .page-content form input[type="submit"]:hover,
        body.search-no-results section.no-search-results.not-found .page-content form input[type="submit"]:hover {
          color: var(--color--neutral-1000);
          background-color: var(--color--neutral-000); }

body.post-type-archive-event main,
body.blog main {
  display: grid;
  row-gap: 78px;
  grid-template-columns: 1fr; }
  body.post-type-archive-event main .swimlane,
  body.blog main .swimlane {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px 15px; }
    @media (max-width: 1139px) {
      body.post-type-archive-event main .swimlane,
      body.blog main .swimlane {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 50px; } }
    @media (max-width: 781px) {
      body.post-type-archive-event main .swimlane,
      body.blog main .swimlane {
        grid-template-columns: 1fr;
        gap: 30px; }
        body.post-type-archive-event main .swimlane .info,
        body.blog main .swimlane .info {
          margin-bottom: 10px; } }
  body.post-type-archive-event main .swimlane .info h3,
  body.blog main .swimlane .info h3 {
    font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
    font-weight: 600;
    font-size: 50px;
    line-height: 1.4em;
    text-transform: capitalize;
    color: var(--wp--preset--color--crimson);
    margin-bottom: 15px; }
  body.post-type-archive-event main .swimlane .info h2,
  body.blog main .swimlane .info h2 {
    font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wp--preset--color--crimson); }
  body.post-type-archive-event main .swimlane .info p,
  body.blog main .swimlane .info p {
    font-family: var(--wp--preset--font-family--hbs-graphik-compact);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3em;
    margin-bottom: 15px; }
  body.post-type-archive-event main .swimlane .article,
  body.blog main .swimlane .article {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: -webkit-min-content;
    grid-auto-rows: min-content;
    grid-template-rows: auto 1fr; }
    body.post-type-archive-event main .swimlane .article .image,
    body.blog main .swimlane .article .image {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      overflow: hidden;
      aspect-ratio: 16/9; }
      body.post-type-archive-event main .swimlane .article .image img,
      body.blog main .swimlane .article .image img {
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    body.post-type-archive-event main .swimlane .article .content,
    body.blog main .swimlane .article .content {
      padding: 30px 30px 40px;
      background: #d9d9d9;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      overflow: hidden;
      position: relative; }
      body.post-type-archive-event main .swimlane .article .content .date,
      body.post-type-archive-event main .swimlane .article .content .date a,
      body.blog main .swimlane .article .content .date,
      body.blog main .swimlane .article .content .date a {
        font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: var(--wp--preset--color--crimson);
        margin-bottom: 15px; }
      body.post-type-archive-event main .swimlane .article .content h2,
      body.blog main .swimlane .article .content h2 {
        font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
        font-weight: 600;
        font-size: 22px;
        line-height: 1.2em;
        text-transform: capitalize;
        color: #000;
        margin-bottom: 15px;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        body.post-type-archive-event main .swimlane .article .content h2:hover,
        body.blog main .swimlane .article .content h2:hover {
          opacity: 0.7; }
      body.post-type-archive-event main .swimlane .article .content p.blurb,
      body.blog main .swimlane .article .content p.blurb {
        margin-bottom: 15px;
        line-height: 1.3em; }
      body.post-type-archive-event main .swimlane .article .content a.learn-more,
      body.blog main .swimlane .article .content a.learn-more {
        font-family: var(--wp--preset--font-family--hbs-graphik-compact);
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        color: #0c0748;
        position: absolute;
        bottom: 30px; }

body.blog main .swimlane .info a {
  font-family: var(--wp--preset--font-family--hbs-graphik-compact);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--wp--preset--color--crimson); }

body.blog main .swimlane .article .content .title {
  font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2em;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 15px; }

body.single-post main {
  margin-bottom: 100px; }

body.single-post article.post {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  body.single-post article.post .entry-content > * {
    --entry-content-gutters: 100px; }
    @media (max-width: 781px) {
      body.single-post article.post .entry-content > * {
        --entry-content-gutters: 60px; } }
  body.single-post article.post .entry-header {
    margin-top: 50px;
    margin-bottom: 30px;
    --header-content-gutters: 100px;
    --entry-header-horizontal-spacing: 0;
    width: calc(100% - var(--header-content-gutters)); }
    @media (max-width: 781px) {
      body.single-post article.post .entry-header:not(.alignfull) {
        --header-content-gutters: 60px;
        width: 100%; } }
    body.single-post article.post .entry-header > * {
      display: block;
      width: var(--wp--custom--layout--content-size);
      margin: 0 auto var(--block-vertical-gap); }
      @media (max-width: 781px) {
        body.single-post article.post .entry-header > * {
          width: calc(100% - var(--header-content-gutters));
          margin-left: auto;
          margin-right: auto; } }
    body.single-post article.post .entry-header h2 {
      line-height: 1.3;
      margin-bottom: 50px;
      font-size: 42px; }
      body.single-post article.post .entry-header h2 a {
        color: var(--wp--preset--color--crimson); }
    body.single-post article.post .entry-header .post-category {
      font-size: 14px;
      letter-spacing: 1px;
      font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
      text-transform: uppercase;
      font-weight: 900;
      line-height: 1.6em;
      margin-top: -40px;
      margin-bottom: 50px; }
      body.single-post article.post .entry-header .post-category a {
        color: var(--wp--preset--color--crimson); }
  body.single-post article.post .entry-content p {
    --block--paragraph-font-size: 20px;
    margin-bottom: 20px; }

body {
  background: var(--color--neutral-000);
  color: var(--wp--preset--color--text-black);
  font-size: var(--wp--preset--font-size--medium, 16px);
  font-family: var(--wp--custom--typography--family--baseline, "sans");
  font-weight: var(--wp--custom--typography--weight--body);
  --wp--style--block-gap: var(--spacing-500, 1rem);
  --block-vertical-gap: var(--spacing-500); }
  body a {
    text-decoration: none; }
  body p {
    line-height: 1.6rem; }

.entry-header {
  width: var(--wp--custom--layout--content-size);
  margin: 0 auto var(--wp--custom--layout--block-spacing, 1rem);
  --entry-header-horizontal-spacing: 0;
  padding-left: var(--entry-header-horizontal-spacing);
  padding-right: var(--entry-header-horizontal-spacing); }
  @media (max-width: 781px) {
    .entry-header {
      --entry-header-horizontal-spacing: var(--spacing-500);
      max-width: 100%; } }
  .entry-header .entry-title {
    font-size: 32px;
    line-height: 1.25; }
  .entry-header .wp-post-image {
    max-width: 100%;
    height: auto; }

.entry-content {
  overflow: hidden; }
  body {
    --color--body-link: var(--wp--preset--color--crimson); }
  .entry-content a {
    color: var(--color--body-link);
    border-bottom: solid 2px transparent; }
    .entry-content a:hover {
      border-bottom: solid 2px var(--color--body-link); }
  .entry-content .has-dark-blue-background-color {
    --color--body-link: var(--wp--preset--color--turqoise); }
  .entry-content .alignleft {
    float: left;
    margin-right: var(--wp--custom--layout--block-spacing); }
  .entry-content .alignright {
    float: right;
    margin-left: var(--wp--custom--layout--block-spacing); }
  .entry-content .aligncenter {
    margin-left: auto !important;
    margin-right: auto !important; }
  .entry-content .has-text-align-left {
    text-align: left; }
  .entry-content .has-text-align-right {
    text-align: right; }
  .entry-content .has-text-align-center {
    text-align: center; }
  .entry-content > * {
    width: var(--wp--custom--layout--content-size);
    margin: 0 auto var(--block-vertical-gap);
    max-width: calc(100% - var(--entry-content-gutters)); }
    @media (max-width: 781px) {
      .entry-content > *:not(.alignfull) {
        --entry-content-gutters: 40px; } }
    .entry-content > *.alignwide {
      width: var(--wp--custom--layout--wide-size); }
    .entry-content > *.alignfull {
      width: 100%;
      max-width: 100%; }
    .entry-content > *.alignleft {
      margin-left: clamp(0%, calc((100% - var(--wp--custom--layout--content-size)) / 2), 100%);
      text-align: left; }
    .entry-content > *.alignright {
      margin-right: clamp(0%, calc((100% - var(--wp--custom--layout--content-size)) / 2), 100%);
      text-align: right; }
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4,
  .entry-content h5,
  .entry-content h6 {
    font-weight: var(--wp--custom--typography--weight--headline); }
  .entry-content h1 {
    font-size: calc(48 / 18 * var(--wp--custom--typography--size--baseline)); }
  .entry-content h2 {
    font-size: calc(36 / 18 * var(--wp--custom--typography--size--baseline));
    margin-bottom: 20px; }
  .entry-content h3 {
    font-size: calc(28 / 18 * var(--wp--custom--typography--size--baseline)); }
  .entry-content h4 {
    font-size: calc(22 / 18 * var(--wp--custom--typography--size--baseline)); }
  .entry-content h5 {
    font-size: calc(1 * var(--wp--custom--typography--size--baseline)); }
  .entry-content h6 {
    font-size: calc(16 / 18 * var(--wp--custom--typography--size--baseline)); }
  .entry-content p {
    --block--paragraph-font-size: 24px;
    line-height: var(--line-height-500);
    font-size: var(--block--paragraph-font-size); }
  .entry-content .wp-block-button[class] {
    --block--button-padding: 12px 16px;
    --block--button-font-size: 1rem;
    --block--button-line-height: 1.33;
    --block--button-background-color: #333;
    --block--button-border-radius: var(--radius-500, 8px); }
    .entry-content .wp-block-button[class] .wp-block-button__link {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-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;
      padding: var(--block--button-padding);
      gap: var(--wp--custom--layout--block-spacing, 0.5rem);
      font-size: var(--block--button-font-size);
      line-height: var(--block--button-line-height);
      background-color: var(--block--button-background-color);
      border-radius: var(--block--button-border-radius);
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .entry-content .wp-block-button[class] .wp-block-button__link:hover {
        opacity: 0.8; }
    .entry-content .wp-block-button[class].has-x-large-font-size {
      --block--button-font-size: 24px;
      --block--button-padding: 16px 24px; }
    .entry-content .wp-block-button[class].has-large-font-size {
      --block--button-font-size: 20px;
      --block--button-line-height: 1.4;
      --block--button-padding: 14px 20px; }
    .entry-content .wp-block-button[class].has-small-font-size {
      --block--button-font-size: 16px;
      --block--button-line-height: 1.25;
      --block--button-padding: 10px 16px; }
    .entry-content .wp-block-button[class].is-style-outline {
      --block--button-background-color: #fff; }
    .entry-content .wp-block-button[class].is-style-squared {
      --block--button-border-radius: 0; }
  .entry-content .wp-block-columns[class] {
    --block--columns-gap: var(--spacing-900);
    gap: var(--block--columns-gap); }
    @media (max-width: 1139px) {
      .entry-content .wp-block-columns[class] {
        --block--columns-gap: var(--spacing-500); } }
    .entry-content .wp-block-columns[class] .wp-block-column[class] {
      --block--columns-column-padding: 0;
      padding: var(--block--columns-column-padding); }
      .entry-content .wp-block-columns[class] .wp-block-column[class].has-background {
        --block--columns-column-padding: var(--spacing-500); }
  .entry-content .wp-block-quote[class] {
    --block--quote-font-size: 28px;
    --block--quote-line-height: 1.29;
    --block--quote-padding-vertical: 10px;
    --block--quote-margin-veritcal: 40px;
    padding-top: var(--block--quote-padding-vertical);
    padding-bottom: var(--block--quote-padding-vertical);
    margin-top: var(--block--quote-margin-veritcal);
    margin-bottom: var(--block--quote-margin-veritcal); }
    .entry-content .wp-block-quote[class] p {
      font-style: normal;
      font-weight: 600;
      font-size: var(--block--quote-font-size);
      line-height: var(--block--quote-line-height); }
    .entry-content .wp-block-quote[class].is-large {
      --block--quote-font-size: 48px; }
  .entry-content .wp-block-pullquote[class] {
    --block--pullquote-font-size: 28px;
    --block--pullquote-line-height: 1.7;
    --block--pullquote-padding-vertical: 0;
    --block--pullquote-border: none;
    font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
    padding-top: var(--block--pullquote-padding-vertical);
    padding-bottom: var(--block--pullquote-padding-vertical);
    text-align: center;
    overflow-wrap: break-word;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-transform: uppercase; }
    .entry-content .wp-block-pullquote[class] blockquote {
      text-align: left; }
      .entry-content .wp-block-pullquote[class] blockquote::before {
        content: "";
        display: inline-block;
        position: relative;
        bottom: 5px;
        width: 4rem;
        height: 4px;
        margin: 0 0.5rem 0 0rem;
        background: #a51534; }
        @media (min-width: 50em) {
          .entry-content .wp-block-pullquote[class] blockquote::before {
            bottom: 8px;
            height: 6px;
            width: 5rem;
            margin: 0 0.5rem 0 -1rem; } }
      .entry-content .wp-block-pullquote[class] blockquote p {
        font-style: normal;
        font-weight: 600;
        --block--paragraph-font-size: var(--block--pullquote-font-size) !important;
        line-height: var(--block--pullquote-line-height);
        margin-bottom: 2rem;
        display: inline; }
      .entry-content .wp-block-pullquote[class] blockquote cite {
        font-size: calc(var(--block--pullquote-font-size) * 0.5);
        display: block;
        text-align: left;
        margin-top: 1rem;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase; }
        .entry-content .wp-block-pullquote[class] blockquote cite::before {
          content: "—"; }
    .entry-content .wp-block-pullquote[class].alignleft blockquote {
      -webkit-margin-start: 0;
              margin-inline-start: 0; }
    .entry-content .wp-block-pullquote[class].alignright blockquote {
      -webkit-margin-end: 0;
              margin-inline-end: 0; }
  .entry-content .wp-block-cover[class] {
    --block--cover--background-dim-overlay-color: #fff; }
    .entry-content .wp-block-cover[class].has-background-dim:not([class*="-background-color"]),
    .entry-content .wp-block-cover[class] .wp-block-cover-image
.has-background-dim:not([class*="-background-color"]), .entry-content .wp-block-cover[class].has-background-dim:not([class*="-background-color"]), .entry-content .wp-block-cover[class].has-background-dim:not([class*="-background-color"]) {
      background: var(--block--cover--background-dim-overlay-color); }
  .entry-content .wp-block-cover.is-style-looping-no-controls[class] {
    padding: 0; }
    .entry-content .wp-block-cover.is-style-looping-no-controls[class] .wp-block-cover__inner-container {
      height: 100%;
      min-height: 430px; }
      .entry-content .wp-block-cover.is-style-looping-no-controls[class] .wp-block-cover__inner-container .wp-block-embed__wrapper {
        height: 100%;
        min-height: 430px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .entry-content .wp-block-cover.is-style-looping-no-controls[class] .wp-block-cover__inner-container button.hbsd3-hide-video-button {
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 2;
        width: auto;
        margin: 1rem;
        cursor: pointer;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        display: block;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 900;
        text-transform: uppercase;
        font-family: var(--wp--preset--font-family--hbs-graphik-compact);
        padding: 1rem;
        border-radius: 8px;
        line-height: 1;
        color: #fff;
        background: rgba(12, 7, 72, 0.65);
        text-align: center;
        border: solid 3px #fff;
        -webkit-transition: color 0.3s, border-color 0.3s;
        transition: color 0.3s, border-color 0.3s;
        -ms-touch-action: manipulation;
            touch-action: manipulation; }
        .entry-content .wp-block-cover.is-style-looping-no-controls[class] .wp-block-cover__inner-container button.hbsd3-hide-video-button:hover {
          color: rgba(255, 255, 255, 0.8);
          border-color: rgba(255, 255, 255, 0.8); }
        .entry-content .wp-block-cover.is-style-looping-no-controls[class] .wp-block-cover__inner-container button.hbsd3-hide-video-button::after {
          content: "Pause"; }
    .entry-content .wp-block-cover.is-style-looping-no-controls[class].hidden .wp-block-cover__inner-container .hbsd3-hide-video-button::after {
      content: "Play"; }
    .entry-content .wp-block-cover.is-style-looping-no-controls[class].hidden .wp-block-cover__inner-container figure {
      opacity: 0; }
    .entry-content .wp-block-cover.is-style-looping-no-controls[class] figure {
      z-index: -1;
      padding: 0;
      margin: 0;
      opacity: 1;
      min-height: 430px;
      -webkit-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear; }
      .entry-content .wp-block-cover.is-style-looping-no-controls[class] figure iframe {
        width: auto;
        max-width: unset;
        min-width: clamp(1003px, 100%, 100%);
        aspect-ratio: 2.3333 / 1;
        min-height: 430px; }
    @media (prefers-reduced-motion: reduce) {
      .entry-content .wp-block-cover.is-style-looping-no-controls[class] figure {
        opacity: 0; }
      .entry-content .wp-block-cover.is-style-looping-no-controls[class] .hbsd3-hide-video-button {
        display: none !important; } }
  .entry-content ol,
  .entry-content ul {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    line-height: var(--line-height-500);
    font-size: 24px; }
    .entry-content ol li,
    .entry-content ul li {
      margin-bottom: 10px; }
  .entry-content ol {
    -webkit-padding-start: 26px;
            padding-inline-start: 26px; }
  .entry-content ul {
    -webkit-padding-start: calc(var(--spacing-500) + 1ch);
            padding-inline-start: calc(var(--spacing-500) + 1ch); }
  .entry-content .wp-block-image[class] {
    --block--image-caption-font-size: var(--font-size-300);
    --block--image-caption-max-width: 100%;
    max-width: 100%;
    height: auto; }
    .entry-content .wp-block-image[class] figcaption {
      font-size: var(--block--image-caption-font-size);
      display: block; }
    .entry-content .wp-block-image[class]:is(.alignfull) figcaption {
      padding-right: var(--spacing-500);
      padding-left: var(--spacing-500); }
    .entry-content .wp-block-image[class]:is(.aligncenter, .alignright, .alignleft) {
      display: block; }
  .entry-content .wp-block-gallery[class]:not(.has-nested-images), .entry-content .wp-block-gallery[class] {
    margin-left: auto;
    margin-right: auto; }
  .entry-content .wp-block-embed[class] {
    --block--embed-object-width: 100%;
    --block--embed-object-aspect-ratio: auto; }
    .entry-content .wp-block-embed[class] > .wp-block-embed__wrapper > * {
      margin: 0 auto;
      width: var(--block--embed-object-width);
      aspect-ratio: var(--block--embed-object-aspect-ratio);
      height: auto; }
    .entry-content .wp-block-embed[class].wp-embed-aspect-16-9 {
      --block--embed-object-aspect-ratio: 16/9; }
  .entry-content .hbsd3-hide-video {
    display: none; }
  .entry-content .wp-block-group[class] {
    --block--group-padding: 0;
    padding: var(--block--group-padding); }
    .entry-content .wp-block-group[class].has-background {
      --block--group-padding: var(--spacing-500); }
  .entry-content .wp-block-hbsd3-labs-slider {
    --skew-deg: -25deg; }
    .entry-content .wp-block-hbsd3-labs-slider h2 {
      font-style: normal;
      font-weight: 700;
      font-size: 45px;
      line-height: 1;
      text-transform: uppercase;
      color: #0c0748;
      margin-bottom: 32px; }
      @media (max-width: 959px) {
        .entry-content .wp-block-hbsd3-labs-slider h2 {
          font-size: 45px;
          margin-bottom: 19px; } }
      @media (max-width: 781px) {
        .entry-content .wp-block-hbsd3-labs-slider h2 {
          margin-bottom: 60px; } }
    .entry-content .wp-block-hbsd3-labs-slider a,
    .entry-content .wp-block-hbsd3-labs-slider a:hover {
      border-bottom: none; }
    .entry-content .wp-block-hbsd3-labs-slider .swiper-container {
      --swiper-width: 617px;
      display: grid;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      grid-template-columns: 12px var(--swiper-width) 12px 1fr;
      gap: 21px;
      margin-bottom: 60px; }
      @media (max-width: 959px) {
        .entry-content .wp-block-hbsd3-labs-slider .swiper-container {
          --swiper-width: 417px; } }
      @media (max-width: 781px) {
        .entry-content .wp-block-hbsd3-labs-slider .swiper-container {
          display: none; } }
      .entry-content .wp-block-hbsd3-labs-slider .swiper-container .swiper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: var(--swiper-width);
        height: 41px;
        margin: 0; }
        .entry-content .wp-block-hbsd3-labs-slider .swiper-container .swiper .swiper-wrapper .swiper-slide {
          cursor: pointer;
          width: calc( var(--title-character-length) * 4px); }
          .entry-content .wp-block-hbsd3-labs-slider .swiper-container .swiper .swiper-wrapper .swiper-slide .navigation-title {
            font-weight: 600;
            font-size: 20px;
            line-height: 1;
            color: #757575;
            display: block;
            width: 100%;
            font-family: var(--wp--preset--font-family--hbs-graphik-x-cond); }
            @media (max-width: 959px) {
              .entry-content .wp-block-hbsd3-labs-slider .swiper-container .swiper .swiper-wrapper .swiper-slide .navigation-title {
                font-size: 16px; } }
          .entry-content .wp-block-hbsd3-labs-slider .swiper-container .swiper .swiper-wrapper .swiper-slide-active .navigation-title {
            color: #a21034; }
      .entry-content .wp-block-hbsd3-labs-slider .swiper-container .swiper-button-prev,
      .entry-content .wp-block-hbsd3-labs-slider .swiper-container .swiper-button-next {
        width: 12px;
        height: 36px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .entry-content .wp-block-hbsd3-labs-slider .swiper-container .swiper-button-prev:hover,
        .entry-content .wp-block-hbsd3-labs-slider .swiper-container .swiper-button-next:hover {
          opacity: 0.8; }
      .entry-content .wp-block-hbsd3-labs-slider .swiper-container .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 6px;
        justify-self: end;
        -webkit-transform: skew(var(--skew-deg));
                transform: skew(var(--skew-deg)); }
        .entry-content .wp-block-hbsd3-labs-slider .swiper-container .swiper-pagination > * {
          width: 19px;
          height: 36px;
          background: #d9d9d9;
          display: block;
          cursor: pointer; }
          .entry-content .wp-block-hbsd3-labs-slider .swiper-container .swiper-pagination > *[class*="active"] {
            background: #a21034; }
    .entry-content .wp-block-hbsd3-labs-slider .details {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      width: 1196px; }
      @media (max-width: 959px) {
        .entry-content .wp-block-hbsd3-labs-slider .details {
          width: 852px;
          grid-template-columns: 1fr 1fr; } }
      @media (max-width: 781px) {
        .entry-content .wp-block-hbsd3-labs-slider .details {
          display: none; } }
      .entry-content .wp-block-hbsd3-labs-slider .details .details-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 35px; }
        @media (max-width: 959px) {
          .entry-content .wp-block-hbsd3-labs-slider .details .details-content {
            gap: 20px; } }
        .entry-content .wp-block-hbsd3-labs-slider .details .details-content .details-title {
          font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
          font-weight: 600;
          font-size: 48px;
          line-height: 1;
          color: #a21034; }
        .entry-content .wp-block-hbsd3-labs-slider .details .details-content .details-description {
          font-family: var(--wp--preset--font-family--hbs-graphik-compact);
          font-style: normal;
          font-weight: 400;
          font-size: 28px;
          line-height: 34px;
          color: #000; }
          @media (max-width: 959px) {
            .entry-content .wp-block-hbsd3-labs-slider .details .details-content .details-description {
              font-size: 18px; } }
        .entry-content .wp-block-hbsd3-labs-slider .details .details-content .details-learn-more a {
          font-family: var(--wp--preset--font-family--hbs-graphik-compact);
          font-style: normal;
          font-weight: 700;
          font-size: 20px;
          line-height: 24px;
          color: #0c0748; }
        .entry-content .wp-block-hbsd3-labs-slider .details .details-content a.button {
          --block--button-background-color: #0c0748;
          --block--button-padding: 23px;
          font-family: var(--wp--preset--font-family--hbs-graphik-compact);
          font-style: normal;
          font-weight: 700;
          font-size: 22px;
          line-height: 1;
          text-align: center;
          -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
          color: white; }
          @media (max-width: 959px) {
            .entry-content .wp-block-hbsd3-labs-slider .details .details-content a.button {
              font-size: 20px; } }
          .entry-content .wp-block-hbsd3-labs-slider .details .details-content a.button:hover {
            background-color: rgba(8, 5, 49, 0.8); }
      .entry-content .wp-block-hbsd3-labs-slider .details .details-thumbnail {
        --dt-width: 670px;
        --dt-height: 391px;
        width: var(--dt-width);
        height: var(--dt-height);
        justify-self: end;
        -webkit-clip-path: polygon(var(--cppg) 0%, 100% 0%, calc(100% - var(--cppg)) 100%, 0% 100%);
                clip-path: polygon(var(--cppg) 0%, 100% 0%, calc(100% - var(--cppg)) 100%, 0% 100%);
        position: relative; }
        @media (max-width: 959px) {
          .entry-content .wp-block-hbsd3-labs-slider .details .details-thumbnail {
            --dt-width: 552px;
            --dt-height: 324px; } }
        .entry-content .wp-block-hbsd3-labs-slider .details .details-thumbnail svg {
          height: var(--dt-height);
          width: auto; }
          .entry-content .wp-block-hbsd3-labs-slider .details .details-thumbnail svg foreignObject {
            width: 100%;
            height: 100%;
            -o-object-position: center center;
               object-position: center center; }
        .entry-content .wp-block-hbsd3-labs-slider .details .details-thumbnail img {
          display: block;
          margin: 0 auto;
          min-height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          max-width: unset;
          width: 100%;
          -o-object-position: center center;
             object-position: center center; }
        .entry-content .wp-block-hbsd3-labs-slider .details .details-thumbnail::after {
          background: #d9d9d9;
          content: ' ';
          display: block;
          width: 50vw;
          height: var(--dt-height);
          -webkit-transform: skew(var(--skew-deg));
                  transform: skew(var(--skew-deg));
          position: absolute;
          left: calc(var(--dt-width) + 12px - (var(--dt-width) * ( 25 / 360)));
          top: 0; }
    .entry-content .wp-block-hbsd3-labs-slider .mobile-listing {
      gap: 50px; }
      @media (min-width: 782px) {
        .entry-content .wp-block-hbsd3-labs-slider .mobile-listing {
          display: none; } }
      .entry-content .wp-block-hbsd3-labs-slider .mobile-listing .archive-lab-title {
        text-transform: none; }
  .entry-content .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1; }
    .entry-content .swiper.swiper-pointer-events {
      -ms-touch-action: pan-y;
          touch-action: pan-y; }
    .entry-content .swiper .swiper-android .swiper-slide,
    .entry-content .swiper .swiper-wrapper {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .entry-content .swiper .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-box-sizing: content-box;
              box-sizing: content-box; }
      .entry-content .swiper .swiper-wrapper .swiper-slide {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform; }
  .entry-content .wp-block-hbsd3-career-opportunity a,
  .entry-content [data-type='hbsd3/career-opportunity'] a {
    padding: 24px;
    display: block;
    background-color: #d9d9d9;
    color: #000;
    border: 1px transparent solid; }
    .entry-content .wp-block-hbsd3-career-opportunity a:hover,
    .entry-content [data-type='hbsd3/career-opportunity'] a:hover {
      border: 1px var(--wp--preset--color--crimson) solid; }
      .entry-content .wp-block-hbsd3-career-opportunity a:hover .title,
      .entry-content [data-type='hbsd3/career-opportunity'] a:hover .title {
        text-decoration: underline; }
  .entry-content .wp-block-hbsd3-career-opportunity .details,
  .entry-content [data-type='hbsd3/career-opportunity'] .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-bottom: 8px; }
    .entry-content .wp-block-hbsd3-career-opportunity .details .category,
    .entry-content [data-type='hbsd3/career-opportunity'] .details .category {
      font-weight: 700;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 1.4px;
      text-transform: uppercase; }
    .entry-content .wp-block-hbsd3-career-opportunity .details .type,
    .entry-content [data-type='hbsd3/career-opportunity'] .details .type {
      border: 1px solid #0c0748;
      border-radius: 8px;
      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;
      padding: 0px 8px;
      gap: 10px;
      text-transform: capitalize;
      font-weight: 700;
      font-size: 14px;
      line-height: 21px; }
  .entry-content .wp-block-hbsd3-career-opportunity .title,
  .entry-content [data-type='hbsd3/career-opportunity'] .title {
    font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: var(--wp--preset--color--crimson);
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem; }
    .entry-content .wp-block-hbsd3-career-opportunity .title span,
    .entry-content [data-type='hbsd3/career-opportunity'] .title span {
      display: block;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      -ms-flex-preferred-size: 48.98px;
          flex-basis: 48.98px;
      min-width: 48.98px;
      height: 13px;
      background-image: url("data:image/svg+xml,%3Csvg width='49' height='12' viewBox='0 0 49 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49 6L39 0.226499L39 11.7735L49 6ZM0.0217285 7L40 7L40 5L0.0217286 5L0.0217285 7Z' fill='black'/%3E%3C/svg%3E");
      overflow: hidden;
      text-indent: -9999px; }
  .entry-content .wp-block-hbsd3-career-opportunity .location,
  .entry-content [data-type='hbsd3/career-opportunity'] .location {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    font-family: var(--wp--custom--typography--family--baseline, "sans"); }
  .entry-content [data-type='hbsd3/career-opportunity'] {
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #d9d9d9;
    color: #000;
    border: 1px transparent solid; }
    .entry-content [data-type='hbsd3/career-opportunity'] .block-title {
      margin: 0;
      margin-bottom: 1rem; }
    .entry-content [data-type='hbsd3/career-opportunity'] .components-base-control {
      margin-bottom: 1rem; }
    .entry-content [data-type='hbsd3/career-opportunity'] .components-base-control__label {
      font-weight: 700;
      font-size: 14px;
      line-height: 17px;
      letter-spacing: 0;
      text-transform: uppercase;
      color: #000;
      font-family: var(--wp--custom--typography--family--baseline, "sans");
      white-space: nowrap; }
    .entry-content [data-type='hbsd3/career-opportunity'] .details {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start; }
    .entry-content [data-type='hbsd3/career-opportunity'] .title,
    .entry-content [data-type='hbsd3/career-opportunity'] .location,
    .entry-content [data-type='hbsd3/career-opportunity'] .career-link {
      display: block; }
      .entry-content [data-type='hbsd3/career-opportunity'] .title .components-base-control__field,
      .entry-content [data-type='hbsd3/career-opportunity'] .location .components-base-control__field,
      .entry-content [data-type='hbsd3/career-opportunity'] .career-link .components-base-control__field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .entry-content [data-type='hbsd3/career-opportunity'] .title .components-base-control__field label,
        .entry-content [data-type='hbsd3/career-opportunity'] .location .components-base-control__field label,
        .entry-content [data-type='hbsd3/career-opportunity'] .career-link .components-base-control__field label {
          margin: 0;
          width: 150px; }
  .entry-content .pattern-homepage-cta[class][class] {
    --block--group-padding: 69px; }
    .entry-content .pattern-homepage-cta[class][class] h2 {
      font-size: 45px;
      line-height: 41px;
      margin-bottom: 46px; }
      @media (max-width: 1139px) {
        .entry-content .pattern-homepage-cta[class][class] h2 {
          font-size: 30px;
          line-height: 1; } }
    .entry-content .pattern-homepage-cta[class][class] .wp-block-columns {
      -webkit-column-gap: 123px;
         -moz-column-gap: 123px;
              column-gap: 123px; }
      .entry-content .pattern-homepage-cta[class][class] .wp-block-columns > *:first-child {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .entry-content .pattern-homepage-cta[class][class] .wp-block-columns > *:last-child {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-flex: unset;
            -ms-flex-positive: unset;
                flex-grow: unset;
        -ms-flex-preferred-size: unset;
            flex-basis: unset; }
      .entry-content .pattern-homepage-cta[class][class] .wp-block-columns p {
        font-size: 34px;
        line-height: 41px; }
        @media (max-width: 1139px) {
          .entry-content .pattern-homepage-cta[class][class] .wp-block-columns p {
            font-size: 20px;
            line-height: 24px; } }
      .entry-content .pattern-homepage-cta[class][class] .wp-block-columns .wp-block-button {
        margin: 0 auto; }
        .entry-content .pattern-homepage-cta[class][class] .wp-block-columns .wp-block-button .wp-block-button__link {
          --block--button-padding: 20px 24px;
          font-weight: 700;
          font-size: 22px;
          line-height: 1;
          text-align: center;
          text-transform: uppercase;
          width: 276px; }
          @media (max-width: 1139px) {
            .entry-content .pattern-homepage-cta[class][class] .wp-block-columns .wp-block-button .wp-block-button__link {
              font-size: 20px;
              width: 185px; } }
          @media (max-width: 781px) {
            .entry-content .pattern-homepage-cta[class][class] .wp-block-columns .wp-block-button .wp-block-button__link {
              width: 240px; } }
  .entry-content .wp-block-columns.d3-logo-callout {
    gap: 64px; }
    @media (max-width: 781px) {
      .entry-content .wp-block-columns.d3-logo-callout {
        margin-bottom: 80px; } }
    @media (min-width: 782px) {
      .entry-content .wp-block-columns.d3-logo-callout {
        gap: 56.7px; } }
    @media (min-width: 960px) {
      .entry-content .wp-block-columns.d3-logo-callout {
        gap: 98px; } }
    .entry-content .wp-block-columns.d3-logo-callout .wp-block-column:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .entry-content .wp-block-columns.d3-logo-callout .wp-block-column:first-of-type svg {
        z-index: 5;
        position: relative;
        width: 180px;
        height: auto;
        margin-top: -58px; }
        @media (min-width: 782px) {
          .entry-content .wp-block-columns.d3-logo-callout .wp-block-column:first-of-type svg {
            width: 301px;
            margin-top: calc( -1 * var(--block-vertical-gap) + -71px); } }
        @media (min-width: 1140px) {
          .entry-content .wp-block-columns.d3-logo-callout .wp-block-column:first-of-type svg {
            width: 520px;
            margin-top: calc( -1 * var(--block-vertical-gap) + -122px); } }
    .entry-content .wp-block-columns.d3-logo-callout .wp-block-column:last-of-type {
      font-size: 38px;
      font-weight: 400;
      line-height: 1.2; }
      @media (min-width: 1140px) {
        .entry-content .wp-block-columns.d3-logo-callout .wp-block-column:last-of-type {
          font-size: 60px; } }

.entry-footer {
  width: var(--wp--custom--layout--content-size);
  margin: 0 auto var(--wp--custom--layout--block-spacing, 1rem);
  background: #fff;
  color: #000;
  padding: 0; }
  .entry-footer.edit-post {
    background: #fff;
    border: 3px dashed #d8d8d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .entry-footer.edit-post a {
      color: var(--wp--preset--color--crimson);
      font-size: 20px;
      text-decoration: underline; }
  @media (max-width: 781px) {
    .entry-footer {
      padding-left: var(--spacing-500);
      padding-right: var(--spacing-500);
      max-width: 100%; } }

.labs-header {
  width: 100%;
  max-width: 100%;
  background: #0c0748;
  padding: 71px 0 37px;
  margin-bottom: 80px; }
  @media (max-width: 1139px) {
    .labs-header {
      margin-bottom: 60px;
      padding-left: var(--spacing-500);
      padding-right: var(--spacing-500);
      max-width: 100%; } }
  @media (max-width: 781px) {
    .labs-header {
      text-align: center;
      padding-bottom: 130px;
      margin-bottom: 30px; } }
  .labs-header > * {
    width: var(--wp--custom--layout--wide-size);
    max-width: calc(100% - var(--spacing-500));
    margin: 0 auto; }
  .labs-header h1 {
    margin-bottom: 34px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff; }
    .labs-header h1 a {
      color: inherit; }
  .labs-header .navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 28.22px; }
    @media (max-width: 781px) {
      .labs-header .navigation .nav-links {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .labs-header .navigation .nav-links a {
      color: white;
      display: block;
      font-weight: 700;
      font-size: 30px;
      line-height: 1;
      text-transform: uppercase;
      color: #ffffff;
      width: 12px;
      height: 29px;
      background-repeat: no-repeat;
      background-size: 12px 29px;
      background-position: center center;
      display: block;
      overflow: hidden;
      text-indent: -9999px; }
      .labs-header .navigation .nav-links a:hover {
        opacity: 0.8; }
    .labs-header .navigation .nav-links .nav-previous a {
      background-image: url(../../assets/img/chevron-white-left.svg); }
    .labs-header .navigation .nav-links .nav-next a {
      background-image: url(../../assets/img/chevron-white-right.svg); }

body.single-lab article.type-lab .entry-content {
  --wp--custom--layout--content-size: 800px;
  overflow: visible;
  font-family: var(--wp--preset--font-family--hbs-graphik-compact);
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 170px; }
  body.single-lab article.type-lab .entry-content:before, body.single-lab article.type-lab .entry-content:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 781px) {
    body.single-lab article.type-lab .entry-content {
      margin-bottom: 80px;
      font-size: 16px;
      line-height: 19px; } }
  @media (max-width: 1139px) {
    body.single-lab article.type-lab .entry-content {
      --entry-content-gutters: calc( var(--spacing-500) * 2 ); } }
  body.single-lab article.type-lab .entry-content p,
  body.single-lab article.type-lab .entry-content ul {
    font-size: 18px;
    line-height: 32px; }
  body.single-lab article.type-lab .entry-content .entry-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
    color: #a2102a;
    margin-bottom: 18px;
    display: block;
    width: 800px; }
    @media (min-width: 782px) {
      body.single-lab article.type-lab .entry-content .entry-title {
        padding-right: var(--spacing-500); } }
    @media (max-width: 781px) {
      body.single-lab article.type-lab .entry-content .entry-title {
        font-size: 42px;
        text-align: center;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    body.single-lab article.type-lab .entry-content .entry-title a {
      color: inherit; }
  body.single-lab article.type-lab .entry-content .lab-thumbnail {
    float: right;
    width: 275px;
    max-width: calc(var(--wp--custom--layout--content-size) * 0.5);
    margin-top: -215px;
    padding-left: 20px;
    padding-bottom: 20px; }
    body.single-lab article.type-lab .entry-content .lab-thumbnail::before, body.single-lab article.type-lab .entry-content .lab-thumbnail::after {
      content: "";
      display: block;
      clear: both; }
    @media (max-width: 1139px) {
      body.single-lab article.type-lab .entry-content .lab-thumbnail {
        width: 275px;
        max-width: calc(50% - var(--spacing-500) - 24px - 20px);
        margin-top: -145px;
        padding-right: calc( var(--entry-content-gutters) * 0.5); } }
    @media (max-width: 781px) {
      body.single-lab article.type-lab .entry-content .lab-thumbnail {
        float: none;
        max-width: 200px;
        margin: 0 auto 36px;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-top: -100px;
        padding: 0; } }
    body.single-lab article.type-lab .entry-content .lab-thumbnail svg {
      width: 100%;
      height: auto; }
    body.single-lab article.type-lab .entry-content .lab-thumbnail img {
      display: block;
      margin: 0 auto;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      max-width: unset; }

body.page .entry-content {
  --wp--custom--layout--content-size: var(--wp--custom--layout--wide-size); }

body.page:not(.home) .entry-content {
  padding: 30px 0;
  --entry-content-gutters: calc(1rem + 30px); }

body.page:not(.home) .entry-header {
  width: 100%;
  max-width: 100%;
  background: #0c0748;
  padding: 90px 0 90px; }
  @media (max-width: 781px) {
    body.page:not(.home) .entry-header {
      padding: 42px 0;
      margin-bottom: 40px; } }
  body.page:not(.home) .entry-header h1 {
    width: var(--wp--custom--layout--wide-size);
    max-width: calc(100% - 100px);
    margin: 0 auto;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    color: #fff; }
    @media (max-width: 781px) {
      body.page:not(.home) .entry-header h1 {
        font-size: 30px;
        max-width: calc(100% - 60px); } }
  body.page:not(.home) .entry-header .entry-description {
    width: var(--wp--custom--layout--wide-size);
    max-width: calc(100% - 100px);
    margin: 24px auto 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: white;
    font-family: var(--wp--custom--typography--family--body); }
    @media (max-width: 781px) {
      body.page:not(.home) .entry-header .entry-description {
        max-width: calc(100% - 60px); } }
    body.page:not(.home) .entry-header .entry-description p {
      line-height: 32px;
      max-width: 800px; }
    body.page:not(.home) .entry-header .entry-description a {
      color: var(--wp--preset--color--turqoise);
      text-decoration: none;
      border-bottom: solid 2px transparent; }
      body.page:not(.home) .entry-header .entry-description a:hover {
        border-bottom: solid 2px var(--wp--preset--color--turqoise); }

@media (min-width: 1140px) {
  body.home.page .entry-content {
    --block-vertical-gap: 134px; } }

@media (min-width: 782px) {
  body.home.page .entry-content {
    --block-vertical-gap: 100px;
    --entry-content-gutters: 40px; } }

.wp-block-contact-form-7-contact-form-selector {
  width: 800px;
  margin: 0 auto var(--wp--custom--layout--block-spacing, 1rem); }

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px; }
  .wpcf7 .wpcf7-form-control-wrap input,
  .wpcf7 .wpcf7-form-control-wrap textarea {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
    font-size: 16px; }

.wpcf7 .wpcf7-form-control-wrap .wpcf7-checkbox input {
  width: auto !important;
  margin-right: 15px;
  margin-bottom: 15px; }

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em; }

.wpcf7 label {
  margin-bottom: 3px; }

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 15px;
  font-weight: 800;
  color: #f00; }

.wpcf7 input[type=submit] {
  padding: 15px 30px;
  background: #000;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-weight: 700; }

.wpcf7 input,
.wpcf7 textarea {
  font-family: var(--wp--custom--typography--family--baseline);
  font-weight: 500s; }

body.single-person .archive-header,
body.archive.post-type-archive-person .archive-header {
  margin-bottom: 0; }

body.single-person main,
body.archive.post-type-archive-person main {
  width: 100%;
  margin: 0;
  max-width: 100%;
  position: relative; }

body.single-person input,
body.single-person textarea,
body.archive.post-type-archive-person input,
body.archive.post-type-archive-person textarea {
  width: 100%;
  border: solid 2px #000;
  padding: 1rem 0.75rem; }

body.single-person select,
body.archive.post-type-archive-person select {
  width: 100%; }

body.single-person .info a,
body.archive.post-type-archive-person .info a {
  color: #000;
  text-decoration: none;
  outline: 0;
  -webkit-transition: color 0.2s ease-out, border-bottom 0.2s ease-out;
  transition: color 0.2s ease-out, border-bottom 0.2s ease-out;
  border-color: #000; }

body.single-person .section-heading,
body.archive.post-type-archive-person .section-heading {
  color: var(--wp--preset--color--crimson);
  max-width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  font-size: 30px;
  text-align: center; }
  @media (max-width: 959px) {
    body.single-person .section-heading,
    body.archive.post-type-archive-person .section-heading {
      margin-bottom: 20px; } }

body.single-person #people-about-us,
body.archive.post-type-archive-person #people-about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0 100px; }
  @media (max-width: 959px) {
    body.single-person #people-about-us,
    body.archive.post-type-archive-person #people-about-us {
      display: block;
      padding: 0;
      margin: 40px; } }
  @media (max-width: 781px) {
    body.single-person #people-about-us,
    body.archive.post-type-archive-person #people-about-us {
      margin: 40px 10px; } }
  body.single-person #people-about-us .column,
  body.archive.post-type-archive-person #people-about-us .column {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    margin-left: auto;
    margin-right: auto; }
    body.single-person #people-about-us .column h3,
    body.archive.post-type-archive-person #people-about-us .column h3 {
      color: var(--wp--preset--color--crimson);
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
      font-size: 30px;
      text-align: left; }
    body.single-person #people-about-us .column:nth-of-type(1),
    body.archive.post-type-archive-person #people-about-us .column:nth-of-type(1) {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%; }
    body.single-person #people-about-us .column p:nth-of-type(1).animate__animated,
    body.archive.post-type-archive-person #people-about-us .column p:nth-of-type(1).animate__animated {
      --animate-delay: 1.5s; }
    body.single-person #people-about-us .column p:nth-of-type(2).animate__animated,
    body.archive.post-type-archive-person #people-about-us .column p:nth-of-type(2).animate__animated {
      --animate-delay: 3s; }
    body.single-person #people-about-us .column p:nth-of-type(3).animate__animated,
    body.archive.post-type-archive-person #people-about-us .column p:nth-of-type(3).animate__animated {
      --animate-delay: 4.5s; }
    body.single-person #people-about-us .column p:nth-of-type(4).animate__animated,
    body.archive.post-type-archive-person #people-about-us .column p:nth-of-type(4).animate__animated {
      --animate-delay: 6s; }
    body.single-person #people-about-us .column p:nth-of-type(5).animate__animated,
    body.archive.post-type-archive-person #people-about-us .column p:nth-of-type(5).animate__animated {
      --animate-delay: 7.5s; }
    body.single-person #people-about-us .column p:nth-of-type(6).animate__animated,
    body.archive.post-type-archive-person #people-about-us .column p:nth-of-type(6).animate__animated {
      --animate-delay: 9s; }
    body.single-person #people-about-us .column p:nth-of-type(7).animate__animated,
    body.archive.post-type-archive-person #people-about-us .column p:nth-of-type(7).animate__animated {
      --animate-delay: 10.5s; }
    body.single-person #people-about-us .column p:nth-of-type(8).animate__animated,
    body.archive.post-type-archive-person #people-about-us .column p:nth-of-type(8).animate__animated {
      --animate-delay: 12s; }
    @media (max-width: 959px) {
      body.single-person #people-about-us .column,
      body.archive.post-type-archive-person #people-about-us .column {
        padding: 10px; } }
  body.single-person #people-about-us ul.d3-about-list,
  body.archive.post-type-archive-person #people-about-us ul.d3-about-list {
    list-style: none;
    margin-left: 20px; }
    body.single-person #people-about-us ul.d3-about-list ul,
    body.archive.post-type-archive-person #people-about-us ul.d3-about-list ul {
      list-style: disc;
      margin-left: 80px; }
      body.single-person #people-about-us ul.d3-about-list ul li,
      body.archive.post-type-archive-person #people-about-us ul.d3-about-list ul li {
        padding-left: 0px; }
    body.single-person #people-about-us ul.d3-about-list li,
    body.archive.post-type-archive-person #people-about-us ul.d3-about-list li {
      padding-left: 10px;
      font-size: 24px;
      line-height: 1.4;
      margin-bottom: 10px; }
      body.single-person #people-about-us ul.d3-about-list li span,
      body.archive.post-type-archive-person #people-about-us ul.d3-about-list li span {
        font-weight: 700; }
      body.single-person #people-about-us ul.d3-about-list li:nth-of-type(1).animate__animated,
      body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(1).animate__animated {
        --animate-delay: 0.1s; }
        body.single-person #people-about-us ul.d3-about-list li:nth-of-type(1).animate__animated .number.animate__animated,
        body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(1).animate__animated .number.animate__animated {
          --animate-delay: 0.5s;
          color: #f57053; }
      body.single-person #people-about-us ul.d3-about-list li:nth-of-type(2).animate__animated,
      body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(2).animate__animated {
        --animate-delay: 0.2s; }
        body.single-person #people-about-us ul.d3-about-list li:nth-of-type(2).animate__animated .number.animate__animated,
        body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(2).animate__animated .number.animate__animated {
          --animate-delay: 0.6s;
          color: #a51534; }
      body.single-person #people-about-us ul.d3-about-list li:nth-of-type(3).animate__animated,
      body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(3).animate__animated {
        --animate-delay: 0.3s; }
        body.single-person #people-about-us ul.d3-about-list li:nth-of-type(3).animate__animated .number.animate__animated,
        body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(3).animate__animated .number.animate__animated {
          --animate-delay: 0.7s;
          color: #001622; }
      body.single-person #people-about-us ul.d3-about-list li:nth-of-type(4).animate__animated,
      body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(4).animate__animated {
        --animate-delay: 0.4s; }
        body.single-person #people-about-us ul.d3-about-list li:nth-of-type(4).animate__animated .number.animate__animated,
        body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(4).animate__animated .number.animate__animated {
          --animate-delay: 0.8s;
          color: #f57053; }
      body.single-person #people-about-us ul.d3-about-list li:nth-of-type(5).animate__animated,
      body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(5).animate__animated {
        --animate-delay: 0.5s; }
        body.single-person #people-about-us ul.d3-about-list li:nth-of-type(5).animate__animated .number.animate__animated,
        body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(5).animate__animated .number.animate__animated {
          --animate-delay: 0.9s;
          color: #a51534; }
      body.single-person #people-about-us ul.d3-about-list li:nth-of-type(6).animate__animated,
      body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(6).animate__animated {
        --animate-delay: 0.6s; }
        body.single-person #people-about-us ul.d3-about-list li:nth-of-type(6).animate__animated .number.animate__animated,
        body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(6).animate__animated .number.animate__animated {
          --animate-delay: 1s;
          color: #001622; }
      body.single-person #people-about-us ul.d3-about-list li:nth-of-type(7).animate__animated,
      body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(7).animate__animated {
        --animate-delay: 0.7s; }
        body.single-person #people-about-us ul.d3-about-list li:nth-of-type(7).animate__animated .number.animate__animated,
        body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(7).animate__animated .number.animate__animated {
          --animate-delay: 1.1s;
          color: #f57053; }
      body.single-person #people-about-us ul.d3-about-list li:nth-of-type(8).animate__animated,
      body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(8).animate__animated {
        --animate-delay: 0.8s; }
        body.single-person #people-about-us ul.d3-about-list li:nth-of-type(8).animate__animated .number.animate__animated,
        body.archive.post-type-archive-person #people-about-us ul.d3-about-list li:nth-of-type(8).animate__animated .number.animate__animated {
          --animate-delay: 1.2s;
          color: #a51534; }
      body.single-person #people-about-us ul.d3-about-list li .number,
      body.archive.post-type-archive-person #people-about-us ul.d3-about-list li .number {
        color: red;
        font-weight: 700;
        display: inline-block;
        width: 40px;
        text-align: right;
        margin-right: 5px; }
  body.single-person #people-about-us .copy p,
  body.archive.post-type-archive-person #people-about-us .copy p {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px; }
  body.single-person #people-about-us .copy a,
  body.archive.post-type-archive-person #people-about-us .copy a {
    color: var(--wp--preset--color--crimson); }

@media (min-width: 50em) {
  .di-c-hero--large {
    padding: 4rem 8rem; } }

.di-c-hero--large .di-c-hero-container {
  padding: 6rem 8rem 2rem; }

@media (min-width: 1140px) {
  .post-type-archive-person .di-c-header {
    position: relative;
    margin-bottom: 0px; } }

@media (min-width: 1280px) {
  .post-type-archive-person main {
    margin-top: 0; } }

#people-header {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  background: linear-gradient(90deg, #001722 48px, transparent 1%) center, linear-gradient(#001722 48px, transparent 1%) center, #7a433b;
  background-size: 50px 50px; }
  #people-header::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#00172200), to(#001722));
    background: linear-gradient(#00172200, #001722); }
  #people-header .di-c-hero-container {
    opacity: 1 !important;
    background: none;
    z-index: 1;
    position: relative; }
  #people-header .di-c-hero__title {
    font-weight: 700;
    text-align: center;
    font-size: 5rem;
    text-transform: uppercase;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #fff;
    margin-bottom: 15px; }
    #people-header .di-c-hero__title .di-c-hero__title-link {
      -webkit-animation: changeColorWhiteToBlack ease;
              animation: changeColorWhiteToBlack ease;
      -webkit-animation-duration: 1.5s;
              animation-duration: 1.5s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      -webkit-animation-name: changeColorWhiteToBlack;
              animation-name: changeColorWhiteToBlack;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s;
      -webkit-text-stroke: 1px #000; }
  #people-header .di-c-hero__text {
    color: #f57053;
    max-width: 350px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.4rem; }

#main-filters {
  position: absolute;
  top: -26px;
  width: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  opacity: 0; }
  #main-filters.show {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  @media (max-width: 959px) {
    #main-filters {
      display: none; } }
  #main-filters > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 100%;
            flex: 1 100%; }
  #main-filters .chosen-select.selected + .chosen-container .chosen-single span {
    font-weight: 900; }
  #main-filters .chosen-container-single .chosen-drop {
    margin-left: -1px;
    width: calc(100% + 1px); }
  #main-filters .reset-people-button {
    position: absolute;
    top: -38px;
    background: var(--color-harvard-crimson);
    color: #000;
    border: none;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px 5px;
    display: none; }
    #main-filters .reset-people-button.show {
      display: block; }
  #main-filters #open-button {
    background: #f57053;
    color: #000;
    height: 52px;
    border: none;
    width: 150px;
    max-width: 150px;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: 26px;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
    font-weight: 600; }
    #main-filters #open-button svg {
      margin-bottom: 1px; }
  #main-filters .chosen-select,
  #main-filters .chosen-single {
    height: 52px;
    border-radius: 0;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    border-top: none;
    border-left: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 8px;
    font-family: var(--wp--custom--typography--family--baseline, "sans");
    font-size: 16px;
    color: #444; }
    #main-filters .chosen-select svg,
    #main-filters .chosen-single svg {
      height: 18px;
      vertical-align: sub;
      margin-right: 5px; }
    #main-filters .chosen-select span,
    #main-filters .chosen-single span {
      margin-top: 14px;
      font-size: 16px;
      padding-left: 5px; }
    #main-filters .chosen-select > div,
    #main-filters .chosen-single > div {
      top: 13px; }

#people-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  inline-size: 100%;
  max-block-size: 100vh;
  display: grid;
  place-content: center;
  min-height: 620px; }
  @media (max-width: 959px) {
    #people-container {
      height: initial;
      width: initial;
      -webkit-box-align: unset;
          -ms-flex-align: unset;
              align-items: unset;
      -webkit-box-pack: unset;
          -ms-flex-pack: unset;
              justify-content: unset;
      max-block-size: initial; } }
  @media (max-width: 781px) {
    #people-container {
      margin-left: calc(-1 * var(--spacing-500));
      margin-right: calc(-1 * var(--spacing-500)); } }
  #people-container .dark-dotted-bg {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    inline-size: 100%;
    max-block-size: 100vh;
    background: linear-gradient(270deg, #001722 48px, transparent 1%) center, linear-gradient(#001722 48px, transparent 1%) center, #7a433b;
    background-size: 50px 50px; }
  #people-container.dotted-bg::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
    background: linear-gradient(rgba(255, 255, 255, 0), #fff); }
  #people-container.dotted-bg.light-bg {
    background: linear-gradient(90deg, #ffffff 48px, transparent 1%) center, linear-gradient(#ffffff 48px, transparent 1%) center, #f57053;
    background-size: 50px 50px; }

#people-drawer {
  position: fixed;
  padding: 20px;
  z-index: 1001;
  width: 400px;
  height: 100%;
  top: 0;
  bottom: 100%;
  font-size: 1.15em;
  -webkit-transform: translate3d(-420px, 0, 0);
  transform: translate3d(-420px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  background: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.25);
  overflow-y: scroll;
  /* Shown menu */
  /* Close Button */ }
  body.logged-in #people-drawer {
    top: 32px; }
    @media (max-width: 959px) {
      body.logged-in #people-drawer {
        top: 0; } }
  #people-drawer select {
    margin-bottom: 7px;
    height: 50px;
    padding-left: 10px; }
  @media (max-width: 959px) {
    #people-drawer {
      position: relative;
      -webkit-transform: none;
              transform: none;
      height: initial;
      scroll-y: auto;
      width: 100%;
      background: #fff;
      -webkit-box-shadow: none;
              box-shadow: none;
      top: -20px; }
      body.single-person #people-drawer {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transform: translate3d(-110%, 0, 0);
                transform: translate3d(-110%, 0, 0);
        -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
        transition: opacity 0.5s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.5s;
        transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
        display: inline-block;
        background: #fff; }
      body.single-person.show-menu #people-drawer {
        -webkit-transform: translate3d(1%, 0, 0);
                transform: translate3d(1%, 0, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        display: inline-block; }
      #people-drawer .reset-people-button {
        margin-top: 10px; }
      #people-drawer .chosen-container {
        width: 100% !important; }
      #people-drawer .menu-button {
        display: none; } }
  #people-drawer .hide {
    display: none; }
  #people-drawer .reset-people-button {
    background: var(--color-harvard-crimson);
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px 5px;
    display: none;
    margin-bottom: 10px; }
    #people-drawer .reset-people-button.show {
      display: block; }
  #people-drawer #searching-heading {
    font-size: 15px;
    font-style: italic; }
  #people-drawer h2 {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 28px;
    margin-bottom: 17px; }
  #people-drawer .input-group {
    position: relative; }
    #people-drawer .input-group svg {
      position: absolute;
      right: 12px;
      top: 12px;
      width: 20px;
      height: 20px; }
  #people-drawer #people-drawer-search {
    background: #fafafa;
    border: 1px solid #cfcfcf;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    height: 44px;
    font-size: 15px;
    margin-bottom: 16px;
    font-weight: 300; }
    #people-drawer #people-drawer-search::after {
      content: ' HE '; }
    #people-drawer #people-drawer-search::-webkit-input-placeholder {
      font-weight: 300;
      color: black; }
    #people-drawer #people-drawer-search::-moz-placeholder {
      font-weight: 300;
      color: black; }
    #people-drawer #people-drawer-search:-ms-input-placeholder {
      font-weight: 300;
      color: black; }
    #people-drawer #people-drawer-search::-ms-input-placeholder {
      font-weight: 300;
      color: black; }
    #people-drawer #people-drawer-search::placeholder {
      font-weight: 300;
      color: black; }
  #people-drawer .chosen-select.selected + .chosen-container {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    #people-drawer .chosen-select.selected + .chosen-container .chosen-single span {
      font-weight: 900; }
  #people-drawer .chosen-container {
    margin-bottom: 16px; }
    #people-drawer .chosen-container .chosen-single {
      height: 40px;
      background: #fafafa;
      padding-top: 7px; }
      #people-drawer .chosen-container .chosen-single > div {
        top: 8px;
        right: -1px; }
  .show-menu #people-drawer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #people-drawer #close-button {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 1em;
    top: 1.3em;
    overflow: hidden;
    text-indent: 25px;
    border: none;
    z-index: 1001;
    background: transparent;
    color: transparent; }
  #people-drawer #close-button::before,
  #people-drawer #close-button::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #000; }
  #people-drawer #close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #people-drawer #close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #people-drawer .drawer-person-card {
    border-bottom: 1px solid #c4c4c4;
    padding: 20px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    width: 100%; }
    #people-drawer .drawer-person-card img {
      aspect-ratio: 1;
      width: 60px;
      max-width: 60px;
      max-height: 60px;
      border-radius: 999px; }
    #people-drawer .drawer-person-card .info {
      padding-left: 20px; }
      #people-drawer .drawer-person-card .info h2 {
        margin: 0;
        font-size: 26px;
        margin-top: 8px;
        margin-bottom: 5px; }
      #people-drawer .drawer-person-card .info h3 {
        font-size: 16px;
        color: #a31c34;
        text-transform: uppercase;
        margin: 0; }

@-webkit-keyframes changeColorWhiteToBlack {
  from {
    color: #fff; }
  to {
    color: #000; } }

@keyframes changeColorWhiteToBlack {
  from {
    color: #fff; }
  to {
    color: #000; } }

#people-app {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 1; }
  @media (max-width: 959px) {
    #people-app {
      display: none; } }
  .show-menu #people-app {
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%; }
    .show-menu #people-app > * {
      pointer-events: none; }
  #people-app #canvas {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden; }
  #people-app .circle {
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    background: #0f3f5a;
    border: 0px solid #2a4d5f;
    opacity: 0;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #people-app .circle.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1; }
    #people-app .circle.term {
      background: none;
      width: 250px;
      height: 250px;
      border: 5px solid #f57053; }
      #people-app .circle.term .middle {
        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;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      @media (max-width: 1139px) {
        #people-app .circle.term h2 {
          font-size: 22px !important;
          line-height: 1.3em !important;
          stroke: #fff; }
        #people-app .circle.term p {
          display: none; } }
      @media (min-width: 1140px) {
        #people-app .circle.term.tax-four h2, #people-app .circle.term.tax-five h2 {
          font-size: 16px !important; }
        #people-app .circle.term.tax-four h3, #people-app .circle.term.tax-five h3 {
          font-size: 11px; } }
      #people-app .circle.term.tax-five h2 {
        font-size: 25px;
        line-height: 30px; }
      #people-app .circle.term.tax-five p {
        display: none; }
      #people-app .circle.term h2 {
        color: #000;
        display: block;
        font-size: 33px;
        font-weight: 900;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0em;
        font-family: var(--font-secondary); }
        #people-app .circle.term h2 span {
          border-radius: 99px; }
      #people-app .circle.term h3 {
        color: #000;
        display: block;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        line-height: 14px;
        letter-spacing: 0em;
        text-align: center; }
      #people-app .circle.term p {
        text-align: center;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.4em;
        letter-spacing: 0em;
        text-align: center;
        max-width: 80%; }
    #people-app .circle.person {
      -webkit-transition: width 0.2s ease-out, height 0.2s ease-out, margin-left 0.2s ease-out, margin-top 0.2s ease-out;
      transition: width 0.2s ease-out, height 0.2s ease-out, margin-left 0.2s ease-out, margin-top 0.2s ease-out; }
      #people-app .circle.person.filtered-painted {
        background: none !important; }
        #people-app .circle.person.filtered-painted::after {
          mix-blend-mode: normal;
          opacity: 1;
          -webkit-filter: grayscale(0%);
                  filter: grayscale(0%); }
      #people-app .circle.person.painted::after {
        mix-blend-mode: normal;
        opacity: 1;
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
      #people-app .circle.person:hover {
        width: 150px !important;
        height: 150px !important;
        margin-left: -25px;
        margin-top: -25px;
        -webkit-transition: width 0.2s ease-out, height 0.2s ease-out, margin-left 0.2s ease-out, margin-top 0.2s ease-out;
        transition: width 0.2s ease-out, height 0.2s ease-out, margin-left 0.2s ease-out, margin-top 0.2s ease-out;
        cursor: pointer;
        z-index: 9; }
        #people-app .circle.person:hover:after {
          -webkit-filter: grayscale(0%);
                  filter: grayscale(0%);
          position: absolute;
          opacity: 1;
          -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
          mix-blend-mode: normal; }
      #people-app .circle.person:after {
        content: '';
        background: #07334a url("https://daphyper.sirv.com/WP_digital.hbs.edu/2017/09/emma_radford_Headshot-e1505853670208.png") no-repeat center center;
        background-size: cover;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0%;
        border-radius: 50%;
        opacity: 0.3;
        mix-blend-mode: luminosity;
        -webkit-transition: opacity 0.2s, -webkit-filter 0.2s;
        transition: opacity 0.2s, -webkit-filter 0.2s;
        transition: filter 0.2s, opacity 0.2s;
        transition: filter 0.2s, opacity 0.2s, -webkit-filter 0.2s; }

#people-tooltip {
  top: 100px;
  left: 100px;
  z-index: 10;
  position: absolute;
  width: 400px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  padding: 20px 20px 5px;
  opacity: 0;
  pointer-events: none; }
  @media (min-width: 1280px) {
    #people-tooltip {
      width: 45vw; } }
  #people-tooltip .attributes {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #a31c34; }
    #people-tooltip .attributes .role {
      color: #a31c34; }
    #people-tooltip .attributes .topic {
      color: #f57053; }
  #people-tooltip .name {
    font-size: 22px;
    line-height: 26px; }
  #people-tooltip a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a31c34; }
  #people-tooltip p span {
    color: #fff;
    font-weight: 500;
    display: inline;
    margin-bottom: 2px;
    margin-right: 5px; }
    #people-tooltip p span::before {
      content: ' • '; }
    #people-tooltip p span.person_disciplines {
      color: #001622; }
      #people-tooltip p span.person_disciplines::before {
        color: #a51534; }
    #people-tooltip p span.person_roles {
      color: #001622; }
      #people-tooltip p span.person_roles::before {
        color: #d12c1f; }
    #people-tooltip p span.person_platforms {
      color: #001622; }
      #people-tooltip p span.person_platforms::before {
        color: #444444; }
    #people-tooltip p span.person_topics {
      color: #001622; }
      #people-tooltip p span.person_topics::before {
        color: #f57053; }
    #people-tooltip p span.person_labs {
      color: #001622; }
      #people-tooltip p span.person_labs::before {
        color: #001622; }

.no-results {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
  max-width: 700px; }
  #people-drawer .no-results {
    margin-top: 15px; }
    #people-drawer .no-results p {
      font-size: 15px;
      margin-bottom: 0; }
    #people-drawer .no-results svg {
      width: 300px; }
  .no-results p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center; }
  .no-results.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1; }

body.post-type-archive-person.show-menu footer {
  opacity: 0.2; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position-x: -16px; }

.di-c-beacon {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  padding: 2rem;
  color: #fff; }
  .di-c-beacon__icon {
    margin-top: 1rem; }
    .di-c-beacon__icon path {
      fill: #fff; }

/* stylelint-disable max-nesting-depth */
.single-person ul li {
  list-style: none; }

.single-person .di-explore-similar-filters h2 {
  font-family: var(--font-secondary); }

.single-person .di-explore-similar-filters__filter a {
  color: #000; }

body.single-person .di-person-header__container {
  max-width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 781px) {
    body.single-person .di-person-header__container {
      max-width: calc(100% - 40px); } }

body.single-person .page-header {
  width: 100%;
  max-width: 100%;
  background: #0c0748;
  padding: 90px 0 90px;
  position: relative; }
  body.single-person .page-header .container {
    width: var(--wp--custom--layout--wide-size);
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 100px); }
    @media (max-width: 959px) {
      body.single-person .page-header .container {
        max-width: calc(100% - 32px); } }
    @media (max-width: 781px) {
      body.single-person .page-header .container {
        max-width: calc(100% - 32px); } }
  @media (max-width: 781px) {
    body.single-person .page-header {
      padding: 42px 0;
      margin-bottom: 40px; } }
  body.single-person .page-header h1 {
    margin: 0 auto;
    font-weight: 700;
    font-size: 80px;
    line-height: 0.77em;
    color: #fff; }
    @media (max-width: 781px) {
      body.single-person .page-header h1 {
        font-size: 30px; } }
  body.single-person .page-header .menu-button {
    background: var(--color-harvard-crimson);
    width: 150px;
    border-radius: 4px;
    border: 1px solid var(--color-harvard-crimson);
    height: 56px;
    color: #fff;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    bottom: -27px; }
    body.single-person .page-header .menu-button:hover {
      color: #000;
      background: #f2f2f2;
      border-color: #f2f2f2; }
      body.single-person .page-header .menu-button:hover svg path {
        fill: #000 !important; }
    body.single-person .page-header .menu-button svg {
      vertical-align: bottom;
      margin-bottom: -3px; }
    @media (max-width: 781px) {
      body.single-person .page-header .menu-button {
        bottom: -70px;
        left: 16px; } }

body.single-person main {
  padding-top: 0px; }

body.single-person #close-button {
  display: block; }

body.single-person.show-menu .people-app-body::after {
  content: " ";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: -160px;
  left: 0;
  pointer-events: none; }

body.single-person.show-menu .people-app-body a {
  pointer-events: none; }

body.single-person.show-menu footer {
  opacity: 0.2; }

.di-person-container .di-person-header {
  padding-top: 80px;
  padding-bottom: 34px; }
  @media (max-width: 959px) {
    .di-person-container .di-person-header {
      padding-top: 50px; } }
  .di-person-container .di-person-header .di-person-header__container {
    max-width: 800px;
    display: grid;
    margin: 0 auto;
    grid-template-areas: 'info image' 'more more';
    grid-template-columns: 1fr 255px;
    position: relative; }
    @media (max-width: 959px) {
      .di-person-container .di-person-header .di-person-header__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .di-person-container .di-person-header__info {
    grid-area: info;
    padding-left: 16px;
    padding-right: 16px; }
    @media (max-width: 959px) {
      .di-person-container .di-person-header__info {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
    .di-person-container .di-person-header__info-title {
      font-weight: 700;
      font-size: 48px;
      line-height: 58px;
      text-transform: unset;
      color: var(--color-harvard-crimson);
      margin-bottom: 8px; }
    .di-person-container .di-person-header__info-pronouns {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 19px;
      text-transform: uppercase;
      color: #001622;
      margin-bottom: 20px; }
    .di-person-container .di-person-header__info-lab-link {
      color: var(--color-harvard-crimson);
      text-decoration: underline;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .di-person-container .di-person-header__info-lab-link:hover {
        color: #000; }
    .di-person-container .di-person-header__info-affiliation {
      color: var(--color-harvard-crimson);
      font-weight: 600;
      font-size: 18px;
      text-transform: uppercase;
      line-height: 22px;
      font-family: var(--wp--preset--font-family--hbs-graphik-x-cond); }
    .di-person-container .di-person-header__info-filters {
      line-height: 1.5rem;
      max-width: 700px; }
      .di-person-container .di-person-header__info-filters span {
        color: #fff;
        font-weight: 500;
        display: inline;
        color: #001622; }
      .di-person-container .di-person-header__info-filters p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 1rem; }
    .di-person-container .di-person-header__info-social {
      margin-top: 32px;
      list-style: none; }
      .di-person-container .di-person-header__info-social::before {
        display: block;
        content: '';
        width: 62px;
        height: 1px;
        background: var(--color-harvard-crimson);
        margin-bottom: 32px; }
      .di-person-container .di-person-header__info-social li:last-of-type a {
        margin-bottom: 0px; }
      .di-person-container .di-person-header__info-social-link {
        margin-bottom: 18px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
        color: #001622;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .di-person-container .di-person-header__info-social-link:hover {
          text-decoration: underline;
          color: var(--color-harvard-crimson); }
        .di-person-container .di-person-header__info-social-link::before {
          content: '';
          width: 24px;
          height: 24px;
          margin-right: 25px;
          text-decoration: none;
          background-repeat: no-repeat;
          background-position: center center; }
        .di-person-container .di-person-header__info-social-link[href*='twitter']::before {
          background-image: url("data:image/svg+xml,%3Csvg width='24' height='20' viewBox='0 0 24 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 2.36617C23.1172 2.76784 22.1691 3.03938 21.1722 3.16143C22.1896 2.5367 22.969 1.54673 23.3371 0.368502C22.3706 0.957115 21.3129 1.3715 20.2098 1.59365C19.3122 0.612541 18.0322 0 16.6161 0C13.8978 0 11.6934 2.25956 11.6934 5.04845C11.6934 5.4436 11.7368 5.82911 11.8202 6.19925C7.72833 5.98837 4.1006 3.97852 1.67237 0.924547C1.24837 1.67041 1.00567 2.53762 1.00567 3.46288C1.00567 5.21416 1.87497 6.75933 3.19584 7.66446C2.41391 7.63961 1.64913 7.42319 0.965445 7.03328V7.09707C0.965445 9.54333 2.66228 11.5831 4.91473 12.047C4.50096 12.1632 4.06673 12.224 3.6175 12.224C3.29987 12.224 2.99172 12.1932 2.69069 12.1351C3.31722 14.1401 5.1355 15.5996 7.28933 15.6409C5.60431 16.9953 3.48112 17.8027 1.17509 17.8027C0.77791 17.8027 0.385365 17.7784 0 17.7307C2.17918 19.1636 4.7666 20 7.54708 20C16.6026 20 21.5552 12.3073 21.5552 5.63603C21.5552 5.41702 21.5505 5.19963 21.5402 4.98303C22.5051 4.26737 23.338 3.38125 24 2.36617Z' fill='%23001622'/%3E%3C/svg%3E%0A"); }
        .di-person-container .di-person-header__info-social-link[href*='linkedin']::before {
          background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.447 19.5998H16.893V14.2629C16.893 12.9902 16.866 11.3524 15.041 11.3524C13.188 11.3524 12.905 12.7372 12.905 14.169V19.5998H9.351V8.625H12.765V10.121H12.811C13.288 9.25846 14.448 8.34804 16.181 8.34804C19.782 8.34804 20.448 10.6193 20.448 13.5758L20.447 19.5998ZM5.337 7.12329C4.193 7.12329 3.274 6.23588 3.274 5.14433C3.274 4.05375 4.194 3.16729 5.337 3.16729C6.477 3.16729 7.401 4.05375 7.401 5.14433C7.401 6.23588 6.476 7.12329 5.337 7.12329ZM7.119 19.5998H3.555V8.625H7.119V19.5998ZM22.225 0H1.771C0.792 0 0 0.74175 0 1.65696V21.343C0 22.2592 0.792 23 1.771 23H22.222C23.2 23 24 22.2592 24 21.343V1.65696C24 0.74175 23.2 0 22.222 0H22.225Z' fill='%23001622'/%3E%3C/svg%3E%0A"); }
        .di-person-container .di-person-header__info-social-link.hbsd3_person_faculty_page::before {
          background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.20651 8.625C6.31141 8.625 5.45296 8.98058 4.82003 9.61351C4.18709 10.2465 3.83151 11.1049 3.83151 12C3.83151 12.8951 4.18709 13.7536 4.82003 14.3865C5.45296 15.0194 6.31141 15.375 7.20651 15.375H10.9874V17.625H7.20651C5.71467 17.625 4.28393 17.0324 3.22904 15.9775C2.17414 14.9226 1.58151 13.4918 1.58151 12C1.58151 10.5082 2.17414 9.07742 3.22904 8.02252C4.28393 6.96763 5.71467 6.375 7.20651 6.375H10.9289V8.625H7.20651Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9841 6.375H17.7064C19.1983 6.375 20.629 6.96763 21.6839 8.02252C22.7388 9.07742 23.3314 10.5082 23.3314 12C23.3314 13.4918 22.7388 14.9226 21.6839 15.9775C20.629 17.0324 19.1983 17.625 17.7064 17.625H13.9255V15.375H17.7064C18.6015 15.375 19.46 15.0194 20.0929 14.3865C20.7258 13.7536 21.0814 12.8951 21.0814 12C21.0814 11.1049 20.7258 10.2464 20.0929 9.61351C19.46 8.98058 18.6015 8.625 17.7064 8.625H13.9841V6.375Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.25662 10.875H17.7501V13.125H7.25662V10.875Z' fill='black'/%3E%3C/svg%3E%0A"); }
        .di-person-container .di-person-header__info-social-link.hbsd3_person_bio_page::before {
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12.5C6.66218 12.5 0 14.5615 0 18.6538V21.7308H20V18.6538C20 14.5615 13.3378 12.5 10 12.5Z' fill='black'/%3E%3Cpath d='M10 11.2821C13.1155 11.2821 15.6411 8.75648 15.6411 5.64103C15.6411 2.52557 13.1155 0 10 0C6.88458 0 4.35901 2.52557 4.35901 5.64103C4.35901 8.75648 6.88458 11.2821 10 11.2821Z' fill='%23242424'/%3E%3C/svg%3E%0A"); }
  .di-person-container .di-person-header__image {
    grid-area: image;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    position: absolute;
    right: 0;
    top: -215px;
    width: 275px;
    height: 275px; }
    @media (max-width: 959px) {
      .di-person-container .di-person-header__image {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        right: 16px;
        top: -200px; } }
    @media (max-width: 781px) {
      .di-person-container .di-person-header__image {
        width: 150px;
        height: 150px;
        top: -175px; } }
  .di-person-container .di-person-header .menu-button {
    grid-area: more; }

.di-person-container .di-person-answers {
  padding-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 100px; }
  @media (max-width: 959px) {
    .di-person-container .di-person-answers {
      padding-top: 32px;
      min-height: unset; } }
  @media (max-width: 959px) {
    .di-person-container .di-person-answers {
      background-image: none; } }
  .di-person-container .di-person-answers__answer {
    max-width: 800px;
    padding: 32px;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
    border-left: 1px solid var(--color-harvard-crimson);
    margin: 0 auto 32px;
    line-height: 24px; }
    .di-person-container .di-person-answers__answer h3,
    .di-person-container .di-person-answers__answer h2 {
      font-weight: 700;
      font-size: 22px;
      line-height: 26px;
      margin-bottom: 24px; }
      @media (max-width: 959px) {
        .di-person-container .di-person-answers__answer h3,
        .di-person-container .di-person-answers__answer h2 {
          margin-bottom: 15px; } }
    @media (max-width: 959px) {
      .di-person-container .di-person-answers__answer {
        margin-bottom: 24px; } }
  .di-person-container .di-person-answers .di-person-header__info-filters {
    max-width: 800px;
    padding: 0 0 32px;
    margin: 0 auto; }

.di-person-container .di-explore-similar-filters {
  margin-top: 0;
  margin-bottom: 160px; }
  .di-person-container .di-explore-similar-filters h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.75;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 30px; }
  .di-person-container .di-explore-similar-filters ul {
    max-width: 1120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    gap: 26.2px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
    @media (min-width: 1140px) {
      .di-person-container .di-explore-similar-filters ul > *:not(:only-of-type):nth-child(odd) {
        position: relative;
        top: 70px; } }
    @media (max-width: 1139px) {
      .di-person-container .di-explore-similar-filters ul {
        max-width: 745px; } }
    @media (max-width: 959px) {
      .di-person-container .di-explore-similar-filters ul {
        max-width: 380px; } }
  @media (min-width: 960px) {
    .di-person-container .di-explore-similar-filters__filter:nth-last-child(4):first-child,
    .di-person-container .di-explore-similar-filters__filter:nth-last-child(4):first-child ~ li {
      -ms-flex-preferred-size: 32%;
          flex-basis: 32%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .di-person-container .di-explore-similar-filters__filter a {
    width: 202.8px;
    height: 202.8px;
    border: 3px solid var(--color-harvard-crimson);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 14px;
    font-weight: 700;
    font-size: 19px;
    line-height: 1.2105263158;
    text-align: center;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden; }
    .di-person-container .di-explore-similar-filters__filter a:hover {
      background: #F2F2F2; }
    @media (max-width: 959px) {
      .di-person-container .di-explore-similar-filters__filter a {
        width: 163.25px;
        height: 163.25px;
        font-size: 16px;
        line-height: 1.1875; } }
    .di-person-container .di-explore-similar-filters__filter a .tax {
      color: #000;
      text-align: center;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 700;
      line-height: 14px;
      letter-spacing: 0; }
    .di-person-container .di-explore-similar-filters__filter a span {
      font-size: 23px;
      font-family: var(--wp--preset--font-family--hbs-graphik-compact);
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.3913043478;
      letter-spacing: 0; }
      @media (max-width: 959px) {
        .di-person-container .di-explore-similar-filters__filter a span {
          font-size: 17px;
          line-height: 1.4; } }
      .di-person-container .di-explore-similar-filters__filter a span[data-longest-character-count="12"] {
        font-size: clamp(14px, 95%, 23px); }
      .di-person-container .di-explore-similar-filters__filter a span[data-longest-character-count="13"] {
        font-size: clamp(14px, 95%, 23px); }
      .di-person-container .di-explore-similar-filters__filter a span[data-longest-character-count="14"] {
        font-size: clamp(14px, 95%, 23px); }
      .di-person-container .di-explore-similar-filters__filter a span[data-longest-character-count="15"] {
        font-size: clamp(14px, 95%, 23px); }
      .di-person-container .di-explore-similar-filters__filter a span[data-longest-character-count="16"] {
        font-size: clamp(14px, 95%, 23px); }
      .di-person-container .di-explore-similar-filters__filter a span[data-longest-character-count="17"] {
        font-size: clamp(14px, 95%, 23px); }
      .di-person-container .di-explore-similar-filters__filter a span[data-longest-character-count="18"] {
        font-size: clamp(14px, 95%, 23px); }
      .di-person-container .di-explore-similar-filters__filter a span[data-longest-character-count="19"] {
        font-size: clamp(14px, 95%, 23px); }
      .di-person-container .di-explore-similar-filters__filter a span[data-longest-character-count="20"] {
        font-size: clamp(14px, 95%, 23px); }

.di-person-container .di-c-card-list {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem; }

.di-person-container .di-person-card {
  gap: 32px;
  display: grid;
  margin: 0 auto;
  grid-template-areas: 'header body' 'header footer';
  grid-template-columns: 256px 1fr;
  margin-bottom: 64px; }
  @media (max-width: 959px) {
    .di-person-container .di-person-card {
      padding-top: 30px;
      padding-bottom: 30px; }
      .di-person-container .di-person-card + .di-person-card {
        border-top: 1px solid rgba(174, 178, 153, 0.2); } }
  @media (max-width: 959px) {
    .di-person-container .di-person-card {
      grid-template-areas: 'body' 'header' 'footer';
      grid-template-columns: 1fr;
      margin-bottom: 0; } }
  .di-person-container .di-person-card__header {
    grid-area: header; }
    .di-person-container .di-person-card__header__image {
      width: 256px;
      height: 160px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center center;
         object-position: center center; }
  .di-person-container .di-person-card__body {
    grid-area: body;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 22px 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    .di-person-container .di-person-card__body .di-person-tags__item {
      font-weight: 700;
      font-size: 12px;
      line-height: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-transform: uppercase;
      margin-bottom: 8px;
      color: #a51534; }
    .di-person-container .di-person-card__body .di-person-card__title {
      font-style: normal;
      font-weight: 700;
      font-size: 24px;
      line-height: 1.2083333333;
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline;
      color: #000; }
      @media (max-width: 959px) {
        .di-person-container .di-person-card__body .di-person-card__title {
          font-size: 19px;
          line-height: 1.2105263158; } }
  .di-person-container .di-person-card__footer {
    grid-area: footer;
    align-self: end; }
    .di-person-container .di-person-card__footer .di-c-card__authors {
      grid-area: unset; }

.di-person-submission label h2,
.di-person-submission fieldset h2 {
  margin-bottom: 0.5rem;
  font-size: 1.2em;
  line-height: 1.2; }
  .di-person-submission label h2.required::after,
  .di-person-submission fieldset h2.required::after {
    content: '*';
    color: #f00; }

.di-person-submission label p,
.di-person-submission fieldset p {
  margin-bottom: 0.5rem; }

.di-person-submission span.wpcf7-not-valid-tip {
  display: unset !important; }

.di-person-submission + .wpcf7-response-output[class] {
  font-size: 2rem;
  padding: 2rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1rem; }

.di-person-submission [data-notice] {
  --rkv-notice-bg-color: #fff; }
  .di-person-submission [data-notice]::before {
    content: attr(data-notice);
    display: inline-block;
    background: var(--rkv-notice-bg-color);
    margin-bottom: 0.5rem; }
  .di-person-submission [data-notice].rkv-notice-warning {
    --rkv-notice-bg-color: rgba(92, 248, 62, 0.1); }
  .di-person-submission [data-notice].rkv-notice-alert {
    --rkv-notice-bg-color: rgba(248, 70, 62, 0.1); }

.di-person-submission .di-c-field__label {
  display: grid;
  grid-template-areas: 'header' 'explanation' 'content'; }
  .di-person-submission .di-c-field__label h2 {
    -webkit-column-span: all;
       -moz-column-span: all;
            column-span: all;
    grid-area: header; }
    @media (max-width: 959px) {
      .di-person-submission .di-c-field__label h2 {
        margin-top: 0.5rem; } }
  .di-person-submission .di-c-field__label p {
    grid-area: explanation; }
  .di-person-submission .di-c-field__label > *:not(h2):not(p) {
    grid-area: content; }

.di-person-submission .wpcf7-form-control-wrap.person-image {
  width: 50%;
  display: block; }

.di-person-submission #person-image-preview {
  width: 241.15px;
  height: 241.15px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border: 3.5px solid #f57053;
  border-radius: 50%;
  place-self: end; }
  @media (max-width: 959px) {
    .di-person-submission #person-image-preview {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      width: 125px;
      height: 125px;
      margin-bottom: 24px; } }

body.single-event p.date,
body.single-event p.date a {
  font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--crimson);
  margin-bottom: 15px; }

body.single-event h2.entry-title {
  margin-bottom: 30px;
  font-size: 32px; }

body.single-event .info-box {
  background: #d9d9d9;
  padding: 24px;
  margin-bottom: 30px; }
  body.single-event .info-box p.blurb {
    margin-bottom: 20px; }
  body.single-event .info-box .cost {
    background: black;
    border-radius: 99999px;
    border: 1px solid #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #ffffff;
    height: 32px;
    min-width: 32px;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    margin-bottom: 10px; }
  body.single-event .info-box p.registration {
    margin-bottom: 15px; }
  body.single-event .info-box a.registration-link {
    color: #0C0748;
    font-weight: 800;
    font-size: 18px; }
  body.single-event .info-box ul.info {
    padding-left: 0px;
    margin-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    body.single-event .info-box ul.info.inline {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      body.single-event .info-box ul.info.inline li {
        margin-bottom: 0;
        margin-left: 20px; }
        body.single-event .info-box ul.info.inline li:first-of-type {
          margin-left: 0; }
      @media (max-width: 781px) {
        body.single-event .info-box ul.info.inline {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-bottom: 0; }
          body.single-event .info-box ul.info.inline li {
            margin-left: 0;
            margin-bottom: 10px; } }
    body.single-event .info-box ul.info li {
      color: var(--wp--preset--color--text-black);
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 10px;
      padding-left: 25px;
      list-style-type: none; }
      body.single-event .info-box ul.info li a {
        color: var(--color-harvard-crimson);
        text-decoration: underline; }
      body.single-event .info-box ul.info li.who {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggNy45OTk5NEM4LjY5MjIzIDcuOTk5OTQgOS4zNjg5MiA3Ljc5NDY3IDkuOTQ0NSA3LjQxMDA5QzEwLjUyMDEgNy4wMjU1IDEwLjk2ODcgNi40Nzg4NyAxMS4yMzM2IDUuODM5MzNDMTEuNDk4NSA1LjE5OTc5IDExLjU2NzggNC40OTYwNiAxMS40MzI3IDMuODE3MTJDMTEuMjk3NyAzLjEzODE5IDEwLjk2NDQgMi41MTQ1NSAxMC40NzQ5IDIuMDI1MDdDOS45ODUzOSAxLjUzNTU4IDkuMzYxNzUgMS4yMDIyNCA4LjY4MjgyIDEuMDY3MTlDOC4wMDM4OCAwLjkzMjE0NCA3LjMwMDE1IDEuMDAxNDYgNi42NjA2MSAxLjI2NjM2QzYuMDIxMDcgMS41MzEyNyA1LjQ3NDQ0IDEuOTc5ODcgNS4wODk4NiAyLjU1NTQ0QzQuNzA1MjcgMy4xMzEwMiA0LjUgMy44MDc3MSA0LjUgNC40OTk5NEM0LjUgNS40MjgyIDQuODY4NzUgNi4zMTg0NCA1LjUyNTEzIDYuOTc0ODFDNi4xODE1IDcuNjMxMTkgNy4wNzE3NCA3Ljk5OTk0IDggNy45OTk5NFpNOCA4Ljk5OTk0QzUuODMwNjMgOC45OTk5NCAxLjUgMTAuMzM5OSAxLjUgMTIuOTk5OVYxNC45OTk5SDE0LjVWMTIuOTk5OUMxNC41IDEwLjMzOTkgMTAuMTY5NCA4Ljk5OTk0IDggOC45OTk5NFoiIGZpbGw9IiNBOTFGM0MiLz4KPC9zdmc+Cg==) no-repeat left top 2px; }
      body.single-event .info-box ul.info li.dates {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTQuMjVDMSAxNC40NDg5IDEuMDc5MDIgMTQuNjM5NyAxLjIxOTY3IDE0Ljc4MDNDMS4zNjAzMiAxNC45MjEgMS41NTEwOSAxNSAxLjc1IDE1SDE0LjI1QzE0LjQ0ODkgMTUgMTQuNjM5NyAxNC45MjEgMTQuNzgwMyAxNC43ODAzQzE0LjkyMSAxNC42Mzk3IDE1IDE0LjQ0ODkgMTUgMTQuMjVWNS41SDFWMTQuMjVaTTExIDYuNjI1QzExIDYuNTkxODUgMTEuMDEzMiA2LjU2MDA1IDExLjAzNjYgNi41MzY2MUMxMS4wNjAxIDYuNTEzMTcgMTEuMDkxOCA2LjUgMTEuMTI1IDYuNUgxMi4zNzVDMTIuNDA4MiA2LjUgMTIuNDM5OSA2LjUxMzE3IDEyLjQ2MzQgNi41MzY2MUMxMi40ODY4IDYuNTYwMDUgMTIuNSA2LjU5MTg1IDEyLjUgNi42MjVWNy44NzVDMTIuNSA3LjkwODE1IDEyLjQ4NjggNy45Mzk5NSAxMi40NjM0IDcuOTYzMzlDMTIuNDM5OSA3Ljk4NjgzIDEyLjQwODIgOCAxMi4zNzUgOEgxMS4xMjVDMTEuMDkxOCA4IDExLjA2MDEgNy45ODY4MyAxMS4wMzY2IDcuOTYzMzlDMTEuMDEzMiA3LjkzOTk1IDExIDcuOTA4MTUgMTEgNy44NzVWNi42MjVaTTExIDkuMTI1QzExIDkuMDkxODUgMTEuMDEzMiA5LjA2MDA1IDExLjAzNjYgOS4wMzY2MUMxMS4wNjAxIDkuMDEzMTcgMTEuMDkxOCA5IDExLjEyNSA5SDEyLjM3NUMxMi40MDgyIDkgMTIuNDM5OSA5LjAxMzE3IDEyLjQ2MzQgOS4wMzY2MUMxMi40ODY4IDkuMDYwMDUgMTIuNSA5LjA5MTg1IDEyLjUgOS4xMjVWMTAuMzc1QzEyLjUgMTAuNDA4MiAxMi40ODY4IDEwLjQzOTkgMTIuNDYzNCAxMC40NjM0QzEyLjQzOTkgMTAuNDg2OCAxMi40MDgyIDEwLjUgMTIuMzc1IDEwLjVIMTEuMTI1QzExLjA5MTggMTAuNSAxMS4wNjAxIDEwLjQ4NjggMTEuMDM2NiAxMC40NjM0QzExLjAxMzIgMTAuNDM5OSAxMSAxMC40MDgyIDExIDEwLjM3NVY5LjEyNVpNOC41IDYuNjI1QzguNSA2LjU5MTg1IDguNTEzMTcgNi41NjAwNSA4LjUzNjYxIDYuNTM2NjFDOC41NjAwNSA2LjUxMzE3IDguNTkxODUgNi41IDguNjI1IDYuNUg5Ljg3NUM5LjkwODE1IDYuNSA5LjkzOTk1IDYuNTEzMTcgOS45NjMzOSA2LjUzNjYxQzkuOTg2ODMgNi41NjAwNSAxMCA2LjU5MTg1IDEwIDYuNjI1VjcuODc1QzEwIDcuOTA4MTUgOS45ODY4MyA3LjkzOTk1IDkuOTYzMzkgNy45NjMzOUM5LjkzOTk1IDcuOTg2ODMgOS45MDgxNSA4IDkuODc1IDhIOC42MjVDOC41OTE4NSA4IDguNTYwMDUgNy45ODY4MyA4LjUzNjYxIDcuOTYzMzlDOC41MTMxNyA3LjkzOTk1IDguNSA3LjkwODE1IDguNSA3Ljg3NVY2LjYyNVpNOC41IDkuMTI1QzguNSA5LjA5MTg1IDguNTEzMTcgOS4wNjAwNSA4LjUzNjYxIDkuMDM2NjFDOC41NjAwNSA5LjAxMzE3IDguNTkxODUgOSA4LjYyNSA5SDkuODc1QzkuOTA4MTUgOSA5LjkzOTk1IDkuMDEzMTcgOS45NjMzOSA5LjAzNjYxQzkuOTg2ODMgOS4wNjAwNSAxMCA5LjA5MTg1IDEwIDkuMTI1VjEwLjM3NUMxMCAxMC40MDgyIDkuOTg2ODMgMTAuNDM5OSA5Ljk2MzM5IDEwLjQ2MzRDOS45Mzk5NSAxMC40ODY4IDkuOTA4MTUgMTAuNSA5Ljg3NSAxMC41SDguNjI1QzguNTkxODUgMTAuNSA4LjU2MDA1IDEwLjQ4NjggOC41MzY2MSAxMC40NjM0QzguNTEzMTcgMTAuNDM5OSA4LjUgMTAuNDA4MiA4LjUgMTAuMzc1VjkuMTI1Wk04LjUgMTEuNjI1QzguNSAxMS41OTE4IDguNTEzMTcgMTEuNTYwMSA4LjUzNjYxIDExLjUzNjZDOC41NjAwNSAxMS41MTMyIDguNTkxODUgMTEuNSA4LjYyNSAxMS41SDkuODc1QzkuOTA4MTUgMTEuNSA5LjkzOTk1IDExLjUxMzIgOS45NjMzOSAxMS41MzY2QzkuOTg2ODMgMTEuNTYwMSAxMCAxMS41OTE4IDEwIDExLjYyNVYxMi44NzVDMTAgMTIuOTA4MiA5Ljk4NjgzIDEyLjkzOTkgOS45NjMzOSAxMi45NjM0QzkuOTM5OTUgMTIuOTg2OCA5LjkwODE1IDEzIDkuODc1IDEzSDguNjI1QzguNTkxODUgMTMgOC41NjAwNSAxMi45ODY4IDguNTM2NjEgMTIuOTYzNEM4LjUxMzE3IDEyLjkzOTkgOC41IDEyLjkwODIgOC41IDEyLjg3NVYxMS42MjVaTTYgOS4xMjVDNiA5LjA5MTg1IDYuMDEzMTcgOS4wNjAwNSA2LjAzNjYxIDkuMDM2NjFDNi4wNjAwNSA5LjAxMzE3IDYuMDkxODUgOSA2LjEyNSA5SDcuMzc1QzcuNDA4MTUgOSA3LjQzOTk1IDkuMDEzMTcgNy40NjMzOSA5LjAzNjYxQzcuNDg2ODMgOS4wNjAwNSA3LjUgOS4wOTE4NSA3LjUgOS4xMjVWMTAuMzc1QzcuNSAxMC40MDgyIDcuNDg2ODMgMTAuNDM5OSA3LjQ2MzM5IDEwLjQ2MzRDNy40Mzk5NSAxMC40ODY4IDcuNDA4MTUgMTAuNSA3LjM3NSAxMC41SDYuMTI1QzYuMDkxODUgMTAuNSA2LjA2MDA1IDEwLjQ4NjggNi4wMzY2MSAxMC40NjM0QzYuMDEzMTcgMTAuNDM5OSA2IDEwLjQwODIgNiAxMC4zNzVWOS4xMjVaTTYgMTEuNjI1QzYgMTEuNTkxOCA2LjAxMzE3IDExLjU2MDEgNi4wMzY2MSAxMS41MzY2QzYuMDYwMDUgMTEuNTEzMiA2LjA5MTg1IDExLjUgNi4xMjUgMTEuNUg3LjM3NUM3LjQwODE1IDExLjUgNy40Mzk5NSAxMS41MTMyIDcuNDYzMzkgMTEuNTM2NkM3LjQ4NjgzIDExLjU2MDEgNy41IDExLjU5MTggNy41IDExLjYyNVYxMi44NzVDNy41IDEyLjkwODIgNy40ODY4MyAxMi45Mzk5IDcuNDYzMzkgMTIuOTYzNEM3LjQzOTk1IDEyLjk4NjggNy40MDgxNSAxMyA3LjM3NSAxM0g2LjEyNUM2LjA5MTg1IDEzIDYuMDYwMDUgMTIuOTg2OCA2LjAzNjYxIDEyLjk2MzRDNi4wMTMxNyAxMi45Mzk5IDYgMTIuOTA4MiA2IDEyLjg3NVYxMS42MjVaTTMuNSA5LjEyNUMzLjUgOS4wOTE4NSAzLjUxMzE3IDkuMDYwMDUgMy41MzY2MSA5LjAzNjYxQzMuNTYwMDUgOS4wMTMxNyAzLjU5MTg1IDkgMy42MjUgOUg0Ljg3NUM0LjkwODE1IDkgNC45Mzk5NSA5LjAxMzE3IDQuOTYzMzkgOS4wMzY2MUM0Ljk4NjgzIDkuMDYwMDUgNSA5LjA5MTg1IDUgOS4xMjVWMTAuMzc1QzUgMTAuNDA4MiA0Ljk4NjgzIDEwLjQzOTkgNC45NjMzOSAxMC40NjM0QzQuOTM5OTUgMTAuNDg2OCA0LjkwODE1IDEwLjUgNC44NzUgMTAuNUgzLjYyNUMzLjU5MTg1IDEwLjUgMy41NjAwNSAxMC40ODY4IDMuNTM2NjEgMTAuNDYzNEMzLjUxMzE3IDEwLjQzOTkgMy41IDEwLjQwODIgMy41IDEwLjM3NVY5LjEyNVpNMy41IDExLjYyNUMzLjUgMTEuNTkxOCAzLjUxMzE3IDExLjU2MDEgMy41MzY2MSAxMS41MzY2QzMuNTYwMDUgMTEuNTEzMiAzLjU5MTg1IDExLjUgMy42MjUgMTEuNUg0Ljg3NUM0LjkwODE1IDExLjUgNC45Mzk5NSAxMS41MTMyIDQuOTYzMzkgMTEuNTM2NkM0Ljk4NjgzIDExLjU2MDEgNSAxMS41OTE4IDUgMTEuNjI1VjEyLjg3NUM1IDEyLjkwODIgNC45ODY4MyAxMi45Mzk5IDQuOTYzMzkgMTIuOTYzNEM0LjkzOTk1IDEyLjk4NjggNC45MDgxNSAxMyA0Ljg3NSAxM0gzLjYyNUMzLjU5MTg1IDEzIDMuNTYwMDUgMTIuOTg2OCAzLjUzNjYxIDEyLjk2MzRDMy41MTMxNyAxMi45Mzk5IDMuNSAxMi45MDgyIDMuNSAxMi44NzVWMTEuNjI1WiIgZmlsbD0iI0E5MUYzQyIvPgo8cGF0aCBkPSJNMTQuMjUgMkgxMi41MDI1VjFIMTEuMDAyNVYySDQuOTk3NVYxSDMuNDk3NVYySDEuNzVDMS42NTE4OCAxLjk5OTE4IDEuNTU0NTcgMi4wMTc3NyAxLjQ2MzY4IDIuMDU0NzJDMS4zNzI3OCAyLjA5MTY3IDEuMjkwMDkgMi4xNDYyNCAxLjIyMDM4IDIuMjE1MjlDMS4xNTA2NiAyLjI4NDMzIDEuMDk1MyAyLjM2NjQ5IDEuMDU3NDggMi40NTcwM0MxLjAxOTY1IDIuNTQ3NTcgMS4wMDAxMiAyLjY0NDY5IDEgMi43NDI4MVY0LjVIMTVWMi43NDI4MUMxNC45OTk5IDIuNjQ0NjkgMTQuOTgwMyAyLjU0NzU3IDE0Ljk0MjUgMi40NTcwM0MxNC45MDQ3IDIuMzY2NDkgMTQuODQ5MyAyLjI4NDMzIDE0Ljc3OTYgMi4yMTUyOUMxNC43MDk5IDIuMTQ2MjQgMTQuNjI3MiAyLjA5MTY3IDE0LjUzNjMgMi4wNTQ3MkMxNC40NDU0IDIuMDE3NzcgMTQuMzQ4MSAxLjk5OTE4IDE0LjI1IDJWMloiIGZpbGw9IiNBOTFGM0MiLz4KPC9zdmc+Cg==) no-repeat left top 2px; }
      body.single-event .info-box ul.info li.times {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMS41QzQuNDEwMzEgMS41IDEuNSA0LjQxMDMxIDEuNSA4QzEuNSAxMS41ODk3IDQuNDEwMzEgMTQuNSA4IDE0LjVDMTEuNTg5NyAxNC41IDE0LjUgMTEuNTg5NyAxNC41IDhDMTQuNSA0LjQxMDMxIDExLjU4OTcgMS41IDggMS41Wk0xMSA5SDhDNy44NjczOSA5IDcuNzQwMjEgOC45NDczMiA3LjY0NjQ1IDguODUzNTVDNy41NTI2OCA4Ljc1OTc5IDcuNSA4LjYzMjYxIDcuNSA4LjVWNEM3LjUgMy44NjczOSA3LjU1MjY4IDMuNzQwMjEgNy42NDY0NSAzLjY0NjQ1QzcuNzQwMjEgMy41NTI2OCA3Ljg2NzM5IDMuNSA4IDMuNUM4LjEzMjYxIDMuNSA4LjI1OTc5IDMuNTUyNjggOC4zNTM1NSAzLjY0NjQ1QzguNDQ3MzIgMy43NDAyMSA4LjUgMy44NjczOSA4LjUgNFY4SDExQzExLjEzMjYgOCAxMS4yNTk4IDguMDUyNjggMTEuMzUzNiA4LjE0NjQ1QzExLjQ0NzMgOC4yNDAyMSAxMS41IDguMzY3MzkgMTEuNSA4LjVDMTEuNSA4LjYzMjYxIDExLjQ0NzMgOC43NTk3OSAxMS4zNTM2IDguODUzNTVDMTEuMjU5OCA4Ljk0NzMyIDExLjEzMjYgOSAxMSA5WiIgZmlsbD0iI0E5MUYzQyIvPgo8L3N2Zz4K) no-repeat left top 2px; }
      body.single-event .info-box ul.info li.type {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjUgMTIuMDExN0MxNC4zNiAxMi4wMTE2IDE0LjIyMTYgMTEuOTgyMSAxNC4wOTM4IDExLjkyNTJDMTQuMDY0IDExLjkxMiAxNC4wMzU2IDExLjg5NTggMTQuMDA5MSAxMS44NzdMMTEuNDI0NCAxMC4wNTc3QzExLjI5MzMgOS45NjUzOCAxMS4xODYzIDkuODQyOTUgMTEuMTEyNSA5LjcwMDY4QzExLjAzODYgOS41NTg0IDExIDkuNDAwNDYgMTEgOS4yNDAxNlY2Ljc1ODkxQzExIDYuNTk4NjEgMTEuMDM4NiA2LjQ0MDY2IDExLjExMjUgNi4yOTgzOUMxMS4xODYzIDYuMTU2MTIgMTEuMjkzMyA2LjAzMzY4IDExLjQyNDQgNS45NDE0MUwxNC4wMDkxIDQuMTIyMDNDMTQuMDM1NiA0LjEwMzI0IDE0LjA2NCA0LjA4NzEyIDE0LjA5MzggNC4wNzM5MUMxNC4yNDYgNC4wMDYyMiAxNC40MTI4IDMuOTc3NjUgMTQuNTc4OSAzLjk5MDc4QzE0Ljc0NSA0LjAwMzkyIDE0LjkwNTEgNC4wNTgzNiAxNS4wNDQ5IDQuMTQ5MTRDMTUuMTg0NiA0LjIzOTkzIDE1LjI5OTQgNC4zNjQxOCAxNS4zNzg5IDQuNTEwNjJDMTUuNDU4NCA0LjY1NzA2IDE1LjUgNC44MjEwNCAxNS41IDQuOTg3NjZWMTEuMDExNEMxNS41IDExLjI3NjYgMTUuMzk0NiAxMS41MzEgMTUuMjA3MSAxMS43MTg1QzE1LjAxOTYgMTEuOTA2MSAxNC43NjUyIDEyLjAxMTQgMTQuNSAxMi4wMTE0VjEyLjAxMTdaIiBmaWxsPSIjQTkxRjNDIi8+CjxwYXRoIGQ9Ik04LjM3NSAxMi41SDIuNjI1QzIuMDYxNTkgMTIuNDk5NCAxLjUyMTQzIDEyLjI3NTQgMS4xMjMwNCAxMS44NzdDMC43MjQ2NDggMTEuNDc4NiAwLjUwMDU3OSAxMC45Mzg0IDAuNSAxMC4zNzVWNS42MjVDMC41MDA1NzkgNS4wNjE1OSAwLjcyNDY0OCA0LjUyMTQzIDEuMTIzMDQgNC4xMjMwNEMxLjUyMTQzIDMuNzI0NjUgMi4wNjE1OSAzLjUwMDU4IDIuNjI1IDMuNUg4LjM5QzguOTQ5NCAzLjUwMDY2IDkuNDg1NzEgMy43MjMxOCA5Ljg4MTI2IDQuMTE4NzRDMTAuMjc2OCA0LjUxNDI5IDEwLjQ5OTMgNS4wNTA2IDEwLjUgNS42MVYxMC4zNzVDMTAuNDk5NCAxMC45Mzg0IDEwLjI3NTQgMTEuNDc4NiA5Ljg3Njk2IDExLjg3N0M5LjQ3ODU3IDEyLjI3NTQgOC45Mzg0MSAxMi40OTk0IDguMzc1IDEyLjVaIiBmaWxsPSIjQTkxRjNDIi8+Cjwvc3ZnPgo=) no-repeat left top 2px; }
      body.single-event .info-box ul.info li.type.inperson {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE2IDE2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC4wMjgyMjg1LDAsMCwwLjAyODIyODUsLTIuNTI2NTEsMC4zMjA1NzcpIj4KICAgICAgICA8cGF0aCBkPSJNNTA4LjI2LDMyNS42OUM0ODcuNzAxLDMyNS42OSA0NjguODI2LDMxOC4zNjYgNDU0LjA5NiwzMDYuMTlDNDMwLjg0NiwzMTYuMjAyIDQxNC41MTQsMzM5LjMyNyA0MTQuNTE0LDM2Ni4yMUw0MTQuNTE0LDQ3NS4xNEw0NTQuNDMyLDQ3NS4xNEw2MDIuMDAyLDQ3NS4xNDRMNjAyLjAwMiwzNjYuMjE0QzYwMi4wMDIsMzM5LjMzNSA1ODUuNjc0LDMxNi4yMDYgNTYyLjQyLDMwNi4xOTRDNTQ3LjY5MywzMTguMzcgNTI4LjgxNSwzMjUuNjk0IDUwOC4yNiwzMjUuNjk0TDUwOC4yNiwzMjUuNjlaTTI4NS40OSw0NzUuMTRMMjg1LjQ5LDM2Ni4yMUMyODUuNDksMzM5LjMzMSAyNjkuMTYyLDMxNi4yMDIgMjQ1LjkwOCwzMDYuMTlDMjMxLjE4MSwzMTguMzY2IDIxMi4zMDMsMzI1LjY5IDE5MS43NDQsMzI1LjY5QzE3MS4xODUsMzI1LjY5IDE1Mi4zMSwzMTguMzY2IDEzNy41OCwzMDYuMTlDMTE0LjMzLDMxNi4yMDIgOTguMDAyLDMzOS4zMzEgOTguMDAyLDM2Ni4yMUw5OC4wMDIsNDc1LjE0TDI4NS40OSw0NzUuMTRaTTQzNS43MywyODYuMTRDNDI4LjkxLDI3OS4xNzUgNDIwLjUzMSwyNzMuNzc3IDQxMS4xNzksMjcwLjM5OEMzOTQuODY3LDI4NC44NzggMzczLjQ3NiwyOTMuNzYxIDM0OS45OTEsMjkzLjc2MUMzMjYuNTExLDI5My43NjEgMzA1LjEyLDI4NC44NzggMjg4LjgwMywyNzAuMzk4QzI3OS40NTEsMjczLjc2OSAyNzEuMDczLDI3OS4xNzEgMjY0LjI1MiwyODYuMTRDMjkyLjQ1NSwzMDEuNzM4IDMxMS42MDcsMzMxLjc2OSAzMTEuNjA3LDM2Ni4yMUwzMTEuNjA3LDQ3NS4xNEwzODguMzczLDQ3NS4xNEwzODguMzc3LDM2Ni4yMUMzODguMzc3LDMzMS43NjUgNDA3LjUyOSwzMDEuNzMzIDQzNS43MjksMjg2LjE0NEw0MzUuNzMsMjg2LjE0Wk00NDkuMjQsMjQwLjU1QzQ0OS4yNCwyNzMuMDg1IDQ3NS43MTcsMjk5LjU2MiA1MDguMjUyLDI5OS41NjJDNTQwLjc5NSwyOTkuNTYyIDU2Ny4yNjQsMjczLjA4NSA1NjcuMjY0LDI0MC41NUM1NjcuMjY0LDIwOC4wMDcgNTQwLjc4NywxODEuNTM4IDUwOC4yNTIsMTgxLjUzOEM0NzUuNzE3LDE4MS41MzggNDQ5LjI0LDIwOC4wMTEgNDQ5LjI0LDI0MC41NVpNMTkxLjc0LDI5OS41NkMyMjQuMjc1LDI5OS41NiAyNTAuNzUyLDI3My4wODMgMjUwLjc1MiwyNDAuNTQ4QzI1MC43NTIsMjA4LjAwNSAyMjQuMjc1LDE4MS41MzYgMTkxLjc0LDE4MS41MzZDMTU5LjE5NywxODEuNTM2IDEzMi43MjgsMjA4LjAxMyAxMzIuNzI4LDI0MC41NDhDMTMyLjcyOCwyNzMuMDg3IDE1OS4yMDEsMjk5LjU2IDE5MS43NCwyOTkuNTZaTTI4My43OCwyMDEuNDFDMjgzLjc4LDIzNy45MyAzMTMuNDg3LDI2Ny42MjkgMzQ5Ljk5OSwyNjcuNjI5QzM4Ni41MTEsMjY3LjYyOSA0MTYuMjE4LDIzNy45MjIgNDE2LjIxOCwyMDEuNDFDNDE2LjIxOCwxNjQuODk4IDM4Ni41MTksMTM1LjE4NyAzNDkuOTk5LDEzNS4xODdDMzEzLjQ3OSwxMzUuMTg3IDI4My43OCwxNjQuODk0IDI4My43OCwyMDEuNDFaTTI1OC43MSwxODguMTVDMjYyLjkwOSwxNTkuMTM4IDI4MC41NjUsMTM0LjQzOSAzMDUuMjE0LDEyMC43MDlDMjk1LjU4MSwxMDEuMTc4IDI3NS41MTksODcuNjc0IDI1Mi4zMTIsODcuNjc0QzIxOS43NjksODcuNjc0IDE5My4zLDExNC4xNTEgMTkzLjMsMTQ2LjY4NkMxOTMuMywxNDkuNjk0IDE5My41OTcsMTUyLjYyNyAxOTQuMDM0LDE1NS41MThDMjIwLjI3MiwxNTYuMjI1IDI0My41NSwxNjguODI3IDI1OC43MSwxODguMTUxTDI1OC43MSwxODguMTVaTTQ0MS4yOSwxODguMTVDNDU2LjM2LDE2OC45MzEgNDc5LjQ3LDE1Ni4zNjkgNTA1LjU0LDE1NS41NDFDNTA2LjMwMiwxNTEuNzY4IDUwNi43MTIsMTQ3Ljg2NSA1MDYuNzEyLDE0My44NjVDNTA2LjcxMiwxMTEuMzMgNDgwLjIzNSw4NC44NTMgNDQ3LjcsODQuODUzQzQyMy42MjIsODQuODUzIDQwMi44OTUsOTkuMzY5IDM5My43MzEsMTIwLjA5NUM0MTguOTMsMTMzLjcwOCA0MzcuMDI4LDE1OC43MTYgNDQxLjI5LDE4OC4xNUw0NDEuMjksMTg4LjE1WiIgc3R5bGU9ImZpbGw6cmdiKDE2OSwzMSw2MCk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat left top 0px;
        background-size: 20px; }
      body.single-event .info-box ul.info li.location {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTU5OSAyNDQzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPHJlY3QgaWQ9IkFydGJvYXJkMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE1OTguODUiIGhlaWdodD0iMjQ0Mi4zMiIgc3R5bGU9ImZpbGw6bm9uZTsiLz4KICAgIDxnIGlkPSJBcnRib2FyZDExIiBzZXJpZjppZD0iQXJ0Ym9hcmQxIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTEwNzMuMzEsMTY5MWwzMzEuNDEzLC01MTUuODc1YzE0Ni4xOTEsLTIyNy41MDkgMTU2LjAzNywtNTA0Ljk1OSAyNi4yNTMsLTc0Mi4yOTJjLTEyOS44LC0yMzcuMzM4IC0zNjguNjA0LC0zNzkuMTY3IC02MzkuMTI1LC0zNzkuMTY3Yy0yNzAuNTIxLDAgLTUwOS4zMzMsMTQxLjgyOSAtNjM5LjEyNSwzNzkuMTY3Yy0xMjkuNzgzLDIzNi45NzkgLTExOS45NTQsNTE0LjQxNyAyNi4yNTMsNzQyLjI5MmwzMzEuMDM4LDUxNS41NDFjLTI5MC4yLDUxLjQgLTQ3NS4wNDIsMTgwLjQ2NyAtNDc1LjA0MiwzMzYuMTVjMC4zNTgsMjA4LjU0NiAzMTguMjc5LDM2MC4yMDQgNzU2Ljg3NSwzNjAuMjA0YzQzOC41OTYsMCA3NTYuNSwtMTUxLjY1OCA3NTYuNSwtMzYwLjIwNGMwLC0xNTYuNDEyIC0xODQuNDcxLC0yODUuMTA4IC00NzUuMDQxLC0zMzUuNzkxbDAuMDAxLC0wLjAyNVptMzIuODEzLC05NTAuMDg0Yy0wLDE3Mi44MjEgLTE0MS4wOTYsMzEzLjU0MiAtMzE0LjI3NSwzMTMuNTQyYy0xNzMuMTc5LC0wIC0zMTQuMjc1LC0xNDAuNzIxIC0zMTQuMjc1LC0zMTMuNTQyYy0wLC0xNzMuMTc1IDE0MS4wOTYsLTMxNC4yNzUgMzE0LjI3NSwtMzE0LjI3NWMxNzMuMTc5LDAgMzE0LjI3NSwxNDAuNzM4IDMxNC4yNzUsMzE0LjI3NVptLTM2Ni4wNSwxMzA3Ljc1YzExLjI5NSwxNy44NzIgMzAuNjMxLDI4LjQzNCA1MS43NzUsMjguNDM0YzIxLjUxNywwIDQwLjgzNiwtMTAuNTc5IDUxLjc3NSwtMjguMDc2bDEyNC42OTEsLTE5NC4zMjFjMjY4LjMyNSwzMS43MjIgNDAyLjg2NywxMjcuMjQ2IDQwMi44NjcsMTcyLjA4OGMwLDU0LjY4NyAtMTk3LjIzMywxODMuMDI1IC01NzkuMzMzLDE4My4wMjVjLTM4Mi4wNzksLTAgLTU3OS4zMzQsLTEyOC4zMzggLTU3OS4zMzQsLTE4My4wMjVjMCwtNDQuODQyIDEzNC41MzgsLTE0MC4wMDggNDAyLjg2NywtMTcyLjA4OGwxMjQuNjkyLDE5My45NjNaIiBzdHlsZT0iZmlsbDpyZ2IoMTcwLDMxLDU5KTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat left top 0px;
        background-position-y: 1px;
        background-size: 12px;
        padding-bottom: 1px;
        max-width: 25%; }

body.archive main,
body.archive .archive-header {
  width: var(--wp--custom--layout--wide-size);
  margin: 0 auto 111px;
  max-width: calc(100% - var(--spacing-500)); }
  @media (max-width: 781px) {
    body.archive main:not(.alignfull),
    body.archive .archive-header:not(.alignfull) {
      padding-left: var(--spacing-500);
      padding-right: var(--spacing-500);
      max-width: 100%; } }

body.archive .archive-header {
  width: 100%;
  max-width: 100%;
  background: #0c0748;
  padding: 90px 0 90px;
  margin-bottom: 111px; }
  @media (max-width: 781px) {
    body.archive .archive-header {
      padding: 42px 0;
      margin-bottom: 40px; } }
  body.archive .archive-header h1 {
    width: var(--wp--custom--layout--wide-size);
    max-width: calc(100% - 100px);
    margin: 0 auto;
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    color: #fff; }
    @media (max-width: 781px) {
      body.archive .archive-header h1 {
        font-size: 30px;
        max-width: calc(100% - 60px); } }

body.post-type-archive-lab .archive-header {
  margin-bottom: 90px; }

.post-type-archive-lab main,
.post-type-archive-lab .mobile-listing,
.wp-block-hbsd3-labs-slider main,
.wp-block-hbsd3-labs-slider .mobile-listing {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 78px;
  -webkit-column-gap: 69px;
     -moz-column-gap: 69px;
          column-gap: 69px; }
  @media (max-width: 959px) {
    .post-type-archive-lab main,
    .post-type-archive-lab .mobile-listing,
    .wp-block-hbsd3-labs-slider main,
    .wp-block-hbsd3-labs-slider .mobile-listing {
      grid-template-columns: 1fr;
      row-gap: 50px; } }

.post-type-archive-lab .entry-content,
.wp-block-hbsd3-labs-slider .entry-content {
  grid-column: 1 / -1; }
  .post-type-archive-lab .entry-content p,
  .wp-block-hbsd3-labs-slider .entry-content p {
    width: initial;
    font-size: 30px; }

.post-type-archive-lab article.type-lab,
.wp-block-hbsd3-labs-slider article.type-lab {
  display: grid;
  grid-template-columns: 163px 1fr;
  gap: 23px;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px; }
  @media (max-width: 781px) {
    .post-type-archive-lab article.type-lab,
    .wp-block-hbsd3-labs-slider article.type-lab {
      grid-template-columns: 84px 1fr;
      gap: 12px;
      font-size: 16px; } }
  .post-type-archive-lab article.type-lab .archive-lab-thumbnail svg,
  .wp-block-hbsd3-labs-slider article.type-lab .archive-lab-thumbnail svg {
    width: 163px;
    height: 204px; }
    @media (max-width: 781px) {
      .post-type-archive-lab article.type-lab .archive-lab-thumbnail svg,
      .wp-block-hbsd3-labs-slider article.type-lab .archive-lab-thumbnail svg {
        width: 84px;
        height: 105px; } }
  .post-type-archive-lab article.type-lab .archive-lab-thumbnail img,
  .wp-block-hbsd3-labs-slider article.type-lab .archive-lab-thumbnail img {
    display: block;
    margin: 0 auto;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: unset; }
  .post-type-archive-lab article.type-lab .archive-lab-title,
  .wp-block-hbsd3-labs-slider article.type-lab .archive-lab-title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: #a2102a;
    margin-bottom: 12px;
    font-family: var(--wp--preset--font-family--hbs-graphik-compact); }
    .post-type-archive-lab article.type-lab .archive-lab-title a,
    .wp-block-hbsd3-labs-slider article.type-lab .archive-lab-title a {
      color: inherit; }
    @media (max-width: 781px) {
      .post-type-archive-lab article.type-lab .archive-lab-title,
      .wp-block-hbsd3-labs-slider article.type-lab .archive-lab-title {
        font-size: 26px; } }
  .post-type-archive-lab article.type-lab a.learn-more,
  .wp-block-hbsd3-labs-slider article.type-lab a.learn-more {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: block;
    color: #0c0748;
    margin-top: 23px; }
    @media (max-width: 781px) {
      .post-type-archive-lab article.type-lab a.learn-more,
      .wp-block-hbsd3-labs-slider article.type-lab a.learn-more {
        font-size: 16px; } }

body.post-type-archive-event .events-top-bar {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 781px) {
    body.post-type-archive-event .events-top-bar {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      body.post-type-archive-event .events-top-bar .event-type {
        margin-top: 30px;
        padding-left: 0 !important;
        width: 100%; }
        body.post-type-archive-event .events-top-bar .event-type select {
          width: 100% !important; }
      body.post-type-archive-event .events-top-bar .event-tabs ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  body.post-type-archive-event .events-top-bar .event-tabs {
    width: 100%;
    border-bottom: 2px solid #D9D9D9; }
    body.post-type-archive-event .events-top-bar .event-tabs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none; }
      body.post-type-archive-event .events-top-bar .event-tabs ul li {
        margin-right: 20px; }
      body.post-type-archive-event .events-top-bar .event-tabs ul a {
        color: #000;
        font-family: var(--wp--preset--font-family--hbs-graphik-compact);
        padding-bottom: 26px;
        display: block; }
        body.post-type-archive-event .events-top-bar .event-tabs ul a.selected {
          font-weight: 600;
          border-bottom: 4px solid #A91F3C; }
  body.post-type-archive-event .events-top-bar .event-type {
    padding-left: 20px;
    float: right; }
    body.post-type-archive-event .events-top-bar .event-type select {
      font-family: var(--wp--preset--font-family--hbs-graphik-compact);
      padding: 10px;
      width: 225px;
      height: 50px;
      font-size: 18px;
      background: #F7F7F7;
      border: 2px solid #D9D9D9;
      border-radius: 4px; }

body.post-type-archive-event .archive-header .subtitle {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: var(--wp--preset--font-family--hbs-graphik-x-cond);
  text-transform: uppercase;
  font-weight: 900;
  background: var(--wp--preset--color--crimson);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px 6px 25px;
  border-radius: 50px;
  position: relative; }

body.post-type-archive-event .archive-header a {
  color: #fff;
  top: 2px;
  position: absolute;
  left: 10px;
  width: 10px; }

body.post-type-archive-event .archive-header div.archive-blurb {
  width: var(--wp--custom--layout--wide-size);
  max-width: calc(100% - 100px);
  margin: 0 auto;
  margin-top: 24px; }
  body.post-type-archive-event .archive-header div.archive-blurb p {
    max-width: 800px;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #fff; }
  @media (max-width: 781px) {
    body.post-type-archive-event .archive-header div.archive-blurb {
      font-size: 30px;
      max-width: calc(100% - 60px); } }

body.post-type-archive-event .article {
  position: relative; }
  body.post-type-archive-event .article .cost {
    background: black;
    border-radius: 99999px;
    border: 1px solid #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    height: 32px;
    min-width: 32px;
    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;
    line-height: 1rem;
    text-transform: uppercase;
    font-weight: 800;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px; }
  body.post-type-archive-event .article ul.info {
    padding-left: 0px;
    margin-bottom: 45px; }
    body.post-type-archive-event .article ul.info li {
      color: var(--wp--preset--color--text-black);
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 10px;
      padding-left: 25px;
      list-style-type: none; }
      body.post-type-archive-event .article ul.info li a {
        color: var(--color-harvard-crimson);
        text-decoration: underline; }
      body.post-type-archive-event .article ul.info li.who {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggNy45OTk5NEM4LjY5MjIzIDcuOTk5OTQgOS4zNjg5MiA3Ljc5NDY3IDkuOTQ0NSA3LjQxMDA5QzEwLjUyMDEgNy4wMjU1IDEwLjk2ODcgNi40Nzg4NyAxMS4yMzM2IDUuODM5MzNDMTEuNDk4NSA1LjE5OTc5IDExLjU2NzggNC40OTYwNiAxMS40MzI3IDMuODE3MTJDMTEuMjk3NyAzLjEzODE5IDEwLjk2NDQgMi41MTQ1NSAxMC40NzQ5IDIuMDI1MDdDOS45ODUzOSAxLjUzNTU4IDkuMzYxNzUgMS4yMDIyNCA4LjY4MjgyIDEuMDY3MTlDOC4wMDM4OCAwLjkzMjE0NCA3LjMwMDE1IDEuMDAxNDYgNi42NjA2MSAxLjI2NjM2QzYuMDIxMDcgMS41MzEyNyA1LjQ3NDQ0IDEuOTc5ODcgNS4wODk4NiAyLjU1NTQ0QzQuNzA1MjcgMy4xMzEwMiA0LjUgMy44MDc3MSA0LjUgNC40OTk5NEM0LjUgNS40MjgyIDQuODY4NzUgNi4zMTg0NCA1LjUyNTEzIDYuOTc0ODFDNi4xODE1IDcuNjMxMTkgNy4wNzE3NCA3Ljk5OTk0IDggNy45OTk5NFpNOCA4Ljk5OTk0QzUuODMwNjMgOC45OTk5NCAxLjUgMTAuMzM5OSAxLjUgMTIuOTk5OVYxNC45OTk5SDE0LjVWMTIuOTk5OUMxNC41IDEwLjMzOTkgMTAuMTY5NCA4Ljk5OTk0IDggOC45OTk5NFoiIGZpbGw9IiNBOTFGM0MiLz4KPC9zdmc+Cg==) no-repeat left top 2px; }
      body.post-type-archive-event .article ul.info li.dates {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMTQuMjVDMSAxNC40NDg5IDEuMDc5MDIgMTQuNjM5NyAxLjIxOTY3IDE0Ljc4MDNDMS4zNjAzMiAxNC45MjEgMS41NTEwOSAxNSAxLjc1IDE1SDE0LjI1QzE0LjQ0ODkgMTUgMTQuNjM5NyAxNC45MjEgMTQuNzgwMyAxNC43ODAzQzE0LjkyMSAxNC42Mzk3IDE1IDE0LjQ0ODkgMTUgMTQuMjVWNS41SDFWMTQuMjVaTTExIDYuNjI1QzExIDYuNTkxODUgMTEuMDEzMiA2LjU2MDA1IDExLjAzNjYgNi41MzY2MUMxMS4wNjAxIDYuNTEzMTcgMTEuMDkxOCA2LjUgMTEuMTI1IDYuNUgxMi4zNzVDMTIuNDA4MiA2LjUgMTIuNDM5OSA2LjUxMzE3IDEyLjQ2MzQgNi41MzY2MUMxMi40ODY4IDYuNTYwMDUgMTIuNSA2LjU5MTg1IDEyLjUgNi42MjVWNy44NzVDMTIuNSA3LjkwODE1IDEyLjQ4NjggNy45Mzk5NSAxMi40NjM0IDcuOTYzMzlDMTIuNDM5OSA3Ljk4NjgzIDEyLjQwODIgOCAxMi4zNzUgOEgxMS4xMjVDMTEuMDkxOCA4IDExLjA2MDEgNy45ODY4MyAxMS4wMzY2IDcuOTYzMzlDMTEuMDEzMiA3LjkzOTk1IDExIDcuOTA4MTUgMTEgNy44NzVWNi42MjVaTTExIDkuMTI1QzExIDkuMDkxODUgMTEuMDEzMiA5LjA2MDA1IDExLjAzNjYgOS4wMzY2MUMxMS4wNjAxIDkuMDEzMTcgMTEuMDkxOCA5IDExLjEyNSA5SDEyLjM3NUMxMi40MDgyIDkgMTIuNDM5OSA5LjAxMzE3IDEyLjQ2MzQgOS4wMzY2MUMxMi40ODY4IDkuMDYwMDUgMTIuNSA5LjA5MTg1IDEyLjUgOS4xMjVWMTAuMzc1QzEyLjUgMTAuNDA4MiAxMi40ODY4IDEwLjQzOTkgMTIuNDYzNCAxMC40NjM0QzEyLjQzOTkgMTAuNDg2OCAxMi40MDgyIDEwLjUgMTIuMzc1IDEwLjVIMTEuMTI1QzExLjA5MTggMTAuNSAxMS4wNjAxIDEwLjQ4NjggMTEuMDM2NiAxMC40NjM0QzExLjAxMzIgMTAuNDM5OSAxMSAxMC40MDgyIDExIDEwLjM3NVY5LjEyNVpNOC41IDYuNjI1QzguNSA2LjU5MTg1IDguNTEzMTcgNi41NjAwNSA4LjUzNjYxIDYuNTM2NjFDOC41NjAwNSA2LjUxMzE3IDguNTkxODUgNi41IDguNjI1IDYuNUg5Ljg3NUM5LjkwODE1IDYuNSA5LjkzOTk1IDYuNTEzMTcgOS45NjMzOSA2LjUzNjYxQzkuOTg2ODMgNi41NjAwNSAxMCA2LjU5MTg1IDEwIDYuNjI1VjcuODc1QzEwIDcuOTA4MTUgOS45ODY4MyA3LjkzOTk1IDkuOTYzMzkgNy45NjMzOUM5LjkzOTk1IDcuOTg2ODMgOS45MDgxNSA4IDkuODc1IDhIOC42MjVDOC41OTE4NSA4IDguNTYwMDUgNy45ODY4MyA4LjUzNjYxIDcuOTYzMzlDOC41MTMxNyA3LjkzOTk1IDguNSA3LjkwODE1IDguNSA3Ljg3NVY2LjYyNVpNOC41IDkuMTI1QzguNSA5LjA5MTg1IDguNTEzMTcgOS4wNjAwNSA4LjUzNjYxIDkuMDM2NjFDOC41NjAwNSA5LjAxMzE3IDguNTkxODUgOSA4LjYyNSA5SDkuODc1QzkuOTA4MTUgOSA5LjkzOTk1IDkuMDEzMTcgOS45NjMzOSA5LjAzNjYxQzkuOTg2ODMgOS4wNjAwNSAxMCA5LjA5MTg1IDEwIDkuMTI1VjEwLjM3NUMxMCAxMC40MDgyIDkuOTg2ODMgMTAuNDM5OSA5Ljk2MzM5IDEwLjQ2MzRDOS45Mzk5NSAxMC40ODY4IDkuOTA4MTUgMTAuNSA5Ljg3NSAxMC41SDguNjI1QzguNTkxODUgMTAuNSA4LjU2MDA1IDEwLjQ4NjggOC41MzY2MSAxMC40NjM0QzguNTEzMTcgMTAuNDM5OSA4LjUgMTAuNDA4MiA4LjUgMTAuMzc1VjkuMTI1Wk04LjUgMTEuNjI1QzguNSAxMS41OTE4IDguNTEzMTcgMTEuNTYwMSA4LjUzNjYxIDExLjUzNjZDOC41NjAwNSAxMS41MTMyIDguNTkxODUgMTEuNSA4LjYyNSAxMS41SDkuODc1QzkuOTA4MTUgMTEuNSA5LjkzOTk1IDExLjUxMzIgOS45NjMzOSAxMS41MzY2QzkuOTg2ODMgMTEuNTYwMSAxMCAxMS41OTE4IDEwIDExLjYyNVYxMi44NzVDMTAgMTIuOTA4MiA5Ljk4NjgzIDEyLjkzOTkgOS45NjMzOSAxMi45NjM0QzkuOTM5OTUgMTIuOTg2OCA5LjkwODE1IDEzIDkuODc1IDEzSDguNjI1QzguNTkxODUgMTMgOC41NjAwNSAxMi45ODY4IDguNTM2NjEgMTIuOTYzNEM4LjUxMzE3IDEyLjkzOTkgOC41IDEyLjkwODIgOC41IDEyLjg3NVYxMS42MjVaTTYgOS4xMjVDNiA5LjA5MTg1IDYuMDEzMTcgOS4wNjAwNSA2LjAzNjYxIDkuMDM2NjFDNi4wNjAwNSA5LjAxMzE3IDYuMDkxODUgOSA2LjEyNSA5SDcuMzc1QzcuNDA4MTUgOSA3LjQzOTk1IDkuMDEzMTcgNy40NjMzOSA5LjAzNjYxQzcuNDg2ODMgOS4wNjAwNSA3LjUgOS4wOTE4NSA3LjUgOS4xMjVWMTAuMzc1QzcuNSAxMC40MDgyIDcuNDg2ODMgMTAuNDM5OSA3LjQ2MzM5IDEwLjQ2MzRDNy40Mzk5NSAxMC40ODY4IDcuNDA4MTUgMTAuNSA3LjM3NSAxMC41SDYuMTI1QzYuMDkxODUgMTAuNSA2LjA2MDA1IDEwLjQ4NjggNi4wMzY2MSAxMC40NjM0QzYuMDEzMTcgMTAuNDM5OSA2IDEwLjQwODIgNiAxMC4zNzVWOS4xMjVaTTYgMTEuNjI1QzYgMTEuNTkxOCA2LjAxMzE3IDExLjU2MDEgNi4wMzY2MSAxMS41MzY2QzYuMDYwMDUgMTEuNTEzMiA2LjA5MTg1IDExLjUgNi4xMjUgMTEuNUg3LjM3NUM3LjQwODE1IDExLjUgNy40Mzk5NSAxMS41MTMyIDcuNDYzMzkgMTEuNTM2NkM3LjQ4NjgzIDExLjU2MDEgNy41IDExLjU5MTggNy41IDExLjYyNVYxMi44NzVDNy41IDEyLjkwODIgNy40ODY4MyAxMi45Mzk5IDcuNDYzMzkgMTIuOTYzNEM3LjQzOTk1IDEyLjk4NjggNy40MDgxNSAxMyA3LjM3NSAxM0g2LjEyNUM2LjA5MTg1IDEzIDYuMDYwMDUgMTIuOTg2OCA2LjAzNjYxIDEyLjk2MzRDNi4wMTMxNyAxMi45Mzk5IDYgMTIuOTA4MiA2IDEyLjg3NVYxMS42MjVaTTMuNSA5LjEyNUMzLjUgOS4wOTE4NSAzLjUxMzE3IDkuMDYwMDUgMy41MzY2MSA5LjAzNjYxQzMuNTYwMDUgOS4wMTMxNyAzLjU5MTg1IDkgMy42MjUgOUg0Ljg3NUM0LjkwODE1IDkgNC45Mzk5NSA5LjAxMzE3IDQuOTYzMzkgOS4wMzY2MUM0Ljk4NjgzIDkuMDYwMDUgNSA5LjA5MTg1IDUgOS4xMjVWMTAuMzc1QzUgMTAuNDA4MiA0Ljk4NjgzIDEwLjQzOTkgNC45NjMzOSAxMC40NjM0QzQuOTM5OTUgMTAuNDg2OCA0LjkwODE1IDEwLjUgNC44NzUgMTAuNUgzLjYyNUMzLjU5MTg1IDEwLjUgMy41NjAwNSAxMC40ODY4IDMuNTM2NjEgMTAuNDYzNEMzLjUxMzE3IDEwLjQzOTkgMy41IDEwLjQwODIgMy41IDEwLjM3NVY5LjEyNVpNMy41IDExLjYyNUMzLjUgMTEuNTkxOCAzLjUxMzE3IDExLjU2MDEgMy41MzY2MSAxMS41MzY2QzMuNTYwMDUgMTEuNTEzMiAzLjU5MTg1IDExLjUgMy42MjUgMTEuNUg0Ljg3NUM0LjkwODE1IDExLjUgNC45Mzk5NSAxMS41MTMyIDQuOTYzMzkgMTEuNTM2NkM0Ljk4NjgzIDExLjU2MDEgNSAxMS41OTE4IDUgMTEuNjI1VjEyLjg3NUM1IDEyLjkwODIgNC45ODY4MyAxMi45Mzk5IDQuOTYzMzkgMTIuOTYzNEM0LjkzOTk1IDEyLjk4NjggNC45MDgxNSAxMyA0Ljg3NSAxM0gzLjYyNUMzLjU5MTg1IDEzIDMuNTYwMDUgMTIuOTg2OCAzLjUzNjYxIDEyLjk2MzRDMy41MTMxNyAxMi45Mzk5IDMuNSAxMi45MDgyIDMuNSAxMi44NzVWMTEuNjI1WiIgZmlsbD0iI0E5MUYzQyIvPgo8cGF0aCBkPSJNMTQuMjUgMkgxMi41MDI1VjFIMTEuMDAyNVYySDQuOTk3NVYxSDMuNDk3NVYySDEuNzVDMS42NTE4OCAxLjk5OTE4IDEuNTU0NTcgMi4wMTc3NyAxLjQ2MzY4IDIuMDU0NzJDMS4zNzI3OCAyLjA5MTY3IDEuMjkwMDkgMi4xNDYyNCAxLjIyMDM4IDIuMjE1MjlDMS4xNTA2NiAyLjI4NDMzIDEuMDk1MyAyLjM2NjQ5IDEuMDU3NDggMi40NTcwM0MxLjAxOTY1IDIuNTQ3NTcgMS4wMDAxMiAyLjY0NDY5IDEgMi43NDI4MVY0LjVIMTVWMi43NDI4MUMxNC45OTk5IDIuNjQ0NjkgMTQuOTgwMyAyLjU0NzU3IDE0Ljk0MjUgMi40NTcwM0MxNC45MDQ3IDIuMzY2NDkgMTQuODQ5MyAyLjI4NDMzIDE0Ljc3OTYgMi4yMTUyOUMxNC43MDk5IDIuMTQ2MjQgMTQuNjI3MiAyLjA5MTY3IDE0LjUzNjMgMi4wNTQ3MkMxNC40NDU0IDIuMDE3NzcgMTQuMzQ4MSAxLjk5OTE4IDE0LjI1IDJWMloiIGZpbGw9IiNBOTFGM0MiLz4KPC9zdmc+Cg==) no-repeat left top 2px; }
      body.post-type-archive-event .article ul.info li.times {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMS41QzQuNDEwMzEgMS41IDEuNSA0LjQxMDMxIDEuNSA4QzEuNSAxMS41ODk3IDQuNDEwMzEgMTQuNSA4IDE0LjVDMTEuNTg5NyAxNC41IDE0LjUgMTEuNTg5NyAxNC41IDhDMTQuNSA0LjQxMDMxIDExLjU4OTcgMS41IDggMS41Wk0xMSA5SDhDNy44NjczOSA5IDcuNzQwMjEgOC45NDczMiA3LjY0NjQ1IDguODUzNTVDNy41NTI2OCA4Ljc1OTc5IDcuNSA4LjYzMjYxIDcuNSA4LjVWNEM3LjUgMy44NjczOSA3LjU1MjY4IDMuNzQwMjEgNy42NDY0NSAzLjY0NjQ1QzcuNzQwMjEgMy41NTI2OCA3Ljg2NzM5IDMuNSA4IDMuNUM4LjEzMjYxIDMuNSA4LjI1OTc5IDMuNTUyNjggOC4zNTM1NSAzLjY0NjQ1QzguNDQ3MzIgMy43NDAyMSA4LjUgMy44NjczOSA4LjUgNFY4SDExQzExLjEzMjYgOCAxMS4yNTk4IDguMDUyNjggMTEuMzUzNiA4LjE0NjQ1QzExLjQ0NzMgOC4yNDAyMSAxMS41IDguMzY3MzkgMTEuNSA4LjVDMTEuNSA4LjYzMjYxIDExLjQ0NzMgOC43NTk3OSAxMS4zNTM2IDguODUzNTVDMTEuMjU5OCA4Ljk0NzMyIDExLjEzMjYgOSAxMSA5WiIgZmlsbD0iI0E5MUYzQyIvPgo8L3N2Zz4K) no-repeat left top 2px; }
      body.post-type-archive-event .article ul.info li.type {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjUgMTIuMDExN0MxNC4zNiAxMi4wMTE2IDE0LjIyMTYgMTEuOTgyMSAxNC4wOTM4IDExLjkyNTJDMTQuMDY0IDExLjkxMiAxNC4wMzU2IDExLjg5NTggMTQuMDA5MSAxMS44NzdMMTEuNDI0NCAxMC4wNTc3QzExLjI5MzMgOS45NjUzOCAxMS4xODYzIDkuODQyOTUgMTEuMTEyNSA5LjcwMDY4QzExLjAzODYgOS41NTg0IDExIDkuNDAwNDYgMTEgOS4yNDAxNlY2Ljc1ODkxQzExIDYuNTk4NjEgMTEuMDM4NiA2LjQ0MDY2IDExLjExMjUgNi4yOTgzOUMxMS4xODYzIDYuMTU2MTIgMTEuMjkzMyA2LjAzMzY4IDExLjQyNDQgNS45NDE0MUwxNC4wMDkxIDQuMTIyMDNDMTQuMDM1NiA0LjEwMzI0IDE0LjA2NCA0LjA4NzEyIDE0LjA5MzggNC4wNzM5MUMxNC4yNDYgNC4wMDYyMiAxNC40MTI4IDMuOTc3NjUgMTQuNTc4OSAzLjk5MDc4QzE0Ljc0NSA0LjAwMzkyIDE0LjkwNTEgNC4wNTgzNiAxNS4wNDQ5IDQuMTQ5MTRDMTUuMTg0NiA0LjIzOTkzIDE1LjI5OTQgNC4zNjQxOCAxNS4zNzg5IDQuNTEwNjJDMTUuNDU4NCA0LjY1NzA2IDE1LjUgNC44MjEwNCAxNS41IDQuOTg3NjZWMTEuMDExNEMxNS41IDExLjI3NjYgMTUuMzk0NiAxMS41MzEgMTUuMjA3MSAxMS43MTg1QzE1LjAxOTYgMTEuOTA2MSAxNC43NjUyIDEyLjAxMTQgMTQuNSAxMi4wMTE0VjEyLjAxMTdaIiBmaWxsPSIjQTkxRjNDIi8+CjxwYXRoIGQ9Ik04LjM3NSAxMi41SDIuNjI1QzIuMDYxNTkgMTIuNDk5NCAxLjUyMTQzIDEyLjI3NTQgMS4xMjMwNCAxMS44NzdDMC43MjQ2NDggMTEuNDc4NiAwLjUwMDU3OSAxMC45Mzg0IDAuNSAxMC4zNzVWNS42MjVDMC41MDA1NzkgNS4wNjE1OSAwLjcyNDY0OCA0LjUyMTQzIDEuMTIzMDQgNC4xMjMwNEMxLjUyMTQzIDMuNzI0NjUgMi4wNjE1OSAzLjUwMDU4IDIuNjI1IDMuNUg4LjM5QzguOTQ5NCAzLjUwMDY2IDkuNDg1NzEgMy43MjMxOCA5Ljg4MTI2IDQuMTE4NzRDMTAuMjc2OCA0LjUxNDI5IDEwLjQ5OTMgNS4wNTA2IDEwLjUgNS42MVYxMC4zNzVDMTAuNDk5NCAxMC45Mzg0IDEwLjI3NTQgMTEuNDc4NiA5Ljg3Njk2IDExLjg3N0M5LjQ3ODU3IDEyLjI3NTQgOC45Mzg0MSAxMi40OTk0IDguMzc1IDEyLjVaIiBmaWxsPSIjQTkxRjNDIi8+Cjwvc3ZnPgo=) no-repeat left top 2px; }
      body.post-type-archive-event .article ul.info li.type.inperson {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE2IDE2IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMC4wMjgyMjg1LDAsMCwwLjAyODIyODUsLTIuNTI2NTEsMC4zMjA1NzcpIj4KICAgICAgICA8cGF0aCBkPSJNNTA4LjI2LDMyNS42OUM0ODcuNzAxLDMyNS42OSA0NjguODI2LDMxOC4zNjYgNDU0LjA5NiwzMDYuMTlDNDMwLjg0NiwzMTYuMjAyIDQxNC41MTQsMzM5LjMyNyA0MTQuNTE0LDM2Ni4yMUw0MTQuNTE0LDQ3NS4xNEw0NTQuNDMyLDQ3NS4xNEw2MDIuMDAyLDQ3NS4xNDRMNjAyLjAwMiwzNjYuMjE0QzYwMi4wMDIsMzM5LjMzNSA1ODUuNjc0LDMxNi4yMDYgNTYyLjQyLDMwNi4xOTRDNTQ3LjY5MywzMTguMzcgNTI4LjgxNSwzMjUuNjk0IDUwOC4yNiwzMjUuNjk0TDUwOC4yNiwzMjUuNjlaTTI4NS40OSw0NzUuMTRMMjg1LjQ5LDM2Ni4yMUMyODUuNDksMzM5LjMzMSAyNjkuMTYyLDMxNi4yMDIgMjQ1LjkwOCwzMDYuMTlDMjMxLjE4MSwzMTguMzY2IDIxMi4zMDMsMzI1LjY5IDE5MS43NDQsMzI1LjY5QzE3MS4xODUsMzI1LjY5IDE1Mi4zMSwzMTguMzY2IDEzNy41OCwzMDYuMTlDMTE0LjMzLDMxNi4yMDIgOTguMDAyLDMzOS4zMzEgOTguMDAyLDM2Ni4yMUw5OC4wMDIsNDc1LjE0TDI4NS40OSw0NzUuMTRaTTQzNS43MywyODYuMTRDNDI4LjkxLDI3OS4xNzUgNDIwLjUzMSwyNzMuNzc3IDQxMS4xNzksMjcwLjM5OEMzOTQuODY3LDI4NC44NzggMzczLjQ3NiwyOTMuNzYxIDM0OS45OTEsMjkzLjc2MUMzMjYuNTExLDI5My43NjEgMzA1LjEyLDI4NC44NzggMjg4LjgwMywyNzAuMzk4QzI3OS40NTEsMjczLjc2OSAyNzEuMDczLDI3OS4xNzEgMjY0LjI1MiwyODYuMTRDMjkyLjQ1NSwzMDEuNzM4IDMxMS42MDcsMzMxLjc2OSAzMTEuNjA3LDM2Ni4yMUwzMTEuNjA3LDQ3NS4xNEwzODguMzczLDQ3NS4xNEwzODguMzc3LDM2Ni4yMUMzODguMzc3LDMzMS43NjUgNDA3LjUyOSwzMDEuNzMzIDQzNS43MjksMjg2LjE0NEw0MzUuNzMsMjg2LjE0Wk00NDkuMjQsMjQwLjU1QzQ0OS4yNCwyNzMuMDg1IDQ3NS43MTcsMjk5LjU2MiA1MDguMjUyLDI5OS41NjJDNTQwLjc5NSwyOTkuNTYyIDU2Ny4yNjQsMjczLjA4NSA1NjcuMjY0LDI0MC41NUM1NjcuMjY0LDIwOC4wMDcgNTQwLjc4NywxODEuNTM4IDUwOC4yNTIsMTgxLjUzOEM0NzUuNzE3LDE4MS41MzggNDQ5LjI0LDIwOC4wMTEgNDQ5LjI0LDI0MC41NVpNMTkxLjc0LDI5OS41NkMyMjQuMjc1LDI5OS41NiAyNTAuNzUyLDI3My4wODMgMjUwLjc1MiwyNDAuNTQ4QzI1MC43NTIsMjA4LjAwNSAyMjQuMjc1LDE4MS41MzYgMTkxLjc0LDE4MS41MzZDMTU5LjE5NywxODEuNTM2IDEzMi43MjgsMjA4LjAxMyAxMzIuNzI4LDI0MC41NDhDMTMyLjcyOCwyNzMuMDg3IDE1OS4yMDEsMjk5LjU2IDE5MS43NCwyOTkuNTZaTTI4My43OCwyMDEuNDFDMjgzLjc4LDIzNy45MyAzMTMuNDg3LDI2Ny42MjkgMzQ5Ljk5OSwyNjcuNjI5QzM4Ni41MTEsMjY3LjYyOSA0MTYuMjE4LDIzNy45MjIgNDE2LjIxOCwyMDEuNDFDNDE2LjIxOCwxNjQuODk4IDM4Ni41MTksMTM1LjE4NyAzNDkuOTk5LDEzNS4xODdDMzEzLjQ3OSwxMzUuMTg3IDI4My43OCwxNjQuODk0IDI4My43OCwyMDEuNDFaTTI1OC43MSwxODguMTVDMjYyLjkwOSwxNTkuMTM4IDI4MC41NjUsMTM0LjQzOSAzMDUuMjE0LDEyMC43MDlDMjk1LjU4MSwxMDEuMTc4IDI3NS41MTksODcuNjc0IDI1Mi4zMTIsODcuNjc0QzIxOS43NjksODcuNjc0IDE5My4zLDExNC4xNTEgMTkzLjMsMTQ2LjY4NkMxOTMuMywxNDkuNjk0IDE5My41OTcsMTUyLjYyNyAxOTQuMDM0LDE1NS41MThDMjIwLjI3MiwxNTYuMjI1IDI0My41NSwxNjguODI3IDI1OC43MSwxODguMTUxTDI1OC43MSwxODguMTVaTTQ0MS4yOSwxODguMTVDNDU2LjM2LDE2OC45MzEgNDc5LjQ3LDE1Ni4zNjkgNTA1LjU0LDE1NS41NDFDNTA2LjMwMiwxNTEuNzY4IDUwNi43MTIsMTQ3Ljg2NSA1MDYuNzEyLDE0My44NjVDNTA2LjcxMiwxMTEuMzMgNDgwLjIzNSw4NC44NTMgNDQ3LjcsODQuODUzQzQyMy42MjIsODQuODUzIDQwMi44OTUsOTkuMzY5IDM5My43MzEsMTIwLjA5NUM0MTguOTMsMTMzLjcwOCA0MzcuMDI4LDE1OC43MTYgNDQxLjI5LDE4OC4xNUw0NDEuMjksMTg4LjE1WiIgc3R5bGU9ImZpbGw6cmdiKDE2OSwzMSw2MCk7ZmlsbC1ydWxlOm5vbnplcm87Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat left top 0px; }
      body.post-type-archive-event .article ul.info li.location {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTU5OSAyNDQzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPHJlY3QgaWQ9IkFydGJvYXJkMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE1OTguODUiIGhlaWdodD0iMjQ0Mi4zMiIgc3R5bGU9ImZpbGw6bm9uZTsiLz4KICAgIDxnIGlkPSJBcnRib2FyZDExIiBzZXJpZjppZD0iQXJ0Ym9hcmQxIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHBhdGggZD0iTTEwNzMuMzEsMTY5MWwzMzEuNDEzLC01MTUuODc1YzE0Ni4xOTEsLTIyNy41MDkgMTU2LjAzNywtNTA0Ljk1OSAyNi4yNTMsLTc0Mi4yOTJjLTEyOS44LC0yMzcuMzM4IC0zNjguNjA0LC0zNzkuMTY3IC02MzkuMTI1LC0zNzkuMTY3Yy0yNzAuNTIxLDAgLTUwOS4zMzMsMTQxLjgyOSAtNjM5LjEyNSwzNzkuMTY3Yy0xMjkuNzgzLDIzNi45NzkgLTExOS45NTQsNTE0LjQxNyAyNi4yNTMsNzQyLjI5MmwzMzEuMDM4LDUxNS41NDFjLTI5MC4yLDUxLjQgLTQ3NS4wNDIsMTgwLjQ2NyAtNDc1LjA0MiwzMzYuMTVjMC4zNTgsMjA4LjU0NiAzMTguMjc5LDM2MC4yMDQgNzU2Ljg3NSwzNjAuMjA0YzQzOC41OTYsMCA3NTYuNSwtMTUxLjY1OCA3NTYuNSwtMzYwLjIwNGMwLC0xNTYuNDEyIC0xODQuNDcxLC0yODUuMTA4IC00NzUuMDQxLC0zMzUuNzkxbDAuMDAxLC0wLjAyNVptMzIuODEzLC05NTAuMDg0Yy0wLDE3Mi44MjEgLTE0MS4wOTYsMzEzLjU0MiAtMzE0LjI3NSwzMTMuNTQyYy0xNzMuMTc5LC0wIC0zMTQuMjc1LC0xNDAuNzIxIC0zMTQuMjc1LC0zMTMuNTQyYy0wLC0xNzMuMTc1IDE0MS4wOTYsLTMxNC4yNzUgMzE0LjI3NSwtMzE0LjI3NWMxNzMuMTc5LDAgMzE0LjI3NSwxNDAuNzM4IDMxNC4yNzUsMzE0LjI3NVptLTM2Ni4wNSwxMzA3Ljc1YzExLjI5NSwxNy44NzIgMzAuNjMxLDI4LjQzNCA1MS43NzUsMjguNDM0YzIxLjUxNywwIDQwLjgzNiwtMTAuNTc5IDUxLjc3NSwtMjguMDc2bDEyNC42OTEsLTE5NC4zMjFjMjY4LjMyNSwzMS43MjIgNDAyLjg2NywxMjcuMjQ2IDQwMi44NjcsMTcyLjA4OGMwLDU0LjY4NyAtMTk3LjIzMywxODMuMDI1IC01NzkuMzMzLDE4My4wMjVjLTM4Mi4wNzksLTAgLTU3OS4zMzQsLTEyOC4zMzggLTU3OS4zMzQsLTE4My4wMjVjMCwtNDQuODQyIDEzNC41MzgsLTE0MC4wMDggNDAyLjg2NywtMTcyLjA4OGwxMjQuNjkyLDE5My45NjNaIiBzdHlsZT0iZmlsbDpyZ2IoMTcwLDMxLDU5KTtmaWxsLXJ1bGU6bm9uemVybzsiLz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat left top 0px;
        background-size: 12px;
        background-position-y: 1px;
        padding-bottom: 1px; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999; }

.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../src/styles/vendor/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../src/styles/vendor/chosen-sprite.png) no-repeat 0 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(../src/styles/vendor/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../src/styles/vendor/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important; }

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

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

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(../src/styles/vendor/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span, .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container-single .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-rtl .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3); }

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }
  .animate__animated[class*=Out] {
    opacity: 0; } }

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7; }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7; } }

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7; } }

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; } }

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7; } }

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; } }

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7; } }

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7; } }

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7; }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7; } }

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

#hbsd3-redirect-banner {
  background: var(--wp--preset--color--white);
  padding: 40px 20px 37px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 20px;
  -webkit-box-shadow: 0px 0px 20px 17px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px 17px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, 200px, 0);
          transform: translate3d(0, 200px, 0);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  line-height: 1.4em;
  text-align: center; }
  #hbsd3-redirect-banner button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
    border-radius: 7px;
    color: var(--color-harvard-crimson);
    font-weight: 900;
    font-size: 16px;
    border: 2px solid var(--color-harvard-crimson);
    padding: 5px 10px;
    background: #fff;
    margin-top: 15px; }
  #hbsd3-redirect-banner.show {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  #hbsd3-redirect-banner a {
    color: var(--wp--preset--color--crimson); }
