/*!
Theme Name: My Biz Niche
Theme URI: https://www.mybizniche.com/
Author: My Biz Niche
Author URI: https://www.mybizniche.com/
Description: A WordPress theme for My Biz Niche
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mbn
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

My Biz Niche is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom font declarations.
 */

/**
 * Custom font declarations.
 */

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}

[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:-ms-input-placeholder, textarea:-ms-input-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;
}

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;
          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;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-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 auto -webkit-focus-ring-color;
}

@font-face {
  font-family: "Roboto";

  font-weight: 300;

  src:
				url('./assets/fonts/roboto-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
				url('./assets/fonts/roboto-300.woff') format('woff');

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "Roboto";

  font-style: italic;

  font-weight: 300;

  src:
				url('./assets/fonts/roboto-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
				url('./assets/fonts/roboto-300italic.woff') format('woff');

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "Roboto";

  font-weight: 400;

  src:
				url('./assets/fonts/roboto-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
				url('./assets/fonts/roboto-regular.woff') format('woff');

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "Roboto";

  font-weight: 700;

  src:
				url('./assets/fonts/roboto-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
				url('./assets/fonts/roboto-700.woff') format('woff');

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: "Roboto";

  font-style: italic;

  font-weight: 700;

  src:
				url('./assets/fonts/roboto-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
				url('./assets/fonts/roboto-700italic.woff') format('woff');

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/**
 * Custom base styles.
 */

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 */

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

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

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

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

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

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

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

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

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

/**
 * Custom component classes.
 */

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

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

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.right-5 {
  right: 1.25rem;
}

.left-\[25px\] {
  left: 25px;
}

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

.top-\[20\%\] {
  top: 20%;
}

.right-\[4vw\] {
  right: 4vw;
}

.top-\[10\%\] {
  top: 10%;
}

.right-\[-7vw\] {
  right: -7vw;
}

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

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

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

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.top-\[45px\] {
  top: 45px;
}

.left-\[49\.6vw\] {
  left: 49.6vw;
}

.top-\[50\.2vh\] {
  top: 50.2vh;
}

.right-\[101\%\] {
  right: 101%;
}

.left-\[101\%\] {
  left: 101%;
}

.top-\[65\%\] {
  top: 65%;
}

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

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

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

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

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

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

.top-auto {
  top: auto;
}

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

.top-\[-38px\] {
  top: -38px;
}

.bottom-12 {
  bottom: 3rem;
}

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

.bottom-\[7rem\] {
  bottom: 7rem;
}

.right-\[-5px\] {
  right: -5px;
}

.top-\[-5px\] {
  top: -5px;
}

.right-\[-7px\] {
  right: -7px;
}

.top-\[1px\] {
  top: 1px;
}

.left-\[50\%\] {
  left: 50%;
}

.top-\[50\%\] {
  top: 50%;
}

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

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

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

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

.top-\[38\%\] {
  top: 38%;
}

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

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

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

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

.top-\[34\%\] {
  top: 34%;
}

.left-\[22\%\] {
  left: 22%;
}

.bottom-\[-10\%\] {
  bottom: -10%;
}

.left-\[55\%\] {
  left: 55%;
}

.bottom-\[-35px\] {
  bottom: -35px;
}

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

.bottom-\[-15px\] {
  bottom: -15px;
}

.left-\[30\%\] {
  left: 30%;
}

.top-\[-7\%\] {
  top: -7%;
}

.bottom-\[18\%\] {
  bottom: 18%;
}

.right-\[18\%\] {
  right: 18%;
}

.bottom-\[50\%\] {
  bottom: 50%;
}

.bottom-\[-54px\] {
  bottom: -54px;
}

.left-\[20\%\] {
  left: 20%;
}

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

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

.top-\[8\%\] {
  top: 8%;
}

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

.z-\[9998\] {
  z-index: 9998;
}

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

.z-\[-1\] {
  z-index: -1;
}

.z-\[9999\] {
  z-index: 9999;
}

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

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

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

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

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

.order-\[\#aaa\] {
  order: #aaa;
}

.clear-both {
  clear: both;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0px;
}

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

.my-\[75px\] {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-\[\.8vw\] {
  margin-top: .8vw;
  margin-bottom: .8vw;
}

.my-\[12vw\] {
  margin-top: 12vw;
  margin-bottom: 12vw;
}

.mx-\[5vw\] {
  margin-left: 5vw;
  margin-right: 5vw;
}

.mx-\[40px\] {
  margin-left: 40px;
  margin-right: 40px;
}

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

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

.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-\[80px\] {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

.my-\[8vw\] {
  margin-top: 8vw;
  margin-bottom: 8vw;
}

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

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

.mx-\[-20px\] {
  margin-left: -20px;
  margin-right: -20px;
}

.mx-\[-40px\] {
  margin-left: -40px;
  margin-right: -40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[8vw\] {
  margin-bottom: 8vw;
}

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

.mt-\[12vw\] {
  margin-top: 12vw;
}

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

.mt-\[-5vw\] {
  margin-top: -5vw;
}

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

.mr-\[4vw\] {
  margin-right: 4vw;
}

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

.mr-\[6vw\] {
  margin-right: 6vw;
}

.mb-\[1\.5vw\] {
  margin-bottom: 1.5vw;
}

.mr-\[12px\] {
  margin-right: 12px;
}

.mt-\[8vh\] {
  margin-top: 8vh;
}

.mr-\[-2px\] {
  margin-right: -2px;
}

.mt-\[-10\.9vw\] {
  margin-top: -10.9vw;
}

.ml-\[-36\.3vw\] {
  margin-left: -36.3vw;
}

.mt-\[-3\.6vw\] {
  margin-top: -3.6vw;
}

.ml-\[-23\.2vw\] {
  margin-left: -23.2vw;
}

.ml-\[-11\.4vw\] {
  margin-left: -11.4vw;
}

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

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

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

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

.mr-\[-13vw\] {
  margin-right: -13vw;
}

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

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

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

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

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

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

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

.mr-\[-25px\] {
  margin-right: -25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[25vw\] {
  margin-top: 25vw;
}

.ml-\[-15px\] {
  margin-left: -15px;
}

.mb-\[3vw\] {
  margin-bottom: 3vw;
}

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

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

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

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

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

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

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

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

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

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

.mr-14 {
  margin-right: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-\[-25px\] {
  margin-left: -25px;
}

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

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

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

.mt-28 {
  margin-top: 7rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.ml-28 {
  margin-left: 7rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mr-\[-5px\] {
  margin-right: -5px;
}

.ml-\[-4\.5vw\] {
  margin-left: -4.5vw;
}

.mr-\[-100px\] {
  margin-right: -100px;
}

.ml-\[-63px\] {
  margin-left: -63px;
}

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

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

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

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

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

.ml-\[-50px\] {
  margin-left: -50px;
}

.ml-\[100px\] {
  margin-left: 100px;
}

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

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

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

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

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

.ml-\[-40px\] {
  margin-left: -40px;
}

.ml-\[12px\] {
  margin-left: 12px;
}

.ml-\[-62px\] {
  margin-left: -62px;
}

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

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

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

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

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

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

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

.mr-\[20px\] {
  margin-right: 20px;
}

.block {
  display: block;
}

.\!block {
  display: block !important;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[16vw\] {
  height: 16vw;
}

.h-full {
  height: 100%;
}

.h-5 {
  height: 1.25rem;
}

.h-screen {
  height: 100vh;
}

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

.h-0 {
  height: 0px;
}

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

.h-\[15vw\] {
  height: 15vw;
}

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

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

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

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

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

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

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

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

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

.h-7 {
  height: 1.75rem;
}

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

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

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

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

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

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

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

.h-1 {
  height: 0.25rem;
}

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

.max-h-\[387px\] {
  max-height: 387px;
}

.max-h-\[30px\] {
  max-height: 30px;
}

.min-h-\[52vh\] {
  min-height: 52vh;
}

.min-h-\[8vw\] {
  min-height: 8vw;
}

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

.min-h-\[calc\(100\%-460px\)\] {
  min-height: calc(100% - 460px);
}

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

.w-\[700px\] {
  width: 700px;
}

.w-\[520px\] {
  width: 520px;
}

.w-10 {
  width: 2.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.w-\[33vw\] {
  width: 33vw;
}

.w-\[16vw\] {
  width: 16vw;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[30px\] {
  width: 30px;
}

.w-\[670px\] {
  width: 670px;
}

.w-\[30vw\] {
  width: 30vw;
}

.w-\[32vw\] {
  width: 32vw;
}

.w-\[20vw\] {
  width: 20vw;
}

.w-\[70px\] {
  width: 70px;
}

.w-5 {
  width: 1.25rem;
}

.w-\[300px\] {
  width: 300px;
}

.w-0 {
  width: 0px;
}

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

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

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

.w-\[15vw\] {
  width: 15vw;
}

.w-\[125px\] {
  width: 125px;
}

.w-\[170px\] {
  width: 170px;
}

.w-\[280px\] {
  width: 280px;
}

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

.w-\[35px\] {
  width: 35px;
}

.w-\[165px\] {
  width: 165px;
}

.w-\[240px\] {
  width: 240px;
}

.w-\[12px\] {
  width: 12px;
}

.w-7 {
  width: 1.75rem;
}

.w-\[3px\] {
  width: 3px;
}

.w-32 {
  width: 8rem;
}

.w-\[153px\] {
  width: 153px;
}

.w-\[65px\] {
  width: 65px;
}

.w-\[549px\] {
  width: 549px;
}

.w-\[108px\] {
  width: 108px;
}

.w-\[212px\] {
  width: 212px;
}

.w-\[315px\] {
  width: 315px;
}

.w-\[505px\] {
  width: 505px;
}

.w-\[116px\] {
  width: 116px;
}

.w-\[145px\] {
  width: 145px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[130px\] {
  width: 130px;
}

.w-\[465px\] {
  width: 465px;
}

.w-\[930px\] {
  width: 930px;
}

.w-\[100px\] {
  width: 100px;
}

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

.w-\[860px\] {
  width: 860px;
}

.w-\[152px\] {
  width: 152px;
}

.w-\[270px\] {
  width: 270px;
}

.w-\[2px\] {
  width: 2px;
}

.w-\[80px\] {
  width: 80px;
}

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

.w-\[490px\] {
  width: 490px;
}

.w-\[290px\] {
  width: 290px;
}

.w-\[56px\] {
  width: 56px;
}

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

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

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

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

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

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

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

.max-w-\[100\%\] {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

.max-w-\[11vw\] {
  max-width: 11vw;
}

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

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

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

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

.flex-none {
  flex: none;
}

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

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

.origin-left {
  transform-origin: left;
}

.origin-right {
  transform-origin: right;
}

.origin-center {
  transform-origin: center;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.rotate-\[-40deg\] {
  --tw-rotate: -40deg;
  transform: var(--tw-transform);
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: var(--tw-transform);
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}

.scale-\[\.3\] {
  --tw-scale-x: .3;
  --tw-scale-y: .3;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

.grid-cols-none {
  grid-template-columns: none;
}

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

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

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

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

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

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

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

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

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

.gap-\[45px\] {
  gap: 45px;
}

.gap-0 {
  gap: 0px;
}

.gap-\[10px\] {
  gap: 10px;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[30px\] {
  border-radius: 30px;
}

.rounded-\[316px\] {
  border-radius: 316px;
}

.rounded-\[930px\] {
  border-radius: 930px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.border-\[1px\] {
  border-width: 1px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

.border-\[\#CECECE\] {
  --tw-border-opacity: 1;
  border-color: rgba(206, 206, 206, var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(235, 28, 36, var(--tw-border-opacity));
}

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

.border-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity));
}

.border-\[\#aaa\] {
  --tw-border-opacity: 1;
  border-color: rgba(170, 170, 170, var(--tw-border-opacity));
}

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

.border-\[\#af8f8f\] {
  --tw-border-opacity: 1;
  border-color: rgba(175, 143, 143, var(--tw-border-opacity));
}

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

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

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

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

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

.bg-accent-light {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.bg-\[\#111827\] {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.bg-secondary-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 45, 45, var(--tw-bg-opacity));
}

.bg-accent-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(119, 119, 119, var(--tw-bg-opacity));
}

.bg-opacity-\[0\.02\] {
  --tw-bg-opacity: 0.02;
}

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

.bg-gradient-radial {
  background-image: radial-gradient(var(--tw-gradient-stops));
}

.from-primary-light {
  --tw-gradient-from: #FF000A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 0, 10, 0));
}

.from-\[\#FF000A\] {
  --tw-gradient-from: #FF000A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 0, 10, 0));
}

.from-primary-dark {
  --tw-gradient-from: #BA1B22;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 27, 34, 0));
}

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}

.via-primary {
  --tw-gradient-stops: var(--tw-gradient-from), #EB1C24, var(--tw-gradient-to, rgba(235, 28, 36, 0));
}

.via-primary-light {
  --tw-gradient-stops: var(--tw-gradient-from), #FF000A, var(--tw-gradient-to, rgba(255, 0, 10, 0));
}

.to-primary-dark {
  --tw-gradient-to: #BA1B22;
}

.to-\[\#BA1B22\] {
  --tw-gradient-to: #BA1B22;
}

.to-primary-light {
  --tw-gradient-to: #FF000A;
}

.to-\[\#111\] {
  --tw-gradient-to: #111;
}

.to-\[\#8A050B\] {
  --tw-gradient-to: #8A050B;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

.p-8 {
  padding: 2rem;
}

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[24px\] {
  padding: 24px;
}

.p-3 {
  padding: 0.75rem;
}

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

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

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

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

.py-\[\.1vw\] {
  padding-top: .1vw;
  padding-bottom: .1vw;
}

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

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

.py-\[4vw\] {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

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

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

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

.px-\[6\.6vw\] {
  padding-left: 6.6vw;
  padding-right: 6.6vw;
}

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

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

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

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

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

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

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

.pt-\[105px\] {
  padding-top: 105px;
}

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

.pt-\[70px\] {
  padding-top: 70px;
}

.pt-\[10px\] {
  padding-top: 10px;
}

.pb-\[100px\] {
  padding-bottom: 100px;
}

.pt-\[110px\] {
  padding-top: 110px;
}

.pt-\[5vw\] {
  padding-top: 5vw;
}

.pb-\[90px\] {
  padding-bottom: 90px;
}

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

.pr-\[25px\] {
  padding-right: 25px;
}

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

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

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

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

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

.pb-\[10px\] {
  padding-bottom: 10px;
}

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

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

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

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

.pt-\[120px\] {
  padding-top: 120px;
}

.pt-\[24px\] {
  padding-top: 24px;
}

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

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

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

.pt-\[60px\] {
  padding-top: 60px;
}

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

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

.pt-\[59px\] {
  padding-top: 59px;
}

.pb-\[46px\] {
  padding-bottom: 46px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pb-\[25px\] {
  padding-bottom: 25px;
}

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

.pt-11 {
  padding-top: 2.75rem;
}

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

.pt-\[115px\] {
  padding-top: 115px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[330px\] {
  padding-top: 330px;
}

.pb-\[230px\] {
  padding-bottom: 230px;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[72px\] {
  padding-top: 72px;
}

.pt-\[150px\] {
  padding-top: 150px;
}

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

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

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

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

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

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

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

.font-prometo {
  font-family: 'prometo';
}

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

.font-libre {
  font-family: 'Libre Baskerville', serif;
}

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

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

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

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

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

.text-\[6\.5vw\] {
  font-size: 6.5vw;
}

.text-\[7\.5vw\] {
  font-size: 7.5vw;
}

.text-\[5vw\] {
  font-size: 5vw;
}

.\!text-\[12px\] {
  font-size: 12px !important;
}

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

.text-\[7\.2917vw\] {
  font-size: 7.2917vw;
}

.text-\[14vw\] {
  font-size: 14vw;
}

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

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

.text-\[8vw\] {
  font-size: 8vw;
}

.text-\[6\.8vw\] {
  font-size: 6.8vw;
}

.text-\[30vw\] {
  font-size: 30vw;
}

.text-\[50vw\] {
  font-size: 50vw;
}

.text-\[6\.4vw\] {
  font-size: 6.4vw;
}

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

.text-\[1\.4vw\] {
  font-size: 1.4vw;
}

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

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

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

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

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

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

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

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

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

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

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

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

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

.font-extralight {
  font-weight: 200;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

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

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

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\] {
  line-height: 1;
}

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

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

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[15vw\] {
  line-height: 15vw;
}

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

.leading-\[\.75\] {
  line-height: .75;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tracking-\[4px\] {
  letter-spacing: 4px;
}

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

.tracking-\[\.1vw\] {
  letter-spacing: .1vw;
}

.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}

.tracking-\[1\.17px\] {
  letter-spacing: 1.17px;
}

.text-transparent {
  color: transparent;
}

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

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

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

.text-accent-dark {
  --tw-text-opacity: 1;
  color: rgba(119, 119, 119, var(--tw-text-opacity));
}

.text-\[\#aaa\] {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.text-\[\#777777\] {
  --tw-text-opacity: 1;
  color: rgba(119, 119, 119, var(--tw-text-opacity));
}

.text-\[\#EB1C24\] {
  --tw-text-opacity: 1;
  color: rgba(235, 28, 36, var(--tw-text-opacity));
}

.text-\[\#AAAAAA\] {
  --tw-text-opacity: 1;
  color: rgba(170, 170, 170, var(--tw-text-opacity));
}

.text-\[\#222222\] {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-\[0\.9\] {
  opacity: 0.9;
}

.opacity-50 {
  opacity: 0.5;
}

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

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-filter);
}

.filter {
  filter: var(--tw-filter);
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-\[2000\] {
  transition-duration: 2000;
}

.duration-\[0\.5s\] {
  transition-duration: 0.5s;
}

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

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

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

.text-outline {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.text-outline-primary {
  color: white;
  text-shadow: -1px -1px 0 #EB1C24, 1px -1px 0 #EB1C24, -1px 1px 0 #EB1C24, 1px 1px 0 #EB1C24;
}

/**
 * Custom utility classes.
 */

/**
 * All your custom css here.
 */

/**
 * Custom CSS.
 */

body {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
  font-family: 'Roboto', sans-serif, 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";
}

.bg-radial-primary {
  background: radial-gradient(50% 50% at 50% 50%, #FF000A 0%, #BA1B22 100%);
}

/* Alpine JS */

[x-cloak=""] {
  display: none !important;
}

/* Gravity Forms */

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
  border: none !important;
  background: none !important;
  font-size: 0.75rem !important;
  padding: 5px !important;
  margin-left: 0 !important;
}

.instruction.validation_message{
  display: none;
}

/* Homepage */

/* #mojo-left ul li::before, #mojo-left-two ul li::before, ul.line-cross-list li::before {
	@apply inline-block;
	content: '';
	border-top: 1px solid;
	@apply border-primary;
	width: 1.4375rem;
}
#mojo-left ul li::after, #mojo-left-two ul li::after, ul.line-cross-list li::after {
	content: '\002B';
} */

/* Lander */

#lander-container {
  height: 100vh;
}

#lander-container section {
  scroll-snap-align: start;
}

/* Lander Footer CTA */

.lander-footer-cta_wrapper .lander-footer-cta .gfield input[type="text"],
.lander-footer-cta_wrapper .lander-footer-cta .gfield input[type="number"],
.lander-footer-cta_wrapper .lander-footer-cta .gfield input[type="tel"],
.lander-footer-cta_wrapper .lander-footer-cta .gfield input[type="email"]{
  /* border-color: #DDDDDD; */
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-top: 18px;
  padding-bottom: 21px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25rem;
}

.lander-footer-cta_wrapper .lander-footer-cta input::-moz-placeholder {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

.lander-footer-cta_wrapper .lander-footer-cta input:-ms-input-placeholder {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

.lander-footer-cta_wrapper .lander-footer-cta input::placeholder {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

.lander-footer-cta input:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(45, 45, 45, var(--tw-ring-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(45, 45, 45, var(--tw-border-opacity));
}

.lander-footer-cta .gfield_html {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  line-height: 22px;
}

.lander-footer-cta .gform_footer {
  float: none;
  text-align: right;
}

.lander-footer-cta .button {
  height: 40px;
  width: auto;
  cursor: pointer;
  border-radius: 60px;
  padding-left: 3rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.lander-footer-cta .button.custom:after {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.lander-footer-cta .button.custom {
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.lander-footer-cta .button.custom:hover .icon:before, .lander-footer-cta .button.custom:hover .icon:after {
  z-index: 10;
}

@media (min-width: 1024px) {
  .lander-footer-cta .button.custom:after {
    --tw-bg-opacity: 1;
    background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  }

  .lander-footer-cta .button.custom {
    z-index: 10;
  }

  .lander-footer-cta .button.custom {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lander-footer-cta .button.custom:hover {
    --tw-text-opacity: 1;
    color: rgba(34, 34, 34, var(--tw-text-opacity));
  }
}

/* Contact Page */

.gform_validation_errors {
  display: none;
}

h2.gform_submission_error {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: red !important;
  margin-bottom: 20px !important;
  text-transform: capitalize !important;
  text-align: center;
}

.gfield_validation_message {
  font-size: 14px;
  color: red;
  margin: -10px 0 0 15px;
}

.form-field {
  position: relative;
}

.form-field.clear-float {
  clear: both;
  float: none;
}

.form-field.float-left, .form-field.float-right {
  width: 100%;
}

.form-field.float-left {
  margin-right: 15px;
}

.form-field input[type="text"], .form-field input[type="email"], .form-field input[type="tel"], .form-field textarea, .form-field select {
  color: #121212;
  border: 0;
  border: 2px solid #e0e0e0;
  height: 60px;
  font-size: 14px !important;
  font-family: "Roboto", sans-serif;
  margin: 0 0 15px;
  border-radius: 6px;
  padding: 20px 18px 0 18px !important;
}

.form-field input[type="text"]:focus, .form-field input[type="email"]:focus, .form-field input[type="tel"]:focus, .form-field textarea:focus{
  --tw-ring-color: none;
  border: 1px solid #0EA5E9;
}

.form-field .ginput_container_consent{
  display: flex;
  align-items: flex-start;
}

.form-field input[type="checkbox"]{
  border-radius: 8px;
}

.form-field .gfield_consent_label{
  padding-left: 8px;
  color: #222222;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.form-field textarea {
  padding-top: 20px;
  margin-bottom: 30px;
  max-height: 220px;
  resize: none;
}

.form-field select {
  font-weight: 400;
}

.form-field select .gf_placehold1er {
  font-weight: 400;
  font-size: 20px;
}

.form-field .gfield_label {
  position: absolute;
  display: block;
  line-height: 20px;
  clear: none;
  font-weight: normal !important;
  font-size: 14px !important;
  top: 20px;
  left: 20px;
  color: #6B7280;
  transition: all 0.3s ease;
  z-index: 1;
}

.form-field .gfield_label .gfield_required {
  display: none;
}

.form-field.focus .gfield_label, .form-field.gfield_error.phone .gfield_label {
  font-size: 14px !important;
  font-weight: 50
	00 !important;
  line-height: 2.36;
  top: 0px;
  color: #374151;
  padding-top: 0;
  padding-bottom: 0;
}

.form-field.focus input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type='file']), .form-field.gfield_error.phone input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type='file']), .form-field.focus textarea, .form-field.gfield_error.phone textarea {
  padding-top: 25px;
  padding-bottom: 10px;
}

.form-field.hidden_label label {
  display: none;
}

.gform_footer {
  position: relative;
}

.gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 45%;
  right: 15px;
}

.gform_footer .gform_button {
  position: relative;
  background: #222222 !important;
  padding: 0 45px 0 30px;
  height: 40px;
  font-size: 15px;
  /* color: #FFFFFF; */
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 18px;
  letter-spacing: 0.1em;
  transition: all 0.5s ease;
  border-radius: 20px;
  padding: 11px 20px 11px 30px;
  font-weight: bold;
}

.gform_footer{
  float: right;
}

.gform_footer .gform_button::before{
  content: "";
  border-top: 1px solid #eb1c24 !important;
  position: absolute;
  top: 50%;
  width: 50px;
  right: calc(100% - 20px);
  transition: all 0.5s ease;
}

/* .gform_footer .gform_button:hover {
	color: white;
} */

.gfield_label_before_complex{
  display: none !important;
}

.button.custom {
  position: relative;
  background: none !important;
  padding:0 45px 0 30px;
  height: 40px;
  font-size: 15px;
  color: #FFFFFF;
}

.button.custom:before{
  content: "";
  border-top:1px solid #eb1c24;
  position: absolute;
  top:50%;
  width: 50px;
  right: calc(100% - 20px);
  transition: all 0.5s ease;
}

.button.custom:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  border-radius: 40px;
  background: #222222;
  z-index: -1;
  transition: all 0.5s ease;
}

.button.custom:hover{
  color: #222222;
}

.button.custom:hover:before {
  width: 20px;
}

.button.custom:hover:after {
  left: calc(100% - 40px);
  background: #eb1c24;
}

.button.custom:hover .icon:before {
  margin: -3px 0 0 -4px;
  transform: rotate(35deg);
  border-color: white;
  width: 8px;
}

.button.custom:hover .icon:after {
  margin: -2px 0 0 0;
  transform: rotate(45deg);
  border-color: white;
  height: 8px;
}

.button.custom .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top:0;
  right: 0;
}

.button.custom .icon:before {
  content: "";
  position: absolute;
  left: 50%;
  top:49%;
  border-top:1px solid white;
  width: 10px;
  margin:0 0 0 -5px;
  transition: all 0.5s ease;
}

.button.custom .icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top:49%;
  border-left:1px solid white;
  height: 10px;
  margin:-5px 0 0 0;
  transition: all 0.5s ease;
}

@media (min-width: 320px) {
  .form-field input {
    margin-bottom: -8px !important;
  }
}

@media (min-width: 640px) {
  .form-field .gfield_consent_label{
    font-size: 14px;
    line-height: 16px;
  }
}

@media (min-width: 1024px) {
  .form-field input {
    margin-bottom: 0px !important;
  }

  .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    margin: 0 !important;
  }
}

.nav-util .lets:after{
  content: "";
  position: absolute;
  left: -20px;
  border-bottom: 2px solid #eb1c24;
  right: 0;
  bottom: -3px;
  transition: all 0.3s ease;
}

.nav-util .lets:hover:after {
  left: 0;
}

.navicon {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 0;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  transition: all 0.5s ease;
  background: transparent;
  z-index: 2;
}

.navicon:before{
  content: "";
  position: absolute;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
  left: 10px;
  top: 14px;
  width: 20px;
  height: 14px;
  transition: all 0.5s ease;
}

.navicon:after{
  content: "";
  position: absolute;
  border-top: 2px solid #222;
  right: 10px;
  top: 20px;
  width: 15px;
  transition: all 0.5s ease;
}

.navicon:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 28, 36, var(--tw-bg-opacity));
}

.navicon:hover:before, .navicon:hover:after {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

/* Footer */

.foot-menu .menu-item {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 20px;
}

.foot-menu .sub-menu-item {
  position: relative;
  font-weight: 300;
  padding: 0 0 0 25px;
  margin-top: 8px;
}

.foot-menu .sub-menu-item:before {
  content: "";
  border-top: 1px solid #eb1c24;
  position: absolute;
  top: calc(50% - 1px);
  left: 0px;
  width: 15px;
}

#sec-contact .do .circles {
  position: absolute;
  width: 95px;
  height: 95px;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#sec-contact .do .circles .before {
  position: absolute;
  top: -465px;
  bottom: -465px;
  left: -465px;
  right: -465px;
  border: 1px solid #eb1c24;
  border-radius: 50%;
}

#sec-contact .do .circles .after {
  position: absolute;
  top: -744px;
  bottom: -744px;
  left: -744px;
  right: -744px;
  border: 1px solid #f1f1f1;
  border-radius: 50%;
}

/*
	Media Queries
*/

@media (min-width: 320px) {
  /* Contact Page */

  #sec-contact .do .circles .before {
    top: -200px;
    bottom: -200px;
    left: -200px;
    right: -200px;
  }

  #sec-contact .do .circles .after {
    top: -300px;
    bottom: -300px;
    left: -300px;
    right: -300px;
  }
}

@media (min-width: 640px) {
  /* Contact Page */

  #sec-contact .do .circles .before {
    top: -250px;
    bottom: -250px;
    left: -250px;
    right: -250px;
  }

  #sec-contact .do .circles .after {
    top: -400px;
    bottom: -400px;
    left: -400px;
    right: -400px;
  }
}

@media (min-width: 768px) {
  /* Contact Page */

  #sec-contact .do .circles .before {
    top: -300px;
    bottom: -300px;
    left: -300px;
    right: -300px;
  }
}

@media (min-width: 1024px) {
  .lander-footer-cta input::-moz-placeholder {
    font-size: 15px;
  }
  .lander-footer-cta input:-ms-input-placeholder {
    font-size: 15px;
  }
  .lander-footer-cta input::placeholder {
    font-size: 15px;
  }

  .lander-footer-cta .gfield_html {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lander-footer-cta .gfield_html {
    line-height: 1rem;
  }

  /* Contact Page */

  #sec-contact .do .circles .before {
    top: -350px;
    bottom: -350px;
    left: -350px;
    right: -350px;
  }

  #sec-contact .do .circles .after {
    top: -500px;
    bottom: -500px;
    left: -500px;
    right: -500px;
  }

  .navicon {
    top: 38px;
  }
}

@media (min-width: 1280px) {
  .lander-footer-cta input::-moz-placeholder {
    font-size: 18px;
  }
  .lander-footer-cta input:-ms-input-placeholder {
    font-size: 18px;
  }
  .lander-footer-cta input::placeholder {
    font-size: 18px;
  }

  /* Contact Page */

  #sec-contact .do .circles .before {
    top: -400px;
    bottom: -400px;
    left: -400px;
    right: -400px;
  }

  #sec-contact .do .circles .after {
    top: -600px;
    bottom: -600px;
    left: -600px;
    right: -600px;
  }
}

@media (min-width: 1536px) {
  /* Header - Scale texts and spacing for widescreen */

  #home-header-container {
    padding-left: 2.0833vw;
    padding-right: 2.0833vw;
    padding-top: 1.04167vw;
    padding-bottom: 1.04167vw;
  }

  .nav-util .lets:after{
    left: min(-20px, 1.041667vw);
    bottom: min(-3px, -0.15625vw);
  }

  #header-phone {
    margin-right: max(102px, 5.3125vw);
  }

  #header-phone a svg {
    width: max(20px, 1.04167vw);
    height: max(20px, 1.04167vw);
  }

  #header-phone a span, #header-letstalk a {
    font-size: max(18px, 0.9375vw);
    line-height: max(21px, 1.09375vw);
  }

  #header-menu-ico svg, #scroll-to-top svg {
    width: max(40px, 2.0833vw);
    height: max(40px, 2.0833vw);
  }

  /* Homepage */

  #hp-intro-section h1 {
    /* font-size: max(140px, 7.2917vw);
		line-height: max(150px, 7.8125vw);
		width: max(860px, 44.79167vw); */
  }

  #hp-intro-section h3 {
    font-size: max(14px, 0.8333vw);
    line-height: max(14px, 0.8333vw);
    letter-spacing: max(4px, 0.20833vw);
  }

  #hp-intro-section p {
    font-size: max(24px, 1.25vw);
    line-height: max(40px, 2.0833vw);
    width: max(860px, 44.79167vw);
  }

  #mojo-left h3, #mojo-left-two h3, #mojo-right p, #mojo-right-two p {
    font-size: max(48px, 2.5vw);
    line-height: max(56px, 2.91667vw);
  }

  /* #mojo-left ul li, #mojo-left-two ul li, ul.line-cross-list li  {
		font-size: max(15px, 0.78125vw);
		line-height: max(18px, 0.9375vw);
	}
	#mojo-left ul li::before, #mojo-left-two ul li::before, ul.line-cross-list li::before {
		width: 2.604167vw;
	}
	#mojo-left ul li::after, #mojo-left-two ul li::after, ul.line-cross-list li::after {
		font-size: max(34px, 1.770833vw);
	} */

  /* Footer - Scale texts and spacing for widescreen */

  #footer-links-grid {
    padding-top: 5.15625vw;
  }

  .foot-menu .menu-item a {
    font-size: 78125vw;
  }

  .foot-menu .menu-item a {
    font-weight: 700;
  }

  .foot-menu .menu-item a {
    line-height: 1.4;
  }

  .foot-menu .sub-menu-item {
    margin-top: max(8px, 0.4167vw);
  }

  #footer-bottom {
    margin-top: max(30px, 1.5625vw);
  }

  #copyright {
    font-size: max(14px, 0.729167vw);
    line-height: max(17px, 0.8854167vw);
  }

  /* Contact Page */

  #sec-contact .do .circles .before {
    inset: -465px;
  }

  #sec-contact .do .circles .after {
    inset: -744px;
  }
}

/* Main Site Custom CSS start */

body {
  overflow-x: hidden
}

.wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 768px) {
  .wp-block-group__inner-container {
    width: auto;
  }

  .wp-block-group__inner-container {
    padding-left: 65px;
    padding-right: 65px;
  }
}

@media (min-width: 1024px) {
  .wp-block-group__inner-container {
    width: 80vw;
  }

  .wp-block-group__inner-container {
    padding-left: .782vw;
    padding-right: .782vw;
  }
}

@media (min-width: 1280px) {
  .wp-block-group__inner-container {
    width: 75vw;
  }
}

.wide > .wp-block-group__inner-container {
  width: auto;
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.compensate-for-scrollbar {
  overflow: hidden !important;
}

/* Home Page */

.navmenu .menu_items a {
  position: relative;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: 'prometo';
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .navmenu .menu_items a {
    font-size: 2.6vw;
  }
}

@media (min-width: 1280px) {
  .navmenu .menu_items a {
    font-size: 2.1vw;
  }
}

.navmenu .menu_items ul {
  padding: 2rem;
}

@media (min-width: 1024px) {
  .navmenu .menu_items ul {
    padding: 0px;
  }
}

.navmenu .menu_items ul ul {
  margin-bottom: 10px;
  padding: 0px;
}

.navmenu .menu_items ul ul li {
  display: block;
}

.navmenu .menu_items ul ul li a {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .navmenu .menu_items ul ul li a {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
  }

  .navmenu .menu_items ul ul li a {
    padding-left: 1.5vw;
  }

  .navmenu .menu_items ul ul li a {
    font-size: 1.5vw;
  }
}

@media (min-width: 1280px) {
  .navmenu .menu_items ul ul li a {
    font-size: 1.04vw;
  }
}

.navmenu .menu_items ul ul li a:before {
  position: absolute;
  left: 0px;
  top: 18px;
  width: 18px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(235, 28, 36, var(--tw-border-opacity));
  content: "";
}

@media (min-width: 1024px) {
  .navmenu .menu_items ul ul li a:before {
    top: 1.1vw;
  }

  .navmenu .menu_items ul ul li a:before {
    width: 1.04vw;
  }
}

.btn_line_plus {
  position: relative;
  margin-left: 2.5vw;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1vw;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn_line_plus::before {
  content: "";
  position: absolute;
  content: "";
  right: 100%;
  content: "";
  top: 50%;
  content: "";
  margin-right: .4vw;
  content: "";
  width: 2.5vw;
  content: "";
  border-top-width: 1px;
  content: "";
  border-style: solid;
  content: "";
  --tw-border-opacity: 1;
  border-color: rgba(235, 28, 36, var(--tw-border-opacity));
  content: "";
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn_line_plus::after {
  content: "";
  margin-left: 1vw;
  content: "";
  font-size: 1vw;
  content: "";
  font-weight: 400;
  content: "";
  --tw-text-opacity: 1;
  color: rgba(235, 28, 36, var(--tw-text-opacity));
  content: '\002B';
}

.btn_line_plus:hover::before {
  content: "";
  width: 1vw;
}

@media (min-width: 1024px) {
  .btn_line_plus {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .btn_line_plus {
    font-size: .8vw;
  }
}

/* Web Design Page */

.btnlink {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btnlink:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}

@media (min-width: 640px) {
  .btnlink {
    font-size: 15px;
  }

  .btnlink {
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .btnlink {
    margin-left: 25px;
  }

  .btnlink {
    padding-right: 55px;
  }
}

.btnlink:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.btnlink:before {
  position: absolute;
  top: 50%;
  right: calc(100% - 25px);
  width: 50px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(235, 28, 36, var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "";
}

.btnlink:hover:before {
  width: 32px;
}

.btnlink:after {
  position: absolute;
  top: 16px;
  right: 25px;
  height: 8px;
  width: 8px;
  font-size: 17px;
  font-weight: 400;
  line-height: .4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "+";
}

.btnlink:hover:after {
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
  border-top-width: 2px;
  border-right-width: 2px;
  font-size: 0px;
}

.btnhollow {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 30px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(34, 34, 34, var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btnhollow:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .btnhollow {
    font-size: 15px;
  }

  .btnhollow {
    line-height: 1.2;
  }
}

@media (min-width: 768px) {
  .btnhollow {
    margin-left: 25px;
  }

  .btnhollow {
    padding-right: 55px;
  }
}

.btnhollow:before {
  position: absolute;
  top: 50%;
  right: calc(100% - 25px);
  width: 50px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(235, 28, 36, var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "";
}

.btnhollow:hover:before {
  width: 32px;
}

.btnhollow:after {
  position: absolute;
  top: 14px;
  right: 25px;
  height: 8px;
  width: 8px;
  font-size: 17px;
  font-weight: 400;
  line-height: .4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "+";
}

.btnhollow:hover:after {
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
  border-top-width: 2px;
  border-right-width: 2px;
  font-size: 0px;
}

.btntrans {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btntrans:hover {
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .btntrans {
    margin-left: 25px;
  }

  .btntrans {
    padding-right: 55px;
  }

  .btntrans {
    padding-left: 30px;
  }
}

.btntrans:before {
  position: absolute;
  top: 50%;
  right: calc(100% - 20px);
  width: 24px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(235, 28, 36, var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "";
}

@media (min-width: 1280px) {
  .btntrans:before {
    right: calc(100% - 25px);
  }

  .btntrans:before {
    width: 50px;
  }
}

.btntrans:hover:before {
  width: 20px;
}

@media (min-width: 1280px) {
  .btntrans:hover:before {
    width: 32px;
  }
}

.btntrans:after {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 7px;
  width: 7px;
  --tw-border-opacity: 1;
  border-color: rgba(235, 28, 36, var(--tw-border-opacity));
  font-size: 17px;
  font-weight: 300;
  line-height: .4;
  --tw-text-opacity: 1;
  color: rgba(235, 28, 36, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "+";
}

@media (min-width: 1024px) {
  .btntrans:after {
    height: 8px;
  }

  .btntrans:after {
    width: 8px;
  }
}

@media (min-width: 1280px) {
  .btntrans:after {
    right: 25px;
  }

  .btntrans:after {
    top: 14px;
  }

  .btntrans:after {
    font-size: 1vw;
  }
}

.btntrans:hover:after {
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
  border-top-width: 1px;
  border-right-width: 1px;
  font-size: 0px;
}

.btnlight {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btnlight:hover {
  --tw-bg-opacity: 0.8;
  --tw-text-opacity: 1;
  color: rgba(130, 130, 130, var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .btnlight {
    margin-left: 25px;
  }

  .btnlight {
    padding-right: 55px;
  }

  .btnlight {
    padding-left: 30px;
  }
}

.btnlight:before {
  position: absolute;
  top: 50%;
  right: calc(100% - 20px);
  width: 24px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(235, 28, 36, var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "";
}

@media (min-width: 1280px) {
  .btnlight:before {
    right: calc(100% - 25px);
  }

  .btnlight:before {
    width: 50px;
  }
}

.btnlight:hover:before {
  width: 20px;
}

@media (min-width: 1024px) {
  .btnlight:hover:before {
    width: 32px;
  }
}

.btnlight:after {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 7px;
  width: 7px;
  --tw-border-opacity: 1;
  border-color: rgba(235, 28, 36, var(--tw-border-opacity));
  font-size: 17px;
  font-weight: 300;
  line-height: .4;
  --tw-text-opacity: 1;
  color: rgba(235, 28, 36, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "+";
}

@media (min-width: 1024px) {
  .btnlight:after {
    height: 8px;
  }

  .btnlight:after {
    width: 8px;
  }
}

@media (min-width: 1280px) {
  .btnlight:after {
    right: 25px;
  }

  .btnlight:after {
    top: 14px;
  }

  .btnlight:after {
    font-size: 1vw;
  }
}

.btnlight:hover:after {
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
  border-top-width: 1px;
  border-right-width: 1px;
  font-size: 0px;
}

.redarrow:after {
  --tw-text-opacity: 1;
  color: rgba(235, 28, 36, var(--tw-text-opacity));
}

body.show-menu {
  overflow: hidden !important;
}

.show-menu .navmenu {
  visibility: visible;
  opacity: 1;
  transition-delay: .5s;
}

.show-menu .overlay {
  top: calc(90px - 112vw);
  right: calc(100px - 112vw);
  height: 350vw;
  width: 350vw;
}

.show-menu #phone a span, .show-menu #letstalk a, .show-menu #menu-ico svg {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.show-menu #logo a > img:first-child {
  opacity: 0;
}

.show-menu #logo a > img + img {
  opacity: 1;
}

/* Global Footer */

.foot_menu ul {
  margin: 0px;
  padding: 0px;
}

.foot_menu ul li {
  margin-bottom: 30px;
  display: block;
  vertical-align: top;
}

.foot_menu ul li a {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}

.foot_menu ul ul {
  margin-top: 0.25rem;
  display: block;
  padding: 0px;
  -moz-column-count: 1;
       column-count: 1;
}

.foot_menu ul ul li {
  position: relative;
  margin: 0px;
  padding: 0px;
  font-weight: 300;
}

.foot_menu ul ul li a {
  position: relative;
  padding-left: 25px;
  font-weight: 300;
}

.foot_menu ul ul li a:before {
  position: absolute;
  left: 0px;
  top: 13px;
  width: 15px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(235, 28, 36, var(--tw-border-opacity));
  content: '';
}

#header.scfixed {
  visibility: visible;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}

@media (min-width: 1280px) {
  #header.scfixed .headwrap {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}

#logo a {
  transition: none;
}

#logo img {
  transition: all 0.5s ease;
}

@media (min-width: 1280px) {
  #header.scfixed #logo img {
    width: 5vw;
  }
}

.bodydark #header.scfixed {
  background:rgba(34, 34, 34, 0.6);
}

.bodydark #header #logo a img {
  opacity: 0;
}

.bodydark #header #logo a img ~ img {
  opacity: 1;
}

.bodydark #header #phone a span {
  color:#fff;
}

.bodydark #header #letstalk a {
  color:#fff;
}

.bodydark #header #menu-ico button svg {
  color:#fff;
}

/* Case Studies */

.case_list .case_item {
  position: relative;
  margin-right: 30px;
}

.case_list .case_item .caption {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(0, 0, 0, .6);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  padding: 2.5rem;
  padding-left: 2rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .case_list .case_item .caption {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.case_list .case_item .caption h3 {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-family: 'prometo';
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 768px) {
  .case_list .case_item .caption h3 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .case_list .case_item .caption h3 {
    font-size: 32px;
  }
}

.case_list .case_item .caption h4 {
  margin-top: 0.25rem;
  margin-bottom: 0px;
  font-family: 'prometo';
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 1024px) {
  .case_list .case_item .caption h4 {
    font-size: 24px;
  }
}

.case_list .case_item .caption h5 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 1.4;
}

.case_list .case_item .caption h5 span {
  display: block;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(235, 28, 36, var(--tw-text-opacity));
}

.case_list .case_item .caption .bot {
  position: absolute;
  bottom: 40px;
  width: 235px;
}

.case_list .slick-list {
  overflow: visible !important;
}

@media (min-width: 640px) {
  .foot_menu ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 768px) {
  .foot_menu ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media (min-width: 1024px) {
  .foot_menu ul {
    -moz-column-count: 4;
         column-count: 4;
  }

  .foot_menu .work_min {
    min-height: 135px;
  }
}

/* Custom Animate */

.mr-we2.aos-animate {
  margin-top: 4vw;
}

.mr-we2.aos-animate + .mr-we1 {
  opacity: 0 !important;
}

@media (max-width:1023px) {
  .mr-we2.aos-animate {
    margin-top: 8vw;
  }
}

.linemask {
  -webkit-animation-name: linemask;
          animation-name: linemask;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes linemask {
  0%{
    top: -100%;
    opacity: 1;
  }

  100%{
    top: 100%;
  }
}

@keyframes linemask {
  0%{
    top: -100%;
    opacity: 1;
  }

  100%{
    top: 100%;
  }
}

/* Main site custom css end */

.first-letter\:text-primary::first-letter {
  --tw-text-opacity: 1;
  color: rgba(235, 28, 36, var(--tw-text-opacity));
}

.before\:absolute::before {
  content: "";
  position: absolute;
}

.before\:inset-\[-25\%\]::before {
  content: "";
  top: -25%;
  right: -25%;
  bottom: -25%;
  left: -25%;
}

.before\:inset-\[-3vw\]::before {
  content: "";
  top: -3vw;
  right: -3vw;
  bottom: -3vw;
  left: -3vw;
}

.before\:inset-\[-30px\]::before {
  content: "";
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
}

.before\:top-\[-10px\]::before {
  content: "";
  top: -10px;
}

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

.before\:top-\[-16px\]::before {
  content: "";
  top: -16px;
}

.before\:top-0::before {
  content: "";
  top: 0px;
}

.before\:left-\[-6px\]::before {
  content: "";
  left: -6px;
}

.before\:mr-\[5px\]::before {
  content: "";
  margin-right: 5px;
}

.before\:contents::before {
  content: "";
  display: contents;
}

.before\:h-\[20px\]::before {
  content: "";
  height: 20px;
}

.before\:h-\[30px\]::before {
  content: "";
  height: 30px;
}

.before\:h-\[12px\]::before {
  content: "";
  height: 12px;
}

.before\:w-\[12px\]::before {
  content: "";
  width: 12px;
}

.before\:rounded-full::before {
  content: "";
  border-radius: 9999px;
}

.before\:rounded-\[50\%\]::before {
  content: "";
  border-radius: 50%;
}

.before\:border::before {
  content: "";
  border-width: 1px;
}

.before\:border-l::before {
  content: "";
  border-left-width: 1px;
}

.before\:border-solid::before {
  content: "";
  border-style: solid;
}

.before\:border-\[\#EB1C24\]::before {
  content: "";
  --tw-border-opacity: 1;
  border-color: rgba(235, 28, 36, var(--tw-border-opacity));
}

.before\:border-primary::before {
  content: "";
  --tw-border-opacity: 1;
  border-color: rgba(235, 28, 36, var(--tw-border-opacity));
}

.before\:border-opacity-30::before {
  content: "";
  --tw-border-opacity: 0.3;
}

.before\:bg-gray-400::before {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

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

.before\:font-light::before {
  content: "";
  font-weight: 300;
}

.before\:leading-\[14px\]::before {
  content: "";
  line-height: 14px;
}

.before\:text-primary::before {
  content: "";
  --tw-text-opacity: 1;
  color: rgba(235, 28, 36, var(--tw-text-opacity));
}

.before\:opacity-\[\.2\]::before {
  content: "";
  opacity: .2;
}

.before\:content-\[\'\'\]::before {
  content: '';
}

.after\:absolute::after {
  content: "";
  position: absolute;
}

.after\:bottom-0::after {
  content: "";
  bottom: 0px;
}

.after\:left-\[-6px\]::after {
  content: "";
  left: -6px;
}

.after\:ml-\[10px\]::after {
  content: "";
  margin-left: 10px;
}

.after\:contents::after {
  content: "";
  display: contents;
}

.after\:h-\[12px\]::after {
  content: "";
  height: 12px;
}

.after\:w-\[12px\]::after {
  content: "";
  width: 12px;
}

.after\:rounded-\[50\%\]::after {
  content: "";
  border-radius: 50%;
}

.after\:bg-gray-400::after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

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

.after\:font-light::after {
  content: "";
  font-weight: 300;
}

.after\:leading-\[14px\]::after {
  content: "";
  line-height: 14px;
}

.after\:text-primary::after {
  content: "";
  --tw-text-opacity: 1;
  color: rgba(235, 28, 36, var(--tw-text-opacity));
}

.hover\:h-\[75px\]:hover {
  height: 75px;
}

.hover\:w-\[75px\]:hover {
  width: 75px;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: var(--tw-transform);
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 28, 36, var(--tw-bg-opacity));
}

.hover\:stroke-current:hover {
  stroke: currentColor;
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(235, 28, 36, var(--tw-text-opacity));
}

@media (min-width: 320px) {
  .tiny\:pr-\[45px\] {
    padding-right: 45px;
  }
}

@media (min-width: 375px) {
  .xs\:right-\[-6px\] {
    right: -6px;
  }

  .xs\:top-\[2px\] {
    top: 2px;
  }

  .xs\:mr-12 {
    margin-right: 3rem;
  }

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

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

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

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

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

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

@media (min-width: 640px) {
  .sm\:right-\[calc\(50\%-162px\)\] {
    right: calc(50% - 162px);
  }

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

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

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

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

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

  .sm\:mr-\[-81px\] {
    margin-right: -81px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

  .sm\:w-\[59\.6vw\] {
    width: 59.6vw;
  }

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

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

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

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

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

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

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

  .sm\:pt-\[99px\] {
    padding-top: 99px;
  }

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

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

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

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

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

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

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

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

  .sm\:leading-\[17px\] {
    line-height: 17px;
  }

  .sm\:leading-\[41px\] {
    line-height: 41px;
  }

  .sm\:leading-\[69px\] {
    line-height: 69px;
  }

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

  .sm\:hover\:h-\[110px\]:hover {
    height: 110px;
  }

  .sm\:hover\:w-\[110px\]:hover {
    width: 110px;
  }
}

@media (min-width: 768px) {
  .md\:aspect-w-1,
.md\:aspect-w-2,
.md\:aspect-w-3,
.md\:aspect-w-4,
.md\:aspect-w-5,
.md\:aspect-w-6,
.md\:aspect-w-7,
.md\:aspect-w-8,
.md\:aspect-w-9,
.md\:aspect-w-10,
.md\:aspect-w-11,
.md\:aspect-w-12,
.md\:aspect-w-13,
.md\:aspect-w-14,
.md\:aspect-w-15,
.md\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  }

  .md\:aspect-w-1 > *,
.md\:aspect-w-2 > *,
.md\:aspect-w-3 > *,
.md\:aspect-w-4 > *,
.md\:aspect-w-5 > *,
.md\:aspect-w-6 > *,
.md\:aspect-w-7 > *,
.md\:aspect-w-8 > *,
.md\:aspect-w-9 > *,
.md\:aspect-w-10 > *,
.md\:aspect-w-11 > *,
.md\:aspect-w-12 > *,
.md\:aspect-w-13 > *,
.md\:aspect-w-14 > *,
.md\:aspect-w-15 > *,
.md\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:aspect-w-16 {
    --tw-aspect-w: 16;
  }

  .md\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .md\:visible {
    visibility: visible;
  }

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

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

  .md\:left-\[9vw\] {
    left: 9vw;
  }

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

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

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

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

  .md\:bottom-\[-38px\] {
    bottom: -38px;
  }

  .md\:left-\[-99px\] {
    left: -99px;
  }

  .md\:bottom-\[92px\] {
    bottom: 92px;
  }

  .md\:right-\[-98px\] {
    right: -98px;
  }

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

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

  .md\:right-\[94px\] {
    right: 94px;
  }

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

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

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

  .md\:bottom-\[29px\] {
    bottom: 29px;
  }

  .md\:right-\[124px\] {
    right: 124px;
  }

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

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

  .md\:bottom-\[-52px\] {
    bottom: -52px;
  }

  .md\:left-\[-155px\] {
    left: -155px;
  }

  .md\:bottom-\[-25px\] {
    bottom: -25px;
  }

  .md\:z-\[-1\] {
    z-index: -1;
  }

  .md\:z-\[-90\] {
    z-index: -90;
  }

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

  .md\:mx-\[-85px\] {
    margin-left: -85px;
    margin-right: -85px;
  }

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

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

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

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

  .md\:mt-\[2\.083333vw\] {
    margin-top: 2.083333vw;
  }

  .md\:mt-\[2\.604167vw\] {
    margin-top: 2.604167vw;
  }

  .md\:mr-\[114px\] {
    margin-right: 114px;
  }

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

  .md\:ml-\[-10px\] {
    margin-left: -10px;
  }

  .md\:mt-\[2vw\] {
    margin-top: 2vw;
  }

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

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

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

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

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

  .md\:ml-\[236px\] {
    margin-left: 236px;
  }

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

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

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

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

  .md\:mr-\[50px\] {
    margin-right: 50px;
  }

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

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

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

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

  .md\:mr-\[-23px\] {
    margin-right: -23px;
  }

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

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

  .md\:mr-\[9px\] {
    margin-right: 9px;
  }

  .md\:mr-\[-69px\] {
    margin-right: -69px;
  }

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-\[calc\(100vh-290px\)\] {
    height: calc(100vh - 290px);
  }

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

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

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

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

  .md\:h-px {
    height: 1px;
  }

  .md\:min-h-\[calc\(100\%-420px\)\] {
    min-height: calc(100% - 420px);
  }

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

  .md\:w-\[300px\] {
    width: 300px;
  }

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

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

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

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

  .md\:w-\[390px\] {
    width: 390px;
  }

  .md\:w-\[60px\] {
    width: 60px;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

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

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

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

  .md\:w-\[350px\] {
    width: 350px;
  }

  .md\:w-\[291px\] {
    width: 291px;
  }

  .md\:w-\[346px\] {
    width: 346px;
  }

  .md\:w-\[670px\] {
    width: 670px;
  }

  .md\:w-\[252px\] {
    width: 252px;
  }

  .md\:w-\[227px\] {
    width: 227px;
  }

  .md\:w-\[214px\] {
    width: 214px;
  }

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

  .md\:w-\[50vw\] {
    width: 50vw;
  }

  .md\:w-\[111px\] {
    width: 111px;
  }

  .md\:w-\[458px\] {
    width: 458px;
  }

  .md\:w-\[146px\] {
    width: 146px;
  }

  .md\:w-\[247px\] {
    width: 247px;
  }

  .md\:w-\[640px\] {
    width: 640px;
  }

  .md\:w-\[70px\] {
    width: 70px;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:max-w-\[690px\] {
    max-width: 690px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[10px\] {
    gap: 10px;
  }

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

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

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

  .md\:bg-\[\#8d3323\] {
    --tw-bg-opacity: 1;
    background-color: rgba(141, 51, 35, var(--tw-bg-opacity));
  }

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

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

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

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

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

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

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

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

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

  .md\:pr-\[35px\] {
    padding-right: 35px;
  }

  .md\:pl-\[6vw\] {
    padding-left: 6vw;
  }

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

  .md\:pr-\[65px\] {
    padding-right: 65px;
  }

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

  .md\:pt-\[92px\] {
    padding-top: 92px;
  }

  .md\:pb-\[132px\] {
    padding-bottom: 132px;
  }

  .md\:pt-\[101px\] {
    padding-top: 101px;
  }

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

  .md\:pt-\[29px\] {
    padding-top: 29px;
  }

  .md\:pt-\[47px\] {
    padding-top: 47px;
  }

  .md\:pb-\[6px\] {
    padding-bottom: 6px;
  }

  .md\:pr-\[35\%\] {
    padding-right: 35%;
  }

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

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

  .md\:font-prometo {
    font-family: 'prometo';
  }

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

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

  .md\:text-\[11vw\] {
    font-size: 11vw;
  }

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

  .md\:text-\[5vw\] {
    font-size: 5vw;
  }

  .md\:text-\[7vw\] {
    font-size: 7vw;
  }

  .md\:text-\[24vw\] {
    font-size: 24vw;
  }

  .md\:text-\[42vw\] {
    font-size: 42vw;
  }

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

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

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

  .md\:text-\[4\.5vw\] {
    font-size: 4.5vw;
  }

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

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

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

  .md\:text-\[3\.3rem\] {
    font-size: 3.3rem;
  }

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

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

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

  .md\:text-\[4\.4rem\] {
    font-size: 4.4rem;
  }

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

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

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

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

  .md\:text-\[0\.75rem\] {
    font-size: 0.75rem;
  }

  .md\:text-\[6\.29rem\] {
    font-size: 6.29rem;
  }

  .md\:text-\[1\.51rem\] {
    font-size: 1.51rem;
  }

  .md\:text-\[2\.36rem\] {
    font-size: 2.36rem;
  }

  .md\:text-\[6\.71rem\] {
    font-size: 6.71rem;
  }

  .md\:text-\[2\.89rem\] {
    font-size: 2.89rem;
  }

  .md\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .md\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

  .md\:text-\[3\.3355rem\] {
    font-size: 3.3355rem;
  }

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

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

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

  .md\:not-italic {
    font-style: normal;
  }

  .md\:leading-\[18px\] {
    line-height: 18px;
  }

  .md\:leading-\[60px\] {
    line-height: 60px;
  }

  .md\:leading-\[150px\] {
    line-height: 150px;
  }

  .md\:leading-\[3\.8rem\] {
    line-height: 3.8rem;
  }

  .md\:leading-\[80px\] {
    line-height: 80px;
  }

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

  .md\:leading-\[5rem\] {
    line-height: 5rem;
  }

  .md\:leading-\[15px\] {
    line-height: 15px;
  }

  .md\:leading-\[28px\] {
    line-height: 28px;
  }

  .md\:leading-\[36px\] {
    line-height: 36px;
  }

  .md\:leading-\[58px\] {
    line-height: 58px;
  }

  .md\:leading-\[72px\] {
    line-height: 72px;
  }

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

  .md\:leading-\[1rem\] {
    line-height: 1rem;
  }

  .md\:leading-\[6\.28rem\] {
    line-height: 6.28rem;
  }

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

  .md\:leading-\[2rem\] {
    line-height: 2rem;
  }

  .md\:leading-\[3\.03rem\] {
    line-height: 3.03rem;
  }

  .md\:leading-\[7\.67rem\] {
    line-height: 7.67rem;
  }

  .md\:leading-\[3\.72rem\] {
    line-height: 3.72rem;
  }

  .md\:leading-\[5\.03rem\] {
    line-height: 5.03rem;
  }

  .md\:leading-\[4rem\] {
    line-height: 4rem;
  }

  .md\:leading-\[1\.6rem\] {
    line-height: 1.6rem;
  }

  .md\:leading-\[4\.2895rem\] {
    line-height: 4.2895rem;
  }
}

@media (min-width: 1024px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

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

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

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:top-\[-3vw\] {
    top: -3vw;
  }

  .lg\:bottom-\[5vw\] {
    bottom: 5vw;
  }

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

  .lg\:left-\[70\%\] {
    left: 70%;
  }

  .lg\:left-\[40px\] {
    left: 40px;
  }

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

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

  .lg\:left-\[25px\] {
    left: 25px;
  }

  .lg\:bottom-\[-145px\] {
    bottom: -145px;
  }

  .lg\:left-\[75\%\] {
    left: 75%;
  }

  .lg\:left-\[13vw\] {
    left: 13vw;
  }

  .lg\:bottom-\[-40px\] {
    bottom: -40px;
  }

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

  .lg\:left-\[-270px\] {
    left: -270px;
  }

  .lg\:bottom-\[-200px\] {
    bottom: -200px;
  }

  .lg\:right-\[-190px\] {
    right: -190px;
  }

  .lg\:bottom-\[-150px\] {
    bottom: -150px;
  }

  .lg\:bottom-\[-41px\] {
    bottom: -41px;
  }

  .lg\:left-\[0\] {
    left: 0;
  }

  .lg\:bottom-\[98px\] {
    bottom: 98px;
  }

  .lg\:bottom-\[-106px\] {
    bottom: -106px;
  }

  .lg\:left-\[139px\] {
    left: 139px;
  }

  .lg\:right-\[205px\] {
    right: 205px;
  }

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

  .lg\:bottom-\[-109px\] {
    bottom: -109px;
  }

  .lg\:right-\[-12px\] {
    right: -12px;
  }

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

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

  .lg\:right-\[163px\] {
    right: 163px;
  }

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

  .lg\:right-\[-2px\] {
    right: -2px;
  }

  .lg\:bottom-\[-203px\] {
    bottom: -203px;
  }

  .lg\:bottom-\[-70px\] {
    bottom: -70px;
  }

  .lg\:left-\[-207px\] {
    left: -207px;
  }

  .lg\:right-\[40px\] {
    right: 40px;
  }

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

  .lg\:left-\[23\%\] {
    left: 23%;
  }

  .lg\:top-\[7vw\] {
    top: 7vw;
  }

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

  .lg\:right-\[20\%\] {
    right: 20%;
  }

  .lg\:top-\[42\%\] {
    top: 42%;
  }

  .lg\:bottom-\[18\%\] {
    bottom: 18%;
  }

  .lg\:left-\[30\%\] {
    left: 30%;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:bottom-\[25\%\] {
    bottom: 25%;
  }

  .lg\:right-\[16\%\] {
    right: 16%;
  }

  .lg\:right-auto {
    right: auto;
  }

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

  .lg\:top-\[-45\%\] {
    top: -45%;
  }

  .lg\:right-\[-25\%\] {
    right: -25%;
  }

  .lg\:bottom-\[-15px\] {
    bottom: -15px;
  }

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

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

  .lg\:left-\[15px\] {
    left: 15px;
  }

  .lg\:right-\[15px\] {
    right: 15px;
  }

  .lg\:left-\[-90px\] {
    left: -90px;
  }

  .lg\:right-\[12\%\] {
    right: 12%;
  }

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

  .lg\:left-\[-220px\] {
    left: -220px;
  }

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

  .lg\:right-\[-30\%\] {
    right: -30%;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:left-\[-250px\] {
    left: -250px;
  }

  .lg\:left-\[10px\] {
    left: 10px;
  }

  .lg\:top-\[65\%\] {
    top: 65%;
  }

  .lg\:bottom-\[-5vw\] {
    bottom: -5vw;
  }

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

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

  .lg\:z-\[52\] {
    z-index: 52;
  }

  .lg\:z-\[51\] {
    z-index: 51;
  }

  .lg\:z-\[53\] {
    z-index: 53;
  }

  .lg\:z-\[-1\] {
    z-index: -1;
  }

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

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

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

  .lg\:m-0 {
    margin: 0px;
  }

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

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

  .lg\:my-\[5vw\] {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .lg\:my-\[2vw\] {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .lg\:mx-\[2\.1vw\] {
    margin-left: 2.1vw;
    margin-right: 2.1vw;
  }

  .lg\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }

  .lg\:my-\[70px\] {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .lg\:mx-\[\.5vw\] {
    margin-left: .5vw;
    margin-right: .5vw;
  }

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

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

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

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

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

  .lg\:mb-\[19px\] {
    margin-bottom: 19px;
  }

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

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

  .lg\:ml-12 {
    margin-left: 3rem;
  }

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

  .lg\:mb-auto {
    margin-bottom: auto;
  }

  .lg\:mb-\[2vw\] {
    margin-bottom: 2vw;
  }

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

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

  .lg\:mt-\[2\.604167vw\] {
    margin-top: 2.604167vw;
  }

  .lg\:mb-\[1\.2vw\] {
    margin-bottom: 1.2vw;
  }

  .lg\:mb-\[24px\] {
    margin-bottom: 24px;
  }

  .lg\:mb-\[1vw\] {
    margin-bottom: 1vw;
  }

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

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

  .lg\:mb-\[1\.5vw\] {
    margin-bottom: 1.5vw;
  }

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

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

  .lg\:mb-\[22px\] {
    margin-bottom: 22px;
  }

  .lg\:mb-\[15px\] {
    margin-bottom: 15px;
  }

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

  .lg\:mt-\[12vw\] {
    margin-top: 12vw;
  }

  .lg\:mt-\[2vw\] {
    margin-top: 2vw;
  }

  .lg\:mb-\[8vw\] {
    margin-bottom: 8vw;
  }

  .lg\:mt-\[1vw\] {
    margin-top: 1vw;
  }

  .lg\:mb-\[-\.8vw\] {
    margin-bottom: -.8vw;
  }

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

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

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

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

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

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

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

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

  .lg\:ml-\[calc\(50\%-123px\)\] {
    margin-left: calc(50% - 123px);
  }

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

  .lg\:mb-\[6px\] {
    margin-bottom: 6px;
  }

  .lg\:mb-\[48px\] {
    margin-bottom: 48px;
  }

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

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

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

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

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

  .lg\:mb-\[41px\] {
    margin-bottom: 41px;
  }

  .lg\:mr-\[-30px\] {
    margin-right: -30px;
  }

  .lg\:mb-\[-29px\] {
    margin-bottom: -29px;
  }

  .lg\:mr-\[-94px\] {
    margin-right: -94px;
  }

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

  .lg\:ml-\[120px\] {
    margin-left: 120px;
  }

  .lg\:ml-\[-75px\] {
    margin-left: -75px;
  }

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

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

  .lg\:ml-\[-245px\] {
    margin-left: -245px;
  }

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

  .lg\:mr-\[-85px\] {
    margin-right: -85px;
  }

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

  .lg\:ml-28 {
    margin-left: 7rem;
  }

  .lg\:ml-\[-80px\] {
    margin-left: -80px;
  }

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

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

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

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

  .lg\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[11\.2vw\] {
    height: 11.2vw;
  }

  .lg\:h-\[1\.8vw\] {
    height: 1.8vw;
  }

  .lg\:h-\[3\.5vw\] {
    height: 3.5vw;
  }

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

  .lg\:h-\[6\.5vw\] {
    height: 6.5vw;
  }

  .lg\:h-\[9vw\] {
    height: 9vw;
  }

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

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

  .lg\:h-\[30rem\] {
    height: 30rem;
  }

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

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

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

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

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

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

  .lg\:min-h-\[calc\(100\%-340px\)\] {
    min-height: calc(100% - 340px);
  }

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

  .lg\:w-\[80vw\] {
    width: 80vw;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-\[11\.2vw\] {
    width: 11.2vw;
  }

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

  .lg\:w-\[35vw\] {
    width: 35vw;
  }

  .lg\:w-\[8vw\] {
    width: 8vw;
  }

  .lg\:w-\[1\.8vw\] {
    width: 1.8vw;
  }

  .lg\:w-\[3\.5vw\] {
    width: 3.5vw;
  }

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

  .lg\:w-\[44\.79167vw\] {
    width: 44.79167vw;
  }

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

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

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

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

  .lg\:w-\[6\.5vw\] {
    width: 6.5vw;
  }

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

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

  .lg\:w-\[100vh\] {
    width: 100vh;
  }

  .lg\:w-\[9vw\] {
    width: 9vw;
  }

  .lg\:w-\[75vw\] {
    width: 75vw;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-\[21vw\] {
    width: 21vw;
  }

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

  .lg\:w-\[15\.5vw\] {
    width: 15.5vw;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-\[38\.3\%\] {
    width: 38.3%;
  }

  .lg\:w-\[20vw\] {
    width: 20vw;
  }

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

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

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

  .lg\:w-1\/4 {
    width: 25%;
  }

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

  .lg\:w-\[17vw\] {
    width: 17vw;
  }

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

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

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

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

  .lg\:w-9\/12 {
    width: 75%;
  }

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

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

  .lg\:w-11 {
    width: 2.75rem;
  }

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

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

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

  .lg\:w-\[196\.99px\] {
    width: 196.99px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[11vw\] {
    width: 11vw;
  }

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

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

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

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

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

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

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

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

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

  .lg\:max-w-\[23\.5vw\] {
    max-width: 23.5vw;
  }

  .lg\:max-w-\[75vw\] {
    max-width: 75vw;
  }

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

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

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

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

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

  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: var(--tw-transform);
  }

  .lg\:scale-\[\.4\] {
    --tw-scale-x: .4;
    --tw-scale-y: .4;
    transform: var(--tw-transform);
  }

  .lg\:transform-none {
    transform: none;
  }

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

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

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

  .lg\:\!flex-nowrap {
    flex-wrap: nowrap !important;
  }

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

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

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

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

  .lg\:gap-\[16px\] {
    gap: 16px;
  }

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

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

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

  .lg\:space-x-\[46px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(46px * var(--tw-space-x-reverse));
    margin-left: calc(46px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .lg\:p-\[45px\] {
    padding: 45px;
  }

  .lg\:p-\[60px\] {
    padding: 60px;
  }

  .lg\:px-\[\.782vw\] {
    padding-left: .782vw;
    padding-right: .782vw;
  }

  .lg\:py-\[10vw\] {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .lg\:px-\[2vw\] {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .lg\:py-\[1vw\] {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

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

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

  .lg\:px-\[65px\] {
    padding-left: 65px;
    padding-right: 65px;
  }

  .lg\:px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .lg\:py-\[6\.5vw\] {
    padding-top: 6.5vw;
    padding-bottom: 6.5vw;
  }

  .lg\:px-\[139px\] {
    padding-left: 139px;
    padding-right: 139px;
  }

  .lg\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

  .lg\:px-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .lg\:py-\[320px\] {
    padding-top: 320px;
    padding-bottom: 320px;
  }

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

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

  .lg\:pt-\[5\.5vw\] {
    padding-top: 5.5vw;
  }

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

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

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

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

  .lg\:pl-\[80px\] {
    padding-left: 80px;
  }

  .lg\:pr-\[5vw\] {
    padding-right: 5vw;
  }

  .lg\:pr-\[1\.3vw\] {
    padding-right: 1.3vw;
  }

  .lg\:pt-\[360px\] {
    padding-top: 360px;
  }

  .lg\:pt-\[150px\] {
    padding-top: 150px;
  }

  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }

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

  .lg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

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

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

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

  .lg\:pt-\[23\.96vh\] {
    padding-top: 23.96vh;
  }

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

  .lg\:pt-\[108px\] {
    padding-top: 108px;
  }

  .lg\:pb-\[86px\] {
    padding-bottom: 86px;
  }

  .lg\:pt-\[50px\] {
    padding-top: 50px;
  }

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

  .lg\:pt-\[29px\] {
    padding-top: 29px;
  }

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

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

  .lg\:pt-\[25px\] {
    padding-top: 25px;
  }

  .lg\:pr-\[35\%\] {
    padding-right: 35%;
  }

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pt-\[80px\] {
    padding-top: 80px;
  }

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

  .lg\:pb-\[72px\] {
    padding-bottom: 72px;
  }

  .lg\:pt-\[61px\] {
    padding-top: 61px;
  }

  .lg\:pr-\[10px\] {
    padding-right: 10px;
  }

  .lg\:pl-\[20px\] {
    padding-left: 20px;
  }

  .lg\:pl-\[65px\] {
    padding-left: 65px;
  }

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

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

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

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

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

  .lg\:text-\[4\.7vw\] {
    font-size: 4.7vw;
  }

  .lg\:text-\[6vw\] {
    font-size: 6vw;
  }

  .lg\:text-\[3\.9vw\] {
    font-size: 3.9vw;
  }

  .lg\:text-\[2\.9vw\] {
    font-size: 2.9vw;
  }

  .lg\:text-\[1\.5vw\] {
    font-size: 1.5vw;
  }

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

  .lg\:text-\[7\.2917vw\] {
    font-size: 7.2917vw;
  }

  .lg\:text-\[2\.5vw\] {
    font-size: 2.5vw;
  }

  .lg\:text-\[3\.44vw\] {
    font-size: 3.44vw;
  }

  .lg\:text-\[3vw\] {
    font-size: 3vw;
  }

  .lg\:text-\[15\.5vw\] {
    font-size: 15.5vw;
  }

  .lg\:text-\[26\.9vw\] {
    font-size: 26.9vw;
  }

  .lg\:text-\[1\.25vw\] {
    font-size: 1.25vw;
  }

  .lg\:text-\[4vw\] {
    font-size: 4vw;
  }

  .lg\:\!text-\[\.78vw\] {
    font-size: .78vw !important;
  }

  .lg\:text-\[1\.042vw\] {
    font-size: 1.042vw;
  }

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

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

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

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

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

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

  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

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

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

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

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

  .lg\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

  .lg\:text-\[4\.6625rem\] {
    font-size: 4.6625rem;
  }

  .lg\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }

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

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

  .lg\:text-\[6\.67rem\] {
    font-size: 6.67rem;
  }

  .lg\:text-\[1\.06rem\] {
    font-size: 1.06rem;
  }

  .lg\:text-\[7\.1rem\] {
    font-size: 7.1rem;
  }

  .lg\:text-\[3\.06rem\] {
    font-size: 3.06rem;
  }

  .lg\:text-\[4\.45rem\] {
    font-size: 4.45rem;
  }

  .lg\:text-\[4\.66rem\] {
    font-size: 4.66rem;
  }

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

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

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

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

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

  .lg\:leading-\[1\.71rem\] {
    line-height: 1.71rem;
  }

  .lg\:leading-\[2\.8rem\] {
    line-height: 2.8rem;
  }

  .lg\:leading-\[1rem\] {
    line-height: 1rem;
  }

  .lg\:leading-\[2\.92vw\] {
    line-height: 2.92vw;
  }

  .lg\:leading-\[6\.5vw\] {
    line-height: 6.5vw;
  }

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

  .lg\:leading-\[4vw\] {
    line-height: 4vw;
  }

  .lg\:leading-\[2vw\] {
    line-height: 2vw;
  }

  .lg\:leading-\[20\.58px\] {
    line-height: 20.58px;
  }

  .lg\:leading-\[72px\] {
    line-height: 72px;
  }

  .lg\:leading-\[51px\] {
    line-height: 51px;
  }

  .lg\:leading-\[23px\] {
    line-height: 23px;
  }

  .lg\:leading-\[9vw\] {
    line-height: 9vw;
  }

  .lg\:leading-\[2\.5vw\] {
    line-height: 2.5vw;
  }

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

  .lg\:leading-\[4rem\] {
    line-height: 4rem;
  }

  .lg\:leading-\[100px\] {
    line-height: 100px;
  }

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

  .lg\:leading-\[2\.13rem\] {
    line-height: 2.13rem;
  }

  .lg\:leading-\[5\.32rem\] {
    line-height: 5.32rem;
  }

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

  .lg\:leading-\[26px\] {
    line-height: 26px;
  }

  .lg\:leading-\[56px\] {
    line-height: 56px;
  }

  .lg\:leading-\[40px\] {
    line-height: 40px;
  }

  .lg\:leading-\[64px\] {
    line-height: 64px;
  }

  .lg\:leading-\[123px\] {
    line-height: 123px;
  }

  .lg\:leading-\[1\.1rem\] {
    line-height: 1.1rem;
  }

  .lg\:leading-\[6\.67rem\] {
    line-height: 6.67rem;
  }

  .lg\:leading-\[1\.33rem\] {
    line-height: 1.33rem;
  }

  .lg\:leading-\[3\.2rem\] {
    line-height: 3.2rem;
  }

  .lg\:leading-\[8\.1rem\] {
    line-height: 8.1rem;
  }

  .lg\:leading-\[3\.9rem\] {
    line-height: 3.9rem;
  }

  .lg\:leading-\[5\.33rem\] {
    line-height: 5.33rem;
  }

  .lg\:leading-\[5\.72rem\] {
    line-height: 5.72rem;
  }

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

  .lg\:tracking-\[10px\] {
    letter-spacing: 10px;
  }

  .lg\:tracking-\[\.5vw\] {
    letter-spacing: .5vw;
  }

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

  .lg\:text-\[\#AAAAAA\] {
    --tw-text-opacity: 1;
    color: rgba(170, 170, 170, var(--tw-text-opacity));
  }

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

  .lg\:scroll-snap-align-start {
    scroll-snap-align: start;
  }

  .lg\:before\:inset-\[-1\.5vw\]::before {
    content: "";
    top: -1.5vw;
    right: -1.5vw;
    bottom: -1.5vw;
    left: -1.5vw;
  }

  .lg\:before\:top-\[-29px\]::before {
    content: "";
    top: -29px;
  }

  .lg\:before\:h-\[60px\]::before {
    content: "";
    height: 60px;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-\[43px\] {
    bottom: 43px;
  }

  .xl\:right-\[52px\] {
    right: 52px;
  }

  .xl\:bottom-\[100px\] {
    bottom: 100px;
  }

  .xl\:left-\[65px\] {
    left: 65px;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:left-\[1vw\] {
    left: 1vw;
  }

  .xl\:bottom-\[-8vw\] {
    bottom: -8vw;
  }

  .xl\:top-\[-137px\] {
    top: -137px;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:left-\[50px\] {
    left: 50px;
  }

  .xl\:bottom-\[123px\] {
    bottom: 123px;
  }

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

  .xl\:bottom-\[-147px\] {
    bottom: -147px;
  }

  .xl\:left-\[173px\] {
    left: 173px;
  }

  .xl\:right-64 {
    right: 16rem;
  }

  .xl\:bottom-\[-135px\] {
    bottom: -135px;
  }

  .xl\:top-\[137px\] {
    top: 137px;
  }

  .xl\:bottom-12 {
    bottom: 3rem;
  }

  .xl\:right-\[205px\] {
    right: 205px;
  }

  .xl\:top-\[15px\] {
    top: 15px;
  }

  .xl\:bottom-\[-250px\] {
    bottom: -250px;
  }

  .xl\:bottom-\[-90px\] {
    bottom: -90px;
  }

  .xl\:left-\[-260px\] {
    left: -260px;
  }

  .xl\:bottom-\[-115px\] {
    bottom: -115px;
  }

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

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

  .xl\:mt-\[-3px\] {
    margin-top: -3px;
  }

  .xl\:mt-\[3px\] {
    margin-top: 3px;
  }

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

  .xl\:mt-\[-114px\] {
    margin-top: -114px;
  }

  .xl\:mt-\[-245px\] {
    margin-top: -245px;
  }

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

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

  .xl\:ml-\[calc\(50\%-154px\)\] {
    margin-left: calc(50% - 154px);
  }

  .xl\:mt-\[14px\] {
    margin-top: 14px;
  }

  .xl\:mt-\[25px\] {
    margin-top: 25px;
  }

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

  .xl\:mb-\[13px\] {
    margin-bottom: 13px;
  }

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

  .xl\:mt-\[-233px\] {
    margin-top: -233px;
  }

  .xl\:mt-\[-5px\] {
    margin-top: -5px;
  }

  .xl\:mr-\[-220px\] {
    margin-right: -220px;
  }

  .xl\:mt-\[13px\] {
    margin-top: 13px;
  }

  .xl\:mt-\[7px\] {
    margin-top: 7px;
  }

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

  .xl\:ml-\[5px\] {
    margin-left: 5px;
  }

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

  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:mb-\[-38px\] {
    margin-bottom: -38px;
  }

  .xl\:mr-\[13px\] {
    margin-right: 13px;
  }

  .xl\:mr-\[-118px\] {
    margin-right: -118px;
  }

  .xl\:mt-\[58px\] {
    margin-top: 58px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[1\.1vw\] {
    height: 1.1vw;
  }

  .xl\:h-\[2\.1vw\] {
    height: 2.1vw;
  }

  .xl\:h-\[33vw\] {
    height: 33vw;
  }

  .xl\:h-\[50rem\] {
    height: 50rem;
  }

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

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

  .xl\:w-\[75vw\] {
    width: 75vw;
  }

  .xl\:w-\[6\.25vw\] {
    width: 6.25vw;
  }

  .xl\:w-\[1\.1vw\] {
    width: 1.1vw;
  }

  .xl\:w-\[2\.1vw\] {
    width: 2.1vw;
  }

  .xl\:w-\[860px\] {
    width: 860px;
  }

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

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-\[387px\] {
    width: 387px;
  }

  .xl\:w-\[388px\] {
    width: 388px;
  }

  .xl\:w-\[460px\] {
    width: 460px;
  }

  .xl\:w-\[888px\] {
    width: 888px;
  }

  .xl\:w-\[251px\] {
    width: 251px;
  }

  .xl\:w-\[303px\] {
    width: 303px;
  }

  .xl\:w-\[89px\] {
    width: 89px;
  }

  .xl\:w-\[283px\] {
    width: 283px;
  }

  .xl\:w-\[55px\] {
    width: 55px;
  }

  .xl\:w-\[141px\] {
    width: 141px;
  }

  .xl\:w-\[764px\] {
    width: 764px;
  }

  .xl\:w-\[184px\] {
    width: 184px;
  }

  .xl\:w-\[243px\] {
    width: 243px;
  }

  .xl\:w-\[412px\] {
    width: 412px;
  }

  .xl\:w-\[457px\] {
    width: 457px;
  }

  .xl\:w-11 {
    width: 2.75rem;
  }

  .xl\:w-\[38px\] {
    width: 38px;
  }

  .xl\:w-\[302px\] {
    width: 302px;
  }

  .xl\:max-w-\[52vw\] {
    max-width: 52vw;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:flex-auto {
    flex: 1 1 auto;
  }

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

  .xl\:px-\[3\.6vw\] {
    padding-left: 3.6vw;
    padding-right: 3.6vw;
  }

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

  .xl\:px-\[173px\] {
    padding-left: 173px;
    padding-right: 173px;
  }

  .xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

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

  .xl\:pt-\[260px\] {
    padding-top: 260px;
  }

  .xl\:pt-\[135px\] {
    padding-top: 135px;
  }

  .xl\:pb-\[107px\] {
    padding-bottom: 107px;
  }

  .xl\:pt-\[65px\] {
    padding-top: 65px;
  }

  .xl\:pb-\[75px\] {
    padding-bottom: 75px;
  }

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

  .xl\:pt-\[50px\] {
    padding-top: 50px;
  }

  .xl\:pb-\[90px\] {
    padding-bottom: 90px;
  }

  .xl\:pt-\[81px\] {
    padding-top: 81px;
  }

  .xl\:text-\[1\.67rem\] {
    font-size: 1.67rem;
  }

  .xl\:text-\[3\.1rem\] {
    font-size: 3.1rem;
  }

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

  .xl\:text-\[5\.2vw\] {
    font-size: 5.2vw;
  }

  .xl\:text-\[3\.9vw\] {
    font-size: 3.9vw;
  }

  .xl\:\!text-\[\.78vw\] {
    font-size: .78vw !important;
  }

  .xl\:text-\[1\.04vw\] {
    font-size: 1.04vw;
  }

  .xl\:text-\[\.94vw\] {
    font-size: .94vw;
  }

  .xl\:text-\[1\.3vw\] {
    font-size: 1.3vw;
  }

  .xl\:text-\[1vw\] {
    font-size: 1vw;
  }

  .xl\:text-\[0\.73vw\] {
    font-size: 0.73vw;
  }

  .xl\:text-\[\.74vw\] {
    font-size: .74vw;
  }

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

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

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

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

  .xl\:text-\[4\.42rem\] {
    font-size: 4.42rem;
  }

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

  .xl\:text-\[2rem\] {
    font-size: 2rem;
  }

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

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

  .xl\:text-\[5\.83rem\] {
    font-size: 5.83rem;
  }

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

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-\[8\.33rem\] {
    font-size: 8.33rem;
  }

  .xl\:text-\[1\.33rem\] {
    font-size: 1.33rem;
  }

  .xl\:text-\[3\.12rem\] {
    font-size: 3.12rem;
  }

  .xl\:text-\[8\.89rem\] {
    font-size: 8.89rem;
  }

  .xl\:text-\[3\.83rem\] {
    font-size: 3.83rem;
  }

  .xl\:text-\[5\.56rem\] {
    font-size: 5.56rem;
  }

  .xl\:leading-\[2\.14rem\] {
    line-height: 2.14rem;
  }

  .xl\:leading-\[3\.5rem\] {
    line-height: 3.5rem;
  }

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

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

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

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

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

  .xl\:leading-\[5\.05rem\] {
    line-height: 5.05rem;
  }

  .xl\:leading-\[2\.65rem\] {
    line-height: 2.65rem;
  }

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

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

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

  .xl\:leading-\[2\.66rem\] {
    line-height: 2.66rem;
  }

  .xl\:leading-\[6\.66rem\] {
    line-height: 6.66rem;
  }

  .xl\:leading-\[1\.24rem\] {
    line-height: 1.24rem;
  }

  .xl\:leading-\[2\.67rem\] {
    line-height: 2.67rem;
  }

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

  .xl\:leading-\[1\.33rem\] {
    line-height: 1.33rem;
  }

  .xl\:leading-\[1\.66rem\] {
    line-height: 1.66rem;
  }

  .xl\:leading-\[4\.01rem\] {
    line-height: 4.01rem;
  }

  .xl\:leading-\[10\.16rem\] {
    line-height: 10.16rem;
  }

  .xl\:leading-\[4\.93rem\] {
    line-height: 4.93rem;
  }

  .xl\:leading-\[7\.15rem\] {
    line-height: 7.15rem;
  }

  .xl\:tracking-\[5px\] {
    letter-spacing: 5px;
  }

  .xl\:tracking-\[2px\] {
    letter-spacing: 2px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-\[-206px\] {
    top: -206px;
  }

  .\32xl\:left-\[-170px\] {
    left: -170px;
  }

  .\32xl\:bottom-0 {
    bottom: 0px;
  }

  .\32xl\:right-\[-170px\] {
    right: -170px;
  }

  .\32xl\:bottom-12 {
    bottom: 3rem;
  }

  .\32xl\:bottom-\[-201px\] {
    bottom: -201px;
  }

  .\32xl\:left-52 {
    left: 13rem;
  }

  .\32xl\:left-\[47px\] {
    left: 47px;
  }

  .\32xl\:bottom-\[-163px\] {
    bottom: -163px;
  }

  .\32xl\:top-\[167px\] {
    top: 167px;
  }

  .\32xl\:bottom-\[52px\] {
    bottom: 52px;
  }

  .\32xl\:right-\[369px\] {
    right: 369px;
  }

  .\32xl\:top-\[18px\] {
    top: 18px;
  }

  .\32xl\:right-\[121px\] {
    right: 121px;
  }

  .\32xl\:bottom-\[-295px\] {
    bottom: -295px;
  }

  .\32xl\:bottom-\[-105px\] {
    bottom: -105px;
  }

  .\32xl\:left-\[-310px\] {
    left: -310px;
  }

  .\32xl\:bottom-\[-134px\] {
    bottom: -134px;
  }

  .\32xl\:right-\[136px\] {
    right: 136px;
  }

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

  .\32xl\:mt-\[-13px\] {
    margin-top: -13px;
  }

  .\32xl\:mt-\[11px\] {
    margin-top: 11px;
  }

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

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

  .\32xl\:mt-\[-171px\] {
    margin-top: -171px;
  }

  .\32xl\:mt-\[-365px\] {
    margin-top: -365px;
  }

  .\32xl\:mt-\[1px\] {
    margin-top: 1px;
  }

  .\32xl\:mt-\[39px\] {
    margin-top: 39px;
  }

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

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

  .\32xl\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .\32xl\:mt-\[-289px\] {
    margin-top: -289px;
  }

  .\32xl\:mr-\[-44px\] {
    margin-right: -44px;
  }

  .\32xl\:mt-\[-5px\] {
    margin-top: -5px;
  }

  .\32xl\:mr-\[-120px\] {
    margin-right: -120px;
  }

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

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

  .\32xl\:mb-\[61px\] {
    margin-bottom: 61px;
  }

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

  .\32xl\:mb-\[-43px\] {
    margin-bottom: -43px;
  }

  .\32xl\:mr-\[137px\] {
    margin-right: 137px;
  }

  .\32xl\:mr-\[-20px\] {
    margin-right: -20px;
  }

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

  .\32xl\:ml-\[240px\] {
    margin-left: 240px;
  }

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

  .\32xl\:w-\[581px\] {
    width: 581px;
  }

  .\32xl\:w-\[691px\] {
    width: 691px;
  }

  .\32xl\:w-\[1332px\] {
    width: 1332px;
  }

  .\32xl\:w-\[452px\] {
    width: 452px;
  }

  .\32xl\:w-\[66px\] {
    width: 66px;
  }

  .\32xl\:w-\[1135px\] {
    width: 1135px;
  }

  .\32xl\:w-\[170px\] {
    width: 170px;
  }

  .\32xl\:w-\[917px\] {
    width: 917px;
  }

  .\32xl\:w-\[214px\] {
    width: 214px;
  }

  .\32xl\:w-\[292px\] {
    width: 292px;
  }

  .\32xl\:w-\[493px\] {
    width: 493px;
  }

  .\32xl\:w-\[549px\] {
    width: 549px;
  }

  .\32xl\:w-\[362px\] {
    width: 362px;
  }

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

  .\32xl\:gap-\[30px\] {
    gap: 30px;
  }

  .\32xl\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:px-52 {
    padding-left: 13rem;
    padding-right: 13rem;
  }

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

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

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

  .\32xl\:pt-\[201px\] {
    padding-top: 201px;
  }

  .\32xl\:pb-\[161px\] {
    padding-bottom: 161px;
  }

  .\32xl\:pt-\[100px\] {
    padding-top: 100px;
  }

  .\32xl\:pb-\[91px\] {
    padding-bottom: 91px;
  }

  .\32xl\:pt-\[50px\] {
    padding-top: 50px;
  }

  .\32xl\:pb-\[106px\] {
    padding-bottom: 106px;
  }

  .\32xl\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .\32xl\:pb-\[78px\] {
    padding-bottom: 78px;
  }

  .\32xl\:pt-\[62px\] {
    padding-top: 62px;
  }

  .\32xl\:pb-\[77px\] {
    padding-bottom: 77px;
  }

  .\32xl\:pt-\[60px\] {
    padding-top: 60px;
  }

  .\32xl\:pb-\[60px\] {
    padding-bottom: 60px;
  }

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

  .\32xl\:text-\[3\.75rem\] {
    font-size: 3.75rem;
  }

  .\32xl\:text-\[5\.302rem\] {
    font-size: 5.302rem;
  }

  .\32xl\:text-\[2\.4rem\] {
    font-size: 2.4rem;
  }

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

  .\32xl\:text-\[1\.2rem\] {
    font-size: 1.2rem;
  }

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

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

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

  .\32xl\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

  .\32xl\:text-\[10\.675rem\] {
    font-size: 10.675rem;
  }

  .\32xl\:text-\[4\.6rem\] {
    font-size: 4.6rem;
  }

  .\32xl\:text-\[6\.671rem\] {
    font-size: 6.671rem;
  }

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

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

  .\32xl\:leading-\[2\.572rem\] {
    line-height: 2.572rem;
  }

  .\32xl\:leading-\[4\.2rem\] {
    line-height: 4.2rem;
  }

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

  .\32xl\:leading-\[5\.302rem\] {
    line-height: 5.302rem;
  }

  .\32xl\:leading-\[3\.2rem\] {
    line-height: 3.2rem;
  }

  .\32xl\:leading-\[8rem\] {
    line-height: 8rem;
  }

  .\32xl\:leading-\[1\.5rem\] {
    line-height: 1.5rem;
  }

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

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

  .\32xl\:leading-\[1\.6rem\] {
    line-height: 1.6rem;
  }

  .\32xl\:leading-\[10rem\] {
    line-height: 10rem;
  }

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

  .\32xl\:leading-\[4\.8225rem\] {
    line-height: 4.8225rem;
  }

  .\32xl\:leading-\[12\.2rem\] {
    line-height: 12.2rem;
  }

  .\32xl\:leading-\[5\.92rem\] {
    line-height: 5.92rem;
  }

  .\32xl\:leading-\[8\.579rem\] {
    line-height: 8.579rem;
  }

  .\32xl\:leading-\[1\.446875rem\] {
    line-height: 1.446875rem;
  }

  .\32xl\:leading-\[1\.025625rem\] {
    line-height: 1.025625rem;
  }

  .\32xl\:tracking-\[5\.05px\] {
    letter-spacing: 5.05px;
  }

  .\32xl\:tracking-\[2px\] {
    letter-spacing: 2px;
  }

  .\32xl\:overflow-x-clip {
    overflow-x: clip;
  }
}