/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (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 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  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"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
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)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
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)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

  .rich-text :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 165%;
}

  .rich-text :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  font-weight: 600;
  line-height: 130%;
}

  .rich-text {

    /* H2 */

  }

  .rich-text :is(:where(h2):not(:where([class~="not-prose"] *))) {
  margin-top: 55px;
  margin-bottom: 20px;
  font-size: 36px;
}

  @media (min-width: 1024px) {

  .rich-text :is(:where(h2):not(:where([class~="not-prose"] *))) {
    margin-top: 45px;
    margin-bottom: 23px;
    font-size: 48px;
  }
}

  .rich-text {

    /* H3 */

  }

  .rich-text :is(:where(h3):not(:where([class~="not-prose"] *))) {
  margin-top: 45px;
  margin-bottom: 18px;
  font-size: 32px;
}

  @media (min-width: 1024px) {

  .rich-text :is(:where(h3):not(:where([class~="not-prose"] *))) {
    margin-top: 40px;
    margin-bottom: 21px;
    font-size: 40px;
  }
}

  .rich-text {

    /* H4 */

  }

  .rich-text :is(:where(h4):not(:where([class~="not-prose"] *))) {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 26px;
}

  @media (min-width: 1024px) {

  .rich-text :is(:where(h4):not(:where([class~="not-prose"] *))) {
    margin-top: 35px;
    margin-bottom: 19px;
    font-size: 32px;
  }
}

  .rich-text {
    
    /* H5 */

  }

  .rich-text :is(:where(h5):not(:where([class~="not-prose"] *))) {
  margin-top: 40px;
  margin-bottom: 14px;
  font-size: 22px;
}

  @media (min-width: 1024px) {

  .rich-text :is(:where(h5):not(:where([class~="not-prose"] *))) {
    margin-top: 30px;
    margin-bottom: 17px;
    font-size: 27px;
  }
}

  .rich-text {

    /* H6 */

  }

  .rich-text :is(:where(h6):not(:where([class~="not-prose"] *))) {
  margin-top: 36px;
  margin-bottom: 12px;
  font-size: 18px;
}

  @media (min-width: 1024px) {

  .rich-text :is(:where(h6):not(:where([class~="not-prose"] *))) {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 22px;
  }
}

  .rich-text {

    /* paragraph */

  }

  .rich-text :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-bottom: 1.25rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

  .rich-text {

    /* lists */

  }

  .rich-text :is(:where(ol):not(:where([class~="not-prose"] *))) {
  margin-bottom: 2rem;
}

  .rich-text :is(:where(ul):not(:where([class~="not-prose"] *))) {
  margin-bottom: 2rem;
}

  .rich-text :is(:where(li):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.75rem;
}

  .rich-text * :is(:where(li):not(:where([class~="not-prose"] *)))::marker {
  color: inherit;
}

  .rich-text :is(:where(li):not(:where([class~="not-prose"] *)))::marker {
  color: inherit;
}

  .rich-text :is(:where(ol):not(:where([class~="not-prose"] *))) {
  list-style-position: inside;
  list-style-type: decimal;
}

  .rich-text :is(:where(ul):not(:where([class~="not-prose"] *))) {
  list-style-position: inside;
  list-style-type: decimal;
}

  .rich-text {

    /* bold */

  }

  .rich-text :is(:where(strong):not(:where([class~="not-prose"] *))) {
  font-weight: 600;
  color: inherit;
}

  .rich-text {
    
    /* italic */

  }

  .rich-text :is(:where(em):not(:where([class~="not-prose"] *))) {
  font-style: italic;
}

  .rich-text {
    
    /* a tag */

  }

  .rich-text :is(:where(a):not(:where([class~="not-prose"] *))) {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(37 65 143 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

  /* .img-hover-zoom { */
    /* @apply transition-transform duration-300 hover:scale-105; */
  /* } */

  .image-hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.25, 0.09, 0.25, 1);
}

  .image-hover:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), 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));
}

  .group:hover .image-hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), 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));
}


  /* Gravity Froms styleing */
  .gravity-theme, #stay-connected, .wpf_form_group {
  width: 100%;
  padding-left: 1px;
  padding-right: 1px;
}
    
    .gravity-theme input[type="text"],.gravity-theme input[type="tel"],.gravity-theme input[type="email"],.gravity-theme input[type="number"],.gravity-theme textarea,.gravity-theme select,.gravity-theme .StripeElement,#stay-connected input[type="text"],#stay-connected input[type="tel"],#stay-connected input[type="email"],#stay-connected input[type="number"],#stay-connected textarea,#stay-connected select,#stay-connected .StripeElement,.wpf_form_group input[type="text"],.wpf_form_group input[type="tel"],.wpf_form_group input[type="email"],.wpf_form_group input[type="number"],.wpf_form_group textarea,.wpf_form_group select,.wpf_form_group .StripeElement {
  border-radius: 0.25rem !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
    
    .gravity-theme input[type="text"]::-moz-placeholder, .gravity-theme input[type="tel"]::-moz-placeholder, .gravity-theme input[type="email"]::-moz-placeholder, .gravity-theme input[type="number"]::-moz-placeholder, .gravity-theme textarea::-moz-placeholder, .gravity-theme select::-moz-placeholder, .gravity-theme .StripeElement::-moz-placeholder, #stay-connected input[type="text"]::-moz-placeholder, #stay-connected input[type="tel"]::-moz-placeholder, #stay-connected input[type="email"]::-moz-placeholder, #stay-connected input[type="number"]::-moz-placeholder, #stay-connected textarea::-moz-placeholder, #stay-connected select::-moz-placeholder, #stay-connected .StripeElement::-moz-placeholder, .wpf_form_group input[type="text"]::-moz-placeholder, .wpf_form_group input[type="tel"]::-moz-placeholder, .wpf_form_group input[type="email"]::-moz-placeholder, .wpf_form_group input[type="number"]::-moz-placeholder, .wpf_form_group textarea::-moz-placeholder, .wpf_form_group select::-moz-placeholder, .wpf_form_group .StripeElement::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-placeholder-opacity)) !important;
}
    
    .gravity-theme input[type="text"]::placeholder,.gravity-theme input[type="tel"]::placeholder,.gravity-theme input[type="email"]::placeholder,.gravity-theme input[type="number"]::placeholder,.gravity-theme textarea::placeholder,.gravity-theme select::placeholder,.gravity-theme .StripeElement::placeholder,#stay-connected input[type="text"]::placeholder,#stay-connected input[type="tel"]::placeholder,#stay-connected input[type="email"]::placeholder,#stay-connected input[type="number"]::placeholder,#stay-connected textarea::placeholder,#stay-connected select::placeholder,#stay-connected .StripeElement::placeholder,.wpf_form_group input[type="text"]::placeholder,.wpf_form_group input[type="tel"]::placeholder,.wpf_form_group input[type="email"]::placeholder,.wpf_form_group input[type="number"]::placeholder,.wpf_form_group textarea::placeholder,.wpf_form_group select::placeholder,.wpf_form_group .StripeElement::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-placeholder-opacity)) !important;
}

      .products .gravity-theme input[type="text"], .contact .gravity-theme input[type="text"], .products .gravity-theme input[type="tel"], .contact .gravity-theme input[type="tel"], .products .gravity-theme input[type="email"], .contact .gravity-theme input[type="email"], .products .gravity-theme input[type="number"], .contact .gravity-theme input[type="number"], .products .gravity-theme textarea, .contact .gravity-theme textarea, .products .gravity-theme select, .contact .gravity-theme select, .products .gravity-theme .StripeElement, .contact .gravity-theme .StripeElement, .products #stay-connected input[type="text"], .contact #stay-connected input[type="text"], .products #stay-connected input[type="tel"], .contact #stay-connected input[type="tel"], .products #stay-connected input[type="email"], .contact #stay-connected input[type="email"], .products #stay-connected input[type="number"], .contact #stay-connected input[type="number"], .products #stay-connected textarea, .contact #stay-connected textarea, .products #stay-connected select, .contact #stay-connected select, .products #stay-connected .StripeElement, .contact #stay-connected .StripeElement, .products .wpf_form_group input[type="text"], .contact .wpf_form_group input[type="text"], .products .wpf_form_group input[type="tel"], .contact .wpf_form_group input[type="tel"], .products .wpf_form_group input[type="email"], .contact .wpf_form_group input[type="email"], .products .wpf_form_group input[type="number"], .contact .wpf_form_group input[type="number"], .products .wpf_form_group textarea, .contact .wpf_form_group textarea, .products .wpf_form_group select, .contact .wpf_form_group select, .products .wpf_form_group .StripeElement, .contact .wpf_form_group .StripeElement {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 204 204 / var(--tw-border-opacity)) !important;
}
    .gravity-theme input[type="checkbox"], #stay-connected input[type="checkbox"], .wpf_form_group input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  border-radius: 0px;
}
    .gravity-theme input[type="checkbox"]:focus, #stay-connected input[type="checkbox"]:focus, .wpf_form_group input[type="checkbox"]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}
    .gravity-theme input[type="checkbox"]:checked, #stay-connected input[type="checkbox"]:checked, .wpf_form_group input[type="checkbox"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
    .gravity-theme input[type="checkbox"]:checked:hover,.gravity-theme input[type="checkbox"]:checked:focus, #stay-connected input[type="checkbox"]:checked:hover, #stay-connected input[type="checkbox"]:checked:focus, .wpf_form_group input[type="checkbox"]:checked:hover, .wpf_form_group input[type="checkbox"]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
    .gravity-theme input[type="checkbox"]:indeterminate, #stay-connected input[type="checkbox"]:indeterminate, .wpf_form_group input[type="checkbox"]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
    .gravity-theme input[type="checkbox"]:indeterminate:hover,.gravity-theme input[type="checkbox"]:indeterminate:focus, #stay-connected input[type="checkbox"]:indeterminate:hover, #stay-connected input[type="checkbox"]:indeterminate:focus, .wpf_form_group input[type="checkbox"]:indeterminate:hover, .wpf_form_group input[type="checkbox"]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
    .gravity-theme input[type="checkbox"], #stay-connected input[type="checkbox"], .wpf_form_group input[type="checkbox"] {
  margin-right: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 243 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(52 168 255 / var(--tw-text-opacity));
}
    .gravity-theme input[type="checkbox"]:focus, #stay-connected input[type="checkbox"]:focus, .wpf_form_group input[type="checkbox"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 243 / var(--tw-border-opacity));
  --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-offset-width: 0px;
}
    .gravity-theme input[type="submit"]:focus-visible, #stay-connected input[type="submit"]:focus-visible, .wpf_form_group input[type="submit"]:focus-visible {
  border-radius: 0.25rem !important;
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 4px !important;
  outline-color: #34A8FF !important;
  display: inline-block;
}
    .gravity-theme input[type="submit"], #stay-connected input[type="submit"], .wpf_form_group input[type="submit"] {
  border-radius: 0.5rem;
  text-align: center;
  color: rgb(65 173 73 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 65 143 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
    .gravity-theme input[type="submit"]:focus, #stay-connected input[type="submit"]:focus, .wpf_form_group input[type="submit"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 65 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 65 143 / var(--tw-text-opacity));
}
    .gravity-theme input[type="submit"], #stay-connected input[type="submit"], .wpf_form_group input[type="submit"] {
  min-width: 140px;
  cursor: pointer;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

      .products .gravity-theme input[type="submit"], .products #stay-connected input[type="submit"], .products .wpf_form_group input[type="submit"] {
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(65 173 73 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

      .products .gravity-theme input[type="submit"]:hover, .products #stay-connected input[type="submit"]:hover, .products .wpf_form_group input[type="submit"]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(65 173 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(65 173 73 / var(--tw-text-opacity));
}

      .products .gravity-theme input[type="submit"]:focus, .products #stay-connected input[type="submit"]:focus, .products .wpf_form_group input[type="submit"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(65 173 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(65 173 73 / var(--tw-text-opacity));
}

      .products .gravity-theme input[type="submit"], .products #stay-connected input[type="submit"], .products .wpf_form_group input[type="submit"] {
  width: 100%;
  min-width: 0px;
}

      .contact .gravity-theme input[type="submit"], .contact #stay-connected input[type="submit"], .contact .wpf_form_group input[type="submit"] {
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(65 173 73 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

      .contact .gravity-theme input[type="submit"]:hover, .contact #stay-connected input[type="submit"]:hover, .contact .wpf_form_group input[type="submit"]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(65 173 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(65 173 73 / var(--tw-text-opacity));
}

      .contact .gravity-theme input[type="submit"]:focus, .contact #stay-connected input[type="submit"]:focus, .contact .wpf_form_group input[type="submit"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(65 173 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(65 173 73 / var(--tw-text-opacity));
}
    .gravity-theme textarea, #stay-connected textarea, .wpf_form_group textarea {
  height: 218px !important;
}
      .has-background .gravity-theme .gfield_label, .has-background .gravity-theme label, .has-background .gravity-theme .gfield_required, .has-background #stay-connected .gfield_label, .has-background #stay-connected label, .has-background #stay-connected .gfield_required, .has-background .wpf_form_group .gfield_label, .has-background .wpf_form_group label, .has-background .wpf_form_group .gfield_required {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

        @keyframes fade {
          from {opacity: 0;  transform: scale(1);}
          to {opacity: 1; transform: none;}
        }

  *:focus-visible, .focusable:focus-visible, .btn:focus-visible, select:focus-visible {
  border-radius: 0.25rem !important;
  outline-style: solid !important;
  outline-width: 2px !important;
  outline-offset: 4px !important;
  outline-color: #34A8FF !important;
}

  .img-wrapper:focus-visible, .btn:focus-visible, .force-focus:focus-visible, a:focus-visible {
  display: inline-block;
}

  .overflow-hidden:not(.submenu-holder) *:focus-visible {
  box-sizing: border-box !important;
  border-radius: 0.25rem !important;
  border-width: 2px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 168 255 / var(--tw-border-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 400px) {

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

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0px;
}
.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.btn {
  border-radius: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(65 173 73 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.btn-green {
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(65 173 73 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(65 173 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(65 173 73 / var(--tw-text-opacity));
}
.btn-green:focus {
  --tw-border-opacity: 1;
  border-color: rgb(65 173 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(65 173 73 / var(--tw-text-opacity));
}
.btn-blue {
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(37 65 143 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 65 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 65 143 / var(--tw-text-opacity));
}
.btn-video {
  position: relative;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 25px !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(65 173 73 / var(--tw-text-opacity));
}
.btn-video .icon {
  position: absolute;
  top: 50%;
  left: 0px;
  margin: 0px;
  height: 15px;
  width: 15px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}
.container {
  width: 100%;
  max-width: 1100px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {

  .container {
    width: 90%;
    padding: 0px;
  }
}
.container--header {
  max-width: 1280px;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!relative {
  position: relative !important;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-3 {
  bottom: 0.75rem;
}
.right-3 {
  right: 0.75rem;
}
.-bottom-\[5px\] {
  bottom: -5px;
}
.left-\[50\%\] {
  left: 50%;
}
.top-\[89px\] {
  top: 89px;
}
.top-\[-1px\] {
  top: -1px;
}
.top-3 {
  top: 0.75rem;
}
.top-1\/2 {
  top: 50%;
}
.left-2 {
  left: 0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.left-1\/2 {
  left: 50%;
}
.bottom-\[17px\] {
  bottom: 17px;
}
.right-\[16px\] {
  right: 16px;
}
.left-auto {
  left: auto;
}
.-top-\[150px\] {
  top: -150px;
}
.-left-\[270px\] {
  left: -270px;
}
.top-2 {
  top: 0.5rem;
}
.top-\[68px\] {
  top: 68px;
}
.bottom-\[24px\] {
  bottom: 24px;
}
.right-\[24px\] {
  right: 24px;
}
.\!bottom-0 {
  bottom: 0px !important;
}
.\!top-auto {
  top: auto !important;
}
.\!left-auto {
  left: auto !important;
}
.\!right-auto {
  right: auto !important;
}
.bottom-6 {
  bottom: 1.5rem;
}
.right-6 {
  right: 1.5rem;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-\[350\] {
  z-index: 350;
}
.z-\[301\] {
  z-index: 301;
}
.-z-1 {
  z-index: -1;
}
.z-\[400\] {
  z-index: 400;
}
.z-\[9\] {
  z-index: 9;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[99\] {
  z-index: 99;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.m-1 {
  margin: 0.25rem;
}
.\!m-0 {
  margin: 0px !important;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mb-\[0px\] {
  margin-bottom: 0px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[70px\] {
  margin-bottom: 70px;
}
.mb-\[80px\] {
  margin-bottom: 80px;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[110px\] {
  margin-bottom: 110px;
}
.mb-\[120px\] {
  margin-bottom: 120px;
}
.mb-\[130px\] {
  margin-bottom: 130px;
}
.mb-\[140px\] {
  margin-bottom: 140px;
}
.mb-\[150px\] {
  margin-bottom: 150px;
}
.mb-\[160px\] {
  margin-bottom: 160px;
}
.mb-\[170px\] {
  margin-bottom: 170px;
}
.mb-\[180px\] {
  margin-bottom: 180px;
}
.mb-\[190px\] {
  margin-bottom: 190px;
}
.mb-\[200px\] {
  margin-bottom: 200px;
}
.\!mb-\[0px\] {
  margin-bottom: 0px !important;
}
.\!mb-\[10px\] {
  margin-bottom: 10px !important;
}
.\!mb-\[20px\] {
  margin-bottom: 20px !important;
}
.\!mb-\[30px\] {
  margin-bottom: 30px !important;
}
.\!mb-\[40px\] {
  margin-bottom: 40px !important;
}
.\!mb-\[50px\] {
  margin-bottom: 50px !important;
}
.\!mb-\[60px\] {
  margin-bottom: 60px !important;
}
.\!mb-\[70px\] {
  margin-bottom: 70px !important;
}
.\!mb-\[80px\] {
  margin-bottom: 80px !important;
}
.\!mb-\[90px\] {
  margin-bottom: 90px !important;
}
.\!mb-\[100px\] {
  margin-bottom: 100px !important;
}
.\!mb-\[110px\] {
  margin-bottom: 110px !important;
}
.\!mb-\[120px\] {
  margin-bottom: 120px !important;
}
.\!mb-\[130px\] {
  margin-bottom: 130px !important;
}
.\!mb-\[140px\] {
  margin-bottom: 140px !important;
}
.\!mb-\[150px\] {
  margin-bottom: 150px !important;
}
.\!mb-\[160px\] {
  margin-bottom: 160px !important;
}
.\!mb-\[170px\] {
  margin-bottom: 170px !important;
}
.\!mb-\[180px\] {
  margin-bottom: 180px !important;
}
.\!mb-\[190px\] {
  margin-bottom: 190px !important;
}
.\!mb-\[200px\] {
  margin-bottom: 200px !important;
}
.mt-\[0px\] {
  margin-top: 0px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[110px\] {
  margin-top: 110px;
}
.mt-\[120px\] {
  margin-top: 120px;
}
.mt-\[130px\] {
  margin-top: 130px;
}
.mt-\[140px\] {
  margin-top: 140px;
}
.mt-\[150px\] {
  margin-top: 150px;
}
.mt-\[160px\] {
  margin-top: 160px;
}
.mt-\[170px\] {
  margin-top: 170px;
}
.mt-\[180px\] {
  margin-top: 180px;
}
.mt-\[190px\] {
  margin-top: 190px;
}
.mt-\[200px\] {
  margin-top: 200px;
}
.\!mt-\[0px\] {
  margin-top: 0px !important;
}
.\!mt-\[10px\] {
  margin-top: 10px !important;
}
.\!mt-\[20px\] {
  margin-top: 20px !important;
}
.\!mt-\[30px\] {
  margin-top: 30px !important;
}
.\!mt-\[40px\] {
  margin-top: 40px !important;
}
.\!mt-\[50px\] {
  margin-top: 50px !important;
}
.\!mt-\[60px\] {
  margin-top: 60px !important;
}
.\!mt-\[70px\] {
  margin-top: 70px !important;
}
.\!mt-\[80px\] {
  margin-top: 80px !important;
}
.\!mt-\[90px\] {
  margin-top: 90px !important;
}
.\!mt-\[100px\] {
  margin-top: 100px !important;
}
.\!mt-\[110px\] {
  margin-top: 110px !important;
}
.\!mt-\[120px\] {
  margin-top: 120px !important;
}
.\!mt-\[130px\] {
  margin-top: 130px !important;
}
.\!mt-\[140px\] {
  margin-top: 140px !important;
}
.\!mt-\[150px\] {
  margin-top: 150px !important;
}
.\!mt-\[160px\] {
  margin-top: 160px !important;
}
.\!mt-\[170px\] {
  margin-top: 170px !important;
}
.\!mt-\[180px\] {
  margin-top: 180px !important;
}
.\!mt-\[190px\] {
  margin-top: 190px !important;
}
.\!mt-\[200px\] {
  margin-top: 200px !important;
}
.-mb-\[10px\] {
  margin-bottom: -10px;
}
.-mb-\[20px\] {
  margin-bottom: -20px;
}
.-mb-\[30px\] {
  margin-bottom: -30px;
}
.-mb-\[40px\] {
  margin-bottom: -40px;
}
.-mb-\[50px\] {
  margin-bottom: -50px;
}
.-mb-\[60px\] {
  margin-bottom: -60px;
}
.-mb-\[70px\] {
  margin-bottom: -70px;
}
.-mb-\[80px\] {
  margin-bottom: -80px;
}
.-mb-\[90px\] {
  margin-bottom: -90px;
}
.-mb-\[100px\] {
  margin-bottom: -100px;
}
.-mb-\[110px\] {
  margin-bottom: -110px;
}
.-mb-\[120px\] {
  margin-bottom: -120px;
}
.-mb-\[130px\] {
  margin-bottom: -130px;
}
.-mb-\[140px\] {
  margin-bottom: -140px;
}
.-mb-\[150px\] {
  margin-bottom: -150px;
}
.-mb-\[160px\] {
  margin-bottom: -160px;
}
.-mb-\[170px\] {
  margin-bottom: -170px;
}
.-mb-\[180px\] {
  margin-bottom: -180px;
}
.-mb-\[190px\] {
  margin-bottom: -190px;
}
.-mb-\[200px\] {
  margin-bottom: -200px;
}
.\!-mb-\[10px\] {
  margin-bottom: -10px !important;
}
.\!-mb-\[20px\] {
  margin-bottom: -20px !important;
}
.\!-mb-\[30px\] {
  margin-bottom: -30px !important;
}
.\!-mb-\[40px\] {
  margin-bottom: -40px !important;
}
.\!-mb-\[50px\] {
  margin-bottom: -50px !important;
}
.\!-mb-\[60px\] {
  margin-bottom: -60px !important;
}
.\!-mb-\[70px\] {
  margin-bottom: -70px !important;
}
.\!-mb-\[80px\] {
  margin-bottom: -80px !important;
}
.\!-mb-\[90px\] {
  margin-bottom: -90px !important;
}
.\!-mb-\[100px\] {
  margin-bottom: -100px !important;
}
.\!-mb-\[110px\] {
  margin-bottom: -110px !important;
}
.\!-mb-\[120px\] {
  margin-bottom: -120px !important;
}
.\!-mb-\[130px\] {
  margin-bottom: -130px !important;
}
.\!-mb-\[140px\] {
  margin-bottom: -140px !important;
}
.\!-mb-\[150px\] {
  margin-bottom: -150px !important;
}
.\!-mb-\[160px\] {
  margin-bottom: -160px !important;
}
.\!-mb-\[170px\] {
  margin-bottom: -170px !important;
}
.\!-mb-\[180px\] {
  margin-bottom: -180px !important;
}
.\!-mb-\[190px\] {
  margin-bottom: -190px !important;
}
.\!-mb-\[200px\] {
  margin-bottom: -200px !important;
}
.-mt-\[10px\] {
  margin-top: -10px;
}
.-mt-\[20px\] {
  margin-top: -20px;
}
.-mt-\[30px\] {
  margin-top: -30px;
}
.-mt-\[40px\] {
  margin-top: -40px;
}
.-mt-\[50px\] {
  margin-top: -50px;
}
.-mt-\[60px\] {
  margin-top: -60px;
}
.-mt-\[70px\] {
  margin-top: -70px;
}
.-mt-\[80px\] {
  margin-top: -80px;
}
.-mt-\[90px\] {
  margin-top: -90px;
}
.-mt-\[100px\] {
  margin-top: -100px;
}
.-mt-\[110px\] {
  margin-top: -110px;
}
.-mt-\[120px\] {
  margin-top: -120px;
}
.-mt-\[130px\] {
  margin-top: -130px;
}
.-mt-\[140px\] {
  margin-top: -140px;
}
.-mt-\[150px\] {
  margin-top: -150px;
}
.-mt-\[160px\] {
  margin-top: -160px;
}
.-mt-\[170px\] {
  margin-top: -170px;
}
.-mt-\[180px\] {
  margin-top: -180px;
}
.-mt-\[190px\] {
  margin-top: -190px;
}
.-mt-\[200px\] {
  margin-top: -200px;
}
.\!-mt-\[10px\] {
  margin-top: -10px !important;
}
.\!-mt-\[20px\] {
  margin-top: -20px !important;
}
.\!-mt-\[30px\] {
  margin-top: -30px !important;
}
.\!-mt-\[40px\] {
  margin-top: -40px !important;
}
.\!-mt-\[50px\] {
  margin-top: -50px !important;
}
.\!-mt-\[60px\] {
  margin-top: -60px !important;
}
.\!-mt-\[70px\] {
  margin-top: -70px !important;
}
.\!-mt-\[80px\] {
  margin-top: -80px !important;
}
.\!-mt-\[90px\] {
  margin-top: -90px !important;
}
.\!-mt-\[100px\] {
  margin-top: -100px !important;
}
.\!-mt-\[110px\] {
  margin-top: -110px !important;
}
.\!-mt-\[120px\] {
  margin-top: -120px !important;
}
.\!-mt-\[130px\] {
  margin-top: -130px !important;
}
.\!-mt-\[140px\] {
  margin-top: -140px !important;
}
.\!-mt-\[150px\] {
  margin-top: -150px !important;
}
.\!-mt-\[160px\] {
  margin-top: -160px !important;
}
.\!-mt-\[170px\] {
  margin-top: -170px !important;
}
.\!-mt-\[180px\] {
  margin-top: -180px !important;
}
.\!-mt-\[190px\] {
  margin-top: -190px !important;
}
.\!-mt-\[200px\] {
  margin-top: -200px !important;
}
.mt-0 {
  margin-top: 0px;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mt-\[9px\] {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.\!mb-\[11px\] {
  margin-bottom: 11px !important;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mt-\[-25px\] {
  margin-top: -25px;
}
.mb-0 {
  margin-bottom: 0px;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.block {
  display: block;
}
.\!block {
  display: block !important;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.h-\[400px\] {
  height: 400px;
}
.h-screen {
  height: 100vh;
}
.h-auto {
  height: auto;
}
.h-\[110\%\] {
  height: 110%;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[69px\] {
  height: 69px;
}
.h-\[2px\] {
  height: 2px;
}
.h-7 {
  height: 1.75rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[250px\] {
  height: 250px;
}
.\!h-6 {
  height: 1.5rem !important;
}
.\!h-auto {
  height: auto !important;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[calc\(100vh-112px\)\] {
  height: calc(100vh - 112px);
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[30px\] {
  height: 30px;
}
.max-h-\[90px\] {
  max-height: 90px;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[1000px\] {
  max-height: 1000px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-full {
  max-height: 100%;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[800px\] {
  min-height: 800px;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.w-\[350px\] {
  width: 350px;
}
.w-1\/2 {
  width: 50%;
}
.w-6 {
  width: 1.5rem;
}
.w-16 {
  width: 4rem;
}
.w-12 {
  width: 3rem;
}
.w-4\/5 {
  width: 80%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[150px\] {
  width: 150px;
}
.w-auto {
  width: auto;
}
.w-7 {
  width: 1.75rem;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[19px\] {
  width: 19px;
}
.w-5 {
  width: 1.25rem;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[15\%\] {
  width: 15%;
}
.\!w-\[2\.5rem\] {
  width: 2.5rem !important;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[80\%\] {
  width: 80%;
}
.\!w-full {
  width: 100% !important;
}
.min-w-\[30\%\] {
  min-width: 30%;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.min-w-\[30px\] {
  min-width: 30px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[33\.33\%\] {
  max-width: 33.33%;
}
.max-w-\[66\.66\%\] {
  max-width: 66.66%;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[950px\] {
  max-width: 950px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[75px\] {
  max-width: 75px;
}
.max-w-\[58rem\] {
  max-width: 58rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[94px\] {
  max-width: 94px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.\!max-w-\[400px\] {
  max-width: 400px !important;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.\!max-w-none {
  max-width: none !important;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[730px\] {
  max-width: 730px;
}
.max-w-\[30px\] {
  max-width: 30px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.origin-top {
  transform-origin: top;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), 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));
}
.transform {
  transform: translate(var(--tw-translate-x), 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));
}
.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!transform-none {
  transform: none !important;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 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;
}
.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;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[70px\] {
  gap: 70px;
}
.gap-\[80px\] {
  gap: 80px;
}
.gap-\[90px\] {
  gap: 90px;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-8 {
  gap: 2rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-4 {
  border-width: 4px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-solid {
  border-style: solid;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.border-\[\#e6e7e8\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 231 232 / var(--tw-border-opacity));
}
.border-\[\#cccccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#34a8ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(52 168 255 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-\[\#c9c9c9\] {
  --tw-border-opacity: 1;
  border-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-\[\#E5EBF3\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 243 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.border-blue-light {
  --tw-border-opacity: 1;
  border-color: rgb(52 168 255 / var(--tw-border-opacity));
}
.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.border-\[\#efefef\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-opacity-\[30\%\] {
  --tw-border-opacity: 30%;
}
.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#25418f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 65 143 / var(--tw-bg-opacity));
}
.bg-\[\#2da4fe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 164 254 / var(--tw-bg-opacity));
}
.bg-\[\#40ad48\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 173 72 / var(--tw-bg-opacity));
}
.bg-\[\#666666\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(37 65 143 / var(--tw-bg-opacity));
}
.bg-\[\#34A8FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 255 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#f3f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 244 / var(--tw-bg-opacity));
}
.bg-\[\#34a8ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 255 / var(--tw-bg-opacity));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 255 / var(--tw-bg-opacity));
}
.bg-\[\#E5EBF3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 243 / var(--tw-bg-opacity));
}
.bg-blue\/90 {
  background-color: rgb(37 65 143 / 0.9);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-\[linear-gradient\(90deg\2c \#1F3C8D_0\%\2c \#2CA4FE_100\%\)\] {
  background-image: linear-gradient(90deg,#1F3C8D 0%,#2CA4FE 100%);
}
.from-blue {
  --tw-gradient-from: #25418f;
  --tw-gradient-to: rgb(37 65 143 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green {
  --tw-gradient-from: #41AD49;
  --tw-gradient-to: rgb(65 173 73 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[rgba\(0\2c 0\2c 0\2c 0\.75\)\] {
  --tw-gradient-from: rgba(0,0,0,0.75);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-blue-light {
  --tw-gradient-to: #34A8FF;
}
.to-\[\#a6d09a\] {
  --tw-gradient-to: #a6d09a;
}
.to-grey {
  --tw-gradient-to: #666;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.\!fill-white {
  fill: #fff !important;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}
.p-4 {
  padding: 1rem;
}
.p-0 {
  padding: 0px;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-\[90px\] {
  padding-top: 90px;
  padding-bottom: 90px;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[110px\] {
  padding-top: 110px;
  padding-bottom: 110px;
}
.py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}
.py-\[130px\] {
  padding-top: 130px;
  padding-bottom: 130px;
}
.py-\[140px\] {
  padding-top: 140px;
  padding-bottom: 140px;
}
.py-\[150px\] {
  padding-top: 150px;
  padding-bottom: 150px;
}
.py-\[160px\] {
  padding-top: 160px;
  padding-bottom: 160px;
}
.py-\[170px\] {
  padding-top: 170px;
  padding-bottom: 170px;
}
.py-\[180px\] {
  padding-top: 180px;
  padding-bottom: 180px;
}
.py-\[190px\] {
  padding-top: 190px;
  padding-bottom: 190px;
}
.py-\[200px\] {
  padding-top: 200px;
  padding-bottom: 200px;
}
.\!py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.\!py-\[20px\] {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.\!py-\[30px\] {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.\!py-\[40px\] {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.\!py-\[50px\] {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.\!py-\[60px\] {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.\!py-\[70px\] {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.\!py-\[80px\] {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.\!py-\[90px\] {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.\!py-\[100px\] {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.\!py-\[110px\] {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
.\!py-\[120px\] {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.\!py-\[130px\] {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}
.\!py-\[140px\] {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
.\!py-\[150px\] {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.\!py-\[160px\] {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}
.\!py-\[170px\] {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}
.\!py-\[180px\] {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}
.\!py-\[190px\] {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}
.\!py-\[200px\] {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-\[125px\] {
  padding-left: 125px;
  padding-right: 125px;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[10vw\] {
  padding-left: 10vw;
  padding-right: 10vw;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.\!px-\[15px\] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.pb-\[220px\] {
  padding-bottom: 220px;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-18 {
  padding-top: 4.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.\!pt-5 {
  padding-top: 1.25rem !important;
}
.pb-15 {
  padding-bottom: 3.75rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-\[5vh\] {
  padding-top: 5vh;
}
.pt-\[3vh\] {
  padding-top: 3vh;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[35px\] {
  font-size: 35px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[17\.5px\] {
  font-size: 17.5px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[34px\] {
  font-size: 34px;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[120\%\] {
  line-height: 120%;
}
.leading-\[135\%\] {
  line-height: 135%;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[145\%\] {
  line-height: 145%;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-\[1\.7px\] {
  letter-spacing: 1.7px;
}
.tracking-\[1\.81px\] {
  letter-spacing: 1.81px;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#25418f\] {
  --tw-text-opacity: 1;
  color: rgb(37 65 143 / var(--tw-text-opacity));
}
.text-\[\#2da4fe\] {
  --tw-text-opacity: 1;
  color: rgb(45 164 254 / var(--tw-text-opacity));
}
.text-\[\#40ad48\] {
  --tw-text-opacity: 1;
  color: rgb(64 173 72 / var(--tw-text-opacity));
}
.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-grey {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(37 65 143 / var(--tw-text-opacity));
}
.text-readable-blue {
  --tw-text-opacity: 1;
  color: rgb(135 190 213 / var(--tw-text-opacity));
}
.text-\[\#D4D4D4\] {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-\[\#171717\] {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(239 70 75 / var(--tw-text-opacity));
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.placeholder-grey::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 102 102 / var(--tw-placeholder-opacity));
}
.placeholder-grey::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(102 102 102 / var(--tw-placeholder-opacity));
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-\[45\%\] {
  opacity: 45%;
}
.opacity-0 {
  opacity: 0;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-\[0\.92\] {
  opacity: 0.92;
}
.shadow-sm {
  --tw-shadow: 11px 11px 25px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 11px 11px 25px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 6px 6px 18px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 6px 6px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-\[4px\] {
  outline-width: 4px;
}
.outline-1 {
  outline-width: 1px;
}
.outline-white {
  outline-color: #fff;
}
.outline-\[\#dedede\] {
  outline-color: #dedede;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[border\] {
  transition-property: border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-\[350ms\] {
  transition-duration: 350ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

#desktop-menu, #mobile-menu {
  font-family: Montserrat, sans-serif;
}

body.page, body.error404 {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: Montserrat, sans-serif;
}

body.page.pop-up:not(.submenu-holder) *:focus-visible, body.error404.pop-up:not(.submenu-holder) *:focus-visible {
  box-sizing: border-box !important;
  border-radius: 0.25rem !important;
  border-width: 2px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(52 168 255 / var(--tw-border-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

body.page.pop-up, body.error404.pop-up {
  overflow: hidden;
}

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

.content-group .content-group-inner {
  width: 100%;
  max-width: 1100px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {

  .content-group .content-group-inner {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.content-group h2, .content-group h3, .content-group h4, .content-group h5, .content-group h6, .content-group p {
  width: auto;
}

.content-group h2.has-text-align-center, .content-group h3.has-text-align-center, .content-group h4.has-text-align-center, .content-group h5.has-text-align-center, .content-group h6.has-text-align-center, .content-group p.has-text-align-center {
  width: 100%;
}

.content-group h2, .content-group h3, .content-group h4, .content-group h5, .content-group h6 {
  font-weight: 600;
  line-height: 135%;
}

.content-group > div > div *:not(.no-override):first-child {
  margin-top: 0px;
  padding-top: 0px;
}

.content-group > div > div *:not(.no-override):last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.rich-text > .content-group {
  justify-content: center;
}

.has-parent .content-group .content-group-inner {
  width: 100%;
  max-width: none;
  padding: 0px;
}

@media (min-width: 768px) {

  .has-parent .content-group .content-group-inner {
    width: 100%;
  }

  .has-parent .content-group .content-group-inner.md\:\!py-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .has-parent .content-group .content-group-inner.md\:\!py-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .has-parent .content-group .content-group-inner.md\:\!py-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.content-group-background-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(37 65 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content-group-background-blue h1,.content-group-background-blue h2,.content-group-background-blue h3,.content-group-background-blue h4,.content-group-background-blue h5,.content-group-background-blue h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.content-group-background-blue h2, .content-group-background-blue h3, .content-group-background-blue h4, .content-group-background-blue h5, .content-group-background-blue h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.splide__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#team-thumbnail-carousel
  .splide__track--nav
  .splide__list
  .splide__slide.is-active {
  border: 2px solid #fff;
}

#team-thumbnail-carousel
  .splide__track--nav
  .splide__list
  .splide__slide.is-active > div {
    opacity: 1;
  }



#team-main-carousel li.is-active, #team-quote-carousel li.is-active {
  position: absolute;
}

.header-slider button.splide__arrow[disabled] {
  opacity: 0.5 !important;
}

.splide__track--fade > .splide__list,
.splide--fade > .splide__track > .splide__list {
	display: flex;
	align-items: stretch;
}

.splide__track--fade > .splide__list > .splide__slide,
.splide--fade > .splide__track > .splide__list > .splide__slide {
	position: relative;
	height: auto;
}

.header-slider .splide__pagination .splide__pagination__page {
  margin: 4px !important;
}

.header-slider .splide__pagination .splide__pagination__page.is-active {
  transform: none !important;
  opacity: 1 !important;
}

.prose {
  max-width: none;
}

.prose.prose-lockout {
  max-width: 870px;
}


  /* Accessibility Widget */
  .uwy.utb .uai {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
  }
  .uiiw img {
      width: 100% !important;
      height: 100% !important;
  }
  
.enovix__menu .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
  
.enovix__menu .menu li.menu-item-has-children {
  position: relative;
}
  
.enovix__menu .menu li.menu-item-has-children > a {
  position: relative;
  display: flex;
  align-items: center;
  border-style: none !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 18px;
  font-size: 15px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
  
.enovix__menu .menu li.menu-item-has-children > a::after {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
  
.enovix__menu .menu li.menu-item-has-children > a[aria-current="page"] {
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(52 168 255 / var(--tw-border-opacity));
  line-height: 100%;
}
  
@media (min-width: 1024px) {

  .enovix__menu .menu li.menu-item-has-children > a[aria-current="page"] {
    line-height: 140%;
  }
}
  
.enovix__menu .menu li.menu-item-has-children > a:after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            height: 15px;
            width: 15px;
            background-size: contain;
            background-position: center left;
            background-repeat: no-repeat;
            background-image: url('./images/icon-menu-dropdown.svg');
          }
  
.enovix__menu .menu li.menu-item-has-children > a.rotate:after {
              transform: translateY(-50%) rotate(-180deg);
            }
  
.enovix__menu .menu li > a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 15px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
  
.enovix__menu .menu li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(131 199 250 / var(--tw-text-opacity));
}
  
.enovix__menu .menu li > a[aria-current="page"] {
  border-bottom-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(52 168 255 / var(--tw-border-opacity));
  line-height: 100%;
}
  
@media (min-width: 1024px) {

  .enovix__menu .menu li > a[aria-current="page"] {
    line-height: 140%;
  }
}

.enovix__menu--desktop .menu {
  gap: 1.5rem;
}

.enovix__menu--desktop .menu li.menu-item-has-children .sub-menu {
  pointer-events: none;
  position: absolute;
  left: -1rem;
  top: 31px;
  width: 10rem;
  --tw-translate-y: -8px;
  transform: translate(var(--tw-translate-x), 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: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  opacity: 0;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.enovix__menu--desktop .menu li.menu-item-has-children .sub-menu a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-size: 15px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.enovix__menu--desktop .menu li.menu-item-has-children .sub-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(52 168 255 / var(--tw-text-opacity));
}

.enovix__menu--desktop .menu li.menu-item-has-children .sub-menu a[aria-current="page"] {
  border-style: none;
  --tw-text-opacity: 1;
  color: rgb(52 168 255 / var(--tw-text-opacity));
}

.enovix__menu--desktop .menu li.menu-item-has-children:hover > .sub-menu, .enovix__menu--desktop .menu li.menu-item-has-children.open > .sub-menu {
  pointer-events: auto;
  visibility: visible;
  --tw-translate-y: 7px;
  transform: translate(var(--tw-translate-x), 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));
  opacity: 1;
}

.enovix__menu--mobile .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.enovix__menu--mobile .menu li {
  display: block;
  width: 100%;
}

.enovix__menu--mobile .menu li.menu-item-has-children {
  width: 100%;
}

.enovix__menu--mobile .menu li.menu-item-has-children > a {
  display: block;
  width: 100%;
}

.enovix__menu--mobile .menu li.menu-item-has-children > a[aria-current="page"] {
  border-style: none;
  --tw-text-opacity: 1;
  color: rgb(52 168 255 / var(--tw-text-opacity));
}

.enovix__menu--mobile .menu li.menu-item-has-children .sub-menu {
  display: none;
  padding-left: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.enovix__menu--mobile .menu li.menu-item-has-children .sub-menu a {
  display: block;
  width: 100%;
}

.enovix__menu--mobile .menu li.menu-item-has-children .sub-menu a[aria-current="page"] {
  border-style: none;
  --tw-text-opacity: 1;
  color: rgb(52 168 255 / var(--tw-text-opacity));
}

.enovix__menu--mobile .menu li a {
  display: block;
  width: 100%;
}

.enovix__menu--mobile .menu li a[aria-current="page"] {
  border-style: none;
  --tw-text-opacity: 1;
  color: rgb(52 168 255 / var(--tw-text-opacity));
}

.enovix-header .menu-title.faded {
  opacity: 45%;
}

.enovix-header .menu-title.active, .enovix-header .menu-title:hover {
  opacity: 100%;
}

.enovix-header > div {
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.enovix-header.scrolled > div {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

body.logged-in .enovix-header {
  top: 46px;
}

@media (min-width: 768px) {

  body.logged-in .enovix-header {
    top: 32px;
  }
}

body.logged-in .content-sticky {
  top: 114px !important;
}

@media (min-width: 768px) {

  body.logged-in .content-sticky {
    top: 120px !important;
  }
}

.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.has-underline {
  position: relative;
  padding-bottom: 1rem;
}

.has-underline::after {
  position: absolute;
  bottom: 7px;
  left: 50%;
  height: 1px;
  width: 50px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), 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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 255 / var(--tw-bg-opacity));
}

.has-underline.block-editor-block-list__block::after {
  left: 50% !important;
  top: auto !important;
  bottom: -5px !important;
  content: var(--tw-content) !important;
  right: auto !important;
}

.has-underline.underline-left::after {
  left: 0px;
  content: var(--tw-content);
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), 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));
}

.has-underline.underline-left.block-editor-block-list__block::after {
  content: var(--tw-content) !important;
  left: 0px !important;
}

.has-right-line {
  position: relative;
  padding-right: 30px;
}

.has-right-line::after {
  position: absolute;
  top: 50%;
  right: 0px;
  height: 1px;
  width: 20px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.has-right-line.block-editor-block-list__block::after {
  left: auto !important;
  top: 50% !important;
  bottom: auto !important;
  content: var(--tw-content) !important;
  right: 0px !important;
}

.reverse-order-mobile {
  flex-direction: column-reverse;
}

@media (min-width: 782px) {

  .reverse-order-mobile {
    flex-direction: row;
  }
}

.btn-small {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-large {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 3rem;
  padding-right: 3rem;
}

.wp-block-columns {
  margin-bottom: 0px;
  width: 100%;
}

.wp-block-columns.contact {
  justify-content: space-between;
}

/* hide scroll reveal items to start */
[data-sr], .wp-block-group, .sr-down, .rich-text {
  visibility: hidden;
}
.wp-admin [data-sr],
.wp-admin .wp-block-group,
.wp-admin .sr-down,
.wp-admin hr,
.wp-admin .rich-text,
.editor-styles-wrapper .wp-block-group__inner-container,
.editor-styles-wrapper .rich-text,
.editor-styles-wrapper .wp-block-group,
.editor-styles-wrapper hr {
  visibility: visible !important;
}

.has-featured-font-size {
  font-size: 24px !important;
  line-height: 145% !important;
}

.has-smaller-font-size {
  font-size: 17px !important;
  line-height: 145% !important;
}

.has-blue-color {
  --tw-text-opacity: 1 !important;
  color: rgb(37 65 143 / var(--tw-text-opacity)) !important;
}

.icon-email {
  position: relative;
  padding-left: 40px;
}

.icon-email:after {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 20px;
  width: 20px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url('./images/icon-email.svg');
}

.icon-address {
  position: relative;
  padding-left: 40px;
}

.icon-address:after {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 20px;
  width: 20px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url('./images/icon-address.svg');
}

.icon-phone {
  position: relative;
  padding-left: 40px;
}

.icon-phone:after {
  position: absolute;
  top: 50%;
  left: 0px;
  height: 20px;
  width: 20px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url('./images/icon-phone.svg');
}

.grecaptcha-badge {
  z-index: 999;
}

.link-download {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(37 65 143 / var(--tw-text-opacity));
}

.font-100 {
  color: #808285;
  font-weight: 100;
}

.font-300 {
  color: #808285;
  font-weight: 300;
}

.font-500 {
  color: #808285;
  font-weight: 500;
}

.font-700 {
  color: #808285;
  font-weight: 700;
}

.font-800 {
  color: #808285;
  font-weight: 800;
}

.wp-block-separator.is-style-wide {
  width: 100%;
}

.enovix_social_widget_trigger {
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(37 65 143 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.enovix_social_widget_trigger h1,.enovix_social_widget_trigger h2,.enovix_social_widget_trigger h3,.enovix_social_widget_trigger h4,.enovix_social_widget_trigger h5,.enovix_social_widget_trigger h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.enovix_social_widget_trigger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.enovix_social_widget_trigger--active {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.enovix_social_widget {
  position: relative;
  grid-column: span 1 / span 1;
  grid-column-start: 1;
  grid-row: span 1 / span 1;
  grid-row-start: 1;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.enovix_social_widget--active {
  z-index: 9;
  opacity: 1;
}

.grid-item-linkedin-page-post .grid-content {
  margin: 0px !important;
  padding: 15px !important;
}

.grid-item-twitter-feed {
  padding: 0px !important;
}

.grid-item-twitter-feed .grid-content {
  margin: 0px !important;
  padding: 20px !important;
}

#enovix_social .grid:after {
      content: '';
    }

.grid:after {
    content: none !important;
  }


body.home #app-nav li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


body.home #app-nav li:hover {
  --tw-text-opacity: 1;
  color: rgb(35 143 224 / var(--tw-text-opacity));
}


@media (min-width: 640px) {

  body.home #app-nav li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}


body.home #app-nav li.active span:after {
  pointer-events: none;
  width: 100%;
}


body.home #app-nav li span {
        position: relative;
        
      }


body.home #app-nav li span:after {
          content: '';
          position: absolute;
          bottom: -10px;
          left: 0px;
          height: 4px;
          width: 0px;
          --tw-bg-opacity: 1;
          background-color: rgb(35 143 224 / var(--tw-bg-opacity));
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
          transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-duration: 150ms;
        }


.after\:transition-transform::after {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}


.first\:mt-\[15px\]:first-child {
  margin-top: 15px;
}


.hover\:z-\[500\]:hover {
  z-index: 500;
}


.hover\:border-\[\#34a8ff\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(52 168 255 / var(--tw-border-opacity));
}


.hover\:bg-blue\/90:hover {
  background-color: rgb(37 65 143 / 0.9);
}


.hover\:text-blue-light:hover {
  --tw-text-opacity: 1;
  color: rgb(52 168 255 / var(--tw-text-opacity));
}


.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(37 65 143 / var(--tw-text-opacity));
}


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


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


.focus\:border-\[\#E5EBF3\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 243 / var(--tw-border-opacity));
}


.focus\:\!border-blue:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 65 143 / var(--tw-border-opacity)) !important;
}


.focus\:border-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 65 143 / var(--tw-border-opacity));
}


.focus\:border-\[\#ccc\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}


.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  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;
}


.focus\:ring-0: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(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);
}


.focus\:ring-blue-light:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 168 255 / var(--tw-ring-opacity));
}


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


.group:hover .group-hover\:left-1 {
  left: 0.25rem;
}


.group:hover .group-hover\:\!tracking-\[2\.5px\] {
  letter-spacing: 2.5px !important;
}


.group:hover .group-hover\:text-blue-text-hover {
  --tw-text-opacity: 1;
  color: rgb(41 101 165 / var(--tw-text-opacity));
}


.group:hover .group-hover\:text-blue-light {
  --tw-text-opacity: 1;
  color: rgb(52 168 255 / var(--tw-text-opacity));
}


.group:hover .group-hover\:opacity-\[1\] {
  opacity: 1;
}


.prose-p\:\!text-black :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}


@media (min-width: 500px) {

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

  .xs\:h-14 {
    height: 3.5rem;
  }

  .xs\:h-\[60\%\] {
    height: 60%;
  }

  .xs\:h-\[40\%\] {
    height: 40%;
  }

  .xs\:w-14 {
    width: 3.5rem;
  }

  .xs\:w-2\/3 {
    width: 66.666667%;
  }

  .xs\:text-\[15px\] {
    font-size: 15px;
  }

  .xs\:text-\[52px\] {
    font-size: 52px;
  }

  .xs\:text-\[25px\] {
    font-size: 25px;
  }

  .xs\:leading-\[135\%\] {
    line-height: 135%;
  }
}


@media (min-width: 640px) {

  .sm\:bottom-4 {
    bottom: 1rem;
  }

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

  .sm\:left-\[3vw\] {
    left: 3vw;
  }

  .sm\:right-\[3vw\] {
    right: 3vw;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[16\/13\] {
    aspect-ratio: 16/13;
  }

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

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:w-\[40\%\] {
    width: 40%;
  }

  .sm\:w-\[60\%\] {
    width: 60%;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

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

  .sm\:max-w-\[180px\] {
    max-width: 180px;
  }

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

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

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-7 {
    gap: 1.75rem;
  }

  .sm\:gap-16 {
    gap: 4rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:text-\[13px\] {
    font-size: 13px;
  }
}


@media (min-width: 768px) {

  .md\:top-6 {
    top: 1.5rem;
  }

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

  .md\:top-\[80px\] {
    top: 80px;
  }

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

  .md\:float-left {
    float: left;
  }

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

  .md\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .md\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .md\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .md\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }

  .md\:mb-\[90px\] {
    margin-bottom: 90px;
  }

  .md\:mb-\[100px\] {
    margin-bottom: 100px;
  }

  .md\:mb-\[110px\] {
    margin-bottom: 110px;
  }

  .md\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .md\:mb-\[130px\] {
    margin-bottom: 130px;
  }

  .md\:mb-\[140px\] {
    margin-bottom: 140px;
  }

  .md\:mb-\[150px\] {
    margin-bottom: 150px;
  }

  .md\:mb-\[160px\] {
    margin-bottom: 160px;
  }

  .md\:mb-\[170px\] {
    margin-bottom: 170px;
  }

  .md\:mb-\[180px\] {
    margin-bottom: 180px;
  }

  .md\:mb-\[190px\] {
    margin-bottom: 190px;
  }

  .md\:mb-\[200px\] {
    margin-bottom: 200px;
  }

  .md\:\!mb-\[0px\] {
    margin-bottom: 0px !important;
  }

  .md\:\!mb-\[10px\] {
    margin-bottom: 10px !important;
  }

  .md\:\!mb-\[20px\] {
    margin-bottom: 20px !important;
  }

  .md\:\!mb-\[30px\] {
    margin-bottom: 30px !important;
  }

  .md\:\!mb-\[40px\] {
    margin-bottom: 40px !important;
  }

  .md\:\!mb-\[50px\] {
    margin-bottom: 50px !important;
  }

  .md\:\!mb-\[60px\] {
    margin-bottom: 60px !important;
  }

  .md\:\!mb-\[70px\] {
    margin-bottom: 70px !important;
  }

  .md\:\!mb-\[80px\] {
    margin-bottom: 80px !important;
  }

  .md\:\!mb-\[90px\] {
    margin-bottom: 90px !important;
  }

  .md\:\!mb-\[100px\] {
    margin-bottom: 100px !important;
  }

  .md\:\!mb-\[110px\] {
    margin-bottom: 110px !important;
  }

  .md\:\!mb-\[120px\] {
    margin-bottom: 120px !important;
  }

  .md\:\!mb-\[130px\] {
    margin-bottom: 130px !important;
  }

  .md\:\!mb-\[140px\] {
    margin-bottom: 140px !important;
  }

  .md\:\!mb-\[150px\] {
    margin-bottom: 150px !important;
  }

  .md\:\!mb-\[160px\] {
    margin-bottom: 160px !important;
  }

  .md\:\!mb-\[170px\] {
    margin-bottom: 170px !important;
  }

  .md\:\!mb-\[180px\] {
    margin-bottom: 180px !important;
  }

  .md\:\!mb-\[190px\] {
    margin-bottom: 190px !important;
  }

  .md\:\!mb-\[200px\] {
    margin-bottom: 200px !important;
  }

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

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:mt-\[40px\] {
    margin-top: 40px;
  }

  .md\:mt-\[50px\] {
    margin-top: 50px;
  }

  .md\:mt-\[60px\] {
    margin-top: 60px;
  }

  .md\:mt-\[70px\] {
    margin-top: 70px;
  }

  .md\:mt-\[80px\] {
    margin-top: 80px;
  }

  .md\:mt-\[90px\] {
    margin-top: 90px;
  }

  .md\:mt-\[100px\] {
    margin-top: 100px;
  }

  .md\:mt-\[110px\] {
    margin-top: 110px;
  }

  .md\:mt-\[120px\] {
    margin-top: 120px;
  }

  .md\:mt-\[130px\] {
    margin-top: 130px;
  }

  .md\:mt-\[140px\] {
    margin-top: 140px;
  }

  .md\:mt-\[150px\] {
    margin-top: 150px;
  }

  .md\:mt-\[160px\] {
    margin-top: 160px;
  }

  .md\:mt-\[170px\] {
    margin-top: 170px;
  }

  .md\:mt-\[180px\] {
    margin-top: 180px;
  }

  .md\:mt-\[190px\] {
    margin-top: 190px;
  }

  .md\:mt-\[200px\] {
    margin-top: 200px;
  }

  .md\:\!mt-\[0px\] {
    margin-top: 0px !important;
  }

  .md\:\!mt-\[10px\] {
    margin-top: 10px !important;
  }

  .md\:\!mt-\[20px\] {
    margin-top: 20px !important;
  }

  .md\:\!mt-\[30px\] {
    margin-top: 30px !important;
  }

  .md\:\!mt-\[40px\] {
    margin-top: 40px !important;
  }

  .md\:\!mt-\[50px\] {
    margin-top: 50px !important;
  }

  .md\:\!mt-\[60px\] {
    margin-top: 60px !important;
  }

  .md\:\!mt-\[70px\] {
    margin-top: 70px !important;
  }

  .md\:\!mt-\[80px\] {
    margin-top: 80px !important;
  }

  .md\:\!mt-\[90px\] {
    margin-top: 90px !important;
  }

  .md\:\!mt-\[100px\] {
    margin-top: 100px !important;
  }

  .md\:\!mt-\[110px\] {
    margin-top: 110px !important;
  }

  .md\:\!mt-\[120px\] {
    margin-top: 120px !important;
  }

  .md\:\!mt-\[130px\] {
    margin-top: 130px !important;
  }

  .md\:\!mt-\[140px\] {
    margin-top: 140px !important;
  }

  .md\:\!mt-\[150px\] {
    margin-top: 150px !important;
  }

  .md\:\!mt-\[160px\] {
    margin-top: 160px !important;
  }

  .md\:\!mt-\[170px\] {
    margin-top: 170px !important;
  }

  .md\:\!mt-\[180px\] {
    margin-top: 180px !important;
  }

  .md\:\!mt-\[190px\] {
    margin-top: 190px !important;
  }

  .md\:\!mt-\[200px\] {
    margin-top: 200px !important;
  }

  .md\:-mb-\[10px\] {
    margin-bottom: -10px;
  }

  .md\:-mb-\[20px\] {
    margin-bottom: -20px;
  }

  .md\:-mb-\[30px\] {
    margin-bottom: -30px;
  }

  .md\:-mb-\[40px\] {
    margin-bottom: -40px;
  }

  .md\:-mb-\[50px\] {
    margin-bottom: -50px;
  }

  .md\:-mb-\[60px\] {
    margin-bottom: -60px;
  }

  .md\:-mb-\[70px\] {
    margin-bottom: -70px;
  }

  .md\:-mb-\[80px\] {
    margin-bottom: -80px;
  }

  .md\:-mb-\[90px\] {
    margin-bottom: -90px;
  }

  .md\:-mb-\[100px\] {
    margin-bottom: -100px;
  }

  .md\:-mb-\[110px\] {
    margin-bottom: -110px;
  }

  .md\:-mb-\[120px\] {
    margin-bottom: -120px;
  }

  .md\:-mb-\[130px\] {
    margin-bottom: -130px;
  }

  .md\:-mb-\[140px\] {
    margin-bottom: -140px;
  }

  .md\:-mb-\[150px\] {
    margin-bottom: -150px;
  }

  .md\:-mb-\[160px\] {
    margin-bottom: -160px;
  }

  .md\:-mb-\[170px\] {
    margin-bottom: -170px;
  }

  .md\:-mb-\[180px\] {
    margin-bottom: -180px;
  }

  .md\:-mb-\[190px\] {
    margin-bottom: -190px;
  }

  .md\:-mb-\[200px\] {
    margin-bottom: -200px;
  }

  .md\:\!-mb-\[10px\] {
    margin-bottom: -10px !important;
  }

  .md\:\!-mb-\[20px\] {
    margin-bottom: -20px !important;
  }

  .md\:\!-mb-\[30px\] {
    margin-bottom: -30px !important;
  }

  .md\:\!-mb-\[40px\] {
    margin-bottom: -40px !important;
  }

  .md\:\!-mb-\[50px\] {
    margin-bottom: -50px !important;
  }

  .md\:\!-mb-\[60px\] {
    margin-bottom: -60px !important;
  }

  .md\:\!-mb-\[70px\] {
    margin-bottom: -70px !important;
  }

  .md\:\!-mb-\[80px\] {
    margin-bottom: -80px !important;
  }

  .md\:\!-mb-\[90px\] {
    margin-bottom: -90px !important;
  }

  .md\:\!-mb-\[100px\] {
    margin-bottom: -100px !important;
  }

  .md\:\!-mb-\[110px\] {
    margin-bottom: -110px !important;
  }

  .md\:\!-mb-\[120px\] {
    margin-bottom: -120px !important;
  }

  .md\:\!-mb-\[130px\] {
    margin-bottom: -130px !important;
  }

  .md\:\!-mb-\[140px\] {
    margin-bottom: -140px !important;
  }

  .md\:\!-mb-\[150px\] {
    margin-bottom: -150px !important;
  }

  .md\:\!-mb-\[160px\] {
    margin-bottom: -160px !important;
  }

  .md\:\!-mb-\[170px\] {
    margin-bottom: -170px !important;
  }

  .md\:\!-mb-\[180px\] {
    margin-bottom: -180px !important;
  }

  .md\:\!-mb-\[190px\] {
    margin-bottom: -190px !important;
  }

  .md\:\!-mb-\[200px\] {
    margin-bottom: -200px !important;
  }

  .md\:-mt-\[10px\] {
    margin-top: -10px;
  }

  .md\:-mt-\[20px\] {
    margin-top: -20px;
  }

  .md\:-mt-\[30px\] {
    margin-top: -30px;
  }

  .md\:-mt-\[40px\] {
    margin-top: -40px;
  }

  .md\:-mt-\[50px\] {
    margin-top: -50px;
  }

  .md\:-mt-\[60px\] {
    margin-top: -60px;
  }

  .md\:-mt-\[70px\] {
    margin-top: -70px;
  }

  .md\:-mt-\[80px\] {
    margin-top: -80px;
  }

  .md\:-mt-\[90px\] {
    margin-top: -90px;
  }

  .md\:-mt-\[100px\] {
    margin-top: -100px;
  }

  .md\:-mt-\[110px\] {
    margin-top: -110px;
  }

  .md\:-mt-\[120px\] {
    margin-top: -120px;
  }

  .md\:-mt-\[130px\] {
    margin-top: -130px;
  }

  .md\:-mt-\[140px\] {
    margin-top: -140px;
  }

  .md\:-mt-\[150px\] {
    margin-top: -150px;
  }

  .md\:-mt-\[160px\] {
    margin-top: -160px;
  }

  .md\:-mt-\[170px\] {
    margin-top: -170px;
  }

  .md\:-mt-\[180px\] {
    margin-top: -180px;
  }

  .md\:-mt-\[190px\] {
    margin-top: -190px;
  }

  .md\:-mt-\[200px\] {
    margin-top: -200px;
  }

  .md\:\!-mt-\[10px\] {
    margin-top: -10px !important;
  }

  .md\:\!-mt-\[20px\] {
    margin-top: -20px !important;
  }

  .md\:\!-mt-\[30px\] {
    margin-top: -30px !important;
  }

  .md\:\!-mt-\[40px\] {
    margin-top: -40px !important;
  }

  .md\:\!-mt-\[50px\] {
    margin-top: -50px !important;
  }

  .md\:\!-mt-\[60px\] {
    margin-top: -60px !important;
  }

  .md\:\!-mt-\[70px\] {
    margin-top: -70px !important;
  }

  .md\:\!-mt-\[80px\] {
    margin-top: -80px !important;
  }

  .md\:\!-mt-\[90px\] {
    margin-top: -90px !important;
  }

  .md\:\!-mt-\[100px\] {
    margin-top: -100px !important;
  }

  .md\:\!-mt-\[110px\] {
    margin-top: -110px !important;
  }

  .md\:\!-mt-\[120px\] {
    margin-top: -120px !important;
  }

  .md\:\!-mt-\[130px\] {
    margin-top: -130px !important;
  }

  .md\:\!-mt-\[140px\] {
    margin-top: -140px !important;
  }

  .md\:\!-mt-\[150px\] {
    margin-top: -150px !important;
  }

  .md\:\!-mt-\[160px\] {
    margin-top: -160px !important;
  }

  .md\:\!-mt-\[170px\] {
    margin-top: -170px !important;
  }

  .md\:\!-mt-\[180px\] {
    margin-top: -180px !important;
  }

  .md\:\!-mt-\[190px\] {
    margin-top: -190px !important;
  }

  .md\:\!-mt-\[200px\] {
    margin-top: -200px !important;
  }

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

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

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

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

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

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

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

  .md\:mt-15 {
    margin-top: 3.75rem;
  }

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

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

  .md\:mb-15 {
    margin-bottom: 3.75rem;
  }

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

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

  .md\:mt-18 {
    margin-top: 4.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[16\/11\] {
    aspect-ratio: 16/11;
  }

  .md\:h-\[79px\] {
    height: 79px;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

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

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

  .md\:h-\[50\%\] {
    height: 50%;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

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

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-\[90\%\] {
    width: 90%;
  }

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

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[33\.33\%\] {
    max-width: 33.33%;
  }

  .md\:max-w-\[66\.66\%\] {
    max-width: 66.66%;
  }

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

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

  .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-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .md\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .md\:py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .md\:py-\[110px\] {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .md\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:py-\[130px\] {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .md\:py-\[140px\] {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .md\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .md\:py-\[160px\] {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .md\:py-\[170px\] {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .md\:py-\[180px\] {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .md\:py-\[190px\] {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .md\:py-\[200px\] {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md\:\!py-\[10px\] {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .md\:\!py-\[20px\] {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .md\:\!py-\[30px\] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .md\:\!py-\[40px\] {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .md\:\!py-\[50px\] {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .md\:\!py-\[60px\] {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .md\:\!py-\[70px\] {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .md\:\!py-\[80px\] {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .md\:\!py-\[90px\] {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }

  .md\:\!py-\[100px\] {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .md\:\!py-\[110px\] {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }

  .md\:\!py-\[120px\] {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .md\:\!py-\[130px\] {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }

  .md\:\!py-\[140px\] {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }

  .md\:\!py-\[150px\] {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }

  .md\:\!py-\[160px\] {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }

  .md\:\!py-\[170px\] {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }

  .md\:\!py-\[180px\] {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }

  .md\:\!py-\[190px\] {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }

  .md\:\!py-\[200px\] {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }

  .md\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .md\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .md\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .md\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:px-\[90px\] {
    padding-left: 90px;
    padding-right: 90px;
  }

  .md\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:px-\[110px\] {
    padding-left: 110px;
    padding-right: 110px;
  }

  .md\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .md\:px-\[130px\] {
    padding-left: 130px;
    padding-right: 130px;
  }

  .md\:px-\[140px\] {
    padding-left: 140px;
    padding-right: 140px;
  }

  .md\:px-\[150px\] {
    padding-left: 150px;
    padding-right: 150px;
  }

  .md\:px-\[160px\] {
    padding-left: 160px;
    padding-right: 160px;
  }

  .md\:px-\[170px\] {
    padding-left: 170px;
    padding-right: 170px;
  }

  .md\:px-\[180px\] {
    padding-left: 180px;
    padding-right: 180px;
  }

  .md\:px-\[190px\] {
    padding-left: 190px;
    padding-right: 190px;
  }

  .md\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:\!px-\[10px\] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .md\:\!px-\[20px\] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .md\:\!px-\[30px\] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .md\:\!px-\[40px\] {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:\!px-\[50px\] {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .md\:\!px-\[60px\] {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .md\:\!px-\[70px\] {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .md\:\!px-\[80px\] {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }

  .md\:\!px-\[90px\] {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .md\:\!px-\[100px\] {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .md\:\!px-\[110px\] {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }

  .md\:\!px-\[120px\] {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .md\:\!px-\[130px\] {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }

  .md\:\!px-\[140px\] {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }

  .md\:\!px-\[150px\] {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }

  .md\:\!px-\[160px\] {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }

  .md\:\!px-\[170px\] {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }

  .md\:\!px-\[180px\] {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }

  .md\:\!px-\[190px\] {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }

  .md\:\!px-\[200px\] {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }

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

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

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

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:text-\[19px\] {
    font-size: 19px;
  }
}


@media (min-width: 782px) {

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

  .wpmd\:min-h-\[150px\] {
    min-height: 150px;
  }

  .wpmd\:text-\[35px\] {
    font-size: 35px;
  }
}


@media (min-width: 1024px) {

  .lg\:top-\[88px\] {
    top: 88px;
  }

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

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

  .lg\:mt-18 {
    margin-top: 4.5rem;
  }

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

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

  .lg\:mt-\[52px\] {
    margin-top: 52px;
  }

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

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

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

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

  .lg\:-mb-\[5\%\] {
    margin-bottom: -5%;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[320\/237\] {
    aspect-ratio: 320/237;
  }

  .lg\:h-\[480px\] {
    height: 480px;
  }

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

  .lg\:h-18 {
    height: 4.5rem;
  }

  .lg\:h-\[50px\] {
    height: 50px;
  }

  .lg\:h-\[89px\] {
    height: 89px;
  }

  .lg\:h-\[110\%\] {
    height: 110%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-18 {
    width: 4.5rem;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-\[48\%\] {
    width: 48%;
  }

  .lg\:min-w-\[200px\] {
    min-width: 200px;
  }

  .lg\:max-w-\[650px\] {
    max-width: 650px;
  }

  .lg\:max-w-\[320px\] {
    max-width: 320px;
  }

  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:pt-\[15\%\] {
    padding-top: 15%;
  }

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

  .lg\:text-\[45px\] {
    font-size: 45px;
  }

  .lg\:text-\[24px\] {
    font-size: 24px;
  }

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

  .lg\:text-\[17px\] {
    font-size: 17px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:leading-\[140\%\] {
    line-height: 140%;
  }
}


@media (min-width: 1280px) {

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

  .xl\:right-6 {
    right: 1.5rem;
  }

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

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

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:aspect-\[411\/261\] {
    aspect-ratio: 411/261;
  }

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

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

  .xl\:min-h-\[8\.5rem\] {
    min-height: 8.5rem;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-24 {
    width: 6rem;
  }

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

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

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

  .xl\:gap-28 {
    gap: 7rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:gap-9 {
    gap: 2.25rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

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

  .xl\:text-\[21px\] {
    font-size: 21px;
  }

  .xl\:text-\[15px\] {
    font-size: 15px;
  }

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

  .xl\:leading-\[44px\] {
    line-height: 44px;
  }

  .xl\:leading-\[25px\] {
    line-height: 25px;
  }

  .xl\:leading-\[48px\] {
    line-height: 48px;
  }
}


@media (min-width: 1536px) {

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }
}


.\[\&\>sup\]\:relative>sup {
  position: relative;
}


.\[\&\>sup\]\:-top-4>sup {
  top: -1rem;
}


.\[\&\>sup\]\:text-\[35\%\]>sup {
  font-size: 35%;
}


.\[\&\>h2\]\:mb-\[20px\]>h2 {
  margin-bottom: 20px;
}


.\[\&\>h2\]\:text-\[41px\]>h2 {
  font-size: 41px;
}


.\[\&\>\*\]\:\!font-\[100\]>* {
  font-weight: 100 !important;
}


.\[\&\>\*\]\:\!leading-\[135\%\]>* {
  line-height: 135% !important;
}


.\[\&\>\*\]\:text-black>* {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}


.\[\&\>p\]\:\!text-\[24px\]>p {
  font-size: 24px !important;
}


.\[\&\>p\]\:text-\[14px\]>p {
  font-size: 14px;
}


.\[\&\>p\]\:leading-\[21px\]>p {
  line-height: 21px;
}


.\[\&\>p\]\:\!text-black>p {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

