/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */


h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: var(--gray-200, #e4e4e7); /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: var(--gray-400, #a1a1aa);
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: var(--gray-400, #a1a1aa);
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */


code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
iframe,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-primary-50 {
  background-color: var(--primary-50, #E9F1FA);
}

.bg-primary-100 {
  background-color: var(--primary-100, #D3E3F5);
}

.bg-primary-200 {
  background-color: var(--primary-200, #92B8E5);
}

.bg-primary-300 {
  background-color: var(--primary-300, #7CAAE0);
}

.bg-primary-400 {
  background-color: var(--primary-400, #669CDB);
}

.bg-primary-500 {
  background-color: var(--primary-500, #508DD5);
}

.bg-primary-600 {
  background-color: var(--primary-600, #3A7FD0);
}

.bg-primary-700 {
  background-color: var(--primary-700, #2471CB);
}

.bg-primary-800 {
  background-color: var(--primary-800, #1D5AA2);
}

.bg-primary-900 {
  background-color: var(--primary-900, #16447A);
}

.bg-secondary-50 {
  background-color: var(--secondary-50, #FAE6E8);
}

.bg-secondary-100 {
  background-color: var(--secondary-100, #F6CCD1);
}

.bg-secondary-200 {
  background-color: var(--secondary-200, #E8818D);
}

.bg-secondary-300 {
  background-color: var(--secondary-300, #E36776);
}

.bg-secondary-400 {
  background-color: var(--secondary-400, #DE4E5F);
}

.bg-secondary-500 {
  background-color: var(--secondary-500, #D93549);
}

.bg-secondary-600 {
  background-color: var(--secondary-600, #D51B32);
}

.bg-secondary-700 {
  background-color: var(--secondary-700, #D0021B);
}

.bg-secondary-800 {
  background-color: var(--secondary-800, #A60216);
}

.bg-secondary-900 {
  background-color: var(--secondary-900, #7D0110);
}

.bg-tertiary-50 {
  background-color: var(--tertiary-50, #FDF1E6);
}

.bg-tertiary-100 {
  background-color: var(--tertiary-100, #FBE2CC);
}

.bg-tertiary-200 {
  background-color: var(--tertiary-200, #F5B881);
}

.bg-tertiary-300 {
  background-color: var(--tertiary-300, #F2A967);
}

.bg-tertiary-400 {
  background-color: var(--tertiary-400, #F09B4E);
}

.bg-tertiary-500 {
  background-color: var(--tertiary-500, #EE8D35);
}

.bg-tertiary-600 {
  background-color: var(--tertiary-600, #EC7E1B);
}

.bg-tertiary-700 {
  background-color: var(--tertiary-700, #EA7002);
}

.bg-tertiary-800 {
  background-color: var(--tertiary-800, #D36502);
}

.bg-tertiary-900 {
  background-color: var(--tertiary-900, #BB5A02);
}

.bg-quinary-50 {
  background-color: var(--quinary-50, #e4f4ef);
}

.bg-quinary-100 {
  background-color: var(--quinary-100, #ccebe1);
}

.bg-quinary-400 {
  background-color: var(--quinary-400, #50b897);
}

.bg-accent-50 {
  background-color: var(--accent-50, #F1E8F7);
}

.bg-accent-100 {
  background-color: var(--accent-100, #E3D1EF);
}

.bg-accent-200 {
  background-color: var(--accent-200, #B88BD7);
}

.bg-accent-300 {
  background-color: var(--accent-300, #AA74CE);
}

.bg-accent-400 {
  background-color: var(--accent-400, #9C5DC6);
}

.bg-accent-500 {
  background-color: var(--accent-500, #8D45BE);
}

.bg-accent-600 {
  background-color: var(--accent-600, #7F2EB6);
}

.bg-accent-700 {
  background-color: var(--accent-700, #7117AE);
}

.bg-accent-800 {
  background-color: var(--accent-800, #66159D);
}

.bg-accent-900 {
  background-color: var(--accent-900, #5A128B);
}

.bg-gray-50 {
  background-color: var(--gray-50, #fafafa);
}

.bg-gray-100 {
  background-color: var(--gray-100, #f4f4f5);
}

.bg-gray-200 {
  background-color: var(--gray-200, #e4e4e7);
}

.bg-gray-300 {
  background-color: var(--gray-300, #d4d4d8);
}

.bg-gray-400 {
  background-color: var(--gray-400, #a1a1aa);
}

.bg-gray-500 {
  background-color: var(--gray-500, #71717a);
}

.bg-gray-600 {
  background-color: var(--gray-600, #52525b);
}

.bg-gray-700 {
  background-color: var(--gray-700, #3f3f46);
}

.bg-gray-800 {
  background-color: var(--gray-800, #27272a);
}

.bg-gray-900 {
  background-color: var(--gray-900, #18181b);
}

.hover\:bg-primary-800:hover {
  background-color: var(--primary-800, #1D5AA2);
}

.hover\:bg-secondary-600:hover {
  background-color: var(--secondary-600, #D51B32);
}

.hover\:bg-secondary-800:hover {
  background-color: var(--secondary-800, #A60216);
}

.hover\:bg-gray-200:hover {
  background-color: var(--gray-200, #e4e4e7);
}

.bg-center {
  background-position: center;
}

.bg-right {
  background-position: right;
}

.bg-right-top {
  background-position: right top;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-primary-50 {
  border-color: var(--primary-50, #E9F1FA);
}

.border-primary-100 {
  border-color: var(--primary-100, #D3E3F5);
}

.border-primary-200 {
  border-color: var(--primary-200, #92B8E5);
}

.border-primary-300 {
  border-color: var(--primary-300, #7CAAE0);
}

.border-primary-400 {
  border-color: var(--primary-400, #669CDB);
}

.border-primary-500 {
  border-color: var(--primary-500, #508DD5);
}

.border-primary-600 {
  border-color: var(--primary-600, #3A7FD0);
}

.border-primary-700 {
  border-color: var(--primary-700, #2471CB);
}

.border-primary-800 {
  border-color: var(--primary-800, #1D5AA2);
}

.border-primary-900 {
  border-color: var(--primary-900, #16447A);
}

.border-secondary-50 {
  border-color: var(--secondary-50, #FAE6E8);
}

.border-secondary-100 {
  border-color: var(--secondary-100, #F6CCD1);
}

.border-secondary-200 {
  border-color: var(--secondary-200, #E8818D);
}

.border-secondary-300 {
  border-color: var(--secondary-300, #E36776);
}

.border-secondary-400 {
  border-color: var(--secondary-400, #DE4E5F);
}

.border-secondary-500 {
  border-color: var(--secondary-500, #D93549);
}

.border-secondary-600 {
  border-color: var(--secondary-600, #D51B32);
}

.border-secondary-700 {
  border-color: var(--secondary-700, #D0021B);
}

.border-secondary-800 {
  border-color: var(--secondary-800, #A60216);
}

.border-secondary-900 {
  border-color: var(--secondary-900, #7D0110);
}

.border-tertiary-50 {
  border-color: var(--tertiary-50, #FDF1E6);
}

.border-tertiary-100 {
  border-color: var(--tertiary-100, #FBE2CC);
}

.border-tertiary-200 {
  border-color: var(--tertiary-200, #F5B881);
}

.border-tertiary-300 {
  border-color: var(--tertiary-300, #F2A967);
}

.border-tertiary-400 {
  border-color: var(--tertiary-400, #F09B4E);
}

.border-tertiary-500 {
  border-color: var(--tertiary-500, #EE8D35);
}

.border-tertiary-600 {
  border-color: var(--tertiary-600, #EC7E1B);
}

.border-tertiary-700 {
  border-color: var(--tertiary-700, #EA7002);
}

.border-tertiary-800 {
  border-color: var(--tertiary-800, #D36502);
}

.border-tertiary-900 {
  border-color: var(--tertiary-900, #BB5A02);
}

.border-accent-50 {
  border-color: var(--accent-50, #F1E8F7);
}

.border-accent-100 {
  border-color: var(--accent-100, #E3D1EF);
}

.border-accent-200 {
  border-color: var(--accent-200, #B88BD7);
}

.border-accent-300 {
  border-color: var(--accent-300, #AA74CE);
}

.border-accent-400 {
  border-color: var(--accent-400, #9C5DC6);
}

.border-accent-500 {
  border-color: var(--accent-500, #8D45BE);
}

.border-accent-600 {
  border-color: var(--accent-600, #7F2EB6);
}

.border-accent-700 {
  border-color: var(--accent-700, #7117AE);
}

.border-accent-800 {
  border-color: var(--accent-800, #66159D);
}

.border-accent-900 {
  border-color: var(--accent-900, #5A128B);
}

.border-gray-50 {
  border-color: var(--gray-50, #fafafa);
}

.border-gray-100 {
  border-color: var(--gray-100, #f4f4f5);
}

.border-gray-200 {
  border-color: var(--gray-200, #e4e4e7);
}

.border-gray-300 {
  border-color: var(--gray-300, #d4d4d8);
}

.border-gray-400 {
  border-color: var(--gray-400, #a1a1aa);
}

.border-gray-500 {
  border-color: var(--gray-500, #71717a);
}

.border-gray-600 {
  border-color: var(--gray-600, #52525b);
}

.border-gray-700 {
  border-color: var(--gray-700, #3f3f46);
}

.border-gray-800 {
  border-color: var(--gray-800, #27272a);
}

.border-gray-900 {
  border-color: var(--gray-900, #18181b);
}

.hover\:border-primary-600:hover {
  border-color: var(--primary-600, #3A7FD0);
}

.hover\:border-secondary-500:hover {
  border-color: var(--secondary-500, #D93549);
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t {
  border-top-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.box-border {
  box-sizing: border-box;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.self-end {
  align-self: flex-end;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-both {
  clear: both;
}

.font-heading {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}

.font-body {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-36 {
  height: 9rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.h-60 {
  height: 15rem;
}

.h-64 {
  height: 16rem;
}

.h-auto {
  height: auto;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.list-inside {
  list-style-position: inside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-auto {
  margin: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-ml-2\.5 {
  margin-left: -0.625rem;
}

.-mr-1\/2vw {
  margin-right: -50vw;
}

.-ml-1\/2vw {
  margin-left: -50vw;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-full {
  max-height: 100%;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-100 {
  opacity: 1;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-px {
  padding: 1px;
}

.p-2\.5 {
  padding: 0.625rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-px {
  padding-right: 1px;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-3 {
  right: 0.75rem;
}

.top-5 {
  top: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.right-3\.5 {
  right: 0.875rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-top-10 {
  top: -2.5rem;
}

.right-1\/2 {
  right: 50%;
}

.left-1\/2 {
  left: 50%;
}

.top-1\/4 {
  top: 25%;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.fill-current {
  fill: currentColor;
}

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

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

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

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

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-body {
  color: var(--body-color, #3f3f46);
}

.text-heading {
  color: var(--heading-color, #27272a);
}

.text-primary-50 {
  color: var(--primary-50, #E9F1FA);
}

.text-primary-100 {
  color: var(--primary-100, #D3E3F5);
}

.text-primary-200 {
  color: var(--primary-200, #92B8E5);
}

.text-primary-300 {
  color: var(--primary-300, #7CAAE0);
}

.text-primary-400 {
  color: var(--primary-400, #669CDB);
}

.text-primary-500 {
  color: var(--primary-500, #508DD5);
}

.text-primary-600 {
  color: var(--primary-600, #3A7FD0);
}

.text-primary-700 {
  color: var(--primary-700, #2471CB);
}

.text-primary-800 {
  color: var(--primary-800, #1D5AA2);
}

.text-primary-900 {
  color: var(--primary-900, #16447A);
}

.text-secondary-50 {
  color: var(--secondary-50, #FAE6E8);
}

.text-secondary-100 {
  color: var(--secondary-100, #F6CCD1);
}

.text-secondary-200 {
  color: var(--secondary-200, #E8818D);
}

.text-secondary-300 {
  color: var(--secondary-300, #E36776);
}

.text-secondary-400 {
  color: var(--secondary-400, #DE4E5F);
}

.text-secondary-500 {
  color: var(--secondary-500, #D93549);
}

.text-secondary-600 {
  color: var(--secondary-600, #D51B32);
}

.text-secondary-700 {
  color: var(--secondary-700, #D0021B);
}

.text-secondary-800 {
  color: var(--secondary-800, #A60216);
}

.text-secondary-900 {
  color: var(--secondary-900, #7D0110);
}

.text-tertiary-50 {
  color: var(--tertiary-50, #FDF1E6);
}

.text-tertiary-100 {
  color: var(--tertiary-100, #FBE2CC);
}

.text-tertiary-200 {
  color: var(--tertiary-200, #F5B881);
}

.text-tertiary-300 {
  color: var(--tertiary-300, #F2A967);
}

.text-tertiary-400 {
  color: var(--tertiary-400, #F09B4E);
}

.text-tertiary-500 {
  color: var(--tertiary-500, #EE8D35);
}

.text-tertiary-600 {
  color: var(--tertiary-600, #EC7E1B);
}

.text-tertiary-700 {
  color: var(--tertiary-700, #EA7002);
}

.text-tertiary-800 {
  color: var(--tertiary-800, #D36502);
}

.text-tertiary-900 {
  color: var(--tertiary-900, #BB5A02);
}

.text-accent-50 {
  color: var(--accent-50, #F1E8F7);
}

.text-accent-100 {
  color: var(--accent-100, #E3D1EF);
}

.text-accent-200 {
  color: var(--accent-200, #B88BD7);
}

.text-accent-300 {
  color: var(--accent-300, #AA74CE);
}

.text-accent-400 {
  color: var(--accent-400, #9C5DC6);
}

.text-accent-500 {
  color: var(--accent-500, #8D45BE);
}

.text-accent-600 {
  color: var(--accent-600, #7F2EB6);
}

.text-accent-700 {
  color: var(--accent-700, #7117AE);
}

.text-accent-800 {
  color: var(--accent-800, #66159D);
}

.text-accent-900 {
  color: var(--accent-900, #5A128B);
}

.text-gray-50 {
  color: var(--gray-50, #fafafa);
}

.text-gray-100 {
  color: var(--gray-100, #f4f4f5);
}

.text-gray-200 {
  color: var(--gray-200, #e4e4e7);
}

.text-gray-300 {
  color: var(--gray-300, #d4d4d8);
}

.text-gray-400 {
  color: var(--gray-400, #a1a1aa);
}

.text-gray-500 {
  color: var(--gray-500, #71717a);
}

.text-gray-600 {
  color: var(--gray-600, #52525b);
}

.text-gray-700 {
  color: var(--gray-700, #3f3f46);
}

.text-gray-800 {
  color: var(--gray-800, #27272a);
}

.text-gray-900 {
  color: var(--gray-900, #18181b);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-primary-600:hover {
  color: var(--primary-600, #3A7FD0);
}

.hover\:text-primary-700:hover {
  color: var(--primary-700, #2471CB);
}

.hover\:text-secondary-500:hover {
  color: var(--secondary-500, #D93549);
}

.hover\:text-gray-700:hover {
  color: var(--gray-700, #3f3f46);
}

.hover\:text-gray-900:hover {
  color: var(--gray-900, #18181b);
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-28 {
  width: 7rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-auto {
  width: auto;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-1\/2 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

/* developer utilities */

.container-wrap-sm {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {

.container-wrap-sm {
    padding-top: 2.5rem;

    padding-bottom: 2.5rem
}
  }

.container-wrap-lg {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 1024px) {

.container-wrap-lg {
    padding-top: 5rem;

    padding-bottom: 5rem
}
  }

/* wrappers */

/* background colors */

.bg-gray {
  background-color: var(--gray-200, #e4e4e7);
}

.bg-gray-light {
  background-color: var(--gray-50, #fafafa);
}

.bg-gray-dark {
  background-color: var(--gray-400, #a1a1aa);
}

.bg-primary {
  background-color: var(--primary-200, #92B8E5);
}

.bg-primary-light {
  background-color: var(--primary-50, #E9F1FA);
}

.bg-primary-dark {
  background-color: var(--primary-400, #669CDB);
}

.bg-secondary {
  background-color: var(--secondary-200, #E8818D);
}

.bg-secondary-light {
  background-color: var(--secondary-50, #FAE6E8);
}

.bg-secondary-dark {
  background-color: var(--secondary-400, #DE4E5F);
}

.bg-tertiary {
  background-color: var(--tertiary-200, #F5B881);
}

.bg-tertiary-light {
  background-color: var(--tertiary-50, #FDF1E6);
}

.bg-tertiary-dark {
  background-color: var(--tertiary-400, #F09B4E);
}

.bg-accent {
  background-color: var(--accent-200, #B88BD7);
}

.bg-accent-light {
  background-color: var(--accent-50, #F1E8F7);
}

.bg-accent-dark {
  background-color: var(--accent-400, #9C5DC6);
}

/* border colors */

.border-gray {
  border-color: var(--gray-400, #a1a1aa);
  border-width: 2px;
}

.border-gray-light {
  border-color: var(--gray-200, #e4e4e7);
  border-width: 2px;
}

.border-gray-dark {
  border-color: var(--gray-700, #3f3f46);
  border-width: 2px;
}

.border-primary {
  border-color: var(--primary-400, #669CDB);
  border-width: 2px;
}

.border-primary-light {
  border-color: var(--primary-200, #92B8E5);
  border-width: 2px;
}

.border-primary-dark {
  border-color: var(--primary-700, #2471CB);
  border-width: 2px;
}

.border-secondary {
  border-color: var(--secondary-400, #DE4E5F);
  border-width: 2px;
}

.border-secondary-light {
  border-color: var(--secondary-200, #E8818D);
  border-width: 2px;
}

.border-secondary-dark {
  border-color: var(--secondary-700, #D0021B);
  border-width: 2px;
}

.border-tertiary {
  border-color: var(--tertiary-400, #F09B4E);
  border-width: 2px;
}

.border-tertiary-light {
  border-color: var(--tertiary-200, #F5B881);
  border-width: 2px;
}

.border-tertiary-dark {
  border-color: var(--tertiary-700, #EA7002);
  border-width: 2px;
}

.border-accent {
  border-color: var(--accent-400, #9C5DC6);
  border-width: 2px;
}

.border-accent-light {
  border-color: var(--accent-200, #B88BD7);
  border-width: 2px;
}

.border-accent-dark {
  border-color: var(--accent-700, #7117AE);
  border-width: 2px;
}

/* border widths */

.border-thin {
  border-width: 1px;
}

.border-thick {
  border-width: 4px;
}

/* base */

html {
  scroll-behavior: smooth;
}

/* headers */

.content h1, .content h2, .content h3, .content h4, .content .heading-jumbo, .content .heading-1, .content .heading-2, .content .heading-3, .content .heading-4 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content h1, .content h2, .content h3, .content h4, .content .heading-jumbo, .content .heading-1, .content .heading-2, .content .heading-3, .content .heading-4 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content h5, .content h6, .content .heading-5, .content .heading-6 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content h5, .content h6, .content .heading-5, .content .heading-6 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
  }

/* paragraph */

.content p {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content p {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content .body-jumbo, .content .body-1, .content .body-2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content .body-jumbo, .content .body-1, .content .body-2 {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content .body-3, .content .body-4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

@media (min-width: 768px) {
    .content .body-3, .content .body-4 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
    }
  }

/* lists */

.content ul, .content ol {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content ul, .content ol {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content ul:not([class]), .content ol:not([class]) {
      padding-left: 2.25rem;
    }

.content ul:not([class]) {
    list-style-type: disc;
  }

.content ol:not([class]) {
    list-style-type: decimal;
  }

.content li {
    margin-top: 1.25rem;
  }

.content li:first-of-type {
      margin-top: 0px;
    }

.content ul.grid {
    list-style-type: disc;
    padding-left: 2.25rem;
  }

.content ul.grid > li:first-of-type {
      margin-top: 1.25rem;
    }

.content ol.grid {
    list-style-type: decimal;
    padding-left: 2.25rem;
  }

.content ol.grid > li:first-of-type {
      margin-top: 1.25rem;
    }

.content ol[class*="columns"], .content ol[class*="md\:columns"] {
    list-style-type: decimal;
    padding-left: 2.25rem;
  }

.content ol[class*="columns"] > li:first-of-type, .content ol[class*="md\:columns"] > li:first-of-type {
      margin-top: 0px;
    }

/* definition lists */

.content dl {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content dl {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content dt {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }

@media (min-width: 768px) {
    .content dt {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content dt:first-of-type {
      margin-top: 0px;
    }

.content dd {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem
  }

@media (min-width: 768px) {
    .content dd {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content dd:last-of-type {
      margin-bottom: 0px;
    }

/* table */

.content table {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content table {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }

/* image */

.content img {
  }

/* iframe */

.content iframe {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content iframe {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }

/* blockquote */

.content blockquote {
  }

/* sonic components */

.content sonic-accordion, .content sonic-callout, .content sonic-certificate, .content sonic-checklist, .content sonic-columns, .content sonic-editorial-listings, .content sonic-email-capture, .content sonic-expandable, .content sonic-photo-collage, .content sonic-qdf, .content sonic-resource-list, .content sonic-table, .content sonic-tabs {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content sonic-accordion, .content sonic-callout, .content sonic-certificate, .content sonic-checklist, .content sonic-columns, .content sonic-editorial-listings, .content sonic-email-capture, .content sonic-expandable, .content sonic-photo-collage, .content sonic-qdf, .content sonic-resource-list, .content sonic-table, .content sonic-tabs {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }

.content sonic-accordion > a.subnav-waypoint:first-child + *, .content sonic-accordion > :first-child, .content sonic-callout > a.subnav-waypoint:first-child + *, .content sonic-callout > :first-child, .content sonic-certificate > a.subnav-waypoint:first-child + *, .content sonic-certificate > :first-child, .content sonic-checklist > a.subnav-waypoint:first-child + *, .content sonic-checklist > :first-child, .content sonic-columns > a.subnav-waypoint:first-child + *, .content sonic-columns > :first-child, .content sonic-editorial-listings > a.subnav-waypoint:first-child + *, .content sonic-editorial-listings > :first-child, .content sonic-email-capture > a.subnav-waypoint:first-child + *, .content sonic-email-capture > :first-child, .content sonic-expandable > a.subnav-waypoint:first-child + *, .content sonic-expandable > :first-child, .content sonic-photo-collage > a.subnav-waypoint:first-child + *, .content sonic-photo-collage > :first-child, .content sonic-qdf > a.subnav-waypoint:first-child + *, .content sonic-qdf > :first-child, .content sonic-resource-list > a.subnav-waypoint:first-child + *, .content sonic-resource-list > :first-child, .content sonic-table > a.subnav-waypoint:first-child + *, .content sonic-table > :first-child, .content sonic-tabs > a.subnav-waypoint:first-child + *, .content sonic-tabs > :first-child {
      margin-top: 0px;
    }

@media (min-width: 768px) {
      .content sonic-accordion > a.subnav-waypoint:first-child + *, .content sonic-accordion > :first-child, .content sonic-callout > a.subnav-waypoint:first-child + *, .content sonic-callout > :first-child, .content sonic-certificate > a.subnav-waypoint:first-child + *, .content sonic-certificate > :first-child, .content sonic-checklist > a.subnav-waypoint:first-child + *, .content sonic-checklist > :first-child, .content sonic-columns > a.subnav-waypoint:first-child + *, .content sonic-columns > :first-child, .content sonic-editorial-listings > a.subnav-waypoint:first-child + *, .content sonic-editorial-listings > :first-child, .content sonic-email-capture > a.subnav-waypoint:first-child + *, .content sonic-email-capture > :first-child, .content sonic-expandable > a.subnav-waypoint:first-child + *, .content sonic-expandable > :first-child, .content sonic-photo-collage > a.subnav-waypoint:first-child + *, .content sonic-photo-collage > :first-child, .content sonic-qdf > a.subnav-waypoint:first-child + *, .content sonic-qdf > :first-child, .content sonic-resource-list > a.subnav-waypoint:first-child + *, .content sonic-resource-list > :first-child, .content sonic-table > a.subnav-waypoint:first-child + *, .content sonic-table > :first-child, .content sonic-tabs > a.subnav-waypoint:first-child + *, .content sonic-tabs > :first-child {
        margin-top: 0px;
      }
    }

.content sonic-accordion > :last-child, .content sonic-callout > :last-child, .content sonic-certificate > :last-child, .content sonic-checklist > :last-child, .content sonic-columns > :last-child, .content sonic-editorial-listings > :last-child, .content sonic-email-capture > :last-child, .content sonic-expandable > :last-child, .content sonic-photo-collage > :last-child, .content sonic-qdf > :last-child, .content sonic-resource-list > :last-child, .content sonic-table > :last-child, .content sonic-tabs > :last-child {
      margin-bottom: 0px;
    }

@media (min-width: 768px) {
      .content sonic-accordion > :last-child, .content sonic-callout > :last-child, .content sonic-certificate > :last-child, .content sonic-checklist > :last-child, .content sonic-columns > :last-child, .content sonic-editorial-listings > :last-child, .content sonic-email-capture > :last-child, .content sonic-expandable > :last-child, .content sonic-photo-collage > :last-child, .content sonic-qdf > :last-child, .content sonic-resource-list > :last-child, .content sonic-table > :last-child, .content sonic-tabs > :last-child {
        margin-bottom: 0px;
      }
    }

.content sonic-accordion > :first-child:last-child, .content sonic-callout > :first-child:last-child, .content sonic-certificate > :first-child:last-child, .content sonic-checklist > :first-child:last-child, .content sonic-columns > :first-child:last-child, .content sonic-editorial-listings > :first-child:last-child, .content sonic-email-capture > :first-child:last-child, .content sonic-expandable > :first-child:last-child, .content sonic-photo-collage > :first-child:last-child, .content sonic-qdf > :first-child:last-child, .content sonic-resource-list > :first-child:last-child, .content sonic-table > :first-child:last-child, .content sonic-tabs > :first-child:last-child {
      margin-top: 0px;
      margin-bottom: 0px;
    }

@media (min-width: 768px) {
      .content sonic-accordion > :first-child:last-child, .content sonic-callout > :first-child:last-child, .content sonic-certificate > :first-child:last-child, .content sonic-checklist > :first-child:last-child, .content sonic-columns > :first-child:last-child, .content sonic-editorial-listings > :first-child:last-child, .content sonic-email-capture > :first-child:last-child, .content sonic-expandable > :first-child:last-child, .content sonic-photo-collage > :first-child:last-child, .content sonic-qdf > :first-child:last-child, .content sonic-resource-list > :first-child:last-child, .content sonic-table > :first-child:last-child, .content sonic-tabs > :first-child:last-child {
        margin-top: 0px;
        margin-bottom: 0px;
      }
    }

.content sonic-columns > * > :first-child, .content sonic-accordion > section > :first-child {
    margin-top: 0px;
  }

.content sonic-columns > * > :last-child, .content sonic-accordion > section > :last-child {
    margin-bottom: 0px;
  }

.content sonic-interlink, .content sonic-blockquote, .content sonic-bio, .content sonic-card, .content sonic-stat-box, .content sonic-link-card {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content sonic-interlink, .content sonic-blockquote, .content sonic-bio, .content sonic-card, .content sonic-stat-box, .content sonic-link-card {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
  }

.content sonic-accordion > section > .sonic-table:first-child {
    margin: -2rem;
    margin-bottom: 0px;
    position: relative;
    width: auto;
    top: -1px;
    width: calc(100% + 4rem);
  }

.content sonic-accordion > section > .sonic-table:first-child:last-child {
    margin-bottom: -2rem;
  }

.content sonic-accordion[theme] > section > .sonic-table:first-child {
    top: 0px;
  }

/* first element */

.content > a.subnav-waypoint:first-child + *, .content > :first-child {
    margin-top: 0px;
  }

@media (min-width: 768px) {
    .content > a.subnav-waypoint:first-child + *, .content > :first-child {
      margin-top: 0px;
    }
  }

/* last element */

.content > :last-child {
    margin-bottom: 0px;
  }

@media (min-width: 768px) {
    .content > :last-child {
      margin-bottom: 0px;
    }
  }

.content > :first-child:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }

@media (min-width: 768px) {
    .content > :first-child:last-child {
      margin-top: 0px;
      margin-bottom: 0px;
    }
  }

/* components */

.content .accordion-rankings {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

@media (min-width: 768px) {
    .content .accordion-rankings {
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }

body {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
  color: var(--body-color, #3f3f46);
}

body main.js-qdf-off .widget-container, body main.js-qdf-off div[class^='placement-post-p-'], body main.js-qdf-off .quick-degree-finder, body main.js-qdf-off sonic-editorial-listings, body main.js-qdf-off sonic-qdf {
    display: none;
  }

.content {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.75rem;
}

/* headings */

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  color: var(--heading-color, #27272a);
}

h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: 1;
    line-height: 1.25;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.375;
  }
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 2rem;
  }
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
  }
}

h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
  }
}

h6 {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5rem;
  }
}

/* paragraph */

p:empty, p:blank {
  display: none;
}

/* table */

table {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

table caption {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
    text-transform: uppercase;
  }

table thead th {
    font-weight: 700;
    line-height: 1rem;
    text-transform: uppercase;
  }

table tbody th {
    font-weight: 700;
    line-height: 1.25rem;
    text-transform: none;
  }

table + p > cite, table + cite {
    font-size: 0.75rem;
    line-height: 1rem;
    font-style: normal;
  }

/* sonic components */

sonic-table, sonic-accordion {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

/* link */

a {
  color: var(--link-color, #1D5AA2);
}

a:hover {
  color: var(--link-color-hover, #16447A);
}

/* components */

/*
	Available CSS variables for child theme customization and overrides
	--acf-hero--title-font-size
	--acf-hero--title-color
	--acf-hero--subtitle-font-size

	--acf-hero--body-font
	--acf-hero--text-color

	--acf-hero--overlay-dark
	--acf-hero--overlay-light
	--acf-hero--text-color-light
	--acf-hero--text-color-dark

	--acf-hero--link-color-dark
	--acf-hero--link-color-dark-hover
	--acf-hero--link-color-light
	--acf-hero--link-color-light-hover

*/

.acf-hero {
  z-index: 10;
}

.acf-hero__title {
    font-size: var(--acf-hero-title-font-size, 1.75rem );
    font-family: var(--acf-hero--heading-font, var(--heading-font-family));
    color: var(--acf-hero--title-color, var(--heading-color));
  }

@media (min-width: 768px) {

.acf-hero__title {
      font-size: var(--acf-hero-title-font-size-tablet, 2rem)
  }
    }

@media (min-width: 1024px) {

.acf-hero__title {
      font-size: var(--acf-hero-title-font-size-desktop, 2.25rem)
  }
    }

.acf-hero__subtitle {
    font-size: var(--acf-hero-subtitle-font-size, 1.25rem );
    font-family: var(--acf-hero--heading-font, var(--heading-font-family));
    color: var(--acf-hero--subtitle-color, var(--heading-color));
  }

@media (min-width: 768px) {

.acf-hero__subtitle {
      font-size: var(--acf-hero-subtitle-font-size-tablet, 1.5rem)
  }
    }

@media (min-width: 1024px) {

.acf-hero__subtitle {
      font-size: var(--acf-hero-subtitle-font-size-desktop, 1.75rem)
  }
    }

.acf-hero__overlay--dark {
      background-color: var(--acf-hero--overlay-dark, rgba(0,0,0,0.25));
    }

.acf-hero__overlay--light {
      background-color: var(--acf-hero--overlay-light, rgba(255,255,255,0.25));
    }

.acf-hero--full, .acf-hero--condense {
  padding-top: 4rem;
}

@media (min-width: 1024px) {
  .acf-hero--full, .acf-hero--condense {
    padding-top: 0px;
  }
}

.acf-hero--background {
  padding-top: 0px;
}

.acf-hero--background .acf-hero__content--dark * {
        color: var(--acf-hero--text-color-dark, var(--heading-color, #888));
      }

.acf-hero--background .acf-hero__content--dark a {
        color: var(--acf-hero--link-color-dark, --primary-500);
      }

.acf-hero--background .acf-hero__content--dark a:hover {
          color: var(--acf-hero--link-color-dark-hover, --primary-600);
        }

@media (min-width: 768px) {
        .acf-hero--background .acf-hero__content--light * {
          color: var(--acf-hero--text-color-light, #FFF);
        }

        .acf-hero--background .acf-hero__content--light a {
          color: var(--acf-hero--link-color-light, --primary-500);
        }
          .acf-hero--background .acf-hero__content--light a:hover {
            color: var(--acf-hero--link-color-light-hover, --primary-600);
          }

        .acf-hero--background .acf-hero__content--light .acf-hero__social-sharing img, .acf-hero--background .acf-hero__content--light sonic-modal {
          filter: brightness(0) invert(1);
        }
      }

.acf-hero--simple {
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  .acf-hero--simple {
    padding-top: 0px;
  }
}

@media (min-width: 768px) {

.image-center-above {
    padding-top: 416px
}
  }

@media (min-width: 768px) {

.image-center-below {
    padding-bottom: 416px
}
  }

/* vertical qdf */

sonic-qdf[layout="vertical"] {
    min-height: 330px;
  }

/* vertical qdf with border */

sonic-qdf[layout="vertical"][border] {
    min-height: 386px;
  }

/* horizontal qdf */

sonic-qdf[layout="horizontal"] {
    min-height: 330px;
  }

@media (min-width: 768px) {

sonic-qdf[layout="horizontal"] {
      min-height: 110px
  }
    }

/* partials */

.is-menu-nav-active {
  overflow-y: hidden;
}

.is-menu-nav-active .navigation {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    position: fixed;
    top: 0px;
    left: 0px;
    visibility: visible;
    width: 100%;
  }

.is-menu-nav-active #find-my-program {
    z-index: 0;
  }

.is-active > ul[data-sonic-event-point="secondary-link"], .is-active > ul[data-sonic-event-point="tertiary-link"], .is-active > [data-sonic-event="back-button"], .is-active > [data-sonic-event-point="label"] {
    display: block;
  }

@media (min-width: 1024px) {
      [data-sonic-event-point="primary-link"]:hover > ul[data-sonic-event-point="secondary-link"] {
        display: flex;
        justify-content: space-between;
      }
    }

.header-border {
  box-shadow: 0 -4px 0 inset;
}

/* Remove sticky nav on scroll down */

.is-scrolled {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 1024px) {

.is-scrolled {
    opacity: 1;

    visibility: visible
}
  }

.site-footer {
  background-color: var(--footer-background-color, #1d5aa2);
  color: var(--footer-color, #fff);
}

.site-footer a,
  .site-footer li,
  .site-footer button {
    color: var(--footer-color, #fff);
  }

.site-footer .footer-border {
    border-color: var(--footer-border-color, #fff);
  }

.site-footer ul.is-active li {
      display: block;
    }

.site-footer ul.is-active li svg {
        transform: rotate(-180deg);
      }

.site-footer ul ul li:last-child {
      margin-bottom: 0px;
    }

@media (min-width: 768px) {
      .site-footer ul ul li:last-child {
        margin-bottom: 1rem;
      }
    }

.site-footer ul svg {
      height: 1.5rem;
      position: absolute;
      width: 1.5rem;
    }

@media (min-width: 768px) {
      .site-footer ul svg {
        display: none;
      }
    }

.site-footer ul svg {
      top: 25px;
      right: 15px;
    }

.nav-copyright li::after {
      display: inline-block;
      margin-right: 0.75rem;
      margin-left: 0.75rem;
      content: "|";
    }

.nav-copyright li:last-of-type::after, .nav-copyright li:first-of-type::after {
        display: none;
      }

@media (min-width: 1280px) {
        .nav-copyright li:first-of-type::after {
          display: inline-block;
        }
      }

/* utilities */

.sonic-btn {
  border-radius: 0.25rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.sonic-btn:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.sonic-btn.small {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

.sonic-btn.large {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.sonic-btn.primary {
    background-color: var(--primary-700, #2471CB);
  }

.sonic-btn.primary:hover {
    background-color: var(--primary-800, #1D5AA2);
  }

.sonic-btn.secondary {
    background-color: var(--secondary-700, #D0021B);
  }

.sonic-btn.secondary:hover {
    background-color: var(--secondary-800, #A60216);
  }

.sonic-btn.tertiary {
    background-color: var(--tertiary-700, #EA7002);
  }

.sonic-btn.tertiary:hover {
    background-color: var(--tertiary-800, #D36502);
  }

.sonic-btn.accent {
    background-color: var(--accent-700, #7117AE);
  }

.sonic-btn.accent:hover {
    background-color: var(--accent-800, #66159D);
  }

@media (min-width: 768px) {
  .float-left, .alignleft {
    float: left;
    margin-top: 0px;
    margin-right: 1.75rem;
    margin-bottom: 1.75rem;
    max-width: 32rem;
  }
}

@media (min-width: 768px) {
    .float-left img, .alignleft img {
      max-width: 100%;
    }
  }

@media (min-width: 768px) {
  .float-right, .alignright {
    float: right;
    margin-top: 0px;
    margin-bottom: 1.75rem;
    margin-left: 1.75rem;
    max-width: 32rem;
  }
}

@media (min-width: 768px) {
    .float-right img, .alignright img {
      max-width: 100%;
    }
  }

.clearfix {
  clear: both;
}

.pagination .dots {
    border-color: transparent;
  }

.sonic-table {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-collapse: collapse;
  border-color: var(--gray-200, #e4e4e7);
  border-radius: 0.375rem;
  border-width: 1px;
  display: table;
  margin-left: 0px;
  margin-right: 0px;
  table-layout: fixed;
  width: 100%;
  font-feature-settings: "kern", "liga", "tnum";
}

.sonic-table + p > cite, .sonic-table + cite {
    display: block;
    margin-bottom: 1.75rem;
    margin-top: -1rem;
    text-align: right;
  }

@media (min-width: 768px) {
    .sonic-table + p > cite, .sonic-table + cite {
      margin-bottom: 3rem;
      margin-top: -2rem;
    }
  }

.sonic-table + p > cite p, .sonic-table + cite p {
      margin-top: 0px;
      margin-bottom: 0px;
    }

.sonic-table caption {
    background-color: var(--secondary-700, #D0021B);
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    display: table-caption;
    margin: 0px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1.25rem;
    text-align: left;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.sonic-table caption a {
      color: currentColor;
    }

.sonic-table thead {
    display: none
  }

@media (min-width: 768px) {
    .sonic-table thead {
      display: table-header-group;
    }
  }

.sonic-table thead th {
      background-color: var(--gray-100, #f4f4f5);
      border-color: var(--gray-200, #e4e4e7);
      border-width: 1px;
    }

.sonic-table thead + tbody th {
      background-color: var(--gray-100, #f4f4f5);
    }

@media (min-width: 768px) {
      .sonic-table thead + tbody th {
        background-color: transparent;
      }
    }

.sonic-table thead + tbody th {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

.sonic-table tbody {
    display: table-row-group;
  }

.sonic-table tfoot {
    display: table-footer-group;
  }

.sonic-table tr {
    border-color: var(--gray-200, #e4e4e7);
    border-width: 1px;
    display: table-row;
    margin: 0px;
    padding: 0px
  }

@media (min-width: 768px) {
    .sonic-table tr {
      border-width: 0px;
    }
  }

.sonic-table tr:last-of-type {
      border-width: 0px;
    }

.sonic-table td, .sonic-table th {
    border-color: var(--gray-200, #e4e4e7);
    border-width: 1px;
    display: table-cell;
    padding: 1.5rem;
    text-align: left;
    vertical-align: top;
  }

.sonic-table th {
    background-color: var(--gray-100, #f4f4f5);
    border-width: 0px;
    border-bottom-width: 1px;
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

@media (min-width: 768px) {
    .sonic-table th {
      border-width: 1px;
      display: table-cell;
      padding: 1.5rem;
    }
  }

tr:first-of-type .sonic-table th {
      border-top-width: 0px;
    }

@media (min-width: 768px) {
      tr:first-of-type .sonic-table th {
        border-top-width: 1px;
      }
    }

.sonic-table th img {
      display: block;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: auto;
      margin-right: auto;
    }

.sonic-table td {
    border-color: var(--gray-200, #e4e4e7);
    border-width: 0px;
    display: block
  }

@media (min-width: 768px) {
    .sonic-table td {
      border-width: 1px;
      display: table-cell;
    }
  }

.sonic-table td[data-title]::before {
      display: block;
      font-weight: 700;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      margin-bottom: 0.25rem;
      margin-top: -1.5rem;
      padding: 1.5rem;
      padding-bottom: 0.75rem;
    }

@media (min-width: 768px) {
      .sonic-table td[data-title]::before {
        display: none;
      }
    }

.sonic-table td[data-title]::before {
      content: attr(data-title);
    }

.sonic-table td > ul:not([class]):first-child, .sonic-table td > ol:not([class]):first-child {
      margin-top: 0px;
    }

.sonic-table td :first-child {
      margin-top: 0px;
    }

.sonic-table td :last-child {
      margin-bottom: 0px;
    }

.sonic-table td :first-child:last-child {
      margin-top: 0px;
      margin-bottom: 0px;
    }

.sonic-table colgroup {
    display: none;
  }

@media (min-width: 768px) {
    .sonic-table colgroup {
      display: table-column-group;
    }
  }

/* headings */

.heading-jumbo {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .heading-jumbo {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.heading-1 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .heading-1 {
    font-size: 3rem;
    line-height: 1;
    line-height: 1.25;
  }
}

.heading-2 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 2rem;
}

@media (min-width: 768px) {
  .heading-2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.375;
  }
}

.heading-3 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .heading-3 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 2rem;
  }
}

.heading-4 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .heading-4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
  }
}

.heading-5 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .heading-5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.75rem;
  }
}

.heading-6 {
  font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .heading-6 {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 1.5rem;
  }
}

/* body */

.body-jumbo {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 2rem;
}

.body-1 {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.75rem;
}

.body-2 {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5rem;
}

.body-3 {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1.25rem;
}

.body-4 {
  font-family: var(--body-font-family), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

@media (min-width: 768px) {
  .body-4 {
    line-height: 1rem;
  }
}

.body-4 {
  font-size: 10px;
}

/* labels */

.label-1 {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: .75rem;
  text-transform: uppercase;
}

.label-2 {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: .75rem;
  text-transform: uppercase;
}

/* text colors */

.text-primary {
  color: var(--primary-700, #2471CB);
}

.text-primary-light {
    color: var(--primary-400, #669CDB);
  }

.text-primary-dark {
    color: var(--primary-900, #16447A);
  }

.text-secondary {
  color: var(--secondary-700, #D0021B);
}

.text-secondary-light {
    color: var(--secondary-400, #DE4E5F);
  }

.text-secondary-dark {
    color: var(--secondary-900, #7D0110);
  }

.text-tertiary {
  color: var(--tertiary-700, #EA7002);
}

.text-tertiary-light {
    color: var(--tertiary-400, #F09B4E);
  }

.text-tertiary-dark {
    color: var(--tertiary-900, #BB5A02);
  }

.text-accent {
  color: var(--accent-700, #7117AE);
}

.text-accent-light {
    color: var(--accent-400, #9C5DC6);
  }

.text-accent-dark {
    color: var(--accent-900, #5A128B);
  }

.text-gray {
  color: var(--gray-700, #3f3f46);
}

.text-gray-light {
    color: var(--gray-400, #a1a1aa);
  }

.text-gray-dark {
    color: var(--gray-900, #18181b);
  }

/* Child Theme Styles */

:root {
  /* globals */
  --body-font-family: "Open Sans", sans-serif;
  --body-color: var(--gray-700);
  --heading-font-family: "Poppins", sans-serif;
  --heading-color: var(--gray-900);
  --image-border-radius: 5px;
  --link-color: var(--secondary-800);
  --link-color-hover: var(--secondary-900);
  --button-font-size: 16px;
  --button-font-weight: 400;
  --interlink-font-size: 22px;
  /* partials */
  --footer-color: var(--primary-600);
  --footer-background-color: white;
  --footer-border-color: rgba(0, 0, 0, .1);
  /* components */
  --modal-button-background-color: var(--secondary-800);
  /* buttons */
  --button-border-radius: 0px;
  --button-text-transform: capitalize;
  --label-text-transform: capitalize;
  /* colors */
  /* Navy */
  --primary-900: #043E4C;
  --primary-800: #054656;
  --primary-700: #054E5F;
  --primary-600: #1E606F;
  --primary-500: #37717F;
  --primary-400: #50838F;
  --primary-300: #69959F;
  --primary-200: #B4CACF;
  --primary-100: #CDDBDF;
  --primary-50:  #E6EDEF;
  /* Green */
  --secondary-900: #456740;
  --secondary-800: #4D7448;
  --secondary-700: #568150;
  --secondary-600: #789A73;
  --secondary-500: #9AB396;
  --secondary-400: #ABC0A8;
  --secondary-300: #BBCDB9;
  --secondary-200: #CCD9CB;
  --secondary-100: #DDE6DC;
  --secondary-50:  #EEF2EE;
  /* Crimson */
  --tertiary-900: #7E3A2A;
  --tertiary-800: #8E422F;
  --tertiary-700: #9E4934;
  --tertiary-600: #A85B48;
  --tertiary-500: #BB8071;
  --tertiary-400: #CFA49A;
  --tertiary-300: #D8B6AE;
  --tertiary-200: #E2C8C2;
  --tertiary-100: #ECDBD6;
  --tertiary-50:  #F5EDEB;
  /* Canary */
  --accent-900: #906800;
  --accent-800: #D4A325;
  --accent-700: #ECB529;
  --accent-600: #F0C454;
  --accent-500: #F4D37F;
  --accent-400: #F6DA94;
  --accent-300: #F7E1A9;
  --accent-200: #F9E9BF;
  --accent-100: #FBF0D4;
  --accent-50:  #FDF8EA;
  /* Gray */
  --gray-900: #021F26;
  --gray-800: #1B353C;
  --gray-700: #354C51;
  --gray-600: #4E6267;
  --gray-500: #67797D;
  --gray-400: #818F93;
  --gray-300: #9AA5A8;
  --gray-200: #CCD2D4;
  --gray-100: #E6E9E9;
  --gray-50: #F1F1F1;
  /* Sea Moss */
  --quaternary-900: #65766B;
  --quaternary-800: #879D8E;
  --quaternary-700: #A9C4B2;
  --quaternary-600: #B2CABA;
  --quaternary-500: #BAD0C1;
  --quaternary-400: #CBDCD1;
  --quaternary-300: #D4E2D9;
  --quaternary-200: #E5EDE8;
  --quaternary-100: #EEF3F0;
  --quaternary-50: #F6F9F7;
  /* Tan */
  --quinary-900: #948F82;
  --quinary-800: #BDB6A5;
  --quinary-700: #D5CDBA;
  --quinary-600: #E9E2D0;
  --quinary-500: #F0E9D8;
  --quinary-400: #F2ECDD;
  --quinary-300: #F4EFE2;
  --quinary-200: #F6F2E7;
  --quinary-100: #F9F7F0;
  --quinary-50: #FDFCFA;
}

/* base */

/* @import "base/typography"; */

.sonic-btn {
  border-radius: 0px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 13px 25px;
  text-decoration: none;
}

.voyager-main {
  padding-top: 0px;
}

main, .page-template-template-home main {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  main, .page-template-template-home main {
    padding-top: 0px;
  }
}

.admin-bar main {
  padding-top: 3rem;
}

p {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

li {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

table {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

.content-container p > a {
  text-decoration: underline;
}

.sonic-table a * {
      color: inherit;
    }

@media (min-width: 768px) {
    .sonic-table caption {
      text-align: center;
    }
  }

figure.wp-block-table {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
}

figure.wp-block-table .content sonic-accordion > section > table:first-child {
      margin: -2rem;
      margin-bottom: 0px;
      position: relative;
      width: auto;
      top: -1px;
      width: calc(100% + 4rem);
    }

figure.wp-block-table .content sonic-accordion > section > table:first-child:last-child {
      margin-bottom: -2rem;
    }

figure.wp-block-table .content sonic-accordion[theme] > section > table:first-child {
      top: 0px;
    }

figure.wp-block-table table {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-collapse: collapse;
    border-color: var(--gray-200, #e4e4e7);
    border-radius: 0.375rem;
    border-width: 1px;
    display: table;
    margin-left: 0px;
    margin-right: 0px;
    table-layout: fixed;
    width: 100%;
    font-feature-settings: "kern", "liga", "tnum";
  }

figure.wp-block-table table + p > cite, figure.wp-block-table table + cite {
      display: block;
      margin-bottom: 1.75rem;
      margin-top: -1rem;
      text-align: right;
    }

@media (min-width: 768px) {
      figure.wp-block-table table + p > cite, figure.wp-block-table table + cite {
        margin-bottom: 3rem;
        margin-top: -2rem;
      }
    }

figure.wp-block-table table + p > cite p, figure.wp-block-table table + cite p {
        margin-top: 0px;
        margin-bottom: 0px;
      }

figure.wp-block-table table caption {
      background-color: var(--secondary-700, #D0021B);
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      display: table-caption;
      margin: 0px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-bottom: 1rem;
      padding-top: 1.25rem;
      text-align: left;
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

figure.wp-block-table table caption a {
        color: currentColor;
      }

figure.wp-block-table table thead {
      display: none
    }

@media (min-width: 768px) {
      figure.wp-block-table table thead {
        display: table-header-group;
      }
    }

figure.wp-block-table table thead th {
        background-color: var(--gray-100, #f4f4f5);
        border-color: var(--gray-200, #e4e4e7);
        border-width: 1px;
      }

figure.wp-block-table table thead + tbody th {
        background-color: var(--gray-100, #f4f4f5);
      }

@media (min-width: 768px) {
        figure.wp-block-table table thead + tbody th {
          background-color: transparent;
        }
      }

figure.wp-block-table table thead + tbody th {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }

figure.wp-block-table table tbody {
      display: table-row-group;
    }

figure.wp-block-table table tfoot {
      display: table-footer-group;
    }

figure.wp-block-table table tr {
      border-color: var(--gray-200, #e4e4e7);
      border-width: 1px;
      display: table-row;
      margin: 0px;
      padding: 0px
    }

@media (min-width: 768px) {
      figure.wp-block-table table tr {
        border-width: 0px;
      }
    }

figure.wp-block-table table tr:last-of-type {
        border-width: 0px;
      }

figure.wp-block-table table td, figure.wp-block-table table th {
      border-color: var(--gray-200, #e4e4e7);
      border-width: 1px;
      display: table-cell;
      padding: 1.5rem;
      text-align: left;
      vertical-align: top;
    }

figure.wp-block-table table th {
      background-color: var(--gray-100, #f4f4f5);
      border-width: 0px;
      border-bottom-width: 1px;
      display: block;
      padding-top: 1rem;
      padding-bottom: 1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem
    }

@media (min-width: 768px) {
      figure.wp-block-table table th {
        border-width: 1px;
        display: table-cell;
        padding: 1.5rem;
      }
    }

tr:first-of-type figure.wp-block-table table th {
        border-top-width: 0px;
      }

@media (min-width: 768px) {
        tr:first-of-type figure.wp-block-table table th {
          border-top-width: 1px;
        }
      }

figure.wp-block-table table th img {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
      }

figure.wp-block-table table td {
      border-color: var(--gray-200, #e4e4e7);
      border-width: 0px;
      display: block
    }

@media (min-width: 768px) {
      figure.wp-block-table table td {
        border-width: 1px;
        display: table-cell;
      }
    }

figure.wp-block-table table td[data-title]::before {
        display: block;
        font-weight: 700;
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        margin-bottom: 0.25rem;
        margin-top: -1.5rem;
        padding: 1.5rem;
        padding-bottom: 0.75rem;
      }

@media (min-width: 768px) {
        figure.wp-block-table table td[data-title]::before {
          display: none;
        }
      }

figure.wp-block-table table td[data-title]::before {
        content: attr(data-title);
      }

figure.wp-block-table table td > ul:not([class]):first-child, figure.wp-block-table table td > ol:not([class]):first-child {
        margin-top: 0px;
      }

figure.wp-block-table table td :first-child {
        margin-top: 0px;
      }

figure.wp-block-table table td :last-child {
        margin-bottom: 0px;
      }

figure.wp-block-table table td :first-child:last-child {
        margin-top: 0px;
        margin-bottom: 0px;
      }

figure.wp-block-table table colgroup {
      display: none;
    }

@media (min-width: 768px) {
      figure.wp-block-table table colgroup {
        display: table-column-group;
      }
    }

figure.wp-block-table table a * {
        color: inherit;
      }

@media (min-width: 768px) {
      figure.wp-block-table table caption {
        text-align: center;
      }
    }

/* partials */

/* active state */

.site-header.is-active {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

.site-header.is-active [data-sonic="primary-link"], .site-header.is-active [data-sonic="primary-direct-link"] {
      color: var(--gray-700, #3f3f46);
    }

@media (min-width: 1024px) {
      .site-header.is-active [data-sonic="primary-link"]:hover, .site-header.is-active [data-sonic="primary-direct-link"]:hover {
        color: var(--secondary-700, #D0021B);
      }
    }

@media (min-width: 1024px) {
        .site-header.is-active [data-sonic="primary-link"] svg {
          color: var(--secondary-700, #D0021B);
        }
      }

.site-header.is-active [data-sonic="secondary-nav"] {
      max-height: calc(100vh - 80px);
    }

@media (max-width: 1024px) {
    .site-header [data-sonic="primary-nav"] {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      height: calc(50vh - 80px);
    }

    .site-header.child-is-active [data-sonic="primary-nav"] {
      height: calc(100vh - 80px);
    }

    .site-header.child-is-not-active [data-sonic="primary-nav"] {
      height: calc(50vh - 80px);
    }
  }

.site-header .menu {
    color: var(--gray-900, #18181b);
  }

/* dropdown state */

.site-header [data-sonic="dropdown"]:hover [data-sonic="primary-link"]{
      font-weight: 700;
      color: var(--gray-700, #3f3f46);
    }

@media (min-width: 1024px) {
      .site-header [data-sonic="dropdown"]:hover > [data-sonic="secondary-nav"] {
        display: flex;
      }
    }

/* dropdown secondary menu icons */

.site-header .find-icon {
    background-image: url(https://res.cloudinary.com/highereducation/image/upload/v1/AffordableCollegesOnline.org-Sonic/theme-assets/find-menu.svg);
  }

.site-header .paying-icon {
    background-image: url(https://res.cloudinary.com/highereducation/image/upload/v1/AffordableCollegesOnline.org-Sonic/theme-assets/paying-menu.svg);
  }

.site-header .student-icon {
    background-image: url(https://res.cloudinary.com/highereducation/image/upload/v1/AffordableCollegesOnline.org-Sonic/theme-assets/student-menu.svg);
  }

.site-header .explore-icon {
    background-image: url(https://res.cloudinary.com/highereducation/image/upload/v1/AffordableCollegesOnline.org-Sonic/theme-assets/explore-menu.svg);
  }

body.mobile-nav-open .edu-lib-observee + header {
    top: 0;
  }

body.mobile-nav-open .edu-lib-header-container {
    display: none;
  }

.nav-copyright li:first-of-type::after {
      display: inline-block;
    }

.dots {
  background-color: transparent;
  border-style: none;
  color: var(--primary-700, #2471CB);
}

/* utilities */

/* @import "utilities/dropcap"; */

mark {
  color: inherit;
  background-color: inherit;
  overflow: visible;
  position: relative;
}

mark:after {
    content: "";
    height: .75em;
    width: 150%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 75%;
    right: -25%;
    background-image: url(https://res.cloudinary.com/highereducation/image/upload/v1/AffordableCollegesOnline.org-Sonic/theme-assets/mark.svg);
  }

.content-container p > a {
    text-decoration: underline;
  }

.content-container ul {
    margin-left: 1.25rem;
  }

.content-container ol {
    margin-left: 1.25rem;
  }

.content-container .student-reviews a {
      text-decoration: underline;
    }

.content-container .student-reviews .details > ul, .content-container .student-reviews .details > ol {
        margin-left: 1.25rem;
      }

.content-container .student-reviews .details > ul.no-list-styles, .content-container .student-reviews .details > ol.no-list-styles {
          margin: 0px;
        }

.content-container .student-reviews .details > ul.no-list-styles ul, .content-container .student-reviews .details > ol.no-list-styles ul {
            list-style-type: disc;
            padding-left: 2.5rem;
          }

.content-container .student-reviews > h2, .content-container .student-reviews > h3, .content-container .student-reviews > h4, .content-container .student-reviews > h5, .content-container .student-reviews > h6 {
      margin-bottom: 0.25rem;
      margin-top: 1rem;
    }

@media (min-width: 768px) {
      .content-container .student-reviews > ul, .content-container .student-reviews > ol, .content-container .student-reviews > ul.no-list-styles, .content-container .student-reviews > ol.no-list-styles {
        margin-left: 3rem;
      }
  }

@media (min-width: 1024px) {

.content-container {
    max-width: 820px;

    font-size: 1.125rem;

    line-height: 1.75rem
}
      .content-container .student-reviews > h2, .content-container .student-reviews > h3, .content-container .student-reviews > h4, .content-container .student-reviews > h5, .content-container .student-reviews > h6 {
        margin-bottom: 0.75rem;
        margin-top: 1.5rem;
      }
  }

/* components */

/* @import "components/section"; */

@media (max-width: 767px) {
  [data-cy="badge"] {
    display: none;
  }
}

.acf-hero {
  z-index: 0;
}

.contributors-tooltip__content p {
  margin-top: 0px;
  margin-bottom: 0px;
}

mark {
  padding-bottom: 1.5rem;
}

.acf-hero--full, .acf-hero--condense {
  padding-top: 0.75rem;
}

@media (min-width: 1024px) {
  .acf-hero--full, .acf-hero--condense {
    padding-top: 3.5rem;
  }
}

.acf-hero__content .container p {
  color: var(--gray-900, #18181b);
}

.hero .container p {
  color: var(--gray-900, #18181b);
}

@media (max-width: 768px) {
    .hero-home .hero-container {
      padding-bottom: 75vw;
    }
  }

@media (min-width: 768px) {
    .hero-home .hero-desktop-image {
      right: -25vw;
    }
  }

@media (min-width: 870px) {
    .hero-home .hero-desktop-image {
      right: -12.5vw;
    }
  }

@media (min-width: 768px) {

p.home-content {
    max-width: 50%
}
  }

p.home-subtitle {
  color: black;
}

@media (min-width: 768px) {

h1.home-title {
    max-width: 66%
}
  }

@media (min-width: 640px) and (max-width: 1024px) {
    .hero .container {
      max-width: 100%;
    }
  }

@media (min-width: 768px) {
    .hero .hero-image {
      width: calc(50% + (((100vw - 768px) / 2) + 32px));
      margin-right: calc((((100vw - 768px) / 2) * -1) - 16px);
    }
  }

@media (min-width: 1024px) {
    .hero .hero-image {
      width: calc(50% + (((100vw - 1024px) / 2) + 32px));
      margin-right: calc((((100vw - 1024px) / 2) * -1) - 16px);
    }
  }

@media (min-width: 1280px) {
    .hero .hero-image {
      width: calc(50% + (((100vw - 1280px) / 2) + 32px));
      margin-right: calc((((100vw - 1280px) / 2) * -1) - 16px);
    }
  }

@media (min-width: 1681px) {
    .hero .hero-image {
      width: calc(50% + 4rem);
      margin-right: calc((((100vw - 1280px) / 2) * -1) - 16px);
    }
  }

@media (min-width: 768px) {
  .values-section .swiper-wrapper {
    display: grid;
  }
    .content ul.values-section .swiper-wrapper {
      list-style-type: disc;
      padding-left: 2.25rem;
    }
      .content ul.values-section .swiper-wrapper > li:first-of-type {
        margin-top: 1.25rem;
      }
    .content ol.values-section .swiper-wrapper {
      list-style-type: decimal;
      padding-left: 2.25rem;
    }
      .content ol.values-section .swiper-wrapper > li:first-of-type {
        margin-top: 1.25rem;
      }
}

.qdf-cta sonic-tooltip {
    --label-color: white;
  }

.qdf-cta sonic-qdf {
    --button-border-radius: 0px;
    --button-text-transform: capitalize;
  }

@media screen and ( min-width: 1024px) {

.posts-swiper .offset-container {
      max-width: calc(100vw - 16px);

      margin: 0 0 0 16px
  }
    }

@media screen and ( min-width: 1320px ) {

.posts-swiper .offset-container {
      max-width: calc(1280px + ((100vw - 1280px) / 2 ));

      margin: 0 0 0 calc((100vw - 1280px) / 2)
  }
    }

/* Setting dimenions here in order to override default swiper applied styles. */

.posts-swiper.swiper-large .swiper-slide {
      height: auto;
    }

.posts-swiper.swiper-large .swiper-container, .posts-swiper.swiper-large .swiper-wrapper {
      align-items: stretch;
      padding-bottom: 0.5rem;
    }

.posts-swiper.swiper-small .swiper-slide {
      height: 16rem;
      width: 16rem;
    }

.posts-swiper.swiper-small .swiper-slide::before {
        content: '';
        background-color: var(--accent-700, #7117AE);
        display: block;
        height: 100%;
        pointer-events: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        z-index: 20;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        transition-duration: 300ms;
      }

.posts-swiper.swiper-small .swiper-slide:hover::before {
          width: 0.25rem;
        }

.posts-swiper .swiper-button-disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
  }

:root {
  --rankings-accordion-bg: var(--primary-50);
  --rankings-accordion-bg-open: var(--primary-900);
  --rankings-accordion-text-color: var(--primary-700);
  /* Numbers */
  --rankings-accordion-number-bg: var(--primary-900);
  --rankings-accordion-number-bg-open: var(--primary-700);
  /* Buttons */
  --rankings-accordion-button-bg: var(--secondary-700);
  /* Icons */
  --rankings-accordion-icon-color: var(--primary-900);
  /* Fonts */
  --mobile-accordion-title-font-size: 1.125rem;
  --accordion-title-font-size: 1.5rem;
}

.accordion-rankings ol.sonic-accordion .activator::before {
      font-size: 1.125rem;
    }

@media (min-width: 768px) {

.accordion-rankings ol.sonic-accordion .activator::before {
        font-size: 1.5rem
    }
      }

.accordion-rankings ol.sonic-accordion .activator::after {
      content: url("https://res.cloudinary.com/highereducation/images/v1679596588/AffordableCollegesOnline.org/accordion-arrow-collapse/accordion-arrow-expand.svg");
    }

.accordion-rankings ol.sonic-accordion .activator.open::after {
        content: url("https://res.cloudinary.com/highereducation/images/v1679596588/AffordableCollegesOnline.org/accordion-arrow-collapse/accordion-arrow-collapse.svg");
      }

.accordion-rankings .view-more-button > button {
    border-radius: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: .75rem;
    padding: 0.75rem;
  }

/* V3 Layout */

.v3-rankings sonic-qdf {
    min-height: 0;
  }

.v3-rankings {
  --button-toggle-sponsored-school-background-color: var(--accent-100, #FBF0D4);
  --sponsored-card-title: var(--primary-800);
  --sponsored-card-border-width: 1px;
}

@media (min-width: 768px) {
    .rankings-mobile-swiper .swiper-wrapper {
      display: grid;
    }
      .rankings-mobile-swiper .content ul.swiper-wrapper {
        list-style-type: disc;
        padding-left: 2.25rem;
      }
        .rankings-mobile-swiper .content ul.swiper-wrapper > li:first-of-type {
          margin-top: 1.25rem;
        }
      .rankings-mobile-swiper .content ol.swiper-wrapper {
        list-style-type: decimal;
        padding-left: 2.25rem;
      }
        .rankings-mobile-swiper .content ol.swiper-wrapper > li:first-of-type {
          margin-top: 1.25rem;
        }
    @media (min-width: 768px) {
      .rankings-mobile-swiper .swiper-container {
        overflow: visible;
      }
    }
}

sonic-callout[fullwidth] {
    padding-left: 0px;
    padding-right: 0px;
  }

sonic-callout[fullwidth] + .editorial-listings-container{
      margin-top: 0px;
    }

sonic-callout::before {
    z-index: -1;
  }

sonic-callout > ul, sonic-callout > ol {
    margin-left: 1.25rem;
  }

sonic-callout > ul.no-list-styles, sonic-callout > ol.no-list-styles {
      margin: 0px;
    }

sonic-callout {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

sonic-checklist-item ul {
  list-style-type: disc;
  padding-left: 2.5rem;
}

@media screen and (min-width: 1024px) {

sonic-accordion{
    font-size: 1.125rem;

    line-height: 1.75rem
}
  }

sonic-bio {
  --tw-shadow: none!important;
}

sonic-link-card {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

sonic-link-card.with-bg {
    background-color: var(--quinary-100, #ccebe1);
  }

sonic-columns sonic-link-card {
  width: 100%;
}

[data-sonic="review-card"] .details .details-list {
      margin-top: 0;
      margin-bottom: 0;
    }

[data-sonic="review-card"] .details .details-list li {
        margin-right: 14px;
        margin-bottom: 0;
        margin-top: 0;
      }

[data-sonic="review-card"] .rating-wrapper > .experience > p {
    margin-top: 0;
    margin-bottom: 0;
  }

[data-sonic="review-card"] .bottom-content .question {
      margin-top: 0;
      margin-bottom: 6px;
    }

[data-sonic="review-card"] .bottom-content .answer {
      margin: 0;
    }

[data-sonic="review-card"] .bottom-content .checklist ul {
        margin-top: 26px;
        margin-bottom: 0;
        padding-left: 0;
      }

[data-sonic="review-card"] .bottom-content .checklist ul li {
          margin-top: 0;
          margin-bottom: 12px;
          margin-right: 9px;
        }

[data-sonic="review-card"] .bottom-content .checklist ul li::before {
            content: url('https://res.cloudinary.com/highereducation/images/v1679596592/AffordableCollegesOnline.org/check/check.svg');
            margin-right: 6px;
          }

[data-sonic="review-card"] .bottom-content .recommendation[data-recommends="true"]::before{
        content: url('https://res.cloudinary.com/highereducation/images/v1679596595/AffordableCollegesOnline.org/thumbs-down/thumbs-up.svg');
        display: inline-block;
        margin-right: 6px;
        height: 17px;
        position: relative;
        top: 2px;
      }

[data-sonic="review-card"] .bottom-content .recommendation[data-recommends="false"]::before{
        content: url('https://res.cloudinary.com/highereducation/images/v1679596595/AffordableCollegesOnline.org/thumbs-down/thumbs-down.svg');
        display: inline-block;
        margin-right: 6px;
        height: 17px;
        position: relative;
        top: 3px;
      }

[data-sonic="filter-reviews-btn"]::before {
    content: url('https://res.cloudinary.com/highereducation/images/v1679596601/AffordableCollegesOnline.org/filter-icon/filter-icon.svg');
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 11px;
  }

[data-sonic="side-bar"] [data-active="true"] {
    background-color: #568150;
    color: #FFFFFF;
  }

[data-sonic="side-bar"] [data-active="true"]::after {
      content: url('https://res.cloudinary.com/highereducation/images/v1679596597/AffordableCollegesOnline.org/x-green/x-white.svg');
      display: inline-block;
      margin-left: 7px;
      position: relative;
      bottom: 1px;
    }

[data-sonic="side-bar"] .filter-reivews-by > p {
    margin-top: 0;
    margin-bottom: 0;
  }

[data-sonic="side-bar"] .characteristics > p, [data-sonic="side-bar"] .topics > p {
    margin-top: 0;
    margin-bottom: 24px;
  }

@media only screen and (max-width: 767px){
  [data-sonic="reviews"] > p {
    margin-bottom: 20px;
  }
}

[data-sonic="reviews"] p {
    margin-top: 0;
    margin-bottom: 40px;
  }

[data-sonic="reviews"] [data-sonic="pagination"] > button[data-active="true"] {
    border-color: #9AB396;
    color: #789A73;
  }

[data-sonic="student-reviews"] > .student-reviews-headings h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

[data-sonic="student-reviews"] > .student-reviews-headings p {
    margin-top: 0;
    margin-bottom: 0;
  }

[data-sonic="side-bar"][data-mobile-filter-active="true"] {
  background-color: #FFFFFF;
  z-index: 100;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 14px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  overflow-y: scroll;
}

[data-sonic="side-bar"][data-mobile-filter-active="true"] [data-mobile-cancel-filter]::before {
    content: url('https://res.cloudinary.com/highereducation/images/v1679596597/AffordableCollegesOnline.org/x-green/x-green.svg');
    display: block;
    position: relative;
    top: 2px;
  }

[data-pagination-prev]::before {
  content: url('https://res.cloudinary.com/highereducation/images/v1679596591/AffordableCollegesOnline.org/arrow-narrow-left/arrow-narrow-left.svg');
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

[data-pagination-next]::after {
  content: url('https://res.cloudinary.com/highereducation/images/v1679596591/AffordableCollegesOnline.org/arrow-narrow-left/arrow-narrow-right.svg');
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px){
  [data-pagination] {
    display: none;
  }
}

.dropdown-wrapper::after {
    content: url('https://res.cloudinary.com/highereducation/images/v1679596594/AffordableCollegesOnline.org/dropdown/dropdown.svg');
    position: relative;
    right: 10px;
    bottom: 2px;
  }

.dropdown-wrapper select {
    -webkit-appearance: none;
  }

.dropdown-wrapper select::ms-expand {
      display: none;
    }

#hero-toc > ul > li > a:hover {
  text-decoration: underline;
}

@media (min-width: 640px) {

  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }

  .sm\:float-none {
    float: none;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:align-baseline {
    vertical-align: baseline;
  }

  .sm\:align-top {
    vertical-align: top;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:align-bottom {
    vertical-align: bottom;
  }

  .sm\:align-text-top {
    vertical-align: text-top;
  }

  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-max {
    width: -moz-max-content;
    width: max-content;
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:border-gray-100 {
    border-color: var(--gray-100, #f4f4f5);
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:float-none {
    float: none;
  }

  .md\:font-heading {
    font-family: var(--heading-font-family), ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:m-auto {
    margin: auto;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:-mx-1\/2vw {
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:mr-28 {
    margin-right: 7rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:-mr-1\/2vw {
    margin-right: -50vw;
  }

  .md\:-ml-1\/2vw {
    margin-left: -50vw;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

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

  .md\:align-baseline {
    vertical-align: baseline;
  }

  .md\:align-top {
    vertical-align: top;
  }

  .md\:align-middle {
    vertical-align: middle;
  }

  .md\:align-bottom {
    vertical-align: bottom;
  }

  .md\:align-text-top {
    vertical-align: text-top;
  }

  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:border-gray-200 {
    border-color: var(--gray-200, #e4e4e7);
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:cursor-default {
    cursor: default;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:self-center {
    align-self: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

  .lg\:float-none {
    float: none;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-none {
    line-height: 1;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:static {
    position: static;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-gray-700 {
    color: var(--gray-700, #3f3f46);
  }

  .lg\:text-gray-900 {
    color: var(--gray-900, #18181b);
  }

  .lg\:hover\:text-primary-700:hover {
    color: var(--primary-700, #2471CB);
  }

  .lg\:align-baseline {
    vertical-align: baseline;
  }

  .lg\:align-top {
    vertical-align: top;
  }

  .lg\:align-middle {
    vertical-align: middle;
  }

  .lg\:align-bottom {
    vertical-align: bottom;
  }

  .lg\:align-text-top {
    vertical-align: text-top;
  }

  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .lg\:visible {
    visibility: visible;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .lg\:gap-y-4 {
    row-gap: 1rem;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:rotate-90 {
    --tw-rotate: 90deg;
  }
}

@media (min-width: 1280px) {

  .xl\:bg-center {
    background-position: center;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:float-right {
    float: right;
  }

  .xl\:float-left {
    float: left;
  }

  .xl\:float-none {
    float: none;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:leading-8 {
    line-height: 2rem;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }

  .xl\:-mx-60 {
    margin-left: -15rem;
    margin-right: -15rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mr-28 {
    margin-right: 7rem;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pt-36 {
    padding-top: 9rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

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

  .xl\:align-baseline {
    vertical-align: baseline;
  }

  .xl\:align-top {
    vertical-align: top;
  }

  .xl\:align-middle {
    vertical-align: middle;
  }

  .xl\:align-bottom {
    vertical-align: bottom;
  }

  .xl\:align-text-top {
    vertical-align: text-top;
  }

  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }

  .xl\:w-96 {
    width: 24rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {

  .\32xl\:float-right {
    float: right;
  }

  .\32xl\:float-left {
    float: left;
  }

  .\32xl\:float-none {
    float: none;
  }

  .\32xl\:align-baseline {
    vertical-align: baseline;
  }

  .\32xl\:align-top {
    vertical-align: top;
  }

  .\32xl\:align-middle {
    vertical-align: middle;
  }

  .\32xl\:align-bottom {
    vertical-align: bottom;
  }

  .\32xl\:align-text-top {
    vertical-align: text-top;
  }

  .\32xl\:align-text-bottom {
    vertical-align: text-bottom;
  }
}

