@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Yellowtail&display=swap);
/*! tailwindcss v2.0.3 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.0.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).
*/

:root {
  -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;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

html {
  font-family: CircularStd, Open Sans, sans-serif; /* 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: #e5e7eb; /* 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;
}

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

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

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

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

@font-face {
  font-family: 'CircularStd';

  font-style: normal;

  font-weight: 400;

  src: url('/fonts/Circular/CircularStd-Book.otf');
}

@font-face {
  font-family: 'CircularStd';

  font-style: normal;

  font-weight: 600;

  src: url('/fonts/Circular/CircularStd-Medium.otf');
}

@font-face {
  font-family: 'CircularStd';

  font-style: normal;

  font-weight: 700;

  src: url('/fonts/Circular/CircularStd-Bold.otf');
}

html,
  body,
  #__next {
  height: 100%;
}

body {
  font-family: 'CircularStd', sans-serif;
  font-weight: 400;
}

a {
  transition: all 0.15s ease-in-out;
}

a,
  button {
  -webkit-tap-highlight-color: transparent;
}

.container{
  width: 100%;
}

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

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

@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: 1152px){
  .container{
    max-width: 1152px;
  }
}

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

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

/* ================================================== */

/* ANIMATIONS
  ===================================================== */

@-webkit-keyframes rotateLoader {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateLoader {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* ================================================== */

/* BRAND-ACCENT - Leaf logomark at the end of a word
  ===================================================== */

.bl-brand-accent {
  position: relative;
}

.bl-brand-accent::after {
  display: inline-block;
  position: absolute;
  top: 0.1em;
  right: -0.3em;
  width: 0.4em;
  height: 0.4em;
  content: '';
  background-image: url(/static/icons/branding-accent.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
}

/* ================================================== */

/* BUTTONS
  ===================================================== */

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  width: 100%;
}

/* ==========CONTINUE================================ */

.btn-continue:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(2px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 205, 103, var(--tw-ring-opacity));
}

.btn-continue{
  background-color: #ccf5e1;
  border-radius: 1rem;
  color: #1a2763;
  font-size: 21px;
  height: 4.5rem;
  line-height: 32px;
  margin: 1.5rem 0;
}

.btn-continue:hover {
  background-color: #00cd67;
  color: #ffffff;
}

/* ==========RADIO=================================== */

.btn-radio:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(0px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(163, 169, 193, var(--tw-ring-opacity));
}

.btn-radio{
  background-color: #f6f6f9;
  border: 2px solid #d1d4e0;
  border-radius: 0.625rem;
  color: #1a2763;
  font-size: 21px;
  height: 4.5rem;
  line-height: 32px;
}

.btn-radio:hover {
  background-color: #ccf5e1;
  border: 2px solid #00cd67;
}

.btn-radio-selected {
  background-color: #ccf5e1;
  border: 2px solid #00cd67;
}

/* ==========GUIDE================================== */

.c-article-tile {
  width: 100%;
  height: 333px;
  resize: both;
  overflow: auto;
}

.c-article-tile img {
  display: flex;
  width: 100%;
  height: 100%;
}

/* ==========SELECT================================== */

.btn-select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(2px + 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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 205, 103, var(--tw-ring-opacity));
}

.btn-select{
  background-color: #fafbfc;
  border: 2px solid #d1d4e0;
  border-radius: 1rem;
  color: #1a2763;
  font-size: 21px;
  height: 4.5rem;
  line-height: 32px;
  margin: 1rem 0;
}

.btn-select:hover {
  background-color: #ccf5e1;
  border-color: #00cd67;
}

.btn-select-selected {
  background-color: #ccf5e1;
  border-color: #00cd67;
}

/* ================================================== */

/* CONTAINERS
  ===================================================== */

/* ==========INPUT=================================== */

.input-container {
  width: 100%;
}

.input-container .btn:first-child {
  margin-bottom: 1rem;
}

@media (min-width: 480px) {
  .input-container {
    width: 392px;
  }

  .input-container .btn:first-child {
    margin-right: 1rem;
  }
}

/* ==========SELECT================================== */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('/static/icons/icon-down-arrow.png') no-repeat right #1a2763;
  background-size: 21px 20px;
  background-position: calc(100% - 12px) calc(1em + 7px);
  color: #1a2763;
}

select::-ms-expand {
  display: none;
}

@media (min-width: 480px) {
  select {
    background-position: calc(100% - 12px) calc(1em + 4px);
  }
}

.select-container {
  width: 100%;
}

/* ================================================== */

/* DROPZONE
    ===================================================== */

.dropzone::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.dropzone::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* ================================================== */

/* MISCELLANEOUS
    ===================================================== */

.bl-bg-gradient {
  background: linear-gradient(180deg, #ffffff 44.05%, #f6f6f9 100%);
}

.c-list-disc > li::before {
  content: '\2022';
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-weight: bold;
}

.c-list-disc > li::before{
  --tw-text-opacity: 1;
  color: rgba(0, 205, 239, var(--tw-text-opacity));
}

.dollar-sign-format {
  margin-top: 2.8rem;
}

.error {
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
  border-width: 1px;
}

.form-input-label {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(26, 39, 99, var(--tw-text-opacity));
  letter-spacing: 0.05em;
  width: 100%;
}

.list-item::before {
  content: '\2022';
  display: inline-block;
  font-size: 1.25rem;
  margin-left: -1em;
  width: 1em;
}

.loader {
  display: inline-block;
  transition: all 0.25s ease;
  -webkit-animation: rotateLoader 0.75s linear infinite;
  animation: rotateLoader 0.75s linear infinite;
  width: 1.5rem;
}

/* =====popup modal - used on loan form: step 11===== */

.c-popup__container {
  min-width: 16rem;
  transition: all 0.15s ease-in-out;
}

@media (min-width: 480px) {
  .c-popup__container {
    min-width: 24rem;
  }
}

.c-popup__content {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* ================================================== */

/* UTILITIES
    ===================================================== */

/* Makes a div extend the full width of the screen
      allowing it to pass the main container's width max-w-7xl */

.w-full-vw {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* ==SLIDEDOWN - CSS version of a vertical sliding=== */

.bl-slidedown {
  opacity: 1;
  max-height: 60rem;
  transition: all 0.25s ease-in-out;
  overflow: visible;
  visibility: visible;
}

/* is-closed */

.bl-slidedown--hidden {
  opacity: 0;
  height: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* BG-PRINT-GRADIENT - This background consists of a fingerprint and gradient */

.u-bg-print-gradient.u-bg-print-gradient--br-96::before,
  .u-bg-print-gradient.u-bg-print-gradient--br-96::after {
  border-bottom-right-radius: 6rem;
}

.u-bg-print-gradient.u-bg-print-gradient--bl-96::before,
  .u-bg-print-gradient.u-bg-print-gradient--bl-96::after {
  border-bottom-left-radius: 6rem;
}

.u-bg-print-gradient::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/static/images/bg-thumb-print-gray-1.svg);
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: right -150% top 55%;
  opacity: 0.5;
}

.u-bg-print-gradient::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(246, 246, 249, 0) 75%,
      rgba(246, 246, 249, 1) 100%
    );
  z-index: 1;
}

@media (min-width: 1080px) {
  .u-bg-print-gradient.u-bg-print-gradient--br-96::before,
    .u-bg-print-gradient.u-bg-print-gradient--br-96::after,
    .u-bg-print-gradient.u-bg-print-gradient--bl-96::before,
    .u-bg-print-gradient.u-bg-print-gradient--bl-96::after {
    border-radius: 0;
  }
}

/* faded thumb print bg */

.u-bg-print-gradient--faded::after {
  background-image: url(/static/images/bg-thumb-print-gray-2.svg);
  background-size: 140%;
  background-position: center center;
  opacity: 0.7;
}

@media (min-width: 640px) {
  .u-bg-print-gradient--faded::after {
    background-size: 100%;
    background-position: right -12vw center;
  }
}

@media (min-width: 1024px) {
  .u-bg-print-gradient--faded::after {
    background-size: 62rem;
    background-position: right -16vw center;
  }
}

@media (min-width: 1280px) {
  .u-bg-print-gradient--faded::after {
    background-position: left 70% center;
  }
}

/* BG-GRADIENT-BASE - Base gradient */

.u-bg-gradient-base {
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(246, 246, 249, 0) 75%,
      rgba(246, 246, 249, 1) 100%
    );
}

/* BG-SHAPES = Adds apricot and tetriary shapes to layout
    ======================================================= */

.u-bg-shapes {
  position: relative;
}

@media (min-width: 1024px) {
  .u-bg-shapes::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 7rem;
    height: 50%;
    margin: 12% -1.5rem 0 0;
    background: linear-gradient(324.59deg, #00cdef -9.88%, #8ce8f8 74.64%);
    opacity: 0.2;
    z-index: 1;
    border-radius: 0 0 0 6rem;
  }
}

@media (min-width: 1280px) {
  .u-bg-shapes::after {
    width: 10rem;
  }
}

@media (min-width: 1340px) {
  .u-bg-shapes::after {
    margin-right: -4rem;
  }
}

/* copy
    ======================================================= */

.c-copy h2, .c-copy h3{
  font-family: DM Serif Display, Georgia, serif;
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 47, 104, var(--tw-text-opacity));
}

.c-copy h2:nth-child(n + 2), .c-copy h3:nth-child(n + 2){
  margin-top: 2rem;
}

.c-copy h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgba(0, 47, 104, var(--tw-text-opacity));
}

.c-copy h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(0, 47, 104, var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .c-copy h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .c-copy h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .c-copy h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

.c-copy b {
  --tw-text-opacity: 1;
  color: rgba(0, 47, 104, var(--tw-text-opacity));
}

.c-copy a {
  --tw-text-opacity: 1;
  color: rgba(0, 205, 239, var(--tw-text-opacity));
}

.c-copy a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 47, 104, var(--tw-text-opacity));
}

.c-copy b, .c-copy h3{
  font-weight: 700;
}

.c-copy p, .c-copy ul, .c-copy ol{
  margin-bottom: 1rem;
}

.c-copy ol, .c-copy ul{
  padding-left: 2rem;
}

.c-copy ol {
  counter-reset: counter-reset;
}

ol li {
  position: relative;
  counter-increment: counter-reset;
}

ol li::before {
  --tw-text-opacity: 1;
  color: rgba(0, 205, 239, var(--tw-text-opacity));
  position: absolute;
  top: 0;
  left: -1.5rem;
  content: counter(counter-reset) '. ';
}

.c-copy li {
  margin-bottom: 0.5rem;
  position: relative;
}

.c-copy ul > li::before {
  position: absolute;
  top: 0;
  left: -1.5rem;
  content: '\2022';
  display: inline-block;
  width: 1em;
  font-weight: bold;
  --tw-text-opacity: 1;
  color: rgba(0, 205, 239, var(--tw-text-opacity));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-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-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

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

.divide-neutral-04 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgba(163, 169, 193, var(--tw-divide-opacity));
}

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

.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-50{
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, 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-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}

.bg-apricot-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 230, 207, var(--tw-bg-opacity));
}

.bg-apricot-secondary-light{
  --tw-bg-opacity: 1;
  background-color: rgba(253, 241, 230, var(--tw-bg-opacity));
}

.bg-blue-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 205, 239, var(--tw-bg-opacity));
}

.bg-green-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 205, 103, var(--tw-bg-opacity));
}

.bg-green-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(204, 245, 225, var(--tw-bg-opacity));
}

.bg-navy-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 47, 104, var(--tw-bg-opacity));
}

.bg-neutral-02{
  --tw-bg-opacity: 1;
  background-color: rgba(246, 246, 249, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.hover\:bg-blue-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(132, 226, 247, var(--tw-bg-opacity));
}

.hover\:bg-green-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 205, 103, var(--tw-bg-opacity));
}

.hover\:bg-green-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(204, 245, 225, var(--tw-bg-opacity));
}

.hover\:bg-neutral-03:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 212, 224, var(--tw-bg-opacity));
}

.hover\:bg-tangerine-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 200, 88, var(--tw-bg-opacity));
}

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

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-blue-primary{
  --tw-gradient-from: #00cdef;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 205, 239, 0));
}

.from-blue-secondary{
  --tw-gradient-from: #84e2f7;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(132, 226, 247, 0));
}

.from-neutral-02{
  --tw-gradient-from: #f6f6f9;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(246, 246, 249, 0));
}

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

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

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

.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-red-700{
  --tw-border-opacity: 1;
  border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}

.border-apricot-secondary{
  --tw-border-opacity: 1;
  border-color: rgba(255, 230, 207, var(--tw-border-opacity));
}

.border-blue-primary{
  --tw-border-opacity: 1;
  border-color: rgba(0, 205, 239, var(--tw-border-opacity));
}

.border-gray-secondary{
  --tw-border-opacity: 1;
  border-color: rgba(232, 233, 239, var(--tw-border-opacity));
}

.border-green-primary{
  --tw-border-opacity: 1;
  border-color: rgba(0, 205, 103, var(--tw-border-opacity));
}

.border-navy-primary{
  --tw-border-opacity: 1;
  border-color: rgba(0, 47, 104, var(--tw-border-opacity));
}

.border-neutral-02{
  --tw-border-opacity: 1;
  border-color: rgba(246, 246, 249, var(--tw-border-opacity));
}

.border-neutral-03{
  --tw-border-opacity: 1;
  border-color: rgba(209, 212, 224, var(--tw-border-opacity));
}

.border-neutral-07{
  --tw-border-opacity: 1;
  border-color: rgba(26, 39, 99, var(--tw-border-opacity));
}

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

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

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-2\.5xl{
  border-radius: 1.25rem;
}

.rounded-4xl{
  border-radius: 1.75rem;
}

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

.rounded-t-xl{
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
}

.rounded-b-xl{
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
}

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-tl-80{
  border-top-left-radius: 5rem;
}

.rounded-tr-80{
  border-top-right-radius: 5rem;
}

.rounded-br-80{
  border-bottom-right-radius: 5rem;
}

.rounded-bl-80{
  border-bottom-left-radius: 5rem;
}

.rounded-tr-96{
  border-top-right-radius: 6rem;
}

.rounded-bl-96{
  border-bottom-left-radius: 6rem;
}

.rounded-tl-112{
  border-top-left-radius: 7rem;
}

.rounded-br-112{
  border-bottom-right-radius: 7rem;
}

.rounded-tr-144{
  border-top-right-radius: 9rem;
}

.rounded-tl-none{
  border-top-left-radius: 0px;
}

.rounded-br-none{
  border-bottom-right-radius: 0px;
}

.rounded-bl-none{
  border-bottom-left-radius: 0px;
}

.rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}

.rounded-bl-2xl{
  border-bottom-left-radius: 1rem;
}

.rounded-tl-5xl{
  border-top-left-radius: 2rem;
}

.rounded-br-5xl{
  border-bottom-right-radius: 2rem;
}

.rounded-bl-5xl{
  border-bottom-left-radius: 2rem;
}

.rounded-tr-7xl{
  border-top-right-radius: 3rem;
}

.rounded-bl-7xl{
  border-bottom-left-radius: 3rem;
}

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

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

.cursor-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

.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;
}

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

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

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

.float-left{
  float: left;
}

.font-sans{
  font-family: CircularStd, Open Sans, sans-serif;
}

.font-serif{
  font-family: DM Serif Display, Georgia, serif;
}

.font-poppins{
  font-family: Poppins, sans-serif;
}

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

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

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

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

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

.h-0{
  height: 0px;
}

.h-3{
  height: 0.75rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-16{
  height: 4rem;
}

.h-18{
  height: 4.5rem;
}

.h-20{
  height: 5rem;
}

.h-27{
  height: 6.4rem;
}

.h-32{
  height: 8rem;
}

.h-52{
  height: 13rem;
}

.h-60{
  height: 15rem;
}

.h-64{
  height: 16rem;
}

.h-72{
  height: 18rem;
}

.h-96{
  height: 24rem;
}

.h-px{
  height: 1px;
}

.h-full{
  height: 100%;
}

.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-fs13{
  font-size: 0.8125rem;
}

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

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

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

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

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

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

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

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

.leading-relaxed{
  line-height: 1.625;
}

.leading-loose{
  line-height: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

.mr-0{
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-6{
  margin-right: 1.5rem;
}

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

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

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

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

.mb-9{
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mb-0\.5{
  margin-bottom: -0.125rem;
}

.max-h-64{
  max-height: 16rem;
}

.max-h-228px{
  max-height: 228px;
}

.max-h-380px{
  max-height: 380px;
}

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

.max-w-44{
  max-width: 11rem;
}

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

.max-w-sm{
  max-width: 24rem;
}

.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-4xl{
  max-width: 56rem;
}

.max-w-6xl{
  max-width: 72rem;
}

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

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

.max-w-2\/3{
  max-width: 66.66%;
}

.min-h-9{
  min-height: 2.25rem;
}

.min-h-18{
  min-height: 4.5rem;
}

.min-h-48{
  min-height: 12rem;
}

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

.min-h-screen{
  min-height: 100vh;
}

.min-w-96{
  min-width: 24rem;
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-75{
  opacity: 0.75;
}

.opacity-100{
  opacity: 1;
}

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

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

.hover\:opacity-100:hover{
  opacity: 1;
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-6{
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

.pr-10{
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

.pr-20{
  padding-right: 5rem;
}

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

.pl-20{
  padding-left: 5rem;
}

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

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

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

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

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

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

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0{
  top: 0px;
}

.right-0{
  right: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.top-44{
  top: 11rem;
}

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

.shadow-lg{
  --tw-shadow: 0 4px 14px -3px rgba(0, 0, 0, 0.13), 0 1px 4px -1px rgba(0, 0, 0, 0.08);
  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 5px 7px 7px rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-base{
  --tw-shadow: 0px 12px 25px rgba(108, 114, 127, 0.07);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-base-md:hover{
  --tw-shadow: 0px 12px 25px rgba(108, 114, 127, 0.15);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:ring-2:focus{
  --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(2px + 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);
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus\:ring-green-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(0, 205, 103, var(--tw-ring-opacity));
}

.focus\:ring-neutral-03:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(209, 212, 224, var(--tw-ring-opacity));
}

.table-auto{
  table-layout: auto;
}

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

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

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

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

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, 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-700{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 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-red-700{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity));
}

.text-blue-primary{
  --tw-text-opacity: 1;
  color: rgba(0, 205, 239, var(--tw-text-opacity));
}

.text-error-misc{
  --tw-text-opacity: 1;
  color: rgba(251, 80, 56, var(--tw-text-opacity));
}

.text-navy-primary{
  --tw-text-opacity: 1;
  color: rgba(0, 47, 104, var(--tw-text-opacity));
}

.text-neutral-04{
  --tw-text-opacity: 1;
  color: rgba(163, 169, 193, var(--tw-text-opacity));
}

.text-neutral-05{
  --tw-text-opacity: 1;
  color: rgba(106, 115, 154, var(--tw-text-opacity));
}

.text-neutral-06{
  --tw-text-opacity: 1;
  color: rgba(72, 82, 130, var(--tw-text-opacity));
}

.text-neutral-07{
  --tw-text-opacity: 1;
  color: rgba(26, 39, 99, var(--tw-text-opacity));
}

.text-madson-primary{
  --tw-text-opacity: 1;
  color: rgba(15, 48, 100, var(--tw-text-opacity));
}

.text-thunderbird-primary{
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}

.text-neutral-800{
  --tw-text-opacity: 1;
  color: rgba(72, 82, 130, var(--tw-text-opacity));
}

.text-neutral-650{
  --tw-text-opacity: 1;
  color: rgba(106, 115, 154, var(--tw-text-opacity));
}

.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgba(108, 114, 127, var(--tw-text-opacity));
}

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

.hover\:text-gray-100:hover{
  --tw-text-opacity: 1;
  color: rgba(243, 244, 246, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.hover\:text-blue-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 205, 239, var(--tw-text-opacity));
}

.hover\:text-navy-primary:hover{
  --tw-text-opacity: 1;
  color: rgba(0, 47, 104, var(--tw-text-opacity));
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-ellipsis{
  text-overflow: ellipsis;
}

.italic{
  font-style: italic;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.underline{
  text-decoration: underline;
}

.hover\:underline:hover{
  text-decoration: underline;
}

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

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

.tracking-em02{
  letter-spacing: 0.2em;
}

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

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

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

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

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-20{
  width: 5rem;
}

.w-28{
  width: 7rem;
}

.w-32{
  width: 8rem;
}

.w-40{
  width: 10rem;
}

.w-44{
  width: 11rem;
}

.w-48{
  width: 12rem;
}

.w-56{
  width: 14rem;
}

.w-64{
  width: 16rem;
}

.w-auto{
  width: auto;
}

.w-1\/3{
  width: 33.333333%;
}

.w-5\/12{
  width: 41.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;
}

.w-8\.75{
  width: 35px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-start-2{
  grid-column-start: 2;
}

.col-start-7{
  grid-column-start: 7;
}

.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));
}

.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
}

.hover\:scale-102:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}

.hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
}

.rotate-180{
  --tw-rotate: 180deg;
}

.-translate-y-20{
  --tw-translate-y: -5rem;
}

.-translate-y-32{
  --tw-translate-y: -8rem;
}

.-translate-y-40{
  --tw-translate-y: -10rem;
}

.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;
  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;
}

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

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

@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);
  }
}

/* ==========================================================================
   GLOBAL/BASE
   ========================================================================== */

/* ==========================================================================
   CUSTOM/COMPONENTS
   ========================================================================== */

@media (min-width: 375px){
  .xxs\:inline-block{
    display: inline-block;
  }

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

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

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

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

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

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

  .xxs\:p-6{
    padding: 1.5rem;
  }

  .xxs\:p-8{
    padding: 2rem;
  }

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

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

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

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

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

  .xxs\:pr-6{
    padding-right: 1.5rem;
  }

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

  .xxs\:pb-80{
    padding-bottom: 20rem;
  }
}

@media (min-width: 480px){
  .xs\: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)));
  }

  .xs\:flex{
    display: flex;
  }

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

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

  .xs\:h-16{
    height: 4rem;
  }

  .xs\:h-28{
    height: 7rem;
  }

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

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

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

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

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

  .xs\:text-fs21{
    font-size: 1.3125rem;
  }

  .xs\:text-fs32{
    font-size: 2rem;
  }

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

  .xs\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

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

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

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

  .xs\:mt-24{
    margin-top: 6rem;
  }

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

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

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

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

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

  .xs\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

  .xs\:pr-10{
    padding-right: 2.5rem;
  }

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

  .xs\:pb-64{
    padding-bottom: 16rem;
  }

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

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

  .xs\:w-28{
    width: 7rem;
  }

  .xs\:w-48{
    width: 12rem;
  }

  .xs\:w-64{
    width: 16rem;
  }

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

@media (min-width: 640px){
  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
  }

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

  .sm\:block{
    display: block;
  }

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

  .sm\:flex{
    display: flex;
  }

  .sm\:grid{
    display: grid;
  }

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

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

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

  .sm\:float-right{
    float: right;
  }

  .sm\:h-80{
    height: 20rem;
  }

  .sm\:h-screen{
    height: 100vh;
  }

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

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

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

  .sm\:leading-14{
    line-height: 3.5rem;
  }

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

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

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

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

  .sm\:ml-4{
    margin-left: 1rem;
  }

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

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

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

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

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

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

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

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

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

  .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\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

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

  .sm\:pb-20{
    padding-bottom: 5rem;
  }

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

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

  .sm\:pb-28{
    padding-bottom: 7rem;
  }

  .sm\:pt-56{
    padding-top: 14rem;
  }

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

  .sm\:w-5{
    width: 1.25rem;
  }

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

  .sm\:w-7\/12{
    width: 58.333333%;
  }

  .sm\:w-full{
    width: 100%;
  }

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:grid-flow-row-dense{
    grid-auto-flow: row dense;
  }

  .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\:col-start-1{
    grid-column-start: 1;
  }

  .sm\:col-start-2{
    grid-column-start: 2;
  }
}

@media (min-width: 768px){
  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:rounded-7xl{
    border-radius: 3rem;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-l-xl{
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }

  .md\:rounded-tl-96{
    border-top-left-radius: 6rem;
  }

  .md\:rounded-tr-96{
    border-top-right-radius: 6rem;
  }

  .md\:rounded-br-96{
    border-bottom-right-radius: 6rem;
  }

  .md\:rounded-bl-96{
    border-bottom-left-radius: 6rem;
  }

  .md\:rounded-bl-144{
    border-bottom-left-radius: 9rem;
  }

  .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem;
  }

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

  .md\:items-stretch{
    align-items: stretch;
  }

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

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

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-24{
    height: 6rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-auto{
    height: auto;
  }

  .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-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .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\:text-fs39{
    font-size: 2.4rem;
  }

  .md\:leading-14{
    line-height: 3.5rem;
  }

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

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

  .md\:mx-14{
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

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

  .md\:mr-0{
    margin-right: 0px;
  }

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

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

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

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

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

  .md\:ml-4{
    margin-left: 1rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:-mb-24{
    margin-bottom: -6rem;
  }

  .md\:mr-43px{
    margin-right: 43px;
  }

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

  .md\:max-w-sm{
    max-width: 24rem;
  }

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

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

  .md\:max-w-xl{
    max-width: 36rem;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

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

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-12{
    padding: 3rem;
  }

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

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

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

  .md\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

  .md\:pr-0{
    padding-right: 0px;
  }

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

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

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

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

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

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

  .md\:pl-8{
    padding-left: 2rem;
  }

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

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pl-10{
    padding-left: 2.5rem;
  }

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

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

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

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

  .md\:pl-16{
    padding-left: 4rem;
  }

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

  .md\:pb-20{
    padding-bottom: 5rem;
  }

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

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

  .md\:pt-32{
    padding-top: 8rem;
  }

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

  .md\:pl-40{
    padding-left: 10rem;
  }

  .md\:shadow-base{
    --tw-shadow: 0px 12px 25px rgba(108, 114, 127, 0.07);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:hover\:shadow-base-md:hover{
    --tw-shadow: 0px 12px 25px rgba(108, 114, 127, 0.15);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

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

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-48{
    width: 12rem;
  }

  .md\:w-128{
    width: 32rem;
  }

  .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-3\/4{
    width: 75%;
  }

  .md\:w-5\/6{
    width: 83.333333%;
  }

  .md\:w-4\/12{
    width: 33.333333%;
  }

  .md\:w-7\/12{
    width: 58.333333%;
  }

  .md\:w-8\/12{
    width: 66.666667%;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-48pct{
    width: 48%;
  }

  .md\:gap-x-8{
    column-gap: 2rem;
  }

  .md\:gap-y-12{
    row-gap: 3rem;
  }

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

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

  .md\:hover\:scale-105:hover{
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
  }

  .md\:translate-y-0{
    --tw-translate-y: 0px;
  }
}

@media (min-width: 1024px){
  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgba(243, 244, 246, var(--tw-border-opacity));
  }

  .lg\:rounded-80{
    border-radius: 5rem;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-r-xl{
    border-top-right-radius: .75rem;
    border-bottom-right-radius: .75rem;
  }

  .lg\:rounded-l-xl{
    border-top-left-radius: .75rem;
    border-bottom-left-radius: .75rem;
  }

  .lg\:rounded-tr-96{
    border-top-right-radius: 6rem;
  }

  .lg\:rounded-bl-96{
    border-bottom-left-radius: 6rem;
  }

  .lg\:rounded-br-112{
    border-bottom-right-radius: 7rem;
  }

  .lg\:rounded-bl-112{
    border-bottom-left-radius: 7rem;
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:border-r-2{
    border-right-width: 2px;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

  .lg\:items-stretch{
    align-items: stretch;
  }

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

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

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:h-full{
    height: 100%;
  }

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

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

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

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

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

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

  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

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

  .lg\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

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

  .lg\:mr-0{
    margin-right: 0px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:ml-14{
    margin-left: 3.5rem;
  }

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

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

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

  .lg\:mb-28{
    margin-bottom: 7rem;
  }

  .lg\:mt-32{
    margin-top: 8rem;
  }

  .lg\:mt-40{
    margin-top: 10rem;
  }

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

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

  .lg\:-ml-20{
    margin-left: -5rem;
  }

  .lg\:-mt-24{
    margin-top: -6rem;
  }

  .lg\:-mt-32{
    margin-top: -8rem;
  }

  .lg\:max-w-1440{
    max-width: 90rem;
  }

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

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

  .lg\:max-w-sm{
    max-width: 24rem;
  }

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

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

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

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

  .lg\:max-w-6xl{
    max-width: 72rem;
  }

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

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:p-16{
    padding: 4rem;
  }

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

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

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

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

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

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

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

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

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

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

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

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

  .lg\:pl-5{
    padding-left: 1.25rem;
  }

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

  .lg\:pr-6{
    padding-right: 1.5rem;
  }

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

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

  .lg\:pl-8{
    padding-left: 2rem;
  }

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

  .lg\:pr-10{
    padding-right: 2.5rem;
  }

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

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

  .lg\:pl-12{
    padding-left: 3rem;
  }

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

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

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

  .lg\:pl-17{
    padding-left: 4.25rem;
  }

  .lg\:pr-20{
    padding-right: 5rem;
  }

  .lg\:pb-20{
    padding-bottom: 5rem;
  }

  .lg\:pl-20{
    padding-left: 5rem;
  }

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

  .lg\:pr-24{
    padding-right: 6rem;
  }

  .lg\:pt-28{
    padding-top: 7rem;
  }

  .lg\:pb-28{
    padding-bottom: 7rem;
  }

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

  .lg\:pl-32{
    padding-left: 8rem;
  }

  .lg\:pt-40{
    padding-top: 10rem;
  }

  .lg\:pt-48{
    padding-top: 12rem;
  }

  .lg\:pl-48{
    padding-left: 12rem;
  }

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

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

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:right-0{
    right: 0px;
  }

  .lg\:bottom-0{
    bottom: 0px;
  }

  .lg\:left-0{
    left: 0px;
  }

  .lg\:top-72{
    top: 18rem;
  }

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

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

  .lg\:w-10{
    width: 2.5rem;
  }

  .lg\:w-48{
    width: 12rem;
  }

  .lg\:w-56{
    width: 14rem;
  }

  .lg\:w-168{
    width: 42rem;
  }

  .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-4\/12{
    width: 33.333333%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-7\/12{
    width: 58.333333%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:w-23pct{
    width: 23%;
  }

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

  .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\:scale-90{
    --tw-scale-x: .9;
    --tw-scale-y: .9;
  }

  .lg\:rotate-180{
    --tw-rotate: 180deg;
  }

  .lg\:-rotate-90{
    --tw-rotate: -90deg;
  }
}

@media (min-width: 1152px){
  .xl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

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

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

  .xl\:h-32{
    height: 8rem;
  }

  .xl\:h-auto{
    height: auto;
  }

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

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

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

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

  .xl\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }

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

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

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

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

  .xl\:mt-32{
    margin-top: 8rem;
  }

  .xl\:ml-48{
    margin-left: 12rem;
  }

  .xl\:-mt-32{
    margin-top: -8rem;
  }

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

  .xl\:max-w-sm{
    max-width: 24rem;
  }

  .xl\:max-w-xl{
    max-width: 36rem;
  }

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

  .xl\:p-20{
    padding: 5rem;
  }

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

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

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

  .xl\:pr-6{
    padding-right: 1.5rem;
  }

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

  .xl\:pr-12{
    padding-right: 3rem;
  }

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

  .xl\:pr-28{
    padding-right: 7rem;
  }

  .xl\:pt-32{
    padding-top: 8rem;
  }

  .xl\:pl-36{
    padding-left: 9rem;
  }

  .xl\:shadow-lg{
    --tw-shadow: 0 4px 14px -3px rgba(0, 0, 0, 0.13), 0 1px 4px -1px rgba(0, 0, 0, 0.08);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\:w-36{
    width: 9rem;
  }

  .xl\:w-168{
    width: 42rem;
  }

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

  .xl\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }
}

@media (min-width: 1280px){
  .xxl\:rounded-112{
    border-radius: 7rem;
  }

  .xxl\:rounded-tr-144{
    border-top-right-radius: 9rem;
  }

  .xxl\:rounded-bl-144{
    border-bottom-left-radius: 9rem;
  }

  .xxl\:block{
    display: block;
  }

  .xxl\:flex{
    display: flex;
  }

  .xxl\:hidden{
    display: none;
  }

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

  .xxl\:h-7{
    height: 1.75rem;
  }

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

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

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

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

  .xxl\:max-w-42{
    max-width: 11.5rem;
  }

  .xxl\:max-w-xl{
    max-width: 36rem;
  }

  .xxl\:p-12{
    padding: 3rem;
  }

  .xxl\:p-20{
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

  .xxl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .xxl\:pl-16{
    padding-left: 4rem;
  }

  .xxl\:pr-20{
    padding-right: 5rem;
  }

  .xxl\:pt-28{
    padding-top: 7rem;
  }

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

  .xxl\:w-1\/3{
    width: 33.333333%;
  }

  .xxl\:w-2\/3{
    width: 66.666667%;
  }

  .xxl\:w-5\/12{
    width: 41.666667%;
  }
}

@media (min-width: 1440px){
  .xxxl\:-ml-0{
    margin-left: 0px;
  }

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

  .xxxl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}


/*# sourceMappingURL=styles.fd0b0bf4.chunk.css.map*/