/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
/*!
Theme Name: _cs
Theme URI: https://www.consultingsolutions.com
Description: A custom theme based on _tw
Version: 0.2.0
Author: Spark Marketing
Author URI: https://sparkmarketingteam.com
Text Domain: _cs
Requires at least: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_cs is based on _tw https://underscoretw.com/, (C) 2021-2026 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: "Manrope", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-red-500: oklch(63.7% 0.237 25.331);
  --color-red-600: oklch(57.7% 0.245 27.325);
  --color-red-700: oklch(50.5% 0.213 27.518);
  --color-emerald-700: oklch(50.8% 0.118 165.612);
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-neutral-50: oklch(98.5% 0 0);
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-xl: 36rem;
  --container-2xl: 42rem;
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-wide: 0.025em;
  --leading-tight: 1.25;
  --leading-normal: 1.5;
  --radius-lg: 0.5rem;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --animate-spin: spin 1s linear infinite;
  --aspect-video: 16 / 9;
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-background-dark: var(--wp--preset--color--background-dark);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
  font-size: 17px;
  line-height: 1.2;
}
p {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 1.2;
}
@media (min-width: 480px) {
  body,	p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  body,	p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  body,	p {
    font-size: 17px;
    line-height: 1.5;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #030303;
  font-weight: 600;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 65px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -1.95px;
}
@media (min-width: 768px) {
  h1,	.h1 {
    font-size: 72px;
    font-weight: 600;
    letter-spacing: -2.2px;
  }
}
@media (min-width: 1024px) {
  h1,	.h1 {
    font-size: 80px;
    letter-spacing: -2.4px;
  }
}
h2, .h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -1.2px;
  text-align: center;
}
@media (min-width: 768px) {
  h2,	.h2 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -1.35px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  h2,	.h2 {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -1.5px;
  }
}
h3, .h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h3,	.h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
  }
}
@media (min-width: 1024px) {
  h3,	.h3 {
    font-size: 40px;
  }
}
h4, .h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 768px) {
  h4,	.h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
  }
}
@media (min-width: 1024px) {
  h4,	.h4 {
    font-size: 22px;
    line-height: 1.2;
  }
}
.interior-content h1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.96px;
  text-align: left;
}
@media (min-width: 768px) {
  .interior-content h1 {
    font-size: 42px;
    letter-spacing: -1.26px;
  }
}
@media (min-width: 1024px) {
  .interior-content h1 {
    font-size: 50px;
    letter-spacing: -1.5px;
  }
}
.interior-content h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.96px;
  text-align: left;
}
@media (min-width: 768px) {
  .interior-content h2 {
    font-size: 36px;
    letter-spacing: -1.08px;
  }
}
@media (min-width: 1024px) {
  .interior-content h2 {
    font-size: 40px;
    letter-spacing: -1.2px;
  }
}
.interior-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.72px;
  text-align: left;
}
@media (min-width: 768px) {
  .interior-content h3 {
    font-size: 27px;
    letter-spacing: -0.81px;
  }
}
@media (min-width: 1024px) {
  .interior-content h3 {
    font-size: 30px;
    letter-spacing: -0.9px;
  }
}
.interior-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}
@media (min-width: 768px) {
  .interior-content h4 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .interior-content h4 {
    font-size: 22px;
  }
}
.interior-content p a {
  color: #166bfe;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .interior-content p a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .interior-content p a {
    font-size: 18px;
  }
}
.interior-content p a:hover {
  text-decoration: underline;
}
.cs-apply-form input:invalid, .cs-apply-form textarea:invalid {
  border-color: var(--color-red-500, #ef4444);
}
.cs-apply-form .cs-apply-status.is-success {
  color: var(--color-emerald-700, #047857);
}
.cs-apply-form .cs-apply-status.is-error {
  color: var(--color-red-700, #b91c1c);
}
.job-side-card {
  position: relative;
  isolation: isolate;
}
.job-side-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  box-shadow: none;
  transition: transform 0.3s ease,	box-shadow 0.3s ease;
  transform-origin: center;
  z-index: 0;
}
.job-side-card-cta:hover::before {
  transform: scale(1.025);
  box-shadow: 0 0 15.3px 0 rgba(3, 3, 3, 0.06);
}
.job-side-card-content {
  position: relative;
  z-index: 1;
}
.openings-filter-label {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  color: #030303;
  line-height: 150%;
}
.openings-filter {
  width: 100%;
  appearance: none;
  background-color: #fff;
  border: none;
  padding: 14px 44px 14px 18px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #61676e;
  cursor: pointer;
  transition: box-shadow 0.3s ease,	background-position 0.2s ease;
}
.openings-filter:not(.openings-filter-text) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M6.41699 10.2608L6.41699 -3.60619e-07L8.25033 -2.80481e-07L8.25032 10.2608L13.3837 5.54126L14.667 6.74222L7.33366 13.4844L0.000324908 6.74222L1.28366 5.54126L6.41699 10.2608Z' fill='%23030303'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px top calc(50% + 2px);
}
.openings-filter:not(.openings-filter-text):hover {
  box-shadow: 0 0 15.3px 0 rgba(3, 3, 3, 0.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M6.41699 10.2608L6.41699 -3.60619e-07L8.25033 -2.80481e-07L8.25032 10.2608L13.3837 5.54126L14.667 6.74222L7.33366 13.4844L0.000324908 6.74222L1.28366 5.54126L6.41699 10.2608Z' fill='%23FE8A24'/%3E%3C/svg%3E");
  background-position: right 18px top calc(50% + 6px);
}
.openings-filter.openings-filter-text:hover {
  box-shadow: 0 0 15.3px 0 rgba(3, 3, 3, 0.06);
}
.openings-filter option:checked {
  font-weight: 700;
}
.openings-filter::placeholder {
  color: #9ea3aa;
  font-weight: 400;
}
.openings-filter:focus, .openings-filter:active, .openings-filter:focus-visible {
  outline: none;
  border: none;
  box-shadow: 0 0 15.3px 0 rgba(3, 3, 3, 0.06);
}
.openings-filter.openings-filter-compact {
  width: auto;
  display: inline-block;
  padding: 6px 36px 6px 12px;
  font-size: 15px;
  background-position: right 12px top calc(50% + 2px);
}
.openings-filter.openings-filter-compact:hover {
  background-position: right 12px top calc(50% + 6px);
}
.openings-pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.openings-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  text-decoration: none;
  color: #030303;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease,	box-shadow 0.3s ease;
}
.openings-pagination .page-numbers:hover {
  color: #166bfe;
  box-shadow: 0 0 15.3px 0 rgba(3, 3, 3, 0.06);
}
.openings-pagination .page-numbers.current {
  background: #166bfe;
  color: #fff;
  cursor: default;
}
.openings-pagination .page-numbers.dots {
  background: transparent;
  color: #61676e;
  cursor: default;
}
.openings-pagination .page-numbers.dots:hover {
  color: #61676e;
  box-shadow: none;
}
.openings-pagination .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  cursor: pointer;
}
.btn:hover {
  background-color: var(--color-background-dark);
}
.btn-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 43px;
  padding: 16px 36px 16px 38px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease,	border-color 0.3s ease;
}
.btn-arrow svg {
  transition: transform 0.2s ease;
}
.btn-arrow:hover {
  background-color: var(--color-background-dark);
  border-color: var(--color-background-dark);
}
.btn-arrow:hover svg {
  transform: translateX(15px);
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
#colophon > .container {
  position: relative;
  z-index: 1;
  padding-bottom: clamp(	452px,	calc(452px + (100vw - 1600px) * 0.21625),	625px	);
}
@media (max-width: 1100px) {
  #colophon > .container {
    padding-bottom: 323px;
  }
}
@media (max-width: 991px) {
  #colophon > .container {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  #colophon > .container {
    padding-bottom: 20px;
  }
}
.footer-img-wrap {
  width: 100%;
  right: clamp(-930px, calc(-550px - (100vw - 1600px) * 0.475), -550px);
  top: 88px;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 1199px) {
  .footer-img-wrap {
    right: -400px;
  }
}
@media (max-width: 1149px) {
  .footer-img-wrap {
    right: -300px;
  }
}
#colophon .linkedin-link {
  padding-top: 6px;
}
@media (max-width: 1023px) {
  #topbar {
    display: none;
  }
}
#topbar .container {
  gap: 35px;
  padding-block: 6.7px;
}
@media (max-width: 767px) {
  #topbar .container {
    gap: 12px;
  }
}
#topbar-menu {
  display: flex;
  align-items: center;
  gap: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #topbar-menu {
    gap: 12px;
  }
}
@media (max-width: 400px) {
  #topbar-menu {
    display: none;
  }
}
#topbar-menu a {
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #topbar-menu a {
    font-size: 13px;
  }
}
#topbar-menu a:hover {
  color: #fe8a24 !important;
}
#masthead .container {
  gap: 77px;
}
@media (max-width: 1100px) {
  #masthead .container {
    gap: 50px;
  }
}
#masthead {
  border-bottom: 0.5px solid #b9b7b7;
}
#primary-menu, #mobile-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1100px) {
  #primary-menu,	#mobile-menu {
    gap: 15px;
  }
}
@media (max-width: 1023px) {
  #primary-menu,	#mobile-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
#primary-menu > li, #mobile-menu > li {
  padding-block: 30.7px;
}
@media (max-width: 1023px) {
  #primary-menu > li,	#mobile-menu > li {
    padding: 13px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
#primary-menu > li > a, #mobile-menu > li > a {
  color: #61676e;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
@media (max-width: 1023px) {
  #primary-menu > li > a,	#mobile-menu > li > a {
    font-size: 18px;
    line-height: 150%;
  }
}
#primary-menu > li > a:hover, #primary-menu > li.current-menu-item > a, #primary-menu > li.current-page-ancestor > a, #mobile-menu > li > a:hover, #mobile-menu > li.current-menu-item > a, #mobile-menu > li.current-page-ancestor > a {
  color: #166bfe;
}
.header-cta {
  margin-left: auto;
}
.header-cta-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .header-cta {
    display: none;
  }
  .header-cta-mobile {
    display: inline-flex;
    margin-top: 31px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
#primary-menu .has-submenu, #mobile-menu .has-submenu {
  position: relative;
}
#primary-menu .has-submenu > a, #primary-menu .has-submenu > .submenu-toggle, #mobile-menu .has-submenu > a, #mobile-menu .has-submenu > .submenu-toggle {
  display: inline-flex;
  align-items: center;
}
.submenu-toggle {
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-left: 6px;
  color: #61676e;
  line-height: 0;
}
@media (min-width: 1024px) {
  .submenu-toggle {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .submenu-toggle {
    padding: 0 4px;
    margin-left: 0;
    color: #166bfe;
    transition: transform 0.2s ease;
  }
  .submenu-toggle[aria-expanded="true"] {
    transform: rotate(180deg);
  }
}
.submenu-toggle svg {
  transition: transform 0.2s ease;
  transform-origin: center;
}
#primary-menu .has-submenu:hover .submenu-toggle svg, #mobile-menu .has-submenu:hover .submenu-toggle svg {
  transform: rotate(180deg);
}
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}
@media (max-width: 1023px) {
  .submenu {
    position: static;
    box-shadow: none;
    padding: 8px 0 0 16px;
    width: 100%;
  }
}
#primary-menu .has-submenu > a {
  position: relative;
}
#primary-menu .has-submenu:hover > a::before {
  content: "";
  position: absolute;
  bottom: -33px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fe8a24;
  z-index: 101;
}
@media (max-width: 1023px) {
  #primary-menu .has-submenu:hover > a::before {
    content: none;
  }
}
@media (max-width: 1023px) {
  #primary-menu li.has-submenu:has(.current-menu-item) > .submenu,	#mobile-menu li.has-submenu:has(.current-menu-item) > .submenu {
    display: block;
  }
}
.submenu li a {
  display: block;
  padding: 12px 20px;
  color: #61676e;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .submenu li a {
    font-size: 18px;
    white-space: normal;
  }
}
.submenu li:hover {
  background-color: #f2f2f2;
}
.submenu li.current-menu-item > a {
  color: #166bfe;
}
.has-submenu:hover .submenu, .has-submenu .submenu.is-open {
  display: block;
}
#header-search {
  display: none;
  margin-bottom: 33px;
}
@media (max-width: 1023px) {
  #header-search {
    margin-top: 10px;
  }
}
#header-search.is-open {
  display: block;
}
.search-inner {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #b9b7b7;
  background: #fff;
  padding: 12px 12px 12px 23px;
}
#header-search-input, .search-inner input[type="search"] {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 16px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  color: #61676e;
}
#header-search-input::placeholder, .search-inner input[type="search"]::placeholder {
  color: #b9b7b7;
}
@media (max-width: 1023px) {
  #header-search-input,	.search-inner input[type="search"] {
    font-size: 18px;
  }
}
.search-submit {
  border-radius: 0;
  flex-shrink: 0;
}
.search-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 0 0 16px;
  flex-shrink: 0;
  color: #61676e;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1023px) {
  .search-close {
    color: #166bfe;
  }
}
@media (max-width: 530px) {
  .search-inner {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .search-close {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 0;
  }
  .mobile-search-box .search-inner {
    flex-direction: row;
    align-items: center;
    position: static;
  }
}
.logo-mobile {
  display: none;
  height: 46px;
  width: auto;
}
.logo-desktop {
  width: auto;
}
@media (max-width: 1023px) {
  .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: block;
  }
}
#menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
  margin-left: auto;
  padding: 0;
}
@media (max-width: 1023px) {
  #menu-toggle {
    display: flex;
  }
}
#menu-toggle .menu-icon-close {
  display: none;
}
#menu-toggle.is-open .menu-icon-hamburger {
  display: none;
}
#menu-toggle.is-open .menu-icon-close {
  display: block;
}
#masthead {
  position: relative;
}
#site-navigation {
  display: block;
}
@media (max-width: 1023px) {
  #site-navigation {
    display: none;
  }
}
#mobile-nav {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #fff;
  padding: 16px 23px 69px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
}
#mobile-nav.is-open {
  display: block;
}
.mobile-search-box {
  margin-bottom: 8px;
}
.mobile-search-box .search-inner {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mobile-search-submit {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
}
#topbar-search {
  display: flex;
  align-items: center;
}
#topbar-search svg path {
  transition: fill 0.2s ease;
}
#topbar-search:hover svg path {
  fill: #fe8a24;
}
.section-padding {
  padding-top: 85px;
  padding-bottom: 65px;
}
.section-tag {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.section-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  max-width: 950px;
  margin-inline: auto;
}
.section-header h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .section-header h2 {
    text-align: center;
  }
}
.section-header p:not(.section-tag) {
  color: #61676e;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-header p:not(.section-tag) {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-header p:not(.section-tag) {
    font-size: 18px;
  }
}
.section-header.mw-unset {
  max-width: none;
  margin-inline: 0;
}
.section-404 .interior-content h1 {
  text-align: center;
}
.section-404 p a {
  color: #ffffff;
  text-decoration: underline;
}
.section-404 p a:hover {
  color: #fe8a24;
}
.section-404-circle {
  position: absolute;
  width: 643px;
  height: 643px;
  left: calc(50% + 675px);
  top: 80%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 4px solid #fe8a24;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section-404-circle {
    width: 300px;
    height: 300px;
    left: calc(50% + 400px);
  }
}
@media (max-width: 767px) {
  .section-404-circle {
    width: 250px;
    height: 250px;
    left: calc(50% + 300px);
  }
}
@media (max-width: 479px) {
  .section-404-circle {
    top: 90%;
    left: calc(50% + 200px);
  }
}
.section-404-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100vw;
  height: 4px;
  background: #fe8a24;
  transform: translateY(-50%);
}
.page-template-page-about-us .section-hero-pad {
  background-color: #f2f2f2;
}
.awards-slider .slick-slide, .awards-slider .slick-slide > div {
  height: 171px;
}
.awards-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .awards-slide {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .awards-slide {
    padding: 0 47px;
  }
}
.section-awards .awards-slider::before, .section-awards .awards-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.section-awards .awards-slider::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.section-awards .awards-slider::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}
.cu-col-left-inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 1024px) {
  .cu-col-left-inner {
    padding-left: max(23px, calc((100vw - 1445px) / 2));
    padding-right: 80px;
  }
}
.cu-form-input.is-invalid {
  border-color: #dc2626;
}
.cu-form-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  border-radius: 3px;
  border: 1px solid #969494;
  background: #fff;
  cursor: pointer;
  position: relative;
}
.cu-form-checkbox:checked {
  background-color: #166bfe;
  border-color: #166bfe;
}
.cu-form-checkbox:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.cu-form-checkbox.is-invalid {
  border-color: #dc2626;
}
.cs-img-link {
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.cs-img-link img {
  transition: transform 0.4s ease;
}
.cs-img-link:hover img {
  transform: scale(1.07);
}
.cs-img-link--fit img {
  transform: scale(0.93);
}
.cs-img-link--fit:hover img {
  transform: scale(1);
}
.cs-dots .slick-dots {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}
.cs-dots .slick-dots li button {
  display: none;
}
.cs-dot {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #edebeb;
}
.cs-dots .slick-dots li.slick-active .cs-dot {
  background-color: #030303;
}
.default-template-wrap {
  max-width: 1083px !important;
}
.default-template-header {
  padding-top: 86px;
  padding-bottom: 50px;
}
.default-template-meta, .default-template-title {
  max-width: none;
  margin-inline: 0;
}
.default-template-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  color: #61676e;
  margin-bottom: 50px;
}
.default-template-title {
  text-align: left;
  line-height: 1.3;
}
.default-template-content * {
  margin-top: 0;
  margin-bottom: 0;
}
.default-template-content h2 + p, .default-template-content h3 + p, .default-template-content h4 + p {
  margin-top: 30px;
}
.default-template-content p + h2, .default-template-content p + h3, .default-template-content p + h4 {
  margin-top: 50px;
}
.default-template-content p + ul, .default-template-content p + ol {
  margin-top: 30px;
}
.default-template-content ul + p, .default-template-content ol + p {
  margin-top: 30px;
}
.default-template-content p + p {
  margin-top: 30px;
}
.default-template-content p:empty, .default-template-content p:has(> br:only-child) {
  min-height: 1.5em;
}
.default-template-content li + li {
  margin-top: 23px;
}
.default-template-content ul {
  list-style-type: disc;
  padding-left: 97px;
}
@media (max-width: 1200px) {
  .default-template-content ul {
    padding-left: 82px;
  }
}
@media (max-width: 991px) {
  .default-template-content ul {
    padding-left: 65px;
  }
}
@media (max-width: 767px) {
  .default-template-content ul {
    padding-left: 45px;
  }
}
.default-template-content ol {
  list-style-type: decimal;
  padding-left: 93px;
}
@media (max-width: 1200px) {
  .default-template-content ol {
    padding-left: 78px;
  }
}
@media (max-width: 991px) {
  .default-template-content ol {
    padding-left: 61px;
  }
}
@media (max-width: 767px) {
  .default-template-content ol {
    padding-left: 41px;
  }
}
.default-template-content li {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  color: #61676e;
}
.default-template-content p {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  color: #61676e;
}
@media (min-width: 768px) and (max-width: 991px) {
  .default-template-content p,	.default-template-content li,	.default-template-content a,	.interior-content p,	.interior-content a {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .default-template-content p,	.default-template-content li,	.default-template-content a,	.interior-content p,	.interior-content a {
    font-size: 18px;
    line-height: 1.5;
  }
}
.default-template-content a {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  color: #166bfe;
  text-decoration: none;
  transition: text-decoration 0.2s ease;
}
.default-template-content a:hover {
  text-decoration: underline;
}
.default-template-image {
  margin-bottom: 50px;
}
.default-template-content {
  padding-bottom: 138px;
}
.default-template-body {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .default-template-body {
    padding-bottom: 120px;
  }
}
.em-item-label::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #fe8a24;
  transition: width 0.35s ease;
}
@media (max-width: 767px) {
  .em-item-label::before {
    top: -16px;
  }
}
.em-item:hover .em-item-label::before {
  width: calc(100% - 29px);
}
.section-hero-careers .hc-vector-wrap {
  left: calc(1 / 2 * 90%);
}
@media (max-width: 767px) {
  .section-hero-careers .hc-vector-wrap svg {
    height: 300px;
    overflow: hidden;
  }
}
.section-hero-careers h1 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(38px, 4vw + 20px, 65px);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -1.95px;
  max-width: 1071px;
}
#hero-home h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -1.8px;
}
@media (max-width: 767px) {
  #hero-home h1 {
    font-size: 45px;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1.35px;
  }
}
#hero-home p {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  #hero-home p {
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
  }
}
.hero-img-wrap {
  height: 100%;
  width: 100%;
  right: clamp(-615px, calc(-544px - (100vw - 1600px) * 0.08875), -544px);
  left: unset;
  bottom: clamp(-57px, calc(-57px + (100vw - 1600px) * 0.0375), -27px);
  z-index: 0;
}
@media (max-width: 1199px) {
  .hero-img-wrap {
    right: -500px;
    bottom: -77px;
  }
}
@media (max-width: 1149px) {
  .hero-img-wrap {
    right: -300px;
    bottom: -250px;
  }
}
.hero-pad-left {
  padding-left: max(23px, calc(50vw - 722.5px));
}
@media (max-width: 767px) {
  .hero-pad-left {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1600px) {
  .hero-pad-left {
    padding-left: 77.5px;
  }
}
.section-industry-solutions:not(.is-light) .section-header h2 {
  color: #fff;
}
.section-industry-solutions:not(.is-light) .section-header p:not(.section-tag) {
  color: rgb(255 255 255 / 0.8);
}
.is-card-content {
  grid-template-columns: 44% 1fr;
}
@media (min-width: 768px) and (max-width: 991px) {
  .is-card-content {
    grid-template-columns: 1fr;
  }
  .is-card-left {
    padding-right: 0;
  }
  .is-card-text {
    padding-top: 0;
  }
}
@media (max-width: 767px) and (min-width: 670px) {
  .is-card-content {
    grid-template-columns: 44% 1fr;
  }
}
@media (max-width: 669px) {
  .is-card-content {
    grid-template-columns: 1fr;
  }
  .is-card-left {
    padding-right: 0;
  }
  .is-card-text {
    padding-top: 0;
  }
}
.is-card {
  position: relative;
  isolation: isolate;
}
.is-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  box-shadow: none;
  transition: transform 0.3s ease,	box-shadow 0.3s ease;
  transform-origin: center;
  z-index: 0;
}
.section-industry-solutions:not(.is-light) .is-card:hover::before {
  transform: scale(1.025);
  box-shadow: 0 0 15.3px 0 #082d6c;
}
.section-industry-solutions.is-light .is-card:hover::before {
  transform: scale(1.025);
  box-shadow: 0 0 15.3px 0 rgba(3, 3, 3, 0.06);
}
.is-card-content {
  position: relative;
  z-index: 1;
}
.is-card-link {
  transition: padding-right 0.2s ease;
}
.is-card:hover .is-card-link {
  padding-right: 15px;
}
.is-card-link svg {
  color: #61676e;
  transition: color 0.2s ease;
}
.is-card:hover .is-card-link svg {
  color: #fe8a24;
}
.section-insights-archive .section-header h1 {
  font-size: inherit;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  color: #166bfe;
}
.insights-filter-label {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  color: #030303;
  line-height: 150%;
}
.insights-filter {
  width: 100%;
  appearance: none;
  background-color: #fff;
  border: none;
  padding: 14px 44px 14px 18px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #61676e;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M6.41699 10.2608L6.41699 -3.60619e-07L8.25033 -2.80481e-07L8.25032 10.2608L13.3837 5.54126L14.667 6.74222L7.33366 13.4844L0.000324908 6.74222L1.28366 5.54126L6.41699 10.2608Z' fill='%23030303'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px top calc(50% + 2px);
}
.insights-filter option::hover {
  background-color: red !important;
}
.insights-filter option:checked {
  font-weight: 700;
}
.insights-filter {
  transition: box-shadow 0.3s ease,	background-position 0.2s ease;
}
.insights-filter:hover {
  box-shadow: 0 0 15.3px 0 rgba(3, 3, 3, 0.06);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M6.41699 10.2608L6.41699 -3.60619e-07L8.25033 -2.80481e-07L8.25032 10.2608L13.3837 5.54126L14.667 6.74222L7.33366 13.4844L0.000324908 6.74222L1.28366 5.54126L6.41699 10.2608Z' fill='%23FE8A24'/%3E%3C/svg%3E");
  background-position: right 18px top calc(50% + 6px);
}
.insights-filter:focus, .insights-filter:active, .insights-filter:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}
.insight-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #166bfe;
}
.insights-overlay {
  position: absolute;
  inset: 0;
  background: rgba(242, 242, 242, 0.82);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.insights-overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.insights-spinner {
  width: 48px;
  height: 48px;
  border: 3px solid #166bfe;
  border-top-color: #082d6c;
  border-radius: 50%;
  animation: ins-spin 0.7s linear infinite;
}
@keyframes ins-spin {
  to {
    transform: rotate(360deg);
  }
}
.ins-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ins-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  text-decoration: none;
  color: #030303;
  background: #fff;
  border: none;
  cursor: pointer;
  transition: color 0.2s ease,	box-shadow 0.3s ease;
}
.ins-page-btn:hover {
  color: #166bfe;
  box-shadow: 0 0 15.3px 0 rgba(3, 3, 3, 0.06);
}
.ins-page-btn.ins-page-current {
  background: #166bfe;
  color: #fff;
  cursor: default;
}
.ins-page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  color: #61676e;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 500;
}
.section-logos .logos-slider::before, .section-logos .logos-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.section-logos .logos-slider::before {
  left: 0;
  background: linear-gradient(to right, #fff 0%, transparent 100%);
}
.section-logos .logos-slider::after {
  right: 0;
  background: linear-gradient(to left, #fff 0%, transparent 100%);
}
@media (min-width: 768px) {
  .section-overview-image .oi-image::before,	.section-overview-image .oi-image::after {
    content: "";
    position: absolute;
    background: #fe8a24;
  }
  .section-overview-image .oi-image::before {
    right: -20px;
    bottom: -16px;
    width: 4px;
    height: 75%;
  }
  .section-overview-image .oi-image::after {
    right: -20px;
    bottom: -16px;
    width: 60%;
    height: 4px;
  }
}
.ov-testimonial::before, .ov-testimonial::after {
  content: "";
  position: absolute;
  background: #fe8a24;
  display: none;
}
@media (min-width: 768px) {
  .ov-testimonial::before,	.ov-testimonial::after {
    display: block;
  }
}
.ov-testimonial::before {
  left: -20px;
  bottom: -16px;
  top: auto;
  width: 4px;
  height: 76.6%;
}
.ov-testimonial::after {
  left: -20px;
  bottom: -16px;
  width: calc(80.9% + 20px);
  height: 4px;
}
.partner-overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.partner-card:hover .partner-overlay {
  opacity: 1;
}
.pe-card-image {
  aspect-ratio: 268 / 301;
}
.pa-card {
  flex: 0 0 calc((100% - 10px) / 3);
}
@media (max-width: 991px) {
  .pa-card {
    flex: 0 0 calc(50% - 2.5px);
  }
}
@media (max-width: 600px) {
  .pa-card {
    flex: 0 0 100%;
  }
}
.pa-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 25%;
  min-height: 160px;
  background: rgba(3, 3, 3, 0.36);
  z-index: 1;
  pointer-events: none;
  transition: all 0.4s ease;
}
@media (max-width: 1100px) {
  .pa-card-overlay {
    min-height: 110px;
  }
}
@media (min-width: 768px) {
  .pa-card-content {
    position: absolute;
    top: 74px;
    left: 24px;
    right: 24px;
    bottom: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .pa-card-content {
    top: 45px;
  }
}
@media (min-width: 1400px) {
  .pa-card-content {
    bottom: 80px;
    gap: 65px;
  }
}
@media (max-width: 767px) {
  .pa-card-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 40px 24px;
    flex: 1;
  }
}
.pa-card-body {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.pa-card-body p {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 767px) {
  .pa-card-body p {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1325px) {
  .pa-card-body p {
    font-size: 15px;
  }
}
.pa-card-link svg {
  transition: transform 0.2s ease;
}
.pa-card-link:hover svg {
  transform: translateX(5px);
}
.pa-card img {
  transition: transform 0.4s ease;
}
@media (hover: hover) {
  .pa-card:hover img {
    transform: scale(1.07);
  }
}
@media (hover: hover) {
  .pa-card:hover .pa-card-overlay {
    height: 100%;
    background: rgba(3, 3, 3, 0.46);
  }
  .pa-card:hover .pa-card-body {
    opacity: 1;
    transition-delay: 0.2s;
  }
}
@media (hover: none) {
  .pa-card {
    cursor: pointer;
  }
  .pa-card.is-active .pa-card-overlay {
    height: 100%;
  }
  .pa-card.is-active .pa-card-body {
    opacity: 1;
    transition-delay: 0.2s;
  }
}
.scenarios-slider-wrap {
  margin-left: 23px;
}
@media (min-width: 1445px) and (max-width: 1490px) {
  .scenarios-slider-wrap {
    margin-left: calc((100vw - 1445px) / 2 + 23px);
  }
}
@media (min-width: 1491px) {
  .scenarios-slider-wrap {
    margin-left: calc((100vw - 1445px) / 2);
  }
}
#scenarios-prev svg path, #scenarios-next svg path {
  transition: transform 0.2s ease,	fill 0.2s ease;
}
#scenarios-prev:hover svg path {
  transform: translateX(-4px);
  fill: #fe8a24;
}
#scenarios-next:hover svg path {
  transform: translateX(4px);
  fill: #fe8a24;
}
body.search-results #topbar-search {
  visibility: hidden;
}
@media (max-width: 550px) {
  .section-search-results .search-inner {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .section-search-results .search-inner svg {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }
  .section-search-results input[type="search"] {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    width: 100%;
    padding: 0;
  }
  .section-search-results .search-submit {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
  }
}
.search-results-count {
  margin-top: 16px;
  font-size: 17px;
  font-weight: 500;
  color: #61676e;
}
.search-results-wrap {
  max-width: 1082px !important;
}
.search-results-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.search-result-item:first-child {
  padding-top: 55px;
}
.search-result-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0;
  border-bottom: 0.5px solid #b9b7b7;
}
.search-result-item:last-child {
  border-bottom: none;
}
.search-result-title {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  color: #030303;
  text-decoration: none;
}
.search-result-title:hover {
  color: #166bfe;
}
.search-result-excerpt {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #61676e;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .search-result-excerpt {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .search-result-excerpt {
    font-size: 18px;
  }
}
.section-services a {
  color: #166bfe;
  text-decoration: none;
}
.section-services a:hover {
  text-decoration: underline;
}
.story-timeline-list {
  position: relative;
}
.story-timeline-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 72px;
  width: 4px;
  background-color: #fe8a24;
}
.section-testimonial .container-sm {
  max-width: 1170px;
}
.tm-track {
  display: grid;
}
.tm-slide {
  grid-area: 1 / 1;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.tm-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.tm-circle {
  display: none;
}
@media (min-width: 768px) {
  .tm-circle {
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #fe8a24;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
  }
}
.tm-box {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .tm-box {
    min-height: 380px;
  }
}
.tm-box::before, .tm-box::after {
  content: "";
  position: absolute;
  background: #fe8a24;
}
.tm-box::before {
  right: -20px;
  bottom: -16px;
  width: 4px;
  height: 76.6%;
}
.tm-box::after {
  right: -20px;
  bottom: -16px;
  width: var(--tm-line-w, 0px);
  height: 4px;
}
.tm-dot {
  display: block;
  width: 14px;
  height: 14px;
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.tm-dot-inner {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #a0c2fd;
  transition: background-color 0.2s;
}
.tm-dot.is-active .tm-dot-inner {
  background-color: #030303;
}
#tm-prev svg path, #tm-next svg path {
  transition: transform 0.2s ease,	fill 0.2s ease;
}
#tm-prev:hover svg path {
  transform: translateX(-4px);
  fill: #fe8a24;
}
#tm-next:hover svg path {
  transform: translateX(4px);
  fill: #fe8a24;
}
.ts-slider-wrap {
  margin-left: 23px;
}
@media (min-width: 1445px) and (max-width: 1490px) {
  .ts-slider-wrap {
    margin-left: calc((100vw - 1445px) / 2 + 23px);
  }
}
@media (min-width: 1491px) {
  .ts-slider-wrap {
    margin-left: calc((100vw - 1455px) / 2);
  }
}
.ts-circle {
  position: absolute;
  border-radius: 50%;
  border: 4px solid #fe8a24;
  background: transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  pointer-events: none;
  display: none;
}
@media (min-width: 768px) {
  .ts-circle {
    display: block;
  }
}
@media (max-width: 767px) {
  .ts-dots-wrap {
    justify-content: center;
    width: 100%;
  }
}
.ts-dot {
  display: block;
  width: 14px;
  height: 14px;
  border: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
}
.ts-dot-inner {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: background-color 0.2s;
}
.ts-dot.is-active .ts-dot-inner {
  background-color: #fe8a24;
}
#ts-prev svg path, #ts-next svg path {
  transition: transform 0.2s ease,	fill 0.2s ease;
}
#ts-prev:hover svg path {
  transform: translateX(-4px);
  fill: #fe8a24;
}
#ts-next svg path {
  transform: translateX(4px);
}
#ts-next:hover svg path {
  transform: translateX(4px);
  fill: #fe8a24;
}
.testimonial-title {
  font-size: 24px !important;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.72px;
  margin: 0;
  color: #030303;
}
@media (min-width: 768px) {
  .testimonial-title {
    font-size: 30px !important;
    letter-spacing: -0.9px;
  }
}
@media (min-width: 1024px) {
  .testimonial-title {
    font-size: 30px !important;
    letter-spacing: -0.9px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-y-0 {
  inset-block: calc(var(--spacing) * 0);
}
.start {
  inset-inline-start: var(--spacing);
}
.end {
  inset-inline-end: var(--spacing);
}
.-top-\[30px\] {
  top: calc(30px * -1);
}
.top-\[20px\] {
  top: 20px;
}
.-bottom-\[30px\] {
  bottom: calc(30px * -1);
}
.left-1\/2 {
  left: calc(1 / 2 * 100%);
}
.left-\[30px\] {
  left: 30px;
}
.left-\[72px\] {
  left: 72px;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.order-first {
  order: -9999;
}
.col-span-full {
  grid-column: 1 / -1;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.container {
  width: 100%;
  max-width: 1445px;
  margin-inline: auto;
}
.container-sm {
  width: 100%;
  max-width: 1281px;
  margin-inline: auto;
}
.mx-auto {
  margin-inline: auto;
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *,figure img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure a) {
  vertical-align: bottom;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.-mt-\[5px\] {
  margin-top: calc(5px * -1);
}
.-mt-\[8px\] {
  margin-top: calc(8px * -1);
}
.mt-0\.5 {
  margin-top: calc(var(--spacing) * 0.5);
}
.mt-1 {
  margin-top: calc(var(--spacing) * 1);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[11px\] {
  margin-top: 11px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[19px\] {
  margin-top: 19px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[23px\] {
  margin-top: 23px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[29px\] {
  margin-top: 29px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mt-\[37px\] {
  margin-top: 37px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[41px\] {
  margin-top: 41px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[65px\] {
  margin-top: 65px;
}
.mt-auto {
  margin-top: auto;
}
.mr-0\.5 {
  margin-right: calc(var(--spacing) * 0.5);
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[17px\] {
  margin-bottom: 17px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[19px\] {
  margin-bottom: 19px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[55px\] {
  margin-bottom: 55px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.ml-4 {
  margin-left: calc(var(--spacing) * 4);
}
.\!flex {
  display: flex !important;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[689\/359\] {
  aspect-ratio: 689/359;
}
.aspect-\[1200\/627\] {
  aspect-ratio: 1200/627;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-\[4px\] {
  height: 4px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[99px\] {
  height: 99px;
}
.h-\[125px\] {
  height: 125px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[271px\] {
  height: 271px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[171px\] {
  max-height: 171px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.w-1 {
  width: calc(var(--spacing) * 1);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-\[4px\] {
  width: 4px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[85vw\] {
  width: 85vw;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[calc\(25\%-3px\)\] {
  width: calc(25% - 3px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-\[70px\] {
  max-width: 70px;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[355px\] {
  max-width: 355px;
}
.max-w-\[442px\] {
  max-width: 442px;
}
.max-w-\[491px\] {
  max-width: 491px;
}
.max-w-\[493px\] {
  max-width: 493px;
}
.max-w-\[610px\] {
  max-width: 610px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[718px\] {
  max-width: 718px;
}
.max-w-\[856px\] {
  max-width: 856px;
}
.max-w-\[950px\] {
  max-width: 950px;
}
.max-w-\[1082px\] {
  max-width: 1082px;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.max-w-xl {
  max-width: var(--container-xl);
}
.min-w-0 {
  min-width: calc(var(--spacing) * 0);
}
.flex-1 {
  flex: 1;
}
.flex-\[0_0_40\%\] {
  flex: 0 0 40%;
}
.flex-\[0_0_60\%\] {
  flex: 0 0 60%;
}
.flex-\[0_0_100\%\] {
  flex: 0 0 100%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-0\.5 {
  --tw-translate-x: calc(var(--spacing) * -0.5);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.animate-spin {
  animation: var(--animate-spin);
}
.cursor-grab {
  cursor: grab;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.resize-none {
  resize: none;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[1fr_calc\(50\%\+96\.5px\)\] {
  grid-template-columns: 1fr calc(50% + 96.5px);
}
.grid-cols-\[calc\(50\%\+96\.5px\)_1fr\] {
  grid-template-columns: calc(50% + 96.5px) 1fr;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-0 {
  gap: calc(var(--spacing) * 0);
}
.gap-0\.5 {
  gap: calc(var(--spacing) * 0.5);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-7 {
  gap: calc(var(--spacing) * 7);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[17px\] {
  gap: 17px;
}
.gap-\[19px\] {
  gap: 19px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[26px\] {
  gap: 26px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[33px\] {
  gap: 33px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[43px\] {
  gap: 43px;
}
.gap-\[47px\] {
  gap: 47px;
}
.gap-\[58px\] {
  gap: 58px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[63px\] {
  gap: 63px;
}
.gap-\[107px\] {
  gap: 107px;
}
.gap-x-\[72px\] {
  column-gap: 72px;
}
.gap-x-\[90px\] {
  column-gap: 90px;
}
.gap-x-\[110px\] {
  column-gap: 110px;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.gap-y-\[31px\] {
  row-gap: 31px;
}
:where(.divide-y > :not(:last-child)) {
  --tw-divide-y-reverse: 0;
  border-bottom-style: var(--tw-border-style);
  border-top-style: var(--tw-border-style);
  border-top-width: calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
:where(.divide-\[\#E5E7EB\] > :not(:last-child)) {
  border-color: #E5E7EB;
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-\[4px\] {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b-\[4px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 4px;
}
.border-l-\[4px\] {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-\[\#FE8A24\] {
  border-color: #FE8A24;
}
.border-white {
  border-color: var(--color-white);
}
.bg-\[\#082D6C\] {
  background-color: #082D6C;
}
.bg-\[\#166BFE\] {
  background-color: #166BFE;
}
.bg-\[\#030303\] {
  background-color: #030303;
}
.bg-\[\#F2F2F2\] {
  background-color: #F2F2F2;
}
.bg-\[\#F5F4F2\] {
  background-color: #F5F4F2;
}
.bg-\[\#FE8A24\] {
  background-color: #FE8A24;
}
.bg-\[rgba\(8\,45\,108\,0\.40\)\] {
  background-color: rgba(8,45,108,0.40);
}
.bg-background-dark {
  background-color: var(--color-background-dark);
}
.bg-gray-200 {
  background-color: var(--color-gray-200);
}
.bg-neutral-50 {
  background-color: var(--color-neutral-50);
}
.bg-primary {
  background-color: var(--color-primary);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-\[\#082D6C\] {
  --tw-gradient-from: #082D6C;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#166BFE\] {
  --tw-gradient-to: #166BFE;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.p-0 {
  padding: calc(var(--spacing) * 0);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[50px\] {
  padding: 50px;
}
.p-\[60px\] {
  padding: 60px;
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[25px\] {
  padding-inline: 25px;
}
.px-\[28px\] {
  padding-inline: 28px;
}
.px-\[30px\] {
  padding-inline: 30px;
}
.px-\[40px\] {
  padding-inline: 40px;
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-10 {
  padding-block: calc(var(--spacing) * 10);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-\[12px\] {
  padding-block: 12px;
}
.py-\[15px\] {
  padding-block: 15px;
}
.py-\[24px\] {
  padding-block: 24px;
}
.py-\[30px\] {
  padding-block: 30px;
}
.py-\[50px\] {
  padding-block: 50px;
}
.py-\[60px\] {
  padding-block: 60px;
}
.pt-0 {
  padding-top: calc(var(--spacing) * 0);
}
.pt-0\.5 {
  padding-top: calc(var(--spacing) * 0.5);
}
.pt-\[13px\] {
  padding-top: 13px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[28px\] {
  padding-top: 28px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[43px\] {
  padding-top: 43px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[65px\] {
  padding-top: 65px;
}
.pt-\[67px\] {
  padding-top: 67px;
}
.pt-\[69px\] {
  padding-top: 69px;
}
.pt-\[75px\] {
  padding-top: 75px;
}
.pt-\[79px\] {
  padding-top: 79px;
}
.pt-\[85px\] {
  padding-top: 85px;
}
.pt-\[88px\] {
  padding-top: 88px;
}
.pt-\[96px\] {
  padding-top: 96px;
}
.pt-\[115px\] {
  padding-top: 115px;
}
.pr-10 {
  padding-right: calc(var(--spacing) * 10);
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pr-\[30px\] {
  padding-right: 30px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pr-\[50px\] {
  padding-right: 50px;
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[35px\] {
  padding-bottom: 35px;
}
.pb-\[38px\] {
  padding-bottom: 38px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[58px\] {
  padding-bottom: 58px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[65px\] {
  padding-bottom: 65px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[130px\] {
  padding-bottom: 130px;
}
.pb-\[135px\] {
  padding-bottom: 135px;
}
.pb-\[138px\] {
  padding-bottom: 138px;
}
.pb-\[139px\] {
  padding-bottom: 139px;
}
.pb-\[140px\] {
  padding-bottom: 140px;
}
.pb-\[200px\] {
  padding-bottom: 200px;
}
.pl-\[23px\] {
  padding-left: 23px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[55px\] {
  padding-left: 55px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.align-bottom {
  vertical-align: bottom;
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[44px\] {
  font-size: 44px;
}
.text-\[56px\] {
  font-size: 56px;
}
.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.leading-\[1\.3\] {
  --tw-leading: 1.3;
  line-height: 1.3;
}
.leading-\[1\.5\] {
  --tw-leading: 1.5;
  line-height: 1.5;
}
.leading-\[1\.6\] {
  --tw-leading: 1.6;
  line-height: 1.6;
}
.leading-\[1\.35\] {
  --tw-leading: 1.35;
  line-height: 1.35;
}
.leading-\[1\.45\] {
  --tw-leading: 1.45;
  line-height: 1.45;
}
.leading-\[150\%\] {
  --tw-leading: 150%;
  line-height: 150%;
}
.leading-\[180\%\] {
  --tw-leading: 180%;
  line-height: 180%;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-normal {
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[0\.5px\] {
  --tw-tracking: 0.5px;
  letter-spacing: 0.5px;
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.\!text-white {
  color: var(--color-white) !important;
}
.text-\[\#082D6C\] {
  color: #082D6C;
}
.text-\[\#166BFE\] {
  color: #166BFE;
}
.text-\[\#030303\] {
  color: #030303;
}
.text-\[\#61676E\] {
  color: #61676E;
}
.text-\[\#F2F2F2\] {
  color: #F2F2F2;
}
.text-\[\#FE8A24\] {
  color: #FE8A24;
}
.text-black {
  color: var(--color-black);
}
.text-neutral-600 {
  color: var(--color-neutral-600);
}
.text-red-600 {
  color: var(--color-red-600);
}
.text-white {
  color: var(--color-white);
}
.text-white\/80 {
  color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .text-white\/80 {
    color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.capitalize {
  text-transform: capitalize;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-\[3px\] {
  text-underline-offset: 3px;
}
.shadow-\[0_0_15\.3px_0_\#082D6C\] {
  --tw-shadow: 0 0 15.3px 0 var(--tw-shadow-color, #082D6C);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-500 {
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.bg-gradient-primary {
  background: linear-gradient(180deg, #082d6c 10.04%, #166bfe 90.35%);
}
@media (hover: hover) {
  .group-hover\:translate-x-1:is(:where(.group):hover *) {
    --tw-translate-x: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:translate-x-\[6px\]:is(:where(.group):hover *) {
    --tw-translate-x: 6px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:translate-x-\[10px\]:is(:where(.group):hover *) {
    --tw-translate-x: 10px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:text-\[\#166BFE\]:is(:where(.group):hover *) {
    color: #166BFE;
  }
}
@media (hover: hover) {
  .group-hover\:text-\[\#FE8A24\]:is(:where(.group):hover *) {
    color: #FE8A24;
  }
}
.first\:pt-0:first-child {
  padding-top: calc(var(--spacing) * 0);
}
.last\:pb-0:last-child {
  padding-bottom: calc(var(--spacing) * 0);
}
@media (hover: hover) {
  .hover\:bg-\[\#082D6C\]:hover {
    background-color: #082D6C;
  }
}
@media (hover: hover) {
  .hover\:text-\[\#166BFE\]:hover {
    color: #166BFE;
  }
}
@media (hover: hover) {
  .hover\:text-\[\#FE8A24\]:hover {
    color: #FE8A24;
  }
}
@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .hover\:shadow-\[0_0_15\.3px_0_rgba\(3\,3\,3\,0\.06\)\]:hover {
    --tw-shadow: 0 0 15.3px 0 var(--tw-shadow-color, rgba(3,3,3,0.06));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (hover: hover) {
  .hover\:shadow-\[0_0_20\.2px_0_\#0B3A8B\]:hover {
    --tw-shadow: 0 0 20.2px 0 var(--tw-shadow-color, #0B3A8B);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (hover: hover) {
  .hover\:shadow-\[0_0_20px_0_rgba\(0\,0\,0\,0\.10\)\]:hover {
    --tw-shadow: 0 0 20px 0 var(--tw-shadow-color, rgba(0,0,0,0.10));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (hover: hover) {
  .hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-2:focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus\:ring-\[\#166BFE\]\/30:focus {
  --tw-ring-color: color-mix(in oklab, #166BFE 30%, transparent);
}
.focus\:ring-\[\#166BFE\]\/50:focus {
  --tw-ring-color: color-mix(in oklab, #166BFE 50%, transparent);
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
.active\:cursor-grabbing:active {
  cursor: grabbing;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-80:disabled {
  opacity: 80%;
}
@media (width < 1279px) {
  .max-\[1279px\]\:w-\[calc\(33\.33\%-2\.67px\)\] {
    width: calc(33.33% - 2.67px);
  }
}
@media (width < 1023px) {
  .max-\[1023px\]\:pt-\[17px\] {
    padding-top: 17px;
  }
}
@media (width < 1023px) {
  .max-\[1023px\]\:pb-\[10px\] {
    padding-bottom: 10px;
  }
}
@media (width < 991px) {
  .max-\[991px\]\:w-\[calc\(50\%-2px\)\] {
    width: calc(50% - 2px);
  }
}
@media (width < 991px) {
  .max-\[991px\]\:gap-x-\[50px\] {
    column-gap: 50px;
  }
}
@media (width < 991px) {
  .max-\[991px\]\:gap-y-\[24px\] {
    row-gap: 24px;
  }
}
@media (width < 600px) {
  .max-\[600px\]\:min-h-\[calc\(100vw-46px\)\] {
    min-height: calc(100vw - 46px);
  }
}
@media (width < 600px) {
  .max-\[600px\]\:max-w-\[525px\] {
    max-width: 525px;
  }
}
@media (width < 575px) {
  .max-\[575px\]\:w-full {
    width: 100%;
  }
}
@media (width < 400px) {
  .max-\[400px\]\:px-\[20px\] {
    padding-inline: 20px;
  }
}
@media (width < 48rem) {
  .max-md\:static {
    position: static;
  }
}
@media (width < 48rem) {
  .max-md\:block {
    display: block;
  }
}
@media (width < 48rem) {
  .max-md\:flex {
    display: flex;
  }
}
@media (width < 48rem) {
  .max-md\:hidden {
    display: none;
  }
}
@media (width < 48rem) {
  .max-md\:h-1 {
    height: calc(var(--spacing) * 1);
  }
}
@media (width < 48rem) {
  .max-md\:h-\[180px\] {
    height: 180px;
  }
}
@media (width < 48rem) {
  .max-md\:min-h-\[300px\] {
    min-height: 300px;
  }
}
@media (width < 48rem) {
  .max-md\:w-full {
    width: 100%;
  }
}
@media (width < 48rem) {
  .max-md\:translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width < 48rem) {
  .max-md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (width < 48rem) {
  .max-md\:flex-col {
    flex-direction: column;
  }
}
@media (width < 48rem) {
  .max-md\:items-center {
    align-items: center;
  }
}
@media (width < 48rem) {
  .max-md\:justify-center {
    justify-content: center;
  }
}
@media (width < 48rem) {
  .max-md\:gap-\[30px\] {
    gap: 30px;
  }
}
@media (width < 48rem) {
  .max-md\:gap-\[40px\] {
    gap: 40px;
  }
}
@media (width < 48rem) {
  .max-md\:gap-x-0 {
    column-gap: calc(var(--spacing) * 0);
  }
}
@media (width < 48rem) {
  .max-md\:gap-y-\[20px\] {
    row-gap: 20px;
  }
}
@media (width < 48rem) {
  .max-md\:bg-none {
    background-image: none;
  }
}
@media (width < 48rem) {
  .max-md\:px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
}
@media (width < 48rem) {
  .max-md\:px-\[15px\] {
    padding-inline: 15px;
  }
}
@media (width < 48rem) {
  .max-md\:px-\[25px\] {
    padding-inline: 25px;
  }
}
@media (width < 48rem) {
  .max-md\:pt-\[20px\] {
    padding-top: 20px;
  }
}
@media (width < 48rem) {
  .max-md\:pt-\[50px\] {
    padding-top: 50px;
  }
}
@media (width < 48rem) {
  .max-md\:pt-\[85px\] {
    padding-top: 85px;
  }
}
@media (width < 48rem) {
  .max-md\:pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
}
@media (width < 48rem) {
  .max-md\:pb-\[20px\] {
    padding-bottom: 20px;
  }
}
@media (width < 48rem) {
  .max-md\:pb-\[65px\] {
    padding-bottom: 65px;
  }
}
@media (width < 48rem) {
  .max-md\:pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
}
@media (width < 48rem) {
  .max-md\:text-\[18px\] {
    font-size: 18px;
  }
}
@media (width < 48rem) {
  .max-md\:bg-gradient-primary {
    background: linear-gradient(180deg, #082d6c 10.04%, #166bfe 90.35%);
  }
}
@media (width >= 500px) {
  .min-\[500px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 991px) {
  .min-\[991px\]\:top-\[40px\] {
    top: 40px;
  }
}
@media (width >= 991px) {
  .min-\[991px\]\:left-\[19px\] {
    left: 19px;
  }
}
@media (width >= 991px) {
  .min-\[991px\]\:pr-\[62px\] {
    padding-right: 62px;
  }
}
@media (width >= 991px) {
  .min-\[991px\]\:pl-\[60px\] {
    padding-left: 60px;
  }
}
@media (width >= 992px) {
  .min-\[992px\]\:mb-\[56px\] {
    margin-bottom: 56px;
  }
}
@media (width >= 992px) {
  .min-\[992px\]\:pt-\[45px\] {
    padding-top: 45px;
  }
}
@media (width >= 992px) {
  .min-\[992px\]\:pb-\[160px\] {
    padding-bottom: 160px;
  }
}
@media (width >= 1400px) {
  .min-\[1400px\]\:left-\[47px\] {
    left: 47px;
  }
}
@media (width >= 1400px) {
  .min-\[1400px\]\:gap-\[167px\] {
    gap: 167px;
  }
}
@media (width >= 1400px) {
  .min-\[1400px\]\:pl-\[96px\] {
    padding-left: 96px;
  }
}
@media (width >= 1476px) {
  .min-\[1476px\]\:max-w-\[1446px\] {
    max-width: 1446px;
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:order-last {
    order: 9999;
  }
}
@media (width >= 48rem) {
  .md\:mr-\[100px\] {
    margin-right: 100px;
  }
}
@media (width >= 48rem) {
  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:aspect-auto {
    aspect-ratio: auto;
  }
}
@media (width >= 48rem) {
  .md\:aspect-square {
    aspect-ratio: 1 / 1;
  }
}
@media (width >= 48rem) {
  .md\:h-full {
    height: 100%;
  }
}
@media (width >= 48rem) {
  .md\:max-h-\[125px\] {
    max-height: 125px;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[125px\] {
    max-width: 125px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[515px\] {
    max-width: 515px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[552px\] {
    max-width: 552px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[557px\] {
    max-width: 557px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[560px\] {
    max-width: 560px;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:gap-\[8px\] {
    gap: 8px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[20px\] {
    gap: 20px;
  }
}
@media (width >= 48rem) {
  .md\:p-\[30px\] {
    padding: 30px;
  }
}
@media (width >= 48rem) {
  .md\:px-\[15px\] {
    padding-inline: 15px;
  }
}
@media (width >= 48rem) {
  .md\:px-\[35px\] {
    padding-inline: 35px;
  }
}
@media (width >= 48rem) {
  .md\:py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
}
@media (width >= 48rem) {
  .md\:py-\[3px\] {
    padding-block: 3px;
  }
}
@media (width >= 48rem) {
  .md\:pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
}
@media (width >= 48rem) {
  .md\:pt-\[20px\] {
    padding-top: 20px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[22px\] {
    padding-top: 22px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[25px\] {
    padding-top: 25px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[100px\] {
    padding-top: 100px;
  }
}
@media (width >= 48rem) {
  .md\:pr-\[15px\] {
    padding-right: 15px;
  }
}
@media (width >= 48rem) {
  .md\:pr-\[20px\] {
    padding-right: 20px;
  }
}
@media (width >= 48rem) {
  .md\:pr-\[40px\] {
    padding-right: 40px;
  }
}
@media (width >= 48rem) {
  .md\:pr-\[50px\] {
    padding-right: 50px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[20px\] {
    padding-bottom: 20px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[45px\] {
    padding-bottom: 45px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[65px\] {
    padding-bottom: 65px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[95px\] {
    padding-bottom: 95px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }
}
@media (width >= 48rem) {
  .md\:pl-\[50px\] {
    padding-left: 50px;
  }
}
@media (width >= 48rem) {
  .md\:text-left {
    text-align: left;
  }
}
@media (width >= 48rem) {
  .md\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-\[16px\] {
    font-size: 16px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[17px\] {
    font-size: 17px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[60px\] {
    font-size: 60px;
  }
}
@media (width >= 48rem) {
  @media (width < 1199px) {
    .md\:max-\[1199px\]\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@media (width >= 48rem) {
  @media (width < 1199px) {
    .md\:max-\[1199px\]\:gap-\[60px\] {
      gap: 60px;
    }
  }
}
@media (width >= 48rem) {
  @media (width < 64rem) {
    .md\:max-lg\:text-\[18px\] {
      font-size: 18px;
    }
  }
}
@media (width >= 64rem) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[46px\] {
    margin-top: 46px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[52px\] {
    margin-top: 52px;
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[146px\] {
    margin-top: 146px;
  }
}
@media (width >= 64rem) {
  .lg\:mb-\[81px\] {
    margin-bottom: 81px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[55px\] {
    height: 55px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[513px\] {
    height: 513px;
  }
}
@media (width >= 64rem) {
  .lg\:h-auto {
    height: auto;
  }
}
@media (width >= 64rem) {
  .lg\:min-h-\[380px\] {
    min-height: 380px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[523px\] {
    width: 523px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[900px\] {
    width: 900px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[1046px\] {
    width: 1046px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[85\%\] {
    max-width: 85%;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:gap-12 {
    gap: calc(var(--spacing) * 12);
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[11px\] {
    gap: 11px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[39px\] {
    gap: 39px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[60px\] {
    gap: 60px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[80px\] {
    gap: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[100px\] {
    gap: 100px;
  }
}
@media (width >= 64rem) {
  .lg\:p-\[40px\] {
    padding: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:p-\[51px\] {
    padding: 51px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[25px\] {
    padding-inline: 25px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[40px\] {
    padding-inline: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
}
@media (width >= 64rem) {
  .lg\:py-\[14px\] {
    padding-block: 14px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[38px\] {
    padding-block: 38px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[72px\] {
    padding-block: 72px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[28px\] {
    padding-top: 28px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[55px\] {
    padding-top: 55px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[78px\] {
    padding-top: 78px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[83px\] {
    padding-top: 83px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[84px\] {
    padding-top: 84px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[88px\] {
    padding-top: 88px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[139px\] {
    padding-top: 139px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[25px\] {
    padding-right: 25px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[65px\] {
    padding-right: 65px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[80px\] {
    padding-right: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[98px\] {
    padding-right: 98px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[35px\] {
    padding-bottom: 35px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[73px\] {
    padding-bottom: 73px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[97px\] {
    padding-bottom: 97px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[135px\] {
    padding-bottom: 135px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[147px\] {
    padding-bottom: 147px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[150px\] {
    padding-bottom: 150px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[153px\] {
    padding-bottom: 153px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[164px\] {
    padding-bottom: 164px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[168px\] {
    padding-bottom: 168px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-\[443px\] {
    padding-bottom: 443px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[40px\] {
    padding-left: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[65px\] {
    padding-left: 65px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[80px\] {
    padding-left: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[22px\] {
    font-size: 22px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[68px\] {
    font-size: 68px;
  }
}
@media (width >= 64rem) {
  .lg\:text-\[100px\] {
    font-size: 100px;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[30px\] {
    gap: 30px;
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[135px\] {
    gap: 135px;
  }
}
@media (width >= 80rem) {
  .xl\:pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 80rem) {
  .xl\:pr-\[100px\] {
    padding-right: 100px;
  }
}
@media (width >= 80rem) {
  .xl\:pl-\[100px\] {
    padding-left: 100px;
  }
}
.prose-a\:text-\[\#166BFE\] :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: #166BFE;
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
.\[\&\>p\]\:m-0 > p {
  margin: calc(var(--spacing) * 0);
}
.\[\&\>p\+p\]\:mt-\[1em\] > p + p {
  margin-top: 1em;
}
.\[\&\>p\+p\]\:mt-\[26px\] > p + p {
  margin-top: 26px;
}
@media (max-width: 1490px) {
  .container {
    padding-inline: 23px;
  }
}
@media (max-width: 1327px) {
  .container-sm {
    padding-inline: 23px;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
