/*!
Theme Name: Blocks
Theme URI: http://underscores.me/
Author: Ben Brophy; Miles Technologies
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: blocks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Blocks is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*! tailwindcss v2.2.7 | 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;
  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.
*/

abbr[title] {
  text-decoration: underline dotted;
}

/**
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,
kbd,
samp,
pre {
  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.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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,
optgroup,
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='reset'],
[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.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
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.
*/

summary {
  display: list-item;
}

/**
 * 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.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

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: currentColor; /* 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::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="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,
optgroup,
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.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * 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;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

/* Variables - PostCSS Simple Variables */

/* blue */

/* purple */

/* dark purple */

/* yellow */

/* black */

body {
  /* Global */
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-family:'expressway', sans-serif;
  font-weight:400;
}

h1, h2, h3, h4, h5, h6 {
  font-family:'utopia-std-display', serif;
  font-weight:400;
}

.font-expressway {
  font-family:'expressway', sans-serif;
}

.font-utopia {
  font-family:'utopia-std-display', serif;
}

header.header {
  font-weight:300;
}

@media (min-width: 768px) {
    header.header a.button {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
  }

main a:hover, footer a:hover {
    --tw-text-opacity: 1;
    color: rgba(31, 222, 134, var(--tw-text-opacity));
    transition: all .3s;
    text-decoration:none;
  }

main a:hover svg path, footer a:hover svg path {
      fill:#1fde86;
      transition: all .3s;
    }

main a:not(.button) {
  text-decoration: underline;
}

/* UNDERLINE FIXES */

section.basic-card-feat-locations-section a, section.cards-block a, div.locations-grid a, div.single-locations a, div.news-hero a {
  text-decoration: none;
}

main p {
  margin-bottom: 1.5rem;
  font-weight: 300;
}

main .single-locations p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

main .single-locations p.address-lines {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {

img.alignright {
    float: right;

    margin: 0 0 1em 1em
}
  }

img.alignleft {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px) {

img.alignleft {
    float: left;

    margin: 0 1em 1em 0
}
  }

section.info-block p.eyebrow {
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
  }

section.info-block ul {
    font-weight: 300;
    list-style-type:disc;
  }

section.info-block ul li {
      margin-bottom: 1rem;
      margin-left: 1.5rem;
      line-height:1.7em;
    }

section.info-block ul.check-circle li {
    margin-bottom: 1.5rem;
    display: flex;
    line-height:25px;
  }

section.info-block ul.check-circle li:before {
      background-image: url('../base-blocks-theme-master/css/img/check-circle.svg');
      content:'';
      width:25px;
      height:25px;
      margin-right: 0.5rem;
      display: inline-block;
    }

section p.eyebrow {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.025em;
  }

section h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

@media (min-width: 768px) {

section h2 {
      font-size:2.5em
  }
    }

section p {
    line-height:2 !important;
  }

footer.footer .form-container {
    max-width:320px;
  }

@media (min-width: 768px) {

footer.footer .form-container {
      max-width:400px
  }
    }

footer.footer .form-container .field-container label {
        display: block;
        font-size: 0.875rem;
        line-height: 1.25rem;
        --tw-text-opacity: 1;
        color: rgba(144, 144, 144, var(--tw-text-opacity));
      }

footer.footer .form-container .field-container input {
        background:transparent;
        margin-bottom: 1rem;
        width: 100%;
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgba(144, 144, 144, var(--tw-border-opacity));
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        outline: 2px solid transparent;
        outline-offset: 2px;
      }

footer.footer .form-container .field-container input:active, footer.footer .form-container .field-container input:focus {
        --tw-border-opacity: 1;
        border-color: rgba(31, 222, 134, var(--tw-border-opacity));
      }

footer.footer .form-container .field-container span.req {
        font-weight: 700;
        --tw-text-opacity: 1;
        color: rgba(220, 38, 38, var(--tw-text-opacity));
      }

footer.footer .form-container button svg path {
      fill:#909090;
      transition: all .5s;
    }

footer.footer .form-container button:hover svg path, footer.footer .form-container button:focus svg path, footer.footer .form-container button:active svg path {
      fill:#1fde86;
    }

/* LOCATIONS SLIDER */

.locations-slider section.slider-block div.slick-slider button.slick-prev {
    left:37%;
    display:none !important;
  }

.locations-slider section.slider-block div.slick-slider button.slick-prev:before {
      background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23ffffff' d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/></svg>");
      background-color:transparent;
      transition:all .5s;
      height: auto;
      width: auto;
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgba(31, 222, 134, var(--tw-bg-opacity));
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      padding-right: 2rem;
      padding-left: 1rem;
    }

@media (min-width: 1024px) {

.locations-slider section.slider-block div.slick-slider button.slick-prev {
      display:inline-block !important
  }
    }

.locations-slider section.slider-block div.slick-slider button.slick-next {
    left:61%;
    display:none !important;
  }

.locations-slider section.slider-block div.slick-slider button.slick-next:before {
      background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23ffffff' d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'/></svg>");
      background-color:transparent;
      transition:all .5s;
      height: auto;
      width: auto;
      border-radius: 9999px;
      --tw-bg-opacity: 1;
      background-color: rgba(31, 222, 134, var(--tw-bg-opacity));
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      padding-right: 1rem;
      padding-left: 2rem;
    }

@media (min-width: 1024px) {

.locations-slider section.slider-block div.slick-slider button.slick-next {
      display:inline-block !important
  }
    }

.locations-slider section.slider-block div.slick-slider button.slick-prev:hover:before {
      background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23ffffff' d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/></svg>");
      --tw-bg-opacity: 1;
      background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
    }

.locations-slider section.slider-block div.slick-slider button.slick-next:hover:before {
      background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><path fill='%23ffffff' d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'/></svg>");
      --tw-bg-opacity: 1;
      background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
    }

/* NEWS Changes */

.news-hero h1 {
    line-height:1.25 !important;
  }

.news-content h2 {
    margin-bottom: 2rem;
    letter-spacing: 0em;
  }

@media (min-width: 768px) {
    .news-content h2 {
      font-size: 3rem;
      line-height: 1;
    }
  }

.news-content h2 {
    line-height:1.25 !important;
  }

.news-content h3 {
    font-family:'expressway', sans-serif;
    letter-spacing: 0em;
  }

@media (min-width: 768px) {
    .news-content h3 {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

.news-content h3 {
    line-height:1.25 !important;
  }

.news-content p {
    margin-bottom: 1.5rem;
    letter-spacing: 0.025em;
  }

@media (min-width: 768px) {
    .news-content p {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }

.news-content p {
    line-height:1.85 !important;
  }

.news-content a {
    font-weight: 700;
    text-decoration: underline;
  }

.news-content a:hover {
      --tw-text-opacity: 1;
      color: rgba(3, 26, 60, var(--tw-text-opacity));
      text-decoration: none;
    }

.news-content blockquote {
    font-family:'utopia-std-display', serif;
    margin-bottom: 2rem;
    border-left-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgba(31, 222, 134, var(--tw-border-opacity));
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

.news-content blockquote p {
      margin-bottom: 0px;
      display: inline;
      font-size: 2.25rem;
      line-height: 2.5rem;
      letter-spacing: 0em;
      line-height:1.25 !important;
    }

.news-content blockquote:before {
      content:"\0201C";
      display:inline;
    }

.news-content blockquote:after {
      content:"\0201D";
      display:inline;
    }

.news-content div.share-icons a:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 18, 41, var(--tw-bg-opacity));
  }

.news-content div.share-icons a:hover svg path {
      fill:#f5f5f5;
    }

/* NEWS Link */

a.news-single-link {
  text-decoration:none !important;
}

a.news-single-link:hover h3, a.news-single-link:active h3, a.news-single-link:focus h3 {
      text-decoration:underline;
      text-decoration-color:#1fde86;
      text-decoration-thickness:6px;
      text-decoration-skip-ink:none;
    }

/* Homepage */

section.hero-image-block.hero h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
    line-height: 1;
    line-height: 1.5;
  }

@media (min-width: 768px) {
    section.hero-image-block.hero h1 {
      font-size: 3.75rem;
      line-height: 1;
    }
  }

section.hero-image-block.hero p {
    line-height: 1.625;
  }

@media (min-width: 768px) {
    section.hero-image-block.hero a.button {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  }

/* LOCATIONS PAGE */

div.filter-row a {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgba(3, 26, 60, var(--tw-text-opacity));
  text-decoration: none !important;
}

div.filter-row a.filter-active {
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

@media (min-width: 768px) {

div.filter-row a.filter-active {
      border-bottom-width: 2px;

      --tw-border-opacity: 1;

      border-color: rgba(3, 26, 60, var(--tw-border-opacity));

      background-color: transparent;

      --tw-text-opacity: 1;

      color: rgba(3, 26, 60, var(--tw-text-opacity))
  }
    }

.filter-show {
  display: block;
}

.filter-hide {
  display: none;
}

.locations-card-wrapper {
  transition: all .5s;
}

section.square-card-section h2 {
    margin-bottom: 4rem;
  }

/* FORM STYLES */

#main .contact-form .gform_wrapper, #main .investor-form .gform_wrapper {
  max-width: none;
  padding:0;
}

#main .contact-form .gform_wrapper label.gfield_label, #main .investor-form .gform_wrapper label.gfield_label {
    color:#062a40;
    display: block;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

#main .contact-form .gform_wrapper textarea, #main .contact-form .gform_wrapper input:not([type=submit]):not([type=checkbox]), #main .investor-form .gform_wrapper textarea, #main .investor-form .gform_wrapper input:not([type=submit]):not([type=checkbox]) {
    background-color:#f6f6f6;
    border-radius:3px;
    color:#062a40;
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(144, 144, 144, var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
  }

#main .contact-form .gform_wrapper div.gfield, #main .contact-form .gform_wrapper fieldset.gfield, #main .investor-form .gform_wrapper div.gfield, #main .investor-form .gform_wrapper fieldset.gfield {
    margin-bottom: 1rem;
  }

#main .contact-form .gform_wrapper div.gfield input + label, #main .contact-form .gform_wrapper fieldset.gfield input + label, #main .investor-form .gform_wrapper div.gfield input + label, #main .investor-form .gform_wrapper fieldset.gfield input + label {
      padding:0;
    }

#main .contact-form .gform_wrapper textarea:active, #main .contact-form .gform_wrapper textarea:focus, #main .contact-form .gform_wrapper input:not([type=submit]):not([type=checkbox]):active, #main .contact-form .gform_wrapper input:not([type=submit]):not([type=checkbox]):focus, #main .investor-form .gform_wrapper textarea:active, #main .investor-form .gform_wrapper textarea:focus, #main .investor-form .gform_wrapper input:not([type=submit]):not([type=checkbox]):active, #main .investor-form .gform_wrapper input:not([type=submit]):not([type=checkbox]):focus {
    --tw-border-opacity: 1;
    border-color: rgba(31, 222, 134, var(--tw-border-opacity));
  }

#main .contact-form .gform_wrapper span.req, #main .investor-form .gform_wrapper span.req {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

#main .contact-form .gform_wrapper input[type=submit], #main .investor-form .gform_wrapper input[type=submit] {
    border-radius: 9999px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-transform: initial;
  }

#main .contact-form .gform_wrapper input[type=submit]:hover, #main .investor-form .gform_wrapper input[type=submit]:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 222, 134, var(--tw-bg-opacity));
    }

/* page specific */

.page-id-1363 section.cards-block a svg path {
    fill:#1fde86;
  }

.page-id-1363 section.cards-block a:hover svg path {
    fill:#000d2d;
  }

/* assistant-regular - latin */

@font-face {
  font-family: 'Assistant';

  font-style: normal;

  font-weight: 400;

  src: url('css/fonts/Assistant/assistant-v7-latin-regular.eot'); /* IE9 Compat Modes */

  src: local(''),
       url('css/fonts/Assistant/assistant-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/Assistant/assistant-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/Assistant/assistant-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/Assistant/assistant-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/Assistant/assistant-v7-latin-regular.svg#Assistant') format('svg'); /* Legacy iOS */
}

/* assistant-600 - latin */

@font-face {
  font-family: 'Assistant';

  font-style: normal;

  font-weight: 600;

  src: url('css/fonts/Assistant/assistant-v7-latin-600.eot'); /* IE9 Compat Modes */

  src: local(''),
       url('css/fonts/Assistant/assistant-v7-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/Assistant/assistant-v7-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/Assistant/assistant-v7-latin-600.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/Assistant/assistant-v7-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/Assistant/assistant-v7-latin-600.svg#Assistant') format('svg'); /* Legacy iOS */
}

/* assistant-700 - latin */

@font-face {
  font-family: 'Assistant';

  font-style: normal;

  font-weight: 700;

  src: url('css/fonts/Assistant/assistant-v7-latin-700.eot'); /* IE9 Compat Modes */

  src: local(''),
       url('css/fonts/Assistant/assistant-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/Assistant/assistant-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/Assistant/assistant-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/Assistant/assistant-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/Assistant/assistant-v7-latin-700.svg#Assistant') format('svg'); /* Legacy iOS */
}

/* inter-regular - latin */

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  src: url('css/fonts/Inter/inter-v3-latin-regular.eot'); /* IE9 Compat Modes */

  src: local(''),
       url('css/fonts/Inter/inter-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/Inter/inter-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/Inter/inter-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/Inter/inter-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/Inter/inter-v3-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-500 - latin */

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 500;

  src: url('css/fonts/Inter/inter-v3-latin-500.eot'); /* IE9 Compat Modes */

  src: local(''),
       url('css/fonts/Inter/inter-v3-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/Inter/inter-v3-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/Inter/inter-v3-latin-500.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/Inter/inter-v3-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/Inter/inter-v3-latin-500.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-600 - latin */

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 600;

  src: url('css/fonts/Inter/inter-v3-latin-600.eot'); /* IE9 Compat Modes */

  src: local(''),
       url('css/fonts/Inter/inter-v3-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/Inter/inter-v3-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/Inter/inter-v3-latin-600.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/Inter/inter-v3-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/Inter/inter-v3-latin-600.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-700 - latin */

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 700;

  src: url('css/fonts/Inter/inter-v3-latin-700.eot'); /* IE9 Compat Modes */

  src: local(''),
       url('css/fonts/Inter/inter-v3-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('css/fonts/Inter/inter-v3-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('css/fonts/Inter/inter-v3-latin-700.woff') format('woff'), /* Modern Browsers */
       url('css/fonts/Inter/inter-v3-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('css/fonts/Inter/inter-v3-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}

h1, h2, h3, h4, h5, h6, .primary-nav-menu *, .button {
  line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: .02em;
}

h1 {
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 640px) {

h1 {
    font-size: 3rem;

    line-height: 1
}
  }

@media (min-width: 1280px) {

h1 {
    font-size: 3.75rem;

    line-height: 1
}
  }

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height:1.2 !important;
}

@media (min-width: 640px) {

h2 {
    font-size: 1.875rem;

    line-height: 2.25rem
}
  }

@media (min-width: 1280px) {

h2 {
    font-size: 2.25rem;

    line-height: 2.5rem
}
  }

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 640px) {

h3 {
    font-size: 1.5rem;

    line-height: 2rem
}
  }

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}

section, header, footer {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.hero .eyebrow {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1280px) {

.hero .eyebrow {
    font-size: 1.25rem;

    line-height: 1.75rem
}
  }

.eyebrow {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  letter-spacing: .125em;
}

p a span{
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
  text-decoration: underline;
}

.section-heading a {
  text-decoration: underline;
}

.signature {
  font-family: 'Mr Dafoe', cursive;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1280px) {

.hero-profile h1 {
      font-size: 2.25rem;

      line-height: 2.5rem
  }
    }

.wysiwyg ul li {
    position: relative;
    padding-left: 0.75rem;
  }

.wysiwyg ul li::before {
      content: '\2022';
      position: absolute;
      left: 0px;
    }

.blog .pagination .nav-links, .search .pagination .nav-links, .category .pagination .nav-links {
      display: flex;
    }

.blog .pagination .page-numbers, .search .pagination .page-numbers, .category .pagination .page-numbers {
      border-radius: 0.25rem;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgba(209, 213, 219, var(--tw-border-opacity));
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.75rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 500;
      line-height: 1.25rem;
      line-height: 1;
      --tw-text-opacity: 1;
      color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

.blog .pagination .page-numbers.current, .search .pagination .page-numbers.current, .category .pagination .page-numbers.current {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
      }

.blog .pagination a.page-numbers:hover, .search .pagination a.page-numbers:hover, .category .pagination a.page-numbers:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
      }

.blog .screen-reader-text, .search .screen-reader-text, .category .screen-reader-text {
    display: none;
  }

/* Header Styles */

.header {
  left: 0px;
  right: 0px;
  z-index: 30;
}

.header, .header .logo {
    transition: all .3s;
  }

@media (min-width: 768px) {

.header.small {

      padding-top: 1px
  }
      .header.small .logo {
        width: 8rem;
        padding-bottom: 0px;
      }
    }

.header:not(.scroll-top-0) {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

/* Remove Default Chrome close button on search fields */

input[type=text]::-ms-clear {  display: none; width : 0; height: 0;
}

input[type=text]::-ms-reveal {  display: none; width : 0; height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none;
}

.search-form input[type="submit"] {
    background-size: 17px 14px;
  }

/* Styling for Wordpress-Generated Navigation Menu - Mobile Side Drawer Menu */

.nav-wrapper {
  position: fixed;
  z-index: 40;
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transform: translateY(-100%);
  transition: all .3s ease-in-out;
}

.nav-wrapper.active {
    transform: translateY(62px);
  }

@media (min-width: 768px) {

.nav-wrapper {
    transform: translateX(0);

    position: static;

    overflow-y: visible;

    background-color: transparent;

    padding: 0px
}
  }

/* HOME TRANSPARENT MENU STYLES */

.scroll-top-0 .primary-nav-menu {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.scroll-top-0 .primary-nav-menu > li > a:hover {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

.scroll-top-0 .centerpark-logo svg path {
  fill:#fff;
}

.scroll-top-0 div.mobile-nav svg path {
  fill:#fff;
}

/* END HOME TRANSPARENT MENU STYLES */

/* ================================ */

/* NEW MOBILE STYLES */

div.mobile-nav div.hamburger-icon.active svg path {
  fill:#031a3c;
}

header.header.active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

header.header.active .centerpark-logo svg path {
  fill:#031a3c;
}

div.nav-wrapper.active .primary-nav-menu {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(3, 26, 60, var(--tw-text-opacity));
}

a.get-in-touch {
  position: relative;
  z-index: 10;
  display: block;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgba(31, 222, 134, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  a.get-in-touch {
    display: none;
  }
}

/* END NEW MOBILE STYLES */

.primary-nav-menu {
  --tw-text-opacity: 1;
  color: rgba(3, 26, 60, var(--tw-text-opacity));
}

.primary-nav-menu > li > a {
    position: relative;
    z-index: 10;
    display: block;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.primary-nav-menu li.current-menu-item > a {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(3, 26, 60, var(--tw-border-opacity));
  }

.primary-nav-menu .sub-menu > li > a {
      display: block;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      padding-left: 1.25rem;
      font-size: 1.125rem;
      line-height: 1.75rem;
      --tw-text-opacity: 1;
      color: rgba(17, 24, 39, var(--tw-text-opacity));
    }

.primary-nav-menu .sub-menu > li > a:hover {
      border-bottom-width: 2px;
      --tw-border-opacity: 1;
      border-color: rgba(3, 26, 60, var(--tw-border-opacity));
    }

.primary-nav-menu .sub-menu li.current-menu-item > a {
      border-bottom-width: 2px;
      --tw-border-opacity: 1;
      border-color: rgba(3, 26, 60, var(--tw-border-opacity));
    }

.primary-nav-menu > li {
    position: relative;
  }

.primary-nav-menu > li.menu-item-has-children::before {
        content: "";
        background-image: url('/css/img/right-facing-arrow.png');
        background-size: contain;
        position: absolute;
        height: 1.5rem;
        width: 1.5rem;
        right: 10px;
        top: 11px;
        transition: all .1s;
      }

@media (min-width: 768px) {

.primary-nav-menu > li.menu-item-has-children::before {
          background-image: none;

          top: auto;

          right: auto;

          transition-property: none
      }
        }

@media (min-width: 768px) {

.primary-nav-menu > li.menu-item-has-children::before {

          position: relative
      }
          .primary-nav-menu > li.menu-item-has-children::before::before {
            content: "";
            position: absolute;
            left: 0px;
            height: 1rem;
            width: 1px;
            --tw-bg-opacity: 1;
            background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
            top: 50%;
            transform: translateY(-50%);
          }
        }

.primary-nav-menu > li.menu-item-has-children.active::before {
          transform:  rotate(90deg);
        }

.primary-nav-menu > li.menu-item-has-children > .sub-menu {
        width: 100%;
        overflow: hidden;
        max-height: 0px;
        transition: max-height .3s linear;
      }

@media (min-width: 768px) {

.primary-nav-menu > li.menu-item-has-children > .sub-menu {
          max-height: none;

          width: auto;

          overflow: visible
      }
        }

.primary-nav-menu > li.menu-item-has-children.active > .sub-menu {
        max-height: 2000px;
      }

.primary-nav-menu > li:not(:last-child)::after {
        content: "";
        position: absolute;
        bottom: 0px;
        border-bottom-width: 1px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgba(229, 231, 235, var(--tw-border-opacity));
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
      }

@media (min-width: 768px) {

.primary-nav-menu > li:not(:last-child)::after {
          display: none
      }
        }

@media (min-width: 768px) {

.primary-nav-menu {
    white-space: nowrap;

    margin-top: 0px;

    display: flex;

    align-items: flex-end;

    justify-content: flex-end
}
      .primary-nav-menu li.menu-item-home.current-menu-item > a:hover {
        border-bottom-width: 2px;
        --tw-border-opacity: 1;
        border-color: rgba(3, 26, 60, var(--tw-border-opacity));
      }

    .primary-nav-menu li.current-page-parent > a, .primary-nav-menu li.current-menu-ancestor > a {
      border-bottom-width: 2px;
      --tw-border-opacity: 1;
      border-color: rgba(3, 26, 60, var(--tw-border-opacity));
    }

    .primary-nav-menu > li {
      position: relative;
      padding-left: 1px;
    }

    .primary-nav-menu > li:hover > .sub-menu {
      display: block;
    }

    .primary-nav-menu > li:not(:last-child) {
      border-style: none;
    }

    .primary-nav-menu > li > a {
      display: block;
      border-bottom-width: 2px;
      border-color: transparent;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size:1rem;
      line-height:1.8rem;
    }
      .primary-nav-menu > li > a:hover {
        border-bottom-width: 2px;
        --tw-border-opacity: 1;
        border-color: rgba(3, 26, 60, var(--tw-border-opacity));
      }

    .primary-nav-menu .sub-menu {
      position: absolute;
      display: none;
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --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);
      top: 100%;
    }
      .primary-nav-menu .sub-menu > li > a {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      .primary-nav-menu .sub-menu > li:first-child > a {
        margin-top: 0px;
      }
      .primary-nav-menu > li:nth-child(2) > .sub-menu > li:not(:first-child) > a,.primary-nav-menu >li:nth-child(3) > .sub-menu > li:not(:first-child) > a{
        padding-left: 1.25rem;
      }
  }

.hero-full {
  height: 100vh;
}

@media (min-width: 375px) {

.hero-full {
    height: 90vh
}
  }

@media (min-width: 640px) {

.hero-full {
    height: 100vh
}
  }

@media (min-width: 768px) {

.hero-full {
    height: 85vh
}
  }

@media only screen and (max-width: 850px) and (orientation: landscape) {

.hero-full {
    margin-top: 0px;

    height: 120vh
}
  }

@media (min-width: 1280px) {

.hero-full {
    height: 90vh
}
  }

.hero-subpage {
  height: 66.666666667vh;
}

@media only screen and (max-width: 850px) and (orientation: landscape) {

.hero-subpage {
    height: 90vh
}
  }

/* @import "components/_animated-steps.css"; */

.card {
  margin-top: 0.75rem;
  padding: 1rem;
}

.card-square {
    --tw-text-opacity: 1;
    color: rgba(3, 18, 41, var(--tw-text-opacity));
  }

.card-square div.bg-hover-overlay {
      content:"";
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      z-index: 20;
      height: 100%;
      width: 100%;
      --tw-bg-opacity: 1;
      background-color: rgba(3, 18, 41, var(--tw-bg-opacity));
      --tw-bg-opacity: 0;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      transition-duration: 200ms;
    }

.card-square:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(3, 18, 41, var(--tw-text-opacity));
    }

.card-square:hover div.bg-hover-overlay {
        --tw-bg-opacity: 0.25;
      }

.card-square:hover svg path {
        fill:#031229;
      }

.card-square:hover > h4 {
        --tw-border-opacity: 1;
        border-color: rgba(31, 222, 134, var(--tw-border-opacity));
      }

.card-basic:hover > div {
        --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);
      }

.card-basic {
    transition: all .15s;
  }

.card-basic:hover {
      transform: scale(1.05);
    }

.card-review> div, .card-cta> div {
      --tw-bg-opacity: 1;
      background-color: rgba(3, 26, 60, var(--tw-bg-opacity))
    }

.card-review:nth-child(1) > div {
      --tw-bg-opacity: 1;
      background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
    }

.card-review:nth-child(2) > div {
      --tw-bg-opacity: 1;
      background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
    }

.card-review:nth-child(3) > div {
      --tw-bg-opacity: 1;
      background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
    }

.card-review .top-1 {
        position: absolute;
        bottom: 100%;
        height: 30px;
        width: 100px;
        left: 8%;
        background: inherit;
      }

.card-review .top-2 {
        position: absolute;
      }

.card-review .top-2 {
        bottom: 100%;
        height: 30px;
        width: 100px;
        right: 8%;
        background: inherit;
      }

.card-list.bulleted-list ul {
      list-style-type: disc;
      padding-left: 1.5rem;
      text-align: left;
    }

@media (min-width: 640px) {

.card-list.bulleted-list {
      padding-left: 0px
  }
    }

.card-blog .meta-sm:not(:last-child)::after {
          content: '';
          position: absolute;
          right: 0px;
          width: 1px;
          border-radius: 9999px;
          --tw-bg-opacity: 1;
          background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
          height: 13px;
          top: 6px;
        }

.card-blog .meta-sm path {
        fill: currentColor;
      }

.card-location:nth-of-type(4n + 1) h4 {
        --tw-text-opacity: 1;
        color: rgba(3, 26, 60, var(--tw-text-opacity));
      }

.card-location:nth-of-type(4n + 2) h4{
        --tw-text-opacity: 1;
        color: rgba(3, 26, 60, var(--tw-text-opacity))
      }

.card-location:nth-of-type(4n + 3) h4{
        --tw-text-opacity: 1;
        color: rgba(3, 26, 60, var(--tw-text-opacity));
      }

.card-location:nth-of-type(4n + 4) h4{
        --tw-text-opacity: 1;
        color: rgba(3, 26, 60, var(--tw-text-opacity));
      }

.card-location a {
      text-decoration: underline;
    }

.card-success-story a:hover .background-overlay {
      opacity: .05;
    }

.card-service li {
      position: relative;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      padding-left: 1.25rem;
    }

.card-service li::before {
        content: "\00BB";
        position: absolute;
        left: 0px;
        font-size: 1.875rem;
        line-height: 2.25rem;
        top: 2px;
      }

.card-service li a {
        color: #6678a4;
      }

.card-service li a:hover {
          text-decoration: underline;
        }

@media (min-width: 768px) {
        .card-belief:nth-child(3) h3, .card-belief:nth-child(4) h3 {
          height: 6rem;
        }
        .card-belief:nth-child(5) h3, .card-belief:nth-child(6) h3 {
          height: 10rem;
        }
    }

@media (min-width: 1024px) {
        .card-belief:nth-child(1) h3, .card-belief:nth-child(2) h3, .card-belief:nth-child(3) h3 {
          height: 6rem;
        }
        .card-belief:nth-child(4) h3, .card-belief:nth-child(5) h3, .card-belief:nth-child(6) h3 {
          height: 10rem;
        }
    }

@media (min-width: 1280px) {
        .card-belief:nth-child(4) h3, .card-belief:nth-child(5) h3, .card-belief:nth-child(6) h3 {
          height: 8rem;
        }
    }

.card-belief p, .card-belief ul {
      color: rgba(0,0,0,.681);
    }

.card-belief .bg-gray {
      background-color:rgba(235,235,235,1);
    }

.card-belief .card-footer {
      background-color: #dadada;
    }

.card-belief .before-logo {
      position: relative;
    }

.card-belief .before-logo::before {
        content:'';
        background-image: url('/wp-content/uploads/2020/02/miles-logo-rgb-19-1.png');
        position: absolute;
        height: 4rem;
        width: 6rem;
        overflow: visible;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        bottom: 100%;
        right: 20px;
      }

/* Different linear gradient per page type */

body {
  /* IT Pages */
  /* &.parent-pageid-2048, &.page-id-2048 {
        .card-cta,.card-review {
            & > div {
                @apply radial-gradient-it;
            }
        }
    } */
  /* Software Pages */
  /* &.parent-pageid-1808, &.page-id-1808 {
        .card-cta,.card-review {
            & > div {
                @apply radial-gradient-software;
            }
        }
    } */
  /* Consulting Pages */
  /* &.parent-pageid-2055, &.page-id-2055 {
        .card-cta,.card-review {
            & > div {
                @apply radial-gradient-consulting;
            }
            & * {
                @apply text-gray-900 text-shadow-none;
            }
        }
    } */
  /* Marketing Pages */
  /* &.parent-pageid-2052, &.page-id-2052 {
        .card-cta,.card-review {
            & > div {
                @apply radial-gradient-marketing;
            }
        }
    } */
}

body.parent-pageid-2055 .card-review:nth-child(1) > div, body.page-id-2055 .card-review:nth-child(1) > div {
        --tw-bg-opacity: 1;
        background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
      }

body.parent-pageid-2055 .card-review:nth-child(1) *, body.page-id-2055 .card-review:nth-child(1) * {
        --tw-text-opacity: 1;
        color: rgba(17, 24, 39, var(--tw-text-opacity));
        text-shadow: none;
      }

body.parent-pageid-2055 .card-review:nth-child(2) > div, body.page-id-2055 .card-review:nth-child(2) > div {
        --tw-bg-opacity: 1;
        background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
      }

body.parent-pageid-2055 .card-review:nth-child(3) > div, body.page-id-2055 .card-review:nth-child(3) > div {
        --tw-bg-opacity: 1;
        background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
      }

.bio-modal > div{
  height:75vh;
}

@media (min-width: 1024px){

.bio-modal > div{
    height:50vh
}
  }

.expandable-card-custom button:hover div.custom-hover {
    --tw-text-opacity: 1;
    color: rgba(31, 222, 134, var(--tw-text-opacity));
    transition: all .3s;
  }

.expandable-card-custom button:hover div.custom-hover svg path {
      fill:#1fde86;
      transition: all .3s;
    }

/* Top Level Items */

.sitemap > li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-family: Assistant, sans-serif;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
  }

.sitemap > li:not(:last-child) {
      border-bottom-width: 1px;
      border-style: solid;
      --tw-border-opacity: 1;
      border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    }

.sitemap > li li {
      padding-left: 1rem;
      font-family: Inter, sans-serif;
      font-size: 1.25rem;
      line-height: 1.75rem;
      font-weight: 400;
    }

@media (min-width: 768px) {

.sitemap > li {
      width: 75%
  }
    }

/* All Links */

.sitemap a:hover {
      text-decoration: underline;
    }

/* Links that are not a page */

.sitemap a[href^="#"] {
      cursor: default;
    }

.sitemap a[href^="#"]:hover {
        text-decoration: none;
      }

/* @import "utilities/_quote-style.css";
@import "components/_wave.css"; */

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 100ms;
  transition-duration: 700ms;
  transition-timing-function: linear;
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}

#main .gform_wrapper, #main nav.gf_login_links {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

#main .gform_wrapper input:not([type=submit]):not([type=checkbox]), #main .gform_wrapper textarea, #main .gform_wrapper select, #main nav.gf_login_links input:not([type=submit]):not([type=checkbox]), #main nav.gf_login_links textarea, #main nav.gf_login_links select {
      width: 100%;
      border-width: 1px;
      border-style: solid;
      --tw-border-opacity: 1;
      border-color: rgba(204, 204, 204, var(--tw-border-opacity));
      padding: 0.5rem;
    }

#main .gform_wrapper li.gfield, #main nav.gf_login_links li.gfield {
      margin-top: 1.25rem;
    }

#main .gform_wrapper input[type=submit], #main nav.gf_login_links input[type=submit] {
      margin-top: 0.5rem;
      display: inline-block;
      cursor: pointer;
      --tw-bg-opacity: 1;
      background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size: 1.25rem;
      line-height: 1.75rem;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
      --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);
      text-shadow: none;
    }

#main .gform_wrapper input[type=submit]:hover, #main nav.gf_login_links input[type=submit]:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
      }

#main nav.gf_login_links {
    margin-top: -1.5rem;
    padding-top: 0px;
  }

#main nav.gf_login_links a {
      display: inline-block;
      font-size: 1.125rem;
      line-height: 1.75rem;
    }

#main nav.gf_login_links a:hover {
        text-decoration: underline;
      }

#main nav.gf_login_links a:not(:first-child) {
      margin-top: 0.5rem;
    }

/* already logged in message */

#main > p {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem
  }

/* @import 'pages/_search.css';
@import 'layout/_spacer.css'; */

.header.nav-up {
    transform: translateY(-100%);
  }

@media (min-width: 1280px) {

.header.nav-up {
      transform: none
  }
    }

.header .search:focus {
    /* background-image: none!important; */
  }

.header .search-submit{
    background-size: 22px;
  }

/* Remove Default Chrome close button on search fields */

.header input[type=text]::-ms-clear {  display: none; width : 0; height: 0;
  }

.header input[type=text]::-ms-reveal {  display: none; width : 0; height: 0;
  }

.header input[type="search"]::-webkit-search-decoration,
    .header input[type="search"]::-webkit-search-cancel-button,
    .header input[type="search"]::-webkit-search-results-button,
    .header input[type="search"]::-webkit-search-results-decoration { display: none;
  }

.header .search {
    font-size: 1rem;
    line-height: 1.5rem;
  }

.search-submit{
  background-size: 22px;
}

.single-post article img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
  }

.single-post article img, .single-post article figure {
    max-width: 100%;
  }

.single-post article p, .single-post article ul, .single-post article li, .single-post article figure {
    padding-top: 0.75rem;
  }

.single-post article p,.single-post article ul,.single-post article li,.single-post article figure {
    line-height: 1.75;
  }

.single-post article p {
    padding-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

.single-post article h1, .single-post article h2, .single-post article h3, .single-post article h4, .single-post article h5, .single-post article h6 {
    padding-top: 2.5rem;
    text-transform: none;
    letter-spacing: 0.05em;
  }

.single-post article ul {
    list-style-type: disc;
    padding-left: 2.5rem;
  }

@media (min-width: 1024px) {

.single-post article ul {
      padding-left: 4rem
  }
    }

.single-post article figure.is-resized {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

.single-post article iframe {
    margin-left: auto;
    margin-right: auto;
  }

/* @import "components/_modal.css"; */

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.px-3px {
  padding-left: 3px;
  padding-right: 3px;
}

.py-5px {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* @import "utilities/_animations.css";
@import "utilities/_checklist.css"; */

.post-password-form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem
}

@media (min-width: 768px) {
  .post-password-form {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  .post-password-form {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.post-password-form p:nth-of-type(1) {
    margin-bottom: 0.75rem;
    font-family: Assistant, sans-serif;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.25;
  }

.post-password-form p:nth-of-type(2) {
    display: flex;
    align-items: center;
  }

.post-password-form p:nth-of-type(2) label {
      margin-right: 0.75rem;
      font-size: 1.5rem;
      line-height: 2rem;
    }

.post-password-form p:nth-of-type(2) label input[type=password] {
        height: 100%;
      }

.post-password-form p > input[type=submit] {
    margin-top: 0px;
    --tw-text-opacity: 1;
    color: rgba(3, 26, 60, var(--tw-text-opacity));
    border-radius: 9999px;
    border-width: 2px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    border-color: #031a3c;
    align-self: flex-end;
    cursor: pointer;
  }

.post-password-form p > input[type=submit]:hover {
    color: white;
    --tw-bg-opacity: 1;
    background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
  }

.post-password-form input[name='post_password'] {
    border-color: #031a3c;
    border-width: 1px;
  }

.post-password-form .ppw-ppf-field-container {
    text-align: center;
  }

.ppw-ppf-field-container {
  margin-top: 2rem;
}

.home .pda-form-login a.ppw-swp-logo, .home .ppw-form-below-desc {
  display: none !important;
}

.home .pda-form-login form {
  margin-top: 2rem;
  padding: 0;
}

.home .pda-form-login form {
  background-color: transparent;
}

.home .pda-form-login form label {
  color: white;
}

.home .pda-form-login .button-login {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: white!important;
  border-color: white!important;
}

.home .pda-form-login .button-login:hover {
  background-color: white!important;
  color: #031a3c!important;
}

.home .pda-form-login input {
  background-color: transparent;
  color: white;
  margin-bottom: 1rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(144, 144, 144, var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.home .pda-form-login input:active, .home .pda-form-login input:focus {
  --tw-border-opacity: 1;
  border-color: rgba(31, 222, 134, var(--tw-border-opacity));
}

.button {
  display: inline-block;
  --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));
  border-radius: 9999px;
  border-width: 2px;
  background-color: transparent;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 400;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  text-shadow: none;
}

/* &-primary, &-secondary{
        @apply whitespace-nowrap;

        &:after{
            content:url(/wp-content/uploads/2021/08/east_white_24dp.svg);
            width:0px;
            @apply -ml-2 transition-all absolute;
            top:30%;
            opacity:0;
            
        }
        
        &:hover:after{
            @apply ml-2;
            width:24px;
            opacity:1;
        } 

        &:hover{
            @apply pr-12;
        }
    } */

.button:not(:last-child) {
    margin-right: 0.5rem;
  }

@media (min-width: 640px) {

.button:not(:last-child) {
      margin-right: 2rem
  }
    }

/* Uncomment these lines to add icon reveal on hover to primary and secondary button */

.button-primary {
    --tw-border-opacity: 1;
    border-color: rgba(3, 26, 60, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(3, 26, 60, var(--tw-text-opacity));
  }

.button-primary:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.button-secondary{
    --tw-border-opacity: 1;
    border-color: rgba(31, 222, 134, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(31, 222, 134, var(--tw-text-opacity));
  }

.button-secondary:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 222, 134, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(3, 26, 60, var(--tw-text-opacity));
    }

.button-tertiary{
    --tw-border-opacity: 1;
    border-color: rgba(3, 18, 41, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(3, 18, 41, var(--tw-text-opacity));
  }

.button-tertiary:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(3, 18, 41, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(3, 26, 60, var(--tw-text-opacity));
    }

.button-quaternary{
    --tw-border-opacity: 1;
    border-color: rgba(111, 174, 70, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(111, 174, 70, var(--tw-text-opacity));
  }

.button-quaternary:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(111, 174, 70, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(3, 26, 60, var(--tw-text-opacity));
    }

.button-quinary {
    --tw-border-opacity: 1;
    border-color: rgba(0, 13, 45, var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 13, 45, var(--tw-text-opacity));
  }

.button-quinary:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(0, 13, 45, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(3, 26, 60, var(--tw-text-opacity));
    }

.button-solid-primary {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.button-solid-primary:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 222, 134, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.button-solid-secondary{
    --tw-bg-opacity: 1;
    background-color: rgba(31, 222, 134, var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.button-solid-secondary:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.button-solid-tertiary{
    --tw-bg-opacity: 1;
    background-color: rgba(3, 18, 41, var(--tw-bg-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.button-solid-tertiary:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(31, 222, 134, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.button-white{
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    background-color: transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.button-white:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(3, 26, 60, var(--tw-text-opacity));
    }

@media (min-width: 768px) {
    .button-large {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }
  }

/* @import "components/buttons/_button-3D-y.css"; */

/* @import "components/buttons/_button-3D-x.css"; */

/* @import "components/buttons/_button-reveal.css"; */

/* @import "components/buttons/_button-slide-angle.css"; */

/* @import "components/buttons/_button-slide-y.css"; */

/* @import "components/buttons/_button-push.css"; */

/* @import "components/_accordion.css"; */

.background-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.container {
  width: 100%
}

@media (min-width: 375px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}

@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;
  }
    .container-xl {
      max-width: 1536px;
    }
    .container-hero {
      max-width: 1600px;
    }
    .container-2xl {
      max-width: 2000px;
    }
    .container-full {
      max-width: 100%;
    }
}

.footer .sub-footer {
    background-color: #383838;
  }

/* @import 'layout/_utility-nav.css'; */

/* Utility Classes */

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.-top-px {
  top: -1px;
}

.top-1\/2 {
  top: 50%;
}

.top-full {
  top: 100%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-px {
  right: 1px;
}

.right-full {
  right: 100%;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.left-px {
  left: 1px;
}

.left-1\/2 {
  left: 50%;
}

.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;
}

.z-100 {
  z-index: 100;
}

.hover\:z-20:hover {
  z-index: 20;
}

.hover\:z-50:hover {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

.order-none {
  order: 0;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-4 {
  grid-row-start: 4;
}

.-m-3 {
  margin: -0.75rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-auto {
  margin-top: auto;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-auto {
  margin-right: auto;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.-ml-4 {
  margin-left: -1rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-64 {
  height: 16rem;
}

.h-80 {
  height: 20rem;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.h-1\/2 {
  height: 50%;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-1\/4 {
  height: 25%;
}

.h-2\/4 {
  height: 50%;
}

.h-3\/4 {
  height: 75%;
}

.h-1\/5 {
  height: 20%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-32 {
  max-height: 8rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.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-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-48 {
  width: 12rem;
}

.w-56 {
  width: 14rem;
}

.w-64 {
  width: 16rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-2\/4 {
  width: 50%;
}

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

.w-4\/5 {
  width: 80%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-full {
  min-width: 100%;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-xsm {
  max-width: 375px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-grow {
  flex-grow: 1;
}

.table-fixed {
  table-layout: fixed;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-bottom {
  transform-origin: bottom;
}

.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-3 {
  --tw-translate-x: -0.75rem;
}

.-translate-x-8 {
  --tw-translate-x: -2rem;
}

.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}

.translate-x-full {
  --tw-translate-x: 100%;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-x-full {
  --tw-translate-x: -100%;
}

.translate-y-px {
  --tw-translate-y: 1px;
}

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
}

.-translate-y-24 {
  --tw-translate-y: -6rem;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.-translate-y-1\/4 {
  --tw-translate-y: -25%;
}

.rotate-0 {
  --tw-rotate: 0deg;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

.-rotate-180 {
  --tw-rotate: -180deg;
}

.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.group:hover .group-hover\:scale-y-0 {
  --tw-scale-y: 0;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.focus\:cursor-text:focus {
  cursor: text;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.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-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.content-between {
  align-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-x-4 {
  column-gap: 1rem;
}

.gap-x-6 {
  column-gap: 1.5rem;
}

.gap-x-8 {
  column-gap: 2rem;
}

.gap-x-16 {
  column-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.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-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-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-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.self-end {
  align-self: flex-end;
}

.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-visible {
  overflow-y: visible;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.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-full {
  border-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border {
  border-width: 1px;
}

.focus\:border:focus {
  border-width: 1px;
}

.first\:border-0:first-child {
  border-width: 0px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-solid {
  border-style: solid;
}

.focus\:border-solid:focus {
  border-style: solid;
}

.border-transparent {
  border-color: transparent;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 41, 55, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}

.border-primary-color {
  --tw-border-opacity: 1;
  border-color: rgba(3, 26, 60, var(--tw-border-opacity));
}

.border-secondary-color {
  --tw-border-opacity: 1;
  border-color: rgba(31, 222, 134, var(--tw-border-opacity));
}

.border-tertiary-color {
  --tw-border-opacity: 1;
  border-color: rgba(3, 18, 41, var(--tw-border-opacity));
}

.border-theme-light-gray {
  --tw-border-opacity: 1;
  border-color: rgba(233, 233, 233, var(--tw-border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-secondary-color:hover {
  --tw-border-opacity: 1;
  border-color: rgba(31, 222, 134, var(--tw-border-opacity));
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}

.bg-primary-color {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
}

.bg-secondary-color {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 222, 134, var(--tw-bg-opacity));
}

.bg-tertiary-color {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 18, 41, var(--tw-bg-opacity));
}

.bg-quaternary-color {
  --tw-bg-opacity: 1;
  background-color: rgba(111, 174, 70, var(--tw-bg-opacity));
}

.bg-quinary-color {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 13, 45, var(--tw-bg-opacity));
}

.bg-theme-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(204, 204, 204, var(--tw-bg-opacity));
}

.bg-theme-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(233, 233, 233, var(--tw-bg-opacity));
}

.bg-theme-dark-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(144, 144, 144, var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}

.hover\:bg-primary-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
}

.hover\:bg-secondary-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 222, 134, var(--tw-bg-opacity));
}

.hover\:bg-tertiary-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 18, 41, var(--tw-bg-opacity));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-primary-color {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 26, 60, var(--tw-bg-opacity));
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-auto {
  background-size: auto;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right {
  background-position: right;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-center {
  object-position: center;
}

.object-top {
  object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.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-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}

.p-px {
  padding: 1px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.focus\:py-1:focus {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-64 {
  padding-left: 16rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.first\:text-left:first-child {
  text-align: left;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-display {
  font-family: Assistant, sans-serif;
}

.font-body {
  font-family: Inter, sans-serif;
}

.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;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-1xl {
  font-size: 1.375rem;
}

.font-light {
  font-weight: 300;
}

.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;
}

.uppercase {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}

.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-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity));
}

.text-primary-color {
  --tw-text-opacity: 1;
  color: rgba(3, 26, 60, var(--tw-text-opacity));
}

.text-secondary-color {
  --tw-text-opacity: 1;
  color: rgba(31, 222, 134, var(--tw-text-opacity));
}

.text-tertiary-color {
  --tw-text-opacity: 1;
  color: rgba(3, 18, 41, var(--tw-text-opacity));
}

.text-quaternary-color {
  --tw-text-opacity: 1;
  color: rgba(111, 174, 70, var(--tw-text-opacity));
}

.text-quinary-color {
  --tw-text-opacity: 1;
  color: rgba(0, 13, 45, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, var(--tw-text-opacity));
}

.hover\:text-primary-color:hover {
  --tw-text-opacity: 1;
  color: rgba(3, 26, 60, var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

*, ::before, ::after {
  --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-xl {
  --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);
}

.shadow-2xl {
  --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);
}

.hover\:shadow-md:hover {
  --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);
}

.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);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur {
  --tw-blur: blur(8px);
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  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;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.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);
}

.after-space {
  position: relative;
}

.after-space::after {
    content: '';
    position: absolute;
    left: 0px;
    height: 1rem;
    width: 100%;
    top: 100%;
  }

.ratio-20-9 {
  padding-bottom: 45%;
}

.ratio-4-1 {
  padding-bottom: 25%;
}

.ratio-3-1 {
  padding-bottom: 33.333333%;
}

.ratio-5-2 {
  padding-bottom: 40%;
}

.ratio-4-3 {
  padding-bottom: 75%;
}

.ratio-16-9 {
  padding-bottom: 56.25%;
}

.ratio-3-2 {
  padding-bottom: 66.666667%;
}

.ratio-2-1 {
  padding-bottom: 50%;
}

.ratio-1-1 {
  padding-bottom: 100%;
}

.bg-black-50 {
  background-color: rgba(0,0,0,.5)
}

.bg-right {
  background-position: 95%;
}

.border-before {
  position: relative;
}

.border-before::before {
    content: "";
    position: absolute;
    left: 0px;
    height: 1rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
    top: 50%;
    transform: translateY(-50%);
  }

.rounded-xl {
  border-radius: 1.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.shadow-pricing-card {
  box-shadow: 9px 12px 25.81px 3.19px rgba(0, 0, 0, 0.24);
}

.shadow-image {
  box-shadow: 3px 0px 16px 4px rgba(6, 6, 6, 0.41);
}

.filter-drop-shadow {
    filter: drop-shadow(0px 0px 20px rgba(0,0,0, 0.4));
  }

.flex-basis-0 {
  flex-basis: 0;
}

.gradient-primary {
  background-image: linear-gradient(to bottom, white, black);
}

.gradient-secondary {
  background-image: linear-gradient(to bottom, white, #6678a4);
}

.gradient-tertiary {
  background-image: linear-gradient(to bottom, white, #53495c);
}

.min-h-1\/5-screen {
  min-height: 20vh;
}

.min-h-1\/4-screen {
  min-height: 25vh;
}

.min-h-1\/3-screen {
  min-height: 33.3333333333vh;
}

.min-h-2\/5-screen {
  min-height: 40vh;
}

.min-h-1\/2-screen {
  min-height: 50vh;
}

.min-h-3\/5-screen {
  min-height: 60vh;
}

.min-h-2\/3-screen {
  min-height: 66.666666667vh;
}

.h-2\/3-screen {
  height: 66.666666667vh;
}

.min-h-3\/4-screen {
  min-height: 75vh;
}

.min-h-4\/5-screen {
  min-height: 80vh;
}

.h-17\/20-screen {
  height: 85vh;
}

.h-9\/10-screen {
  height: 90vh;
}

.min-h-1-1\/5-screen {
  min-height: 120vh;
}

.h-1-1\/5-screen {
  height: 120vh;
}

.min-h-1-1\/4-screen {
  min-height: 125vh;
}

.min-h-1-1\/3-screen {
  min-height: 133.333333333vh;
}

.min-h-1-2\/5-screen {
  min-height: 140vh;
}

.min-h-1-1\/2-screen {
  min-height: 150vh;
}

.min-h-1-3\/5-screen {
  min-height: 160vh;
}

.min-h-1-2\/3-screen {
  min-height: 166.6666666667vh;
}

.min-h-1-3\/4-screen {
  min-height: 175vh;
}

.min-h-1-4\/5-screen {
  min-height: 180vh;
}

.min-h-2-screen {
  min-height: 200vh;
}

.h-1\/3 {
  height: 33.33333333%
}

.h-1\/2 {
  height: 50%;
}

.max-h-0 {
  max-height: 0;
}

.h-80 {
  height: 20rem;
}

.max-h-9\/10-screen {
  max-height: 90vh;
}

.min-h-3\/4-screen {
  min-height: 75vh;
}

.min-h-1\/2-screen {
  min-height: 50vh;
}

.max-h-17\/20-screen {
  max-height: 85vh;
}

.h-11\/12 {
  height: 91.66666667%;
}

.min-h-inherit {
  min-height: inherit;
}

.mx-auto-important {
  margin-left: auto !important;
  margin-right: auto !important;
}

.opacity-40 {
  opacity: .4;
}

.opacity-10 {
  opacity: .1;
}

.centered {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -53%);
}

.top-left, .top-right, .bottom-left, .bottom-right {
  transform: none;
}

.top-left {
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

.top-right {
  top: 0px;
  right: 0px;
  bottom: auto;
  left: auto;
}

.top-middle {
  top: 0px;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, 0%);
}

.center-left {
  right: auto;
  bottom: auto;
  left: 0px;
}

.center-right {
  right: 0px;
  bottom: auto;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}

.center-left, .center-right {
  top: 50%;
  transform: translateY(-50%);
}

.bottom-left {
  top: auto;
  right: auto;
  bottom: 0px;
  left: 0px;
}

.bottom-middle {
  top: auto;
  right: auto;
  bottom: 0px;
}

.bottom-middle {
  left: 50%;
  transform: translateX(-50%);
}

.bottom-right {
  top: auto;
  right: 0px;
  bottom: 0px;
  left: auto;
}

.top-full {
  top: 100%;
}

.above {
  bottom: calc(100%);
}

@media (min-width: 1280px) {

.above {
    bottom: calc(100% + 120px)
}
  }

.centered-y {
  top: 50%;
  transform: translateY(-50%);
}

.\-top-px {
  top: -1px;
}

.text-shadow-lg {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.text-shadow-none {
  text-shadow: none;
}

.text-shadow-letters {
  text-shadow: 2px 2px 6px rgba(0,0,0,1);
}

.text-shadow-highlight-black {
  text-shadow: 3px 3px 6px rgba(0,0,0,.7),
        -3px -3px 6px rgba(0,0,0,.7),
        3px 3px 10px rgba(0,0,0,.7),
        3px 3px 10px rgba(0,0,0,.7),
        0px 0px 20px rgba(0,0,0,.7),
        1px 1px 4px rgba(0,0,0,.7),
        -1px -1px 4px rgba(0,0,0,.7),
        2px 2px 4px rgba(0,0,0,.7),
        -2px -2px 4px rgba(0,0,0,.7);
}

.group:hover .group-hover\:text-shadow-md {
  text-shadow: 0 4px 8px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.55);
}

.group:hover .group-hover\:text-shadow-none {
  text-shadow: none;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-1\/7 {
  width: 14.28%
}

.w-2\/7 {
  width: 28.56%;
}

.w-3\/7 {
  width: 42.84%;
}

.w-3\/10 {
  width: 30%;
}

.w-1\/8 {
  width: 12.5%;
}

.max-w-screen-xsm {
  max-width: 375px;
}

.w-7\/10 {
  width: 70%;
}

.point-down {
  clip-path: polygon(0% 0%, 100% 0, 100% 81%, 50% 100%, 0 81%);
}

.\-z-1 {
  z-index: -1;
}

@media (min-width: 375px) {

  .xsm\:order-none {
    order: 0;
  }

  .xsm\:mt-0 {
    margin-top: 0px;
  }

  .xsm\:mt-12 {
    margin-top: 3rem;
  }

  .xsm\:-mt-16 {
    margin-top: -4rem;
  }

  .xsm\:block {
    display: block;
  }

  .xsm\:h-1\/2 {
    height: 50%;
  }

  .xsm\:h-1\/3 {
    height: 33.333333%;
  }

  .xsm\:h-2\/3 {
    height: 66.666667%;
  }

  .xsm\:h-1\/4 {
    height: 25%;
  }

  .xsm\:h-2\/4 {
    height: 50%;
  }

  .xsm\:h-3\/4 {
    height: 75%;
  }

  .xsm\:h-1\/5 {
    height: 20%;
  }

  .xsm\:h-2\/5 {
    height: 40%;
  }

  .xsm\:h-3\/5 {
    height: 60%;
  }

  .xsm\:h-4\/5 {
    height: 80%;
  }

  .xsm\:h-1\/6 {
    height: 16.666667%;
  }

  .xsm\:h-2\/6 {
    height: 33.333333%;
  }

  .xsm\:h-3\/6 {
    height: 50%;
  }

  .xsm\:h-4\/6 {
    height: 66.666667%;
  }

  .xsm\:h-5\/6 {
    height: 83.333333%;
  }

  .xsm\:w-5 {
    width: 1.25rem;
  }

  .xsm\:w-1\/2 {
    width: 50%;
  }

  .xsm\:w-3\/4 {
    width: 75%;
  }

  .xsm\:w-2\/5 {
    width: 40%;
  }

  .xsm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xsm\:p-6 {
    padding: 1.5rem;
  }

  .xsm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xsm\:pr-1 {
    padding-right: 0.25rem;
  }

  .xsm\:pl-0 {
    padding-left: 0px;
  }

  .xsm\:pl-1 {
    padding-left: 0.25rem;
  }

  .xsm\:text-left {
    text-align: left;
  }

  .xsm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xsm\:h-2\/3-screen {
    height: 66.666666667vh;
  }

  .xsm\:h-17\/20-screen {
    height: 85vh;
  }

  .xsm\:h-9\/10-screen {
    height: 90vh;
  }

  .xsm\:h-1\/3 {
    height: 33.33333333%
  }

  .xsm\:h-1\/2 {
    height: 50%;
  }

  .xsm\:h-11\/12 {
    height: 91.66666667%;
  }
}

@media (min-width: 640px) {

  .sm\:order-none {
    order: 0;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-start-1 {
    grid-column-start: 1;
  }

  .sm\:col-start-2 {
    grid-column-start: 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:col-start-4 {
    grid-column-start: 4;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:row-start-2 {
    grid-row-start: 2;
  }

  .sm\:m-0 {
    margin: 0px;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.333333%;
  }

  .sm\:h-2\/3 {
    height: 66.666667%;
  }

  .sm\:h-1\/4 {
    height: 25%;
  }

  .sm\:h-2\/4 {
    height: 50%;
  }

  .sm\:h-3\/4 {
    height: 75%;
  }

  .sm\:h-1\/5 {
    height: 20%;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-4\/5 {
    height: 80%;
  }

  .sm\:h-1\/6 {
    height: 16.666667%;
  }

  .sm\:h-2\/6 {
    height: 33.333333%;
  }

  .sm\:h-3\/6 {
    height: 50%;
  }

  .sm\:h-4\/6 {
    height: 66.666667%;
  }

  .sm\:h-5\/6 {
    height: 83.333333%;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:max-h-12 {
    max-height: 3rem;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-11 {
    width: 2.75rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-2\/4 {
    width: 50%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/6 {
    width: 16.666667%;
  }

  .sm\:w-2\/6 {
    width: 33.333333%;
  }

  .sm\:w-3\/6 {
    width: 50%;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-1\/12 {
    width: 8.333333%;
  }

  .sm\:w-2\/12 {
    width: 16.666667%;
  }

  .sm\:w-3\/12 {
    width: 25%;
  }

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-9\/12 {
    width: 75%;
  }

  .sm\:w-10\/12 {
    width: 83.333333%;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:items-baseline {
    align-items: baseline;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-x-8 {
    column-gap: 2rem;
  }

  .sm\:gap-x-16 {
    column-gap: 4rem;
  }

  .sm\:gap-y-8 {
    row-gap: 2rem;
  }

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:border-0 {
    border-width: 0px;
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:bg-auto {
    background-size: auto;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-contain {
    background-size: contain;
  }

  .sm\:bg-bottom {
    background-position: bottom;
  }

  .sm\:bg-center {
    background-position: center;
  }

  .sm\:bg-left {
    background-position: left;
  }

  .sm\:bg-left-bottom {
    background-position: left bottom;
  }

  .sm\:bg-left-top {
    background-position: left top;
  }

  .sm\:bg-right {
    background-position: right;
  }

  .sm\:bg-right-bottom {
    background-position: right bottom;
  }

  .sm\:bg-right-top {
    background-position: right top;
  }

  .sm\:bg-top {
    background-position: top;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-20 {
    padding: 5rem;
  }

  .sm\:p-24 {
    padding: 6rem;
  }

  .sm\:p-32 {
    padding: 8rem;
  }

  .sm\:p-40 {
    padding: 10rem;
  }

  .sm\:p-48 {
    padding: 12rem;
  }

  .sm\:p-56 {
    padding: 14rem;
  }

  .sm\:p-64 {
    padding: 16rem;
  }

  .sm\:p-px {
    padding: 1px;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .sm\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .sm\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .sm\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .sm\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pt-40 {
    padding-top: 10rem;
  }

  .sm\:pt-48 {
    padding-top: 12rem;
  }

  .sm\:pt-56 {
    padding-top: 14rem;
  }

  .sm\:pt-64 {
    padding-top: 16rem;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

  .sm\:pr-24 {
    padding-right: 6rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

  .sm\:pr-40 {
    padding-right: 10rem;
  }

  .sm\:pr-48 {
    padding-right: 12rem;
  }

  .sm\:pr-56 {
    padding-right: 14rem;
  }

  .sm\:pr-64 {
    padding-right: 16rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-24 {
    padding-bottom: 6rem;
  }

  .sm\:pb-32 {
    padding-bottom: 8rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-48 {
    padding-bottom: 12rem;
  }

  .sm\:pb-56 {
    padding-bottom: 14rem;
  }

  .sm\:pb-64 {
    padding-bottom: 16rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pl-24 {
    padding-left: 6rem;
  }

  .sm\:pl-32 {
    padding-left: 8rem;
  }

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pl-48 {
    padding-left: 12rem;
  }

  .sm\:pl-56 {
    padding-left: 14rem;
  }

  .sm\:pl-64 {
    padding-left: 16rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:leading-9 {
    line-height: 2.25rem;
  }

  .sm\:leading-10 {
    line-height: 2.5rem;
  }

  .sm\:ratio-20-9 {
    padding-bottom: 45%;
  }

  .sm\:ratio-4-1 {
    padding-bottom: 25%;
  }

  .sm\:ratio-3-1 {
    padding-bottom: 33.333333%;
  }

  .sm\:ratio-5-2 {
    padding-bottom: 40%;
  }

  .sm\:ratio-4-3 {
    padding-bottom: 75%;
  }

  .sm\:ratio-16-9 {
    padding-bottom: 56.25%;
  }

  .sm\:ratio-3-2 {
    padding-bottom: 66.666667%;
  }

  .sm\:ratio-2-1 {
    padding-bottom: 50%;
  }

  .sm\:ratio-1-1 {
    padding-bottom: 100%;
  }

  .sm\:bg-right {
    background-position: 95%;
  }

  .sm\:min-h-1\/5-screen {
    min-height: 20vh;
  }

  .sm\:min-h-1\/4-screen {
    min-height: 25vh;
  }

  .sm\:min-h-1\/3-screen {
    min-height: 33.3333333333vh;
  }

  .sm\:min-h-2\/5-screen {
    min-height: 40vh;
  }

  .sm\:min-h-1\/2-screen {
    min-height: 50vh;
  }

  .sm\:min-h-3\/5-screen {
    min-height: 60vh;
  }

  .sm\:min-h-2\/3-screen {
    min-height: 66.666666667vh;
  }

  .sm\:h-2\/3-screen {
    height: 66.666666667vh;
  }

  .sm\:min-h-3\/4-screen {
    min-height: 75vh;
  }

  .sm\:min-h-4\/5-screen {
    min-height: 80vh;
  }

  .sm\:h-17\/20-screen {
    height: 85vh;
  }

  .sm\:h-9\/10-screen {
    height: 90vh;
  }

  .sm\:min-h-1-1\/5-screen {
    min-height: 120vh;
  }

  .sm\:h-1-1\/5-screen {
    height: 120vh;
  }

  .sm\:min-h-1-1\/4-screen {
    min-height: 125vh;
  }

  .sm\:min-h-1-1\/3-screen {
    min-height: 133.333333333vh;
  }

  .sm\:min-h-1-2\/5-screen {
    min-height: 140vh;
  }

  .sm\:min-h-1-1\/2-screen {
    min-height: 150vh;
  }

  .sm\:min-h-1-3\/5-screen {
    min-height: 160vh;
  }

  .sm\:min-h-1-2\/3-screen {
    min-height: 166.6666666667vh;
  }

  .sm\:min-h-1-3\/4-screen {
    min-height: 175vh;
  }

  .sm\:min-h-1-4\/5-screen {
    min-height: 180vh;
  }

  .sm\:min-h-2-screen {
    min-height: 200vh;
  }

  .sm\:h-1\/3 {
    height: 33.33333333%
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:min-h-3\/4-screen {
    min-height: 75vh;
  }

  .sm\:min-h-1\/2-screen {
    min-height: 50vh;
  }

  .sm\:h-11\/12 {
    height: 91.66666667%;
  }

  .sm\:centered {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -53%);
  }

  .sm\:top-left, .sm\:top-right, .sm\:bottom-left, .sm\:bottom-right {
    transform: none;
  }

  .sm\:top-left {
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
  }

  .sm\:top-right {
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
  }

  .sm\:top-middle {
    top: 0px;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .sm\:center-left {
    right: auto;
    bottom: auto;
    left: 0px;
  }

  .sm\:center-right {
    right: 0px;
    bottom: auto;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .sm\:center-left, .sm\:center-right {
    top: 50%;
    transform: translateY(-50%);
  }

  .sm\:bottom-left {
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
  }

  .sm\:bottom-middle {
    top: auto;
    right: auto;
    bottom: 0px;
  }

  .sm\:bottom-middle {
    left: 50%;
    transform: translateX(-50%);
  }

  .sm\:bottom-right {
    top: auto;
    right: 0px;
    bottom: 0px;
    left: auto;
  }

  .sm\:w-1\/7 {
    width: 14.28%
  }

  .sm\:w-2\/7 {
    width: 28.56%;
  }

  .sm\:w-3\/7 {
    width: 42.84%;
  }

  .sm\:w-3\/10 {
    width: 30%;
  }

  .sm\:w-1\/8 {
    width: 12.5%;
  }

  .sm\:w-7\/10 {
    width: 70%;
  }
}

@media (min-width: 768px) {

  .md\:order-none {
    order: 0;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

  .md\:row-start-2 {
    grid-row-start: 2;
  }

  .md\:row-start-3 {
    grid-row-start: 3;
  }

  .md\:row-start-4 {
    grid-row-start: 4;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-2\/3 {
    height: 66.666667%;
  }

  .md\:h-1\/4 {
    height: 25%;
  }

  .md\:h-2\/4 {
    height: 50%;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-1\/5 {
    height: 20%;
  }

  .md\:h-2\/5 {
    height: 40%;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-1\/6 {
    height: 16.666667%;
  }

  .md\:h-2\/6 {
    height: 33.333333%;
  }

  .md\:h-3\/6 {
    height: 50%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:max-h-16 {
    max-height: 4rem;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/4 {
    width: 50%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-1\/12 {
    width: 8.333333%;
  }

  .md\:w-2\/12 {
    width: 16.666667%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:-translate-x-4 {
    --tw-translate-x: -1rem;
  }

  .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\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:items-baseline {
    align-items: baseline;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-around {
    justify-content: space-around;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-8 {
    column-gap: 2rem;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .md\:justify-self-stretch {
    justify-self: stretch;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:bg-auto {
    background-size: auto;
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:bg-bottom {
    background-position: bottom;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:bg-left {
    background-position: left;
  }

  .md\:bg-left-bottom {
    background-position: left bottom;
  }

  .md\:bg-left-top {
    background-position: left top;
  }

  .md\:bg-right {
    background-position: right;
  }

  .md\:bg-right-bottom {
    background-position: right bottom;
  }

  .md\:bg-right-top {
    background-position: right top;
  }

  .md\:bg-top {
    background-position: top;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-24 {
    padding: 6rem;
  }

  .md\:p-32 {
    padding: 8rem;
  }

  .md\:p-40 {
    padding: 10rem;
  }

  .md\:p-48 {
    padding: 12rem;
  }

  .md\:p-56 {
    padding: 14rem;
  }

  .md\:p-64 {
    padding: 16rem;
  }

  .md\:p-px {
    padding: 1px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .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\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .md\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pr-24 {
    padding-right: 6rem;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pr-40 {
    padding-right: 10rem;
  }

  .md\:pr-48 {
    padding-right: 12rem;
  }

  .md\:pr-56 {
    padding-right: 14rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pb-64 {
    padding-bottom: 16rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:pl-56 {
    padding-left: 14rem;
  }

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .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\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:ratio-20-9 {
    padding-bottom: 45%;
  }

  .md\:ratio-4-1 {
    padding-bottom: 25%;
  }

  .md\:ratio-3-1 {
    padding-bottom: 33.333333%;
  }

  .md\:ratio-5-2 {
    padding-bottom: 40%;
  }

  .md\:ratio-4-3 {
    padding-bottom: 75%;
  }

  .md\:ratio-16-9 {
    padding-bottom: 56.25%;
  }

  .md\:ratio-3-2 {
    padding-bottom: 66.666667%;
  }

  .md\:ratio-2-1 {
    padding-bottom: 50%;
  }

  .md\:ratio-1-1 {
    padding-bottom: 100%;
  }

  .md\:bg-right {
    background-position: 95%;
  }

  .md\:min-h-1\/5-screen {
    min-height: 20vh;
  }

  .md\:min-h-1\/4-screen {
    min-height: 25vh;
  }

  .md\:min-h-1\/3-screen {
    min-height: 33.3333333333vh;
  }

  .md\:min-h-2\/5-screen {
    min-height: 40vh;
  }

  .md\:min-h-1\/2-screen {
    min-height: 50vh;
  }

  .md\:min-h-3\/5-screen {
    min-height: 60vh;
  }

  .md\:min-h-2\/3-screen {
    min-height: 66.666666667vh;
  }

  .md\:h-2\/3-screen {
    height: 66.666666667vh;
  }

  .md\:min-h-3\/4-screen {
    min-height: 75vh;
  }

  .md\:min-h-4\/5-screen {
    min-height: 80vh;
  }

  .md\:h-17\/20-screen {
    height: 85vh;
  }

  .md\:h-9\/10-screen {
    height: 90vh;
  }

  .md\:min-h-1-1\/5-screen {
    min-height: 120vh;
  }

  .md\:h-1-1\/5-screen {
    height: 120vh;
  }

  .md\:min-h-1-1\/4-screen {
    min-height: 125vh;
  }

  .md\:min-h-1-1\/3-screen {
    min-height: 133.333333333vh;
  }

  .md\:min-h-1-2\/5-screen {
    min-height: 140vh;
  }

  .md\:min-h-1-1\/2-screen {
    min-height: 150vh;
  }

  .md\:min-h-1-3\/5-screen {
    min-height: 160vh;
  }

  .md\:min-h-1-2\/3-screen {
    min-height: 166.6666666667vh;
  }

  .md\:min-h-1-3\/4-screen {
    min-height: 175vh;
  }

  .md\:min-h-1-4\/5-screen {
    min-height: 180vh;
  }

  .md\:min-h-2-screen {
    min-height: 200vh;
  }

  .md\:h-1\/3 {
    height: 33.33333333%
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:min-h-3\/4-screen {
    min-height: 75vh;
  }

  .md\:min-h-1\/2-screen {
    min-height: 50vh;
  }

  .md\:h-11\/12 {
    height: 91.66666667%;
  }

  .md\:centered {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -53%);
  }

  .md\:top-left, .md\:top-right, .md\:bottom-left, .md\:bottom-right {
    transform: none;
  }

  .md\:top-left {
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
  }

  .md\:top-right {
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
  }

  .md\:top-middle {
    top: 0px;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .md\:center-left {
    right: auto;
    bottom: auto;
    left: 0px;
  }

  .md\:center-right {
    right: 0px;
    bottom: auto;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .md\:center-left, .md\:center-right {
    top: 50%;
    transform: translateY(-50%);
  }

  .md\:bottom-left {
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
  }

  .md\:bottom-middle {
    top: auto;
    right: auto;
    bottom: 0px;
  }

  .md\:bottom-middle {
    left: 50%;
    transform: translateX(-50%);
  }

  .md\:bottom-right {
    top: auto;
    right: 0px;
    bottom: 0px;
    left: auto;
  }

  .md\:w-1\/7 {
    width: 14.28%
  }

  .md\:w-2\/7 {
    width: 28.56%;
  }

  .md\:w-3\/7 {
    width: 42.84%;
  }

  .md\:w-3\/10 {
    width: 30%;
  }

  .md\:w-1\/8 {
    width: 12.5%;
  }

  .md\:w-7\/10 {
    width: 70%;
  }
}

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:top-1\/2 {
    top: 50%;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-4 {
    grid-column-start: 4;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-auto {
    grid-column-start: auto;
  }

  .lg\:col-end-3 {
    grid-column-end: 3;
  }

  .lg\:col-end-6 {
    grid-column-end: 6;
  }

  .lg\:col-end-8 {
    grid-column-end: 8;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:row-start-3 {
    grid-row-start: 3;
  }

  .lg\:row-end-3 {
    grid-row-end: 3;
  }

  .lg\:row-end-4 {
    grid-row-end: 4;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-1\/3 {
    height: 33.333333%;
  }

  .lg\:h-2\/3 {
    height: 66.666667%;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-2\/4 {
    height: 50%;
  }

  .lg\:h-3\/4 {
    height: 75%;
  }

  .lg\:h-1\/5 {
    height: 20%;
  }

  .lg\:h-2\/5 {
    height: 40%;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-4\/5 {
    height: 80%;
  }

  .lg\:h-1\/6 {
    height: 16.666667%;
  }

  .lg\:h-2\/6 {
    height: 33.333333%;
  }

  .lg\:h-3\/6 {
    height: 50%;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:max-h-24 {
    max-height: 6rem;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-1\/12 {
    width: 8.333333%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .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\:-translate-x-3 {
    --tw-translate-x: -0.75rem;
  }

  .lg\:translate-x-1\/2 {
    --tw-translate-x: 50%;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
  }

  .lg\:-translate-y-12 {
    --tw-translate-y: -3rem;
  }

  .lg\:-translate-y-20 {
    --tw-translate-y: -5rem;
  }

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-x-8 {
    column-gap: 2rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .lg\:bg-auto {
    background-size: auto;
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:bg-bottom {
    background-position: bottom;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-left {
    background-position: left;
  }

  .lg\:bg-left-bottom {
    background-position: left bottom;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:bg-right {
    background-position: right;
  }

  .lg\:bg-right-bottom {
    background-position: right bottom;
  }

  .lg\:bg-right-top {
    background-position: right top;
  }

  .lg\:bg-top {
    background-position: top;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-24 {
    padding: 6rem;
  }

  .lg\:p-32 {
    padding: 8rem;
  }

  .lg\:p-40 {
    padding: 10rem;
  }

  .lg\:p-48 {
    padding: 12rem;
  }

  .lg\:p-56 {
    padding: 14rem;
  }

  .lg\:p-64 {
    padding: 16rem;
  }

  .lg\:p-px {
    padding: 1px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .lg\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .lg\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .lg\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .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\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

  .lg\:pr-48 {
    padding-right: 12rem;
  }

  .lg\:pr-56 {
    padding-right: 14rem;
  }

  .lg\:pr-64 {
    padding-right: 16rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pb-48 {
    padding-bottom: 12rem;
  }

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-48 {
    padding-left: 12rem;
  }

  .lg\:pl-56 {
    padding-left: 14rem;
  }

  .lg\:pl-64 {
    padding-left: 16rem;
  }

  .lg\:first\:pl-7:first-child {
    padding-left: 1.75rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-gray-900 {
    --tw-text-opacity: 1;
    color: rgba(17, 24, 39, var(--tw-text-opacity));
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:ratio-20-9 {
    padding-bottom: 45%;
  }

  .lg\:ratio-4-1 {
    padding-bottom: 25%;
  }

  .lg\:ratio-3-1 {
    padding-bottom: 33.333333%;
  }

  .lg\:ratio-5-2 {
    padding-bottom: 40%;
  }

  .lg\:ratio-4-3 {
    padding-bottom: 75%;
  }

  .lg\:ratio-16-9 {
    padding-bottom: 56.25%;
  }

  .lg\:ratio-3-2 {
    padding-bottom: 66.666667%;
  }

  .lg\:ratio-2-1 {
    padding-bottom: 50%;
  }

  .lg\:ratio-1-1 {
    padding-bottom: 100%;
  }

  .lg\:ratio-none {
    padding-bottom: 0%;
  }

  .lg\:bg-right {
    background-position: 95%;
  }

  .lg\:grid-cols-3-middle-widest {
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .lg\:min-h-1\/5-screen {
    min-height: 20vh;
  }

  .lg\:min-h-1\/4-screen {
    min-height: 25vh;
  }

  .lg\:min-h-1\/3-screen {
    min-height: 33.3333333333vh;
  }

  .lg\:min-h-2\/5-screen {
    min-height: 40vh;
  }

  .lg\:min-h-1\/2-screen {
    min-height: 50vh;
  }

  .lg\:min-h-3\/5-screen {
    min-height: 60vh;
  }

  .lg\:min-h-2\/3-screen {
    min-height: 66.666666667vh;
  }

  .lg\:h-2\/3-screen {
    height: 66.666666667vh;
  }

  .lg\:min-h-3\/4-screen {
    min-height: 75vh;
  }

  .lg\:min-h-4\/5-screen {
    min-height: 80vh;
  }

  .lg\:h-17\/20-screen {
    height: 85vh;
  }

  .lg\:h-9\/10-screen {
    height: 90vh;
  }

  .lg\:min-h-1-1\/5-screen {
    min-height: 120vh;
  }

  .lg\:h-1-1\/5-screen {
    height: 120vh;
  }

  .lg\:min-h-1-1\/4-screen {
    min-height: 125vh;
  }

  .lg\:min-h-1-1\/3-screen {
    min-height: 133.333333333vh;
  }

  .lg\:min-h-1-2\/5-screen {
    min-height: 140vh;
  }

  .lg\:min-h-1-1\/2-screen {
    min-height: 150vh;
  }

  .lg\:min-h-1-3\/5-screen {
    min-height: 160vh;
  }

  .lg\:min-h-1-2\/3-screen {
    min-height: 166.6666666667vh;
  }

  .lg\:min-h-1-3\/4-screen {
    min-height: 175vh;
  }

  .lg\:min-h-1-4\/5-screen {
    min-height: 180vh;
  }

  .lg\:min-h-2-screen {
    min-height: 200vh;
  }

  .lg\:h-1\/3 {
    height: 33.33333333%
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:min-h-3\/4-screen {
    min-height: 75vh;
  }

  .lg\:min-h-1\/2-screen {
    min-height: 50vh;
  }

  .lg\:h-11\/12 {
    height: 91.66666667%;
  }

  .lg\:centered {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -53%);
  }

  .lg\:top-left, .lg\:top-right, .lg\:bottom-left, .lg\:bottom-right {
    transform: none;
  }

  .lg\:top-left {
    top: 0px;
    right: auto;
    bottom: auto;
    left: 0px;
  }

  .lg\:top-right {
    top: 0px;
    right: 0px;
    bottom: auto;
    left: auto;
  }

  .lg\:top-middle {
    top: 0px;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .lg\:center-left {
    right: auto;
    bottom: auto;
    left: 0px;
  }

  .lg\:center-right {
    right: 0px;
    bottom: auto;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .lg\:center-left, .lg\:center-right {
    top: 50%;
    transform: translateY(-50%);
  }

  .lg\:bottom-left {
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
  }

  .lg\:bottom-middle {
    top: auto;
    right: auto;
    bottom: 0px;
  }

  .lg\:bottom-middle {
    left: 50%;
    transform: translateX(-50%);
  }

  .lg\:bottom-right {
    top: auto;
    right: 0px;
    bottom: 0px;
    left: auto;
  }

  .lg\:w-1\/7 {
    width: 14.28%
  }

  .lg\:w-2\/7 {
    width: 28.56%;
  }

  .lg\:w-3\/7 {
    width: 42.84%;
  }

  .lg\:w-3\/10 {
    width: 30%;
  }

  .lg\:w-1\/8 {
    width: 12.5%;
  }

  .lg\:w-7\/10 {
    width: 70%;
  }
}

@media (min-width: 1280px) {

  .xl\:order-none {
    order: 0;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mt-32 {
    margin-top: -8rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-1\/3 {
    height: 33.333333%;
  }

  .xl\:h-2\/3 {
    height: 66.666667%;
  }

  .xl\:h-1\/4 {
    height: 25%;
  }

  .xl\:h-2\/4 {
    height: 50%;
  }

  .xl\:h-3\/4 {
    height: 75%;
  }

  .xl\:h-1\/5 {
    height: 20%;
  }

  .xl\:h-2\/5 {
    height: 40%;
  }

  .xl\:h-3\/5 {
    height: 60%;
  }

  .xl\:h-4\/5 {
    height: 80%;
  }

  .xl\:h-1\/6 {
    height: 16.666667%;
  }

  .xl\:h-2\/6 {
    height: 33.333333%;
  }

  .xl\:h-3\/6 {
    height: 50%;
  }

  .xl\:h-4\/6 {
    height: 66.666667%;
  }

  .xl\:h-5\/6 {
    height: 83.333333%;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-11 {
    width: 2.75rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-24 {
    width: 6rem;
  }

  .xl\:w-32 {
    width: 8rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:items-baseline {
    align-items: baseline;
  }

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:justify-around {
    justify-content: space-around;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .xl\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

  .xl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pt-20 {
    padding-top: 5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pt-40 {
    padding-top: 10rem;
  }

  .xl\:pt-48 {
    padding-top: 12rem;
  }

  .xl\:pt-56 {
    padding-top: 14rem;
  }

  .xl\:pt-64 {
    padding-top: 16rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .xl\:pb-40 {
    padding-bottom: 10rem;
  }

  .xl\:pb-48 {
    padding-bottom: 12rem;
  }

  .xl\:pb-56 {
    padding-bottom: 14rem;
  }

  .xl\:pb-64 {
    padding-bottom: 16rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-right {
    text-align: right;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:ratio-16-9 {
    padding-bottom: 56.25%;
  }

  .xl\:h-2\/3-screen {
    height: 66.666666667vh;
  }

  .xl\:h-17\/20-screen {
    height: 85vh;
  }

  .xl\:h-9\/10-screen {
    height: 90vh;
  }

  .xl\:h-1\/3 {
    height: 33.33333333%
  }

  .xl\:h-1\/2 {
    height: 50%;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-11\/12 {
    height: 91.66666667%;
  }

  .xl\:w-80 {
    width: 20rem;
  }
}

@media (min-width: 1450px) {

  .xl1450\:-mt-40 {
    margin-top: -10rem;
  }

  .xl1450\:block {
    display: block;
  }

  .xl1450\:-translate-x-20 {
    --tw-translate-x: -5rem;
  }
}

@media (min-width: 1850px) {
  .xxl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xxl\:h-1\/2 {
    height: 50%;
  }

  .xxl\:h-1\/3 {
    height: 33.333333%;
  }

  .xxl\:h-2\/3 {
    height: 66.666667%;
  }

  .xxl\:h-1\/4 {
    height: 25%;
  }

  .xxl\:h-2\/4 {
    height: 50%;
  }

  .xxl\:h-3\/4 {
    height: 75%;
  }

  .xxl\:h-1\/5 {
    height: 20%;
  }

  .xxl\:h-2\/5 {
    height: 40%;
  }

  .xxl\:h-3\/5 {
    height: 60%;
  }

  .xxl\:h-4\/5 {
    height: 80%;
  }

  .xxl\:h-1\/6 {
    height: 16.666667%;
  }

  .xxl\:h-2\/6 {
    height: 33.333333%;
  }

  .xxl\:h-3\/6 {
    height: 50%;
  }

  .xxl\:h-4\/6 {
    height: 66.666667%;
  }

  .xxl\:h-5\/6 {
    height: 83.333333%;
  }

  .xxl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xxl\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .xxl\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .xxl\:h-2\/3-screen {
    height: 66.666666667vh;
  }

  .xxl\:h-17\/20-screen {
    height: 85vh;
  }

  .xxl\:h-9\/10-screen {
    height: 90vh;
  }

  .xxl\:h-1\/3 {
    height: 33.33333333%
  }

  .xxl\:h-1\/2 {
    height: 50%;
  }

  .xxl\:h-11\/12 {
    height: 91.66666667%;
  }
}




