@import url(https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * 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
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 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 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 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;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: 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] { /* 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;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html, body {
  -webkit-font-smoothing: antialiased;
  font-family: "DM Sans", system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif;
  color: #000000;
}

h1, .h1, .is-style-h1 {
  font-size: 38px;
  --font-min: 38px;
  --font-pref: 4.5925925926vw;
  --font-max: 62px;
  font-weight: 600;
  font-family: "Aleo", system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif;
}

h2, .h2, .is-style-h2 {
  font-size: 30px;
  --font-min: 30px;
  --font-pref: 2.6666666667vw;
  --font-max: 36px;
  font-weight: 600;
  font-family: "Aleo", system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif;
}

h3, .h3, .is-style-h3 {
  font-size: 24px;
  --font-min: 24px;
  --font-pref: 2.2222222222vw;
  --font-max: 30px;
  font-weight: 700;
}

h4, .h4, .is-style-h4 {
  font-size: 22px;
  --font-min: 22px;
  --font-pref: 1.9259259259vw;
  --font-max: 26px;
  font-weight: 700;
}

h5, .h5, .is-style-h5 {
  font-size: 20px;
  --font-min: 20px;
  --font-pref: 1.6296296296vw;
  --font-max: 22px;
  font-weight: 400;
}

h6, .h6, .is-style-h6 {
  font-size: 15px;
  --font-min: 15px;
  --font-pref: 1.3333333333vw;
  --font-max: 18px;
  font-weight: 700;
}

.h7, .is-style-h7 {
  font-size: 16px;
  --font-min: 16px;
  --font-pref: 1.1851851852vw;
  --font-max: 16px;
  font-weight: 400;
}

h1, .h1, .is-style-h1, h2, .h2, .is-style-h2, h3, .h3, .is-style-h3, h4, .h4, .is-style-h4, h5, .h5, .is-style-h5, h6, .h6, .is-style-h6, .h7, .is-style-h7 {
  margin-top: 0;
  margin-bottom: 0.7em;
  line-height: 1.2;
  --font-multiple: 1;
  font-size: clamp(var(--font-min) * var(--font-multiple), var(--font-pref) * var(--font-multiple), var(--font-max) * var(--font-multiple));
}

p, ul, ol {
  margin-top: 0;
  line-height: 1.3;
  --font-multiple: 1;
  --font-min: 14px;
  --font-max: 18px;
  --font-pref: 1.3333333333vw;
  font-size: clamp(var(--font-min) * var(--font-multiple), var(--font-pref) * var(--font-multiple), var(--font-max) * var(--font-multiple));
  margin-bottom: 1.4444444444em;
}

a {
  color: #2CD9C5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.page-template-page-text .content a {
  color: #EF3DF0;
}

i {
  min-width: 1em;
  display: inline-block;
}

input, select, textarea {
  padding: 0.5em;
  background-color: #ffffff;
  border: solid 1px #EDEAE3;
}

sup {
  font-size: 0.6em;
  padding-inline: 0.2em;
}

.eyebrow {
  font-weight: bold;
  font-size: clamp(12px, 1.037037037vw, 14px);
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #2CD9C5;
}

body.ontinue .has-small-font-size,
body.ontinue .has-medium-font-size,
body.ontinue .has-large-font-size,
body.ontinue .has-extra-large-font-size {
  font-size: clamp(var(--font-min) * var(--font-multiple), var(--font-pref) * var(--font-multiple), var(--font-max) * var(--font-multiple)) !important;
}
body.ontinue .has-small-font-size {
  --font-multiple: .8;
}
body.ontinue .has-medium-font-size {
  --font-multiple: 1.2;
}
body.ontinue .has-large-font-size {
  --font-multiple: 1.45;
}
body.ontinue .has-extra-large-font-size {
  --font-multiple: 1.6;
}

:root {
  --header-height: 87px;
}

@media (min-width: 786px) {
  html {
    scroll-padding-top: calc(var(--header-height) + var(--wp-admin--admin-bar--height, 0px)) !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background: #170335;
  scroll-behavior: smooth;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
  color: #ffffff;
}

body.ontinue .wp-block-group {
  overflow: hidden;
  padding-block: 80px;
}
body.ontinue .wp-block-group .wp-block-group {
  padding-block: 0;
}

.wp-block-image {
  margin-bottom: 30px;
  justify-items: left;
}

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

figure {
  margin: 0 0 1em;
}

video {
  display: block;
  max-width: 100%;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  align-items: center;
}

.button, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton,
button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
.wp-block-file__button {
  border: solid 2px transparent;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  padding: 11px 16px;
  border-radius: 55px;
  text-decoration: none;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  background: #2CD9C5;
  color: #170335;
  border-color: #2CD9C5;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  text-fill-color: initial;
}
.button:hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:hover,
button:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file__button:hover {
  text-decoration: none;
}
.button:focus, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:focus,
button:focus,
.wp-block-button__link:focus,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file__button:focus {
  outline: none;
}
.button:disabled, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:disabled, .button.disabled, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .disabled.mktoButton, .button:disabled[disabled],
button:disabled,
button.disabled,
button:disabled[disabled],
.wp-block-button__link:disabled,
.wp-block-button__link.disabled,
.wp-block-button__link:disabled[disabled],
.wp-block-file .wp-block-file__button:disabled,
.wp-block-file .wp-block-file__button.disabled,
.wp-block-file .wp-block-file__button:disabled[disabled],
.wp-block-file__button:disabled,
.wp-block-file__button.disabled,
.wp-block-file__button:disabled[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
@media (min-width: 600px) {
  .button, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton,
  button,
  .wp-block-button__link,
  .wp-block-file .wp-block-file__button,
  .wp-block-file__button {
    width: -moz-max-content;
    width: max-content;
  }
}
.button:hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:hover,
button:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-file__button:hover {
  background: #170335;
  color: #2CD9C5;
  text-decoration: none;
}
.button.button-secondary, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .button-secondary.mktoButton,
button.button-secondary,
.wp-block-button__link.button-secondary,
.wp-block-file .wp-block-file__button.button-secondary,
.wp-block-file__button.button-secondary {
  border: solid 2px #4303A9;
  background: #ffffff;
  background: linear-gradient(265.07deg, #EF3DF0 15.55%, #4303A9 55.12%, #170335 94.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.button.button-secondary:hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .button-secondary.mktoButton:hover,
button.button-secondary:hover,
.wp-block-button__link.button-secondary:hover,
.wp-block-file .wp-block-file__button.button-secondary:hover,
.wp-block-file__button.button-secondary:hover {
  -webkit-text-fill-color: #ffffff;
  background-clip: initial;
  color: #ffffff;
  border: none;
  padding: 13px 18px;
}
.button.button-on-night-sky, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .button-on-night-sky.mktoButton,
button.button-on-night-sky,
.wp-block-button__link.button-on-night-sky,
.wp-block-file .wp-block-file__button.button-on-night-sky,
.wp-block-file__button.button-on-night-sky {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  text-fill-color: initial;
  padding: 11px 16px;
}
.button.button-on-night-sky:hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .button-on-night-sky.mktoButton:hover,
button.button-on-night-sky:hover,
.wp-block-button__link.button-on-night-sky:hover,
.wp-block-file .wp-block-file__button.button-on-night-sky:hover,
.wp-block-file__button.button-on-night-sky:hover {
  color: #2CD9C5;
  border: solid 2px #2CD9C5;
}
.button.button-on-tiffany, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .button-on-tiffany.mktoButton,
button.button-on-tiffany,
.wp-block-button__link.button-on-tiffany,
.wp-block-file .wp-block-file__button.button-on-tiffany,
.wp-block-file__button.button-on-tiffany {
  border-color: #170335;
  background: #2CD9C5;
  color: #4303A9;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  text-fill-color: initial;
}
.button.button-on-tiffany:hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .button-on-tiffany.mktoButton:hover,
button.button-on-tiffany:hover,
.wp-block-button__link.button-on-tiffany:hover,
.wp-block-file .wp-block-file__button.button-on-tiffany:hover,
.wp-block-file__button.button-on-tiffany:hover {
  color: #2CD9C5;
  background: #170335;
}
.button.button-small, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton,
button.button-small,
.wp-block-button__link.button-small,
.wp-block-file .wp-block-file__button.button-small,
.wp-block-file__button.button-small {
  font-size: 12px;
  padding: 7px 16px !important;
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  flex: 0 0 auto;
}
.wp-block-buttons.aligncenter, .wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons .wp-block-button {
  margin: 0;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .button, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .on.standard ul.standard-card__wrap li.standard-card .standard-card__cnt .button, .on.standard ul.standard-card__wrap li.standard-card .standard-card__cnt .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .on.standard ul.standard-card__wrap li.standard-card .standard-card__cnt .mktoButton {
    margin: 0 auto;
  }
  .ontinue-microsoft .link-group-vertical .button, .ontinue-microsoft .link-group-vertical .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-microsoft .link-group-vertical .mktoButton {
    margin: 0 auto;
  }
}
body:has(.md-modal.bio-modal.md-effect-1.md-show) {
  overflow: hidden;
}

.button, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton {
  letter-spacing: 0.5px;
}

.container {
  padding-left: 35px;
  padding-right: 35px;
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
}

.tiffany {
  color: #2CD9C5;
}

.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important;
  }
}

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

@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
}

.link-group-vertical {
  display: inline-flex;
  flex-direction: column;
  row-gap: 20px;
}
.link-group-vertical .button, .link-group-vertical .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .link-group-vertical .mktoButton,
.link-group-vertical button {
  width: auto;
}
.link-group-vertical .button:nth-child(even), .link-group-vertical .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:nth-child(even), .ontinue-contact-us .form .mktoForm .mktoButtonWrap .link-group-vertical .mktoButton:nth-child(even),
.link-group-vertical button:nth-child(even) {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  text-fill-color: initial;
  padding: 11px 16px;
}
.link-group-vertical .button:nth-child(even):hover, .link-group-vertical .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:nth-child(even):hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .link-group-vertical .mktoButton:nth-child(even):hover,
.link-group-vertical button:nth-child(even):hover {
  color: #2CD9C5;
  border: solid 2px #2CD9C5;
}

.link-group-horizontal {
  display: inline-flex;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.link-group-horizontal .button, .link-group-horizontal .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .link-group-horizontal .mktoButton,
.link-group-horizontal button {
  width: auto;
}
.link-group-horizontal .button:nth-child(even), .link-group-horizontal .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:nth-child(even), .ontinue-contact-us .form .mktoForm .mktoButtonWrap .link-group-horizontal .mktoButton:nth-child(even),
.link-group-horizontal button:nth-child(even) {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  text-fill-color: initial;
  padding: 11px 16px;
}
.link-group-horizontal .button:nth-child(even):hover, .link-group-horizontal .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:nth-child(even):hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .link-group-horizontal .mktoButton:nth-child(even):hover,
.link-group-horizontal button:nth-child(even):hover {
  color: #2CD9C5;
  border: solid 2px #2CD9C5;
}

#header.ontinue-header-wrapper {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
  z-index: 99;
  width: 100%;
  transition: background 300ms ease-in-out;
  background: linear-gradient(270deg, #2A1E56 36.06%, #366C9E 73.56%, #6935BA 96.15%);
}
#header.ontinue-header-wrapper:before {
  display: block;
  content: "";
  position: fixed;
  z-index: -1;
  background: linear-gradient(253.17deg, #170335 31.25%, #4303A9 84.21%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.menu-open #header.ontinue-header-wrapper:before {
  opacity: 1;
}
@media (min-width: 768px) {
  #header.ontinue-header-wrapper:before {
    display: none;
  }
}
#header.ontinue-header-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 18, 63, 0.5);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  z-index: 1;
  pointer-events: none;
}
.gsc-banner-visible #header.ontinue-header-wrapper {
  top: calc(80px + var(--wp-admin--admin-bar--height, 0px));
}
@media (min-width: 455px) {
  .gsc-banner-visible #header.ontinue-header-wrapper {
    top: calc(53px + var(--wp-admin--admin-bar--height, 0px));
  }
}
#header.ontinue-header-wrapper .container {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: relative;
  z-index: 2;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 990px) {
  #header.ontinue-header-wrapper .container {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
#header.ontinue-header-wrapper .logos {
  margin-right: auto;
  position: relative;
  width: clamp(125px, 10.7407407407vw, 145px);
  padding-block: clamp(26px, 1.9259259259vw, 26px);
}
#header.ontinue-header-wrapper .logos img {
  width: 100%;
}
#header.ontinue-header-wrapper .menu-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 35px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: fixed;
  width: 100%;
  height: calc(100% - var(--header-height) - var(--wp-admin--admin-bar--height, 0px));
  top: calc(var(--header-height) + var(--wp-admin--admin-bar--height, 0px));
  left: 0;
  padding: 35px;
  opacity: 0;
  pointer-events: none;
  transition: all 250ms ease-in-out;
}
@media (min-width: 768px) and (max-width: 990px) {
  #header.ontinue-header-wrapper .menu-wrapper {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.menu-open #header.ontinue-header-wrapper .menu-wrapper {
  opacity: 1;
  pointer-events: all;
}
#header.ontinue-header-wrapper .menu-wrapper.submenu-open {
  transform: translateX(-100%);
}
#header.ontinue-header-wrapper .menu-wrapper nav {
  align-self: stretch;
  padding-bottom: 20px;
}
#header.ontinue-header-wrapper .menu-wrapper nav .menu {
  margin: 0;
  padding: 0;
}
#header.ontinue-header-wrapper .menu-wrapper nav > .menu {
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 28px;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (min-width: 768px) and (max-width: 990px) {
  #header.ontinue-header-wrapper .menu-wrapper nav > .menu {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
#header.ontinue-header-wrapper .menu-wrapper nav > .menu > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1350px) {
  #header.ontinue-header-wrapper .menu-wrapper nav > .menu > li {
    flex-direction: row;
  }
}
#header.ontinue-header-wrapper .menu-wrapper nav > .menu > li > a {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  letter-spacing: 0.1em;
  font-size: 16px;
  text-transform: uppercase;
  align-items: center;
}
#header.ontinue-header-wrapper .menu-wrapper nav > .menu > li > a:hover {
  color: #2CD9C5;
  text-decoration: none;
}
@media (min-width: 768px) {
  #header.ontinue-header-wrapper .menu-wrapper nav > .menu > li > a {
    font-size: 12px;
  }
}
@media (min-width: 991px) {
  #header.ontinue-header-wrapper .menu-wrapper nav > .menu > li > a {
    font-size: 13px;
  }
}
#header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1350px) {
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children {
    flex-direction: row;
  }
}
#header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children > a {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  letter-spacing: 0.1em;
  font-size: 16px;
  text-transform: uppercase;
  align-items: center;
}
@media (min-width: 768px) {
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children > a {
    font-size: 12px !important;
  }
}
@media (min-width: 991px) {
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children > a {
    font-size: 13px !important;
  }
}
#header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children > a:hover {
  color: #2CD9C5;
  text-decoration: none;
}
#header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children > a:after {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' style='fill:%23D0D0D8;'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
}
#header.ontinue-header-wrapper .menu-wrapper nav .sub-menu-container {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 100%;
  left: 0;
  width: 100%;
  padding-top: 28px;
  transform: translateX(100%);
  display: none;
  height: 100%;
  overflow-y: auto;
  flex-direction: column;
}
#header.ontinue-header-wrapper .menu-wrapper nav .sub-menu-container.active {
  display: flex;
}
#header.ontinue-header-wrapper .menu-wrapper nav .back-bar {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2CD9C5;
  padding-inline: 35px;
  position: relative;
}
#header.ontinue-header-wrapper .menu-wrapper nav .back-bar:before {
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' style='fill:%23D0D0D8;'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  transform: rotate(90deg) translateX(-50%);
  position: absolute;
  left: 35px;
  top: 50%;
  pointer-events: none;
}
#header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 {
  padding-block: 50px;
  padding-inline: 35px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
}
@media (min-width: 1350px) {
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 {
    flex-direction: row;
  }
}
#header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 li a {
  line-height: 2;
  font-size: 18px;
  color: #ffffff;
  text-transform: none;
}
#header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 li a:after {
  display: none;
}
#header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 li a:hover {
  color: #2CD9C5;
  text-decoration: none;
}
#header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 li ul li a {
  display: block;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
}
#header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 li ul li p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #D0D0D8;
  margin: 10px 0 0 0;
}
#header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 li.is-column-header > a {
  display: none;
}
#header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 li.menu-item-bolder a {
  font-weight: 700;
  font-size: 18px;
  margin-top: 25px;
  display: block;
}
#header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-1 {
  text-align: center;
}
@media (min-width: 1350px) {
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-1 {
    text-align: left;
    margin-top: 4px;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-1 li {
    padding: 10px 0;
    transition: transform 0.3s ease-in-out;
    position: relative;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-1 li:not(:last-of-type) {
    margin-bottom: 7px;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-1 li:hover {
    transform: translateX(10px);
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-1 li:hover a {
    color: #2CD9C5;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-1 li:hover::after {
    position: absolute;
    content: "";
    background: linear-gradient(253deg, #170335 31.25%, #4303A9 84.21%);
    width: 100%;
    height: 100%;
    left: 0;
    transform: translateX(-10px);
    top: 0;
    z-index: -1;
  }
}
#header.ontinue-header-wrapper .menu-wrapper nav .promo {
  text-align: center;
  background: #4303A9;
  margin-top: auto;
}
#header.ontinue-header-wrapper .menu-wrapper nav .promo img {
  width: 100%;
  aspect-ratio: 300/123;
  -o-object-fit: cover;
     object-fit: cover;
}
#header.ontinue-header-wrapper .menu-wrapper nav .promo .text {
  padding: 40px 20px;
}
#header.ontinue-header-wrapper .menu-wrapper nav .promo .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
}
#header.ontinue-header-wrapper .menu-wrapper nav .promo .button, #header.ontinue-header-wrapper .menu-wrapper nav .promo .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap #header.ontinue-header-wrapper .menu-wrapper nav .promo .mktoButton {
  margin: 26px auto 0;
}
#header.ontinue-header-wrapper .menu-wrapper .button-group .button:nth-child(odd), #header.ontinue-header-wrapper .menu-wrapper .button-group .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:nth-child(odd), .ontinue-contact-us .form .mktoForm .mktoButtonWrap #header.ontinue-header-wrapper .menu-wrapper .button-group .mktoButton:nth-child(odd) {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  text-fill-color: initial;
  padding: 11px 16px;
}
#header.ontinue-header-wrapper .menu-wrapper .button-group .button:nth-child(odd):hover, #header.ontinue-header-wrapper .menu-wrapper .button-group .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:nth-child(odd):hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap #header.ontinue-header-wrapper .menu-wrapper .button-group .mktoButton:nth-child(odd):hover {
  color: #2CD9C5;
  border: solid 2px #2CD9C5;
}
#header.ontinue-header-wrapper .menu-wrapper .button-group:not(:has(a + a)) .button:first-child, #header.ontinue-header-wrapper .menu-wrapper .button-group:not(:has(a + a)) .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:first-child, .ontinue-contact-us .form .mktoForm .mktoButtonWrap #header.ontinue-header-wrapper .menu-wrapper .button-group:not(:has(a + a)) .mktoButton:first-child {
  background: #2CD9C5;
  color: #170335;
  border-color: #2CD9C5;
}
#header.ontinue-header-wrapper .menu-wrapper .button-group:not(:has(a + a)) .button:first-child:hover, #header.ontinue-header-wrapper .menu-wrapper .button-group:not(:has(a + a)) .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:first-child:hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap #header.ontinue-header-wrapper .menu-wrapper .button-group:not(:has(a + a)) .mktoButton:first-child:hover {
  background: #170335;
  color: #2CD9C5;
  text-decoration: none;
}
#header.ontinue-header-wrapper .menu-wrapper .search-toggle {
  width: 30px;
  height: 30px;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 599px) {
  #header.ontinue-header-wrapper .menu-wrapper .button-group {
    width: 100%;
  }
}
@media (max-width: 1099px) {
  #header.ontinue-header-wrapper .menu-wrapper .button-group {
    flex-direction: column;
    align-items: stretch;
  }
  #header.ontinue-header-wrapper .menu-wrapper .button-group a {
    width: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 {
    row-gap: 47px;
    padding-bottom: 80px;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 li.menu-item-has-children {
    align-items: flex-start;
    text-align: left;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 a,
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 li {
    text-align: left;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 > li > a {
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    line-height: 25.2px;
    letter-spacing: normal;
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 > li > a:after {
    display: block;
    content: "";
    background-position: center;
    width: 100%;
    height: 1px;
    background: linear-gradient(261deg, #EF3DF0 5.94%, #653FEE 44.15%, #2CD9C5 82.17%);
    bottom: 0;
    position: absolute;
    transform: none;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 > li .sub-menu.depth-1 li:not(:last-of-type) {
    padding-bottom: 20px;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 > li .sub-menu.depth-1 li p {
    display: none;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .promo img {
    aspect-ratio: 390/118;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .promo .text {
    padding: 25px 30px;
  }
}
@media (min-width: 768px) {
  #header.ontinue-header-wrapper .menu-wrapper {
    align-self: stretch;
    flex-direction: row;
    position: static;
    background: none;
    padding: 0;
    opacity: 1;
    pointer-events: all;
    width: auto;
    height: auto;
  }
  #header.ontinue-header-wrapper .menu-wrapper.submenu-open {
    transform: none;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav {
    padding: 0;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav > .menu {
    flex-direction: row;
    align-items: stretch;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children > a {
    font-size: 13px;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children > a:hover {
    color: #2CD9C5;
    text-decoration: none;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children > a:after {
    transform: rotate(0);
    transition: transform 100ms ease-in;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children .sub-menu-container {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    display: flex;
    padding: 0;
    height: auto;
    width: auto;
    flex-direction: row;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition-property: opacity, transform;
    min-height: 360px;
    overflow-x: hidden;
    background: #170335;
    transform: translateX(-50%) translateY(-3%);
  }
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children.open > a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' style='fill:%232CD9C5;'/%3E%3C/svg%3E");
    transform: rotate(180deg);
  }
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children.open .sub-menu-container {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: all;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children:hover > a {
    color: #2CD9C5;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children:hover > a:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' style='fill:%232CD9C5;'/%3E%3C/svg%3E");
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .back-bar {
    display: none;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 {
    flex: 0 0 auto;
    gap: 30px;
    padding: 40px 31px 40px 40px;
    background: #170335;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 > li {
    width: 278px;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 > li.menu-item-has-children.nested-two-col {
    width: -moz-max-content;
    width: max-content;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 > li.menu-item-has-children.nested-two-col .sub-menu.depth-1 {
    -moz-column-count: 2;
         column-count: 2;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 > li.menu-item-has-children.nested-two-col .sub-menu.depth-1 li {
    width: 278px;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 > li > a {
    font-size: 18px !important;
    font-weight: 700;
    text-align: left;
    letter-spacing: normal;
    line-height: 25.2px;
    padding-bottom: 20px;
    position: relative;
    height: 71px;
    align-items: flex-end;
    display: flex;
    width: 100%;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 > li > a:after {
    display: block;
    content: "";
    background-position: center;
    width: 100%;
    height: 1px;
    background: linear-gradient(261deg, #EF3DF0 5.94%, #653FEE 44.15%, #2CD9C5 82.17%);
    bottom: 0;
    position: absolute;
    transform: none;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 a {
    line-height: 2;
    font-size: 18px;
    color: #ffffff;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 a:hover {
    color: #2CD9C5;
    text-decoration: none;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .promo {
    margin-top: 0;
    width: 300px;
    flex: 0 0 auto;
    background: #4303A9;
    text-align: center;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .promo img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 300/150;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .promo .text {
    padding: 40px 20px;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .promo .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .promo .button, #header.ontinue-header-wrapper .menu-wrapper nav .promo .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap #header.ontinue-header-wrapper .menu-wrapper nav .promo .mktoButton {
    margin: 26px auto 0;
  }
}
@media (min-width: 990px) {
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children .sub-menu-container {
    transform: translateX(-50%) translateY(-6%);
  }
}
@media (min-width: 768px) {
  #header.ontinue-header-wrapper .menu-wrapper nav > .menu {
    align-items: center;
  }
}
@media (min-width: 768px) and (max-width: 1349px) {
  #header.ontinue-header-wrapper .menu-wrapper nav .sub-menu.depth-0 > li.menu-item-has-children.nested-two-col .sub-menu.depth-1 li {
    text-align: left;
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children.open .sub-menu-container {
    width: 100%;
    flex-direction: column;
    overflow-y: auto;
    max-height: calc(100vh - (var(--header-height)));
  }
  #header.ontinue-header-wrapper .menu-wrapper nav li.menu-item-has-children .sub-menu-container {
    width: 100%;
    flex-direction: column;
    overflow-y: auto;
    max-height: calc(100vh - (var(--header-height)));
  }
  #header.ontinue-header-wrapper .menu-wrapper nav .promo {
    width: 80%;
    margin: 0 auto;
  }
}
#header.ontinue-header-wrapper .trp-shortcode-switcher__wrapper {
  height: 34px;
}
#header.ontinue-header-wrapper .trp-shortcode-switcher__wrapper .trp-language-switcher {
  padding: 0;
  border: 2px solid #F6F7FC;
  background: radial-gradient(273.22% 183.65% at -6.04% 20.72%, #F6F7FC 51.44%, #D3C7EB 100%);
}
@media (min-width: 768px) and (max-width: 990px) {
  #header.ontinue-header-wrapper .trp-shortcode-switcher__wrapper .trp-language-switcher {
    min-width: 97px;
  }
}
#header.ontinue-header-wrapper .trp-shortcode-switcher__wrapper .trp-language-switcher .trp-current-language-item__wrapper {
  padding-right: 0;
}
@media (min-width: 767px) {
  #header.ontinue-header-wrapper .trp-shortcode-switcher__wrapper .trp-language-switcher .trp-current-language-item__wrapper {
    padding-right: 10px;
  }
}
#header.ontinue-header-wrapper .trp-shortcode-switcher__wrapper .trp-language-switcher .trp-current-language-item__wrapper .trp-language-item {
  padding: 7px 2px;
  gap: 5px;
}
@media (min-width: 767px) {
  #header.ontinue-header-wrapper .trp-shortcode-switcher__wrapper .trp-language-switcher .trp-current-language-item__wrapper .trp-language-item {
    padding: 7px 16px;
    gap: 8px;
  }
}
#header.ontinue-header-wrapper .trp-shortcode-switcher__wrapper .trp-language-switcher .trp-switcher-dropdown-list .trp-language-item {
  padding: 7px 2px;
  gap: 5px;
}
@media (min-width: 767px) {
  #header.ontinue-header-wrapper .trp-shortcode-switcher__wrapper .trp-language-switcher .trp-switcher-dropdown-list .trp-language-item {
    padding: 7px 16px;
    gap: 8px;
  }
}
@media (min-width: 768px) {
  #header.ontinue-header-wrapper .mobile-toggles {
    display: none;
  }
}
#header.ontinue-header-wrapper #nav-toggle {
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-nav-bars.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.menu-open #header.ontinue-header-wrapper #nav-toggle {
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-nav-close.svg");
}

body.menu-open {
  overflow-y: hidden;
}
@media (min-width: 990px) {
  body.menu-open {
    overflow-y: visible;
  }
}

#main {
  flex: 1 0 auto;
}
#main > .content {
  overflow: hidden;
  padding-bottom: clamp(45px, 4.4444444444vw, 60px);
}
#main > .content:has(.ontinue-locations:last-child), #main > .content:has(.ontinue-contact-us:last-child) {
  padding-bottom: 0;
}

.ontinue-footer-banner {
  background-image: url("/wp-content/themes/ontinue/assets/images/footer-ribbon-bg.png");
  background-size: contain;
}
.ontinue-footer-banner p {
  line-height: 120%;
  margin: 0;
  padding: 16px 0;
  font-weight: 500;
}

@media (min-width: 600px) {
  .ontinue-footer-banner {
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (max-width: 768px) {
  .ontinue-footer-banner p {
    padding: 12px 0;
  }
}
#footer {
  background: linear-gradient(253.17deg, #170335 31.25%, #4303A9 84.21%);
  padding-block: clamp(45px, 4.4444444444vw, 60px) 20px;
}
#footer .container {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
}
#footer .footer-text p {
  font-size: 14px;
  color: #D1CDD7;
  line-height: 1.2;
}
#footer .footer-menu nav ul {
  margin: 0;
}
#footer .footer-menu nav > .menu {
  display: block;
  -moz-columns: 138px;
       columns: 138px;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
#footer .footer-menu nav > .menu > .menu-item-has-children {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 25px;
}
#footer .footer-menu nav > .menu > .menu-item-has-children > a {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #ffffff;
  display: block;
}
#footer .footer-menu nav > .menu > .menu-item-has-children > a:hover {
  text-decoration: none;
}
#footer .footer-menu nav > .menu > .menu-item-has-children.is-column-header > a {
  display: none;
}
#footer .footer-menu nav > .menu .menu a {
  font-size: 14px;
  line-height: 1.2;
  color: #D1CDD7;
}
#footer .footer-menu nav > .menu .menu a:hover {
  text-decoration: none;
  color: #2CD9C5;
}
#footer .footer-menu nav > .menu .menu .menu-item.is-column-header > a {
  display: none;
}
#footer .locations {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
  gap: 25px;
}
#footer .locations p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}
#footer .locations .address {
  color: #B9B3C1;
}
#footer .logo {
  margin-bottom: 15px;
}
#footer .social-links {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 22px;
}
#footer .social-links a {
  color: #ffffff;
}
#footer .social-links a:hover {
  color: #2CD9C5;
}
#footer .footer-scroll-to-top {
  position: relative;
  width: auto;
  margin: 0 auto;
  padding-right: 40px;
}
@media (min-width: 900px) {
  #footer .footer-scroll-to-top {
    display: none;
  }
}
#footer .footer-scroll-to-top:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.70711 0.292893C8.31658 -0.097631 7.68342 -0.097631 7.29289 0.292893L0.928932 6.65685C0.538408 7.04738 0.538408 7.68054 0.928932 8.07107C1.31946 8.46159 1.95262 8.46159 2.34315 8.07107L8 2.41421L13.6569 8.07107C14.0474 8.46159 14.6805 8.46159 15.0711 8.07107C15.4616 7.68054 15.4616 7.04738 15.0711 6.65685L8.70711 0.292893ZM9 2V1L7 1V2L9 2Z" fill="%2316123F"/></svg>');
}
#footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .copyright p, #footer .copyright a {
  margin-bottom: 0;
  color: #D1CDD7;
  line-height: 1.4;
  font-size: 12px;
}
#footer .copyright .menu {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .copyright .menu a:before {
  content: "|";
  display: inline-block;
  padding-inline: 6px;
  color: #B9B3C1;
}
#footer .copyright .menu a:hover {
  color: #2CD9C5;
}
@media (min-width: 900px) {
  #footer .container {
    grid-template-columns: repeat(8, 1fr);
  }
  #footer .footer-text {
    grid-row: 1;
    grid-column: 1/span 2;
  }
  #footer .footer-menu {
    grid-row: 1;
    grid-column: 4/span 5;
  }
  #footer .footer-menu nav > .menu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(138px, 1fr));
    gap: 25px;
  }
  #footer .locations {
    grid-row: 2;
    grid-column: 1/span 8;
  }
  #footer .copyright {
    grid-row: 3;
    grid-column: 1/span 8;
  }
}

/* General styles for the modal */
.modal {
  display: none;
}

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
  height: 100%;
  overflow: hidden;
}

.md-perspective body {
  background: #222;
  perspective: 600px;
}

.md-trigger {
  cursor: pointer;
}

.md-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 80vh;
  max-width: 1173.3333333333px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  display: flex;
  flex-direction: column;
}

.md-content {
  background: #4303A9;
  padding: clamp(25px, 5.5555555556vw, 75px);
  padding-right: clamp(30px, 5.5555555556vw, 75px);
  overflow-y: auto;
  max-height: 100%;
  -moz-column-gap: clamp(25px, 5.5555555556vw, 75px);
       column-gap: clamp(25px, 5.5555555556vw, 75px);
}
.md-content .image {
  grid-column: 1;
}
.md-content .image img {
  aspect-ratio: 1/1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.md-content .text {
  grid-column: 2;
  text-align: left;
}
.md-content .eyebrow {
  color: #2CD9C5;
}
.md-content h1, .md-content .h1, .md-content h2, .md-content .h2, .md-content h3, .md-content .h3, .md-content h4, .md-content .h4, .md-content h5, .md-content .h5, .md-content h6, .md-content .h6, .md-content .h7 {
  color: #ffffff;
}
.md-content .content p, .md-content .content ul, .md-content .content ol {
  font-size: clamp(12px, 1.037037037vw, 14px);
  color: #D1CDD7;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .md-content {
    display: grid;
    grid-template-columns: min(40%, 380px) 1fr;
  }
}

.md-show {
  visibility: visible;
  pointer-events: initial;
}

.md-overlay {
  background: rgba(49, 29, 79, 0.65);
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s;
}

.md-filter-overlay {
  background: rgba(49, 29, 79, 0.65);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s;
}

.md-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 2;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-close-circle.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .md-close {
    top: 0;
    right: 8px;
    width: 45px;
    height: 45px;
  }
}

body:has(.md-show) .md-overlay {
  opacity: 1;
  visibility: visible;
}

/* Individual modal styles with animations/transitions */
/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
  transform: scale(1);
  opacity: 1;
}

/* Effect 2: Slide from the right */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: center;
  padding: 10px;
  max-width: none;
}
.slick-dots li {
  position: relative;
  display: block;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  background: #A19AAE;
  opacity: 1;
  border-radius: 50%;
}
.slick-dots li.slick-active button:before {
  background: #EF3DF0;
}

.ontinue #onetrust-consent-sdk #onetrust-pc-btn-handler, .ontinue #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  color: #EF3DF0;
  width: auto;
}
.ontinue #onetrust-consent-sdk #onetrust-pc-btn-handler:hover, .ontinue #onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link:hover {
  color: #EF3DF0;
  opacity: 1;
}
.ontinue #onetrust-consent-sdk #onetrust-accept-btn-handler {
  background: #2CD9C5;
  color: #170335;
  border-color: transparent;
}
.ontinue #onetrust-consent-sdk #onetrust-accept-btn-handler:hover {
  opacity: 1;
  color: #2CD9C5;
  background: #170335;
}

.ontinue .gsc-content-S4CXWK6Q [data-bound-field=text] {
  width: auto;
}

#swifttype {
  position: fixed;
  width: 100%;
  height: 100%;
}

body.page-template-page-white-bg {
  background-color: #ffffff;
}

.ontinue-sidebar-social {
  display: flex;
  justify-content: space-between;
}
.ontinue-sidebar-social a {
  font-size: 28px;
  color: #EF3DF0;
}
@media (min-width: 768px) {
  .ontinue-sidebar-related-links {
    margin-bottom: 20px;
  }
}
.ontinue-sidebar-related-links strong {
  display: inline-block;
  margin-top: 15px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #170335;
}
.ontinue-sidebar-related-links ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
.ontinue-sidebar-related-links ul li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ontinue-sidebar-related-links ul li div {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #EF3DF0;
}
.ontinue-sidebar-related-links ul li:first-child {
  border-top: none;
}
.ontinue-sidebar-related-links ul li:last-child {
  border-bottom: none;
}
.ontinue-sidebar-related-links ul li p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #736985;
  margin: 8px 0 0 0;
}
.ontinue-sidebar-related-links ul li p:last-child {
  margin-bottom: 0;
}
.ontinue-sidebar-related-links ul li a {
  display: inline-block;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #736985;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .ontinue-sidebar-related-links ul.blog li:last-child {
    border-bottom: 1px solid #D0D0D8;
  }
}

.ontinue-related-articles {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .ontinue-related-articles {
    margin-top: 100px;
  }
}
.ontinue-related-articles h2 {
  font-family: "Aleo", system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
  color: #170335;
}
@media (min-width: 768px) {
  .ontinue-related-articles h2 {
    font-size: 36px;
    margin-bottom: 45px;
  }
}
.ontinue-related-articles .slick-slide {
  margin: 0 22px;
}
.ontinue-related-articles .slick-list {
  margin: 0 -22px;
}
.ontinue-related-articles-navigation {
  position: relative;
  height: 33px;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .ontinue-related-articles-navigation {
    width: 33.3333%;
    margin: 94px auto 0;
  }
}
.ontinue-related-articles-navigation .slick-arrow {
  position: absolute;
  width: 34px;
  height: 33px;
  cursor: pointer;
  left: 0;
}
.ontinue-related-articles-navigation .slick-arrow:before {
  position: absolute;
  content: "";
  width: 34px;
  height: 33px;
  top: 0;
  left: 0;
  z-index: 20;
  background-image: url("/wp-content/themes/ontinue/assets/images/arrow-left.svg");
}
.ontinue-related-articles-navigation .slick-dots {
  bottom: unset;
}
@media (min-width: 768px) {
  .ontinue-related-articles-navigation .slick-dots li button {
    color: #736985;
    font-size: 14px;
  }
  .ontinue-related-articles-navigation .slick-dots li button:before {
    display: none;
  }
  .ontinue-related-articles-navigation .slick-dots li.slick-active button {
    color: #170335;
  }
}
.ontinue-related-articles-navigation > div:nth-child(2) {
  position: relative;
}
.ontinue-related-articles-navigation > div:last-child {
  right: 0;
  left: unset;
}
.ontinue-related-articles-navigation > div:last-child:before {
  transform: rotate(180deg);
}

.share-link {
  position: relative;
  color: blue;
}
.share-link:after {
  visibility: hidden;
  content: "Link copied to clipboard";
  position: absolute;
  color: #170335;
  z-index: 97;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-family: sans-serif;
  color: #4303A9;
  background: #E0D9FC;
  bottom: 50px;
  right: 0;
  padding: 10px;
  min-width: 208px;
  text-decoration: none;
  text-align: center;
}
.share-link.clicked:after {
  visibility: visible;
}

.event-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(400px, 100%), 1fr));
  gap: 30px;
}
.event-row:not(:last-child) {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .event-row:not(:last-child) {
    margin-bottom: 100px;
  }
}
.event-row .date,
.event-row .location {
  padding-left: 60px;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #3A3565;
}
@media (min-width: 768px) {
  .event-row .date,
  .event-row .location {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 22px;
  }
}
.event-row .date:before,
.event-row .location:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.event-row .date {
  height: 30px;
}
.event-row .date:before {
  width: 24px;
  height: 27px;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-calendar-dark-blue.svg");
}
.event-row .location {
  height: 31px;
}
.event-row .location:before {
  width: 19px;
  height: 24px;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-location-dark-blue.svg");
}
.event-row p {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #736985;
}
@media (min-width: 768px) {
  .event-row p {
    font-size: 16px;
    line-height: 140%;
  }
}

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

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

@media (min-width: 768px) {
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
}

.resources_blog .eyebrow-return a,
.resources_blog .eyebrow,
.resources_blog a,
.single_post .eyebrow-return a,
.single_post .eyebrow,
.single_post a {
  color: #653FEE !important;
}
.resources_blog svg path,
.single_post svg path {
  fill: #653FEE;
}

.resources_blog .ontinue-resource-detail-detail .button, .resources_blog .ontinue-resource-detail-detail .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .resources_blog .ontinue-resource-detail-detail .mktoButton,
.single_post .wp-content .button,
.single_post .wp-content .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton,
.ontinue-contact-us .form .mktoForm .mktoButtonWrap .single_post .wp-content .mktoButton,
.page-template-page-templatesnews-center-php .news-center-grid .button,
.page-template-page-templatesnews-center-php .news-center-grid .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton,
.ontinue-contact-us .form .mktoForm .mktoButtonWrap .page-template-page-templatesnews-center-php .news-center-grid .mktoButton,
.ontinue-all-events .ontinue-all-events-events .button,
.ontinue-all-events .ontinue-all-events-events .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton,
.ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-all-events .ontinue-all-events-events .mktoButton {
  color: #ffffff;
  background: #653FEE;
  border-color: #653FEE;
}
.resources_blog .ontinue-resource-detail-detail .button:hover, .resources_blog .ontinue-resource-detail-detail .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .resources_blog .ontinue-resource-detail-detail .mktoButton:hover,
.single_post .wp-content .button:hover,
.single_post .wp-content .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:hover,
.ontinue-contact-us .form .mktoForm .mktoButtonWrap .single_post .wp-content .mktoButton:hover,
.page-template-page-templatesnews-center-php .news-center-grid .button:hover,
.page-template-page-templatesnews-center-php .news-center-grid .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:hover,
.ontinue-contact-us .form .mktoForm .mktoButtonWrap .page-template-page-templatesnews-center-php .news-center-grid .mktoButton:hover,
.ontinue-all-events .ontinue-all-events-events .button:hover,
.ontinue-all-events .ontinue-all-events-events .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:hover,
.ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-all-events .ontinue-all-events-events .mktoButton:hover {
  background: #170335;
  border-color: #170335;
}

.open-positions-loader {
  position: relative;
  min-height: 100px;
}

.open-positions-circle-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #653FEE;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999;
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.wp-block-separator {
  border-top: 1px solid #D0CCD6;
}

/*
.search-overlay {
    position: fixed;
    top: 82px;
    left: 0;
    width: 100%;
    height: calc(100% - 82px);
    background: rgba(22, 18, 63, 0.6);
    backdrop-filter: blur(5px);
    z-index: 200;
    display: none;

    @include md-up() {
        top: 87px;
        height: calc(100% - 87px);
    }

    body.admin-bar & {

        @include md-up() {
            top: 119px;
            height: calc(100% - 119px);
        }
    }

    > div {
        display: flex;
        margin-top: 40px;
        justify-content: center;
    }
}
*/
.st-ui-container {
  top: 10% !important;
  left: 15% !important;
  width: 70% !important;
  height: 80% !important;
  border-radius: 37px !important;
  margin: 0 auto !important;
}
.st-ui-container.empty {
  height: auto !important;
}
.st-ui-container .st-ui-search-icon {
  width: 17px !important;
  height: 16px !important;
  background-image: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.01 11.7899C12.7207 10.6879 13.9843 7.69232 12.8322 5.09917C11.6802 2.50602 8.54889 1.29725 5.8382 2.39931C3.1275 3.50138 1.86395 6.49694 3.01596 9.09009C4.16798 11.6832 7.29933 12.892 10.01 11.7899Z" stroke="%23A2A0B1" stroke-width="1.5"/><path d="M11.6948 10.7018L15.8309 14.6591" stroke="%23A2A0B1" stroke-width="1.5"/></svg>') !important;
  top: 50%;
  transform: translateY(-50%);
}
.st-ui-container .st-ui-injected-overlay-container .st-ui-header input[type=text] {
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
  border-radius: 37px !important;
}
.st-ui-container .st-ui-injected-overlay-container .st-ui-header input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.st-ui-container .st-ui-injected-overlay-container .st-ui-header input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.st-ui-container .st-ui-injected-overlay-container .st-ui-header input[type=text]::-webkit-search-decoration, .st-ui-container .st-ui-injected-overlay-container .st-ui-header input[type=text]::-webkit-search-cancel-button, .st-ui-container .st-ui-injected-overlay-container .st-ui-header input[type=text]::-webkit-search-results-button, .st-ui-container .st-ui-injected-overlay-container .st-ui-header input[type=text]::-webkit-search-results-decoration {
  display: none !important;
}
.st-ui-container .st-ui-header {
  background-color: transparent !important;
  border: none !important;
  height: 100% !important;
}
.st-ui-container .st-ui-header form {
  height: 100%;
}
.st-ui-container .st-ui-header form input {
  height: 100% !important;
  min-height: 60px !important;
  border-radius: 37px !important;
  border: none !important;
  background-color: #ffffff !important;
}
@media (min-width: 768px) {
  .st-ui-container .st-ui-header form input {
    padding-left: 50px !important;
  }
}
.st-ui-container .st-ui-header .st-ui-clear-button {
  position: absolute;
  right: 48px;
  top: 8px;
  padding: 8px;
  border: solid 2px transparent;
  transition: all 0.3s ease;
}
.st-ui-container .st-ui-content {
  background-color: #E7E5EA;
  overflow-x: hidden !important;
  margin-top: 60px;
}
.st-ui-container .st-ui-fallback,
.st-ui-container .st-ui-footer {
  background-color: #E7E5EA !important;
}
.st-ui-container .st-ui-result .st-ui-type-heading {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #170335 !important;
}
@media (min-width: 768px) {
  .st-ui-container .st-ui-result .st-ui-type-heading {
    font-size: 18px;
  }
}
.st-ui-container .st-ui-result .st-ui-type-detail {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #736985;
  max-height: 53px;
}
@media (min-width: 768px) {
  .st-ui-container .st-ui-result .st-ui-type-detail {
    font-size: 16px;
    line-height: 140%;
    max-height: 49px;
  }
}
.st-ui-container .st-ui-footer {
  display: flex;
  flex-direction: column-reverse;
  height: auto !important;
  position: relative;
  border-top: none !important;
  padding-bottom: 20px;
}
.st-ui-container .st-ui-footer .st-ui-search-summary {
  top: unset !important;
  position: relative !important;
  left: unset !important;
  margin: 0 auto;
}
.st-ui-container .st-ui-footer .st-ui-search-summary .st-query-present {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #736985;
}
.st-ui-container .st-ui-footer .st-ui-search-summary .st-query-present strong {
  font-weight: 400;
}
.st-ui-container .st-ui-footer .st-ui-pagination {
  display: flex !important;
  justify-content: space-evenly;
  height: 33px;
}
.st-ui-container .st-ui-footer .st-ui-pagination .st-query-present {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 15px;
  align-items: center;
}
.st-ui-container .st-ui-footer .st-ui-pagination .st-result-pagination-link {
  padding: 0;
  display: flex;
  align-items: center;
}
.st-ui-container .st-ui-footer .st-ui-pagination .st-result-pagination-link.st-ui-pagination-number-link {
  position: relative;
  text-indent: 200%;
  overflow: hidden;
  width: 10px;
  height: 10px;
}
.st-ui-container .st-ui-footer .st-ui-pagination .st-result-pagination-link.st-ui-pagination-number-link:not(:last-child) {
  margin-right: 6px;
}
.st-ui-container .st-ui-footer .st-ui-pagination .st-result-pagination-link.st-ui-pagination-number-link:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="5" fill="%237D7D95"/></svg>');
}
.st-ui-container .st-ui-footer .st-ui-pagination .st-result-pagination-link.st-ui-pagination-number-link.active:before {
  background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="5" cy="5" r="5" fill="%23EF3DF0"/></svg>');
}
.st-ui-container .st-ui-footer .st-ui-pagination .st-result-pagination-link:not(.st-ui-pagination-number-link) {
  position: absolute;
  width: 34px;
  height: 33px;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  right: 20px;
  font-size: 0;
}
.st-ui-container .st-ui-footer .st-ui-pagination .st-result-pagination-link:not(.st-ui-pagination-number-link):before {
  position: absolute;
  content: "";
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml,<svg width="33" height="33" viewBox="0 0 33 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.875 9.875L15.9497 10.9766L19.6116 15.3437L11.625 15.3438L11.625 16.9062L19.6116 16.9062L15.9431 21.2656L16.875 22.375L22.125 16.125L16.875 9.875Z" fill="%23575681"/><circle cx="16.5" cy="16.5" r="16" stroke="%23575681"/></svg>');
}
.st-ui-container .st-ui-footer .st-ui-pagination .st-result-pagination-link:not(.st-ui-pagination-number-link):first-child {
  left: 20px;
}
.st-ui-container .st-ui-footer .st-ui-pagination .st-result-pagination-link:not(.st-ui-pagination-number-link):first-child:before {
  transform: rotate(180deg);
}
.st-ui-container .st-ui-footer .st-ui-pagination .st-result-pagination-link:not(.st-ui-pagination-number-link) .st-ui-arrow {
  display: none;
}
.st-ui-container .st-ui-footer .st-ui-pagination .st-result-pagination-link:not(.st-ui-pagination-number-link):hover:before {
  background-image: url('data:image/svg+xml,<svg width="33" height="33" viewBox="0 0 33 33" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.875 9.875L15.9497 10.9766L19.6116 15.3437L11.625 15.3438L11.625 16.9062L19.6116 16.9062L15.9431 21.2656L16.875 22.375L22.125 16.125L16.875 9.875Z" fill="%23EF3DF0"/><circle cx="16.5" cy="16.5" r="16" stroke="%23EF3DF0"/></svg>');
}

@media (min-width: 768px) {
  .search-input-wrapper form {
    position: relative;
    width: 60%;
  }
}
.search-input-wrapper input {
  border-radius: 37px;
  width: 100%;
  padding: 12px 9px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #A19AAE;
}
.search-input-wrapper input:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 16px;
  top: 0;
  right: 0;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-search-small.svg");
}
.search-input-wrapper input::-moz-placeholder {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #A19AAE;
}
.search-input-wrapper input::placeholder {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #A19AAE;
}
.search-input-wrapper button[type=submit] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  text-indent: -999px;
  overflow: hidden;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  cursor: pointer;
  opacity: 0.7;
}
.search-input-wrapper button[type=submit]:hover {
  opacity: 1;
}

.search-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
}
.search-wrapper > div {
  position: relative;
  display: none;
  width: 100%;
}

body.search-active {
  overflow: hidden;
}

body.ontinue .st-install-4M6xKxjyDCp9ZrqDdKfn .st-ui-result .st-ui-type-heading, body.st-ui-overlay-active .st-install-4M6xKxjyDCp9ZrqDdKfn .st-ui-result .st-ui-type-heading {
  color: #170335 !important;
}

.cta {
  position: relative;
  display: inline-block;
  color: #2CD9C5;
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .cta {
    font-size: 16px;
    line-height: 140%;
  }
}
.cta:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 7px;
  height: 8px;
  background-image: url("../images/carat-right.svg");
}
.cta-white {
  color: #ffffff;
}
.cta-white:before {
  background-image: url("../images/carat-right-white.svg");
}

.header-banner {
  position: relative;
  background: var(--ontinue-blast, linear-gradient(90deg, #EF3DF0 0%, #4303A9 35.42%, #653FEE 65.1%, #2CD9C5 100%));
  padding: 12px 0;
  width: 100%;
  z-index: 99;
}
.header-banner-jam {
  background: #EF3DF0;
}
.header-banner-iris {
  background: #653FEE;
}
.header-banner-inner {
  width: 100%;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .header-banner-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header-banner-inner h6 {
  color: #ffffff;
  font-family: DM Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (min-width: 768px) {
  .header-banner-inner h6 {
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.header-banner-inner a.cta {
  color: #ffffff;
  text-align: center;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-decoration: underline;
}
.header-banner-close {
  position: absolute;
  top: 0;
  right: -30px;
  width: 36px;
  height: 35px;
  background-image: url(../images/remove-circle.svg);
}
@media (min-width: 768px) {
  .header-banner-close {
    top: 50%;
    transform: translateY(-50%);
  }
}

.page-template-page-text #main {
  background: #ffffff;
}
.page-template-page-text .content-header {
  padding-top: var(--header-height);
  background-color: #170335;
  background-image: url("/wp-content/themes/ontinue/assets/images/page-template-text-hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-template-page-text .content-header .container {
  padding-top: 70px;
  padding-bottom: 90px;
}
.page-template-page-text .content-header .container > *:last-child {
  margin-bottom: 0;
}
.page-template-page-text .content-header h1 {
  color: #ffffff;
  margin-bottom: 16px;
}
.page-template-page-text .content-header p {
  color: #D1CDD7;
}
.page-template-page-text .content {
  color: #736985;
  padding-top: clamp(45px, 4.4444444444vw, 60px);
}
.page-template-page-text .content p, .page-template-page-text .content ul, .page-template-page-text .content ol {
  --font-max: 16px;
  color: #736985;
  line-height: 1.4;
}
@media (min-width: 600px) {
  .page-template-page-text .content-header .container {
    padding-top: 100px;
    padding-bottom: 55px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .page-template-page-text .content-header .container > * {
    grid-column: 2/span 8;
  }
  .page-template-page-text #main > .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .page-template-page-text #main > .container .content {
    grid-column: 2/span 10;
  }
}
@media screen and (max-width: 680px) {
  .page-template-page-text .BambooHR-ATS-Department-List .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px !important;
  }
  .page-template-page-text .BambooHR-ATS-Department-List .BambooHR-ATS-Jobs-List .BambooHR-ATS-Jobs-Item .BambooHR-ATS-Location {
    padding-top: 2px !important;
  }
}

.single-post {
  background-color: #ffffff;
}
.single-post #main > .content {
  padding-bottom: 0;
}
.single-post #main {
  border-top: solid var(--header-height) #170335;
  color: #170335;
}
.single-post #main .eyebrow {
  color: #EF3DF0;
}
.single-post .content .wp-content {
  color: #736985;
}
.single-post .content .wp-content .page-title {
  font-size: 38px;
  color: #170335;
  line-height: 1.2;
  margin-bottom: clamp(10px, 1.4814814815vw, 20px);
}
@media (min-width: 768px) {
  .single-post .content .wp-content .page-title {
    font-size: 42px;
  }
}
.single-post .content .wp-content div p.caption {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 20px;
  color: #736985;
}
@media (min-width: 991px) {
  .single-post .content .wp-content div p.caption {
    padding-bottom: 50px;
  }
}
.single-post .content .wp-content div img {
  margin-bottom: 25px;
}
.single-post .content .wp-content div:has(img + p.caption) img {
  margin-bottom: 0;
}
@media (min-width: 991px) {
  .single-post .content .wp-content div img {
    margin-bottom: 50px;
    padding-top: 20px;
  }
  .single-post .content .wp-content div:has(img + p.caption) img {
    margin-bottom: 0;
  }
}
.single-post .content .wp-content .sub-title {
  line-height: 1.2;
}
.single-post .content .wp-content .featured-image {
  margin-block: clamp(25px, 3.7037037037vw, 50px);
}
.single-post .content .wp-content .featured-image img {
  margin-inline: auto;
}
.single-post .content .wp-content .featured-image .caption {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.2;
  margin-bottom: 0;
}
.single-post .content .wp-content p:not(.eyebrow),
.single-post .content .wp-content ul,
.single-post .content .wp-content ol {
  --font-max: 18px;
  color: #170335;
  line-height: 1.5;
}
.single-post .content .wp-content p:not(.eyebrow) a,
.single-post .content .wp-content ul a,
.single-post .content .wp-content ol a {
  text-decoration: underline;
}
.single-post .content .wp-content h2 {
  font-size: 30px;
  line-height: 1.3;
  color: #4303A9;
  font-weight: 600;
  font-family: "DM Sans";
  letter-spacing: 0%;
  margin-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #D0CCD6;
}
.single-post .content .wp-content h2:first-of-type {
  border-top: none;
}
.single-post .content .wp-content h2 strong {
  color: #4303A9;
}
.single-post .content .wp-content h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0%;
  color: #653FEE;
  color: #170335;
  margin-bottom: 20px;
  padding-top: 30px;
}
@media screen and (min-width: 767px) {
  .single-post .content .wp-content h3 {
    font-size: 26px;
  }
}
.single-post .content .wp-content h3 strong {
  font-weight: 600;
}
.single-post .content .wp-content .wp-block-separator {
  border-top: 1px solid #D0CCD6;
  margin: 45px 0;
}
.single-post .content .wp-content .wp-block-separator + h2,
.single-post .content .wp-content .wp-block-separator + h3 {
  padding-top: 0;
}
@media (min-width: 786px) {
  .single-post .content {
    display: grid;
    grid-template-columns: 1fr 300px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
.single-post .ontinue-single-post-top {
  padding: 45px 0 100px;
  background-color: #F6F7FC;
}
.single-post .sidebar .custom-authors .author {
  color: #170335;
}

.sidebar-title {
  color: #653FEE;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 14px;
  margin-bottom: 20px;
}

.sidebar {
  color: #736985;
}
.sidebar .ontinue-sidebar-social {
  padding-bottom: 24px;
  border-bottom: solid 1px #D1CDD7;
}
.sidebar .ontinue-sidebar-social a {
  font-size: 0;
  margin-bottom: 10px;
}
.sidebar .ontinue-sidebar-social a svg {
  height: 27px;
  vertical-align: unset;
}
.sidebar .custom-authors {
  border-bottom: solid 1px #D1CDD7;
}
.sidebar .custom-authors .author {
  padding-block: 24px;
  border-bottom: solid 1px #D1CDD7;
}
.sidebar .custom-authors .author:last-child {
  border-bottom: none;
}
.sidebar .custom-authors p:not(.sidebar-title) {
  font-size: 16px;
  line-height: 140%;
}
.sidebar .custom-authors p:not(.sidebar-title):last-child {
  margin-bottom: 0;
}
.sidebar .media-contacts {
  padding-block: 20px;
}
.sidebar .media-contacts .contact {
  font-size: 14px;
}
.sidebar .media-contacts .contact:last-child {
  margin-bottom: 0;
}
.sidebar > *:last-child {
  border-bottom: 0;
}
.sidebar .eyebrow {
  margin-bottom: 12px;
}

.go-back {
  margin-bottom: clamp(40px, 3.3333333333vw, 45px);
  display: block;
}

.post-type-archive-ontinue_event #main {
  padding-left: 35px;
  padding-right: 35px;
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
  padding-block: 60px;
  display: grid;
  grid-template-columns: 165px 1fr 165px;
}
.post-type-archive-ontinue_event .events {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  margin-top: 50px;
}
.post-type-archive-ontinue_event .ontinue_event {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.post-type-archive-ontinue_event .ontinue_event .event-date, .post-type-archive-ontinue_event .ontinue_event .location {
  color: #736985;
}
.post-type-archive-ontinue_event .ontinue_event .event-date img, .post-type-archive-ontinue_event .ontinue_event .location img {
  display: inline-block;
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
  margin-right: 25px;
}
.post-type-archive-ontinue_event .ontinue_event .title {
  grid-column: span 2;
}
.post-type-archive-ontinue_event .ontinue_event .the-excerpt {
  margin-top: 32px;
}
.post-type-archive-ontinue_event .ontinue_event .the-excerpt p {
  color: #4303A9;
  --font-max: 16px;
  line-height: 1.4;
}
.post-type-archive-ontinue_event .ontinue_event .image img {
  aspect-ratio: 438/272;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.error404 #main {
  padding-left: 35px;
  padding-right: 35px;
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
  height: 669px;
  display: flex;
  padding-top: 80px;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/themes/ontinue/assets/images/404Error_Background.jpg");
  background-repeat: no-repeat;
  background-position: 100%;
  max-width: 100%;
  margin: 0;
}
@media all and (max-width: 768px) {
  .error404 #main {
    background-image: url("/wp-content/themes/ontinue/assets/images/404Error_Background_Mobile@2x.jpg");
    height: 370px;
    padding: 80px 30px 0;
  }
}
.error404 #main p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #A2A0B1;
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  .error404 #main p {
    font-size: 16px;
    line-height: 140%;
  }
}
.error404 .content {
  text-align: center;
  padding-bottom: 0 !important;
}

.page-template-news-center,
.archive.category {
  background-color: #ffffff;
}
.page-template-news-center #main,
.archive.category #main {
  color: #170335;
}
.page-template-news-center #main > .content,
.archive.category #main > .content {
  padding-bottom: 0;
}

.news-center-header {
  padding-top: var(--header-height);
  background-color: #170335;
  background-image: url("/wp-content/themes/ontinue/assets/images/Simple_Hero_Background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-center-header .page-title {
  padding-block: clamp(92px, 9.3333333333vw, 126px);
}
.news-center-header .page-title h1 {
  margin-bottom: 0;
  color: #ffffff;
}
.news-center-header .news-center-nav {
  background: rgba(232, 231, 236, 0.06);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.news-center-header .news-center-nav ul {
  list-style: none;
  display: flex;
  -moz-column-gap: clamp(20px, 5.1851851852vw, 70px);
       column-gap: clamp(20px, 5.1851851852vw, 70px);
  padding: 0;
  margin: 0;
  padding-block: 20px;
  overflow-x: auto;
}
.news-center-header .news-center-nav ul li {
  flex: 0 0 auto;
}
@media (max-width: 699px) {
  .news-center-header .news-center-nav ul li {
    order: 2;
  }
  .news-center-header .news-center-nav ul li.active {
    order: 1;
  }
}
.news-center-header .news-center-nav ul a {
  color: #E7E5EA;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 16px;
  border: solid 2px transparent;
  border-radius: 55px;
  display: block;
  transition: all 250ms ease-in-out;
}
.news-center-header .news-center-nav ul a:hover {
  border-color: #E7E5EA;
}
.news-center-header .news-center-nav ul li.active a {
  border-color: #E7E5EA;
}

.news-center-grid {
  padding-block: clamp(40px, 4.4444444444vw, 60px);
}
.news-center-grid .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: min(30px, 8.3333333333%);
       column-gap: min(30px, 8.3333333333%);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: clamp(80px, 8.8888888889vw, 120px);
}
.news-center-grid .container > * {
  grid-column: 1/-1;
}
@media (min-width: 786px) {
  .news-center-grid .container .press-release-listing,
  .news-center-grid .container .media-coverage-listing {
    grid-column: span 6;
  }
}

.news-archive-content {
  padding-block: clamp(40px, 4.4444444444vw, 60px);
}

.news-listing {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-listing h2 {
  color: #170335;
}
.news-listing .posts {
  flex: 1;
  overflow: hidden;
  display: grid;
  -moz-column-gap: 40px;
       column-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(min(410px, 100%), 1fr));
  grid-auto-rows: 1fr;
}
.news-listing a.post {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 25px;
  padding-block: 25px;
  text-decoration: none;
  border-top: 1px solid #D1CDD7;
  margin-top: -1px;
}
.news-listing a.post > p {
  font-size: 0;
  line-height: 0;
  text-decoration: none;
}
.news-listing .text {
  flex: 1 1 55%;
}
.news-listing .featured-image {
  flex: 1 1 calc(45% - 40px);
  min-width: 150px;
  --aspect-ratio: 230/230;
}
.news-listing .featured-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news-listing .eyebrow {
  color: #653FEE;
}
.news-listing h3 {
  font-size: 22px;
  color: #170335;
  margin-bottom: 14px;
  font-weight: 600;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news-listing .excerpt {
  color: #736985;
  --font-max: 18px;
  line-height: 1.5;
  margin-bottom: 14px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.news-listing .date {
  font-weight: 400;
}
.news-listing .text-link {
  font-weight: 700;
  color: #653FEE;
  --font-max: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
.news-listing.awards-listing .featured-image {
  background: none;
}
.news-listing.awards-listing .featured-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.category-pagination {
  margin-top: clamp(40px, 6.6666666667vw, 90px);
}
.category-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-pagination .nav-links a,
.category-pagination .nav-links span {
  font-size: 14px;
  line-height: 1.2;
  padding-inline: 5px;
  color: #736985;
  text-decoration: none;
}
.category-pagination .nav-links a.current,
.category-pagination .nav-links span.current {
  font-weight: 700;
  color: #170335;
}
.category-pagination .nav-links a.prev, .category-pagination .nav-links a.next,
.category-pagination .nav-links span.prev,
.category-pagination .nav-links span.next {
  padding: 0;
  width: 33px;
  height: 33px;
  display: block;
  text-indent: -9999px;
  background-image: url("/wp-content/themes/ontinue/assets/images/arrow-left.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.category-pagination .nav-links a.prev:hover, .category-pagination .nav-links a.next:hover,
.category-pagination .nav-links span.prev:hover,
.category-pagination .nav-links span.next:hover {
  filter: brightness(0) saturate(100%) invert(33%) sepia(89%) saturate(1035%) hue-rotate(268deg) brightness(104%) contrast(101%);
}
.category-pagination .nav-links a.prev,
.category-pagination .nav-links span.prev {
  margin-right: 50px;
}
.category-pagination .nav-links a.next,
.category-pagination .nav-links span.next {
  margin-left: 50px;
  transform: rotate(180deg);
}

.get-in-touch {
  padding-block: clamp(40px, 5.9259259259vw, 80px);
  background-color: #2CD9C5;
  background-image: url("/wp-content/themes/ontinue/assets/images/Newsroom_GetInTouch_Gradient_Background_Mobile@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}
@media (min-width: 786px) {
  .get-in-touch {
    background-image: url("/wp-content/themes/ontinue/assets/images/Newsroom_GetInTouch_Gradient_Background@2x.jpg");
  }
}
.get-in-touch .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: min(30px, 8.3333333333%);
       column-gap: min(30px, 8.3333333333%);
  row-gap: 30px;
}
.get-in-touch .container > * {
  grid-column: 1/-1;
}
.get-in-touch .container .contacts {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  -moz-column-gap: min(30px, 12.5%);
       column-gap: min(30px, 12.5%);
  row-gap: 30px;
}
.get-in-touch .container .contacts > * {
  grid-column: 1/-1;
}
@media (min-width: 786px) {
  .get-in-touch .container .intro {
    grid-column: span 4;
  }
  .get-in-touch .container .contacts {
    grid-column: span 8;
  }
  .get-in-touch .container .contacts > * {
    grid-column: span 4;
  }
}
.get-in-touch .intro h2 {
  margin-bottom: clamp(8px, 0.7407407407vw, 10px);
}
.get-in-touch .intro p {
  margin-bottom: 0;
}
.get-in-touch .contact h3 {
  margin-bottom: clamp(14px, 1.6296296296vw, 22px);
}
.get-in-touch .contact p {
  margin-bottom: 0;
}
.get-in-touch .contact a {
  color: #ffffff;
}
.get-in-touch .contact a:hover {
  text-decoration: underline;
}

.page-template-news-center .text {
  margin-top: -3px;
}

.resources_blog_banner {
  position: relative;
}
@media (min-width: 768px) {
  .resources_blog_banner .container {
    position: relative;
    min-height: 514px;
    display: flex;
    align-items: flex-start;
    padding-top: 28px;
  }
}
@media screen and (min-width: 1441px) {
  .resources_blog_banner .container {
    max-width: 1309px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
  }
}
.resources_blog_banner article {
  color: #170335;
}
@media (min-width: 768px) {
  .resources_blog_banner article {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .resources_blog_banner article .text {
    margin-left: 4px;
    max-width: 670px;
  }
}
@media screen and (max-width: 768px) {
  .resources_blog_banner article .text {
    margin-top: 24px;
  }
}
.resources_blog_banner article .eyebrow {
  display: none;
}
@media (min-width: 768px) {
  .resources_blog_banner article .eyebrow {
    display: block;
  }
}
@media (min-width: 768px) {
  .resources_blog_banner article .eyebrow a {
    color: #ffffff !important;
  }
}
.resources_blog_banner article p,
.resources_blog_banner article h1 {
  font-weight: 700;
}
.resources_blog_banner article p {
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 1.8px;
  margin-bottom: 12px;
  color: #EF3DF0;
}
@media (min-width: 768px) {
  .resources_blog_banner article p {
    font-size: 14px;
    letter-spacing: 2.1px;
    color: #ffffff;
  }
}
.resources_blog_banner article h1 {
  font-size: 30px;
  line-height: 120%;
}
@media (min-width: 768px) {
  .resources_blog_banner article h1 {
    font-size: 48px;
  }
}
.resources_blog_banner figure {
  margin: 0;
  height: 100%;
  width: 100%;
}
.resources_blog_banner figure img {
  width: 100%;
  height: 100%;
}
.resources_blog_banner .customer__banner-img {
  height: 100%;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .resources_blog_banner .customer__banner-img {
    position: absolute;
  }
}
.resources_blog_banner .ontinue-footer-banner {
  height: 10px;
  width: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .resources_blog_banner .ontinue-footer-banner {
    position: absolute;
    bottom: 0;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .resources_blog_banner .ontinue-footer-banner {
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  body.single-ontinue_resource main .resources_blog_banner .eyebrow-return.eyebrow {
    margin-bottom: 24px !important;
    margin-top: 16px;
  }
}

.ontinue-resource-detail {
  margin-top: 48px;
  padding: 0;
}
.ontinue-resource-detail img.size-full {
  width: 100%;
}
.ontinue-resource-detail .ontinue-resource-detail-company-info {
  margin: 15px 0 0;
  padding-bottom: 17px;
  border-bottom: 1px solid #D0D0D8;
}
.ontinue-resource-detail .ontinue-resource-detail-company-info p {
  font-size: 14px;
  line-height: 130%;
  margin: 7px 0 0;
  color: #736985;
}
.ontinue-resource-detail .success-card__author-details {
  border-left: 4px solid #EF3DF0;
  padding-left: 14px;
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .ontinue-resource-detail .success-card__author-details {
    padding-left: 30px;
    margin-bottom: 80px;
  }
}
.ontinue-resource-detail .success-card__author-details h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #4303A9 !important;
}
@media (min-width: 768px) {
  .ontinue-resource-detail .success-card__author-details h3 {
    font-size: 32px;
    max-width: 85%;
  }
}
.ontinue-resource-detail .success-card__author-details .success-card__author {
  display: flex;
  gap: 20px;
  align-items: center;
}
.ontinue-resource-detail .success-card__author-details .success-card__author img {
  width: 48px;
  height: 72px;
}
@media (min-width: 768px) {
  .ontinue-resource-detail .success-card__author-details .success-card__author img {
    width: 59px;
    height: 88.5px;
  }
}
.ontinue-resource-detail .success-card__author-details .success-card__author p {
  margin: 0;
}
.ontinue-resource-detail .success-card__author-details .success-card__author p.author-title {
  font-weight: 700;
}
.ontinue-resource-detail .success-card__author-details .success-card__logo {
  width: 279.9px;
  height: 40.5px;
}
@media (min-width: 768px) {
  .ontinue-resource-detail .success-card__author-details .success-card__logo {
    width: 311px;
    height: 45px;
  }
}
@media screen and (max-width: 380px) {
  .ontinue-resource-detail .success-card__author-details .success-card__logo {
    max-width: 279.9px;
    width: auto;
  }
}
.ontinue-resource-detail .success-card__author-details .success-card__logo img {
  width: 100%;
}

.customer_story {
  padding: calc(var(--header-height) - 82px) 0 0 !important;
  margin-top: 82px !important;
}
@media screen and (min-width: 1350px) {
  .customer_story {
    padding: calc(var(--header-height) - 87px) 0 0 !important;
  }
}
.customer_story .ontinue-sidebar-related-links ul li div {
  color: #4303A9;
}

.ontinue-related-articles {
  margin-bottom: 44px;
}
@media screen and (min-width: 768px) {
  .ontinue-related-articles {
    margin-bottom: 83px;
  }
}
.ontinue-related-articles h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 120%;
}
@media screen and (min-width: 767px) {
  .ontinue-related-articles h2 {
    font-size: 42px;
  }
}

.is-mobile {
  display: block;
}
@media screen and (min-width: 768px) {
  .is-mobile {
    display: none;
  }
}

.page-template-page-text .content .BambooHR-ATS-Jobs-List a {
  color: #653FEE;
}

.ontinue-block {
  position: relative;
}

.block-content {
  position: relative;
  z-index: 2;
}

.background-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.background-frame > * {
  position: absolute;
  pointer-events: none;
  max-width: none;
}
.background-frame .frame-top-left {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.background-frame .frame-top-right {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.background-frame .frame-bottom-left {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}
.background-frame .frame-bottom-right {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
.background-frame .frame-1 {
  width: 92.2222222222%;
}
.background-frame .frame-2 {
  width: 82.9166666667%;
}
.background-frame .frame-3 {
  width: 71.8055555556%;
}
.background-frame .frame-4 {
  width: 96.0416666667%;
}
.background-frame .frame-5 {
  width: 96.0416666667%;
}
.background-frame .frame-6 {
  width: 71.8055555556%;
}
.background-frame .frame-7 {
  width: 75.3472222222%;
}

.ontinue-cards-columns {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
  text-align: center;
}
.ontinue-cards-columns .block-header h2 {
  margin-bottom: 14px;
}
.ontinue-cards-columns .block-header p:not(.eyebrow) {
  color: #D1CDD7;
}
.ontinue-cards-columns .cards {
  margin-top: clamp(40px, 3.3333333333vw, 45px);
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
  justify-content: center;
  flex-wrap: wrap;
}
.ontinue-cards-columns .cards .card-col {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .ontinue-cards-columns .cards .card-col {
    width: 33.33%;
  }
}
@media (min-width: 768px) {
  .ontinue-cards-columns .cards[data-num-cards="5"] .card-col, .ontinue-cards-columns .cards[data-num-cards="9"] .card-col, .ontinue-cards-columns .cards[data-num-cards="10"] .card-col {
    width: 20%;
  }
  .ontinue-cards-columns .cards[data-num-cards="6"] .card-col {
    width: 33.33333%;
  }
}
.ontinue-cards-columns .cards .card {
  padding: 22px;
  border: solid 1px;
  border-image-source: linear-gradient(135deg, #EF3DF0, #653FEE, #2CD9C5);
  border-image-slice: 1;
  background: rgba(232, 231, 236, 0.06);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.ontinue-cards-columns .cards .card:nth-child(even) {
  border-image-source: linear-gradient(135deg, #2CD9C5, #653FEE, #EF3DF0);
}
.ontinue-cards-columns .cards .card-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .ontinue-cards-columns .cards .card-top {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
}
.ontinue-cards-columns .cards .card img {
  margin-bottom: 14px;
  height: 65px;
  width: auto;
  aspect-ratio: 160/65;
  -o-object-fit: contain;
     object-fit: contain;
}
.ontinue-cards-columns .cards .card .eyebrow {
  color: #2CD9C5;
  margin-bottom: 6px;
}
.ontinue-cards-columns .cards .card h3 {
  font-size: 22px;
  margin-bottom: 14px;
}
.ontinue-cards-columns .cards .card p {
  margin-bottom: 0;
  --font-max: 16px;
  color: #D1CDD7;
}
.ontinue-cards-columns .cards .card a {
  color: #2CD9C5;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  margin-top: 14px;
}
@media (min-width: 600px) {
  .ontinue-cards-columns .button, .ontinue-cards-columns .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cards-columns .mktoButton,
  .ontinue-cards-columns img {
    margin-inline: auto;
  }
  .ontinue-cards-columns .cards .card {
    display: block;
  }
}

@media (min-width: 1024px) {
  .six-card-columns .container {
    padding: 0 100px;
  }
}
@media (min-width: 1320px) {
  .six-card-columns .container {
    padding: 0 171px;
  }
}
.six-card-columns .block-header p:not(.eyebrow) {
  color: #EAEAEA;
}
@media (min-width: 1024px) {
  .six-card-columns .block-header p:not(.eyebrow) {
    max-width: 900px;
    margin: 0 auto 26px auto;
    font-size: 16px;
  }
}
.six-card-columns .cards .card p {
  color: #EAEAEA;
}
.six-card-columns .cards .card-col {
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .three-card-columns {
    padding-top: 120px;
  }
}
.three-card-columns .block-header p:not(.eyebrow) {
  color: #EAEAEA;
}
@media (min-width: 1024px) {
  .three-card-columns .block-header p:not(.eyebrow) {
    max-width: 1000px;
    margin: 0 auto 26px auto;
  }
}
.three-card-columns .cards .card p {
  color: #EAEAEA;
  font-size: 18px;
}
.three-card-columns .cards .card h3 {
  font-size: 24px;
}

.ontinue-careers-highlights {
  padding-top: clamp(35px, 4.4444444444vw, 60px);
  padding-bottom: clamp(30px, 2.962962963vw, 40px);
}
.ontinue-careers-highlights .container .text .eyebrow {
  color: #EF3DF0;
}
.ontinue-careers-highlights .container .text h2 {
  color: #4303A9;
}
.ontinue-careers-highlights .container .text .h6 {
  color: #736985;
}
.ontinue-careers-highlights .container .text p:not(.eyebrow) {
  --font-max: 16px;
  color: #675681;
  line-height: 1.4;
  margin-bottom: 0.8em;
}
.ontinue-careers-highlights .container .text p:not(.eyebrow) + .h6 {
  margin-top: 26px;
}
.ontinue-careers-highlights .container .text a {
  font-weight: 700;
  margin-bottom: 26px;
}
.ontinue-careers-highlights .container .image {
  display: none;
}
@media (min-width: 768px) {
  .ontinue-careers-highlights .container {
    display: grid;
    -moz-column-gap: 70px;
         column-gap: 70px;
    grid-template-columns: min(50%, 455px) 1fr;
    align-items: center;
  }
  .ontinue-careers-highlights .container .text {
    grid-column: 2;
    grid-row: 1;
    max-width: 640px;
    justify-self: end;
  }
  .ontinue-careers-highlights .container .image {
    grid-column: 1;
    grid-row: 1;
    display: block;
  }
  .ontinue-careers-highlights .container .image img {
    border-radius: 50%;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
}

#our-benefits .image {
  display: none;
}
@media (min-width: 768px) {
  #our-benefits .image {
    display: block;
  }
}

.ontinue-contact-us {
  padding-block: min(7%, 115px);
  background-image: url("/wp-content/themes/ontinue/assets/images/background-contact.jpg");
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.ontinue-contact-us .form {
  background: rgba(232, 231, 236, 0.06);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border: solid 1px;
  border-image-source: linear-gradient(135deg, #EF3DF0, #653FEE, #2CD9C5);
  border-image-slice: 1;
  padding: 30px;
  max-width: 1066.6666666667px;
  margin-inline: auto;
}
.ontinue-contact-us .form .header {
  text-align: center;
  max-width: 515px;
  margin-inline: auto;
  margin-bottom: 40px;
}
.ontinue-contact-us .form .header .eyebrow {
  color: #2CD9C5;
}
.ontinue-contact-us .form .header h2 {
  color: #ffffff;
}
.ontinue-contact-us .form .header p:not(.eyebrow) {
  color: #B9B3C1;
  --font-max: 16px;
  margin-bottom: 0;
}
.ontinue-contact-us .form .mktoForm {
  width: auto !important;
  max-width: 760px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
  flex-direction: column;
  gap: 25px;
}
.ontinue-contact-us .form .mktoForm * {
  float: none !important;
}
.ontinue-contact-us .form .mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
}
.ontinue-contact-us .form .mktoForm .mktoOffset,
.ontinue-contact-us .form .mktoForm .mktoLabel,
.ontinue-contact-us .form .mktoForm .mktoGutter,
.ontinue-contact-us .form .mktoForm .mktoClear {
  display: none;
}
.ontinue-contact-us .form .mktoForm .mktoFormRow {
  grid-column: -1/1;
}
.ontinue-contact-us .form .mktoForm .mktoFormRow:has(input[type=hidden]), .ontinue-contact-us .form .mktoForm .mktoFormRow:has(.mktoPlaceholder) {
  display: none;
}
.ontinue-contact-us .form .mktoForm .mktoButtonRow {
  grid-column: -1/1;
}
.ontinue-contact-us .form .mktoForm .mktoButtonRow [type=submit] {
  margin-inline: auto;
}
@media (min-width: 600px) {
  .ontinue-contact-us .form .mktoForm .mktoButtonRow [type=submit] {
    width: 210px;
  }
}
.ontinue-contact-us .form .mktoForm input,
.ontinue-contact-us .form .mktoForm select,
.ontinue-contact-us .form .mktoForm textarea {
  width: 100% !important;
  background-color: rgba(232, 231, 236, 0.06);
  border: 1px solid #D1CDD7;
  border-radius: 4px;
  font-size: 16px;
  color: #ffffff;
  padding: 9px 18px;
  display: block !important;
  height: auto !important;
}
.ontinue-contact-us .form .mktoForm input::-moz-placeholder, .ontinue-contact-us .form .mktoForm select::-moz-placeholder, .ontinue-contact-us .form .mktoForm textarea::-moz-placeholder {
  opacity: 1;
}
.ontinue-contact-us .form .mktoForm input::placeholder,
.ontinue-contact-us .form .mktoForm select::placeholder,
.ontinue-contact-us .form .mktoForm textarea::placeholder {
  opacity: 1;
}
.ontinue-contact-us .form .mktoForm select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z' style='fill:%23fff;'/%3E%3C/svg%3E");
  background-position: center right 9px;
}
.ontinue-contact-us .form .mktoForm select option {
  color: #000000;
}
.ontinue-contact-us .form .mktoForm .mktoHtmlText {
  width: 100% !important;
  font-size: 12px;
  line-height: 1.4;
  color: #B9B3C1;
}
.ontinue-contact-us .form .mktoForm .mktoHtmlText div {
  text-align: center;
}
.ontinue-contact-us .form .mktoForm .mktoHtmlText a {
  color: #B9B3C1 !important;
  font-weight: bold;
  padding: 0;
}
.ontinue-contact-us .form .mktoForm .mktoButtonWrap {
  margin: 0 !important;
  display: block;
}
.ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton {
  width: -moz-fit-content;
  width: fit-content;
}
.ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:hover {
  border: 2px solid #2CD9C5;
}
.ontinue-contact-us .form .mktoForm .mktoError {
  position: static;
}
.ontinue-contact-us .form .mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}
.ontinue-contact-us .form .mktoForm .mktoError .mktoErrorMsg {
  display: block;
  margin-top: 7px;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #F1A7A7;
  font-size: 12px;
  line-height: 1.4;
  max-width: 100%;
  padding: 0;
  text-shadow: none;
}
.ontinue-contact-us .form #mktoForm_1008 .mktoFormRow:has([name=FirstName]), .ontinue-contact-us .form #mktoForm_1008 .mktoFormRow:has([name=LastName]), .ontinue-contact-us .form #mktoForm_1008 .mktoFormRow:has([name=Email]), .ontinue-contact-us .form #mktoForm_1008 .mktoFormRow:has([name=Phone]), .ontinue-contact-us .form #mktoForm_1065 .mktoFormRow:has([name=FirstName]), .ontinue-contact-us .form #mktoForm_1065 .mktoFormRow:has([name=LastName]), .ontinue-contact-us .form #mktoForm_1065 .mktoFormRow:has([name=Email]), .ontinue-contact-us .form #mktoForm_1065 .mktoFormRow:has([name=Phone]) {
  grid-column: span 1;
}
.ontinue-contact-us .form .success-response {
  text-align: center;
  padding-block: 170px;
  display: none;
}
.ontinue-contact-us .form .success-response h3 {
  color: #ffffff;
}
.ontinue-contact-us .form .success-response p {
  color: #B9B3C1;
}
.ontinue-contact-us.form-complete .mktoForm,
.ontinue-contact-us.form-complete .header {
  display: none;
}
.ontinue-contact-us.form-complete .success-response {
  display: block;
}

@media (min-width: 600px) {
  .button, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, button, .wp-block-button__link, .wp-block-file .wp-block-file__button, .wp-block-file__button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.ontinue-cta {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-cta .grid {
  padding-block: 28px;
  padding-inline: 30px;
  display: grid;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 30px;
  background-color: #43355C;
  background-image: url("/wp-content/themes/ontinue/assets/images/CTABox-NoImage_Background_Mobile@2x.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ontinue-cta.has-image .grid {
  background-image: url("/wp-content/themes/ontinue/assets/images/CTABox-Image_Background_Mobile@2x.jpg");
}
.ontinue-cta:not(.has-image) .grid {
  padding-block: clamp(48px, 5.4814814815vw, 74px);
}
.ontinue-cta:not(.has-image) .text {
  text-align: center;
}
.ontinue-cta .text .eyebrow {
  color: #D1CDD7;
}
.ontinue-cta .text h2 {
  margin-bottom: 14px;
}
.ontinue-cta .text p:not(.eyebrow) {
  color: #D1CDD7;
  --font-max: 16px;
}
.ontinue-cta .text .button, .ontinue-cta .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta .text .mktoButton {
  margin-top: 22px;
}
.ontinue-cta .text > *:last-child {
  margin-bottom: 0;
}
.ontinue-cta .image img {
  margin-inline: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 600px) {
  .ontinue-cta .grid {
    padding-inline: 0;
    grid-template-columns: repeat(10, 1fr);
    max-width: 1066.6666666667px;
    margin-inline: auto;
    background-image: url("/wp-content/themes/ontinue/assets/images/CTABox-NoImage_Background@2x.jpg");
  }
  .ontinue-cta .text, .ontinue-cta .image {
    grid-row: 1;
  }
  .ontinue-cta:not(.has-image) .text {
    grid-column: 2/span 8;
  }
  .ontinue-cta:not(.has-image) .text .button, .ontinue-cta:not(.has-image) .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta:not(.has-image) .text .mktoButton {
    display: block;
    margin-inline: auto;
    width: -moz-max-content;
    width: max-content;
  }
  .ontinue-cta.has-image .grid {
    background-image: url("/wp-content/themes/ontinue/assets/images/CTABox-Image_Background@2x.jpg");
  }
  .ontinue-cta.has-image .text {
    grid-column: 2/span 5;
  }
  .ontinue-cta.has-image .image {
    grid-column: 7/span 3;
  }
}

.ontinue-drawers {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
@media (min-width: 600px) {
  .ontinue-drawers .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
  }
  .ontinue-drawers .container .block-header {
    grid-column: 2/span 9;
  }
  .ontinue-drawers .container .drawers {
    grid-column: 2/span 10;
  }
}
.ontinue-drawers .container .block-header {
  grid-column: 2/span 9;
}
@media (max-width: 767px) {
  .ontinue-drawers .container .block-header {
    margin-bottom: 20px;
  }
}
.ontinue-drawers .container .block-header h2 {
  margin-bottom: 14px;
}
.ontinue-drawers .container .block-header p:not(.eyebrow) {
  color: #D1CDD7;
}
.ontinue-drawers .container .block-header-center {
  text-align: center;
  grid-column: 3/span 8;
}
.ontinue-drawers .drawers {
  overflow: hidden;
}
.ontinue-drawers .drawers .tab {
  margin: 0;
  list-style: none;
  border: solid 1px #2CD9C5;
  border-top: none;
  padding-block: clamp(18px, 2.2222222222vw, 30px);
  padding-inline: clamp(15px, 2.2222222222vw, 30px);
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.ontinue-drawers .drawers .tab:first-of-type {
  border-top: solid 1px #2CD9C5;
}
.ontinue-drawers .drawers .tab.active {
  background: #2CD9C5;
  color: #170335;
  position: relative;
}
.ontinue-drawers .drawers .tab.active:after {
  display: block;
  content: "";
  height: 71%;
  width: auto;
  aspect-ratio: 1/1;
  background: #2CD9C5;
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}
.ontinue-drawers .drawers .tab-content {
  z-index: 2;
  background: rgba(232, 231, 236, 0.06);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding-block: 30px;
  padding-inline: clamp(20px, 3.5555555556vw, 48px);
  display: none;
  flex-wrap: wrap;
  -moz-column-gap: 4%;
       column-gap: 4%;
  row-gap: 25px;
  align-items: center;
  border: solid 1px;
  border-image-source: linear-gradient(270deg, #EF3DF0, #653FEE, #2CD9C5);
  border-image-slice: 1;
}
.ontinue-drawers .drawers .tab-content.active {
  display: flex;
}
.ontinue-drawers .drawers .tab-content .text,
.ontinue-drawers .drawers .tab-content .image {
  flex: 1 1 48%;
  min-width: min(100%, 150px);
}
.ontinue-drawers .drawers .tab-content .image img {
  width: 100%;
}
.ontinue-drawers .drawers .tab-content p:not(.eyebrow):not(.button) {
  color: #D1CDD7;
  --font-max: 16px;
}
.ontinue-drawers .drawers .tab-content .button, .ontinue-drawers .drawers .tab-content .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-drawers .drawers .tab-content .mktoButton {
  margin-bottom: 0;
}
@media (min-width: 900px) {
  .ontinue-drawers .drawers {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-auto-rows: 1fr;
    border: solid 1px;
    border-image-source: linear-gradient(270deg, #EF3DF0, #653FEE, #2CD9C5);
    border-image-slice: 1;
  }
  .ontinue-drawers .drawers .tab {
    grid-column: 1/span 4;
    border: none;
    border-right: solid 1px #2CD9C5;
    border-top: solid 1px #2CD9C5;
    margin-top: 0;
  }
  .ontinue-drawers .drawers .tab:first-of-type {
    border-top: none;
  }
  .ontinue-drawers .drawers .tab-content {
    grid-column: 5/span 6;
    grid-row-start: 1;
    grid-row-end: var(--drawers);
    border: none;
    display: flex;
    opacity: 0;
    pointer-events: none;
  }
  .ontinue-drawers .drawers .tab-content.active {
    opacity: 1;
    pointer-events: all;
  }
}

/* Font */
/* colors */
.ot.enterprice {
  background: rgb(47, 27, 164);
  background: radial-gradient(circle, rgb(47, 27, 164) 0%, rgb(42, 11, 82) 100%);
  padding: 1.25rem 0 1rem;
}
@media screen and (min-width: 950px) {
  .ot.enterprice {
    padding: 1.9375rem 0 1.375rem;
  }
}
.ot.enterprice h3 {
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  font-family: "DM Sans";
  color: #ffffff;
  margin: 0 auto 1.313rem auto;
  max-width: 20.375rem;
  padding: 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .ot.enterprice h3 {
    max-width: 100%;
    margin-bottom: 1.75rem;
    font-size: 1.5em;
    line-height: 1.2;
  }
}
.ot.enterprice .container {
  max-width: 80.313rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.ot.marquee {
  --gap: 50px;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  margin: 0 -0.75rem;
}
.ot.marquee:hover .marquee__track {
  animation-play-state: paused;
}
@media screen and (min-width: 480px) {
  .ot.marquee {
    margin: 0;
  }
}
@media screen and (min-width: 950px) {
  .ot.marquee {
    padding: 0 1.375rem;
  }
}
@media screen and (min-width: 1320px) {
  .ot.marquee {
    --gap: 110px;
    padding: 0 0.5rem;
  }
}
.ot.marquee .marquee__track {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 25s linear infinite;
}
@media screen and (min-width: 768px) {
  .ot.marquee .marquee__track {
    gap: 80px;
  }
}
@media screen and (min-width: 950px) {
  .ot.marquee .marquee__track {
    gap: 100px;
  }
}
@media screen and (min-width: 1320px) {
  .ot.marquee .marquee__track {
    gap: var(--gap);
  }
}
.ot.marquee figure {
  margin: 0;
}
.ot.marquee figure img {
  height: 1.25rem;
}
@media screen and (min-width: 950px) {
  .ot.marquee figure img {
    height: 2.25rem;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee .marquee__track {
    animation-play-state: paused !important;
  }
}
@media screen and (min-width: 768px) {
  .ot.enterprice h3 {
    font-size: 26px;
  }
}
.ontinue-cta.has-image.ontinue-signoff-cta .grid {
  border-radius: 50px;
  overflow: hidden;
  padding: 0;
  background-image: url("/wp-content/themes/ontinue/assets/images/signoff-bg.png");
  background-size: cover;
  background-position: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
  gap: 0;
  box-shadow: 0px 30px 100px 0px rgba(101, 63, 238, 0.6);
}
.ontinue-cta.has-image.ontinue-signoff-cta .text {
  padding: 40px 20px 30px;
}
.ontinue-cta.has-image.ontinue-signoff-cta .text img {
  margin: 0 auto 30px auto;
}
.ontinue-cta.has-image.ontinue-signoff-cta .text h2 {
  text-align: center;
  font-size: 36px;
  line-height: 39.6px;
  margin-bottom: 11px;
  color: #ffffff;
}
.ontinue-cta.has-image.ontinue-signoff-cta .text p {
  text-align: center;
  color: #EAEAEA;
  font-size: 16px;
  line-height: 22.4px;
  padding-inline: 2px;
  margin-bottom: 23px;
}
.ontinue-cta.has-image.ontinue-signoff-cta .text .button, .ontinue-cta.has-image.ontinue-signoff-cta .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta.has-image.ontinue-signoff-cta .text .mktoButton {
  padding: 9px 16px;
  padding-inline: 42px;
  background-color: #2CD9C5;
  border-color: #2CD9C5;
  color: #170335;
}
.ontinue-cta.has-image.ontinue-signoff-cta .text .button:hover, .ontinue-cta.has-image.ontinue-signoff-cta .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta.has-image.ontinue-signoff-cta .text .mktoButton:hover {
  color: #22DCD1;
  background: #170335;
}
.ontinue-cta.has-image.ontinue-signoff-cta .image {
  width: 100%;
  aspect-ratio: 341/300;
}
.ontinue-cta.has-image.ontinue-signoff-cta .image img {
  width: 100%;
  aspect-ratio: auto;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .ontinue-cta.has-image.ontinue-signoff-cta .image {
    max-height: 341px;
  }
}

@media (min-width: 600px) {
  .ontinue-cta.ontinue-signoff-cta {
    padding-top: 145px;
  }
  .ontinue-cta.has-image.ontinue-signoff-cta .grid {
    max-width: 1122.66px;
    flex-direction: row;
  }
  .ontinue-cta.has-image.ontinue-signoff-cta .text {
    flex-basis: 50%;
    padding: 59.4px 31px 58.4px 47px;
  }
  .ontinue-cta.has-image.ontinue-signoff-cta .text img {
    margin: 0 0 25px 0;
  }
  .ontinue-cta.has-image.ontinue-signoff-cta .text h2 {
    text-align: left;
    margin-bottom: 10px;
  }
  .ontinue-cta.has-image.ontinue-signoff-cta .text p {
    text-align: left;
    margin-bottom: 24px;
  }
  .ontinue-cta.has-image.ontinue-signoff-cta .text .button, .ontinue-cta.has-image.ontinue-signoff-cta .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta.has-image.ontinue-signoff-cta .text .mktoButton {
    padding: 11px 16px;
  }
  .ontinue-cta.has-image.ontinue-signoff-cta .image {
    flex-basis: 50%;
    aspect-ratio: 561/401;
  }
  .ontinue-cta.has-image.ontinue-signoff-cta .image img {
    width: 100%;
    aspect-ratio: auto;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0;
  }
  .ontinue-cta.has-image.ontinue-signoff-cta .image video {
    -o-object-fit: cover;
       object-fit: cover;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .ontinue-cta.has-image.ontinue-signoff-cta .text .button, .ontinue-cta.has-image.ontinue-signoff-cta .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta.has-image.ontinue-signoff-cta .text .mktoButton {
    padding: 9px 60px;
  }
}
@media (min-width: 1075px) {
  .ontinue-cta.has-image.ontinue-signoff-cta .image {
    flex-basis: 48.7%;
  }
  .ontinue-cta.has-image.ontinue-signoff-cta .text img {
    margin-bottom: 28px;
  }
  .ontinue-cta.has-image.ontinue-signoff-cta .text h2 {
    margin-bottom: 14px;
  }
}
/* P2P */
.ontinue-block.ontinue-cta.ontinue-signoff-cta.has-image .container.block-content {
  padding-inline: 25px;
}

.on.model {
  padding: 0;
}
.on.model .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.on.model .block-content {
  z-index: 11;
  width: 95%;
  position: relative;
  margin: 0 auto;
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .on.model .block-content {
    width: 90%;
  }
}
@media (min-width: 1320px) {
  .on.model .block-content {
    max-width: 1035px;
  }
}
@media (max-width: 900px) {
  .on.model .block-content .button, .on.model .block-content .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .on.model .block-content .mktoButton {
    margin-top: 15px;
  }
}
.on.model .block-content p:not(.eyebrow) {
  color: #EAEAEA;
}
@media (max-width: 900px) {
  .on.model .block-content .stats {
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  .on.model .block-content .stats .stat-inner {
    padding: 15px 0 10px 0;
  }
}
.on.model .block-content .stats .stat-inner p:not(.eyebrow) {
  color: #EAEAEA;
}
@media (max-width: 900px) {
  .on.model .block-content .stats .stat-inner h3 {
    margin-bottom: 5px;
  }
}
@media (min-width: 900px) {
  .on.model .block-content .stats .stat-inner h3 {
    font-size: 42px;
  }
}
.on.model .model-bg-video {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.mssp-desktop {
  display: none;
}
@media (min-width: 768px) {
  .mssp-desktop {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mssp-mobile {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .mssp-mobile {
    display: none;
  }
}
.mssp-mobile img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.on.standard {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.on.standard .block-header {
  text-align: center;
  margin-bottom: 50px;
}
.on.standard .block-header p {
  margin: 0 auto;
}
@media (min-width: 1320px) {
  .on.standard .block-header p {
    max-width: 918px;
  }
}
.on.standard .block-header p:not(.eyebrow) {
  color: #EAEAEA;
}
@media (min-width: 1320px) {
  .on.standard .block-header {
    margin-bottom: 70px;
  }
}
.on.standard ul.standard-card__wrap {
  margin: 0;
  padding: 0;
}
@media (min-width: 1441px) {
  .on.standard ul.standard-card__wrap {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.on.standard ul.standard-card__wrap li.standard-card {
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .on.standard ul.standard-card__wrap li.standard-card {
    display: flex;
    gap: 50px;
    align-items: center;
  }
}
@media (min-width: 1320px) {
  .on.standard ul.standard-card__wrap li.standard-card {
    gap: 188px;
  }
}
@media (min-width: 1441px) {
  .on.standard ul.standard-card__wrap li.standard-card {
    margin: 0;
  }
}
.on.standard ul.standard-card__wrap li.standard-card figure {
  margin: 0;
  filter: drop-shadow(0px 30px 30px rgba(0, 0, 0, 0.19));
}
@media (min-width: 768px) {
  .on.standard ul.standard-card__wrap li.standard-card figure {
    width: 50.45%;
    flex-basis: 50.45%;
  }
}
.on.standard ul.standard-card__wrap li.standard-card figure img {
  border-radius: 30px;
}
.on.standard ul.standard-card__wrap li.standard-card:not(:last-of-type) {
  margin-bottom: 30px;
}
.on.standard ul.standard-card__wrap li.standard-card .standard-card__cnt {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .on.standard ul.standard-card__wrap li.standard-card .standard-card__cnt {
    margin-top: 0;
    width: 40.22%;
    flex-basis: 40.22%;
    text-align: left;
  }
}
.on.standard ul.standard-card__wrap li.standard-card .standard-card__cnt p:not(.eyebrow) {
  color: #EAEAEA;
}
@media (min-width: 768px) {
  .on.standard ul.standard-card__wrap li.standard-card .standard-card__cnt .button, .on.standard ul.standard-card__wrap li.standard-card .standard-card__cnt .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .on.standard ul.standard-card__wrap li.standard-card .standard-card__cnt .mktoButton {
    margin-left: 0;
  }
}
@media (min-width: 1441px) {
  .on.standard ul.standard-card__wrap li.standard-card--reverse {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .on.standard ul.standard-card__wrap li.standard-card--reverse figure {
    order: 2;
  }
}

.aspect-box {
  position: relative;
  width: 100%;
}
.aspect-box:before {
  content: "";
  display: block;
  padding-top: calc(var(--aspect-ratio) * 100%);
  background-color: transparent;
}
.aspect-box img,
.aspect-box video,
.aspect-box canvas,
.aspect-box iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .ontinue-quote-carousel {
    padding-top: 120px;
  }
}

.ontinue-event-highlight {
  background: #4303A9;
}
.ontinue-event-highlight .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 40px;
}
.ontinue-event-highlight .text .eyebrow {
  color: #2CD9C5;
}
.ontinue-event-highlight .text img {
  width: 390px;
  margin-top: 15px;
  margin-bottom: 26px;
}
.ontinue-event-highlight .text p {
  color: #B9B3C1;
}
.ontinue-event-highlight .text .button:nth-child(even), .ontinue-event-highlight .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:nth-child(even), .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-event-highlight .text .mktoButton:nth-child(even) {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background-clip: initial;
  text-fill-color: initial;
  padding: 11px 16px;
}
.ontinue-event-highlight .text .button:nth-child(even):hover, .ontinue-event-highlight .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:nth-child(even):hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-event-highlight .text .mktoButton:nth-child(even):hover {
  color: #2CD9C5;
  border: solid 2px #2CD9C5;
}
.ontinue-event-highlight .background {
  display: none;
  background: #4303A9;
}
.ontinue-event-highlight .background .image {
  grid-column: 2;
}
.ontinue-event-highlight .background .image img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .ontinue-event-highlight {
    display: grid;
  }
  .ontinue-event-highlight .container,
  .ontinue-event-highlight .background {
    grid-column: 1;
    grid-row: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .ontinue-event-highlight .container {
    z-index: 2;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .ontinue-event-highlight .text {
    grid-column: 1;
  }
  .ontinue-event-highlight .background {
    display: grid;
  }
}

.ontinue-feature-cards {
  text-align: center;
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-feature-cards .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: min(30px, 8.3333333333%);
       column-gap: min(30px, 8.3333333333%);
  row-gap: 40px;
}
.ontinue-feature-cards .container > * {
  grid-column: 1/-1;
}
@media (min-width: 786px) {
  .ontinue-feature-cards .container > * {
    grid-column: 2/span 10;
  }
}
.ontinue-feature-cards .block-header h2 {
  margin-bottom: 0;
}
.ontinue-feature-cards .block-header p:not(.eyebrow) {
  color: #D1CDD7;
  --font-max: 16px;
}
.ontinue-feature-cards .block-header .button, .ontinue-feature-cards .block-header .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-feature-cards .block-header .mktoButton {
  display: block;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
}
.ontinue-feature-cards .cards {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  justify-content: center;
}
.ontinue-feature-cards .cards .card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  transition: transform 250ms ease-in-out;
  background: #4303A9;
}
@media (hover: hover) {
  .ontinue-feature-cards .cards .card:hover .featured-image {
    overflow: hidden;
  }
  .ontinue-feature-cards .cards .card:hover .featured-image img {
    transform: scale(1.1);
  }
}
.ontinue-feature-cards .cards .card .featured-image {
  width: 100%;
  overflow: hidden;
}
.ontinue-feature-cards .cards .card .featured-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: clamp(137px, 15.7037037037vw, 212px);
  transition: transform 0.3s ease;
}
@media (min-width: 786px) {
  .ontinue-feature-cards .cards .card .featured-image img {
    aspect-ratio: 412/212;
    height: 100%;
  }
}
@media (max-width: 785px) {
  .ontinue-feature-cards .cards .card .featured-image img {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.ontinue-feature-cards .cards .card .text {
  padding-top: 24px;
  padding-bottom: clamp(26px, 3.7037037037vw, 50px);
  padding-inline: 10%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ontinue-feature-cards .cards .card .text > *:last-child {
  margin-bottom: 0;
}
.ontinue-feature-cards .cards .card .text .button, .ontinue-feature-cards .cards .card .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-feature-cards .cards .card .text .mktoButton {
  margin-top: auto;
}
.ontinue-feature-cards .cards .card .eyebrow {
  color: #2CD9C5;
}
.ontinue-feature-cards .cards .card h3 {
  color: #ffffff;
  margin-bottom: 0.5em;
}
.ontinue-feature-cards .cards .card p:not(.eyebrow) {
  --font-max: 16px;
  color: #D1CDD7;
}
.ontinue-feature-cards .cards .card:nth-child(1) {
  background: #4303A9;
}
.ontinue-feature-cards .cards .card:nth-child(2) {
  background: #4303A9;
}
.ontinue-feature-cards .cards .card:nth-child(3) {
  background: #4303A9;
}
.ontinue-feature-cards .cards .card:nth-child(3) .eyebrow {
  color: #2CD9C5;
}
@media (min-width: 786px) {
  .ontinue-feature-cards .cards {
    flex-direction: row;
    row-gap: 20px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .ontinue-feature-cards .cards .card {
    flex-basis: calc(33.33% - 30px);
  }
  .ontinue-feature-cards.stacked .cards {
    gap: 0;
    margin-block: 6%;
  }
  .ontinue-feature-cards.stacked .cards .card:nth-child(1) {
    order: 2;
    z-index: 2;
    transform: scale(1.2);
    flex-grow: 1.1;
  }
  .ontinue-feature-cards.stacked .cards .card:nth-child(1):hover {
    transform: scale(1.3);
  }
  .ontinue-feature-cards.stacked .cards .card:nth-child(1) .featured-image img {
    aspect-ratio: 425/260;
  }
  .ontinue-feature-cards.stacked .cards .card:nth-child(2) {
    order: 1;
  }
  .ontinue-feature-cards.stacked .cards .card:nth-child(2) .text {
    padding-inline: 5% 15%;
  }
  .ontinue-feature-cards.stacked .cards .card:nth-child(3) {
    order: 3;
  }
  .ontinue-feature-cards.stacked .cards .card:nth-child(3) .text {
    padding-inline: 15% 5%;
  }
}

.ontinue-flip-cards {
  padding-block: clamp(30px, 4.4444444444vw, 60px);
  text-align: center;
}
.ontinue-flip-cards .block-header h2 {
  color: #ffffff;
  margin-bottom: 14px;
}
.ontinue-flip-cards .block-header p:not(.eyebrow) {
  color: #D1CDD7;
}
.ontinue-flip-cards .block-header .button, .ontinue-flip-cards .block-header .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-flip-cards .block-header .mktoButton {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
.ontinue-flip-cards .block-header > *:last-child {
  margin-bottom: 0;
}
.ontinue-flip-cards .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(230px, 100%), 1fr));
  gap: 30px;
  margin-top: 40px;
}
.ontinue-flip-cards .cards .card {
  display: flex;
  flex-direction: column;
  perspective: 500px;
  transition: transform 0.5s;
}
.ontinue-flip-cards .cards .card.active .content {
  transform: rotateY(180deg);
}
@media (hover: hover) {
  .ontinue-flip-cards .cards .card:hover .content {
    transform: rotateY(180deg) !important;
  }
  .ontinue-flip-cards .cards .card.active .content {
    transform: none;
  }
}
.ontinue-flip-cards .cards .card .content {
  display: grid;
  transition: transform 1s;
  transform-style: preserve-3d;
  height: 100%;
}
.ontinue-flip-cards .cards .card .front, .ontinue-flip-cards .cards .card .back {
  display: flex;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  backface-visibility: hidden;
}
.ontinue-flip-cards .cards .card .front {
  align-items: center;
  padding-inline: 24px;
  background: rgba(232, 231, 236, 0.06);
  border: solid 2px;
  border-image-source: linear-gradient(270deg, #EF3DF0, #653FEE, #2CD9C5);
  border-image-slice: 1;
}
.ontinue-flip-cards .cards .card .front .icon {
  margin-block: 25px;
  width: clamp(50px, 4.8148148148vw, 65px);
  height: clamp(50px, 4.8148148148vw, 65px);
  -o-object-fit: contain;
     object-fit: contain;
}
.ontinue-flip-cards .cards .card .front .photo {
  width: calc(100% + 48px);
  height: clamp(120px, 11.8518518519vw, 160px);
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 25px;
  margin-inline: -24px;
  max-width: none;
}
.ontinue-flip-cards .cards .card .front h3 {
  color: #ffffff;
  font-size: clamp(18px, 1.6296296296vw, 22px);
  line-height: 1.2;
}
.ontinue-flip-cards .cards .card .front:after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-circle-arrow-white.svg");
  width: clamp(25px, 3.4074074074vw, 46px);
  height: clamp(25px, 3.4074074074vw, 46px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: auto;
  margin-bottom: 25px;
}
.ontinue-flip-cards .cards .card .back {
  background: #4303A9;
  transform: rotateY(180deg);
  justify-content: center;
  padding: 24px;
  color: #ffffff;
  border: solid 2px;
  border-image-source: linear-gradient(270deg, #EF3DF0, #653FEE, #2CD9C5);
  border-image-slice: 1;
  text-align: left;
}
.ontinue-flip-cards .cards .card .back .text > *:last-child {
  margin-bottom: 0;
}
.ontinue-flip-cards .cards .card .back p {
  --font-max: 16px;
  line-height: 1.4;
}
.ontinue-flip-cards .cards .card h3 {
  transition: all 400ms ease-in-out;
  color: #ffffff;
}

.ontinue-home-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: var(--header-height);
}
@media screen and (max-width: 767px) {
  .ontinue-home-hero.has-carousel {
    margin-top: -28px;
  }
}
@media (min-width: 768px) {
  .ontinue-home-hero {
    aspect-ratio: 2/1;
  }
}
.ontinue-home-hero .slick-dots {
  position: relative;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .ontinue-home-hero .slick-dots {
    justify-content: flex-start;
    padding-left: 0;
  }
}
.ontinue-home-hero-carousel {
  height: 100%;
  overflow: hidden;
}
.ontinue-home-hero-carousel > div {
  height: 100%;
}
.ontinue-home-hero-carousel .slick-list, .ontinue-home-hero-carousel .slick-track {
  height: 100%;
}
.ontinue-home-hero-carousel-item {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-size: cover;
}
@media (min-width: 768px) {
  .ontinue-home-hero-carousel-item {
    background-position: bottom right;
  }
}
.ontinue-home-hero-carousel-item .block-content {
  padding-left: 35px;
  padding-right: 35px;
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .ontinue-home-hero-carousel-item .block-content {
    padding-block: 10px 45px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.ontinue-home-hero-carousel-item .block-content .text {
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .ontinue-home-hero-carousel-item .block-content .text {
    padding: 0;
    text-align: left;
  }
}
.ontinue-home-hero-carousel-item .block-content .text .eyebrow, .ontinue-home-hero-carousel-item .block-content .text h1, .ontinue-home-hero-carousel-item .block-content .text p {
  text-align: center;
}
@media (min-width: 768px) {
  .ontinue-home-hero-carousel-item .block-content .text .eyebrow, .ontinue-home-hero-carousel-item .block-content .text h1, .ontinue-home-hero-carousel-item .block-content .text p {
    text-align: left;
  }
}
.ontinue-home-hero-carousel-item .block-content .text h1 {
  margin-bottom: 0.2em;
}
.ontinue-home-hero-carousel-item .block-content .text p {
  margin-bottom: 0;
  font-weight: bold;
}
.ontinue-home-hero-carousel-item .block-content .text p.h4 {
  font-weight: normal;
}
.ontinue-home-hero-carousel-item .block-content .text .button, .ontinue-home-hero-carousel-item .block-content .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-home-hero-carousel-item .block-content .text .mktoButton {
  display: inline-block;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .ontinue-home-hero-carousel-item .block-content .text .button, .ontinue-home-hero-carousel-item .block-content .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-home-hero-carousel-item .block-content .text .mktoButton {
    margin-bottom: 26px;
  }
}
.ontinue-home-hero-carousel-item .block-content .image {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .ontinue-home-hero-carousel-item .block-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-block: 30px;
    position: unset;
  }
  .ontinue-home-hero-carousel-item .block-content .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50%;
  }
  .ontinue-home-hero-carousel-item .block-content .text {
    grid-column: 1/span 6;
  }
}

@media screen and (max-width: 767px) {
  .ontinue-home-hero-carousel-item .block-content {
    flex-direction: column;
  }
  .ontinue-home-hero-carousel-item .block-content .text {
    order: 2;
  }
  .ontinue-home-hero-carousel-item .block-content .image {
    margin-top: 0;
    margin-bottom: 40px;
    order: 1;
  }
}
@media screen and (max-width: 800px) {
  .ontinue-home-hero-carousel-item .block-content {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .header-banner-enabled .ontinue-home-hero-carousel {
    min-height: 500px;
  }
}
.ontinue-home-hero-old {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: var(--header-height);
  aspect-ratio: 2.4/1;
  background-size: cover;
}
.ontinue-home-hero-old .block-content {
  padding-left: 35px;
  padding-right: 35px;
  max-width: 1350px;
  margin: 0 auto;
  width: 100%;
  padding-block: 10px 45px;
}
.ontinue-home-hero-old .text h1 {
  margin-bottom: 0.2em;
}
.ontinue-home-hero-old .text p {
  margin-bottom: 0;
  font-weight: bold;
}
.ontinue-home-hero-old .text .button, .ontinue-home-hero-old .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-home-hero-old .text .mktoButton {
  margin-top: 26px;
}
.ontinue-home-hero-old .image {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .ontinue-home-hero-old .block-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-block: 30px;
    position: unset;
  }
  .ontinue-home-hero-old .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 50%;
  }
  .ontinue-home-hero-old .text {
    grid-column: 2/span 6;
  }
}

.ontinue-locations {
  margin-block: clamp(45px, 4.4444444444vw, 60px);
  z-index: 3;
}
.ontinue-contact-us + .ontinue-locations {
  margin-top: 0;
}
.ontinue-locations:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ontinue-locations.with-video {
    position: relative;
  }
  .ontinue-locations.with-video:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
  }
}
.ontinue-locations .inner {
  padding-block: clamp(45px, 5.9259259259vw, 80px);
  position: relative;
  display: grid;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: clamp(40px, 4.4444444444vw, 60px);
}
.ontinue-locations .text {
  position: relative;
  z-index: 2;
}
.ontinue-locations .text .eyebrow {
  color: #2CD9C5;
}
.ontinue-locations .text h2 {
  color: #ffffff;
}
.ontinue-locations .text p:not(.eyebrow) {
  color: #B9B3C1;
  --font-max: 16px;
  line-height: 1.4;
}
.ontinue-locations .locations {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 30px 60px;
}
.ontinue-locations .locations .location p {
  margin-bottom: 0;
  --font-max: 16px;
  color: #B9B3C1;
}
.ontinue-locations .locations .location p.name {
  font-weight: bold;
  color: #ffffff;
}
.ontinue-locations .locations .location a {
  color: #B9B3C1;
}
.ontinue-locations .locations .location a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-phone-vigilant_teal.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.ontinue-locations img, .ontinue-locations .bg-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .ontinue-locations .bg-video {
    display: none;
  }
}
.ontinue-locations .mobile-bg {
  display: block;
}
.ontinue-locations .desktop-bg {
  display: none;
}
@media (min-width: 600px) {
  .ontinue-locations .inner {
    grid-template-columns: repeat(12, 1fr);
  }
  .ontinue-locations .text {
    grid-column: 2/span 7;
  }
  .ontinue-locations .locations {
    grid-column: 2/span 10;
  }
  .ontinue-locations .desktop-bg {
    display: block;
  }
}

@keyframes awardsRibbonVertical {
  100% {
    transform: translateY(-50%) translateY(calc((var(--award-width) - 20px) / 4));
  }
}
@keyframes awardsRibbonHorizontal {
  100% {
    transform: translateX(-50%) translateX(32.5px);
  }
}
.ontinue-microsoft {
  background-image: url("/wp-content/themes/ontinue/assets/images/background-microsoft-mobile.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: clamp(45px, 4.4444444444vw, 60px);
  margin-block: 0px;
}
.ontinue-microsoft-no-bottom-padding {
  margin-block-end: 0;
}
.ontinue-microsoft .text p:not(.eyebrow) {
  color: #D1CDD7;
  --font-max: 16px;
}
.ontinue-microsoft .text img {
  max-width: min(100%, clamp(210px, 19.6296296296vw, 265px));
  margin-bottom: 30px;
}
.ontinue-microsoft .text .button, .ontinue-microsoft .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-microsoft .text .mktoButton {
  margin-bottom: 0;
}
.ontinue-microsoft .awards-ribbon {
  margin-inline: -35px;
  overflow: hidden;
  height: 320px;
  position: relative;
  margin-top: 45px;
}
.ontinue-microsoft .awards {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  grid-auto-columns: 65px;
  gap: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.ontinue-microsoft .awards.animate {
  animation: awardsRibbonHorizontal 5s infinite linear;
  animation-duration: var(--animation-duration-horizontal);
}
.ontinue-microsoft .awards .award {
  transform: translateX(-50%);
  grid-column: span 2;
  height: 150px;
  padding: clamp(12px, 1.4814814815vw, 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(232, 231, 236, 0.06);
  border: 2px solid #A19AAE;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
}
.ontinue-microsoft .awards .award img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ontinue-microsoft .awards .award:nth-child(1) {
  grid-column: 1/span 2;
}
.ontinue-microsoft .awards .award:nth-child(2) {
  grid-column: 2/span 2;
}
@media (min-width: 600px) {
  .ontinue-microsoft {
    padding: 0;
    background-image: url("/wp-content/themes/ontinue/assets/images/background-microsoft.jpeg");
  }
  .ontinue-microsoft .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .ontinue-microsoft .text {
    grid-column: 2/span 5;
    padding-block: clamp(75px, 11.1111111111vw, 150px);
  }
  .ontinue-microsoft .awards-ribbon {
    margin: 0;
    width: 100%;
    height: 100%;
    grid-column: 8/span 4;
  }
  .ontinue-microsoft .awards {
    grid-template-rows: unset;
    grid-auto-columns: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
    width: 100%;
  }
  .ontinue-microsoft .awards.animate {
    animation: awardsRibbonVertical 5s infinite linear;
    animation-duration: var(--animation-duration-vertical);
  }
  .ontinue-microsoft .awards .award {
    transform: translateY(-50%);
    grid-column: auto;
    grid-row: span 2;
    height: auto;
  }
  .ontinue-microsoft .awards .award:nth-child(1) {
    grid-column: auto;
    grid-row: 1/span 2;
  }
  .ontinue-microsoft .awards .award:nth-child(2) {
    grid-column: auto;
    grid-row: 2/span 2;
  }
}

.ontinue-news-carousel {
  background: #170335;
  padding-block: 60px;
}
@media (min-width: 900px) {
  .ontinue-news-carousel .container {
    display: grid;
    grid-template-columns: min(30%, 400px) 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.ontinue-news-carousel .header .eyebrow {
  color: #2CD9C5;
}
.ontinue-news-carousel .header h2 {
  color: #ffffff;
}
.ontinue-news-carousel .body {
  overflow-x: hidden;
}
.ontinue-news-carousel .body:not(:has(.slick-initialized)) {
  overflow-x: auto;
}
.ontinue-news-carousel .carousel .card {
  height: 100%;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.ontinue-news-carousel .carousel .card .category-icon {
  flex: 0 0 auto;
}
.ontinue-news-carousel .carousel .card .category-icon img {
  width: 64px;
}
.ontinue-news-carousel .carousel .card .text {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.ontinue-news-carousel .carousel .card .eyebrow {
  color: #B9B3C1;
}
.ontinue-news-carousel .carousel .card .h5 {
  color: #ffffff;
}
.ontinue-news-carousel .carousel .card p:not(.eyebrow) {
  font-size: 14px;
  margin-bottom: 2px;
  color: #B9B3C1;
}
.ontinue-news-carousel .carousel .card a {
  color: #2CD9C5;
  font-size: 14px;
  font-weight: 700;
}
.ontinue-news-carousel .carousel:not(.slick-initialized) {
  display: grid;
  grid-auto-columns: calc(50% - 10px);
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
.ontinue-news-carousel .carousel.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.ontinue-news-carousel .carousel.slick-initialized .slick-slide > div {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.ontinue-news-carousel .slick-nav {
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
  justify-content: space-between;
  margin-top: 26px;
}
@media (min-width: 600px) {
  .ontinue-news-carousel .slick-nav {
    justify-content: flex-end;
  }
}
.ontinue-news-carousel .slick-nav .slick-arrow {
  width: 42px;
  height: 42px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-circle-arrow-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ontinue-news-carousel .slick-nav .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.ontinue-news-carousel .slick-nav .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ontinue-news-carousel .slick-dots {
  bottom: -64px;
  z-index: 42;
  width: calc(100% - 110px);
  left: 50%;
  transform: translateX(-50%);
}
.ontinue-news-carousel .slick-dots li.slick-active button:before {
  background: #2CD9C5;
}

.ontinue-partner-program {
  padding-block: 30px;
}
.ontinue-partner-program .text .eyebrow {
  color: #EF3DF0;
}
.ontinue-partner-program .text h2 {
  color: #4303A9;
}
.ontinue-partner-program .text p {
  --font-max: 16px;
  color: #675681;
  line-height: 1.4;
}
.ontinue-partner-program .text .footnote {
  font-size: 14px;
}
.ontinue-partner-program .image {
  display: none;
}
.ontinue-partner-program .image img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.ontinue-partner-program .why-partner .eyebrow {
  margin-bottom: 26px;
}
.ontinue-partner-program .why-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 20px 40px;
}
.ontinue-partner-program .why-item {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ontinue-partner-program .why-item .icon {
  flex: 0 0 auto;
  width: 24px;
}
.ontinue-partner-program .why-item .h7 {
  color: #4303A9;
}
@media (min-width: 900px) {
  .ontinue-partner-program .container {
    display: grid;
    -moz-column-gap: 70px;
         column-gap: 70px;
    grid-template-columns: 1fr min(50%, 455px);
    align-items: center;
  }
  .ontinue-partner-program .image {
    display: block;
  }
}

.ontinue-quote-carousel {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-quote-carousel-cta {
  display: flex;
  justify-content: center;
}
.ontinue-quote-carousel .block-header {
  position: relative;
  z-index: 20;
  text-align: center;
}
.ontinue-quote-carousel .block-header h2 {
  margin-bottom: 14px;
}
.ontinue-quote-carousel .block-header p:not(.eyebrow) {
  --font-max: 16px;
  color: #D1CDD7;
}
.ontinue-quote-carousel .carousel {
  position: relative;
  z-index: 20;
  margin-top: 48px;
}
.ontinue-quote-carousel .carousel .slide {
  border: solid 1px;
  border-image-source: linear-gradient(135deg, #EF3DF0, #653FEE, #2CD9C5);
  border-image-slice: 1;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(232, 231, 236, 0.06);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
@media (min-width: 768px) {
  .ontinue-quote-carousel .carousel .slide {
    padding: 38px 18px;
  }
}
.ontinue-quote-carousel .carousel .slide img {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .ontinue-quote-carousel .carousel .slide img {
    margin-bottom: 20px;
  }
}
.ontinue-quote-carousel .carousel .slide figure,
.ontinue-quote-carousel .carousel .slide blockquote {
  margin: 0;
  padding: 0;
}
.ontinue-quote-carousel .carousel .slide blockquote p {
  font-weight: bold;
}
.ontinue-quote-carousel .carousel .slide figcaption {
  color: #B9B3C1;
}
.ontinue-quote-carousel .carousel .slide a {
  font-size: 14px;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .ontinue-quote-carousel .carousel .slide a {
    margin-top: 20px;
  }
}
.ontinue-quote-carousel .carousel:not(.slick-initialized) {
  display: flex;
  width: 100%;
  overflow-x: auto;
  -moz-column-gap: 2%;
       column-gap: 2%;
}
.ontinue-quote-carousel .carousel:not(.slick-initialized) .slide {
  flex: 0 0 auto;
  width: 32%;
}
.ontinue-quote-carousel .carousel.slick-initialized {
  margin-top: calc(var(--carousel-height, 0px) * 0.15 + 32px + 48px);
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .ontinue-quote-carousel .carousel.slick-initialized {
    margin-bottom: 0;
  }
}
.ontinue-quote-carousel .carousel.slick-initialized .slick-list {
  overflow: visible;
}
.ontinue-quote-carousel .carousel.slick-initialized .slick-track {
  display: flex;
}
.ontinue-quote-carousel .carousel.slick-initialized .slide {
  transform: scale(1.3);
  height: auto;
  width: min(70vw, 653.8461538462px);
  transition: all 500ms ease-in-out;
  transition-delay: 300ms;
}
.ontinue-quote-carousel .carousel.slick-initialized .slide blockquote p {
  --font-max: 16.9230769231px;
  --font-min: 11.5384615385px;
  margin-bottom: 1.1em;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.ontinue-quote-carousel .carousel.slick-initialized .slide figcaption {
  font-size: 10.7692307692px;
}
.ontinue-quote-carousel .carousel.slick-initialized .slide * {
  transition: all 250ms ease-in-out;
  filter: blur(7.5px);
  opacity: 0.7;
}
.ontinue-quote-carousel .carousel.slick-initialized .slide.slick-active, .ontinue-quote-carousel .carousel.slick-initialized .slide.slick-active + .slide, .ontinue-quote-carousel .carousel.slick-initialized .slide:has(+ .slick-active) {
  opacity: 1;
}
.ontinue-quote-carousel .carousel.slick-initialized .slide.slick-slide.slick-highlight, .ontinue-quote-carousel .carousel.slick-initialized .slide.slick-slide.slick-active {
  z-index: 2;
  transform: scale(1.3) translateY(-32px);
}
.ontinue-quote-carousel .carousel.slick-initialized .slide.slick-slide.slick-highlight *, .ontinue-quote-carousel .carousel.slick-initialized .slide.slick-slide.slick-active * {
  filter: blur(0);
  opacity: 1;
}
.ontinue-quote-carousel .carousel.slick-initialized .slide.slick-center:not(.slick-cloned) {
  transform: scale(1.3) translateY(-32px);
}
.ontinue-quote-carousel .carousel.slick-initialized .slide.slick-center:not(.slick-cloned) * {
  filter: blur(0);
  opacity: 1;
}
.ontinue-quote-carousel .carousel.slick-initialized .slick-dots {
  position: static;
  width: 100%;
  padding-inline: 115px;
  margin-top: 75px;
}
@media (min-width: 768px) {
  .ontinue-quote-carousel .carousel.slick-initialized .slick-dots {
    margin-top: 45px;
  }
}
.ontinue-quote-carousel .carousel.slick-initialized .slick-dots li button:before {
  background: var(--night-sky-20, #D0D0D8);
}
.ontinue-quote-carousel .carousel.slick-initialized .slick-dots li.slick-active button:before {
  background: var(--primary-tiffany-accent, #2CD9C5);
}
@media (max-width: 767px) {
  .ontinue-quote-carousel .slick-dots-mobile {
    position: relative;
  }
  .ontinue-quote-carousel .slick-dots-mobile .slick-dots {
    bottom: 5px;
  }
}
.ontinue-quote-carousel .slick-nav {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-inline: 35px;
}
@media (min-width: 768px) {
  .ontinue-quote-carousel .slick-nav {
    position: absolute;
    bottom: -6px;
    left: 0%;
  }
}
.ontinue-quote-carousel .slick-nav .slick-arrow {
  width: 42px;
  height: 42px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-circle-arrow-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ontinue-quote-carousel .slick-nav .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.ontinue-quote-carousel .slick-nav .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (min-width: 600px) {
  .ontinue-quote-carousel .carousel .slide {
    padding: 32px 80px;
  }
  .ontinue-quote-carousel .carousel.slick-initialized {
    margin-bottom: calc(var(--carousel-height, 0px) * 0.15 + 30px);
  }
  .ontinue-quote-carousel .carousel.slick-initialized .slick-dots {
    margin-top: 0;
    position: absolute;
    bottom: calc(var(--carousel-height, 0px) * -0.15);
    transform: translateY(100%);
  }
}
@media (min-width: 768px) {
  .ontinue-quote-carousel .slick-nav {
    width: min(91vw, 850px);
    padding-inline: 25px;
    bottom: initial;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateY(-32px);
  }
}

.ontinue-review-carousel {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .ontinue-review-carousel {
    padding-bottom: 50px;
  }
}
.ontinue-review-carousel ul.photos {
  display: flex;
  padding: 0;
  list-style-type: none;
  justify-content: center;
}
.ontinue-review-carousel ul.photos li:not(:last-child) {
  margin-right: -25px;
}
.ontinue-review-carousel ul.photos li img {
  max-width: 70px;
  max-height: 70px;
  position: relative;
  border-radius: 50%;
  border: 10px solid #170335;
  width: calc(100% + 20px);
}
.ontinue-review-carousel ul.photos li:nth-child(1) img {
  z-index: 9;
}
.ontinue-review-carousel ul.photos li:nth-child(2) img {
  z-index: 8;
}
.ontinue-review-carousel ul.photos li:nth-child(3) img {
  z-index: 7;
}
.ontinue-review-carousel ul.photos li:nth-child(4) img {
  z-index: 6;
}
.ontinue-review-carousel ul.photos li:nth-child(5) img {
  z-index: 5;
}
.ontinue-review-carousel ul.photos li:nth-child(6) img {
  z-index: 4;
}
.ontinue-review-carousel ul.photos li:nth-child(7) img {
  z-index: 3;
}
.ontinue-review-carousel ul.photos li:nth-child(8) img {
  z-index: 2;
}
.ontinue-review-carousel ul.photos li:nth-child(9) img {
  z-index: 1;
}
.ontinue-review-carousel ul.photos li:nth-child(10) img {
  z-index: 0;
}
.ontinue-review-carousel .carousel.slick-initialized .slick-dots {
  position: absolute;
  margin-top: 0;
  bottom: -150px;
}
@media (min-width: 768px) {
  .ontinue-review-carousel .carousel.slick-initialized .slick-dots {
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .ontinue-review-carousel .carousel.slick-initialized .slick-nav {
    bottom: -160px;
  }
}
.ontinue-review-carousel .carousel.slick-initialized .slide {
  padding: 20px;
}
@media (min-width: 768px) {
  .ontinue-review-carousel .carousel.slick-initialized .slide {
    padding: 32px 70px;
  }
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  filter: blur(7.5px);
  opacity: 0.7;
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure .rating-outer {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ontinue-review-carousel .carousel.slick-initialized .slide figure .rating-outer {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure .rating-outer strong {
  color: #ffffff;
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .ontinue-review-carousel .carousel.slick-initialized .slide figure .rating-outer strong {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure .rating {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
  &:before {
      position: absolute;
      content: '';
      width: 26px;
      height: 21px;
      top: 0;
      left: 0;
      background-image: url('../images/double-quote.svg');
  }

  &:after {
      position: absolute;
      content: '';
      width: 26px;
      height: 21px;
      top: 0;
      right: 0;
      background-image: url('../images/double-quote.svg');
      transform: rotate(180deg);
  }
  */
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure .rating img {
  margin-bottom: 0;
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure .rating img:not(:last-child) {
  margin-right: 5px;
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure .rating span {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 17.5px;
  line-height: 14px;
  letter-spacing: -0.03em;
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure .rating span:first-child {
  margin-right: 13px;
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure .rating span:last-of-type {
  margin-left: 8px;
  font-weight: 500;
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure blockquote {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.15px;
  margin: 0 auto 20px;
  filter: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .ontinue-review-carousel .carousel.slick-initialized .slide figure blockquote {
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.22px;
  }
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 30px;
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure ul li {
  display: inline;
  text-align: left;
  padding-left: 10px;
  position: relative;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ontinue-review-carousel .carousel.slick-initialized .slide figure ul li {
    margin-bottom: 0;
  }
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure ul li:not(:last-child) i {
  position: relative;
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure ul li:not(:last-child) i:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #17C7E1;
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure ul li span {
  color: #ffffff;
  text-align: center;
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.ontinue-review-carousel .carousel.slick-initialized .slide figure ul li strong {
  color: #ffffff;
  font-family: DM Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.ontinue-review-carousel .carousel.slick-initialized .slide.slick-center figure {
  filter: blur(0);
  opacity: 1;
}
.ontinue-review-carousel-ctas {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .ontinue-review-carousel-ctas {
    padding: 50px 0 0;
  }
}
.ontinue-review-carousel-ctas a {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.ontinue-review-carousel-ctas {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .ontinue-review-carousel {
    padding-bottom: 0;
  }
  .ontinue-microsoft .link-group-vertical {
    width: 100%;
  }
  .ontinue-review-carousel-ctas {
    flex-direction: column;
    gap: 20px;
  }
}
.ontinue-quote {
  margin-block: clamp(45px, 4.4444444444vw, 60px);
  background-image: linear-gradient(263.71deg, #EF3DF0 15.29%, #432471 39.78%, #4303A9 58.29%, #170335 93.59%);
  padding-block: clamp(55px, 7.7777777778vw, 105px);
  transition: background 300ms ease-in-out;
  position: relative;
  z-index: 2;
}
.ontinue-quote .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ontinue-quote figure {
  margin-bottom: 0;
}
.ontinue-quote img {
  margin-bottom: 25px;
}
.ontinue-quote blockquote {
  max-width: 900px;
  margin: 0;
}
.ontinue-quote blockquote p {
  font-weight: 700;
  font-size: clamp(24px, 2.3703703704vw, 32px);
  line-height: 1.2;
  text-align: center;
  letter-spacing: -0.01em;
  color: #E7E5EA;
}
.ontinue-quote figcaption {
  font-size: clamp(16px, 1.6296296296vw, 22px);
  line-height: 1.2;
  text-align: center;
  color: #B9B3C1;
}

.ontinue-resources-carousel {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-resources-carousel .block-header {
  text-align: center;
  max-width: 780px;
  margin-inline: auto;
  margin-bottom: clamp(30px, 3.7037037037vw, 50px);
}
.ontinue-resources-carousel .block-header h2 {
  margin-bottom: 14px;
}
.ontinue-resources-carousel .block-header p:not(.eyebrow) {
  color: #D1CDD7;
}
.ontinue-resources-carousel .block-header .button, .ontinue-resources-carousel .block-header .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-resources-carousel .block-header .mktoButton {
  margin-inline: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.ontinue-resources-carousel .carousel {
  padding-bottom: 10px;
  margin-inline: -15px;
}
.ontinue-resources-carousel .carousel .slide {
  padding-inline: 15px;
}
.ontinue-resources-carousel .carousel .card {
  background: rgba(232, 231, 236, 0.08);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border: solid 1px;
  border-image-source: linear-gradient(270deg, #EF3DF0, #653FEE, #2CD9C5);
  border-image-slice: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 250ms ease-in-out;
}
@media (hover: hover) {
  .ontinue-resources-carousel .carousel .card:hover {
    transform: scale(1.1);
  }
}
.ontinue-resources-carousel .carousel .card .featured-image {
  background: #DEDEE8;
  aspect-ratio: 404/195;
  width: 100%;
}
.ontinue-resources-carousel .carousel .card .featured-image img {
  aspect-ratio: 404/195;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ontinue-resources-carousel .carousel .card .text {
  padding: 40px 30px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.ontinue-resources-carousel .carousel .card h3 {
  margin-bottom: 14px;
  font-size: clamp(15px, 1.3333333333vw, 18px);
}
.ontinue-resources-carousel .carousel .card p:not(.eyebrow) {
  color: #D1CDD7;
  --font-max: 16px;
  line-height: 1.4;
}
.ontinue-resources-carousel .carousel .card .eyebrow {
  text-align: left;
}
.ontinue-resources-carousel .carousel .card .button, .ontinue-resources-carousel .carousel .card .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-resources-carousel .carousel .card .mktoButton {
  margin-top: auto;
}
.ontinue-resources-carousel .carousel .slick-list {
  overflow: visible;
  padding-right: 10%;
}
@media (min-width: 600px) {
  .ontinue-resources-carousel .carousel .slick-list {
    padding-right: 0;
  }
}
.ontinue-resources-carousel .carousel .slick-track {
  display: flex;
}
.ontinue-resources-carousel .carousel .slick-slide {
  height: auto;
}
.ontinue-resources-carousel .carousel:not(.slick-initialized) {
  display: flex;
  overflow-x: auto;
}
.ontinue-resources-carousel .carousel:not(.slick-initialized) .slide {
  flex: 0 0 auto;
  width: 25%;
}
.ontinue-resources-carousel .slick-nav {
  display: flex;
  -moz-column-gap: 14px;
       column-gap: 14px;
  justify-content: space-between;
  margin-top: 26px;
}
@media (min-width: 600px) {
  .ontinue-resources-carousel .slick-nav {
    justify-content: flex-end;
  }
}
.ontinue-resources-carousel .slick-nav .slick-arrow {
  width: 42px;
  height: 42px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-circle-arrow-night-sky.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ontinue-resources-carousel .slick-nav .slick-arrow.slick-prev {
  transform: rotate(180deg);
}
.ontinue-resources-carousel .slick-nav .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.ontinue-resources-carousel .slick-dots {
  bottom: -64px;
  z-index: 42;
  width: calc(100% - 110px);
  left: 50%;
  transform: translateX(-50%);
}

.ontinue-resources-grid {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-resources-grid > .container {
  position: relative;
  z-index: 20;
}
.ontinue-resources-grid .block-header {
  text-align: center;
}
.ontinue-resources-grid .block-header h2 {
  margin-bottom: 14px;
}
.ontinue-resources-grid .block-header p:not(.eyebrow) {
  color: #D1CDD7;
}
.ontinue-resources-grid .block-header .button, .ontinue-resources-grid .block-header .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-resources-grid .block-header .mktoButton {
  margin-inline: auto;
}
.ontinue-resources-grid .grid {
  padding-top: clamp(30px, 4.4444444444vw, 60px);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 12px;
}
.ontinue-resources-grid .grid .card {
  background: rgba(232, 231, 236, 0.06);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border: solid 1px;
  border-image-source: linear-gradient(270deg, #EF3DF0, #653FEE, #2CD9C5);
  border-image-slice: 1;
}
.ontinue-resources-grid .grid .card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ontinue-resources-grid .grid .card .title {
  font-size: clamp(15px, 1.3333333333vw, 18px);
  font-weight: bold;
  margin-bottom: 14px;
  line-height: 1.2;
}
.ontinue-resources-grid .grid .card .excerpt {
  --font-max: 16px;
  color: #D1CDD7;
  line-height: 1.4;
}
.ontinue-resources-grid .grid .card .text {
  padding: 20px;
}
@media (min-width: 900px) {
  .ontinue-resources-grid .grid {
    grid-template-columns: repeat(12, 1fr);
    row-gap: 20px;
  }
  .ontinue-resources-grid .grid .card {
    background: rgba(232, 231, 236, 0.06);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border: solid 1px;
    border-image-source: linear-gradient(270deg, #EF3DF0, #653FEE, #2CD9C5);
    border-image-slice: 1;
  }
  .ontinue-resources-grid .grid .card img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .ontinue-resources-grid .grid .card .title {
    font-size: clamp(15px, 1.3333333333vw, 18px);
    font-weight: bold;
    margin-bottom: 14px;
    line-height: 1.2;
  }
  .ontinue-resources-grid .grid .card .excerpt {
    --font-max: 16px;
    color: #D1CDD7;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .ontinue-resources-grid .grid.count-2 .card {
    grid-column: span 4;
  }
  .ontinue-resources-grid .grid.count-2 .card img {
    aspect-ratio: 438/195;
  }
  .ontinue-resources-grid .grid.count-2 .card .text {
    padding: 30px 40px;
  }
  .ontinue-resources-grid .grid.count-2 .card .button, .ontinue-resources-grid .grid.count-2 .card .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-resources-grid .grid.count-2 .card .mktoButton {
    margin-top: 26px;
  }
  .ontinue-resources-grid .grid.count-2 .card:nth-child(1) {
    grid-column: 3/span 4;
  }
  .ontinue-resources-grid .grid.count-4 {
    grid-auto-rows: 1fr;
  }
  .ontinue-resources-grid .grid.count-4 .card:nth-child(1) {
    grid-column: 2/span 4;
    grid-row: 1/span 3;
  }
  .ontinue-resources-grid .grid.count-4 .card:nth-child(1) img {
    aspect-ratio: 438/195;
  }
  .ontinue-resources-grid .grid.count-4 .card:nth-child(1) .text {
    padding: 30px 40px;
  }
  .ontinue-resources-grid .grid.count-4 .card:nth-child(1) .button, .ontinue-resources-grid .grid.count-4 .card:nth-child(1) .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-resources-grid .grid.count-4 .card:nth-child(1) .mktoButton {
    margin-top: 26px;
  }
  .ontinue-resources-grid .grid.count-4 .card:nth-child(2), .ontinue-resources-grid .grid.count-4 .card:nth-child(3), .ontinue-resources-grid .grid.count-4 .card:nth-child(4) {
    grid-column: 6/span 6;
    display: flex;
  }
  .ontinue-resources-grid .grid.count-4 .card:nth-child(2) img, .ontinue-resources-grid .grid.count-4 .card:nth-child(3) img, .ontinue-resources-grid .grid.count-4 .card:nth-child(4) img {
    aspect-ratio: 222/156;
    min-height: 100%;
  }
  .ontinue-resources-grid .grid.count-4 .card:nth-child(2) .text, .ontinue-resources-grid .grid.count-4 .card:nth-child(3) .text, .ontinue-resources-grid .grid.count-4 .card:nth-child(4) .text {
    padding: 20px 32px;
    flex: 0 0 65%;
  }
  .ontinue-resources-grid .grid.count-4 .card:nth-child(2) .excerpt, .ontinue-resources-grid .grid.count-4 .card:nth-child(3) .excerpt, .ontinue-resources-grid .grid.count-4 .card:nth-child(4) .excerpt {
    display: none;
  }
  .ontinue-resources-grid .grid.count-6 {
    grid-auto-rows: 1fr;
  }
  .ontinue-resources-grid .grid.count-6 .card {
    grid-column: span 6;
    display: flex;
  }
  .ontinue-resources-grid .grid.count-6 .card img {
    aspect-ratio: 222/156;
    min-height: 100%;
  }
  .ontinue-resources-grid .grid.count-6 .card .text {
    padding: 20px 32px;
    flex: 0 0 65%;
  }
  .ontinue-resources-grid .grid.count-6 .card .excerpt {
    display: none;
  }
}

.ontinue-stats {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
  text-align: center;
  position: relative;
}
.ontinue-stats .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: min(30px, 8.3333333333%);
       column-gap: min(30px, 8.3333333333%);
}
.ontinue-stats .container > * {
  grid-column: 1/-1;
}
@media (min-width: 786px) {
  .ontinue-stats .container .block-header {
    grid-column: 3/span 8;
  }
}
.ontinue-stats .block-header h2 {
  margin-bottom: 14px;
}
.ontinue-stats .block-header p:not(.eyebrow) {
  color: #D1CDD7;
  margin-bottom: 0;
}
.ontinue-stats .block-header .button, .ontinue-stats .block-header .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-stats .block-header .mktoButton {
  margin-top: 22px;
}
.ontinue-stats .button, .ontinue-stats .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-stats .mktoButton,
.ontinue-stats img {
  margin-inline: auto;
}
.ontinue-stats .stats {
  margin-top: clamp(20px, 3.3333333333vw, 45px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.ontinue-stats .stats .stat {
  padding-inline: 10px;
  position: relative;
}
.ontinue-stats .stats .stat .stat-inner {
  max-width: 220px;
  margin-inline: auto;
  position: relative;
  padding-block: clamp(20px, 2.962962963vw, 40px);
  height: 100%;
}
.ontinue-stats .stats .stat .stat-inner:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, #EF3DF0, #653FEE, #2CD9C5);
}
.ontinue-stats .stats .stat:after {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - clamp(40px, 5.9259259259vw, 80px));
  position: absolute;
  top: clamp(20px, 2.962962963vw, 40px);
  right: 0;
  background: linear-gradient(135deg, #EF3DF0, #653FEE, #2CD9C5);
  transform: translateX(1px);
}
.ontinue-stats .stats .stat img {
  margin-bottom: 14px;
}
.ontinue-stats .stats .stat .eyebrow {
  color: #2CD9C5;
  margin-bottom: 6px;
}
.ontinue-stats .stats .stat h3 {
  margin-bottom: 14px;
}
.ontinue-stats .stats .stat p {
  margin-bottom: 0;
  color: #D1CDD7;
}
@media (min-width: 768px) {
  .ontinue-stats .stats {
    flex-direction: row;
    justify-content: center;
  }
  .ontinue-stats .stats .stat:last-child:after {
    display: none;
  }
  .ontinue-stats .stats.columns-3 .stat {
    width: 33.33333%;
  }
  .ontinue-stats .stats.columns-4 .stat {
    width: 25%;
  }
}

.ontinue-team-grid {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-team-grid .grid {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.ontinue-team-grid .block-header {
  text-align: center;
}
.ontinue-team-grid .block-header h2 {
  margin-bottom: 1em;
}
.ontinue-team-grid .team-member {
  display: flex;
}
.ontinue-team-grid .team-member img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 110px;
}
.ontinue-team-grid .team-member .text {
  flex: 1 1 auto;
  background: #4303A9;
  padding: 20px;
}
.ontinue-team-grid .team-member .text .h6 {
  color: #ffffff;
  margin-bottom: 6px;
}
.ontinue-team-grid .team-member .text .h7 {
  color: #ffffff;
  margin-bottom: 6px;
}
.ontinue-team-grid .team-member .text a {
  font-weight: 700;
  color: #2CD9C5;
  transition: opacity 300ms ease-in-out;
}
@media (max-width: 600px) {
  .ontinue-team-grid .team-member .text {
    width: calc(100% - 110px);
  }
}
@media (min-width: 600px) {
  .ontinue-team-grid .grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    --column-gap: 25px;
    -moz-column-gap: var(--column-gap);
         column-gap: var(--column-gap);
    row-gap: 25px;
    max-width: 1066.6666666667px;
    margin-inline: auto;
  }
  .ontinue-team-grid .team-member {
    flex: 0 0 auto;
    width: max(25% - var(--column-gap) * 3 / 4, 235px);
    max-width: 100%;
    position: relative;
    flex-direction: column;
    overflow: hidden;
  }
  .ontinue-team-grid .team-member:before {
    content: "";
    display: block;
    aspect-ratio: 1/1;
    width: 100%;
  }
  .ontinue-team-grid .team-member img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    aspect-ratio: initial;
  }
  .ontinue-team-grid .team-member .text {
    z-index: 2;
    position: relative;
    padding: 18px 20px;
    background: rgba(67, 3, 169, 0.65);
    margin-bottom: -30px;
    transition: transform 300ms ease-in-out;
  }
  .ontinue-team-grid .team-member .text a {
    opacity: 0;
  }
  .ontinue-team-grid .team-member:hover .text {
    transform: translateY(-30px);
  }
  .ontinue-team-grid .team-member:hover .text a {
    opacity: 1;
  }
}

.bio-modal .md-content {
  display: flex;
  flex-direction: column;
}
.bio-modal .md-content .image {
  order: 2;
}
.bio-modal .md-content .image img {
  aspect-ratio: 1/1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-inline: auto;
}
.bio-modal .md-content .text {
  order: 1;
}
.bio-modal .md-content .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 26px;
}
.bio-modal .md-content .header .info {
  flex: 0 0 auto;
}
.bio-modal .md-content .header .social-handles {
  flex: 0 0 auto;
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.bio-modal .md-content .header .name {
  margin-bottom: 6px;
}
.bio-modal .md-content .header .title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bio-modal .md-content {
    display: grid;
    grid-template-columns: min(40%, 380px) 1fr;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
  .bio-modal .md-content .image {
    order: 1;
  }
  .bio-modal .md-content .text {
    order: 2;
  }
}

.ontinue-video-text-columns {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-video-text-columns .container {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  z-index: 20;
}
.ontinue-video-text-columns .text {
  max-width: 400px;
}
.ontinue-video-text-columns .text > *:last-child {
  margin-bottom: 0;
}
.ontinue-video-text-columns .video {
  margin-inline: -35px;
  position: relative;
}
.ontinue-video-text-columns .video .play {
  width: clamp(32px, 5.3333333333vw, 72px);
  height: clamp(32px, 5.3333333333vw, 72px);
  cursor: pointer;
  position: absolute;
  bottom: clamp(13px, 1.5555555556vw, 21px);
  right: clamp(13px, 3.037037037vw, 41px);
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='36' cy='36' r='34.5' stroke='%23fff' stroke-width='3'/%3E%3Cpath d='M26.4 19.372L55.2 36 26.4 52.628V19.372z' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.ontinue-video-text-columns .video .play:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='36' cy='36' r='34.5' stroke='%2326A7BA' stroke-width='3'/%3E%3Cpath d='M26.4 19.372L55.2 36 26.4 52.628V19.372z' stroke='%2326A7BA' stroke-width='3'/%3E%3C/svg%3E");
}
.ontinue-video-text-columns .video .play .wistia_click_to_play {
  height: 100%;
}
.ontinue-video-text-columns .video .play .wistia-video-onplay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
}
.ontinue-video-text-columns .video img {
  width: 100%;
}
.ontinue-video-text-columns p:not(.eyebrow) {
  --font-max: 16px;
  color: #D0D0D8;
}
@media (min-width: 786px) {
  .ontinue-video-text-columns .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: center;
  }
  .ontinue-video-text-columns .video {
    margin-inline: 0;
  }
  .ontinue-video-text-columns .button, .ontinue-video-text-columns .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-video-text-columns .mktoButton {
    display: block;
  }
}

button.wistia_placebo_close_button {
  overflow: visible !important;
}

button.wistia_placebo_close_button img {
  right: 20px !important;
  top: -20px !important;
}

div[data-handle=playPauseLoading] button.w-vulcan-v2-button {
  width: 100px !important;
  height: 100px !important;
}

.link-group-horizontal span#wistia-uiod7c77wu-1.wistia_embed {
  width: auto !important;
}

body.wistia_popover_mode {
  overflow: hidden;
  height: 100vh;
}

div:first-of-type.ontinue-hero-with-video {
  margin-top: var(--header-height);
}

.ontinue-hero-with-video {
  padding-block: clamp(50px, 8.8888888889vw, 120px);
  background-repeat: no-repeat;
  background-size: cover;
}
.ontinue-hero-with-video .container {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  z-index: 20;
}
.ontinue-hero-with-video .text {
  max-width: 630px;
}
.ontinue-hero-with-video .text h2 {
  font-size: clamp(36px, 4.5925925926vw, 62px);
  margin-bottom: 12px;
}
.ontinue-hero-with-video .text h1 {
  margin-bottom: 12px;
}
.ontinue-hero-with-video .text p {
  font-size: clamp(18px, 1.9259259259vw, 26px);
  margin-bottom: 26px;
  line-height: 1.2;
}
.ontinue-hero-with-video .text > *:last-child {
  margin-bottom: 0;
}
.ontinue-hero-with-video .video {
  margin-inline: -35px;
  position: relative;
}
@media (max-width: 786px) {
  .ontinue-hero-with-video .video {
    padding: 0 16px;
  }
}
.ontinue-hero-with-video .video .play {
  width: clamp(75px, 11.037037037vw, 149px) !important;
  height: clamp(48px, 7.037037037vw, 95px);
  cursor: pointer;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='149' height='96' viewBox='0 0 149 96' fill='none'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M66.8979 28.8061C65.3177 27.711 63.1584 28.8419 63.1584 30.7652V64.5681C63.1584 66.4902 65.3177 67.6223 66.8979 66.5271L91.3116 49.6257C91.6282 49.4064 91.8869 49.1136 92.0656 48.7724C92.2443 48.4312 92.3376 48.0518 92.3376 47.6666C92.3376 47.2815 92.2443 46.9021 92.0656 46.5609C91.8869 46.2197 91.6282 45.9269 91.3116 45.7075L66.8979 28.8061Z' fill='white'/%3e%3c/svg%3e");
  background-color: #174bd2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.ontinue-hero-with-video .video .play:hover {
  opacity: 0.7;
}
.ontinue-hero-with-video .video .play .wistia_click_to_play {
  height: 100%;
}
.ontinue-hero-with-video .video .play .wistia-video-onplay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 0;
}
.ontinue-hero-with-video .video img {
  width: 100%;
}
.ontinue-hero-with-video p:not(.eyebrow) {
  --font-max: 16px;
  color: #ffffff;
}
@media (min-width: 786px) {
  .ontinue-hero-with-video .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .ontinue-hero-with-video .video {
    margin-inline: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
  .ontinue-hero-with-video .button, .ontinue-hero-with-video .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-hero-with-video .mktoButton {
    display: block;
  }
  .ontinue-hero-with-video button.button, .ontinue-hero-with-video .ontinue-contact-us .form .mktoForm .mktoButtonWrap button.mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-hero-with-video button.mktoButton {
    padding: 8px 14px;
  }
}

button.wistia_placebo_close_button {
  overflow: visible !important;
}

button.wistia_placebo_close_button img {
  right: 20px !important;
  top: -20px !important;
}

div[data-handle=playPauseLoading] button.w-vulcan-v2-button {
  width: 100px !important;
  height: 100px !important;
}

.link-group-horizontal span#wistia-uiod7c77wu-1.wistia_embed {
  width: auto !important;
}

.link-group-horizontal a.button:nth-child(even), .link-group-horizontal .ontinue-contact-us .form .mktoForm .mktoButtonWrap a.mktoButton:nth-child(even), .ontinue-contact-us .form .mktoForm .mktoButtonWrap .link-group-horizontal a.mktoButton:nth-child(even) {
  background: #170335;
  color: #2CD9C5;
  border-color: #2CD9C5;
}
.link-group-horizontal a.button:nth-child(even):hover, .link-group-horizontal .ontinue-contact-us .form .mktoForm .mktoButtonWrap a.mktoButton:nth-child(even):hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .link-group-horizontal a.mktoButton:nth-child(even):hover {
  background: #2CD9C5;
  color: #170335;
}
@media (min-width: 786px) {
  .link-group-horizontal a.button:nth-child(even), .link-group-horizontal .ontinue-contact-us .form .mktoForm .mktoButtonWrap a.mktoButton:nth-child(even), .ontinue-contact-us .form .mktoForm .mktoButtonWrap .link-group-horizontal a.mktoButton:nth-child(even) {
    padding: 8px 14px;
  }
}

.ontinue-page-hero {
  padding-top: var(--header-height);
}
.ontinue-page-hero .container {
  padding-block: clamp(30px, 4.4444444444vw, 60px);
}
.ontinue-page-hero .grid {
  display: grid;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 30px;
}
.ontinue-page-hero-breadcrumbs {
  margin-bottom: 20px;
}
.ontinue-page-hero-breadcrumbs a,
.ontinue-page-hero-breadcrumbs span {
  color: var(--night-sky-20, #D0D0D8);
  font-size: 12px;
  font-family: DM Sans;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.ontinue-page-hero-breadcrumbs a:hover {
  color: #2CD9C5;
}
.ontinue-page-hero .text h1 {
  margin-bottom: 14px;
}
.ontinue-page-hero .text p,
.ontinue-page-hero .text ul,
.ontinue-page-hero .text ol {
  --font-min: 16px;
  color: #D1CDD7;
}
.ontinue-page-hero .text > *:last-child {
  margin-bottom: 0;
}
.ontinue-page-hero .image img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.ontinue-page-hero .background-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}
.ontinue-page-hero .background-frame .desktop {
  display: none;
}
@media (min-width: 600px) {
  .ontinue-page-hero .grid {
    grid-template-columns: repeat(10, 1fr);
    max-width: 1066.6666666667px;
    margin-inline: auto;
  }
  .ontinue-page-hero .text,
  .ontinue-page-hero .image {
    grid-row: 1;
  }
  .ontinue-page-hero.layout-text-left .text {
    grid-column: 1/span 5;
  }
  .ontinue-page-hero.layout-text-left .image {
    grid-column: 7/span 4;
  }
  .ontinue-page-hero.layout-text-right .text {
    grid-column: 6/span 5;
  }
  .ontinue-page-hero.layout-text-right .image {
    grid-column: 1/span 4;
  }
  .ontinue-page-hero .background-frame .desktop {
    display: block;
  }
  .ontinue-page-hero .background-frame .mobile {
    display: none;
  }
}
.ontinue-page-hero.extended .grid {
  padding: 40px 0;
}
.ontinue-page-hero.extended .background-frame img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 600px) {
  .ontinue-page-hero.extended .grid {
    max-width: none;
  }
  .ontinue-page-hero.extended.layout-text-left .text {
    grid-column: 1/span 6;
  }
  .ontinue-page-hero.extended.layout-text-right .text {
    grid-column: 5/span 6;
  }
}

.ontinue-page-hero.ontinue-page-hero-gradient .background-frame img {
  -o-object-fit: cover;
     object-fit: cover;
}

.ontinue-image-text-columns {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-image-text-columns .container {
  display: grid;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 30px;
}
.ontinue-image-text-columns .text h2 {
  margin-bottom: 14px;
}
.ontinue-image-text-columns .text .h6 {
  margin-bottom: 14px;
}
.ontinue-image-text-columns .text p:not(.eyebrow), .ontinue-image-text-columns .text ul, .ontinue-image-text-columns .text ol {
  --font-max: 16px;
  color: #D1CDD7;
  margin-bottom: 26px;
}
.ontinue-image-text-columns .text > *:last-child {
  margin-bottom: 0;
}
.ontinue-image-text-columns .image img {
  width: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 600px) {
  .ontinue-image-text-columns .container {
    grid-template-columns: repeat(12, 1fr);
  }
  .ontinue-image-text-columns .text, .ontinue-image-text-columns .image {
    grid-row: 1;
  }
  .ontinue-image-text-columns.layout-text-left .text {
    grid-column: 2/span 5;
  }
  .ontinue-image-text-columns.layout-text-left .image {
    grid-column: 8/span 4;
  }
  .ontinue-image-text-columns.layout-text-right .text {
    grid-column: 7/span 5;
  }
  .ontinue-image-text-columns.layout-text-right .image {
    grid-column: 2/span 4;
  }
}

.ontinue-text-icon-columns {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-text-icon-columns .text h2 {
  color: #ffffff;
  margin-bottom: 14px;
}
.ontinue-text-icon-columns .text p:not(.eyebrow) {
  --font-max: 16px;
  color: #D1CDD7;
  line-height: 1.4;
}
.ontinue-text-icon-columns .text .footnote {
  font-size: 12px;
}
.ontinue-text-icon-columns .image {
  display: none;
}
.ontinue-text-icon-columns .image img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.ontinue-text-icon-columns .columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
  gap: 26px 20px;
  margin-bottom: clamp(18px, 1.9259259259vw, 26px);
}
.ontinue-text-icon-columns .item {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.ontinue-text-icon-columns .item .icon {
  flex: 0 0 auto;
  width: 24px;
}
.ontinue-text-icon-columns .item p {
  margin-bottom: 0;
}
.ontinue-text-icon-columns .item .title {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 6px;
}
.ontinue-text-icon-columns .button, .ontinue-text-icon-columns .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-text-icon-columns .mktoButton {
  margin-bottom: clamp(18px, 1.9259259259vw, 26px);
}
.ontinue-text-icon-columns.has-image .columns {
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
@media (min-width: 800px) {
  .ontinue-text-icon-columns .container {
    display: grid;
    -moz-column-gap: 25px;
         column-gap: 25px;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
  }
  .ontinue-text-icon-columns .text, .ontinue-text-icon-columns .image {
    grid-row: 1;
  }
  .ontinue-text-icon-columns .text {
    grid-column: 2/span 10;
  }
  .ontinue-text-icon-columns.has-image .text {
    grid-column: 2/span 6;
  }
  .ontinue-text-icon-columns.has-image .image {
    grid-column: 8/span 4;
    display: block;
  }
}

.ontinue-logos-carousel {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-logos-carousel .block-header {
  text-align: center;
}
.ontinue-logos-carousel .block-header h2 {
  margin-bottom: 14px;
}
.ontinue-logos-carousel .block-header p:not(.eyebrow) {
  color: #D1CDD7;
  --font-max: 16px;
}
.ontinue-logos-carousel .carousel {
  opacity: 0.75;
  margin-top: 40px;
  position: relative;
}
.ontinue-logos-carousel .carousel .slide img {
  width: 125px;
  max-height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ontinue-logos-carousel .carousel:not(.slick-initialized) {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 35px;
  align-items: center;
  justify-content: center;
}
.ontinue-logos-carousel .carousel:not(.slick-initialized) .slide {
  flex: 0 0 auto;
}
.ontinue-logos-carousel .carousel:not(.slick-initialized) .slick-nav {
  display: none;
}
.ontinue-logos-carousel .carousel .slick-list {
  margin-inline: -35px;
}
.ontinue-logos-carousel .carousel .slick-track {
  display: flex;
  align-items: center;
}
.ontinue-logos-carousel .carousel .slick-track .slide {
  flex: 0 0 auto;
  padding-inline: 35px;
}
.ontinue-logos-carousel .carousel .slick-track .slide img {
  margin-inline: auto;
}
.ontinue-logos-carousel .carousel .slick-dots {
  position: static;
  padding-inline: 60px;
}
.ontinue-logos-carousel .carousel .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-circle-arrow-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ontinue-logos-carousel .carousel .slick-arrow.slick-next {
  right: 0;
}
.ontinue-logos-carousel .carousel .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: 0;
}
.ontinue-logos-carousel .carousel .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (min-width: 850px) {
  .ontinue-logos-carousel .carousel .slick-arrow {
    top: 50%;
    bottom: initial;
    transform: translateY(-50%);
  }
  .ontinue-logos-carousel .carousel .slick-arrow.slick-next {
    right: -10%;
  }
  .ontinue-logos-carousel .carousel .slick-arrow.slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: -10%;
  }
}
@media (min-width: 600px) {
  .ontinue-logos-carousel .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .ontinue-logos-carousel .container > * {
    grid-column: 2/span 10;
  }
  .ontinue-logos-carousel .block-header .button, .ontinue-logos-carousel .block-header .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-logos-carousel .block-header .mktoButton {
    display: block;
    margin-inline: auto;
    width: -moz-max-content;
    width: max-content;
  }
}

.ontinue-how-we-think {
  padding-top: clamp(45px, 4.44444vw, 60px);
  /* Thumb */
  /* Panel */
  /* Active */
}
.ontinue-how-we-think .container {
  max-width: 1125px;
}
.ontinue-how-we-think .header {
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .ontinue-how-we-think .header {
    margin-left: 0;
  }
}
.ontinue-how-we-think .header .eyebrow {
  color: #2CD9C5;
}
.ontinue-how-we-think .header h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
.ontinue-how-we-think .header p:not(.eyebrow) {
  color: #D1CDD7;
  --font-max: 16px;
  margin-bottom: 0;
  line-height: 1.4;
}
.ontinue-how-we-think .accordion {
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.ontinue-how-we-think .accordion-item {
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .ontinue-how-we-think .accordion-item {
    padding-bottom: 28px;
  }
}
.ontinue-how-we-think .accordion-thumb {
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  display: flex;
}
.ontinue-how-we-think .accordion-thumb p {
  margin: 0;
  display: initial;
  color: #2CD9C5;
  --font-max: 16px;
  font-weight: 700;
  line-height: 1.4;
}
@media all and (max-width: 768px) {
  .ontinue-how-we-think .accordion-thumb p {
    display: inline-block;
    padding-left: 32px;
  }
}
.ontinue-how-we-think .accordion-thumb::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-block: 1px;
  margin-right: 12px;
  vertical-align: middle;
  transition: transform 0.2s ease-out;
  background: #2CD9C5;
  border-radius: 10px;
  background-image: url("/wp-content/themes/ontinue/assets/images/arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media all and (max-width: 768px) {
  .ontinue-how-we-think .accordion-thumb::before {
    position: absolute;
  }
}
.ontinue-how-we-think .accordion-panel {
  margin: 0;
  display: none;
  padding-left: 32px;
  padding-right: 50px;
}
@media all and (max-width: 768px) {
  .ontinue-how-we-think .accordion-panel {
    padding-right: 0;
  }
}
.ontinue-how-we-think .accordion-panel p {
  margin: 0;
  color: rgb(208, 208, 216);
  --font-max: 16px;
  line-height: 1.4;
}
.ontinue-how-we-think .accordion-item.is-active .accordion-thumb::before {
  transform: rotate(90deg);
}
.ontinue-how-we-think .pulse {
  height: 20px;
  width: 20px;
  background: linear-gradient(#8a82fb, #407ed7);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 50px;
  color: #ffffff;
}
.ontinue-how-we-think .pulse:before,
.ontinue-how-we-think .pulse:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #8a82fb;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.7;
}
.ontinue-how-we-think .pulse:before {
  animation: pulse 2s ease-out infinite;
}
.ontinue-how-we-think .pulse:after {
  animation: pulse 2s 1s ease-out infinite;
}

@keyframes pulse {
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
.ontinue-path-to-ontinue {
  padding-block: clamp(45px, 4.44444vw, 60px);
}
.ontinue-path-to-ontinue .header {
  text-align: left;
  max-width: 1001px;
  margin-bottom: 30px;
  margin-left: 8%;
}
@media all and (max-width: 767px) {
  .ontinue-path-to-ontinue .header {
    margin-left: 0;
  }
}
.ontinue-path-to-ontinue .header .eyebrow {
  color: #2CD9C5;
}
.ontinue-path-to-ontinue .header h2 {
  color: #ffffff;
  margin-bottom: 15px;
}
.ontinue-path-to-ontinue .header p:not(.eyebrow) {
  color: #B9B3C1;
  --font-max: 16px;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items-wrapper {
    position: relative;
    height: 535px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.ontinue-path-to-ontinue .items {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 100px 0;
  position: relative;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items {
    flex-direction: row;
    margin: 0;
    height: 100%;
  }
}
.ontinue-path-to-ontinue .items:before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% + 20px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(261.1deg, #EF3DF0 5.94%, #653FEE 44.15%, #2CD9C5 82.17%);
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items:before {
    display: none;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(261.1deg, #EF3DF0 5.94%, #653FEE 44.15%, #2CD9C5 82.17%);
  }
}
.ontinue-path-to-ontinue .items:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 13px;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url('data:image/svg+xml,<svg width="18" height="13" viewBox="0 0 18 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.54331 0.250488L0 0.250488L9.03359 12.2505L13.5168 6.25049L18 0.250488L13.5557 0.250488L9.00177 6.25049L4.54331 0.250488Z" fill="%239E2E97"/></svg>');
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items:after {
    display: none;
    /*
    transform: translateY(-50%);
    width: 12px;
    height: 19px;
    top: 50%;
    right: -5px;
    left: unset;
    background-image: url('data:image/svg+xml,<svg width="12" height="19" viewBox="0 0 12 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 14.1315V18.6748L12 9.64122L6 5.15801L0 0.674805V5.11912L6 9.67304L0 14.1315Z" fill="#EF3DF0"/></svg>');
    */
  }
}
.ontinue-path-to-ontinue .items .item {
  position: relative;
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item {
    width: auto;
    flex-direction: column;
    position: relative;
    margin: 0;
    flex: 0 0 15%;
    max-width: 15%;
  }
  .ontinue-path-to-ontinue .items .item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(261.1deg, #EF3DF0 5.94%, #653FEE 44.15%, #2CD9C5 82.17%);
  }
}
.ontinue-path-to-ontinue .items .item > div.year {
  max-width: calc(50% - 25px);
  width: 100%;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16.7292px;
  line-height: 120%;
  color: #2CD9C5;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item > div.year {
    max-width: none;
    width: auto;
    position: absolute;
    font-size: 18px;
    line-height: 120%;
    left: 0;
  }
}
.ontinue-path-to-ontinue .items .item > div.circle {
  width: 50px;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item > div.circle {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
  }
}
.ontinue-path-to-ontinue .items .item > div.circle:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2CD9C5;
  border-radius: 50%;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item > div.circle:before {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
  }
}
.ontinue-path-to-ontinue .items .item > div.circle:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: linear-gradient(261.1deg, #A843A1 24.04%, #2CD9C5 76.04%);
  top: 6px;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item > div.circle:after {
    height: 30px;
    width: 2px;
    left: 6px;
    transform: none;
    top: 21px;
  }
}
.ontinue-path-to-ontinue .items .item > div.text {
  max-width: calc(50% - 25px);
  width: 100%;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item > div.text {
    max-width: none;
    position: absolute;
    bottom: -50px;
  }
}
.ontinue-path-to-ontinue .items .item > div.text > div {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 13.0116px;
  line-height: 130%;
  color: #D0D0D8;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item > div.text > div {
    font-size: 16px;
    line-height: 140%;
  }
}
.ontinue-path-to-ontinue .items .item > div.text > div:not(:first-child) {
  margin-top: 20px;
  position: relative;
}
.ontinue-path-to-ontinue .items .item > div.text > div:not(:first-child):before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  top: -10px;
  left: 10px;
  background: linear-gradient(261.1deg, #A843A1 24.04%, #2CD9C5 76.04%);
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item > div.text > div:not(:first-child):before {
    left: 0;
  }
}
.ontinue-path-to-ontinue .items .item > div.text > div img {
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item:last-child:after {
    position: absolute;
    content: "";
    transform: translateY(-50%);
    width: 12px;
    height: 19px;
    top: 50%;
    right: -5px;
    left: unset;
    background-image: url('data:image/svg+xml,<svg width="12" height="19" viewBox="0 0 12 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 14.1315V18.6748L12 9.64122L6 5.15801L0 0.674805V5.11912L6 9.67304L0 14.1315Z" fill="#EF3DF0"/></svg>');
  }
}
@media (max-width: 999px) {
  .ontinue-path-to-ontinue .items .item:nth-child(odd) > div.circle {
    position: relative;
  }
}
.ontinue-path-to-ontinue .items .item:nth-child(odd) > div.circle:after {
  top: 5px;
  left: 31px;
  background: linear-gradient(261.1deg, #A843A1 24.04%, #2CD9C5 76.04%);
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item:nth-child(odd) > div.circle:after {
    top: -21px;
    left: 6px;
  }
}
.ontinue-path-to-ontinue .items .item:nth-child(odd) > div.year {
  text-align: right;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item:nth-child(odd) > div.year {
    bottom: -30px;
  }
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item:nth-child(odd) > div.text {
    bottom: 75px;
    left: 0;
  }
}
.ontinue-path-to-ontinue .items .item:nth-child(odd) > div.text > div {
  padding-left: 10px;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item:nth-child(odd) > div.text > div {
    padding-left: 0;
  }
}
.ontinue-path-to-ontinue .items .item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item:nth-child(even) > div.text {
    top: 60px;
    bottom: unset;
  }
}
.ontinue-path-to-ontinue .items .item:nth-child(even) > div.text > div {
  text-align: right;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item:nth-child(even) > div.text > div {
    text-align: left;
    padding-right: 0;
  }
}
.ontinue-path-to-ontinue .items .item:nth-child(even) > div.text > div img {
  align-self: flex-end;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item:nth-child(even) > div.text > div img {
    align-self: flex-start;
  }
}
.ontinue-path-to-ontinue .items .item:nth-child(even) > div.text > div:before {
  left: unset;
  right: 10px;
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item:nth-child(even) > div.text > div:before {
    right: unset;
    left: 0;
  }
}
@media (min-width: 1000px) {
  .ontinue-path-to-ontinue .items .item:nth-child(even) > div.year {
    top: -30px;
  }
}
@media all and (min-width: 768px) {
  .ontinue-path-to-ontinue .desktop-only {
    display: block;
    margin: 0 auto;
    overflow-x: auto;
  }
  .ontinue-path-to-ontinue .desktop-only img {
    margin: 0 auto;
    max-width: initial;
  }
}
@media all and (max-width: 767px) {
  .ontinue-path-to-ontinue .desktop-only {
    display: none;
  }
}
@media all and (min-width: 768px) {
  .ontinue-path-to-ontinue .mobile-only {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .ontinue-path-to-ontinue .mobile-only {
    display: block;
  }
  .ontinue-path-to-ontinue .mobile-only img {
    margin: 0 auto;
  }
}

.ontinue-text {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-text .text {
  margin-inline: auto;
}
.ontinue-text .text h2 {
  margin-bottom: 14px;
}
.ontinue-text .text p:not(.eyebrow),
.ontinue-text .text ul,
.ontinue-text .text ol {
  --font-max: 16px;
  color: #D1CDD7;
  margin-bottom: 26px;
}
.ontinue-text .text > *:last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 599px) {
  .ontinue-text .link-group-horizontal {
    flex-direction: column;
    width: 100%;
  }
}
.ontinue-text.text-align-center {
  text-align: center;
}
.ontinue-text.text-align-center .button, .ontinue-text.text-align-center .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-text.text-align-center .mktoButton {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media (min-width: 600px) {
  .ontinue-text .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .ontinue-text .text {
    grid-column: 2/span 10;
  }
}
.ontinue-text-image .image {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .ontinue-text-image .container {
    grid-template-columns: 5fr 7fr;
  }
  .ontinue-text-image .text {
    grid-column: unset;
  }
  .ontinue-text-image .image {
    margin-top: 0;
  }
}

.ontinue-contact-grid {
  padding-block: 0 clamp(45px, 4.4444444444vw, 60px);
  text-align: center;
  position: relative;
}
.ontinue-contact-grid .items {
  display: grid;
  -moz-column-gap: 50px;
       column-gap: 50px;
  position: relative;
  overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  grid-auto-rows: 1fr;
}
.ontinue-contact-grid .items .item .item-inner {
  position: relative;
  padding-block: clamp(20px, 2.962962963vw, 40px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ontinue-contact-grid .items .item .item-inner:before {
  display: block;
  content: "";
  width: 1px;
  height: calc(100% - 50px);
  position: absolute;
  top: 25px;
  left: 0;
  background: linear-gradient(135deg, #EF3DF0, #653FEE, #2CD9C5);
  transform: translateX(-25px);
}
.ontinue-contact-grid .items .item .item-inner:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: linear-gradient(90deg, #EF3DF0, #653FEE, #2CD9C5);
}
.ontinue-contact-grid .items .item h2 {
  margin-bottom: 14px;
}
.ontinue-contact-grid .items .item p {
  margin-bottom: 22px;
  color: #D1CDD7;
  --font-max: 16px;
}
.ontinue-contact-grid .items .item .buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 22px;
}
.ontinue-contact-grid .items .item .buttons .button, .ontinue-contact-grid .items .item .buttons .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-contact-grid .items .item .buttons .mktoButton {
  width: auto;
}
.ontinue-contact-grid .items .item .social-links {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 30px;
}

#resource-filter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(22, 18, 63, 0.6);
}

.ontinue-resource-center {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
  background-color: #ffffff;
  min-height: 100px !important;
}
.ontinue-resource-center .resource-filters {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.ontinue-resource-center .resource-filters a.eyebrow {
  color: #736985;
  position: relative;
}
.ontinue-resource-center .resource-filters a.eyebrow:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: all linear 0.5s;
  background-image: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.375061L4.71065 4.56868C4.74231 4.60446 4.78779 4.62495 4.83556 4.62495C4.88334 4.62495 4.92882 4.60446 4.96047 4.56868L8.67146 0.375061" stroke="%2373718A"/></svg>');
}
.ontinue-resource-center .resource-filters a.eyebrow.open:before {
  transform: translateY(-50%) rotate(180deg);
}
.ontinue-resource-center .resource-filters-filter {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  background: #4303A9;
  padding: 50px 70px;
  top: 95px;
  left: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .ontinue-resource-center .resource-filters-filter {
    flex-direction: row;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .ontinue-resource-center .resource-filters-filter > div:first-of-type {
    margin-bottom: 10px;
  }
}
.ontinue-resource-center .resource-filters-filter a {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 18px;
  height: 18px;
}
.ontinue-resource-center .resource-filters-filter a:before, .ontinue-resource-center .resource-filters-filter a:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
}
.ontinue-resource-center .resource-filters-filter a:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ontinue-resource-center .resource-filters-filter a:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
@media (min-width: 768px) {
  .ontinue-resource-center .resource-filters-filter > div {
    width: 50%;
    padding-right: 100px;
    overflow: auto;
  }
}
.ontinue-resource-center .resource-filters-filter > div strong {
  padding-bottom: 10px;
  border-bottom: solid 1px #ffffff;
  display: block;
  font-weight: 700;
  font-size: 13px;
  line-height: 130%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ontinue-resource-center .resource-filters-filter > div ul {
  margin-top: 30px;
  list-style: none;
  padding: 0;
}
.ontinue-resource-center .resource-filters-filter > div ul li {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
}
.ontinue-resource-center .resource-filters-filter > div ul li:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  border: solid 1px #ffffff;
}
.ontinue-resource-center .resource-filters-filter > div ul li.active:before {
  background-color: #ffffff;
}
.ontinue-resource-center .resource-filters-filter > div ul li:not(:last-child) {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.ontinue-resource-center .resource-filters-filter > div ul li input {
  display: none;
}
.ontinue-resource-center .resource-filters-filter-sort {
  position: absolute;
  background: #4303A9;
  width: auto;
  right: 0;
  z-index: 20;
  top: 30px;
}
.ontinue-resource-center .resource-filters-filter-sort a {
  display: block;
  color: #ffffff;
  padding: 12px 55px 12px 14px;
}
.ontinue-resource-center .resource-filters-filter-sort a.active {
  background: #170335;
}
.ontinue-resource-center .resource-filters-applied {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}
.ontinue-resource-center .resource-filters-applied > div:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .ontinue-resource-center .resource-filters-applied > div:not(:last-child) {
    margin-right: 20px;
  }
}
.ontinue-resource-center .resource-filters-applied > a {
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: #170335;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 11px;
}
.ontinue-resource-center .resource-filters-applied span {
  position: relative;
  background: #653FEE;
  border-radius: 55px;
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  text-transform: uppercase;
  color: #ffffff;
  padding: 7px 36px 7px 16px;
  white-space: nowrap;
  margin-bottom: 11px;
  display: block;
  font-family: "Aleo", system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif;
}
.ontinue-resource-center .resource-filters-applied span a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 18px;
  height: 18px;
}
.ontinue-resource-center .resource-filters-applied span a:before, .ontinue-resource-center .resource-filters-applied span a:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: #ffffff;
}
.ontinue-resource-center .resource-filters-applied span a:before {
  transform: translateY(-50%) rotate(45deg);
}
.ontinue-resource-center .resource-filters-applied span a:after {
  transform: translateY(-50%) rotate(135deg);
}
.ontinue-resource-center .featured-post {
  border: 2px solid;
  border-image-source: linear-gradient(261.1deg, #EF3DF0 5.94%, #653FEE 44.15%, #2CD9C5 82.17%);
  border-image-slice: 1;
}
.ontinue-resource-center .featured-post a:hover {
  text-decoration: none;
}
.ontinue-resource-center .featured-post a > div:first-child {
  padding: 20px;
}
.ontinue-resource-center .featured-post a .eyebrow {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #653FEE;
}
.ontinue-resource-center .featured-post a strong {
  color: #170335;
  margin-bottom: 14px;
  display: inline-block;
}
.ontinue-resource-center .featured-post a p {
  color: #736985;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .ontinue-resource-center .featured-post a p {
    margin-bottom: 16px;
  }
}
.ontinue-resource-center .featured-post a span {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #736985;
}
.ontinue-resource-center .featured-post a span:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .ontinue-resource-center .featured-post a {
    display: flex;
    justify-content: space-between;
  }
  .ontinue-resource-center .featured-post a > div {
    width: 100%;
  }
  .ontinue-resource-center .featured-post a > div:first-child {
    padding: 40px 50px;
    max-width: 60%;
  }
  .ontinue-resource-center .featured-post a > div:first-child strong {
    font-size: 36px;
    line-height: 120%;
  }
  .ontinue-resource-center .featured-post a > div:first-child p {
    font-size: 16px;
    line-height: 140%;
  }
  .ontinue-resource-center .featured-post a > div:first-child a {
    font-size: 16px;
    line-height: 140%;
  }
  .ontinue-resource-center .featured-post a > div:nth-child(2) {
    max-width: 40%;
  }
  .ontinue-resource-center .featured-post a > div:nth-child(2) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ontinue-resource-center .featured-post > a {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .ontinue-resource-center .featured-post > a {
    flex-direction: unset;
  }
}
.ontinue-resource-center .resources-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
  gap: 40px;
}
.ontinue-resource-center .resources-pagination {
  margin: 20px auto 0;
}
@media (min-width: 768px) {
  .ontinue-resource-center .resources-pagination {
    width: 33%;
  }
}
.ontinue-resource-center .resources-pagination-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 33px;
}
.ontinue-resource-center .resources-pagination-inner > div {
  height: 33px;
  display: flex;
  align-items: center;
}
.ontinue-resource-center .resources-pagination .page-numbers {
  color: transparent;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .ontinue-resource-center .resources-pagination .page-numbers {
    color: #736985;
  }
  .ontinue-resource-center .resources-pagination .page-numbers.current {
    color: #170335;
  }
}
@media (max-width: 767px) {
  .ontinue-resource-center .resources-pagination .page-numbers:not(.prev):not(.next) {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #7D7D95;
  }
  .ontinue-resource-center .resources-pagination .page-numbers:not(.prev):not(.next).current {
    background-color: #2CD9C5;
  }
}
.ontinue-resource-center .resources-pagination .page-numbers.prev, .ontinue-resource-center .resources-pagination .page-numbers.next {
  position: relative;
  width: 34px;
  height: 33px;
  cursor: pointer;
}
.ontinue-resource-center .resources-pagination .page-numbers.prev:before, .ontinue-resource-center .resources-pagination .page-numbers.next:before {
  position: absolute;
  content: "";
  width: 34px;
  height: 33px;
  top: 0;
  left: 0;
  background-image: url("/wp-content/themes/ontinue/assets/images/arrow-left.svg");
}
.ontinue-resource-center .resources-pagination .page-numbers.next:before {
  transform: rotate(180deg);
}
.ontinue-resource-center .resources-pagination .page-numbers:hover:before {
  background-image: url("/wp-content/themes/ontinue/assets/images/arrow-left-hover.svg");
}
@media (min-width: 768px) {
  .ontinue-resource-center .resources-pagination {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.ontinue-resource-center .resources-none-found {
  display: none;
  padding: 40px 0;
}
.ontinue-resource-center .resources-none-found p {
  color: #170335;
}
.ontinue-resource-center .resources .resource-card > a {
  flex-direction: column;
}
.ontinue-resource-center .page-numbers:not(.prev):not(.next).current, .ontinue-resource-center .page-numbers:not(.prev):not(.next) {
  background-color: transparent;
}

button.apply-filters {
  position: absolute;
  top: 16px;
  right: 60px;
  padding: 7px 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.ontinue-nonstop-threat {
  padding-block: clamp(45px, 4.44444vw, 60px);
  background: #170335;
}
.ontinue-nonstop-threat .header {
  text-align: center;
  max-width: 920px;
  margin: 0 auto 25px auto;
}
@media (max-width: 767px) {
  .ontinue-nonstop-threat .header {
    text-align: left;
  }
}
.ontinue-nonstop-threat .header .eyebrow {
  color: #2CD9C5;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 767px) {
  .ontinue-nonstop-threat .header .eyebrow {
    font-size: 12px;
  }
}
.ontinue-nonstop-threat .header h2 {
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 767px) {
  .ontinue-nonstop-threat .header h2 {
    font-size: 30px;
  }
}
.ontinue-nonstop-threat .header .sub-title {
  color: #D0D0D8;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .ontinue-nonstop-threat .header .sub-title {
    font-size: 14px;
  }
}
.ontinue-nonstop-threat .cards {
  display: flex;
  flex-direction: row;
  row-gap: 30px;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  justify-content: flex-start;
  margin-inline: auto;
  margin-top: 40px;
  max-width: 1072px;
}
.ontinue-nonstop-threat .cards .card {
  display: block;
  transition: transform 250ms ease-in-out;
  flex-basis: calc(50% - 15px);
}
@media (max-width: 767px) {
  .ontinue-nonstop-threat .cards .card {
    flex-basis: 100%;
  }
}
.ontinue-nonstop-threat .cards .card .card-title {
  color: #ffffff;
  display: block;
  float: left;
  width: calc(100% - 150px);
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .ontinue-nonstop-threat .cards .card .card-title {
    font-size: 24px;
    line-height: 50px;
    white-space: nowrap;
  }
}
.ontinue-nonstop-threat .cards .card .card-text {
  color: #D0D0D8;
  display: block;
  float: left;
  width: calc(100% - 150px);
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .ontinue-nonstop-threat .cards .card .card-text {
    width: 100%;
    font-size: 14px;
  }
}
.ontinue-nonstop-threat .cards .card .card-text p {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .ontinue-nonstop-threat .cards .card .card-text p {
    font-size: 14px;
  }
}
.ontinue-nonstop-threat .cards .card img {
  max-width: 110px;
  margin-right: 40px;
  height: auto;
  float: left;
}
@media (max-width: 767px) {
  .ontinue-nonstop-threat .cards .card img {
    max-width: 50px;
    margin-right: 20px;
  }
}
@media (min-width: 1142px) {
  .ontinue-nonstop-threat .cards .card:nth-of-type(2n) .card-text {
    min-width: 395px;
    margin-right: -24px;
  }
}

body.single-ontinue_resource main,
body.single-ontinue_event main {
  background-color: #ffffff;
  margin-top: var(--header-height);
}
body.single-ontinue_resource main .eyebrow-return,
body.single-ontinue_event main .eyebrow-return {
  margin-bottom: 40px;
}
body.single-ontinue_resource main .eyebrow-return a,
body.single-ontinue_event main .eyebrow-return a {
  color: #EF3DF0;
  font-size: 13px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 10%;
}
@media (min-width: 768px) {
  body.single-ontinue_resource main .eyebrow-return,
  body.single-ontinue_event main .eyebrow-return {
    margin-bottom: 45px;
  }
}
body.single-ontinue_resource main .ontinue-resource-detail,
body.single-ontinue_event main .ontinue-resource-detail {
  color: #170335;
}
@media (min-width: 768px) {
  body.single-ontinue_resource main .ontinue-resource-detail,
  body.single-ontinue_event main .ontinue-resource-detail {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 50px;
  }
}
body.single-ontinue_resource main .ontinue-resource-detail-sidebar,
body.single-ontinue_event main .ontinue-resource-detail-sidebar {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  body.single-ontinue_resource main .ontinue-resource-detail-sidebar,
  body.single-ontinue_event main .ontinue-resource-detail-sidebar {
    padding-top: 0;
  }
}
body.single-ontinue_resource main .ontinue-resource-detail-sidebar .eyebrow,
body.single-ontinue_event main .ontinue-resource-detail-sidebar .eyebrow {
  color: #653FEE;
  margin-bottom: 12px;
}
body.single-ontinue_resource main .ontinue-resource-detail-sidebar .ontinue-sidebar-social,
body.single-ontinue_event main .ontinue-resource-detail-sidebar .ontinue-sidebar-social {
  padding-bottom: 24px;
}
body.single-ontinue_resource main .ontinue-resource-detail-sidebar .ontinue-sidebar-social:last-child,
body.single-ontinue_event main .ontinue-resource-detail-sidebar .ontinue-sidebar-social:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
body.single-ontinue_resource main .ontinue-resource-detail-sidebar .ontinue-sidebar-social .share-link:after,
body.single-ontinue_event main .ontinue-resource-detail-sidebar .ontinue-sidebar-social .share-link:after {
  text-align: center;
}
body.single-ontinue_resource main .ontinue-resource-detail-sidebar .ontinue-sidebar-social a,
body.single-ontinue_event main .ontinue-resource-detail-sidebar .ontinue-sidebar-social a {
  font-size: 0;
  margin-bottom: 5px;
}
body.single-ontinue_resource main .ontinue-resource-detail-sidebar .ontinue-sidebar-social a svg,
body.single-ontinue_event main .ontinue-resource-detail-sidebar .ontinue-sidebar-social a svg {
  height: 27px;
  vertical-align: unset;
}
body.single-ontinue_resource main .ontinue-resource-detail-detail,
body.single-ontinue_event main .ontinue-resource-detail-detail {
  border-bottom: 1px solid #D0D0D8;
  padding-bottom: 25px;
}
body.single-ontinue_resource main .ontinue-resource-detail-detail h3,
body.single-ontinue_resource main .ontinue-resource-detail-detail h4,
body.single-ontinue_resource main .ontinue-resource-detail-detail h5,
body.single-ontinue_resource main .ontinue-resource-detail-detail h6,
body.single-ontinue_event main .ontinue-resource-detail-detail h3,
body.single-ontinue_event main .ontinue-resource-detail-detail h4,
body.single-ontinue_event main .ontinue-resource-detail-detail h5,
body.single-ontinue_event main .ontinue-resource-detail-detail h6 {
  color: #736985;
}
@media (min-width: 768px) {
  body.single-ontinue_resource main .ontinue-resource-detail-detail,
  body.single-ontinue_event main .ontinue-resource-detail-detail {
    border: none;
    margin-bottom: 0;
  }
}
body.single-ontinue_resource main .ontinue-resource-detail-detail p,
body.single-ontinue_resource main .ontinue-resource-detail-detail ul li,
body.single-ontinue_event main .ontinue-resource-detail-detail p,
body.single-ontinue_event main .ontinue-resource-detail-detail ul li {
  color: #170335;
}
body.single-ontinue_resource main .ontinue-resource-detail-detail .eyebrow,
body.single-ontinue_event main .ontinue-resource-detail-detail .eyebrow {
  color: #EF3DF0;
}
body.single-ontinue_resource main .ontinue-resource-detail-detail ol li,
body.single-ontinue_event main .ontinue-resource-detail-detail ol li {
  margin-bottom: 15px;
  color: #170335;
}
body.single-ontinue_resource main .ontinue-resource-detail-detail ol li strong,
body.single-ontinue_event main .ontinue-resource-detail-detail ol li strong {
  color: #170335;
}
body.single-ontinue_resource main .ontinue-resource-detail-detail ol li li,
body.single-ontinue_event main .ontinue-resource-detail-detail ol li li {
  margin-bottom: 0;
}
@media screen and (max-width: 1249px) {
  body.single-ontinue_resource main .ontinue-resource-detail-detail .event-row div:last-child,
  body.single-ontinue_event main .ontinue-resource-detail-detail .event-row div:last-child {
    grid-row-start: 1;
  }
}
body.single-ontinue_resource main .ontinue-resource-detail-author,
body.single-ontinue_event main .ontinue-resource-detail-author {
  padding-bottom: 24px;
  border-top: 1px solid #D0CCD6;
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0em;
  text-align: left;
  color: #170335;
}
body.single-ontinue_resource main .ontinue-resource-detail-author > div,
body.single-ontinue_event main .ontinue-resource-detail-author > div {
  display: flex;
  align-items: center;
  padding-top: 19px;
}
body.single-ontinue_resource main .ontinue-resource-detail-author img,
body.single-ontinue_event main .ontinue-resource-detail-author img {
  max-width: 50px;
  max-height: 50px;
  border-radius: 50%;
  margin-right: 14px;
}
@media (min-width: 768px) {
  body.single-ontinue_resource main .ontinue-resource-detail-author img,
  body.single-ontinue_event main .ontinue-resource-detail-author img {
    max-width: 80px;
    max-height: 86px;
  }
}
body.single-ontinue_resource main .ontinue-resource-detail-author strong,
body.single-ontinue_event main .ontinue-resource-detail-author strong {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0em;
  text-align: left;
}
body.single-ontinue_resource main .ontinue-resource-detail-author p,
body.single-ontinue_event main .ontinue-resource-detail-author p {
  margin-top: 25px;
  color: #170335;
  margin-bottom: 0;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
body.single-ontinue_resource main .ontinue-resource-detail-author h5,
body.single-ontinue_event main .ontinue-resource-detail-author h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  font-family: "DM Sans";
}
body.single-ontinue_resource main .ontinue-resource-detail-author .author-info,
body.single-ontinue_event main .ontinue-resource-detail-author .author-info {
  align-items: flex-start;
  padding-top: 24px;
}
body.single-ontinue_resource main .ontinue-resource-detail-author .author-info .author-meta p,
body.single-ontinue_event main .ontinue-resource-detail-author .author-info .author-meta p {
  margin: 0;
}
body.single-ontinue_resource main .ontinue-resource-detail-author .author-info .author-meta .author-label,
body.single-ontinue_event main .ontinue-resource-detail-author .author-info .author-meta .author-label {
  margin-bottom: 8px;
}
body.single-ontinue_resource main .ontinue-resource-detail-topics,
body.single-ontinue_event main .ontinue-resource-detail-topics {
  padding-top: 24px;
  border-top: 1px solid #D0CCD6;
}
body.single-ontinue_resource main .ontinue-resource-detail-topics strong,
body.single-ontinue_event main .ontinue-resource-detail-topics strong {
  color: #653FEE;
  font-weight: bold;
  font-size: clamp(12px, 1.037037037vw, 14px);
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
body.single-ontinue_resource main .ontinue-resource-detail-topics ul,
body.single-ontinue_event main .ontinue-resource-detail-topics ul {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}
body.single-ontinue_resource main .ontinue-resource-detail-topics ul li,
body.single-ontinue_event main .ontinue-resource-detail-topics ul li {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 6px;
}
body.single-ontinue_resource main .ontinue-resource-detail-topics ul li a,
body.single-ontinue_event main .ontinue-resource-detail-topics ul li a {
  position: relative;
  display: inline-block;
  border: solid 2px transparent;
  border-radius: 55px;
  background-image: linear-gradient(#F6F7FC, #F6F7FC), linear-gradient(270deg, #DF34DA -0.02%, #653FEE 42.3%, #5421CB 77.88%, #4303A9 97.11%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
body.single-ontinue_resource main .ontinue-resource-detail-topics ul li a span,
body.single-ontinue_event main .ontinue-resource-detail-topics ul li a span {
  background: #4303A9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
body.single-ontinue_resource main .ontinue-resource-detail-topics ul li a:hover,
body.single-ontinue_event main .ontinue-resource-detail-topics ul li a:hover {
  background: linear-gradient(270deg, #DF34DA -0.02%, #653FEE 37.49%, #4303A9 100%);
  border-color: transparent;
}
body.single-ontinue_resource main .ontinue-resource-detail-topics ul li a:hover span,
body.single-ontinue_event main .ontinue-resource-detail-topics ul li a:hover span {
  background: none;
  -webkit-text-fill-color: white;
  color: white;
}
body.single-ontinue_resource main .ontinue-resource-detail-top,
body.single-ontinue_event main .ontinue-resource-detail-top {
  background-color: #F6F7FC;
  padding: 45px 0 100px;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h2,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h2 {
  font-size: 24px;
  line-height: 1.3;
  font-family: DM Sans;
  color: #4303A9;
  font-weight: 600;
  letter-spacing: 0%;
  margin-bottom: 20px;
  padding-top: 10px;
  margin-top: -8px;
}
@media screen and (min-width: 767px) {
  body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h2,
  body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h2 {
    font-size: 30px;
  }
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h2 strong,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h2 strong {
  color: #4303A9;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h3,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h3 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0%;
  color: #653FEE;
  color: #170335;
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h3,
  body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h3 {
    font-size: 26px;
  }
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h3 strong,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h3 strong {
  font-weight: 600;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h4,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h4 {
  font-size: 20px;
  line-height: 130%;
  font-weight: 600;
  color: #170335;
}
@media screen and (min-width: 767px) {
  body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h4,
  body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h4 {
    font-size: 22px;
  }
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h4 strong,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail h4 strong {
  font-weight: 600;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table {
  padding: 0 0 20px;
  margin-top: 40px;
  margin-bottom: 0;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table table thead,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table table thead {
  background: linear-gradient(270deg, #2A1E56 36.06%, #366C9E 73.56%, #6935BA 96.15%);
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table td,
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table th,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table td,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table th {
  padding: 16px 20px;
  font-size: 18px;
  line-height: 150%;
  vertical-align: top;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table td:has(strong),
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table th:has(strong),
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table td:has(strong),
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table th:has(strong) {
  line-height: 120%;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table:has(+ .wp-block-separator),
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table:has(+ .wp-block-separator) {
  padding-bottom: 0;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-code code,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-code code {
  background: #170335;
  color: white;
  padding: 30px;
  font-family: "Google Sans Code", monospace;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted {
  background: #170335;
  color: white;
  font-family: "Google Sans Code", monospace;
  padding: 30px;
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  margin: 30px 0 20px;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted strong,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted strong {
  font-weight: 600;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted.is-style-light-blue,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted.is-style-light-blue {
  background: #F0ECFD;
  color: #170335;
  padding: 30px;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted.is-style-dark-blue,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted.is-style-dark-blue {
  background: #170335;
  color: white;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted.is-style-dark-blue strong,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted.is-style-dark-blue strong {
  font-weight: 600;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted + p,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted + p {
  padding-top: 20px;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted + .wp-block-preformatted,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-preformatted + .wp-block-preformatted {
  margin-top: 50px;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-separator,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-separator {
  border-top: 1px solid #D0CCD6;
  margin: 45px 0;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-separator + h2,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-separator + h2 {
  padding-top: 0;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .ontinue-question-answer h2,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .ontinue-question-answer h2 {
  display: flex;
  gap: 5px;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .ontinue-question-answer h2 span,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .ontinue-question-answer h2 span {
  display: inline-block;
  flex: 1;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .ontinue-question-answer h2 span:first-child,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .ontinue-question-answer h2 span:first-child {
  flex: none;
  width: -moz-max-content;
  width: max-content;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail ul.wp-block-list li ul.wp-block-list,
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail ol.wp-block-list li ul.wp-block-list,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail ul.wp-block-list li ul.wp-block-list,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail ol.wp-block-list li ul.wp-block-list {
  list-style-type: disc;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-image,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-image {
  padding-top: 12px;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-image figcaption,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-image figcaption {
  font-size: 16px;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 20px;
  color: #736985;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-image:has(+ .wp-block-separator),
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-image:has(+ .wp-block-separator) {
  padding-bottom: 0;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail p:has(+ .wp-block-table),
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail p:has(+ .wp-block-table) {
  padding-bottom: 12px;
}
body.single-ontinue_resource main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table + .wp-block-list,
body.single-ontinue_event main .ontinue-resource-detail-top .ontinue-resource-detail .ontinue-resource-detail-detail .wp-block-table + .wp-block-list {
  margin-top: 20px;
}
body.single-ontinue_resource main ul.wp-block-list,
body.single-ontinue_resource main ol.wp-block-list,
body.single-ontinue_event main ul.wp-block-list,
body.single-ontinue_event main ol.wp-block-list {
  margin-bottom: 20px;
}
body.single-ontinue_resource main ul.wp-block-list li ul.wp-block-list,
body.single-ontinue_resource main ol.wp-block-list li ul.wp-block-list,
body.single-ontinue_event main ul.wp-block-list li ul.wp-block-list,
body.single-ontinue_event main ol.wp-block-list li ul.wp-block-list {
  list-style-type: disc;
}
body.single-ontinue_resource main figure.wp-block-table table thead,
body.single-ontinue_event main figure.wp-block-table table thead {
  border-bottom: 0;
}
body.single-ontinue_resource main figure.wp-block-table table thead tr,
body.single-ontinue_event main figure.wp-block-table table thead tr {
  background: linear-gradient(270deg, #2A1E56 36.06%, #366C9E 73.56%, #6935BA 96.15%);
  color: white;
  text-align: left;
  padding-right: 0;
  border-right: 1px solid #2a1e56;
}
body.single-ontinue_resource main figure.wp-block-table table thead tr th,
body.single-ontinue_event main figure.wp-block-table table thead tr th {
  border: none;
}
body.single-ontinue_resource main figure.wp-block-table table thead tr td,
body.single-ontinue_event main figure.wp-block-table table thead tr td {
  border: 1px solid #8E68CB;
  border-bottom: 0 !important;
}
body.single-ontinue_resource main figure.wp-block-table table thead tr td strong,
body.single-ontinue_event main figure.wp-block-table table thead tr td strong {
  color: white;
  line-height: 120%;
}
body.single-ontinue_resource main figure.wp-block-table table:not(:has(thead)) tbody tr:first-child,
body.single-ontinue_event main figure.wp-block-table table:not(:has(thead)) tbody tr:first-child {
  background: linear-gradient(270deg, #2A1E56 36.06%, #366C9E 73.56%, #6935BA 96.15%);
  color: white;
  text-align: left;
  padding-right: 0;
  border-right: 1px solid #2a1e56;
}
body.single-ontinue_resource main figure.wp-block-table table:not(:has(thead)) tbody tr:first-child td,
body.single-ontinue_event main figure.wp-block-table table:not(:has(thead)) tbody tr:first-child td {
  border: none;
  border-bottom: 0 !important;
}
body.single-ontinue_resource main figure.wp-block-table table:not(:has(thead)) tbody tr:first-child td strong,
body.single-ontinue_event main figure.wp-block-table table:not(:has(thead)) tbody tr:first-child td strong {
  color: white;
  line-height: 120%;
}
body.single-ontinue_resource main figure.wp-block-table table:not(:has(thead)) tbody tr:first-child th,
body.single-ontinue_event main figure.wp-block-table table:not(:has(thead)) tbody tr:first-child th {
  border: none;
}
body.single-ontinue_resource main figure.wp-block-table table tbody td,
body.single-ontinue_event main figure.wp-block-table table tbody td {
  border: 1px solid #8E68CB;
}
body.single-ontinue_resource main figure.wp-block-table table tbody td:first-child,
body.single-ontinue_event main figure.wp-block-table table tbody td:first-child {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
}
body.single-ontinue_resource main .ontinue-block.ontinue-special-callout,
body.single-ontinue_event main .ontinue-block.ontinue-special-callout {
  padding: 25px 0 15px;
}
body.single-ontinue_resource .ontinue-resource-detail-detail h1,
body.single-ontinue_event .ontinue-resource-detail-detail h1 {
  font-size: 42px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body.single-ontinue_resource .ontinue-resource-detail-detail h1,
  body.single-ontinue_event .ontinue-resource-detail-detail h1 {
    font-size: 38px;
  }
}
body.single-ontinue_resource .ontinue-resource-detail-detail p,
body.single-ontinue_event .ontinue-resource-detail-detail p {
  color: #170335;
  line-height: 1.5;
}
body.single-ontinue_resource .ontinue-resource-detail-detail p a,
body.single-ontinue_event .ontinue-resource-detail-detail p a {
  text-decoration: underline;
}
body.single-ontinue_resource .ontinue-resource-detail-detail ul,
body.single-ontinue_event .ontinue-resource-detail-detail ul {
  padding-left: 28px;
  margin-bottom: 0;
}
body.single-ontinue_resource .ontinue-resource-detail-detail ul:last-child,
body.single-ontinue_event .ontinue-resource-detail-detail ul:last-child {
  margin-bottom: 0;
}
body.single-ontinue_resource .ontinue-resource-detail-detail ul li,
body.single-ontinue_event .ontinue-resource-detail-detail ul li {
  line-height: 1.5;
  padding-bottom: 12px;
}
body.single-ontinue_resource .ontinue-resource-detail-detail ul li:last-child,
body.single-ontinue_event .ontinue-resource-detail-detail ul li:last-child {
  padding-bottom: 0;
}
body.single-ontinue_resource .ontinue-resource-detail-detail ul li a,
body.single-ontinue_event .ontinue-resource-detail-detail ul li a {
  text-decoration: underline;
  font-weight: 400;
  line-height: 1.5;
}
body.single-ontinue_resource .ontinue-resource-detail-detail ul li a strong,
body.single-ontinue_event .ontinue-resource-detail-detail ul li a strong {
  font-weight: 700;
}
body.single-ontinue_resource .ontinue-resource-detail-detail ul li ul,
body.single-ontinue_event .ontinue-resource-detail-detail ul li ul {
  padding-top: 12px;
}
body.single-ontinue_resource .ontinue-resource-detail-detail ol li a,
body.single-ontinue_event .ontinue-resource-detail-detail ol li a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  body.single-ontinue_event main .ontinue-resource-detail-detail {
    padding-bottom: 30px;
  }
}

.ontinue-blog-paragraphs strong {
  display: block;
  padding: 6px 12px;
  background: #653FEE;
  color: #ffffff;
  margin-bottom: 14px;
}

.ontinue-arrow-list ul {
  padding-left: 2px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .ontinue-arrow-list ul {
    padding-left: 43px;
  }
}
.ontinue-arrow-list ul li {
  position: relative;
  padding-left: 30px;
}
.ontinue-arrow-list ul li:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="10" cy="9.64286" rx="10" ry="9.64286" fill="%239E2E97"/><path d="M10.3219 3.59036L9.4445 4.60416L12.9168 8.62342L5.34375 8.62342L5.34375 10.0614L12.9168 10.0614L9.43828 14.0735L10.3219 15.0945L15.3 9.34242L10.3219 3.59036Z" fill="white"/></svg>');
}
.ontinue-arrow-list ul li strong {
  display: block;
  color: #EF3DF0;
}
.ontinue-arrow-list ul li p {
  color: #EF3DF0;
}
.ontinue-arrow-list ul li:last-child p {
  margin-bottom: 0;
}

.resource-card a {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .resource-card a {
    flex-direction: column;
  }
}
.resource-card a:hover {
  text-decoration: none;
}
.resource-card a .eyebrow {
  color: #653FEE;
  margin: 40px 0 6px;
}
@media (min-width: 768px) {
  .resource-card a .eyebrow {
    margin: 20px 0 6px;
  }
}
.resource-card a img {
  aspect-ratio: 596/332;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.resource-card a strong {
  color: #170335;
  margin-bottom: 14px;
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
}
.resource-card a p {
  color: #170335;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}
@media (min-width: 768px) {
  .resource-card a p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 140%;
  }
}
.resource-card a span {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #653FEE;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .resource-card a span {
    font-size: 16px;
    line-height: 140%;
  }
}
.resource-card a span:hover {
  text-decoration: underline;
}

.ontinue-check-list {
  background-image: url("/wp-content/themes/ontinue/assets/images/BulletList_Gradient_Background_Mobile@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: clamp(50px, 9.6296296296vw, 130px);
  margin-block: clamp(45px, 4.44444vw, 60px);
}
.ontinue-check-list .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: min(30px, 8.3333333333%);
       column-gap: min(30px, 8.3333333333%);
  row-gap: 26px;
}
.ontinue-check-list .container > * {
  grid-column: 1/-1;
}
.ontinue-check-list p, .ontinue-check-list ul {
  color: #D1CDD7;
}
.ontinue-check-list p:not(.eyebrow), .ontinue-check-list ul {
  --font-max: 16px;
  line-height: 1.4;
}
.ontinue-check-list .block-header h2 {
  margin-bottom: 14px;
}
.ontinue-check-list .block-header .button, .ontinue-check-list .block-header .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-check-list .block-header .mktoButton {
  margin-top: 26px;
}
.ontinue-check-list .check-list ul {
  list-style: none;
  padding: 0;
}
.ontinue-check-list .check-list ul li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 33px;
}
.ontinue-check-list .check-list ul li:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("/wp-content/themes/ontinue/assets/images/icon-check-vigilant_teal.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.3em;
  left: 0;
}
.ontinue-check-list .check-list ul li li {
  padding-left: 5px;
  list-style: disc;
  margin-left: 13px;
}
.ontinue-check-list .check-list ul li li:before {
  display: none;
}
.ontinue-check-list .check-list ul li ul {
  margin-top: 14px;
}
@media (min-width: 768px) {
  .ontinue-check-list {
    background-image: url("/wp-content/themes/ontinue/assets/images/BulletList_Gradient_Background@2x.jpg");
  }
  .ontinue-check-list .block-header {
    grid-column: 2/span 5;
  }
  .ontinue-check-list .check-list {
    grid-column: 7/span 5;
    padding-top: 18px;
  }
}

.ontinue-footnote {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-footnote .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: min(30px, 8.3333333333%);
       column-gap: min(30px, 8.3333333333%);
}
.ontinue-footnote .footnote {
  grid-column: 1/-1;
  line-height: 1.2;
  font-size: 10px;
  color: #A19AAE;
}
.ontinue-footnote .footnote p {
  line-height: 1.2;
  font-size: 10px;
  color: #A19AAE;
}
.ontinue-footnote .footnote a {
  color: #A19AAE;
  text-decoration: underline;
}
.ontinue-footnote .footnote > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ontinue-footnote .footnote {
    grid-column: 2/span 10;
  }
}

.ontinue-all-events {
  background-color: #ffffff;
  color: #170335;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .ontinue-all-events {
    padding: 65px 0;
  }
}
@media (min-width: 768px) {
  .ontinue-all-events-top {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 50px;
  }
}
.ontinue-all-events-top .eyebrow {
  color: #653FEE;
}
.ontinue-all-events-top h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0%;
  color: #4303A9;
  margin-bottom: 20px;
}
.ontinue-all-events-top .event-row .date,
.ontinue-all-events-top .event-row .location {
  color: #736985;
}
.ontinue-all-events-top .event-row .button, .ontinue-all-events-top .event-row .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-all-events-top .event-row .mktoButton {
  background-color: #2CD9C5;
  border: 2px solid #2CD9C5;
  color: #170335;
}
.ontinue-all-events-top .event-row .button:hover, .ontinue-all-events-top .event-row .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-all-events-top .event-row .mktoButton:hover {
  background: #170335;
  color: #2CD9C5;
  text-decoration: none;
  border: solid 2px #2CD9C5;
}
@media (max-width: 767px) {
  .ontinue-all-events-events {
    padding-bottom: 30px;
    border-bottom: 1px solid #D0D0D8;
  }
}
.ontinue-all-events-events .event-row {
  border-top: 1px solid #D0D0D8;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 0;
}
.ontinue-all-events-events .event-row:first-child {
  border-top: none;
  padding-top: 0;
}
.ontinue-all-events-sidebar {
  margin-top: 40px;
}
.ontinue-all-events-sidebar .eyebrow,
.ontinue-all-events-sidebar .ontinue-sidebar-social a {
  color: #653FEE;
}
.ontinue-all-events-sidebar .eyebrow {
  margin-bottom: 12px;
}
.ontinue-all-events-sidebar .ontinue-sidebar-social {
  padding-bottom: 24px;
}
.ontinue-all-events-sidebar .ontinue-sidebar-social a {
  font-size: 0;
  margin-bottom: 10px;
}
.ontinue-all-events-sidebar .ontinue-sidebar-social a svg {
  height: 27px;
  vertical-align: unset;
}
.ontinue-all-events-sidebar .ontinue-sidebar-social:last-child {
  padding-bottom: 0;
}
.ontinue-all-events-sidebar .ontinue-sidebar-related-links {
  padding-top: 24px;
  border-top: 1px solid #D0CCD6;
}
.ontinue-all-events-sidebar .ontinue-sidebar-related-links strong {
  margin-top: 0;
  padding-bottom: 9px;
}
@media screen and (max-width: 1249px) {
  .ontinue-all-events .event-row div:last-child {
    grid-row-start: 1;
  }
}
.ontinue-all-events .ontinue-all-events-sidebar .ontinue-sidebar-related-links strong {
  color: #653FEE;
}
.ontinue-all-events .ontinue-all-events-sidebar .ontinue-sidebar-related-links ul li h4 {
  color: #170335;
  font-size: 22px;
  font-weight: 600;
  line-height: 130%;
  color: #170335;
}
.ontinue-all-events .ontinue-all-events-sidebar .ontinue-sidebar-related-links ul li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #170335;
}
.ontinue-all-events .ontinue-all-events-sidebar .ontinue-sidebar-related-links ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #653FEE;
}
.ontinue-all-events .ontinue-all-events-sidebar .ontinue-sidebar-related-links ul li div {
  color: #4303A9;
}

div:first-of-type.ontinue-form-hero {
  margin-top: var(--header-height);
}

.ontinue-form-hero {
  padding: 50px 0;
  background-image: url(../images/form-hero-bg-mobile.png);
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .ontinue-form-hero {
    padding: 100px 0;
    background-image: url(../images/form-hero-bg.png);
  }
}
@media (min-width: 768px) {
  .ontinue-form-hero .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.ontinue-form-hero-items {
  list-style-type: none;
  padding: 0;
}
.ontinue-form-hero-items li {
  display: flex;
}
.ontinue-form-hero-items li img {
  max-width: 35px;
  max-height: 35px;
  margin-right: 20px;
}
.ontinue-form-hero-stats {
  list-style-type: none;
  padding: 0;
}
.ontinue-form-hero-stats li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.ontinue-form-hero-stats li > div:first-child {
  height: 60px;
  flex-basis: 60px;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/form-hero-circle.svg");
  background-size: contain;
  margin-right: 10px;
}
.ontinue-form-hero-stats li > div:first-child h4 {
  margin: 0;
}
@media (min-width: 768px) {
  .ontinue-form-hero-stats li > div:first-child {
    height: 80px;
    flex-basis: 80px;
  }
}
.ontinue-form-hero-stats li > div:last-child {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
}
@media (min-width: 768px) {
  .ontinue-form-hero-stats li > div:last-child {
    font-size: 18px;
    line-height: 130%;
    color: #D0D0D8;
  }
}
.ontinue-form-hero-footer {
  text-align: center;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
}
@media (min-width: 768px) {
  .ontinue-form-hero-footer {
    text-align: left;
  }
}
.ontinue-form-hero .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  scroll-margin-top: var(--header-height);
}
@media (min-width: 768px) {
  .ontinue-form-hero .form img {
    max-width: 242px;
    max-height: 174px;
  }
}
.ontinue-form-hero .form .mktoForm {
  max-width: none;
}
.ontinue-form-hero .form h3 {
  margin-top: 18px;
}
.ontinue-form-hero .form .header {
  margin-bottom: 14px;
}
.ontinue-form-hero .form .header h3 {
  font-size: 26px;
}
.ontinue-form-hero .form-article span {
  color: #2CD9C5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2.1px;
}
.ontinue-form-hero .form-article h2 {
  font-size: 36px;
  margin-bottom: 14px;
}
.ontinue-form-hero .form-article p:not(:last-child) {
  margin-bottom: 20px;
}
.ontinue-form-hero--medium {
  padding: 60px 0;
}
.ontinue-form-hero--large {
  padding: 100px 0;
}

.ontinue-gartner-banner {
  background: var(--radial-bar, radial-gradient(11378.22% 141.42% at 0% 0%, #220F34 0%, #180C23 100%));
  padding: 40px 0;
  z-index: 5;
}
.ontinue-gartner-banner .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.ontinue-gartner-banner .row div:nth-child(2) {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.ontinue-gartner-banner .row div:nth-child(2) span:first-child {
  margin-right: 13px;
}
.ontinue-gartner-banner .row div:nth-child(2) span:last-of-type {
  margin-left: 15px;
}
.ontinue-gartner-banner .row div:last-child {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .ontinue-gartner-banner .row {
    flex-direction: row;
  }
  .ontinue-gartner-banner .row div {
    max-width: 33.3333%;
    flex: 33.33333%;
  }
  .ontinue-gartner-banner .row div:nth-child(2) {
    margin-top: 0;
  }
  .ontinue-gartner-banner .row div:last-child {
    margin-top: 0;
    max-width: 16%;
    text-align: right;
  }
}

.ontinue-comparison-table {
  padding: 30px 0;
}
.ontinue-comparison-table > .container {
  position: relative;
  z-index: 20;
}
@media (min-width: 768px) {
  .ontinue-comparison-table {
    position: relative;
    padding: 95px 0 130px;
  }
  .ontinue-comparison-table:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/comparison-table-top-left-bg.svg");
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 5;
  }
  .ontinue-comparison-table:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/comparison-table-bottom-right-bg.svg");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}
.ontinue-comparison-table-tables {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ontinue-comparison-table-tables {
    row-gap: 0;
  }
  .ontinue-comparison-table-tables-outer {
    display: flex;
  }
}
@media (max-width: 767px) {
  .ontinue-comparison-table-tables-table:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .ontinue-comparison-table-tables-table {
    width: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
}
.ontinue-comparison-table-tables-table-headers {
  display: flex;
  background: var(--ontinue-blast, linear-gradient(90deg, #EF3DF0 0%, #4303A9 35.42%, #653FEE 65.1%, #2CD9C5 100%));
}
@media (max-width: 767px) {
  .ontinue-comparison-table-tables-table-headers {
    display: none;
  }
}
.ontinue-comparison-table-tables-table-header {
  padding: 20px 0;
  text-align: center;
}
.ontinue-comparison-table-tables-table-header:not(:first-child) {
  border-left: 0.5px solid #ffffff;
}
@media (min-width: 768px) {
  .ontinue-comparison-table-tables-table-header {
    width: 50%;
  }
}
.ontinue-comparison-table-tables-table-header p:last-of-type {
  margin-bottom: 0;
}
.ontinue-comparison-table-tables-table > div:first-child {
  background: linear-gradient(93deg, #EF3DF0 0%, #4303A9 42.94%, #653FEE 78.94%, #2CD9C5 121.25%);
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .ontinue-comparison-table-tables-table > div:first-child {
    display: none;
  }
}
.ontinue-comparison-table-tables-table > div:last-child {
  background: var(--Plum, #4303A9);
  padding: 20px;
}
@media (min-width: 768px) {
  .ontinue-comparison-table-tables-table > div:last-child {
    height: 100%;
  }
}
.ontinue-comparison-table-tables-table > div:last-child ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}
.ontinue-comparison-table-tables-table > div:last-child ul li {
  position: relative;
  padding-left: 32px;
}
.ontinue-comparison-table-tables-table > div:last-child ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.ontinue-comparison-table-tables-table > div:last-child ul li.item-checkmark:before {
  width: 14px;
  height: 18px;
  background-image: url("../images/check-2.svg");
}
.ontinue-comparison-table-tables-table > div:last-child ul li.item-x:before {
  width: 15px;
  height: 18px;
  background-image: url("../images/x.svg");
}
.ontinue-comparison-table-tables-table > div:last-child ul li h6 {
  color: var(--primary-tiffany-accent, #2CD9C5);
  font-family: DM Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.ontinue-comparison-table-tables-table > div:last-child ul li p {
  color: var(--night-sky-20, #D0D0D8);
  font-family: DM Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 5px 0 0;
}
.ontinue-comparison-table-tables-table:last-child {
  border-top: 0.5px solid #ffffff;
  background: linear-gradient(90deg, #EF3DF0 -64.63%, #4303A9 -6.45%, #653FEE 42.32%, #2CD9C5 99.65%);
}
@media (min-width: 768px) {
  .ontinue-comparison-table-tables-table:last-child {
    border-top: 0;
    border-left: 0.5px solid #ffffff;
  }
}
.ontinue-comparison-table a {
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ontinue-comparison-table a {
    margin-top: 46px;
  }
}

.ontinue-video-embed {
  padding: 30px 0;
}
.ontinue-video-embed-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .ontinue-video-embed-top {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.ontinue-video-embed-top .eyebrow {
  margin-bottom: 6px;
}
.ontinue-video-embed-top h2 {
  margin: 0;
}
.ontinue-video-embed-top p:not(.eyebrow) {
  color: var(--night-sky-20, #D0D0D8);
  text-align: center;
  font-family: DM Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 14px;
}
.ontinue-video-embed-code {
  margin-top: 30px;
}

.ontinue-walnut-io-embed {
  padding-block: clamp(45px, 4.4444444444vw, 60px);
}
.ontinue-walnut-io-embed .container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: min(30px, 8.3333333333%);
       column-gap: min(30px, 8.3333333333%);
  row-gap: clamp(20px, 3.3333333333vw, 45px);
}
.ontinue-walnut-io-embed .container > * {
  grid-column: 1/-1;
}
@media (min-width: 786px) {
  .ontinue-walnut-io-embed .container .block-header {
    grid-column: 3/span 8;
  }
}
.ontinue-walnut-io-embed .block-header {
  text-align: center;
}
.ontinue-walnut-io-embed .block-header h2 {
  margin-bottom: 14px;
}
.ontinue-walnut-io-embed .block-header p:not(.eyebrow) {
  color: #D1CDD7;
}
.ontinue-walnut-io-embed .block-header p:not(.eyebrow):last-child {
  margin-bottom: 0;
}
.ontinue-walnut-io-embed .block-header .button, .ontinue-walnut-io-embed .block-header .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-walnut-io-embed .block-header .mktoButton {
  margin-top: 22px;
  margin-inline: auto;
}
.ontinue-walnut-io-embed .embed {
  display: none;
}
.ontinue-walnut-io-embed .mobile-message {
  text-align: center;
}
.ontinue-walnut-io-embed .mobile-message img {
  height: 93px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
  margin-bottom: 30px;
  display: block;
}
.ontinue-walnut-io-embed .mobile-message p {
  color: #D1CDD7;
  font-style: italic;
}
@media (min-width: 790px) {
  .ontinue-walnut-io-embed .embed {
    display: block;
  }
  .ontinue-walnut-io-embed .mobile-message {
    display: none;
  }
}

.on.success-card {
  padding: 0 20px;
  min-width: auto;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1.875rem;
  background-color: #070615;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.on.success-card article {
  padding: 2rem 0 0.75rem;
}

.on.success-card article h3, .on.success-card article p {
  margin-bottom: 1.25rem;
}

.on.success-card article.success-card__quote-detail {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  padding: 2rem 0;
  height: 100%;
}

.on.success-card article.success-card__quote-detail p, .on.success-card article.success-card__quote-detail figure {
  margin-bottom: 0;
}

.on.success-card article.success-card__quote-detail p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.on.success-card article.success-card__quote-detail .success-card__quote-author {
  display: inline-flex;
  gap: 0.625rem;
  align-items: center;
}

.on.success-card article.success-card__quote-detail .success-card__quote-author img {
  height: 5rem;
  border-radius: 9.050625rem;
}

.on.success-card .success-card__footer {
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 0.0625rem solid #D0D0D8;
  min-height: 6.125rem;
  gap: 10px;
  flex-direction: row;
  align-items: center;
}

.on.success-card .success-card__footer figure {
  margin-bottom: 0;
  max-height: 37px;
}

.on.success-card .success-card__footer figure img {
  height: 100%;
}

.on.success-card .success-card__footer a {
  color: #ffffff;
  text-transform: uppercase;
}

.sucess-stories__slider-item:nth-child(3n+1) .on.success-card {
  background-image: url("../images/success-slide-1-bg.png");
}

.sucess-stories__slider-item:nth-child(3n+2) .on.success-card {
  background-image: url("../images/success-slide-2-bg.png");
}

.sucess-stories__slider-item:nth-child(3n+3) .on.success-card {
  background-image: url("../images/success-slide-3-bg.png");
}

.on.success-card--detailed ul {
  list-style: none;
  margin: 0;
  padding: 2rem 0 0;
}

.on.success-card--detailed ul h3, .on.success-card--detailed ul p {
  margin-bottom: 1.25rem;
}

.on.success-stories {
  background-image: url("../images/success-stories-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.on.success-stories .block-header, .on.success-stories .block-content > .button, .on.success-stories .ontinue-contact-us .form .mktoForm .mktoButtonWrap .block-content > .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .on.success-stories .block-content > .mktoButton {
  margin: 0 auto;
  text-align: center;
}

.on.success-stories .sucess-stories__slider {
  display: flex;
  gap: 2.079375rem;
  margin-bottom: 114px;
}

.on.success-stories .sucess-stories__slider .slick-arrow {
  position: absolute;
  bottom: -80px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.on.success-stories .sucess-stories__slider .slick-arrow.slick-prev {
  left: 25%;
  right: auto;
}

.on.success-stories .sucess-stories__slider .slick-arrow.slick-prev:hover, .on.success-stories .sucess-stories__slider .slick-arrow.slick-next:hover {
  filter: brightness(0) saturate(100%) invert(33%) sepia(89%) saturate(1035%) hue-rotate(268deg) brightness(104%) contrast(101%);
}

.on.success-stories .sucess-stories__slider .slick-arrow.slick-next {
  right: 25%;
  left: auto;
}

.on.success-stories .sucess-stories__slider .slick-dots {
  max-width: 150px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -35px;
  padding: 0;
}

.on.success-stories .block-content {
  padding-top: 61px;
  padding-bottom: 38px;
}

.on.success-stories .block-header {
  margin-bottom: 60px;
}

.on.success-stories .slick-track {
  display: flex;
  gap: 2px;
  height: 100%;
}

@media (min-width: 360px) {
  .on.success-card {
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  .on.success-stories .block-content {
    padding-top: 120px;
    padding-bottom: 117px;
  }
  .on.success-stories .sucess-stories__slider {
    margin-bottom: 125px;
  }
  .on.success-stories .sucess-stories__slider .slick-arrow {
    bottom: -92px;
  }
  .on.success-stories .sucess-stories__slider .slick-arrow.slick-prev {
    left: 40%;
    right: auto;
  }
  .on.success-stories .sucess-stories__slider .slick-arrow.slick-next {
    right: 40%;
    left: auto;
  }
  .on.success-stories .slick-track {
    gap: 27px;
  }
  .on.success-stories .sucess-stories__slider .slick-dots {
    bottom: -77px;
  }
}
@media (min-width: 991px) {
  .on.success-card {
    min-width: 25rem;
    min-height: 26.5625rem;
    padding: 0 1.5625rem;
  }
}
@media (max-width: 768px) {
  .on.success-card .success-card__footer a {
    font-size: 15px;
    line-height: 130%;
    font-weight: 700;
  }
  .on.success-card .success-card__footer figure {
    max-width: 120px;
  }
  .on.success-stories .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 360px) {
  .on.success-card .success-card__footer figure {
    max-width: 90px;
  }
}
.on.success-footer {
  background-color: #653FEE;
  padding: 50px 0;
}

.on.success-footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}

.on.success-footer .success-footer__rating {
  display: flex;
  align-items: center;
  gap: 13px;
  flex-direction: column;
}

.on.success-footer .success-footer__rating p {
  margin: 0;
  font-size: 22px;
  line-height: 26.4px;
}

.on.success-footer .success-footer__rating .stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 2.125rem;
  font-family: Times;
  line-height: 1;
}

.on.success-footer .success-footer__rating .stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #EFC51C var(--percent), #736985 var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.on.success-footer .mobile-bg {
  display: block;
  margin: 0;
}

.on.success-footer .desktop-bg {
  display: none;
  margin: 0;
}

.on.success-footer .success-footer__desc p {
  margin: 0;
}

.success-footer-link {
  text-decoration: none;
  color: inherit;
}

.success-footer-link:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .on.success-footer {
    padding: 30px 0;
  }
  .on.success-footer .success-footer__rating {
    gap: 27px;
  }
}
@media (min-width: 991px) {
  .on.success-footer .container {
    flex-direction: row;
  }
  .on.success-footer .mobile-bg {
    display: none;
  }
  .on.success-footer .desktop-bg {
    display: block;
  }
  .on.success-footer .success-footer__desc {
    max-width: 218px;
  }
  .on.success-footer .success-footer__desc p {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .on.success-footer .success-footer__rating {
    flex-direction: row;
  }
}
@media (max-width: 1200px) {
  .on.success-footer .success-footer__rating p {
    order: 1;
  }
  .on.success-footer .success-footer__rating .stars {
    order: 2;
  }
}
.ontinue-special-callout {
  padding: 20px 0;
}
.ontinue-special-callout p {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  color: #170335;
  border: 1px solid #170335;
  padding: 8px 16px;
  margin: 0;
}

.ontinue-advanced-quote-blog {
  border-left: 4px solid #B49ADD;
  padding-left: 30px;
  margin: 30px 0 30px;
}
.ontinue-advanced-quote-blog h5 {
  font-size: 26px;
  color: #4303A9;
  font-weight: 500;
  line-height: 130%;
  font-family: "Aleo", system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif;
  margin-bottom: 16px;
}
body.single-ontinue_resource main .ontinue-advanced-quote-blog h5 {
  color: #4303A9;
}
.ontinue-advanced-quote-blog .quote-blog__author {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ontinue-advanced-quote-blog .quote-blog__author img {
  height: auto;
  width: 74px;
}
.ontinue-advanced-quote-blog .quote-blog__author .quote-blog__info {
  display: flex;
  flex-direction: column;
  color: #736985;
  font-size: 16px;
  line-height: 130%;
}
.ontinue-advanced-quote-blog .quote-blog__author .quote-blog__info strong {
  font-weight: 700;
}
.ontinue-advanced-quote-blog .quote-blog__author .quote-blog__info span {
  font-weight: 400;
}

.answer {
  padding-left: 36px;
}
.answer strong {
  font-weight: 700;
  color: #170335;
  font-size: 18px;
  line-height: 150%;
}

.ontinue-cta.has-image.ontinue-promo-cta .grid,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .grid {
  border-radius: 50px;
  overflow: hidden;
  padding: 0;
  background-image: url("/wp-content/themes/ontinue/assets/images/signoff-bg.png");
  background-size: cover;
  background-position: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: unset;
  gap: 0;
}
@media (min-width: 1199px) {
  .ontinue-cta.has-image.ontinue-promo-cta .grid,
  body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .grid {
    max-width: 1122.66px;
    flex-direction: row;
  }
}
.ontinue-cta.has-image.ontinue-promo-cta .text,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text {
  flex-basis: 50%;
  padding: 40px 20px 30px;
  justify-items: center;
}
.ontinue-cta.has-image.ontinue-promo-cta .text img,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text img {
  margin: 0 auto 30px auto;
}
.ontinue-cta.has-image.ontinue-promo-cta .text h2,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text h2 {
  text-align: center;
  font-size: 36px;
  font-family: "Aleo", system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif;
  line-height: 120%;
  margin-bottom: 11px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 0;
}
.ontinue-cta.has-image.ontinue-promo-cta .text p,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text p {
  text-align: center;
  color: #E7E5EA;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  padding-inline: 2px;
  margin-bottom: 23px;
}
.ontinue-cta.has-image.ontinue-promo-cta .text .button, .ontinue-cta.has-image.ontinue-promo-cta .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta.has-image.ontinue-promo-cta .text .mktoButton,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text .button {
  padding: 9px 16px;
  padding-inline: 42px;
  background-color: #2CD9C5;
  border-color: #2CD9C5;
  color: #170335;
  font-size: 12px;
}
.ontinue-cta.has-image.ontinue-promo-cta .text .button .mssp-desktop, .ontinue-cta.has-image.ontinue-promo-cta .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton .mssp-desktop, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta.has-image.ontinue-promo-cta .text .mktoButton .mssp-desktop,
.ontinue-cta.has-image.ontinue-promo-cta .text .button .mssp-mobile,
.ontinue-cta.has-image.ontinue-promo-cta .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton .mssp-mobile,
.ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta.has-image.ontinue-promo-cta .text .mktoButton .mssp-mobile,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text .button .mssp-desktop,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text .button .mssp-mobile {
  color: #170335;
}
.ontinue-cta.has-image.ontinue-promo-cta .text .button:hover, .ontinue-cta.has-image.ontinue-promo-cta .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:hover, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta.has-image.ontinue-promo-cta .text .mktoButton:hover,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text .button:hover {
  color: #22DCD1;
  background: #170335;
}
.ontinue-cta.has-image.ontinue-promo-cta .text .button:hover .mssp-desktop, .ontinue-cta.has-image.ontinue-promo-cta .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:hover .mssp-desktop, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta.has-image.ontinue-promo-cta .text .mktoButton:hover .mssp-desktop,
.ontinue-cta.has-image.ontinue-promo-cta .text .button:hover .mssp-mobile,
.ontinue-cta.has-image.ontinue-promo-cta .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton:hover .mssp-mobile,
.ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta.has-image.ontinue-promo-cta .text .mktoButton:hover .mssp-mobile,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text .button:hover .mssp-desktop,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text .button:hover .mssp-mobile {
  color: #2CD9C5;
}
@media (min-width: 1199px) {
  .ontinue-cta.has-image.ontinue-promo-cta .text,
  body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text {
    flex-basis: 50%;
    padding: 59.4px 31px 58.4px 47px;
    justify-items: unset;
  }
  .ontinue-cta.has-image.ontinue-promo-cta .text img,
  body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text img {
    margin: 0 0 28px 0;
  }
  .ontinue-cta.has-image.ontinue-promo-cta .text h2,
  body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .ontinue-cta.has-image.ontinue-promo-cta .text p,
  body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text p {
    text-align: left;
    margin-bottom: 30px;
  }
  .ontinue-cta.has-image.ontinue-promo-cta .text .button, .ontinue-cta.has-image.ontinue-promo-cta .text .ontinue-contact-us .form .mktoForm .mktoButtonWrap .mktoButton, .ontinue-contact-us .form .mktoForm .mktoButtonWrap .ontinue-cta.has-image.ontinue-promo-cta .text .mktoButton,
  body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .text .button {
    padding: 9px 60px;
  }
}
.ontinue-cta.has-image.ontinue-promo-cta .image,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .image {
  width: 100%;
  flex-basis: 50%;
  aspect-ratio: 341/300;
  max-height: 341px;
}
.ontinue-cta.has-image.ontinue-promo-cta .image img,
body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .image img {
  width: 100%;
  aspect-ratio: auto;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .ontinue-cta.has-image.ontinue-promo-cta .image,
  body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .image {
    max-height: 341px;
  }
}
@media (min-width: 1199px) {
  .ontinue-cta.has-image.ontinue-promo-cta .image,
  body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .image {
    flex-basis: 50%;
    aspect-ratio: 561/401;
    max-height: unset;
  }
  .ontinue-cta.has-image.ontinue-promo-cta .image img,
  body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .image img {
    width: 100%;
    aspect-ratio: auto;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0;
  }
  .ontinue-cta.has-image.ontinue-promo-cta .image video,
  body.single-ontinue_resource main .ontinue-cta.has-image.ontinue-promo-cta .image video {
    -o-object-fit: cover;
       object-fit: cover;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0;
    overflow: hidden;
  }
}

/* P2P */
.ontinue-block.ontinue-cta.ontinue-promo-cta.has-image .container.block-content {
  padding-inline: 25px;
  padding: 0;
}
@media (min-width: 767px) {
  .ontinue-block.ontinue-cta.ontinue-promo-cta.has-image .container.block-content {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@font-face {
  font-family: "Aleo";
  src: url("scss/fonts/Aleo-Italic.woff2") format("woff2"), url("scss/fonts/Aleo-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aleo";
  src: url("scss/fonts/Aleo-Regular.woff2") format("woff2"), url("scss/fonts/Aleo-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*# sourceMappingURL=style.css.map*/